{"title":"26' Soft Structure","description":"","products":[{"product_id":"925-sterling-silver-earrings-silver","title":"極細切割925純銀耳環 (銀)","description":"\u003cp\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e經典圈型耳環，簡約而百搭\u003c\/span\u003e\u003cbr\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e俐落角度造型，極具現代時髦感\u003c\/span\u003e\u003cbr\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e極細密精巧的雕刻紋理，低調中帶有獨特個性\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eMore Color\u003c\/p\u003e\n\u003cstyle\u003e \n .box { \n width: 20px; \n height: 20px; \n border: 1px solid #000; \n display: flex; \n align-items: center; \n justify-content: center; \n position: relative; \n } \n \n .box:hover .tooltip { \n visibility: visible; \n opacity: 1; \n } \n \n .tooltip { \n visibility: hidden; \n opacity: 0; \n width: 50px; \/* 提示文字方框的寬度 *\/ \n height: 50px; \/* 提示文字方框的高度 *\/ \n background-color: transparent; \/* 提示文字方框的背景顏色 *\/ \n color: #000; \/* 提示文字的顏色 *\/ \n text-align: center; \n border-radius: 6px; \n padding: 5px; \n font-size: 12px; \/* 提示文字的字體大小 *\/ \n position: absolute; \n z-index: 1; \n bottom: -50%; \/* 往下移20px (95% - 20px = 75%) *\/ \n left: 50%; \n margin-left: -25px; \/* 寬度的一半，用於居中 *\/ \n transition: opacity 0.3s; \n } \n \n .tooltip::after { \n content: ''; \n position: absolute; \n top: 100%; \/* 在方框的上方 *\/ \n left: 50%; \n margin-left: -5px; \n border-width: 5px; \n border-style: solid; \n border-color: transparent transparent transparent transparent; \/* 與背景顏色匹配 *\/ \n } \n\u003c\/style\u003e\n\u003cdiv style=\"display: flex; align-items: center;\"\u003e\u003ca style=\"text-decoration: none; margin-right: 10px; background-color: #d6d6d6;\" class=\"box\" href=\"https:\/\/roscoe-official.com\/products\/925-sterling-silver-earrings-silver\"\u003e\n\u003cdiv class=\"tooltip\"\u003e銀\u003c\/div\u003e\n\u003c\/a\u003e\u003c\/div\u003e","brand":"ROSCOE Official","offers":[{"title":"銀 \/ F \/ 現貨","offer_id":41814120661082,"sku":"JW-Q2503-13-SL-F","price":1280.0,"currency_code":"TWD","in_stock":true},{"title":"銀 \/ F \/ 預購","offer_id":41814120693850,"sku":"JW-Q2503-13-SL-F","price":1280.0,"currency_code":"TWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/5355\/6314\/files\/260414_ROSCOE_1119.jpg?v=1777900088"},{"product_id":"輕盈翻領長版風衣-淺卡其-附綁帶","title":"輕盈翻領長版風衣(附腰帶) (淺卡其)","description":"\u003cp\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e寬鬆落肩剪裁搭配長版輪廓，修飾身形比例、呈現恣意慵懶氛圍。\u003c\/span\u003e\u003cbr\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e特殊小立領與大翻領的設計，呈V型領口，格外修飾脖頸線條。\u003cbr\u003e\u003cbr\u003e\u003c\/span\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e採用萊賽爾與亞麻混紡，觸感柔滑細緻、親膚不悶熱，特別適合換季穿著。行走之間輕盈飄逸，垂墜感出色。\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e\u003ciframe title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/8CQnBS4Ixz0?si=RiFS1qTbxmcL6zV3\" height=\"315\" width=\"560\"\u003e\u003c\/iframe\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eMore Color\u003c\/p\u003e\n\u003cstyle\u003e\n    \/* 讓多個顏色塊橫向排列 *\/\n    .swatch-wrapper {\n        display: flex;\n        gap: 10px; \/* 顏色塊之間的距離 *\/\n        align-items: center;\n    }\n\n    .box {\n        width: 20px;\n        height: 20px;\n        border: 1px solid #000;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        position: relative;\n        text-decoration: none; \/* 移除超連結底線 *\/\n    }\n\n    .box:hover .tooltip {\n        visibility: visible;\n        opacity: 1;\n    }\n\n    .tooltip {\n        visibility: hidden;\n        opacity: 0;\n        width: 50px; \n        height: 50px; \n        background-color: transparent; \/* 改回透明背景 *\/\n        color: #000; \/* 改回黑色文字 *\/\n        text-align: center;\n        border-radius: 6px;\n        padding: 5px;\n        font-size: 12px; \n        position: absolute;\n        z-index: 1;\n        bottom: 10%; \n        left: 50%;\n        margin-left: -25px; \n        transition: opacity 0.3s;\n        \/* 確保文字置中 *\/\n        display: flex;\n        align-items: center;\n        justify-content: center;\n    }\n\n    \/* 原本的三角形設定 (目前顏色為透明) *\/\n    .tooltip::after {\n        content: '';\n        position: absolute;\n        top: 100%; \n        left: 50%;\n        margin-left: -5px;\n        border-width: 5px;\n        border-style: solid;\n        border-color: transparent transparent transparent transparent; \n    }\n\u003c\/style\u003e\n\u003cdiv class=\"swatch-wrapper\"\u003e\n\u003ca href=\"https:\/\/roscoe-official.com\/products\/%E8%BC%95%E7%9B%88%E7%BF%BB%E9%A0%98%E9%95%B7%E7%89%88%E9%A2%A8%E8%A1%A3-%E9%99%84%E7%B6%81%E5%B8%B6-%E7%81%B0%E7%99%BD\" style=\"background-color: #f2f3f2;\" class=\"box\"\u003e\n\u003cdiv class=\"tooltip\"\u003e灰白\u003c\/div\u003e\n\u003c\/a\u003e\u003ca href=\"https:\/\/roscoe-official.com\/products\/%E8%BC%95%E7%9B%88%E7%BF%BB%E9%A0%98%E9%95%B7%E7%89%88%E9%A2%A8%E8%A1%A3-%E6%B7%BA%E5%8D%A1%E5%85%B6-%E9%99%84%E7%B6%81%E5%B8%B6\" style=\"background-color: #dbd5c0;\" class=\"box\"\u003e\n\u003cdiv class=\"tooltip\"\u003e淺卡其\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e","brand":"ROSCOE Official","offers":[{"title":"淺卡其 \/ F \/ 現貨","offer_id":43199296372826,"sku":"CT-2604-01-BE-F","price":3280.0,"currency_code":"TWD","in_stock":true},{"title":"淺卡其 \/ F \/ 預購","offer_id":43199296405594,"sku":"CT-2604-01-BE-F","price":3280.0,"currency_code":"TWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/5355\/6314\/files\/28_380dace3-3561-482f-a416-4af43cc2de56.jpg?v=1777900446"},{"product_id":"輕盈翻領長版風衣-附綁帶-灰白","title":"輕盈翻領長版風衣(附腰帶) (灰白)","description":"\u003cp\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e寬鬆落肩剪裁搭配長版輪廓，修飾身形比例、呈現恣意慵懶氛圍。\u003c\/span\u003e\u003cbr\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e特殊小立領與大翻領的設計，呈V型領口，格外修飾脖頸線條。\u003cbr\u003e\u003cbr\u003e\u003c\/span\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e\u003c\/span\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e採用萊賽爾與亞麻混紡，觸感柔滑細緻、親膚不悶熱，特別適合換季穿著。行走之間輕盈飄逸，垂墜感出色。\u003cbr\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e \u003ciframe title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/8CQnBS4Ixz0?si=RiFS1qTbxmcL6zV3\" height=\"315\" width=\"560\"\u003e\u003c\/iframe\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eMore Color\u003c\/p\u003e\n\u003cstyle\u003e\n    \/* 讓多個顏色塊橫向排列 *\/\n    .swatch-wrapper {\n        display: flex;\n        gap: 10px; \/* 顏色塊之間的距離 *\/\n        align-items: center;\n    }\n\n    .box {\n        width: 20px;\n        height: 20px;\n        border: 1px solid #000;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        position: relative;\n        text-decoration: none; \/* 移除超連結底線 *\/\n    }\n\n    .box:hover .tooltip {\n        visibility: visible;\n        opacity: 1;\n    }\n\n    .tooltip {\n        visibility: hidden;\n        opacity: 0;\n        width: 50px; \n        height: 50px; \n        background-color: transparent; \/* 改回透明背景 *\/\n        color: #000; \/* 改回黑色文字 *\/\n        text-align: center;\n        border-radius: 6px;\n        padding: 5px;\n        font-size: 12px; \n        position: absolute;\n        z-index: 1;\n        bottom: 10%; \n        left: 50%;\n        margin-left: -25px; \n        transition: opacity 0.3s;\n        \/* 確保文字置中 *\/\n        display: flex;\n        align-items: center;\n        justify-content: center;\n    }\n\n    \/* 原本的三角形設定 (目前顏色為透明) *\/\n    .tooltip::after {\n        content: '';\n        position: absolute;\n        top: 100%; \n        left: 50%;\n        margin-left: -5px;\n        border-width: 5px;\n        border-style: solid;\n        border-color: transparent transparent transparent transparent; \n    }\n\u003c\/style\u003e\n\u003cdiv class=\"swatch-wrapper\"\u003e\n\u003ca href=\"https:\/\/roscoe-official.com\/products\/%E8%BC%95%E7%9B%88%E7%BF%BB%E9%A0%98%E9%95%B7%E7%89%88%E9%A2%A8%E8%A1%A3-%E9%99%84%E7%B6%81%E5%B8%B6-%E7%81%B0%E7%99%BD\" style=\"background-color: #f2f3f2;\" class=\"box\"\u003e\n\u003cdiv class=\"tooltip\"\u003e灰白\u003c\/div\u003e\n\u003c\/a\u003e\u003ca href=\"https:\/\/roscoe-official.com\/products\/%E8%BC%95%E7%9B%88%E7%BF%BB%E9%A0%98%E9%95%B7%E7%89%88%E9%A2%A8%E8%A1%A3-%E6%B7%BA%E5%8D%A1%E5%85%B6-%E9%99%84%E7%B6%81%E5%B8%B6\" style=\"background-color: #dbd5c0;\" class=\"box\"\u003e\n\u003cdiv class=\"tooltip\"\u003e淺卡其\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e","brand":"ROSCOE Official","offers":[{"title":"灰白 \/ F \/ 現貨","offer_id":43199297650778,"sku":"CT-2604-01-WT-F","price":3280.0,"currency_code":"TWD","in_stock":true},{"title":"灰白 \/ F \/ 預購","offer_id":43199297683546,"sku":"CT-2604-01-WT-F","price":3280.0,"currency_code":"TWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/5355\/6314\/files\/26.jpg?v=1777959225"},{"product_id":"立領隱藏式拉鍊防風夾克-卡其","title":"立領隱藏式拉鍊防風夾克 (卡其)","description":"\u003cp\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e中性寬鬆夾克，防風隱藏拉鍊設計，俐落而率性。\u003c\/span\u003e\u003cbr\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e實用多口袋收納，袖口可調整鬆緊，日常通勤與休閒穿搭皆適合。\u003cbr\u003e\u003c\/span\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e布料手感棉順且細滑，有挺廓筋骨感，防風效果佳。\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e\u003ciframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/8CQnBS4Ixz0?si=RiFS1qTbxmcL6zV3\" title=\"YouTube video player\"\u003e\u003c\/iframe\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eMore Color\u003c\/p\u003e\n\u003cstyle\u003e\n    \/* 讓多個顏色塊橫向排列 *\/\n    .swatch-wrapper {\n        display: flex;\n        gap: 10px; \/* 顏色塊之間的距離 *\/\n        align-items: center;\n    }\n\n    .box {\n        width: 20px;\n        height: 20px;\n        border: 1px solid #000;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        position: relative;\n        text-decoration: none; \/* 移除超連結底線 *\/\n    }\n\n    .box:hover .tooltip {\n        visibility: visible;\n        opacity: 1;\n    }\n\n    .tooltip {\n        visibility: hidden;\n        opacity: 0;\n        width: 50px; \n        height: 50px; \n        background-color: transparent; \/* 改回透明背景 *\/\n        color: #000; \/* 改回黑色文字 *\/\n        text-align: center;\n        border-radius: 6px;\n        padding: 5px;\n        font-size: 12px; \n        position: absolute;\n        z-index: 1;\n        bottom: 10%; \n        left: 50%;\n        margin-left: -25px; \n        transition: opacity 0.3s;\n        \/* 確保文字置中 *\/\n        display: flex;\n        align-items: center;\n        justify-content: center;\n    }\n\n    \/* 原本的三角形設定 (目前顏色為透明) *\/\n    .tooltip::after {\n        content: '';\n        position: absolute;\n        top: 100%; \n        left: 50%;\n        margin-left: -5px;\n        border-width: 5px;\n        border-style: solid;\n        border-color: transparent transparent transparent transparent; \n    }\n\u003c\/style\u003e\n\u003cdiv class=\"swatch-wrapper\"\u003e\u003ca class=\"box\" style=\"background-color: #d7c798;\" href=\"https:\/\/roscoe-official.com\/products\/%E7%AB%8B%E9%A0%98%E9%9A%B1%E8%97%8F%E5%BC%8F%E6%8B%89%E9%8D%8A%E9%98%B2%E9%A2%A8%E5%A4%BE%E5%85%8B-%E5%8D%A1%E5%85%B6\"\u003e\n\u003cdiv class=\"tooltip\"\u003e卡其\u003c\/div\u003e\n\u003c\/a\u003e\u003c\/div\u003e","brand":"ROSCOE Official","offers":[{"title":"卡其 \/ F \/ 現貨","offer_id":43199348047962,"sku":"CT-2604-02-BE-F","price":3280.0,"currency_code":"TWD","in_stock":false},{"title":"卡其 \/ F \/ 預購","offer_id":43199348080730,"sku":"CT-2604-02-BE-F","price":3280.0,"currency_code":"TWD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/5355\/6314\/files\/21-2.jpg?v=1777900459"},{"product_id":"和紙紗寬袖防曬針織衫-白","title":"和紙紗寬袖防曬針織衫 (米白)","description":"\u003cp\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e由日本傳統和紙加工製成的天然紗線，輕盈透氣且帶自然涼感。\u003c\/span\u003e\u003cbr\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e恰到好處的簍空露膚度，夏季穿著既清爽又舒適。\u003cbr\u003e\u003cbr\u003e\u003c\/span\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e寬鬆落肩與可變化領型，營造精緻且慵懶鬆弛輪廓，適合日常與度假穿搭。\u003c\/span\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e\u003cspan style=\"color: rgb(205, 117, 117);\"\u003e\u003ciframe title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/cVlO0KDwh4s?si=5L9gDVnG7DrGZ3vj\" height=\"315\" width=\"560\"\u003e\u003c\/iframe\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eMore Color\u003c\/p\u003e\n\u003cstyle\u003e\n    \/* 讓多個顏色塊橫向排列 *\/\n    .swatch-wrapper {\n        display: flex;\n        gap: 10px; \/* 顏色塊之間的距離 *\/\n        align-items: center;\n    }\n\n    .box {\n        width: 20px;\n        height: 20px;\n        border: 1px solid #000;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        position: relative;\n        text-decoration: none; \/* 移除超連結底線 *\/\n    }\n\n    .box:hover .tooltip {\n        visibility: visible;\n        opacity: 1;\n    }\n\n    .tooltip {\n        visibility: hidden;\n        opacity: 0;\n        width: 50px; \n        height: 50px; \n        background-color: transparent; \/* 改回透明背景 *\/\n        color: #000; \/* 改回黑色文字 *\/\n        text-align: center;\n        border-radius: 6px;\n        padding: 5px;\n        font-size: 12px; \n        position: absolute;\n        z-index: 1;\n        bottom: 10%; \n        left: 50%;\n        margin-left: -25px; \n        transition: opacity 0.3s;\n        \/* 確保文字置中 *\/\n        display: flex;\n        align-items: center;\n        justify-content: center;\n    }\n\n    \/* 原本的三角形設定 (目前顏色為透明) *\/\n    .tooltip::after {\n        content: '';\n        position: absolute;\n        top: 100%; \n        left: 50%;\n        margin-left: -5px;\n        border-width: 5px;\n        border-style: solid;\n        border-color: transparent transparent transparent transparent; \n    }\n\u003c\/style\u003e\n\u003cdiv class=\"swatch-wrapper\"\u003e\n\u003ca href=\"https:\/\/roscoe-official.com\/products\/%E5%92%8C%E7%B4%99%E7%B4%97%E5%AF%AC%E8%A2%96%E9%98%B2%E6%9B%AC%E9%87%9D%E7%B9%94%E8%A1%AB-%E7%99%BD\" style=\"background-color: #fdfcfb;\" class=\"box\"\u003e\n\u003cdiv class=\"tooltip\"\u003e白\u003c\/div\u003e\n\u003c\/a\u003e\u003ca href=\"https:\/\/roscoe-official.com\/products\/%E5%92%8C%E7%B4%99%E7%B4%97%E5%AF%AC%E8%A2%96%E9%98%B2%E6%9B%AC%E9%87%9D%E7%B9%94%E8%A1%AB-%E6%B2%99\" style=\"background-color: #c9b49a;\" class=\"box\"\u003e\n\u003cdiv class=\"tooltip\"\u003e沙\u003c\/div\u003e\n\u003c\/a\u003e\u003ca href=\"https:\/\/roscoe-official.com\/products\/%E5%92%8C%E7%B4%99%E7%B4%97%E5%AF%AC%E8%A2%96%E9%98%B2%E6%9B%AC%E9%87%9D%E7%B9%94%E8%A1%AB-%E9%BB%91\" style=\"background-color: #000000;\" class=\"box\"\u003e\n\u003cdiv class=\"tooltip\"\u003e黑\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e","brand":"ROSCOE Official","offers":[{"title":"米白 \/ F \/ 現貨","offer_id":43309973176410,"sku":"TP-2605-01-WT-F","price":2380.0,"currency_code":"TWD","in_stock":true},{"title":"米白 \/ F \/ 預購","offer_id":43309973209178,"sku":"TP-2605-01-WT-F","price":2380.0,"currency_code":"TWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/5355\/6314\/files\/260414_ROSCOE_0322.jpg?v=1777892787"},{"product_id":"和紙紗寬袖防曬針織衫-沙","title":"和紙紗寬袖防曬針織衫 (沙)","description":"\u003cp\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e由日本傳統和紙加工製成的天然紗線，輕盈透氣且帶自然涼感。\u003c\/span\u003e\u003cbr\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e恰到好處的簍空露膚度，夏季穿著既清爽又舒適。\u003cbr\u003e\u003cbr\u003e\u003c\/span\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e寬鬆落肩與可變化領型，營造精緻且慵懶鬆弛輪廓，適合日常與度假穿搭。\u003c\/span\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e\u003cspan style=\"color: rgb(205, 117, 117);\"\u003e\u003ciframe title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/cVlO0KDwh4s?si=5L9gDVnG7DrGZ3vj\" height=\"315\" width=\"560\"\u003e\u003c\/iframe\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eMore Color\u003c\/p\u003e\n\u003cstyle\u003e\n    \/* 讓多個顏色塊橫向排列 *\/\n    .swatch-wrapper {\n        display: flex;\n        gap: 10px; \/* 顏色塊之間的距離 *\/\n        align-items: center;\n    }\n\n    .box {\n        width: 20px;\n        height: 20px;\n        border: 1px solid #000;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        position: relative;\n        text-decoration: none; \/* 移除超連結底線 *\/\n    }\n\n    .box:hover .tooltip {\n        visibility: visible;\n        opacity: 1;\n    }\n\n    .tooltip {\n        visibility: hidden;\n        opacity: 0;\n        width: 50px; \n        height: 50px; \n        background-color: transparent; \/* 改回透明背景 *\/\n        color: #000; \/* 改回黑色文字 *\/\n        text-align: center;\n        border-radius: 6px;\n        padding: 5px;\n        font-size: 12px; \n        position: absolute;\n        z-index: 1;\n        bottom: 10%; \n        left: 50%;\n        margin-left: -25px; \n        transition: opacity 0.3s;\n        \/* 確保文字置中 *\/\n        display: flex;\n        align-items: center;\n        justify-content: center;\n    }\n\n    \/* 原本的三角形設定 (目前顏色為透明) *\/\n    .tooltip::after {\n        content: '';\n        position: absolute;\n        top: 100%; \n        left: 50%;\n        margin-left: -5px;\n        border-width: 5px;\n        border-style: solid;\n        border-color: transparent transparent transparent transparent; \n    }\n\u003c\/style\u003e\n\u003cdiv class=\"swatch-wrapper\"\u003e\n\u003ca class=\"box\" style=\"background-color: #fdfcfb;\" href=\"https:\/\/roscoe-official.com\/products\/%E5%92%8C%E7%B4%99%E7%B4%97%E5%AF%AC%E8%A2%96%E9%98%B2%E6%9B%AC%E9%87%9D%E7%B9%94%E8%A1%AB-%E7%99%BD\"\u003e\n\u003cdiv class=\"tooltip\"\u003e白\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"box\" style=\"background-color: #c9b49a;\" href=\"https:\/\/roscoe-official.com\/products\/%E5%92%8C%E7%B4%99%E7%B4%97%E5%AF%AC%E8%A2%96%E9%98%B2%E6%9B%AC%E9%87%9D%E7%B9%94%E8%A1%AB-%E6%B2%99\"\u003e\n\u003cdiv class=\"tooltip\"\u003e沙\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"box\" style=\"background-color: #000000;\" href=\"https:\/\/roscoe-official.com\/products\/%E5%92%8C%E7%B4%99%E7%B4%97%E5%AF%AC%E8%A2%96%E9%98%B2%E6%9B%AC%E9%87%9D%E7%B9%94%E8%A1%AB-%E9%BB%91\"\u003e\n\u003cdiv class=\"tooltip\"\u003e黑\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e","brand":"ROSCOE Official","offers":[{"title":"沙 \/ F \/ 現貨","offer_id":43309976780890,"sku":"TP-2605-01-BE-F","price":2380.0,"currency_code":"TWD","in_stock":true},{"title":"沙 \/ F \/ 預購","offer_id":43309976813658,"sku":"TP-2605-01-BE-F","price":2380.0,"currency_code":"TWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/5355\/6314\/files\/260414_ROSCOE_0103.jpg?v=1777890611"},{"product_id":"和紙紗寬袖防曬針織衫-黑","title":"和紙紗寬袖防曬針織衫 (黑)","description":"\u003cp\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e由日本傳統和紙加工製成的天然紗線，輕盈透氣且帶自然涼感。\u003c\/span\u003e\u003cbr\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e恰到好處的簍空露膚度，夏季穿著既清爽又舒適。\u003cbr\u003e\u003cbr\u003e\u003c\/span\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e寬鬆落肩與可變化領型，營造精緻且慵懶鬆弛輪廓，適合日常與度假穿搭。\u003cspan style=\"color: rgb(205, 117, 117);\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e\u003cspan style=\"color: rgb(205, 117, 117);\"\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e\u003cspan style=\"color: rgb(205, 117, 117);\"\u003e\u003ciframe title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/cVlO0KDwh4s?si=5L9gDVnG7DrGZ3vj\" height=\"315\" width=\"560\"\u003e\u003c\/iframe\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eMore Color\u003c\/p\u003e\n\u003cstyle\u003e\n    \/* 讓多個顏色塊橫向排列 *\/\n    .swatch-wrapper {\n        display: flex;\n        gap: 10px; \/* 顏色塊之間的距離 *\/\n        align-items: center;\n    }\n\n    .box {\n        width: 20px;\n        height: 20px;\n        border: 1px solid #000;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        position: relative;\n        text-decoration: none; \/* 移除超連結底線 *\/\n    }\n\n    .box:hover .tooltip {\n        visibility: visible;\n        opacity: 1;\n    }\n\n    .tooltip {\n        visibility: hidden;\n        opacity: 0;\n        width: 50px; \n        height: 50px; \n        background-color: transparent; \/* 改回透明背景 *\/\n        color: #000; \/* 改回黑色文字 *\/\n        text-align: center;\n        border-radius: 6px;\n        padding: 5px;\n        font-size: 12px; \n        position: absolute;\n        z-index: 1;\n        bottom: 10%; \n        left: 50%;\n        margin-left: -25px; \n        transition: opacity 0.3s;\n        \/* 確保文字置中 *\/\n        display: flex;\n        align-items: center;\n        justify-content: center;\n    }\n\n    \/* 原本的三角形設定 (目前顏色為透明) *\/\n    .tooltip::after {\n        content: '';\n        position: absolute;\n        top: 100%; \n        left: 50%;\n        margin-left: -5px;\n        border-width: 5px;\n        border-style: solid;\n        border-color: transparent transparent transparent transparent; \n    }\n\u003c\/style\u003e\n\u003cdiv class=\"swatch-wrapper\"\u003e\n\u003ca href=\"https:\/\/roscoe-official.com\/products\/%E5%92%8C%E7%B4%99%E7%B4%97%E5%AF%AC%E8%A2%96%E9%98%B2%E6%9B%AC%E9%87%9D%E7%B9%94%E8%A1%AB-%E7%99%BD\" style=\"background-color: #fdfcfb;\" class=\"box\"\u003e\n\u003cdiv class=\"tooltip\"\u003e白\u003c\/div\u003e\n\u003c\/a\u003e\u003ca href=\"https:\/\/roscoe-official.com\/products\/%E5%92%8C%E7%B4%99%E7%B4%97%E5%AF%AC%E8%A2%96%E9%98%B2%E6%9B%AC%E9%87%9D%E7%B9%94%E8%A1%AB-%E6%B2%99\" style=\"background-color: #c9b49a;\" class=\"box\"\u003e\n\u003cdiv class=\"tooltip\"\u003e沙\u003c\/div\u003e\n\u003c\/a\u003e\u003ca href=\"https:\/\/roscoe-official.com\/products\/%E5%92%8C%E7%B4%99%E7%B4%97%E5%AF%AC%E8%A2%96%E9%98%B2%E6%9B%AC%E9%87%9D%E7%B9%94%E8%A1%AB-%E9%BB%91\" style=\"background-color: #000000;\" class=\"box\"\u003e\n\u003cdiv class=\"tooltip\"\u003e黑\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e","brand":"ROSCOE Official","offers":[{"title":"黑 \/ F \/ 現貨","offer_id":43309984809050,"sku":"TP-2605-01-BK-F","price":2380.0,"currency_code":"TWD","in_stock":true},{"title":"黑 \/ F \/ 預購","offer_id":43309984841818,"sku":"TP-2605-01-BK-F","price":2380.0,"currency_code":"TWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/5355\/6314\/files\/260414_ROSCOE_0229_2.jpg?v=1777906715"},{"product_id":"silk-knit-y字美背涼爽針織背心-白","title":"Silk Knit Y字美背涼爽針織背心 (柔白)","description":"\u003cp\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003e# Silk Knit 針織系列\u003c\/span\u003e\u003cbr\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e採人造絲混紡打造類真絲涼爽觸感，透氣乾爽不悶熱。\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e方U領與漸細肩帶自然銜接，修飾肩頸比例，搭配Y字美背設計，展現俐落線條與日常高級感穿搭。\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e\u003cspan style=\"color: rgb(205, 117, 117);\"\u003e\u003ciframe title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/cVlO0KDwh4s?si=5L9gDVnG7DrGZ3vj\" height=\"315\" width=\"560\"\u003e\u003c\/iframe\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eMore Color\u003c\/p\u003e\n\u003cstyle\u003e\n    \/* 讓多個顏色塊橫向排列 *\/\n    .swatch-wrapper {\n        display: flex;\n        gap: 10px; \/* 顏色塊之間的距離 *\/\n        align-items: center;\n    }\n\n    .box {\n        width: 20px;\n        height: 20px;\n        border: 1px solid #000;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        position: relative;\n        text-decoration: none; \/* 移除超連結底線 *\/\n    }\n\n    .box:hover .tooltip {\n        visibility: visible;\n        opacity: 1;\n    }\n\n    .tooltip {\n        visibility: hidden;\n        opacity: 0;\n        width: 50px; \n        height: 50px; \n        background-color: transparent; \/* 改回透明背景 *\/\n        color: #000; \/* 改回黑色文字 *\/\n        text-align: center;\n        border-radius: 6px;\n        padding: 5px;\n        font-size: 12px; \n        position: absolute;\n        z-index: 1;\n        bottom: 10%; \n        left: 50%;\n        margin-left: -25px; \n        transition: opacity 0.3s;\n        \/* 確保文字置中 *\/\n        display: flex;\n        align-items: center;\n        justify-content: center;\n    }\n\n    \/* 原本的三角形設定 (目前顏色為透明) *\/\n    .tooltip::after {\n        content: '';\n        position: absolute;\n        top: 100%; \n        left: 50%;\n        margin-left: -5px;\n        border-width: 5px;\n        border-style: solid;\n        border-color: transparent transparent transparent transparent; \n    }\n\u003c\/style\u003e\n\u003cdiv class=\"swatch-wrapper\"\u003e\n\u003ca class=\"box\" style=\"background-color: #fdfcfb;\" href=\"https:\/\/roscoe-official.com\/products\/silk-knit-y%E5%AD%97%E7%BE%8E%E8%83%8C%E6%B6%BC%E7%88%BD%E9%87%9D%E7%B9%94%E8%83%8C%E5%BF%83-%E7%99%BD\"\u003e\n\u003cdiv class=\"tooltip\"\u003e白\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"box\" style=\"background-color: #000000;\" href=\"https:\/\/roscoe-official.com\/products\/silk-knit-y%E5%AD%97%E7%BE%8E%E8%83%8C%E6%B6%BC%E7%88%BD%E9%87%9D%E7%B9%94%E8%83%8C%E5%BF%83-%E9%BB%91\"\u003e\n\u003cdiv class=\"tooltip\"\u003e黑\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"box\" style=\"background-color: #7d7d7c;\" href=\"https:\/\/roscoe-official.com\/products\/silk-knit-y%E5%AD%97%E7%BE%8E%E8%83%8C%E6%B6%BC%E7%88%BD%E9%87%9D%E7%B9%94%E8%83%8C%E5%BF%83-%E7%81%B0\"\u003e\n\u003cdiv class=\"tooltip\"\u003e灰\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e","brand":"ROSCOE Official","offers":[{"title":"柔白 \/ S \/ 現貨","offer_id":43309992083546,"sku":"VT-2605-02-WT-S","price":1080.0,"currency_code":"TWD","in_stock":true},{"title":"柔白 \/ S \/ 預購","offer_id":43309992116314,"sku":"VT-2605-02-WT-S","price":1080.0,"currency_code":"TWD","in_stock":true},{"title":"柔白 \/ M \/ 現貨","offer_id":43310001389658,"sku":"VT-2605-02-WT-M","price":1080.0,"currency_code":"TWD","in_stock":true},{"title":"柔白 \/ M \/ 預購","offer_id":43310001422426,"sku":"VT-2605-02-WT-M","price":1080.0,"currency_code":"TWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/5355\/6314\/files\/260414_ROSCOE_0355_6887a201-2064-4333-bb99-10d6ae836af0.jpg?v=1777901533"},{"product_id":"silk-knit-y字美背涼爽針織背心-灰","title":"Silk Knit Y字美背涼爽針織背心 (灰)","description":"\u003cp\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003e# Silk Knit 針織系列\u003c\/span\u003e\u003cbr\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e採人造絲混紡打造類真絲涼爽觸感，透氣乾爽不悶熱。\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e方U領與漸細肩帶自然銜接，修飾肩頸比例，搭配Y字美背設計，展現俐落線條與日常高級感穿搭。\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e\u003cspan style=\"color: rgb(205, 117, 117);\"\u003e\u003ciframe title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/cVlO0KDwh4s?si=5L9gDVnG7DrGZ3vj\" height=\"315\" width=\"560\"\u003e\u003c\/iframe\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eMore Color\u003c\/p\u003e\n\u003cstyle\u003e\n    \/* 讓多個顏色塊橫向排列 *\/\n    .swatch-wrapper {\n        display: flex;\n        gap: 10px; \/* 顏色塊之間的距離 *\/\n        align-items: center;\n    }\n\n    .box {\n        width: 20px;\n        height: 20px;\n        border: 1px solid #000;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        position: relative;\n        text-decoration: none; \/* 移除超連結底線 *\/\n    }\n\n    .box:hover .tooltip {\n        visibility: visible;\n        opacity: 1;\n    }\n\n    .tooltip {\n        visibility: hidden;\n        opacity: 0;\n        width: 50px; \n        height: 50px; \n        background-color: transparent; \/* 改回透明背景 *\/\n        color: #000; \/* 改回黑色文字 *\/\n        text-align: center;\n        border-radius: 6px;\n        padding: 5px;\n        font-size: 12px; \n        position: absolute;\n        z-index: 1;\n        bottom: 10%; \n        left: 50%;\n        margin-left: -25px; \n        transition: opacity 0.3s;\n        \/* 確保文字置中 *\/\n        display: flex;\n        align-items: center;\n        justify-content: center;\n    }\n\n    \/* 原本的三角形設定 (目前顏色為透明) *\/\n    .tooltip::after {\n        content: '';\n        position: absolute;\n        top: 100%; \n        left: 50%;\n        margin-left: -5px;\n        border-width: 5px;\n        border-style: solid;\n        border-color: transparent transparent transparent transparent; \n    }\n\u003c\/style\u003e\n\u003cdiv class=\"swatch-wrapper\"\u003e\n\u003ca class=\"box\" style=\"background-color: #fdfcfb;\" href=\"https:\/\/roscoe-official.com\/products\/silk-knit-y%E5%AD%97%E7%BE%8E%E8%83%8C%E6%B6%BC%E7%88%BD%E9%87%9D%E7%B9%94%E8%83%8C%E5%BF%83-%E7%99%BD\"\u003e\n\u003cdiv class=\"tooltip\"\u003e白\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"box\" style=\"background-color: #000000;\" href=\"https:\/\/roscoe-official.com\/products\/silk-knit-y%E5%AD%97%E7%BE%8E%E8%83%8C%E6%B6%BC%E7%88%BD%E9%87%9D%E7%B9%94%E8%83%8C%E5%BF%83-%E9%BB%91\"\u003e\n\u003cdiv class=\"tooltip\"\u003e黑\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"box\" style=\"background-color: #7d7d7c;\" href=\"https:\/\/roscoe-official.com\/products\/silk-knit-y%E5%AD%97%E7%BE%8E%E8%83%8C%E6%B6%BC%E7%88%BD%E9%87%9D%E7%B9%94%E8%83%8C%E5%BF%83-%E7%81%B0\"\u003e\n\u003cdiv class=\"tooltip\"\u003e灰\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e","brand":"ROSCOE Official","offers":[{"title":"灰 \/ S \/ 現貨","offer_id":43310006894682,"sku":"VT-2605-02-GY-S","price":1080.0,"currency_code":"TWD","in_stock":true},{"title":"灰 \/ S \/ 預購","offer_id":43310006927450,"sku":"VT-2605-02-GY-S","price":1080.0,"currency_code":"TWD","in_stock":true},{"title":"灰 \/ M \/ 現貨","offer_id":43310006960218,"sku":"VT-2605-02-GY-M","price":1080.0,"currency_code":"TWD","in_stock":true},{"title":"灰 \/ M \/ 預購","offer_id":43310006992986,"sku":"VT-2605-02-GY-M","price":1080.0,"currency_code":"TWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/5355\/6314\/files\/260414_ROSCOE_0478.jpg?v=1777895803"},{"product_id":"silk-knit-y字美背涼爽針織背心-黑","title":"Silk Knit Y字美背涼爽針織背心 (黑)","description":"\u003cp\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003e# Silk Knit 針織系列\u003c\/span\u003e\u003cbr\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e採人造絲混紡打造類真絲涼爽觸感，透氣乾爽不悶熱。\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e方U領與漸細肩帶自然銜接，修飾肩頸比例，搭配Y字美背設計，展現俐落線條與日常高級感穿搭。\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e\u003cspan style=\"color: rgb(205, 117, 117);\"\u003e\u003ciframe title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/cVlO0KDwh4s?si=5L9gDVnG7DrGZ3vj\" height=\"315\" width=\"560\"\u003e\u003c\/iframe\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eMore Color\u003c\/p\u003e\n\u003cstyle\u003e\n    \/* 讓多個顏色塊橫向排列 *\/\n    .swatch-wrapper {\n        display: flex;\n        gap: 10px; \/* 顏色塊之間的距離 *\/\n        align-items: center;\n    }\n\n    .box {\n        width: 20px;\n        height: 20px;\n        border: 1px solid #000;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        position: relative;\n        text-decoration: none; \/* 移除超連結底線 *\/\n    }\n\n    .box:hover .tooltip {\n        visibility: visible;\n        opacity: 1;\n    }\n\n    .tooltip {\n        visibility: hidden;\n        opacity: 0;\n        width: 50px; \n        height: 50px; \n        background-color: transparent; \/* 改回透明背景 *\/\n        color: #000; \/* 改回黑色文字 *\/\n        text-align: center;\n        border-radius: 6px;\n        padding: 5px;\n        font-size: 12px; \n        position: absolute;\n        z-index: 1;\n        bottom: 10%; \n        left: 50%;\n        margin-left: -25px; \n        transition: opacity 0.3s;\n        \/* 確保文字置中 *\/\n        display: flex;\n        align-items: center;\n        justify-content: center;\n    }\n\n    \/* 原本的三角形設定 (目前顏色為透明) *\/\n    .tooltip::after {\n        content: '';\n        position: absolute;\n        top: 100%; \n        left: 50%;\n        margin-left: -5px;\n        border-width: 5px;\n        border-style: solid;\n        border-color: transparent transparent transparent transparent; \n    }\n\u003c\/style\u003e\n\u003cdiv class=\"swatch-wrapper\"\u003e\n\u003ca class=\"box\" style=\"background-color: #fdfcfb;\" href=\"https:\/\/roscoe-official.com\/products\/silk-knit-y%E5%AD%97%E7%BE%8E%E8%83%8C%E6%B6%BC%E7%88%BD%E9%87%9D%E7%B9%94%E8%83%8C%E5%BF%83-%E7%99%BD\"\u003e\n\u003cdiv class=\"tooltip\"\u003e白\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"box\" style=\"background-color: #000000;\" href=\"https:\/\/roscoe-official.com\/products\/silk-knit-y%E5%AD%97%E7%BE%8E%E8%83%8C%E6%B6%BC%E7%88%BD%E9%87%9D%E7%B9%94%E8%83%8C%E5%BF%83-%E9%BB%91\"\u003e\n\u003cdiv class=\"tooltip\"\u003e黑\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"box\" style=\"background-color: #7d7d7c;\" href=\"https:\/\/roscoe-official.com\/products\/silk-knit-y%E5%AD%97%E7%BE%8E%E8%83%8C%E6%B6%BC%E7%88%BD%E9%87%9D%E7%B9%94%E8%83%8C%E5%BF%83-%E7%81%B0\"\u003e\n\u003cdiv class=\"tooltip\"\u003e灰\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e","brand":"ROSCOE Official","offers":[{"title":"黑 \/ S \/ 現貨","offer_id":43310014693466,"sku":"VT-2605-02-BK-S","price":1080.0,"currency_code":"TWD","in_stock":true},{"title":"黑 \/ S \/ 預購","offer_id":43310014726234,"sku":"VT-2605-02-BK-S","price":1080.0,"currency_code":"TWD","in_stock":true},{"title":"黑 \/ M \/ 現貨","offer_id":43310014759002,"sku":"VT-2605-02-BK-M","price":1080.0,"currency_code":"TWD","in_stock":true},{"title":"黑 \/ M \/ 預購","offer_id":43310014791770,"sku":"VT-2605-02-BK-M","price":1080.0,"currency_code":"TWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/5355\/6314\/files\/260414_ROSCOE_2078.jpg?v=1777897160"},{"product_id":"大u領萊賽爾針織tee-白","title":"大U領萊賽爾針織Tee (白)","description":"\u003cp\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e萊賽爾針織材質，垂順並自帶涼感，領口可調為斜肩穿法增添造型變化。\u003c\/span\u003e\u003cbr\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e\u003cbr\u003e細膩織面帶低調光澤，在舒適之中展現不經意的質感，是夏季不可或缺的寬鬆大版Tee！\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(205, 117, 117);\"\u003e\u003cmeta charset=\"utf-8\"\u003e 不同顏色觸感略有差異：白、灰色手感柔軟；黑色較為乾爽且具挺度\u003cspan\u003e。\u003c\/span\u003e\u003c\/span\u003e\u003cspan style=\"color: rgb(205, 117, 117);\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e\u003cspan style=\"color: rgb(205, 117, 117);\"\u003e\u003ciframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/cVlO0KDwh4s?si=5L9gDVnG7DrGZ3vj\" title=\"YouTube video player\"\u003e\u003c\/iframe\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eMore Color\u003c\/p\u003e\n\u003cstyle\u003e\n    \/* 讓多個顏色塊橫向排列 *\/\n    .swatch-wrapper {\n        display: flex;\n        gap: 10px; \/* 顏色塊之間的距離 *\/\n        align-items: center;\n    }\n\n    .box {\n        width: 20px;\n        height: 20px;\n        border: 1px solid #000;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        position: relative;\n        text-decoration: none; \/* 移除超連結底線 *\/\n    }\n\n    .box:hover .tooltip {\n        visibility: visible;\n        opacity: 1;\n    }\n\n    .tooltip {\n        visibility: hidden;\n        opacity: 0;\n        width: 50px; \n        height: 50px; \n        background-color: transparent; \/* 改回透明背景 *\/\n        color: #000; \/* 改回黑色文字 *\/\n        text-align: center;\n        border-radius: 6px;\n        padding: 5px;\n        font-size: 12px; \n        position: absolute;\n        z-index: 1;\n        bottom: 10%; \n        left: 50%;\n        margin-left: -25px; \n        transition: opacity 0.3s;\n        \/* 確保文字置中 *\/\n        display: flex;\n        align-items: center;\n        justify-content: center;\n    }\n\n    \/* 原本的三角形設定 (目前顏色為透明) *\/\n    .tooltip::after {\n        content: '';\n        position: absolute;\n        top: 100%; \n        left: 50%;\n        margin-left: -5px;\n        border-width: 5px;\n        border-style: solid;\n        border-color: transparent transparent transparent transparent; \n    }\n\u003c\/style\u003e\n\u003cdiv class=\"swatch-wrapper\"\u003e\n\u003ca href=\"https:\/\/roscoe-official.com\/products\/%E5%A4%A7u%E9%A0%98%E8%90%8A%E8%B3%BD%E7%88%BE%E9%87%9D%E7%B9%94tee-%E9%BB%91\" style=\"background-color: #000000;\" class=\"box\"\u003e\n\u003cdiv class=\"tooltip\"\u003e黑\u003c\/div\u003e\n\u003c\/a\u003e\u003ca href=\"https:\/\/roscoe-official.com\/products\/%E5%A4%A7u%E9%A0%98%E8%90%8A%E8%B3%BD%E7%88%BE%E9%87%9D%E7%B9%94tee-%E7%81%B0\" style=\"background-color: #d5d5d5;\" class=\"box\"\u003e\n\u003cdiv class=\"tooltip\"\u003e灰\u003c\/div\u003e\n\u003c\/a\u003e\u003ca href=\"https:\/\/roscoe-official.com\/products\/%E5%A4%A7u%E9%A0%98%E8%90%8A%E8%B3%BD%E7%88%BE%E9%87%9D%E7%B9%94tee-%E7%99%BD\" style=\"background-color: #fdfcfb;\" class=\"box\"\u003e\n\u003cdiv class=\"tooltip\"\u003e白\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e","brand":"ROSCOE Official","offers":[{"title":"白 \/ S \/ 現貨","offer_id":43310076756058,"sku":"TP-2605-03-WT-S","price":1780.0,"currency_code":"TWD","in_stock":false},{"title":"白 \/ S \/ 預購","offer_id":43310076788826,"sku":"TP-2605-03-WT-S","price":1780.0,"currency_code":"TWD","in_stock":true},{"title":"白 \/ M \/ 現貨","offer_id":43310076821594,"sku":"TP-2605-03-WT-M","price":1780.0,"currency_code":"TWD","in_stock":false},{"title":"白 \/ M \/ 預購","offer_id":43310076854362,"sku":"TP-2605-03-WT-M","price":1780.0,"currency_code":"TWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/5355\/6314\/files\/9-2.jpg?v=1777924039"},{"product_id":"大u領萊賽爾針織tee-灰","title":"大U領萊賽爾針織Tee (灰)","description":"\u003cp\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e萊賽爾針織材質，垂順並自帶涼感，領口可調為斜肩穿法增添造型變化。\u003c\/span\u003e\u003cbr\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e\u003cbr\u003e細膩織面帶低調光澤，在舒適之中展現不經意的質感，是夏季不可或缺的寬鬆大版Tee！\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(205, 117, 117);\"\u003e不同顏色觸感略有差異：白、灰色手感柔軟；黑色較為乾爽且具挺度。\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(205, 117, 117);\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e\u003cspan style=\"color: rgb(205, 117, 117);\"\u003e\u003ciframe title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/cVlO0KDwh4s?si=5L9gDVnG7DrGZ3vj\" height=\"315\" width=\"560\"\u003e\u003c\/iframe\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eMore Color\u003c\/p\u003e\n\u003cstyle\u003e\n    \/* 讓多個顏色塊橫向排列 *\/\n    .swatch-wrapper {\n        display: flex;\n        gap: 10px; \/* 顏色塊之間的距離 *\/\n        align-items: center;\n    }\n\n    .box {\n        width: 20px;\n        height: 20px;\n        border: 1px solid #000;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        position: relative;\n        text-decoration: none; \/* 移除超連結底線 *\/\n    }\n\n    .box:hover .tooltip {\n        visibility: visible;\n        opacity: 1;\n    }\n\n    .tooltip {\n        visibility: hidden;\n        opacity: 0;\n        width: 50px; \n        height: 50px; \n        background-color: transparent; \/* 改回透明背景 *\/\n        color: #000; \/* 改回黑色文字 *\/\n        text-align: center;\n        border-radius: 6px;\n        padding: 5px;\n        font-size: 12px; \n        position: absolute;\n        z-index: 1;\n        bottom: 10%; \n        left: 50%;\n        margin-left: -25px; \n        transition: opacity 0.3s;\n        \/* 確保文字置中 *\/\n        display: flex;\n        align-items: center;\n        justify-content: center;\n    }\n\n    \/* 原本的三角形設定 (目前顏色為透明) *\/\n    .tooltip::after {\n        content: '';\n        position: absolute;\n        top: 100%; \n        left: 50%;\n        margin-left: -5px;\n        border-width: 5px;\n        border-style: solid;\n        border-color: transparent transparent transparent transparent; \n    }\n\u003c\/style\u003e\n\u003cdiv class=\"swatch-wrapper\"\u003e\n\u003ca href=\"https:\/\/roscoe-official.com\/products\/%E5%A4%A7u%E9%A0%98%E8%90%8A%E8%B3%BD%E7%88%BE%E9%87%9D%E7%B9%94tee-%E9%BB%91\" style=\"background-color: #000000;\" class=\"box\"\u003e\n\u003cdiv class=\"tooltip\"\u003e黑\u003c\/div\u003e\n\u003c\/a\u003e\u003ca href=\"https:\/\/roscoe-official.com\/products\/%E5%A4%A7u%E9%A0%98%E8%90%8A%E8%B3%BD%E7%88%BE%E9%87%9D%E7%B9%94tee-%E7%81%B0\" style=\"background-color: #d5d5d5;\" class=\"box\"\u003e\n\u003cdiv class=\"tooltip\"\u003e灰\u003c\/div\u003e\n\u003c\/a\u003e\u003ca href=\"https:\/\/roscoe-official.com\/products\/%E5%A4%A7u%E9%A0%98%E8%90%8A%E8%B3%BD%E7%88%BE%E9%87%9D%E7%B9%94tee-%E7%99%BD\" style=\"background-color: #fdfcfb;\" class=\"box\"\u003e\n\u003cdiv class=\"tooltip\"\u003e白\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e","brand":"ROSCOE Official","offers":[{"title":"灰 \/ S \/ 現貨","offer_id":43310078230618,"sku":"TP-2605-03-GY-S","price":1780.0,"currency_code":"TWD","in_stock":false},{"title":"灰 \/ S \/ 預購","offer_id":43310078263386,"sku":"TP-2605-03-GY-S","price":1780.0,"currency_code":"TWD","in_stock":true},{"title":"灰 \/ M \/ 現貨","offer_id":43310078296154,"sku":"TP-2605-03-GY-M","price":1780.0,"currency_code":"TWD","in_stock":false},{"title":"灰 \/ M \/ 預購","offer_id":43310078328922,"sku":"TP-2605-03-GY-M","price":1780.0,"currency_code":"TWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/5355\/6314\/files\/260414_ROSCOE_0970.jpg?v=1777900483"},{"product_id":"大u領萊賽爾針織tee-黑","title":"大U領萊賽爾針織Tee (黑)","description":"\u003cp\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e萊賽爾針織材質，垂順並自帶涼感，領口可調為斜肩穿法增添造型變化。\u003cbr\u003e\u003cbr\u003e\u003c\/span\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e\u003c\/span\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e細膩織面帶低調光澤，在舒適之中展現不經意的質感，是夏季不可或缺的寬鬆大版Tee！\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(205, 117, 117);\"\u003e不同顏色觸感略有差異：白、灰色手感柔軟；黑色較為乾爽且具挺度\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e\u003cspan style=\"color: rgb(205, 117, 117);\"\u003e\u003ciframe title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/cVlO0KDwh4s?si=5L9gDVnG7DrGZ3vj\" height=\"315\" width=\"560\"\u003e\u003c\/iframe\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eMore Color\u003c\/p\u003e\n\u003cstyle\u003e\n    \/* 讓多個顏色塊橫向排列 *\/\n    .swatch-wrapper {\n        display: flex;\n        gap: 10px; \/* 顏色塊之間的距離 *\/\n        align-items: center;\n    }\n\n    .box {\n        width: 20px;\n        height: 20px;\n        border: 1px solid #000;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        position: relative;\n        text-decoration: none; \/* 移除超連結底線 *\/\n    }\n\n    .box:hover .tooltip {\n        visibility: visible;\n        opacity: 1;\n    }\n\n    .tooltip {\n        visibility: hidden;\n        opacity: 0;\n        width: 50px; \n        height: 50px; \n        background-color: transparent; \/* 改回透明背景 *\/\n        color: #000; \/* 改回黑色文字 *\/\n        text-align: center;\n        border-radius: 6px;\n        padding: 5px;\n        font-size: 12px; \n        position: absolute;\n        z-index: 1;\n        bottom: 10%; \n        left: 50%;\n        margin-left: -25px; \n        transition: opacity 0.3s;\n        \/* 確保文字置中 *\/\n        display: flex;\n        align-items: center;\n        justify-content: center;\n    }\n\n    \/* 原本的三角形設定 (目前顏色為透明) *\/\n    .tooltip::after {\n        content: '';\n        position: absolute;\n        top: 100%; \n        left: 50%;\n        margin-left: -5px;\n        border-width: 5px;\n        border-style: solid;\n        border-color: transparent transparent transparent transparent; \n    }\n\u003c\/style\u003e\n\u003cdiv class=\"swatch-wrapper\"\u003e\n\u003ca class=\"box\" style=\"background-color: #000000;\" href=\"https:\/\/roscoe-official.com\/products\/%E5%A4%A7u%E9%A0%98%E8%90%8A%E8%B3%BD%E7%88%BE%E9%87%9D%E7%B9%94tee-%E9%BB%91\"\u003e\n\u003cdiv class=\"tooltip\"\u003e黑\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"box\" style=\"background-color: #d5d5d5;\" href=\"https:\/\/roscoe-official.com\/products\/%E5%A4%A7u%E9%A0%98%E8%90%8A%E8%B3%BD%E7%88%BE%E9%87%9D%E7%B9%94tee-%E7%81%B0\"\u003e\n\u003cdiv class=\"tooltip\"\u003e灰\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"box\" style=\"background-color: #fdfcfb;\" href=\"https:\/\/roscoe-official.com\/products\/%E5%A4%A7u%E9%A0%98%E8%90%8A%E8%B3%BD%E7%88%BE%E9%87%9D%E7%B9%94tee-%E7%99%BD\"\u003e\n\u003cdiv class=\"tooltip\"\u003e白\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e","brand":"ROSCOE Official","offers":[{"title":"黑 \/ S \/ 現貨","offer_id":43310094057562,"sku":"TP-2605-03-BK-S","price":1780.0,"currency_code":"TWD","in_stock":false},{"title":"黑 \/ S \/ 預購","offer_id":43310094090330,"sku":"TP-2605-03-BK-S","price":1780.0,"currency_code":"TWD","in_stock":true},{"title":"黑 \/ M \/ 現貨","offer_id":43310094123098,"sku":"TP-2605-03-BK-M","price":1780.0,"currency_code":"TWD","in_stock":false},{"title":"黑 \/ M \/ 預購","offer_id":43310094155866,"sku":"TP-2605-03-BK-M","price":1780.0,"currency_code":"TWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/5355\/6314\/files\/40-1_f59e0913-d483-4051-82d0-c3e916c9b396.jpg?v=1777899887"},{"product_id":"涼爽坑條排釦開衫-白","title":"涼爽坑條排釦開衫 (白)","description":"\u003cp\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e棉混紡針織，兼具柔軟親膚、高彈力與乾爽透氣、不悶熱的特性。\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e修長手袖排釦設計，十分修飾身形比例。\u003cbr\u003e可單穿或作為防曬罩衫，一衣兩穿提升日常穿搭靈活度。\u003cbr\u003e\u003cbr\u003e\u003ciframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/cVlO0KDwh4s?si=5L9gDVnG7DrGZ3vj\" title=\"YouTube video player\"\u003e\u003c\/iframe\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eMore Color\u003c\/p\u003e\n\u003cstyle\u003e\n    \/* 讓多個顏色塊橫向排列 *\/\n    .swatch-wrapper {\n        display: flex;\n        gap: 10px; \/* 顏色塊之間的距離 *\/\n        align-items: center;\n    }\n\n    .box {\n        width: 20px;\n        height: 20px;\n        border: 1px solid #000;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        position: relative;\n        text-decoration: none; \/* 移除超連結底線 *\/\n    }\n\n    .box:hover .tooltip {\n        visibility: visible;\n        opacity: 1;\n    }\n\n    .tooltip {\n        visibility: hidden;\n        opacity: 0;\n        width: 50px; \n        height: 50px; \n        background-color: transparent; \/* 改回透明背景 *\/\n        color: #000; \/* 改回黑色文字 *\/\n        text-align: center;\n        border-radius: 6px;\n        padding: 5px;\n        font-size: 12px; \n        position: absolute;\n        z-index: 1;\n        bottom: 10%; \n        left: 50%;\n        margin-left: -25px; \n        transition: opacity 0.3s;\n        \/* 確保文字置中 *\/\n        display: flex;\n        align-items: center;\n        justify-content: center;\n    }\n\n    \/* 原本的三角形設定 (目前顏色為透明) *\/\n    .tooltip::after {\n        content: '';\n        position: absolute;\n        top: 100%; \n        left: 50%;\n        margin-left: -5px;\n        border-width: 5px;\n        border-style: solid;\n        border-color: transparent transparent transparent transparent; \n    }\n\u003c\/style\u003e\n\u003cdiv class=\"swatch-wrapper\"\u003e\n\u003ca href=\"https:\/\/roscoe-official.com\/products\/%E6%B6%BC%E7%88%BD%E5%9D%91%E6%A2%9D%E6%8E%92%E9%87%A6%E9%96%8B%E8%A1%AB-%E9%BB%91\" style=\"background-color: #000000;\" class=\"box\"\u003e\n\u003cdiv class=\"tooltip\"\u003e黑\u003c\/div\u003e\n\u003c\/a\u003e\u003ca href=\"https:\/\/roscoe-official.com\/products\/%E6%B6%BC%E7%88%BD%E5%9D%91%E6%A2%9D%E6%8E%92%E9%87%A6%E9%96%8B%E8%A1%AB-%E5%86%B0%E8%97%8D\" style=\"background-color: #e5eeff;\" class=\"box\"\u003e\n\u003cdiv class=\"tooltip\"\u003e冰藍\u003c\/div\u003e\n\u003c\/a\u003e\u003ca href=\"https:\/\/roscoe-official.com\/products\/%E6%B6%BC%E7%88%BD%E5%9D%91%E6%A2%9D%E6%8E%92%E9%87%A6%E9%96%8B%E8%A1%AB-%E7%99%BD\" style=\"background-color: #fdfcfb;\" class=\"box\"\u003e\n\u003cdiv class=\"tooltip\"\u003e白\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e","brand":"ROSCOE Official","offers":[{"title":"白 \/ S \/ 現貨","offer_id":43310094418010,"sku":"TP-2605-04-WT-S","price":1680.0,"currency_code":"TWD","in_stock":true},{"title":"白 \/ S \/ 預購","offer_id":43310094450778,"sku":"TP-2605-04-WT-S","price":1680.0,"currency_code":"TWD","in_stock":false},{"title":"白 \/ M \/ 現貨","offer_id":43310094483546,"sku":"TP-2605-04-WT-M","price":1680.0,"currency_code":"TWD","in_stock":true},{"title":"白 \/ M \/ 預購","offer_id":43310094516314,"sku":"TP-2605-04-WT-M","price":1680.0,"currency_code":"TWD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/5355\/6314\/files\/260414_ROSCOE_1927_098d3212-1c8f-4fba-9de6-f78821543c37.jpg?v=1777898951"},{"product_id":"涼爽坑條排釦開衫-冰藍","title":"涼爽坑條排釦開衫 (冰藍)","description":"\u003cp\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e棉混紡針織，兼具柔軟親膚、高彈力與乾爽透氣、不悶熱的特性。\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e修長手袖排釦設計，十分修飾身形比例。\u003cbr\u003e可單穿或作為防曬罩衫，一衣兩穿提升日常穿搭靈活度。\u003cbr\u003e\u003cbr\u003e\u003ciframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/cVlO0KDwh4s?si=5L9gDVnG7DrGZ3vj\" title=\"YouTube video player\"\u003e\u003c\/iframe\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eMore Color\u003c\/p\u003e\n\u003cstyle\u003e\n    \/* 讓多個顏色塊橫向排列 *\/\n    .swatch-wrapper {\n        display: flex;\n        gap: 10px; \/* 顏色塊之間的距離 *\/\n        align-items: center;\n    }\n\n    .box {\n        width: 20px;\n        height: 20px;\n        border: 1px solid #000;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        position: relative;\n        text-decoration: none; \/* 移除超連結底線 *\/\n    }\n\n    .box:hover .tooltip {\n        visibility: visible;\n        opacity: 1;\n    }\n\n    .tooltip {\n        visibility: hidden;\n        opacity: 0;\n        width: 50px; \n        height: 50px; \n        background-color: transparent; \/* 改回透明背景 *\/\n        color: #000; \/* 改回黑色文字 *\/\n        text-align: center;\n        border-radius: 6px;\n        padding: 5px;\n        font-size: 12px; \n        position: absolute;\n        z-index: 1;\n        bottom: 10%; \n        left: 50%;\n        margin-left: -25px; \n        transition: opacity 0.3s;\n        \/* 確保文字置中 *\/\n        display: flex;\n        align-items: center;\n        justify-content: center;\n    }\n\n    \/* 原本的三角形設定 (目前顏色為透明) *\/\n    .tooltip::after {\n        content: '';\n        position: absolute;\n        top: 100%; \n        left: 50%;\n        margin-left: -5px;\n        border-width: 5px;\n        border-style: solid;\n        border-color: transparent transparent transparent transparent; \n    }\n\u003c\/style\u003e\n\u003cdiv class=\"swatch-wrapper\"\u003e\n\u003ca class=\"box\" style=\"background-color: #000000;\" href=\"https:\/\/roscoe-official.com\/products\/%E6%B6%BC%E7%88%BD%E5%9D%91%E6%A2%9D%E6%8E%92%E9%87%A6%E9%96%8B%E8%A1%AB-%E9%BB%91\"\u003e\n\u003cdiv class=\"tooltip\"\u003e黑\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"box\" style=\"background-color: #e5eeff;\" href=\"https:\/\/roscoe-official.com\/products\/%E6%B6%BC%E7%88%BD%E5%9D%91%E6%A2%9D%E6%8E%92%E9%87%A6%E9%96%8B%E8%A1%AB-%E5%86%B0%E8%97%8D\"\u003e\n\u003cdiv class=\"tooltip\"\u003e冰藍\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"box\" style=\"background-color: #fdfcfb;\" href=\"https:\/\/roscoe-official.com\/products\/%E6%B6%BC%E7%88%BD%E5%9D%91%E6%A2%9D%E6%8E%92%E9%87%A6%E9%96%8B%E8%A1%AB-%E7%99%BD\"\u003e\n\u003cdiv class=\"tooltip\"\u003e白\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e","brand":"ROSCOE Official","offers":[{"title":"冰藍 \/ S \/ 現貨","offer_id":43310094581850,"sku":"TP-2605-04-LB-S","price":1680.0,"currency_code":"TWD","in_stock":true},{"title":"冰藍 \/ S \/ 預購","offer_id":43310094614618,"sku":"TP-2605-04-LB-S","price":1680.0,"currency_code":"TWD","in_stock":false},{"title":"冰藍 \/ M \/ 現貨","offer_id":43310094647386,"sku":"TP-2605-04-LB-M","price":1680.0,"currency_code":"TWD","in_stock":false},{"title":"冰藍 \/ M \/ 預購","offer_id":43310094680154,"sku":"TP-2605-04-LB-M","price":1680.0,"currency_code":"TWD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/5355\/6314\/files\/260414_ROSCOE_1874.jpg?v=1777898674"},{"product_id":"涼爽坑條排釦開衫-黑","title":"涼爽坑條排釦開衫 (黑)","description":"\u003cp\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e棉混紡針織，兼具柔軟親膚、高彈力與乾爽透氣、不悶熱的特性。\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e修長手袖排釦設計，十分修飾身形比例。\u003cbr\u003e可單穿或作為防曬罩衫，一衣兩穿提升日常穿搭靈活度。\u003cbr\u003e\u003cbr\u003e\u003ciframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/cVlO0KDwh4s?si=5L9gDVnG7DrGZ3vj\" title=\"YouTube video player\"\u003e\u003c\/iframe\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eMore Color\u003c\/p\u003e\n\u003cstyle\u003e\n    \/* 讓多個顏色塊橫向排列 *\/\n    .swatch-wrapper {\n        display: flex;\n        gap: 10px; \/* 顏色塊之間的距離 *\/\n        align-items: center;\n    }\n\n    .box {\n        width: 20px;\n        height: 20px;\n        border: 1px solid #000;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        position: relative;\n        text-decoration: none; \/* 移除超連結底線 *\/\n    }\n\n    .box:hover .tooltip {\n        visibility: visible;\n        opacity: 1;\n    }\n\n    .tooltip {\n        visibility: hidden;\n        opacity: 0;\n        width: 50px; \n        height: 50px; \n        background-color: transparent; \/* 改回透明背景 *\/\n        color: #000; \/* 改回黑色文字 *\/\n        text-align: center;\n        border-radius: 6px;\n        padding: 5px;\n        font-size: 12px; \n        position: absolute;\n        z-index: 1;\n        bottom: 10%; \n        left: 50%;\n        margin-left: -25px; \n        transition: opacity 0.3s;\n        \/* 確保文字置中 *\/\n        display: flex;\n        align-items: center;\n        justify-content: center;\n    }\n\n    \/* 原本的三角形設定 (目前顏色為透明) *\/\n    .tooltip::after {\n        content: '';\n        position: absolute;\n        top: 100%; \n        left: 50%;\n        margin-left: -5px;\n        border-width: 5px;\n        border-style: solid;\n        border-color: transparent transparent transparent transparent; \n    }\n\u003c\/style\u003e\n\u003cdiv class=\"swatch-wrapper\"\u003e\n\u003ca class=\"box\" style=\"background-color: #000000;\" href=\"https:\/\/roscoe-official.com\/products\/%E6%B6%BC%E7%88%BD%E5%9D%91%E6%A2%9D%E6%8E%92%E9%87%A6%E9%96%8B%E8%A1%AB-%E9%BB%91\"\u003e\n\u003cdiv class=\"tooltip\"\u003e黑\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"box\" style=\"background-color: #e5eeff;\" href=\"https:\/\/roscoe-official.com\/products\/%E6%B6%BC%E7%88%BD%E5%9D%91%E6%A2%9D%E6%8E%92%E9%87%A6%E9%96%8B%E8%A1%AB-%E5%86%B0%E8%97%8D\"\u003e\n\u003cdiv class=\"tooltip\"\u003e冰藍\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"box\" style=\"background-color: #fdfcfb;\" href=\"https:\/\/roscoe-official.com\/products\/%E6%B6%BC%E7%88%BD%E5%9D%91%E6%A2%9D%E6%8E%92%E9%87%A6%E9%96%8B%E8%A1%AB-%E7%99%BD\"\u003e\n\u003cdiv class=\"tooltip\"\u003e白\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e","brand":"ROSCOE Official","offers":[{"title":"黑 \/ S \/ 現貨","offer_id":43310097858650,"sku":"TP-2605-04-BK-S","price":1680.0,"currency_code":"TWD","in_stock":true},{"title":"黑 \/ S \/ 預購","offer_id":43310097891418,"sku":"TP-2605-04-BK-S","price":1680.0,"currency_code":"TWD","in_stock":false},{"title":"黑 \/ M \/ 現貨","offer_id":43310097924186,"sku":"TP-2605-04-BK-M","price":1680.0,"currency_code":"TWD","in_stock":false},{"title":"黑 \/ M \/ 預購","offer_id":43310097956954,"sku":"TP-2605-04-BK-M","price":1680.0,"currency_code":"TWD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/5355\/6314\/files\/33_c0e691f4-ffa4-4be5-8cd8-ef3194c09f4d.jpg?v=1777898373"},{"product_id":"土耳其isko丹寧-低腰百慕達丹寧短褲-原牛","title":"【土耳其ISKO丹寧】低腰百慕達丹寧短褲 (原牛)","description":"\u003cp\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003e#土耳其ISKO高端丹寧\u003c\/span\u003e\u003cbr\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e全球知名土耳其ISKO丹寧供應商生產的高端丹寧 – 具備挺度與修身度，穿著不僵硬且親膚透氣。\u003cbr\u003e\u003c\/span\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e\u003cbr\u003e兼顧修身效果與活動自在度，並擁有優異耐穿性。隨著穿著時間，可養成個人專屬的自然色落。\u003cbr\u003e\u003cbr\u003e\u003c\/span\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e低腰低襠五分剪裁，結合復古排釦門襟，打造隨性有型的夏日穿搭。\u003cbr\u003e\u003cbr\u003e\u003ciframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/cVlO0KDwh4s?si=5L9gDVnG7DrGZ3vj\" title=\"YouTube video player\"\u003e\u003c\/iframe\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eMore Color\u003c\/p\u003e\n\u003cstyle\u003e\n    \/* 讓多個顏色塊橫向排列 *\/\n    .swatch-wrapper {\n        display: flex;\n        gap: 10px; \/* 顏色塊之間的距離 *\/\n        align-items: center;\n    }\n\n    .box {\n        width: 20px;\n        height: 20px;\n        border: 1px solid #000;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        position: relative;\n        text-decoration: none; \/* 移除超連結底線 *\/\n    }\n\n    .box:hover .tooltip {\n        visibility: visible;\n        opacity: 1;\n    }\n\n    .tooltip {\n        visibility: hidden;\n        opacity: 0;\n        width: 50px; \n        height: 50px; \n        background-color: transparent; \/* 改回透明背景 *\/\n        color: #000; \/* 改回黑色文字 *\/\n        text-align: center;\n        border-radius: 6px;\n        padding: 5px;\n        font-size: 12px; \n        position: absolute;\n        z-index: 1;\n        bottom: 10%; \n        left: 50%;\n        margin-left: -25px; \n        transition: opacity 0.3s;\n        \/* 確保文字置中 *\/\n        display: flex;\n        align-items: center;\n        justify-content: center;\n    }\n\n    \/* 原本的三角形設定 (目前顏色為透明) *\/\n    .tooltip::after {\n        content: '';\n        position: absolute;\n        top: 100%; \n        left: 50%;\n        margin-left: -5px;\n        border-width: 5px;\n        border-style: solid;\n        border-color: transparent transparent transparent transparent; \n    }\n\u003c\/style\u003e\n\u003cdiv class=\"swatch-wrapper\"\u003e\u003ca class=\"box\" style=\"background-color: #303a5b;\" href=\"https:\/\/roscoe-official.com\/products\/%E5%9C%9F%E8%80%B3%E5%85%B6isko%E4%B8%B9%E5%AF%A7-%E4%BD%8E%E8%85%B0%E7%99%BE%E6%85%95%E9%81%94%E4%B8%B9%E5%AF%A7%E7%9F%AD%E8%A4%B2-%E5%8E%9F%E7%89%9B\"\u003e\n\u003cdiv class=\"tooltip\"\u003e原牛\u003c\/div\u003e\n\u003c\/a\u003e\u003c\/div\u003e","brand":"ROSCOE Official","offers":[{"title":"原牛 \/ S \/ 現貨","offer_id":43310098382938,"sku":"PT-2605-05-BL-S","price":2480.0,"currency_code":"TWD","in_stock":true},{"title":"原牛 \/ S \/ 預購","offer_id":43310098415706,"sku":"PT-2605-05-BL-S","price":2480.0,"currency_code":"TWD","in_stock":true},{"title":"原牛 \/ S \/ * 此款為低腰版型，腰偏大呦！(此為注意事項，勿點選此下單)","offer_id":43312374579290,"sku":null,"price":2480.0,"currency_code":"TWD","in_stock":true},{"title":"原牛 \/ M \/ 現貨","offer_id":43310098448474,"sku":"PT-2605-05-BL-M","price":2480.0,"currency_code":"TWD","in_stock":true},{"title":"原牛 \/ M \/ 預購","offer_id":43310098481242,"sku":"PT-2605-05-BL-M","price":2480.0,"currency_code":"TWD","in_stock":true},{"title":"原牛 \/ M \/ * 此款為低腰版型，腰偏大呦！(此為注意事項，勿點選此下單)","offer_id":43312374612058,"sku":null,"price":2480.0,"currency_code":"TWD","in_stock":true},{"title":"原牛 \/ L \/ 現貨","offer_id":43310098579546,"sku":"PT-2605-05-BL-L","price":2480.0,"currency_code":"TWD","in_stock":true},{"title":"原牛 \/ L \/ 預購","offer_id":43310098612314,"sku":"PT-2605-05-BL-L","price":2480.0,"currency_code":"TWD","in_stock":true},{"title":"原牛 \/ L \/ * 此款為低腰版型，腰偏大呦！(此為注意事項，勿點選此下單)","offer_id":43312374644826,"sku":null,"price":2480.0,"currency_code":"TWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/5355\/6314\/files\/260414_ROSCOE_2092_ef12bfba-ad2c-498a-b003-b335049e14eb.jpg?v=1777897616"},{"product_id":"土耳其isko丹寧-低腰直筒丹寧褲-原牛","title":"【土耳其ISKO丹寧】低腰直筒丹寧褲 (原牛)","description":"\u003cp\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003e#土耳其ISKO高端丹寧\u003c\/span\u003e\u003cbr\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e全球知名土耳其ISKO丹寧供應商生產的高端丹寧 – 具備挺度與修身度，穿著不僵硬且親膚透氣。\u003cbr\u003e\u003cbr\u003e\u003c\/span\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e兼顧修身效果與活動自在度，並擁有優異耐穿性。隨著穿著時間，可養成個人專屬的自然色落。\u003cbr\u003e\u003cbr\u003e\u003c\/span\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e低腰中直筒剪裁，挺而不硬、修身有型，詮釋俐落又帶點時髦態度的日常。\u003cbr\u003e\u003cbr\u003e\u003ciframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/cVlO0KDwh4s?si=5L9gDVnG7DrGZ3vj\" title=\"YouTube video player\"\u003e\u003c\/iframe\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eMore Color\u003c\/p\u003e\n\u003cstyle\u003e\n    \/* 讓多個顏色塊橫向排列 *\/\n    .swatch-wrapper {\n        display: flex;\n        gap: 10px; \/* 顏色塊之間的距離 *\/\n        align-items: center;\n    }\n\n    .box {\n        width: 20px;\n        height: 20px;\n        border: 1px solid #000;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        position: relative;\n        text-decoration: none; \/* 移除超連結底線 *\/\n    }\n\n    .box:hover .tooltip {\n        visibility: visible;\n        opacity: 1;\n    }\n\n    .tooltip {\n        visibility: hidden;\n        opacity: 0;\n        width: 50px; \n        height: 50px; \n        background-color: transparent; \/* 改回透明背景 *\/\n        color: #000; \/* 改回黑色文字 *\/\n        text-align: center;\n        border-radius: 6px;\n        padding: 5px;\n        font-size: 12px; \n        position: absolute;\n        z-index: 1;\n        bottom: 10%; \n        left: 50%;\n        margin-left: -25px; \n        transition: opacity 0.3s;\n        \/* 確保文字置中 *\/\n        display: flex;\n        align-items: center;\n        justify-content: center;\n    }\n\n    \/* 原本的三角形設定 (目前顏色為透明) *\/\n    .tooltip::after {\n        content: '';\n        position: absolute;\n        top: 100%; \n        left: 50%;\n        margin-left: -5px;\n        border-width: 5px;\n        border-style: solid;\n        border-color: transparent transparent transparent transparent; \n    }\n\u003c\/style\u003e\n\u003cdiv class=\"swatch-wrapper\"\u003e\u003ca class=\"box\" style=\"background-color: #303a5b;\" href=\"https:\/\/roscoe-official.com\/products\/%E5%9C%9F%E8%80%B3%E5%85%B6isko%E4%B8%B9%E5%AF%A7-%E4%BD%8E%E8%85%B0%E7%9B%B4%E7%AD%92%E4%B8%B9%E5%AF%A7%E8%A4%B2-%E5%8E%9F%E7%89%9B\"\u003e\n\u003cdiv class=\"tooltip\"\u003e原牛\u003c\/div\u003e\n\u003c\/a\u003e\u003c\/div\u003e","brand":"ROSCOE Official","offers":[{"title":"原牛 \/ XS \/ 現貨","offer_id":43310098677850,"sku":"PT-2605-06-BL-XS","price":2980.0,"currency_code":"TWD","in_stock":false},{"title":"原牛 \/ XS \/ 預購","offer_id":43310098710618,"sku":"PT-2605-06-BL-XS","price":2980.0,"currency_code":"TWD","in_stock":true},{"title":"原牛 \/ XS \/ * 此款為低腰版型，腰偏大呦！(此為注意事項，勿點選此下單)","offer_id":43312375398490,"sku":null,"price":2980.0,"currency_code":"TWD","in_stock":true},{"title":"原牛 \/ S \/ 現貨","offer_id":43310098743386,"sku":"PT-2605-06-BL-S","price":2980.0,"currency_code":"TWD","in_stock":true},{"title":"原牛 \/ S \/ 預購","offer_id":43310098776154,"sku":"PT-2605-06-BL-S","price":2980.0,"currency_code":"TWD","in_stock":true},{"title":"原牛 \/ S \/ * 此款為低腰版型，腰偏大呦！(此為注意事項，勿點選此下單)","offer_id":43312375431258,"sku":null,"price":2980.0,"currency_code":"TWD","in_stock":true},{"title":"原牛 \/ M \/ 現貨","offer_id":43310098808922,"sku":"PT-2605-06-BL-M","price":2980.0,"currency_code":"TWD","in_stock":true},{"title":"原牛 \/ M \/ 預購","offer_id":43310098841690,"sku":"PT-2605-06-BL-M","price":2980.0,"currency_code":"TWD","in_stock":true},{"title":"原牛 \/ M \/ * 此款為低腰版型，腰偏大呦！(此為注意事項，勿點選此下單)","offer_id":43312375464026,"sku":null,"price":2980.0,"currency_code":"TWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/5355\/6314\/files\/260414_ROSCOE_1524.jpg?v=1777899212"},{"product_id":"土耳其isko丹寧-鬆弛直筒丹寧褲-原牛","title":"【土耳其ISKO丹寧】鬆弛直筒丹寧褲 (原牛)","description":"\u003cp\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003e#土耳其ISKO高端丹寧\u003c\/span\u003e\u003cbr\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e全球知名土耳其ISKO丹寧供應商生產的高端丹寧 – 具備挺度與修身度，穿著不僵硬且親膚透氣。\u003cbr\u003e\u003cbr\u003e\u003c\/span\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e兼顧修身效果與活動自在度，並擁有優異耐穿性。隨著穿著時間，可養成個人專屬的自然色落。\u003cbr\u003e\u003cbr\u003e\u003c\/span\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e低腰、寬鬆直筒設計，修身藏肉，穿出隨興且俐落不拘束的輪廓。\u003cbr\u003e\u003cbr\u003e\u003ciframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/cVlO0KDwh4s?si=5L9gDVnG7DrGZ3vj\" title=\"YouTube video player\"\u003e\u003c\/iframe\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eMore Color\u003c\/p\u003e\n\u003cstyle\u003e\n    \/* 讓多個顏色塊橫向排列 *\/\n    .swatch-wrapper {\n        display: flex;\n        gap: 10px; \/* 顏色塊之間的距離 *\/\n        align-items: center;\n    }\n\n    .box {\n        width: 20px;\n        height: 20px;\n        border: 1px solid #000;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        position: relative;\n        text-decoration: none; \/* 移除超連結底線 *\/\n    }\n\n    .box:hover .tooltip {\n        visibility: visible;\n        opacity: 1;\n    }\n\n    .tooltip {\n        visibility: hidden;\n        opacity: 0;\n        width: 50px; \n        height: 50px; \n        background-color: transparent; \/* 改回透明背景 *\/\n        color: #000; \/* 改回黑色文字 *\/\n        text-align: center;\n        border-radius: 6px;\n        padding: 5px;\n        font-size: 12px; \n        position: absolute;\n        z-index: 1;\n        bottom: 10%; \n        left: 50%;\n        margin-left: -25px; \n        transition: opacity 0.3s;\n        \/* 確保文字置中 *\/\n        display: flex;\n        align-items: center;\n        justify-content: center;\n    }\n\n    \/* 原本的三角形設定 (目前顏色為透明) *\/\n    .tooltip::after {\n        content: '';\n        position: absolute;\n        top: 100%; \n        left: 50%;\n        margin-left: -5px;\n        border-width: 5px;\n        border-style: solid;\n        border-color: transparent transparent transparent transparent; \n    }\n\u003c\/style\u003e\n\u003cdiv class=\"swatch-wrapper\"\u003e\u003ca class=\"box\" style=\"background-color: #303a5b;\" href=\"https:\/\/roscoe-official.com\/products\/%E5%9C%9F%E8%80%B3%E5%85%B6isko%E4%B8%B9%E5%AF%A7-%E9%AC%86%E5%BC%9B%E7%9B%B4%E7%AD%92%E4%B8%B9%E5%AF%A7%E8%A4%B2-%E5%8E%9F%E7%89%9B\"\u003e\n\u003cdiv class=\"tooltip\"\u003e原牛\u003c\/div\u003e\n\u003c\/a\u003e\u003c\/div\u003e","brand":"ROSCOE Official","offers":[{"title":"原牛 \/ XS \/ 現貨","offer_id":43310098939994,"sku":"PT-2605-07-BL-XS","price":3180.0,"currency_code":"TWD","in_stock":true},{"title":"原牛 \/ XS \/ 預購","offer_id":43310098972762,"sku":"PT-2605-07-BL-XS","price":3180.0,"currency_code":"TWD","in_stock":true},{"title":"原牛 \/ XS \/ * 此款為低腰版型(腰偏大)、臀也偏寬鬆呦！(此為注意事項，勿點選此下單)","offer_id":43312379494490,"sku":null,"price":3180.0,"currency_code":"TWD","in_stock":true},{"title":"原牛 \/ S \/ 現貨","offer_id":43310099005530,"sku":"PT-2605-07-BL-S","price":3180.0,"currency_code":"TWD","in_stock":true},{"title":"原牛 \/ S \/ 預購","offer_id":43310099038298,"sku":"PT-2605-07-BL-S","price":3180.0,"currency_code":"TWD","in_stock":true},{"title":"原牛 \/ S \/ * 此款為低腰版型(腰偏大)、臀也偏寬鬆呦！(此為注意事項，勿點選此下單)","offer_id":43312379527258,"sku":null,"price":3180.0,"currency_code":"TWD","in_stock":true},{"title":"原牛 \/ M \/ 現貨","offer_id":43310099071066,"sku":"PT-2605-07-BL-M","price":3180.0,"currency_code":"TWD","in_stock":true},{"title":"原牛 \/ M \/ 預購","offer_id":43310099103834,"sku":"PT-2605-07-BL-M","price":3180.0,"currency_code":"TWD","in_stock":true},{"title":"原牛 \/ M \/ * 此款為低腰版型(腰偏大)、臀也偏寬鬆呦！(此為注意事項，勿點選此下單)","offer_id":43312379560026,"sku":null,"price":3180.0,"currency_code":"TWD","in_stock":true},{"title":"原牛 \/ L \/ 現貨","offer_id":43310099595354,"sku":"PT-2605-07-BL-L","price":3180.0,"currency_code":"TWD","in_stock":true},{"title":"原牛 \/ L \/ 預購","offer_id":43310099628122,"sku":"PT-2605-07-BL-L","price":3180.0,"currency_code":"TWD","in_stock":true},{"title":"原牛 \/ L \/ * 此款為低腰版型(腰偏大)、臀也偏寬鬆呦！(此為注意事項，勿點選此下單)","offer_id":43312379592794,"sku":null,"price":3180.0,"currency_code":"TWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/5355\/6314\/files\/IMG_1438_648ba800-2c4c-4b3f-bd3b-7d3a3ed654e2.jpg?v=1777902581"},{"product_id":"提臀線抽繩棉短褲-白","title":"提臀線抽繩棉短褲 (白)","description":"\u003cp\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e中腰純棉小短褲，後臀弧線剪裁+褲腿微微A字版型，精準修飾臀型與腿型並拉長身形比例。\u003cbr\u003e\u003cbr\u003e\u003c\/span\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e細膩密織百分百純綿材質，內裡毛圈布柔軟親膚，微磅數自帶修身度。\u003cbr\u003e\u003cbr\u003e\u003ciframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/cVlO0KDwh4s?si=5L9gDVnG7DrGZ3vj\" title=\"YouTube video player\"\u003e\u003c\/iframe\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eMore Color\u003c\/p\u003e\n\u003cstyle\u003e\n    \/* 讓多個顏色塊橫向排列 *\/\n    .swatch-wrapper {\n        display: flex;\n        gap: 10px; \/* 顏色塊之間的距離 *\/\n        align-items: center;\n    }\n\n    .box {\n        width: 20px;\n        height: 20px;\n        border: 1px solid #000;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        position: relative;\n        text-decoration: none; \/* 移除超連結底線 *\/\n    }\n\n    .box:hover .tooltip {\n        visibility: visible;\n        opacity: 1;\n    }\n\n    .tooltip {\n        visibility: hidden;\n        opacity: 0;\n        width: 50px; \n        height: 50px; \n        background-color: transparent; \/* 改回透明背景 *\/\n        color: #000; \/* 改回黑色文字 *\/\n        text-align: center;\n        border-radius: 6px;\n        padding: 5px;\n        font-size: 12px; \n        position: absolute;\n        z-index: 1;\n        bottom: 10%; \n        left: 50%;\n        margin-left: -25px; \n        transition: opacity 0.3s;\n        \/* 確保文字置中 *\/\n        display: flex;\n        align-items: center;\n        justify-content: center;\n    }\n\n    \/* 原本的三角形設定 (目前顏色為透明) *\/\n    .tooltip::after {\n        content: '';\n        position: absolute;\n        top: 100%; \n        left: 50%;\n        margin-left: -5px;\n        border-width: 5px;\n        border-style: solid;\n        border-color: transparent transparent transparent transparent; \n    }\n\u003c\/style\u003e\n\u003cdiv class=\"swatch-wrapper\"\u003e\n\u003ca class=\"box\" style=\"background-color: #000000;\" href=\"https:\/\/roscoe-official.com\/products\/%E6%8F%90%E8%87%80%E7%B7%9A%E6%8A%BD%E7%B9%A9%E6%A3%89%E7%9F%AD%E8%A4%B2-%E9%BB%91\"\u003e\n\u003cdiv class=\"tooltip\"\u003e黑\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"box\" style=\"background-color: #c7c7c7;\" href=\"https:\/\/roscoe-official.com\/products\/%E6%8F%90%E8%87%80%E7%B7%9A%E6%8A%BD%E7%B9%A9%E6%A3%89%E7%9F%AD%E8%A4%B2-%E7%81%B0\"\u003e\n\u003cdiv class=\"tooltip\"\u003e灰\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"box\" style=\"background-color: #fdfcfb;\" href=\"https:\/\/roscoe-official.com\/products\/%E6%8F%90%E8%87%80%E7%B7%9A%E6%8A%BD%E7%B9%A9%E6%A3%89%E7%9F%AD%E8%A4%B2-%E7%99%BD\"\u003e\n\u003cdiv class=\"tooltip\"\u003e白\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e","brand":"ROSCOE Official","offers":[{"title":"白 \/ S \/ 現貨","offer_id":43310100349018,"sku":"PT-2605-12-WT-S","price":1280.0,"currency_code":"TWD","in_stock":false},{"title":"白 \/ S \/ 預購","offer_id":43310100381786,"sku":"PT-2605-12-WT-S","price":1280.0,"currency_code":"TWD","in_stock":false},{"title":"白 \/ M \/ 現貨","offer_id":43310100414554,"sku":"PT-2605-12-WT-M","price":1280.0,"currency_code":"TWD","in_stock":false},{"title":"白 \/ M \/ 預購","offer_id":43310100447322,"sku":"PT-2605-12-WT-M","price":1280.0,"currency_code":"TWD","in_stock":false},{"title":"白 \/ L \/ 現貨","offer_id":43310100480090,"sku":"PT-2605-12-WT-L","price":1280.0,"currency_code":"TWD","in_stock":false},{"title":"白 \/ L \/ 預購","offer_id":43310100512858,"sku":"PT-2605-12-WT-L","price":1280.0,"currency_code":"TWD","in_stock":true},{"title":"白 \/ XL \/ 現貨","offer_id":43310100545626,"sku":"PT-2605-12-WT-XL","price":1280.0,"currency_code":"TWD","in_stock":false},{"title":"白 \/ XL \/ 預購","offer_id":43310100578394,"sku":"PT-2605-12-WT-XL","price":1280.0,"currency_code":"TWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/5355\/6314\/files\/27_ed79d365-bbce-4a60-9c0c-1b24884115c5.jpg?v=1777899925"},{"product_id":"提臀線抽繩棉短褲-灰","title":"提臀線抽繩棉短褲 (灰)","description":"\u003cp\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e中腰純棉小短褲，後臀弧線剪裁+褲腿微微A字版型，精準修飾臀型與腿型並拉長身形比例。\u003cbr\u003e\u003cbr\u003e\u003c\/span\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e細膩密織百分百純綿材質，內裡毛圈布柔軟親膚，微磅數自帶修身度。\u003cbr\u003e\u003cbr\u003e\u003ciframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/cVlO0KDwh4s?si=5L9gDVnG7DrGZ3vj\" title=\"YouTube video player\"\u003e\u003c\/iframe\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eMore Color\u003c\/p\u003e\n\u003cstyle\u003e\n    \/* 讓多個顏色塊橫向排列 *\/\n    .swatch-wrapper {\n        display: flex;\n        gap: 10px; \/* 顏色塊之間的距離 *\/\n        align-items: center;\n    }\n\n    .box {\n        width: 20px;\n        height: 20px;\n        border: 1px solid #000;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        position: relative;\n        text-decoration: none; \/* 移除超連結底線 *\/\n    }\n\n    .box:hover .tooltip {\n        visibility: visible;\n        opacity: 1;\n    }\n\n    .tooltip {\n        visibility: hidden;\n        opacity: 0;\n        width: 50px; \n        height: 50px; \n        background-color: transparent; \/* 改回透明背景 *\/\n        color: #000; \/* 改回黑色文字 *\/\n        text-align: center;\n        border-radius: 6px;\n        padding: 5px;\n        font-size: 12px; \n        position: absolute;\n        z-index: 1;\n        bottom: 10%; \n        left: 50%;\n        margin-left: -25px; \n        transition: opacity 0.3s;\n        \/* 確保文字置中 *\/\n        display: flex;\n        align-items: center;\n        justify-content: center;\n    }\n\n    \/* 原本的三角形設定 (目前顏色為透明) *\/\n    .tooltip::after {\n        content: '';\n        position: absolute;\n        top: 100%; \n        left: 50%;\n        margin-left: -5px;\n        border-width: 5px;\n        border-style: solid;\n        border-color: transparent transparent transparent transparent; \n    }\n\u003c\/style\u003e\n\u003cdiv class=\"swatch-wrapper\"\u003e\n\u003ca href=\"https:\/\/roscoe-official.com\/products\/%E6%8F%90%E8%87%80%E7%B7%9A%E6%8A%BD%E7%B9%A9%E6%A3%89%E7%9F%AD%E8%A4%B2-%E9%BB%91\" style=\"background-color: #000000;\" class=\"box\"\u003e\n\u003cdiv class=\"tooltip\"\u003e黑\u003c\/div\u003e\n\u003c\/a\u003e\u003ca href=\"https:\/\/roscoe-official.com\/products\/%E6%8F%90%E8%87%80%E7%B7%9A%E6%8A%BD%E7%B9%A9%E6%A3%89%E7%9F%AD%E8%A4%B2-%E7%81%B0\" style=\"background-color: #c7c7c7;\" class=\"box\"\u003e\n\u003cdiv class=\"tooltip\"\u003e灰\u003c\/div\u003e\n\u003c\/a\u003e\u003ca href=\"https:\/\/roscoe-official.com\/products\/%E6%8F%90%E8%87%80%E7%B7%9A%E6%8A%BD%E7%B9%A9%E6%A3%89%E7%9F%AD%E8%A4%B2-%E7%99%BD\" style=\"background-color: #fdfcfb;\" class=\"box\"\u003e\n\u003cdiv class=\"tooltip\"\u003e白\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e","brand":"ROSCOE Official","offers":[{"title":"灰 \/ S \/ 現貨","offer_id":43310114144346,"sku":"PT-2605-12-GY-S","price":1280.0,"currency_code":"TWD","in_stock":false},{"title":"灰 \/ S \/ 預購","offer_id":43310114177114,"sku":"PT-2605-12-GY-S","price":1280.0,"currency_code":"TWD","in_stock":false},{"title":"灰 \/ M \/ 現貨","offer_id":43310114209882,"sku":"PT-2605-12-GY-M","price":1280.0,"currency_code":"TWD","in_stock":false},{"title":"灰 \/ M \/ 預購","offer_id":43310114242650,"sku":"PT-2605-12-GY-M","price":1280.0,"currency_code":"TWD","in_stock":false},{"title":"灰 \/ L \/ 現貨","offer_id":43310114275418,"sku":"PT-2605-12-GY-L","price":1280.0,"currency_code":"TWD","in_stock":false},{"title":"灰 \/ L \/ 預購","offer_id":43310114308186,"sku":"PT-2605-12-GY-L","price":1280.0,"currency_code":"TWD","in_stock":true},{"title":"灰 \/ XL \/ 現貨","offer_id":43310114340954,"sku":"PT-2605-12-GY-XL","price":1280.0,"currency_code":"TWD","in_stock":false},{"title":"灰 \/ XL \/ 預購","offer_id":43310114373722,"sku":"PT-2605-12-GY-XL","price":1280.0,"currency_code":"TWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/5355\/6314\/files\/ae335e317a1818da2d0fc77503c1db6a.jpg?v=1777909418"},{"product_id":"提臀線抽繩棉短褲-黑","title":"提臀線抽繩棉短褲 (黑)","description":"\u003cp\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e中腰純棉小短褲，後臀弧線剪裁+褲腿微微A字版型，精準修飾臀型與腿型並拉長身形比例。\u003cbr\u003e\u003cbr\u003e\u003c\/span\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e細膩密織百分百純綿材質，內裡毛圈布柔軟親膚，微磅數自帶修身度。\u003cbr\u003e\u003cbr\u003e\u003ciframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/cVlO0KDwh4s?si=5L9gDVnG7DrGZ3vj\" title=\"YouTube video player\"\u003e\u003c\/iframe\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eMore Color\u003c\/p\u003e\n\u003cstyle\u003e\n    \/* 讓多個顏色塊橫向排列 *\/\n    .swatch-wrapper {\n        display: flex;\n        gap: 10px; \/* 顏色塊之間的距離 *\/\n        align-items: center;\n    }\n\n    .box {\n        width: 20px;\n        height: 20px;\n        border: 1px solid #000;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        position: relative;\n        text-decoration: none; \/* 移除超連結底線 *\/\n    }\n\n    .box:hover .tooltip {\n        visibility: visible;\n        opacity: 1;\n    }\n\n    .tooltip {\n        visibility: hidden;\n        opacity: 0;\n        width: 50px; \n        height: 50px; \n        background-color: transparent; \/* 改回透明背景 *\/\n        color: #000; \/* 改回黑色文字 *\/\n        text-align: center;\n        border-radius: 6px;\n        padding: 5px;\n        font-size: 12px; \n        position: absolute;\n        z-index: 1;\n        bottom: 10%; \n        left: 50%;\n        margin-left: -25px; \n        transition: opacity 0.3s;\n        \/* 確保文字置中 *\/\n        display: flex;\n        align-items: center;\n        justify-content: center;\n    }\n\n    \/* 原本的三角形設定 (目前顏色為透明) *\/\n    .tooltip::after {\n        content: '';\n        position: absolute;\n        top: 100%; \n        left: 50%;\n        margin-left: -5px;\n        border-width: 5px;\n        border-style: solid;\n        border-color: transparent transparent transparent transparent; \n    }\n\u003c\/style\u003e\n\u003cdiv class=\"swatch-wrapper\"\u003e\n\u003ca href=\"https:\/\/roscoe-official.com\/products\/%E6%8F%90%E8%87%80%E7%B7%9A%E6%8A%BD%E7%B9%A9%E6%A3%89%E7%9F%AD%E8%A4%B2-%E9%BB%91\" style=\"background-color: #000000;\" class=\"box\"\u003e\n\u003cdiv class=\"tooltip\"\u003e黑\u003c\/div\u003e\n\u003c\/a\u003e\u003ca href=\"https:\/\/roscoe-official.com\/products\/%E6%8F%90%E8%87%80%E7%B7%9A%E6%8A%BD%E7%B9%A9%E6%A3%89%E7%9F%AD%E8%A4%B2-%E7%81%B0\" style=\"background-color: #c7c7c7;\" class=\"box\"\u003e\n\u003cdiv class=\"tooltip\"\u003e灰\u003c\/div\u003e\n\u003c\/a\u003e\u003ca href=\"https:\/\/roscoe-official.com\/products\/%E6%8F%90%E8%87%80%E7%B7%9A%E6%8A%BD%E7%B9%A9%E6%A3%89%E7%9F%AD%E8%A4%B2-%E7%99%BD\" style=\"background-color: #fdfcfb;\" class=\"box\"\u003e\n\u003cdiv class=\"tooltip\"\u003e白\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e","brand":"ROSCOE Official","offers":[{"title":"黑 \/ S \/ 現貨","offer_id":43310114832474,"sku":"PT-2605-12-BK-S","price":1280.0,"currency_code":"TWD","in_stock":true},{"title":"黑 \/ S \/ 預購","offer_id":43310114865242,"sku":"PT-2605-12-BK-S","price":1280.0,"currency_code":"TWD","in_stock":true},{"title":"黑 \/ M \/ 現貨","offer_id":43310114898010,"sku":"PT-2605-12-BK-M","price":1280.0,"currency_code":"TWD","in_stock":false},{"title":"黑 \/ M \/ 預購","offer_id":43310114930778,"sku":"PT-2605-12-BK-M","price":1280.0,"currency_code":"TWD","in_stock":false},{"title":"黑 \/ L \/ 現貨","offer_id":43310114963546,"sku":"PT-2605-12-BK-L","price":1280.0,"currency_code":"TWD","in_stock":false},{"title":"黑 \/ L \/ 預購","offer_id":43310114996314,"sku":"PT-2605-12-BK-L","price":1280.0,"currency_code":"TWD","in_stock":true},{"title":"黑 \/ XL \/ 現貨","offer_id":43310115029082,"sku":"PT-2605-12-BK-XL","price":1280.0,"currency_code":"TWD","in_stock":false},{"title":"黑 \/ XL \/ 預購","offer_id":43310115061850,"sku":"PT-2605-12-BK-XL","price":1280.0,"currency_code":"TWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/5355\/6314\/files\/260414_ROSCOE_1061.jpg?v=1777899862"},{"product_id":"切面環形耳環-金","title":"切面環形耳環 (金)","description":"\u003cp\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e經典圈圈耳環結合切面設計，低調折射光澤展現質感。\u003cbr\u003e重量輕盈，配戴無負擔。\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eMore Color\u003c\/p\u003e\n\u003cstyle\u003e\n    \/* 讓多個顏色塊橫向排列 *\/\n    .swatch-wrapper {\n        display: flex;\n        gap: 10px; \/* 顏色塊之間的距離 *\/\n        align-items: center;\n    }\n\n    .box {\n        width: 20px;\n        height: 20px;\n        border: 1px solid #000;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        position: relative;\n        text-decoration: none; \/* 移除超連結底線 *\/\n    }\n\n    .box:hover .tooltip {\n        visibility: visible;\n        opacity: 1;\n    }\n\n    .tooltip {\n        visibility: hidden;\n        opacity: 0;\n        width: 50px; \n        height: 50px; \n        background-color: transparent; \/* 改回透明背景 *\/\n        color: #000; \/* 改回黑色文字 *\/\n        text-align: center;\n        border-radius: 6px;\n        padding: 5px;\n        font-size: 12px; \n        position: absolute;\n        z-index: 1;\n        bottom: 10%; \n        left: 50%;\n        margin-left: -25px; \n        transition: opacity 0.3s;\n        \/* 確保文字置中 *\/\n        display: flex;\n        align-items: center;\n        justify-content: center;\n    }\n\n    \/* 原本的三角形設定 (目前顏色為透明) *\/\n    .tooltip::after {\n        content: '';\n        position: absolute;\n        top: 100%; \n        left: 50%;\n        margin-left: -5px;\n        border-width: 5px;\n        border-style: solid;\n        border-color: transparent transparent transparent transparent; \n    }\n\u003c\/style\u003e\n\u003cdiv class=\"swatch-wrapper\"\u003e\u003ca class=\"box\" style=\"background-color: #e5d6a3;\" href=\"https:\/\/roscoe-official.com\/products\/%E5%88%87%E9%9D%A2%E7%92%B0%E5%BD%A2%E8%80%B3%E7%92%B0-%E9%87%91\"\u003e\n\u003cdiv class=\"tooltip\"\u003e金\u003c\/div\u003e\n\u003c\/a\u003e\u003c\/div\u003e","brand":"ROSCOE Official","offers":[{"title":"金 \/ F \/ 現貨","offer_id":43310117126234,"sku":"JW-2605-13-GD-F","price":360.0,"currency_code":"TWD","in_stock":true},{"title":"金 \/ F \/ 預購","offer_id":43310117159002,"sku":"JW-2605-13-GD-F","price":360.0,"currency_code":"TWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/5355\/6314\/files\/260414_ROSCOE_1787.jpg?v=1777899355"},{"product_id":"橢圓水滴耳環-金","title":"橢圓水滴耳環 (金\/銀)","description":"\u003cp\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e質感簡約大器，適合日常與正式場合的百搭款。\u003cbr\u003e重量輕盈，配戴無負擔。\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eMore Color\u003c\/span\u003e\u003c\/p\u003e\n\u003cstyle\u003e \n .box { \n width: 20px; \n height: 20px; \n border: 1px solid #000; \n display: flex; \n align-items: center; \n justify-content: center; \n position: relative; \n } \n \n .box:hover .tooltip { \n visibility: visible; \n opacity: 1; \n } \n \n .tooltip { \n visibility: hidden; \n opacity: 0; \n width: 50px; \/* 提示文字方框的寬度 *\/ \n height: 50px; \/* 提示文字方框的高度 *\/ \n background-color: transparent; \/* 提示文字方框的背景顏色 *\/ \n color: #000; \/* 提示文字的顏色 *\/ \n text-align: center; \n border-radius: 6px; \n padding: 5px; \n font-size: 12px; \/* 提示文字的字體大小 *\/ \n position: absolute; \n z-index: 1; \n bottom: -50%; \/* 往下移20px (95% - 20px = 75%) *\/ \n left: 50%; \n margin-left: -25px; \/* 寬度的一半，用於居中 *\/ \n transition: opacity 0.3s; \n } \n \n .tooltip::after { \n content: ''; \n position: absolute; \n top: 100%; \/* 在方框的上方 *\/ \n left: 50%; \n margin-left: -5px; \n border-width: 5px; \n border-style: solid; \n border-color: transparent transparent transparent transparent; \/* 與背景顏色匹配 *\/ \n } \n\u003c\/style\u003e\n\u003cdiv style=\"display: flex; align-items: center;\"\u003e\n\u003ca href=\"https:\/\/roscoe-official.com\/products\/%E6%A9%A2%E5%9C%93%E6%B0%B4%E6%BB%B4%E8%80%B3%E7%92%B0-%E9%87%91\" class=\"box\" style=\"text-decoration: none; margin-right: 10px; background-color: #e5d6a3;\"\u003e\n\u003cdiv class=\"tooltip\"\u003e金\u003c\/div\u003e\n\u003c\/a\u003e\u003ca href=\"https:\/\/roscoe-official.com\/products\/%E6%A9%A2%E5%9C%93%E6%B0%B4%E6%BB%B4%E8%80%B3%E7%92%B0-%E9%87%91\" class=\"box\" style=\"text-decoration: none; margin-right: 10px; background-color: #d6d6d6;\"\u003e\n\u003cdiv class=\"tooltip\"\u003e銀\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e","brand":"ROSCOE Official","offers":[{"title":"金 \/ F \/ 現貨","offer_id":43310118371418,"sku":"JW-2605-14-GD-S","price":360.0,"currency_code":"TWD","in_stock":true},{"title":"金 \/ F \/ 預購","offer_id":43310118404186,"sku":"JW-2605-14-GD-S","price":360.0,"currency_code":"TWD","in_stock":true},{"title":"銀 \/ F \/ 現貨","offer_id":43310118666330,"sku":"JW-2605-14-SL-S","price":360.0,"currency_code":"TWD","in_stock":false},{"title":"銀 \/ F \/ 預購","offer_id":43310118699098,"sku":"JW-2605-14-SL-S","price":360.0,"currency_code":"TWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/5355\/6314\/files\/260414_ROSCOE_2182.jpg?v=1777899570"},{"product_id":"雙層柔霧彈力直筒裙-白","title":"雙層柔霧彈力直筒裙 (柔白)","description":"\u003cp\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e自訂款經典百搭直筒裙\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e選用蜜桃絨霧感面料，極致親膚垂順、抗皺\u003cbr\u003e材質柔軟輕盈，四季可穿－夏天不悶熱、冬天還有適中的扛風度\u003c\/span\u003e\u003cbr\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e內襯與外層相同材質，加厚厚度既修飾身形，又可讓每一寸肌膚都感受到細膩輕柔觸感\u003c\/span\u003e\u003cbr\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e特調出適中的直順寬鬆度，對於臀部豐滿身型友好，不易過於包臀\u003cbr\u003e\u003cbr\u003e\u003ciframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/cVlO0KDwh4s?si=5L9gDVnG7DrGZ3vj\" title=\"YouTube video player\"\u003e\u003c\/iframe\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e\u003ciframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/1aQJlWsEaMA?si=SZZ7dgCfGAtcl6ek\" title=\"YouTube video player\"\u003e\u003c\/iframe\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ciframe title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/cZfzAnqz9ZQ?si=vyD8m4LQJlEleTir\" height=\"315\" width=\"560\"\u003e\u003c\/iframe\u003e\u003c\/p\u003e\n\u003cp\u003eMore Color\u003c\/p\u003e\n\u003cstyle\u003e\n    \/* 讓多個顏色塊橫向排列 *\/\n    .swatch-wrapper {\n        display: flex;\n        gap: 10px; \/* 顏色塊之間的距離 *\/\n        align-items: center;\n    }\n\n    .box {\n        width: 20px;\n        height: 20px;\n        border: 1px solid #000;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        position: relative;\n        text-decoration: none; \/* 移除超連結底線 *\/\n    }\n\n    .box:hover .tooltip {\n        visibility: visible;\n        opacity: 1;\n    }\n\n    .tooltip {\n        visibility: hidden;\n        opacity: 0;\n        width: 50px; \n        height: 50px; \n        background-color: transparent; \/* 改回透明背景 *\/\n        color: #000; \/* 改回黑色文字 *\/\n        text-align: center;\n        border-radius: 6px;\n        padding: 5px;\n        font-size: 12px; \n        position: absolute;\n        z-index: 1;\n        bottom: 10%; \n        left: 50%;\n        margin-left: -25px; \n        transition: opacity 0.3s;\n        \/* 確保文字置中 *\/\n        display: flex;\n        align-items: center;\n        justify-content: center;\n    }\n\n    \/* 原本的三角形設定 (目前顏色為透明) *\/\n    .tooltip::after {\n        content: '';\n        position: absolute;\n        top: 100%; \n        left: 50%;\n        margin-left: -5px;\n        border-width: 5px;\n        border-style: solid;\n        border-color: transparent transparent transparent transparent; \n    }\n\u003c\/style\u003e\n\u003cdiv class=\"swatch-wrapper\"\u003e\n\u003ca href=\"https:\/\/roscoe-official.com\/products\/%E9%9B%99%E5%B1%A4%E9%9C%A7%E7%B5%A8%E5%BD%88%E5%8A%9B%E7%9B%B4%E7%AD%92%E8%A3%99-%E6%B7%BA%E7%81%B0\" style=\"background-color: #e9ebed;\" class=\"box\"\u003e\n\u003cdiv class=\"tooltip\"\u003e淺灰\u003c\/div\u003e\n\u003c\/a\u003e\u003ca href=\"https:\/\/roscoe-official.com\/products\/double-layer-velvet-stretch-straight-skirt-gray\" style=\"background-color: #4c4956;\" class=\"box\"\u003e\n\u003cdiv class=\"tooltip\"\u003e灰\u003c\/div\u003e\n\u003c\/a\u003e\u003ca href=\"https:\/\/roscoe-official.com\/products\/double-layer-velvet-stretch-straight-skirt-black\" style=\"background-color: #000000;\" class=\"box\"\u003e\n\u003cdiv class=\"tooltip\"\u003e黑\u003c\/div\u003e\n\u003c\/a\u003e\u003ca href=\"https:\/\/roscoe-official.com\/products\/%E9%9B%99%E5%B1%A4%E6%9F%94%E9%9C%A7%E5%BD%88%E5%8A%9B%E7%9B%B4%E7%AD%92%E8%A3%99-%E7%99%BD\" style=\"background-color: #ffffff;\" class=\"box\"\u003e\n\u003cdiv class=\"tooltip\"\u003e白\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e","brand":"ROSCOE Official","offers":[{"title":"柔白 \/ S \/ 現貨","offer_id":43310146027610,"sku":"SK-2605-11-WT-S","price":1780.0,"currency_code":"TWD","in_stock":true},{"title":"柔白 \/ S \/ 預購","offer_id":43310146060378,"sku":"SK-2605-11-WT-S","price":1780.0,"currency_code":"TWD","in_stock":true},{"title":"柔白 \/ M \/ 現貨","offer_id":43310146093146,"sku":"SK-2605-11-WT-M","price":1780.0,"currency_code":"TWD","in_stock":true},{"title":"柔白 \/ M \/ 預購","offer_id":43310146125914,"sku":"SK-2605-11-WT-M","price":1780.0,"currency_code":"TWD","in_stock":true},{"title":"柔白 \/ L \/ 現貨","offer_id":43310146158682,"sku":"SK-2605-11-WT-L","price":1780.0,"currency_code":"TWD","in_stock":false},{"title":"柔白 \/ L \/ 預購","offer_id":43310146191450,"sku":"SK-2605-11-WT-L","price":1780.0,"currency_code":"TWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/5355\/6314\/files\/260414_ROSCOE_2184_c08ee660-aa40-41b4-8ead-57fdb386d21e.jpg?v=1777901807"},{"product_id":"unisex-天絲棉涼爽廓型寬褲-柔白","title":"Unisex 天絲棉涼爽廓型寬褲 (柔白)","description":"\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003eUNISEX 中性版型\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e選用莱賽爾與棉料混紡，膚感沁涼、細膩順滑。春夏厚度卻輕挺有型，藏肉效果顯著！\u003c\/span\u003e\u003cbr\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e中腰極廓型大份量褲管結合漸收褲口，展現鮮明繭型立體輪廓。舒適鬆緊帶腰頭，穿著自在無束縛。\u003c\/span\u003e\u003cbr\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e後臀別樣弧線剪裁，打造精緻小翹臀。\u003c\/span\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e\u003cmeta charset=\"utf-8\"\u003e \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e\u003ciframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/cVlO0KDwh4s?si=5L9gDVnG7DrGZ3vj\" title=\"YouTube video player\"\u003e\u003c\/iframe\u003e\u003c\/span\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ciframe title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/EFxxivxt170?si=nY3tnaqjpsIj4c9v\" height=\"315\" width=\"560\"\u003e\u003c\/iframe\u003e\u003c\/p\u003e\n\u003cp\u003eMore Color\u003c\/p\u003e\n\u003cstyle\u003e\n    .box {\n        width: 20px;\n        height: 20px;\n        border: 1px solid #000;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        position: relative;\n    }\n\n    .box:hover .tooltip {\n        visibility: visible;\n        opacity: 1;\n    }\n\n    .tooltip {\n        visibility: hidden;\n        opacity: 0;\n        width: 50px; \/* 提示文字方框的寬度 *\/\n        height: 50px; \/* 提示文字方框的高度 *\/\n        background-color: transparent; \/* 提示文字方框的背景顏色 *\/\n        color: #000; \/* 提示文字的顏色 *\/\n        text-align: center;\n        border-radius: 6px;\n        padding: 5px;\n        font-size: 12px; \/* 提示文字的字體大小 *\/\n        position: absolute;\n        z-index: 1;\n        bottom: -50%; \/* 往下移20px (95% - 20px = 75%) *\/\n        left: 50%;\n        margin-left: -25px; \/* 寬度的一半，用於居中 *\/\n        transition: opacity 0.3s;\n    }\n\n    .tooltip::after {\n        content: '';\n        position: absolute;\n        top: 100%; \/* 在方框的上方 *\/\n        left: 50%;\n        margin-left: -5px;\n        border-width: 5px;\n        border-style: solid;\n        border-color: transparent transparent transparent transparent; \/* 與背景顏色匹配 *\/\n    }\n\u003c\/style\u003e\n\u003cdiv style=\"display: flex; align-items: center;\"\u003e\n\u003ca style=\"text-decoration: none; margin-right: 10px; background-color: #cfd3cf;\" class=\"box\" href=\"https:\/\/roscoe-official.com\/products\/tencel-cotton-wide-leg-pants-greengray\"\u003e\n\u003cdiv class=\"tooltip\"\u003e青蘊灰\u003c\/div\u003e\n\u003c\/a\u003e\u003ca style=\"display: flex; align-items: center;\"\u003e \u003c\/a\u003e\u003ca style=\"text-decoration: none; margin-right: 10px; background-color: #2c4962;\" class=\"box\" href=\"https:\/\/roscoe-official.com\/products\/tencel-cotton-wide-leg-pants-darkblue\"\u003e\n\u003cdiv class=\"tooltip\"\u003e夜幕藍\u003c\/div\u003e\n\u003c\/a\u003e\u003ca style=\"display: flex; align-items: center;\"\u003e \u003c\/a\u003e\u003ca style=\"text-decoration: none; margin-right: 10px; background-color: #fffdfb;\" class=\"box\" href=\"https:\/\/roscoe-official.com\/products\/unisex-%E5%A4%A9%E7%B5%B2%E6%A3%89%E6%B6%BC%E7%88%BD%E5%BB%93%E5%9E%8B%E5%AF%AC%E8%A4%B2-%E6%9F%94%E7%99%BD\"\u003e\n\u003cdiv class=\"tooltip\"\u003e柔白\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e","brand":"ROSCOE Official","offers":[{"title":"柔白 \/ S (適合S-L) \/ 現貨","offer_id":43310161690714,"sku":"PT-Q2503-06-WT-S","price":1880.0,"currency_code":"TWD","in_stock":true},{"title":"柔白 \/ S (適合S-L) \/ 預購","offer_id":43310161723482,"sku":"PT-Q2503-06-WT-S","price":1880.0,"currency_code":"TWD","in_stock":true},{"title":"柔白 \/ M (適合L-XL) \/ 現貨","offer_id":43310161756250,"sku":"PT-Q2503-06-WT-M","price":1880.0,"currency_code":"TWD","in_stock":true},{"title":"柔白 \/ M (適合L-XL) \/ 預購","offer_id":43310161789018,"sku":"PT-Q2503-06-WT-M","price":1880.0,"currency_code":"TWD","in_stock":false},{"title":"柔白 \/ * 此款版型非常寬鬆，尺寸選購請多參考尺寸詳情唷！ \/ 現貨","offer_id":43310161821786,"sku":null,"price":1880.0,"currency_code":"TWD","in_stock":true},{"title":"柔白 \/ * 此款版型非常寬鬆，尺寸選購請多參考尺寸詳情唷！ \/ 預購","offer_id":43310161854554,"sku":null,"price":1880.0,"currency_code":"TWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/5355\/6314\/files\/260414_ROSCOE_0362_1e8673e1-06bd-4fc3-83de-72b2acf383f3.jpg?v=1777901316"}],"url":"https:\/\/roscoe-official.com\/collections\/new-in-3.oembed","provider":"ROSCOE","version":"1.0","type":"link"}