{"product_id":"bluebell-velvet-bow-dress","title":"Bluebell Velvet Bow Dress","description":"\u003cstyle\u003e\n.product-pdp{\n  --blue:#e6f1fb;\n  --blue-soft:#f7fbff;\n  --wine:#8f1730;\n  --wine-soft:#faeef1;\n  --cream:#fffaf4;\n  --text:#34383d;\n  --muted:#6d7277;\n  --border:#ebe7e2;\n\n  max-width:820px;\n  margin:0 auto;\n  padding:25px 15px 55px;\n  font-family:Arial,Helvetica,sans-serif;\n  color:var(--text);\n  line-height:1.6;\n}\n\n.product-pdp *{\n  box-sizing:border-box;\n}\n\n.product-pdp img{\n  display:block;\n  max-width:100%;\n  height:auto;\n  margin:0 auto;\n  border-radius:20px;\n}\n\n\/* HERO *\/\n.hero-box{\n  text-align:center;\n  padding:36px 25px;\n  border-radius:26px;\n  background:linear-gradient(145deg,#f7fbff,#e5f1fc,#fffaf4);\n}\n\n.hero-label{\n  display:inline-block;\n  padding:7px 15px;\n  margin-bottom:13px;\n  border-radius:999px;\n  background:var(--wine);\n  color:#fff;\n  font-size:12px;\n  font-weight:700;\n  letter-spacing:1px;\n}\n\n.hero-box h2{\n  margin:0 0 10px;\n  font-family:Georgia,\"Times New Roman\",serif;\n  font-size:30px;\n  line-height:1.25;\n  color:#405466;\n}\n\n.hero-box p{\n  max-width:610px;\n  margin:0 auto;\n  font-size:14px;\n  color:#606a72;\n}\n\n\/* IMAGE PLACEHOLDER *\/\n.image-insert{\n  margin:22px 0;\n  padding:34px 15px;\n  text-align:center;\n  border:2px dashed #c9d6df;\n  border-radius:20px;\n  background:#fafcfd;\n  color:#85919a;\n  font-size:14px;\n  font-weight:600;\n}\n\n\/* TITLES *\/\n.section-title{\n  text-align:center;\n  margin:34px 0 17px;\n}\n\n.section-title span{\n  display:inline-block;\n  padding:8px 20px;\n  border-radius:999px;\n  background:var(--wine);\n  color:#fff;\n  font-size:13px;\n  font-weight:700;\n}\n\n\/* FEATURES *\/\n.feature-grid{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:12px;\n}\n\n.feature-card{\n  padding:21px 15px;\n  background:#fff;\n  border:1px solid var(--border);\n  border-radius:19px;\n  text-align:center;\n}\n\n.feature-icon{\n  width:40px;\n  height:40px;\n  margin:0 auto 10px;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  border-radius:50%;\n  background:var(--blue);\n  color:var(--wine);\n  font-size:18px;\n}\n\n.feature-card h3{\n  margin:0 0 6px;\n  font-size:14px;\n}\n\n.feature-card p{\n  margin:0;\n  font-size:13px;\n  color:var(--muted);\n}\n\n\/* TEXT BLOCK *\/\n.story-box{\n  margin:20px 0;\n  padding:25px;\n  background:var(--cream);\n  border-radius:22px;\n  text-align:center;\n}\n\n.story-box h3{\n  margin:0 0 8px;\n  font-family:Georgia,\"Times New Roman\",serif;\n  font-size:21px;\n  color:#435564;\n}\n\n.story-box p{\n  max-width:630px;\n  margin:0 auto;\n  font-size:13px;\n  color:var(--muted);\n}\n\n\/* DETAILS *\/\n.detail-box{\n  padding:22px;\n  background:var(--cream);\n  border-radius:22px;\n  border:1px solid #f0e7dc;\n}\n\n.detail-row{\n  display:flex;\n  gap:11px;\n  padding:11px 0;\n  border-bottom:1px solid #eee5dc;\n}\n\n.detail-row:last-child{\n  border-bottom:0;\n}\n\n.dot{\n  width:9px;\n  height:9px;\n  min-width:9px;\n  margin-top:7px;\n  border-radius:50%;\n  background:var(--wine);\n}\n\n.detail-row strong{\n  display:block;\n  margin-bottom:2px;\n  font-size:14px;\n}\n\n.detail-row p{\n  margin:0;\n  font-size:13px;\n  color:var(--muted);\n}\n\n\/* OCCASIONS *\/\n.occasion-grid{\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:11px;\n}\n\n.occasion-grid div{\n  padding:16px 10px;\n  text-align:center;\n  background:var(--blue-soft);\n  border:1px solid #e0ecf5;\n  border-radius:16px;\n  font-size:13px;\n  font-weight:600;\n  color:#4e606e;\n}\n\n\/* FIT *\/\n.fit-grid{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:11px;\n}\n\n.fit-grid div{\n  padding:17px 12px;\n  text-align:center;\n  background:var(--wine-soft);\n  border-radius:16px;\n}\n\n.fit-grid strong{\n  display:block;\n  margin-bottom:3px;\n  color:var(--wine);\n  font-size:13px;\n}\n\n.fit-grid span{\n  font-size:13px;\n  color:#6b6164;\n}\n\n\/* SIZE *\/\n.size-wrap{\n  overflow-x:auto;\n  border:1px solid var(--border);\n  border-radius:19px;\n  -webkit-overflow-scrolling:touch;\n}\n\n.size-table{\n  width:100%;\n  min-width:760px;\n  border-collapse:collapse;\n  text-align:center;\n}\n\n.size-table th{\n  padding:13px 10px;\n  background:var(--blue);\n  color:#405568;\n  font-size:13px;\n  white-space:nowrap;\n}\n\n.size-table td{\n  padding:13px 10px;\n  border-top:1px solid #eee;\n  font-size:13px;\n  white-space:nowrap;\n}\n\n.size-table tbody tr:nth-child(even){\n  background:#fcfcfc;\n}\n\n.size-note{\n  margin-top:11px;\n  padding:14px 16px;\n  background:#faf7f3;\n  border-radius:15px;\n  font-size:13px;\n  color:#68635f;\n}\n\n\/* PRODUCT DETAILS *\/\n.product-details{\n  padding:21px 23px;\n  background:#fff;\n  border:1px solid var(--border);\n  border-radius:20px;\n}\n\n.product-details ul{\n  margin:0;\n  padding-left:18px;\n}\n\n.product-details li{\n  margin:6px 0;\n  font-size:13px;\n  color:#65696e;\n}\n\n\/* END *\/\n.end-box{\n  margin-top:28px;\n  padding:27px 20px;\n  text-align:center;\n  border-radius:24px;\n  background:var(--wine);\n  color:#fff;\n}\n\n.end-box h3{\n  margin:0 0 6px;\n  font-family:Georgia,\"Times New Roman\",serif;\n  font-size:21px;\n}\n\n.end-box p{\n  margin:0;\n  font-size:13px;\n  opacity:.9;\n}\n\n@media(max-width:680px){\n\n  .product-pdp{\n    padding:20px 10px 40px;\n  }\n\n  .hero-box{\n    padding:30px 18px;\n  }\n\n  .hero-box h2{\n    font-size:25px;\n  }\n\n  .feature-grid{\n    grid-template-columns:1fr;\n  }\n\n  .fit-grid{\n    grid-template-columns:1fr;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-pdp\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"hero-box\"\u003e\n\u003cdiv class=\"hero-label\"\u003eCLASSIC LITTLE MOMENTS\u003c\/div\u003e\n\u003ch2\u003eSweet, Polished \u0026amp; Made to Stand Out\u003c\/h2\u003e\n\u003cp\u003eA powder-blue dress finished with a crisp scalloped collar and rich burgundy bow — a charming look for celebrations, family photos and special little moments.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- 图片1：推荐放正面真人主图 --\u003e\u003c!-- FEATURES --\u003e\n\u003cdiv class=\"section-title\"\u003e\u003cspan\u003eWhy You'll Love It\u003c\/span\u003e\u003c\/div\u003e\n\u003csection class=\"feature-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e♡\u003c\/div\u003e\n\u003ch3\u003eStatement Bow\u003c\/h3\u003e\n\u003cp\u003eA rich burgundy bow creates a beautiful contrast against the soft blue dress.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✦\u003c\/div\u003e\n\u003ch3\u003eScalloped Collar\u003c\/h3\u003e\n\u003cp\u003eThe oversized white collar with burgundy edging creates its signature storybook look.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e⌁\u003c\/div\u003e\n\u003ch3\u003ePretty Sleeves\u003c\/h3\u003e\n\u003cp\u003eLong gathered sleeves finish with softly ruffled cuffs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 图片2：推荐放侧面 \/ 45度图 --\u003e\n\u003cdiv class=\"image-insert\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0819\/4850\/8395\/files\/957e43c1a9873b440246beb938525a1c.png?v=1789115895\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c!-- STORY --\u003e\n\u003csection class=\"story-box\"\u003e\n\u003ch3\u003eClassic From Every Angle\u003c\/h3\u003e\n\u003cp\u003eSoft gathering through the body creates a relaxed, gently flared silhouette, while the oversized collar and statement bow keep the look polished and distinctive.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- DETAILS --\u003e\n\u003cdiv class=\"section-title\"\u003e\u003cspan\u003eSignature Details\u003c\/span\u003e\u003c\/div\u003e\n\u003csection class=\"detail-box\"\u003e\n\u003cdiv class=\"detail-row\"\u003e\n\u003cdiv class=\"dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003ePowder Blue Color\u003c\/strong\u003e\n\u003cp\u003eA soft blue base paired with rich burgundy accents.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"detail-row\"\u003e\n\u003cdiv class=\"dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eContrast Collar\u003c\/strong\u003e\n\u003cp\u003eOversized white scalloped collar with burgundy edging.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"detail-row\"\u003e\n\u003cdiv class=\"dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eGathered Silhouette\u003c\/strong\u003e\n\u003cp\u003eGentle gathering creates a relaxed and softly flared shape.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"detail-row\"\u003e\n\u003cdiv class=\"dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eBack Zip\u003c\/strong\u003e\n\u003cp\u003eA neat back zipper keeps the front design clean.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 图片3：推荐放平铺搭配图 --\u003e\n\u003cdiv class=\"image-insert\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0819\/4850\/8395\/files\/162356e826515c6e22c44ff407d70c0e.png?v=1789116876\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c!-- OCCASIONS --\u003e\n\u003cdiv class=\"section-title\"\u003e\u003cspan\u003ePerfect For\u003c\/span\u003e\u003c\/div\u003e\n\u003csection class=\"occasion-grid\"\u003e\n\u003cdiv\u003eFamily Photos\u003c\/div\u003e\n\u003cdiv\u003eBirthday Parties\u003c\/div\u003e\n\u003cdiv\u003eHoliday Gatherings\u003c\/div\u003e\n\u003cdiv\u003eSchool Events\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 图片4：推荐放生活场景 --\u003e\n\u003cdiv class=\"image-insert\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0819\/4850\/8395\/files\/2d851d2e57e9f7e9c381bc800db9fc04.png?v=1789117278\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c!-- FIT --\u003e\n\u003cdiv class=\"section-title\"\u003e\u003cspan\u003eFit at a Glance\u003c\/span\u003e\u003c\/div\u003e\n\u003csection class=\"fit-grid\"\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eSilhouette\u003c\/strong\u003e \u003cspan\u003eRelaxed \u0026amp; Flared\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eSleeves\u003c\/strong\u003e \u003cspan\u003eLong Gathered Sleeves\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eStyle\u003c\/strong\u003e \u003cspan\u003eClassic Statement Dress\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 图片5：推荐放领口 \/ 蝴蝶结细节 --\u003e\u003c!-- SIZE GUIDE --\u003e\n\u003cdiv class=\"section-title\"\u003e\u003cspan\u003eSize Guide\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"size-wrap\"\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSize\u003c\/th\u003e\n\u003cth\u003eAge\u003c\/th\u003e\n\u003cth\u003eHeight\u003c\/th\u003e\n\u003cth\u003eChest\u003c\/th\u003e\n\u003cth\u003eDress Length\u003c\/th\u003e\n\u003cth\u003eShoulder\u003c\/th\u003e\n\u003cth\u003eSleeve\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eS\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e4–5 Years\u003c\/td\u003e\n\u003ctd\u003e39–44\"\u003c\/td\u003e\n\u003ctd\u003e26.0\"\u003c\/td\u003e\n\u003ctd\u003e23.6\"\u003c\/td\u003e\n\u003ctd\u003e10.2\"\u003c\/td\u003e\n\u003ctd\u003e15.4\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eM\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e6–7 Years\u003c\/td\u003e\n\u003ctd\u003e44–51.5\"\u003c\/td\u003e\n\u003ctd\u003e28.0\"\u003c\/td\u003e\n\u003ctd\u003e26.0\"\u003c\/td\u003e\n\u003ctd\u003e10.8\"\u003c\/td\u003e\n\u003ctd\u003e16.9\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eL\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e8–9 Years\u003c\/td\u003e\n\u003ctd\u003e51.5–55\"\u003c\/td\u003e\n\u003ctd\u003e30.0\"\u003c\/td\u003e\n\u003ctd\u003e28.3\"\u003c\/td\u003e\n\u003ctd\u003e11.4\"\u003c\/td\u003e\n\u003ctd\u003e18.5\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eXL\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e10–11 Years\u003c\/td\u003e\n\u003ctd\u003e55–59.5\"\u003c\/td\u003e\n\u003ctd\u003e32.5\"\u003c\/td\u003e\n\u003ctd\u003e30.7\"\u003c\/td\u003e\n\u003ctd\u003e12.0\"\u003c\/td\u003e\n\u003ctd\u003e19.7\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003e2XL\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e12–13 Years\u003c\/td\u003e\n\u003ctd\u003e59.5–63\"\u003c\/td\u003e\n\u003ctd\u003e35.0\"\u003c\/td\u003e\n\u003ctd\u003e33.1\"\u003c\/td\u003e\n\u003ctd\u003e12.6\"\u003c\/td\u003e\n\u003ctd\u003e20.9\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-note\"\u003e\n\u003cstrong\u003eChoosing the right size:\u003c\/strong\u003e Start with your child's height and usual age range, then compare the chest measurement. This dress is designed with a relaxed, gently flared fit. If your child is between sizes, taller for her age, or you prefer a little extra room, we recommend choosing the larger size. \u003cbr\u003e\u003cbr\u003e\u003cstrong\u003eMeasurement Note:\u003c\/strong\u003e Chest, dress length, shoulder and sleeve measurements refer to the garment. Measurements are approximate and may vary slightly.\u003c\/div\u003e\n\u003c!-- PRODUCT DETAILS --\u003e\n\u003cdiv class=\"section-title\"\u003e\u003cspan\u003eProduct Details\u003c\/span\u003e\u003c\/div\u003e\n\u003csection class=\"product-details\"\u003e\n\u003cul\u003e\n\u003cli\u003ePowder-blue dress\u003c\/li\u003e\n\u003cli\u003eLarge white scalloped collar\u003c\/li\u003e\n\u003cli\u003eBurgundy contrast edging\u003c\/li\u003e\n\u003cli\u003eOversized burgundy front bow\u003c\/li\u003e\n\u003cli\u003eLong gathered sleeves\u003c\/li\u003e\n\u003cli\u003eRuffled gathered cuffs\u003c\/li\u003e\n\u003cli\u003eRelaxed gently flared silhouette\u003c\/li\u003e\n\u003cli\u003eBack zipper closure\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- 可选图片6：推荐放最后一张氛围图 --\u003e\u003c!-- END --\u003e\n\u003csection class=\"end-box\"\u003e\n\u003ch3\u003eA Little Classic for Her Special Days\u003c\/h3\u003e\n\u003cp\u003eSweet enough for celebrations and polished enough for picture-perfect little moments.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Sewnara.com","offers":[{"title":"4-5Y\/S","offer_id":49392690954475,"sku":"DR-646-BL-4\/5\/S","price":29.0,"currency_code":"USD","in_stock":true},{"title":"6-7Y\/M","offer_id":49392690987243,"sku":"DR-646-BL-6\/7\/M","price":29.0,"currency_code":"USD","in_stock":true},{"title":"8-9Y\/L","offer_id":49392691020011,"sku":"DR-646-BL-8\/9\/L","price":29.0,"currency_code":"USD","in_stock":true},{"title":"10-11Y\/XL","offer_id":49392691052779,"sku":"DR-646-BL-10\/11\/XL","price":29.0,"currency_code":"USD","in_stock":true},{"title":"12-13Y\/2XL","offer_id":49392691085547,"sku":"DR-646-BL-12-13\/XL","price":29.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0819\/4850\/8395\/files\/d1ab566896fe5cf3078d40a1475c7be7.png?v=1789116112","url":"https:\/\/sewnara.com\/products\/bluebell-velvet-bow-dress","provider":"Sewnara.com","version":"1.0","type":"link"}