{"product_id":"s769-stripe-shirt","title":"S769 Stripe 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\/FeAqX1upitc?autoplay=1\u0026amp;mute=1\u0026amp;loop=1\u0026amp;playlist=FeAqX1upitc\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=\"135\" data-start=\"86\"\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=\"135\" data-start=\"86\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003eThis is a flower stripe shirt with a lovely mood.\u003c\/span\u003e\u003c\/h4\u003e\n\u003ch4 style=\"text-align: center;\" data-end=\"320\" data-start=\"137\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003eThe pink color is made from a cotton-polyester blend,\u003c\/span\u003e\u003c\/h4\u003e\n\u003ch4 style=\"text-align: center;\" data-end=\"320\" data-start=\"137\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e while the sky blue color is crafted from a blend of cotton, nylon, and spandex, \u003c\/span\u003e\u003c\/h4\u003e\n\u003ch4 style=\"text-align: center;\" data-end=\"320\" data-start=\"137\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003eoffering different textures and comfort for each.\u003c\/span\u003e\u003c\/h4\u003e\n\u003ch4 style=\"text-align: center;\" data-end=\"438\" data-start=\"322\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003eThe overall boxy fit helps to naturally cover the body shape\u003c\/span\u003e\u003c\/h4\u003e\n\u003ch4 style=\"text-align: center;\" data-end=\"438\" data-start=\"322\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e and provides a relaxed silhouette for comfortable wear.\u003c\/span\u003e\u003c\/h4\u003e\n\u003ch4 style=\"text-align: center;\" data-end=\"656\" data-start=\"440\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003eThe front features a 3D floral embroidery over the\u003c\/span\u003e\u003c\/h4\u003e\n\u003ch4 style=\"text-align: center;\" data-end=\"656\" data-start=\"440\"\u003e\n\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e stripe pattern\u003c\/span\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e, \u003c\/span\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003eadding a subtle accent. \u003c\/span\u003e\n\u003c\/h4\u003e\n\u003ch4 style=\"text-align: center;\" data-end=\"656\" data-start=\"440\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003eIt has a front button closure for easy opening and closing,\u003c\/span\u003e\u003c\/h4\u003e\n\u003ch4 style=\"text-align: center;\" data-end=\"656\" data-start=\"440\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003e and works well both on its own or layered with various innerwear.\u003c\/span\u003e\u003c\/h4\u003e\n\u003ch4 style=\"text-align: center;\" data-end=\"719\" data-start=\"658\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003eRecommended for lovely daily looks or stylish casual outfits.\u003c\/span\u003e\u003c\/h4\u003e\n\u003ch4 style=\"text-align: center;\" data-end=\"791\" data-start=\"721\"\u003e\u003cspan style=\"color: rgb(128, 128, 128);\"\u003eThe model is 171cm tall and is wearing ONE size in the Sky Blue color.\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":"SKY BLUE \/ FREE","offer_id":51385693634834,"sku":"","price":20500.0,"currency_code":"JPY","in_stock":false},{"title":"Pink \/ FREE","offer_id":51385693667602,"sku":"","price":20500.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0826\/2398\/7986\/files\/S769.jpg?v=1750215475","url":"https:\/\/jp.dintkorea.com\/en\/products\/s769-stripe-shirt","provider":"DINT","version":"1.0","type":"link"}