{"product_id":"e3779-slit-sleeveless-t-shirt","title":"E3779 Slit Sleeveless T-shirt","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\/ly_CdndxeN0?autoplay=1\u0026amp;mute=1\u0026amp;loop=1\u0026amp;playlist=ly_CdndxeN0\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=\"51\" 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=\"51\" data-start=\"0\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003eThis vest offers a casual and versatile daily look.\u003c\/span\u003e\u003c\/h4\u003e\n\u003ch4 style=\"text-align: center;\" data-end=\"148\" data-start=\"53\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003eMade from a blend of polyester, cotton, and spandex,\u003c\/span\u003e\u003c\/h4\u003e\n\u003ch4 style=\"text-align: center;\" data-end=\"148\" data-start=\"53\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e it provides stretch and a comfortable fit.\u003c\/span\u003e\u003c\/h4\u003e\n\u003ch4 style=\"text-align: center;\" data-end=\"354\" data-start=\"150\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003eWith a regular fit, it drapes naturally over the body, \u003c\/span\u003e\u003c\/h4\u003e\n\u003ch4 style=\"text-align: center;\" data-end=\"354\" data-start=\"150\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003ecreating a clean and neat silhouette. \u003c\/span\u003e\u003c\/h4\u003e\n\u003ch4 style=\"text-align: center;\" data-end=\"354\" data-start=\"150\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003eThe V-neckline helps elongate the upper body, \u003c\/span\u003e\u003c\/h4\u003e\n\u003ch4 style=\"text-align: center;\" data-end=\"354\" data-start=\"150\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003ewhile side slits add ease of movement and a subtle design accent.\u003c\/span\u003e\u003c\/h4\u003e\n\u003ch4 style=\"text-align: center;\" data-end=\"478\" data-start=\"356\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003eLightweight with no closure or lining,\u003c\/span\u003e\u003c\/h4\u003e\n\u003ch4 style=\"text-align: center;\" data-end=\"478\" data-start=\"356\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e it’s easy to wear on its own or layered over innerwear \u003c\/span\u003e\u003c\/h4\u003e\n\u003ch4 style=\"text-align: center;\" data-end=\"478\" data-start=\"356\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003efor various styling options.\u003c\/span\u003e\u003c\/h4\u003e\n\u003ch4 style=\"text-align: center;\" data-end=\"577\" data-start=\"480\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003ePerfect for daily wear, it also pairs well\u003c\/span\u003e\u003c\/h4\u003e\n\u003ch4 style=\"text-align: center;\" data-end=\"577\" data-start=\"480\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e with casual bottoms for a laid-back yet polished look.\u003c\/span\u003e\u003c\/h4\u003e\n\u003ch4 style=\"text-align: center;\" data-end=\"633\" data-start=\"579\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003eThe model is 173cm tall and wearing ONE size in BLACK.\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":"Black \/ FREE","offer_id":51199716294930,"sku":"","price":268.0,"currency_code":"CNY","in_stock":false},{"title":"Green \/ FREE","offer_id":51199716327698,"sku":"","price":268.0,"currency_code":"CNY","in_stock":false},{"title":"Gray \/ FREE","offer_id":51199716360466,"sku":"","price":268.0,"currency_code":"CNY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0826\/2398\/7986\/files\/E3779.jpg?v=1744882854","url":"https:\/\/dintchina.cn\/products\/e3779-slit-sleeveless-t-shirt","provider":"DINT","version":"1.0","type":"link"}