{"product_id":"d5339-lace-two-piece","title":"D5339 Lace Two-Piece","description":"\u003c!-- 캠페인 영상 --\u003e\n\u003cdiv id=\"custom-video-wrapper\"\u003e\n\u003cdiv class=\"video-container\"\u003e\n\u003cdiv class=\"touch-blocker\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/4qBo9QOt43A?autoplay=1\u0026amp;mute=1\u0026amp;loop=1\u0026amp;playlist=4qBo9QOt43A\u0026amp;controls=0\u0026amp;modestbranding=1\u0026amp;rel=0\u0026amp;playsinline=1\"\u003e\n\u003c\/iframe\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch4 style=\"text-align: center;\" data-end=\"58\" data-start=\"0\"\u003e\n\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e\u003c\/span\u003e\u003cbr\u003e\n\u003c\/h4\u003e\n\u003ch4 style=\"text-align: center;\" data-end=\"58\" data-start=\"0\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003eThis is a casual two-piece set with lace contrast details.\u003c\/span\u003e\u003c\/h4\u003e\n\u003ch4 style=\"text-align: center;\" data-end=\"132\" data-start=\"60\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003eMade from a polyester-spandex blend, it offers a light and flexible fit.\u003c\/span\u003e\u003c\/h4\u003e\n\u003ch4 style=\"text-align: center;\" data-end=\"264\" data-start=\"134\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003eThe cropped jacket features contrast accents \u003c\/span\u003e\u003c\/h4\u003e\n\u003ch4 style=\"text-align: center;\" data-end=\"264\" data-start=\"134\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003eand light padding for a balanced silhouette,\u003c\/span\u003e\u003c\/h4\u003e\n\u003ch4 style=\"text-align: center;\" data-end=\"264\" data-start=\"134\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e with front button closure for easy wear.\u003c\/span\u003e\u003c\/h4\u003e\n\u003ch4 style=\"text-align: center;\" data-end=\"400\" data-start=\"266\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003eThe overall sheer fabric adds a breezy feel, \u003c\/span\u003e\u003c\/h4\u003e\n\u003ch4 style=\"text-align: center;\" data-end=\"400\" data-start=\"266\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003ewhile the included dress has a round neckline\u003c\/span\u003e\u003c\/h4\u003e\n\u003ch4 style=\"text-align: center;\" data-end=\"400\" data-start=\"266\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003eand mini length for a neat yet lively look.\u003c\/span\u003e\u003c\/h4\u003e\n\u003ch4 style=\"text-align: center;\" data-end=\"494\" data-start=\"402\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003eThe back zipper and side pockets add practicality,\u003c\/span\u003e\u003c\/h4\u003e\n\u003ch4 style=\"text-align: center;\" data-end=\"494\" data-start=\"402\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e and the full lining ensures a secure fit.\u003c\/span\u003e\u003c\/h4\u003e\n\u003ch4 style=\"text-align: center;\" data-end=\"582\" data-start=\"496\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003eStylish and versatile, this set can be worn together\u003c\/span\u003e\u003c\/h4\u003e\n\u003ch4 style=\"text-align: center;\" data-end=\"582\" data-start=\"496\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e or separately for everyday looks.\u003c\/span\u003e\u003c\/h4\u003e\n\u003ch4 style=\"text-align: center;\" data-end=\"639\" data-start=\"584\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003eThe model is 167cm tall and is wearing size S in White.\u003c\/span\u003e\u003c\/h4\u003e\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":"White \/ S","offer_id":51522281832722,"sku":null,"price":1087.0,"currency_code":"CNY","in_stock":false},{"title":"White \/ M","offer_id":51522281865490,"sku":null,"price":1087.0,"currency_code":"CNY","in_stock":false},{"title":"Black \/ S","offer_id":51522281898258,"sku":null,"price":1087.0,"currency_code":"CNY","in_stock":false},{"title":"Black \/ M","offer_id":51522281931026,"sku":null,"price":1087.0,"currency_code":"CNY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0826\/2398\/7986\/files\/D5339.jpg?v=1753844909","url":"https:\/\/dintchina.cn\/products\/d5339-lace-two-piece","provider":"DINT","version":"1.0","type":"link"}