{"product_id":"casual-v-neck-summer-vacation-dress-s","title":"👗Casual V-Neck Summer Vacation Dress ✨","description":"\u003cstyle\u003e\n  \/* =====================================================\n     BOUTIQUE SUMMER DRESS - LUXURY FRENCH MORANDI EDITION\n     仅优化配色、留白、阴影与层级，完全不改变文字与图片内容\n     ===================================================== *\/\n\n  .dress-page-wrap {\n    \/* 🎨 配色系统：莫兰迪法式暖粉 + 深卡其棕 + 暖奶白 *\/\n    --dress-primary: #c87a8b;        \/* 主色：莫兰迪玫瑰粉 *\/\n    --dress-primary-dark: #7d3c4c;   \/* 深色：深红棕（用于标题与重点） *\/\n    --dress-accent: #e5a4b2;         \/* 强调色：柔和光泽粉 *\/\n    --dress-bg-main: #faf5f3;        \/* 页面底色：极淡暖奶白 *\/\n    --dress-card-bg: #ffffff;        \/* 悬浮卡片纯白 *\/\n    --dress-card-soft: #f8eef1;      \/* 辅助渐变粉底 *\/\n    \n    --dress-text-title: #231619;     \/* 标题高对比度近黑 *\/\n    --dress-text-body: #48383c;      \/* 正文深色，保证清晰度 *\/\n    --dress-border: #ebd8de;         \/* 1.5px 柔和浅边框 *\/\n    \n    \/* 💎 质感阴影与拟态系统 *\/\n    --dress-shadow-sm: 0 8px 20px rgba(125, 60, 76, 0.05);\n    --dress-shadow-md: 0 16px 36px rgba(125, 60, 76, 0.09);\n\n    width: 100%;\n    max-width: 720px;\n    margin: 0 auto;\n    overflow: hidden;\n    background-color: var(--dress-bg-main);\n    color: var(--dress-text-body);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    \n    font-size: 19px !important;\n    line-height: 1.68 !important;\n    -webkit-text-size-adjust: 100%;\n    padding: 12px;\n  }\n\n  .dress-page-wrap * {\n    box-sizing: border-box !important;\n    word-break: break-word !important;\n  }\n\n  \/* 🎯 强制图片与 GIF 100% 等比例无缝撑满 *\/\n  .dress-page-wrap img,\n  .dress-media-box img {\n    display: block !important;\n    width: 100% !important;\n    min-width: 100% !important;\n    max-width: 100% !important;\n    height: auto !important;\n    border: 0 !important;\n    margin: 0 !important;\n    padding: 0 !important;\n    object-fit: cover !important;\n  }\n\n  .dress-container {\n    width: 100%;\n    max-width: 720px;\n    margin: 0 auto;\n  }\n\n  \/* 🖼️ 撑满无缝图片容器 *\/\n  .dress-media-box {\n    position: relative !important;\n    display: block !important;\n    width: 100% !important;\n    min-width: 100% !important;\n    border-radius: 20px !important;\n    overflow: hidden !important;\n    border: 1.5px solid var(--dress-border) !important;\n    background-color: var(--dress-card-bg) !important;\n    box-shadow: var(--dress-shadow-sm) !important;\n    padding: 0 !important;\n    margin: 0 0 20px 0 !important;\n    line-height: 0 !important;\n    font-size: 0 !important;\n  }\n\n  \/* 普通核心卡片 *\/\n  .dress-card {\n    background-color: var(--dress-card-bg) !important;\n    border: 1.5px solid var(--dress-border) !important;\n    border-radius: 22px !important;\n    padding: 24px 20px !important;\n    margin-bottom: 20px !important;\n    box-shadow: var(--dress-shadow-sm) !important;\n  }\n\n  \/* HERO 首屏区 *\/\n  .dress-hero {\n    background: radial-gradient(circle at 10% 0%, #ffffff, transparent 40%),\n                linear-gradient(165deg, var(--dress-card-soft) 0%, var(--dress-bg-main) 100%) !important;\n    border: 2px solid var(--dress-primary) !important;\n    border-radius: 24px !important;\n    padding: 28px 18px 22px 18px !important;\n    margin-bottom: 20px !important;\n    box-shadow: var(--dress-shadow-md) !important;\n    text-align: center !important;\n  }\n\n  .dress-hero h1 {\n    font-size: 26px !important;\n    line-height: 1.35 !important;\n    color: var(--dress-text-title) !important;\n    font-weight: 800 !important;\n    margin: 0 0 16px 0 !important;\n  }\n\n  .dress-hero-text {\n    font-size: 19px !important;\n    color: var(--dress-text-body) !important;\n    line-height: 1.65 !important;\n    margin-bottom: 16px !important;\n    text-align: center !important;\n  }\n\n  \/* 核心卖点单项 *\/\n  .dress-feature-item {\n    background: var(--dress-card-bg) !important;\n    border-radius: 22px !important;\n    box-shadow: var(--dress-shadow-sm) !important;\n    overflow: hidden !important;\n    margin-bottom: 22px !important;\n    border: 1.5px solid var(--dress-border) !important;\n  }\n\n  .dress-feature-body {\n    padding: 22px 20px 22px 20px !important;\n  }\n\n  .dress-feature-title {\n    font-size: 22px !important;\n    font-weight: 800 !important;\n    color: var(--dress-primary-dark) !important;\n    text-align: left !important;\n    margin: 0 0 10px 0 !important;\n    position: relative !important;\n    padding-bottom: 8px !important;\n  }\n  \n  .dress-feature-title::after {\n    content: \"\" !important;\n    position: absolute !important;\n    left: 0 !important;\n    bottom: 0 !important;\n    width: 40px !important;\n    height: 3px !important;\n    background: var(--dress-primary) !important;\n    border-radius: 99px !important;\n  }\n\n  .dress-feature-text {\n    font-size: 18.5px !important;\n    color: var(--dress-text-body) !important;\n    margin: 0 !important;\n    line-height: 1.65 !important;\n  }\n\n  \/* 标题与表格通用 *\/\n  .dress-section-title {\n    font-size: 23px !important;\n    font-weight: 800 !important;\n    text-align: center !important;\n    color: var(--dress-primary-dark) !important;\n    margin: 0 0 16px 0 !important;\n  }\n\n  .dress-spec-row {\n    font-size: 18.5px !important;\n    color: var(--dress-text-body) !important;\n    margin-bottom: 12px !important;\n    text-align: left !important;\n    line-height: 1.6 !important;\n  }\n\n  \/* 问答 FAQ 卡片 *\/\n  .dress-faq-wrap {\n    background: var(--dress-card-bg) !important;\n    border-radius: 18px !important;\n    border: 1.5px solid var(--dress-border) !important;\n    overflow: hidden !important;\n  }\n\n  .dress-faq-item {\n    padding: 20px 18px !important;\n    border-bottom: 1.5px solid var(--dress-border) !important;\n  }\n\n  .dress-faq-item:last-child {\n    border-bottom: none !important;\n  }\n\n  .dress-faq-q {\n    font-size: 19px !important;\n    font-weight: 800 !important;\n    color: var(--dress-primary-dark) !important;\n    margin: 0 0 8px 0 !important;\n    line-height: 1.4 !important;\n  }\n\n  .dress-faq-a {\n    font-size: 18px !important;\n    color: var(--dress-text-body) !important;\n    margin: 0 !important;\n    line-height: 1.65 !important;\n  }\n\n  \/* 📱 移动端自适应 *\/\n  @media (max-width: 480px) {\n    .dress-page-wrap {\n      font-size: 18px !important;\n      padding: 8px !important;\n    }\n    .dress-hero h1 {\n      font-size: 23px !important;\n    }\n    .dress-feature-title, .dress-section-title {\n      font-size: 21px !important;\n    }\n    .dress-feature-text,\n    .dress-faq-a,\n    .dress-hero-text,\n    .dress-spec-row {\n      font-size: 17.5px !important;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"dress-page-wrap\"\u003e\n  \u003cdiv class=\"dress-container\"\u003e\n\n    \u003cdiv class=\"dress-hero\"\u003e\n      \u003ch1\u003eDitch the stiff, uncomfortable outfits and embrace effortless seasonal elegance. 🌸\u003c\/h1\u003e\n      \n      \u003cdiv class=\"dress-media-box\" style=\"margin: 18px 0 !important;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0789\/8988\/5672\/files\/6_2_8159e7a3-9935-407f-a259-f636b225b9cf.gif?v=1780379896\" alt=\"Chic Summer Dress Demonstration\" style=\"max-width: 100%; height: auto;\"\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"dress-hero-text\"\u003e\n        This chic short-sleeve summer dress is the ultimate wardrobe essential for sunny days and beach getaways. ☀️🏖️\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"dress-media-box\" style=\"margin-bottom: 16px !important;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0789\/8988\/5672\/files\/ChatGPT_Image_2026_6_2__13_56_07.png?v=1780379798\" alt=\"Summer dress lifestyle shot\"\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"dress-hero-text\" style=\"margin-bottom: 0 !important;\"\u003e\n        It perfectly balances casual comfort with a stylish flair, keeping you feeling confident wherever you go.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"dress-media-box\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0789\/8988\/5672\/files\/DM_20260602121805_012.jpg?v=1780379803\" alt=\"Summer dress model showcase\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"dress-feature-item\"\u003e\n      \u003cdiv class=\"dress-feature-body\"\u003e\n        \u003ch3 class=\"dress-feature-title\"\u003e✨ Flattering \u0026amp; Elegant Silhouette\u003c\/h3\u003e\n        \u003cp class=\"dress-feature-text\"\u003e\n          Features a classic, chic V-neckline paired with breezy short sleeves and a graceful mid-thigh length. This timeless design creates the perfect balance between relaxed comfort and sophisticated style, making it incredibly easy to dress up or down depending on the occasion.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"dress-media-box\" style=\"border: none !important; border-radius: 0 !important; box-shadow: none !important; margin: 0 !important;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0789\/8988\/5672\/files\/ChatGPT_Image_2026_6_2__13_54_41.png?v=1780379790\" alt=\"Flattering V-neckline and silhouette detail\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"dress-feature-item\"\u003e\n      \u003cdiv class=\"dress-feature-body\"\u003e\n        \u003ch3 class=\"dress-feature-title\"\u003e🌿 Premium Breathable Stretch Fabric\u003c\/h3\u003e\n        \u003cp class=\"dress-feature-text\"\u003e\n          Crafted from a high-quality blend of 95% polyester and 5% spandex. The lightweight fabric offers a gentle, comfortable stretch that moves naturally with your body while remaining exceptionally soft against the skin to keep you cool on warm spring and summer days.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"dress-media-box\" style=\"border: none !important; border-radius: 0 !important; box-shadow: none !important; margin: 0 !important;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0789\/8988\/5672\/files\/ChatGPT_Image_2026_6_2__13_54_56.png?v=1780379799\" alt=\"Soft breathable fabric detail\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"dress-feature-item\"\u003e\n      \u003cdiv class=\"dress-feature-body\"\u003e\n        \u003ch3 class=\"dress-feature-title\"\u003e✈️ Travel-Friendly \u0026amp; Easy Care\u003c\/h3\u003e\n        \u003cp class=\"dress-feature-text\"\u003e\n          \u003cstrong\u003ePack your suitcase effortlessly without the worry of stubborn creases.\u003c\/strong\u003e Thanks to the resilient nature of the polyester-spandex blend, this dress naturally resists heavy wrinkling and retains its shape beautifully. It is the ultimate low-maintenance travel companion—just roll it into your bag, shake it out upon arrival, and it is ready to wear.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"dress-media-box\" style=\"border: none !important; border-radius: 0 !important; box-shadow: none !important; margin: 0 !important;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0789\/8988\/5672\/files\/ChatGPT_Image_2026_6_2__13_55_05.png?v=1780379798\" alt=\"Travel-friendly wrinkle-resistant dress\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"dress-feature-item\"\u003e\n      \u003cdiv class=\"dress-feature-body\"\u003e\n        \u003ch3 class=\"dress-feature-title\"\u003e🏖️ The Ultimate Vacation Staple\u003c\/h3\u003e\n        \u003cp class=\"dress-feature-text\"\u003e\n          Engineered to be your go-to outfit for almost any casual or semi-formal event. From casual morning brunch dates and beachside strolls to serving as a beautiful, breezy option for wedding guests, this dress adapts seamlessly to your lifestyle.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"dress-media-box\" style=\"border: none !important; border-radius: 0 !important; box-shadow: none !important; margin: 0 !important;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0789\/8988\/5672\/files\/ChatGPT_Image_2026_6_2__13_55_13.png?v=1780379799\" alt=\"Versatile vacation style\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"dress-card\"\u003e\n      \u003ch3 class=\"dress-section-title\"\u003e📋 At a Glance\u003c\/h3\u003e\n      \u003cdiv class=\"dress-spec-row\"\u003e\n        \u003cstrong\u003eMaterial Blend:\u003c\/strong\u003e 95% Polyester, 5% Spandex for lightweight stretch and maximum breathability\n      \u003c\/div\u003e\n      \u003cdiv class=\"dress-spec-row\"\u003e\n        \u003cstrong\u003eDesign Details:\u003c\/strong\u003e Flattering V-neck, short sleeves, and comfortable mid-thigh length\n      \u003c\/div\u003e\n      \u003cdiv class=\"dress-spec-row\"\u003e\n        \u003cstrong\u003eCare \u0026amp; Packaging:\u003c\/strong\u003e Shipped in eco-friendly vacuum packing; easily refreshed with a quick rinse\n      \u003c\/div\u003e\n      \u003cdiv class=\"dress-spec-row\" style=\"margin-bottom: 0 !important;\"\u003e\n        \u003cstrong\u003eBest For:\u003c\/strong\u003e Wedding guests, beach vacations, weekend brunch, and casual daily wear\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"dress-card\" style=\"padding: 20px 16px !important;\"\u003e\n      \u003ch3 class=\"dress-section-title\" style=\"margin-bottom: 18px !important;\"\u003e🛠️ Professional FAQ\u003c\/h3\u003e\n      \u003cdiv class=\"dress-faq-wrap\"\u003e\n        \u003cdiv class=\"dress-faq-item\"\u003e\n          \u003cp class=\"dress-faq-q\"\u003eQ: My dress arrived with a few wrinkles from the packaging. What is the best way to smooth it out?\u003c\/p\u003e\n          \u003cp class=\"dress-faq-a\"\u003eA: Because we use eco-friendly vacuum packaging, temporary wrinkling is completely normal. Simply hang the dress in a well-ventilated area or give it a quick, gentle wash, and the fabric will naturally regain its smooth, beautiful texture.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"dress-faq-item\"\u003e\n          \u003cp class=\"dress-faq-q\"\u003eQ: Does the fabric have any give, or is it rigid?\u003c\/p\u003e\n          \u003cp class=\"dress-faq-a\"\u003eA: Thanks to the 5% spandex woven into the premium polyester blend, the dress provides a comfortable, lightweight stretch that allows for easy, unrestricted movement all day long.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"margin-bottom: 25px; background-color: #f9f9f9; padding: 20px; border-radius: 18px; border: 1px solid #eaeaea;\"\u003e\n      \u003cdiv style=\"border: 1px solid #e0e0e0; border-radius: 16px; overflow: hidden; margin-bottom: 20px; background-color: #ffffff;\"\u003e\n        \u003cdiv style=\"padding: 28px 24px 20px 24px; text-align: center;\"\u003e\n          \u003ch3 style=\"font-size: 24px; color: #111; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; margin-top: 0; margin-bottom: 18px;\"\u003e❤️ WHY US?\u003c\/h3\u003e\n          \u003cul style=\"text-align: left; font-size: 18px; color: #333; line-height: 1.7; padding-left: 20px; margin: 0;\"\u003e\n            \u003cli style=\"margin-bottom: 8px;\"\u003eWe work directly with manufacturers around the world to ensure the best quality of our products. We have our own quality control department that helps us deliver on our promises!\u003c\/li\u003e\n            \u003cli style=\"margin-bottom: 8px;\"\u003eOur prices are always competitive.\u003c\/li\u003e\n            \u003cli style=\"margin-bottom: 8px;\"\u003eExcellent customer service\u003c\/li\u003e\n            \u003cli style=\"margin-bottom: 8px;\"\u003eExcellent, high-quality products\u003c\/li\u003e\n            \u003cli\u003eRead reviews from our wonderful customers\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n        \u003cimg class=\"lazyload\" style=\"display: block; width: 100%; height: auto;\" src=\"https:\/\/cdn.techcloudly.com\/image\/a780891179caa3aaf192ad53f13320b100e1dfc7.jpeg\" alt=\"Quality guaranteed\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"border: 1px solid #e0e0e0; border-radius: 16px; overflow: hidden; margin-bottom: 20px; background-color: #ffffff;\"\u003e\n        \u003cdiv style=\"padding: 24px 24px 16px 24px; text-align: center;\"\u003e\n          \u003ch3 style=\"font-size: 24px; color: #111; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; margin: 0 0 12px 0;\"\u003e30-DAY RISK-FREE GUARANTEE\u003c\/h3\u003e\n          \u003cp style=\"font-size: 18px; line-height: 1.6; color: #444; margin: 0 0 10px 0;\"\u003eWe offer a risk-free 30-day guarantee that starts only when you receive your ITEM!\u003c\/p\u003e\n          \u003cp style=\"font-size: 18px; line-height: 1.6; color: #444; margin: 0;\"\u003eIf for any reason you are not satisfied with your purchase, we will do everything we can to ensure that you are 100% satisfied.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cimg class=\"lazyload\" style=\"display: block; width: 100%; height: auto;\" src=\"https:\/\/cdn.techcloudly.com\/image\/467fdaca4c0188d1b5b5924678f5669a49e3809e.webp\" alt=\"30 Day guarantee\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"border: 1px solid #e0e0e0; border-radius: 16px; overflow: hidden; margin-bottom: 0; background-color: #ffffff;\"\u003e\n        \u003cdiv style=\"padding: 24px 24px 16px 24px; text-align: center;\"\u003e\n          \u003ch3 style=\"font-size: 24px; color: #111; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; margin: 0 0 16px 0;\"\u003eSHIPPING AND DELIVERY\u003c\/h3\u003e\n          \u003cp style=\"font-size: 18px; line-height: 1.7; color: #444; margin: 0;\"\u003eAll orders are packed, prepared, and shipped as quickly as possible. For more accurate delivery times, please see our shipping guidelines, as some locations have much faster shipping than the typical delivery time. Once your order has been shipped, you will receive a tracking number so you can always know where it is!\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cimg class=\"lazyload\" style=\"display: block; width: 100%; height: auto;\" src=\"https:\/\/cdn.techcloudly.com\/image\/2f1fcc80739b9c57ecffe9b28bd02a14c5d388a3.webp\" alt=\"Shipping process\"\u003e\n        \u003cimg class=\"lazyload\" style=\"display: block; width: 100%; height: auto; margin-top: 10px;\" src=\"https:\/\/cdn.techcloudly.com\/image\/51e2fbcc469549e3e859083431e4002a5db93883.webp\" alt=\"Global logistics\"\u003e\n        \u003cimg class=\"lazyload\" style=\"display: block; width: 100%; height: auto; margin-top: 10px;\" src=\"https:\/\/cdn.techcloudly.com\/image\/5bf3d683975a2a3fa0bd1e0f3437d6f5eb6389b1.webp\" alt=\"Fast delivery track\"\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"NC0186","offers":[{"title":"Blue and white porcelain print \/ S","offer_id":53660506947947,"sku":"NC01862606021739-连衣裙-青花瓷-S","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Blue and white porcelain print \/ M","offer_id":53660506980715,"sku":"NC01862606021739-连衣裙-青花瓷-M","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Blue and white porcelain print \/ L","offer_id":53660507013483,"sku":"NC01862606021739-连衣裙-青花瓷-L","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Blue and white porcelain print \/ XL","offer_id":53660507046251,"sku":"NC01862606021739-连衣裙-青花瓷-XL","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Blue and white porcelain print \/ 2XI","offer_id":53660507079019,"sku":"NC01862606021739-连衣裙-青花瓷-2XL","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Blue and white porcelain print \/ 3XL","offer_id":53660507111787,"sku":"NC01862606021739-连衣裙-青花瓷-3XL","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ S","offer_id":53660507144555,"sku":"NC01862606021739-连衣裙-黑色-S","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ M","offer_id":53660507177323,"sku":"NC01862606021739-连衣裙-黑色-M","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ L","offer_id":53660507210091,"sku":"NC01862606021739-连衣裙-黑色-L","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ XL","offer_id":53660507242859,"sku":"NC01862606021739-连衣裙-黑色-XL","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ 2XI","offer_id":53660507275627,"sku":"NC01862606021739-连衣裙-黑色-2XL","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ 3XL","offer_id":53660507308395,"sku":"NC01862606021739-连衣裙-黑色-3XL","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Circle print \/ S","offer_id":53660507341163,"sku":"NC01862606021739-连衣裙-圆圈花-S","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Circle print \/ M","offer_id":53660507373931,"sku":"NC01862606021739-连衣裙-圆圈花-M","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Circle print \/ L","offer_id":53660507406699,"sku":"NC01862606021739-连衣裙-圆圈花-L","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Circle print \/ XL","offer_id":53660507439467,"sku":"NC01862606021739-连衣裙-圆圈花-XL","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Circle print \/ 2XI","offer_id":53660507472235,"sku":"NC01862606021739-连衣裙-圆圈花-2XL","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Circle print \/ 3XL","offer_id":53660507505003,"sku":"NC01862606021739-连衣裙-圆圈花-3XL","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Blue-green tiny floral \/ S","offer_id":53660507537771,"sku":"NC01862606021739-连衣裙-蓝绿小碎花-S","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Blue-green tiny floral \/ M","offer_id":53660507570539,"sku":"NC01862606021739-连衣裙-蓝绿小碎花-M","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Blue-green tiny floral \/ L","offer_id":53660507603307,"sku":"NC01862606021739-连衣裙-蓝绿小碎花-L","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Blue-green tiny floral \/ XL","offer_id":53660507636075,"sku":"NC01862606021739-连衣裙-蓝绿小碎花-XL","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Blue-green tiny floral \/ 2XI","offer_id":53660507668843,"sku":"NC01862606021739-连衣裙-蓝绿小碎花-2XL","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Blue-green tiny floral \/ 3XL","offer_id":53660507701611,"sku":"NC01862606021739-连衣裙-蓝绿小碎花-3XL","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Oil painting leaf print \/ S","offer_id":53660507734379,"sku":"NC01862606021739-连衣裙-油画叶子-S","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Oil painting leaf print \/ M","offer_id":53660507767147,"sku":"NC01862606021739-连衣裙-油画叶子-M","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Oil painting leaf print \/ L","offer_id":53660507799915,"sku":"NC01862606021739-连衣裙-油画叶子-L","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Oil painting leaf print \/ XL","offer_id":53660507832683,"sku":"NC01862606021739-连衣裙-油画叶子-XL","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Oil painting leaf print \/ 2XI","offer_id":53660507865451,"sku":"NC01862606021739-连衣裙-油画叶子-2XL","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Oil painting leaf print \/ 3XL","offer_id":53660507898219,"sku":"NC01862606021739-连衣裙-油画叶子-3XL","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Red base small floral \/ S","offer_id":53660507930987,"sku":"NC01862606021739-连衣裙-红底小碎花-S","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Red base small floral \/ M","offer_id":53660507963755,"sku":"NC01862606021739-连衣裙-红底小碎花-M","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Red base small floral \/ L","offer_id":53660507996523,"sku":"NC01862606021739-连衣裙-红底小碎花-L","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Red base small floral \/ XL","offer_id":53660508029291,"sku":"NC01862606021739-连衣裙-红底小碎花-XL","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Red base small floral \/ 2XI","offer_id":53660508062059,"sku":"NC01862606021739-连衣裙-红底小碎花-2XL","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Red base small floral \/ 3XL","offer_id":53660508094827,"sku":"NC01862606021739-连衣裙-红底小碎花-3XL","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Yellow base small floral \/ S","offer_id":53660508127595,"sku":"NC01862606021739-连衣裙-黄底小碎花-S","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Yellow base small floral \/ M","offer_id":53660508160363,"sku":"NC01862606021739-连衣裙-黄底小碎花-M","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Yellow base small floral \/ L","offer_id":53660508193131,"sku":"NC01862606021739-连衣裙-黄底小碎花-L","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Yellow base small floral \/ XL","offer_id":53660508225899,"sku":"NC01862606021739-连衣裙-黄底小碎花-XL","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Yellow base small floral \/ 2XI","offer_id":53660508258667,"sku":"NC01862606021739-连衣裙-黄底小碎花-2XL","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Yellow base small floral \/ 3XL","offer_id":53660508291435,"sku":"NC01862606021739-连衣裙-黄底小碎花-3XL","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Ethnic style \/ S","offer_id":53660508324203,"sku":"NC01862606021739-连衣裙-民族风-S","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Ethnic style \/ M","offer_id":53660508356971,"sku":"NC01862606021739-连衣裙-民族风-M","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Ethnic style \/ L","offer_id":53660508389739,"sku":"NC01862606021739-连衣裙-民族风-L","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Ethnic style \/ XL","offer_id":53660508422507,"sku":"NC01862606021739-连衣裙-民族风-XL","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Ethnic style \/ 2XI","offer_id":53660508455275,"sku":"NC01862606021739-连衣裙-民族风-2XL","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Ethnic style \/ 3XL","offer_id":53660508488043,"sku":"NC01862606021739-连衣裙-民族风-3XL","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Tropical leaf \/ S","offer_id":53660508520811,"sku":"NC01862606021739-连衣裙-热带叶子-S","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Tropical leaf \/ M","offer_id":53660508553579,"sku":"NC01862606021739-连衣裙-热带叶子-M","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Tropical leaf \/ L","offer_id":53660508586347,"sku":"NC01862606021739-连衣裙-热带叶子-L","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Tropical leaf \/ XL","offer_id":53660508619115,"sku":"NC01862606021739-连衣裙-热带叶子-XL","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Tropical leaf \/ 2XI","offer_id":53660508651883,"sku":"NC01862606021739-连衣裙-热带叶子-2XL","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Tropical leaf \/ 3XL","offer_id":53660508684651,"sku":"NC01862606021739-连衣裙-热带叶子-3XL","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Horizontal stripe \/ S","offer_id":53660508717419,"sku":"NC01862606021739-连衣裙-横条纹-S","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Horizontal stripe \/ M","offer_id":53660508750187,"sku":"NC01862606021739-连衣裙-横条纹-M","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Horizontal stripe \/ L","offer_id":53660508782955,"sku":"NC01862606021739-连衣裙-横条纹-L","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Horizontal stripe \/ XL","offer_id":53660508815723,"sku":"NC01862606021739-连衣裙-横条纹-XL","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Horizontal stripe \/ 2XI","offer_id":53660508848491,"sku":"NC01862606021739-连衣裙-横条纹-2XL","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Horizontal stripe \/ 3XL","offer_id":53660508881259,"sku":"NC01862606021739-连衣裙-横条纹-3XL","price":36.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_6_2__13_56_07.png?v=1780658397","url":"https:\/\/zavrlyus.com\/products\/casual-v-neck-summer-vacation-dress-s","provider":"zavrlyUS","version":"1.0","type":"link"}