{"product_id":"d5278-corset-layered-dress","title":"D5278 Corset Layered Dress","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\/FtTN6BzSXlU?autoplay=1\u0026amp;mute=1\u0026amp;loop=1\u0026amp;playlist=FtTN6BzSXlU\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=\"223\" data-start=\"67\"\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=\"223\" data-start=\"67\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003eThis is a feminine mood dress made from a polyamide \u003c\/span\u003e\u003c\/h4\u003e\n\u003ch4 style=\"text-align: center;\" data-end=\"223\" data-start=\"67\"\u003e\n\u003cspan style=\"color: rgb(128, 128, 128);\"\u003eand cotton blend\u003c\/span\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e, offering a light and soft feel. \u003c\/span\u003e\n\u003c\/h4\u003e\n\u003ch4 style=\"text-align: center;\" data-end=\"223\" data-start=\"67\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003eIt is available in S, M, and L sizes for a better fit.\u003c\/span\u003e\u003c\/h4\u003e\n\u003ch4 style=\"text-align: center;\" data-end=\"365\" data-start=\"225\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003eThe corset-style top and layered tulle skirt create an elegant\u003c\/span\u003e\u003c\/h4\u003e\n\u003ch4 style=\"text-align: center;\" data-end=\"365\" data-start=\"225\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e and voluminous silhouette,\u003c\/span\u003e\u003c\/h4\u003e\n\u003ch4 style=\"text-align: center;\" data-end=\"365\" data-start=\"225\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e while the sleeveless design adds a delicate touch.\u003c\/span\u003e\u003c\/h4\u003e\n\u003ch4 style=\"text-align: center;\" data-end=\"490\" data-start=\"367\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003eIt features a back zipper closure for easy wear,\u003c\/span\u003e\u003c\/h4\u003e\n\u003ch4 style=\"text-align: center;\" data-end=\"490\" data-start=\"367\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e and built-in cups allow for comfortable wear\u003c\/span\u003e\u003c\/h4\u003e\n\u003ch4 style=\"text-align: center;\" data-end=\"490\" data-start=\"367\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e without additional innerwear.\u003c\/span\u003e\u003c\/h4\u003e\n\u003ch4 style=\"text-align: center;\" data-end=\"638\" data-start=\"492\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003eThe dress is fully lined to prevent sheerness, \u003c\/span\u003e\u003c\/h4\u003e\n\u003ch4 style=\"text-align: center;\" data-end=\"638\" data-start=\"492\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003emaking it a luxurious and romantic piece ideal for special occasions,\u003c\/span\u003e\u003c\/h4\u003e\n\u003ch4 style=\"text-align: center;\" data-end=\"638\" data-start=\"492\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e parties, or feminine styling.\u003c\/span\u003e\u003c\/h4\u003e\n\u003ch4 style=\"text-align: center;\" data-end=\"694\" data-start=\"640\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003eThe model is 167cm tall and is wearing size S in Pink.\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":"Pink \/ S","offer_id":51347913638162,"sku":"","price":1370.0,"currency_code":"CNY","in_stock":false},{"title":"Pink \/ M","offer_id":51347913670930,"sku":"","price":1370.0,"currency_code":"CNY","in_stock":false},{"title":"Pink \/ L","offer_id":51347913703698,"sku":"","price":1370.0,"currency_code":"CNY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0826\/2398\/7986\/files\/D5278_68f626e7-a36d-4a40-ae7a-a473badcf330.jpg?v=1752574121","url":"https:\/\/dintchina.cn\/products\/d5278-corset-layered-dress","provider":"DINT","version":"1.0","type":"link"}