{"product_id":"e3864-corset-top-1","title":"E3864 紧身胸衣上衣","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\/R9Mr4oljJ5U?autoplay=1\u0026amp;mute=1\u0026amp;loop=1\u0026amp;playlist=R9Mr4oljJ5U\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 data-start=\"0\" data-end=\"69\" style=\"text-align: center;\"\u003e\n\n\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e\u003c\/span\u003e\u003cbr\u003e\n\n\u003c\/h4\u003e\n\n\u003ch4 data-start=\"0\" data-end=\"69\" style=\"text-align: center;\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e这款蕾丝上衣将独特的女性气质与现代风格融为一体。\u003c\/span\u003e\u003c\/h4\u003e\n\n\u003ch4 data-start=\"71\" data-end=\"261\" style=\"text-align: center;\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e它由涤纶和氨纶混纺面料制成，具有弹性，\u003c\/span\u003e\u003c\/h4\u003e\n\n\u003ch4 data-start=\"71\" data-end=\"261\" style=\"text-align: center;\"\u003e\n\n\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e贴身的轮廓，同时展现蕾丝的精致魅力。\u003c\/span\u003e\u003cbr data-start=\"198\" data-end=\"201\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e单一尺寸的设计使身体穿着舒适、紧密。\u003c\/span\u003e\n\n\u003c\/h4\u003e\n\n\u003ch4 data-start=\"263\" data-end=\"407\" style=\"text-align: center;\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e采用紧身胸衣式设计，为胸部提供结构和支撑，\u003c\/span\u003e\u003c\/h4\u003e\n\n \u003ch4 data-start=\"263\" data-end=\"407\" style=\"text-align: center;\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e带有前部金属丝细节，可增强形状并增加尺寸。\u003c\/span\u003e\u003c\/h4\u003e\n\n\u003ch4 data-start=\"409\" data-end=\"540\" style=\"text-align: center;\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e不对称的短款长度和后背系带设计增添了独特的感觉，\u003c\/span\u003e\u003c\/h4\u003e\n\n\u003ch4 data-start=\"409\" data-end=\"540\" style=\"text-align: center;\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e而背面的透明细节则带来柔和、优雅的效果。\u003c\/span\u003e\u003c\/h4\u003e\n\n\u003ch4 data-start=\"542\" data-end=\"674\" style=\"text-align: center;\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e非常适合单独穿着或搭配衬衫或夹克，\u003c\/span\u003e\u003c\/h4\u003e\n\n\u003ch4 data-start=\"542\" data-end=\"674\" style=\"text-align: center;\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e这款上衣非常适合节日或特殊场合穿着。\u003c\/span\u003e\u003c\/h4\u003e\n\n\u003ch4 data-start=\"676\" data-end=\"733\" style=\"text-align: center;\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e模特身高 171 厘米，穿着均码\u003cspan\u003e黑色\u003c\/span\u003e衣服。\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":"Black \/ 自由的","offer_id":51423958991122,"sku":null,"price":391.0,"currency_code":"CNY","in_stock":false},{"title":"Ivory \/ 自由的","offer_id":51423958925586,"sku":null,"price":391.0,"currency_code":"CNY","in_stock":false},{"title":"Blue \/ 自由的","offer_id":51423958958354,"sku":null,"price":391.0,"currency_code":"CNY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0826\/2398\/7986\/files\/E3864_d40be03a-f4bd-470f-92e5-f3372d6b88d1.jpg?v=1751340836","url":"https:\/\/dintchina.cn\/zh-cn\/products\/e3864-corset-top-1","provider":"DINT","version":"1.0","type":"link"}