{"product_id":"e3858-scarf-sleeveless-top","title":"E3858 围巾无袖上衣","description":"\u003c!-- 캠페인 영상 --\u003e\n\u003cdiv id=\"custom-video-wrapper\"\u003e\n\n\u003cdiv class=\"video-container\"\u003e\n\n\u003cdiv class=\"touch-blocker\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/527QqfaL0Dk?autoplay=1\u0026amp;mute=1\u0026amp;loop=1\u0026amp;playlist=527QqfaL0Dk\u0026amp;controls=0\u0026amp;modestbranding=1\u0026amp;rel=0\u0026amp;playsinline=1\"\u003e\n\u003c\/iframe\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003ch4 style=\"text-align: center;\" data-end=\"59\" data-start=\"0\"\u003e\n\n\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e\u003c\/span\u003e\u003cbr\u003e\n\n\u003c\/h4\u003e\n\n\u003ch4 style=\"text-align: center;\" data-end=\"59\" data-start=\"0\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e这款无袖上衣设计独特、时尚。\u003c\/span\u003e\u003c\/h4\u003e\n\n \u003ch4 style=\"text-align: center;\" data-end=\"224\" data-start=\"61\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e采用轻质聚酯纤维制成，\u003c\/span\u003e\u003c\/h4\u003e\n\n\u003ch4 style=\"text-align: center;\" data-end=\"224\" data-start=\"61\"\u003e\n\n\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e它提供舒适且透气的贴合感。\u003c\/span\u003e\u003cbr data-end=\"140\" data-start=\"137\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e采用单一尺寸设计，用途广泛，适合各种造型选择。\u003c\/span\u003e\n\n\u003c\/h4\u003e\n\n\u003ch4 style=\"text-align: center;\" data-end=\"344\" data-start=\"226\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e其独特的轮廓灵感源自围巾的形状，\u003c\/span\u003e\u003c\/h4\u003e\n\n\u003ch4 style=\"text-align: center;\" data-end=\"344\" data-start=\"226\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e短款长度搭配后系带细节，打造时尚外观。\u003c\/span\u003e\u003c\/h4\u003e\n\n\u003ch4 style=\"text-align: center;\" data-end=\"506\" data-start=\"346\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e大胆的图案使它本身成为一件引人注目的作品。\u003c\/span\u003e\u003c\/h4\u003e\n\n\u003ch4 style=\"text-align: center;\" data-end=\"506\" data-start=\"346\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e可调节肩带和背部松紧带\u003c\/span\u003e\u003c\/h4\u003e\n\n\u003ch4 style=\"text-align: center;\" data-end=\"506\" data-start=\"346\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e胸部提供安全且定制的贴合。\u003c\/span\u003e\u003c\/h4\u003e\n\n\u003ch4 style=\"text-align: center;\" data-end=\"597\" data-start=\"508\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e非常适合度假、节日穿着，\u003c\/span\u003e\u003c\/h4\u003e\n\n\u003ch4 style=\"text-align: center;\" data-end=\"597\" data-start=\"508\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e或者作为您日常衣柜中的独特亮点。\u003c\/span\u003e\u003c\/h4\u003e\n\n \u003ch4 style=\"text-align: center;\" data-end=\"648\" data-start=\"599\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e模特身高 171 厘米，穿 Mint 均码服装。\u003c\/span\u003e\u003c\/h4\u003e\n\n\u003cstyle\u003e\n    \/* 📦 전체 컨테이너 설정 *\/\n    #custom-video-wrapper {\n        position: relative;\n        max-width: 1000px;\n        margin: 0 auto;\n        background-color: #fff;\n    }\n\n    \/* 🎞️ 비율 유지 및 스타일 *\/\n    #custom-video-wrapper .video-container {\n        position: relative;\n        width: 100%;\n        padding-top: 133.33%; \/* 3:4 비율 유지 *\/\n        overflow: hidden;\n    }\n\n    \/* ▶️ 유튜브 영상 iframe 스타일 *\/\n    #custom-video-wrapper .video-container iframe {\n        position: absolute;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        border: none;\n    }\n\n    \/* ✋ 모바일에서만 터치 이벤트 차단 (고유 클래스: touch-blocker) *\/\n    @media (max-width: 768px) {\n        #custom-video-wrapper .touch-blocker {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            z-index: 1; \/* iframe 위로 배치 *\/\n            background-color: transparent; \/* 완전 투명 *\/\n        }\n    }\n\n    \/* 🖥️ 데스크톱에서는 오버레이 비활성화 *\/\n    @media (min-width: 769px) {\n        #custom-video-wrapper .touch-blocker {\n            display: none;\n        }\n    }\n\u003c\/style\u003e","brand":"DINT","offers":[{"title":"Mint \/ FREE","offer_id":51414107848978,"sku":"","price":745.0,"currency_code":"CNY","in_stock":false},{"title":"Ivory \/ FREE","offer_id":51414107881746,"sku":"","price":745.0,"currency_code":"CNY","in_stock":false},{"title":"Black \/ FREE","offer_id":51414107914514,"sku":"","price":745.0,"currency_code":"CNY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0826\/2398\/7986\/files\/E3858.jpg?v=1750909187","url":"https:\/\/dintchina.cn\/zh-cn\/products\/e3858-scarf-sleeveless-top","provider":"DINT","version":"1.0","type":"link"}