{"product_id":"bohemian-charm-fringe-v-neck-textured-pullover-effortless-flowy-style-that-elevates-your-everyday-elegance","title":"Bohemian Charm Fringe V-Neck Pullover — Effortless Elegance","description":"\u003cstyle\u003e\n\/* =========================================================\n   BOHO FRINGE V-NECK TOP\n   SHOPIFY PREMIUM FASHION PDP\n   UPDATED: DM SERIF DISPLAY HEADINGS \u0026 HERO SOCIAL PROOF\n   ========================================================= *\/\n\n\/* Import Google Font - DM Serif Display \u0026 Inter\/System Fallbacks *\/\n@import url('https:\/\/fonts.googleapis.com\/css2?family=DM+Serif+Display:ital@0;1\u0026display=swap');\n\n.pdp-container {\n  --boho-cream: #f8f3ea;\n  --boho-ivory: #fffdf9;\n  --boho-sand: #eee3d3;\n  --boho-brown: #654d3d;\n  --boho-dark: #30271f;\n  --boho-text: #40372f;\n  --boho-muted: #74685e;\n  --boho-accent: #9b7656;\n  --boho-highlight: #a8754d;\n\n  width: 100%;\n  max-width: 1200px;\n  margin: 0 auto;\n  padding: 32px 16px 48px;\n\n  color: var(--boho-text);\n  background: transparent;\n\n  font-family:\n    -apple-system,\n    BlinkMacSystemFont,\n    \"Segoe UI\",\n    Roboto,\n    Helvetica,\n    Arial,\n    sans-serif;\n\n  box-sizing: border-box;\n}\n\n.pdp-container *,\n.pdp-container *::before,\n.pdp-container *::after {\n  box-sizing: border-box;\n}\n\n\n\/* =========================================================\n   CARD SYSTEM\n   ========================================================= *\/\n\n.pdp-block-card {\n  width: 100%;\n\n  background: var(--boho-ivory);\n\n  border: none;\n  border-radius: 12px;\n\n  padding: 36px 32px;\n  margin-bottom: 24px;\n\n  box-shadow:\n    0 8px 28px rgba(74, 55, 38, 0.055);\n\n  display: flex;\n  flex-direction: column;\n  gap: 16px;\n\n  overflow: hidden;\n}\n\n\n\/* =========================================================\n   TYPOGRAPHY \u0026 HIERARCHY (APPLYING DM SERIF DISPLAY TO HEADINGS)\n   ========================================================= *\/\n\n.pdp-eyebrow {\n  margin-bottom: -4px;\n\n  text-align: left;\n  text-transform: uppercase;\n\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 2px;\n\n  color: var(--boho-accent);\n}\n\n.pdp-block-card h2 {\n  margin: 0;\n\n  text-align: left;\n\n  font-family: 'DM Serif Display', Georgia, serif;\n  font-size: 32px;\n  line-height: 1.25;\n  font-weight: 400;\n\n  letter-spacing: 0.3px;\n\n  color: var(--boho-dark);\n}\n\n.pdp-block-card .subtitle {\n  width: 100%;\n  margin: 0 0 4px 0;\n\n  text-align: left;\n\n  font-size: 15px;\n  line-height: 1.6;\n  font-weight: 400;\n\n  color: var(--boho-muted);\n}\n\n.pdp-description {\n  width: 100%;\n  margin: 0;\n\n  text-align: left;\n\n  font-size: 16px;\n  line-height: 1.75;\n  font-weight: 400;\n\n  color: var(--boho-text);\n}\n\n.pdp-description strong {\n  color: var(--boho-highlight);\n  font-weight: 700;\n}\n\n\n\/* =========================================================\n   HERO SOCIAL PROOF BADGE (FOR BLOCK 1)\n   ========================================================= *\/\n\n.hero-social-proof {\n  display: flex;\n  align-items: center;\n  gap: 10px;\n  margin-top: -4px;\n  margin-bottom: 2px;\n}\n\n.hero-social-stars {\n  color: var(--boho-accent);\n  font-size: 14px;\n  letter-spacing: 2px;\n}\n\n.hero-social-text {\n  font-size: 14px;\n  font-weight: 600;\n  color: var(--boho-dark);\n}\n\n.hero-social-text span {\n  font-weight: 400;\n  color: var(--boho-muted);\n}\n\n\n\/* =========================================================\n   IMAGE STYLING\n   ========================================================= *\/\n\n.pdp-img-wrap {\n  width: 100%;\n  margin-top: 12px;\n\n  border-radius: 10px;\n  overflow: hidden;\n\n  background: var(--boho-cream);\n\n  display: flex;\n  justify-content: center;\n  align-items: center;\n}\n\n.pdp-img-wrap img {\n  width: 100%;\n  height: auto;\n\n  display: block;\n\n  object-fit: cover;\n}\n\n.pdp-description img {\n  width: 100%;\n  height: auto;\n  border-radius: 10px;\n  margin-top: 16px;\n  display: block;\n  object-fit: cover;\n}\n\n\n\/* =========================================================\n   FAQ SECTION\n   ========================================================= *\/\n\n.faq-wrapper {\n  width: 100%;\n  margin: 8px 0 0 0;\n}\n\n.faq-item {\n  width: 100%;\n\n  margin: 0;\n  padding: 0;\n\n  border-bottom: 1px solid #e9dfd2;\n}\n\n.faq-item:first-child {\n  border-top: 1px solid #e9dfd2;\n}\n\n.faq-question {\n  position: relative;\n\n  width: 100%;\n  min-height: 58px;\n\n  margin: 0;\n\n  padding:\n    18px\n    48px\n    18px\n    0;\n\n  display: flex;\n  align-items: center;\n\n  cursor: pointer;\n  user-select: none;\n\n  list-style: none;\n\n  font-family: inherit;\n\n  font-size: 16px;\n  line-height: 1.5;\n  font-weight: 700;\n\n  color: var(--boho-dark);\n\n  text-align: left;\n\n  outline: none;\n\n  transition:\n    color 0.25s ease,\n    background-color 0.25s ease;\n}\n\n.faq-question::-webkit-details-marker {\n  display: none;\n}\n\n.faq-question::marker {\n  content: \"\";\n  display: none;\n}\n\n.faq-question span {\n  display: block;\n\n  width: 100%;\n\n  pointer-events: none;\n}\n\n.faq-question:hover {\n  color: var(--boho-highlight);\n}\n\n.faq-question:focus-visible {\n  outline: 2px solid var(--boho-accent);\n  outline-offset: 3px;\n  border-radius: 4px;\n}\n\n.faq-question::after {\n  content: \"\";\n\n  position: absolute;\n\n  right: 8px;\n  top: 50%;\n\n  width: 10px;\n  height: 10px;\n\n  border-right: 2px solid var(--boho-brown);\n  border-bottom: 2px solid var(--boho-brown);\n\n  transform:\n    translateY(-65%)\n    rotate(45deg);\n\n  transform-origin: center;\n\n  transition:\n    transform 0.35s ease,\n    border-color 0.25s ease;\n\n  pointer-events: none;\n}\n\n.faq-item[open] .faq-question::after {\n  transform:\n    translateY(-35%)\n    rotate(-135deg);\n\n  border-color: var(--boho-highlight);\n}\n\n.faq-item[open] .faq-question {\n  color: var(--boho-highlight);\n}\n\n.faq-answer {\n  width: 100%;\n\n  display: grid;\n\n  grid-template-rows: 0fr;\n\n  margin: 0;\n  padding: 0;\n\n  overflow: hidden;\n\n  opacity: 0;\n\n  font-size: 15px;\n  line-height: 1.7;\n\n  color: var(--boho-muted);\n\n  text-align: left;\n\n  transition:\n    grid-template-rows 0.42s ease,\n    opacity 0.28s ease,\n    padding 0.35s ease;\n}\n\n.faq-answer-inner {\n  min-height: 0;\n\n  overflow: hidden;\n}\n\n.faq-item[open] .faq-answer {\n  grid-template-rows: 1fr;\n\n  padding:\n    0\n    48px\n    20px\n    0;\n\n  opacity: 1;\n}\n\n\n\/* =========================================================\n   REVIEWS \u0026 SOCIAL PROOF\n   ========================================================= *\/\n\n.rating-overview {\n  display: flex;\n  align-items: center;\n  justify-content: flex-start;\n\n  gap: 20px;\n\n  margin-bottom: 12px;\n}\n\n.rating-score {\n  font-family: 'DM Serif Display', Georgia, serif;\n  font-size: 44px;\n  line-height: 1;\n  font-weight: 400;\n\n  color: var(--boho-dark);\n}\n\n.rating-stars {\n  color: var(--boho-accent);\n\n  font-size: 20px;\n  letter-spacing: 3px;\n}\n\n.rating-count {\n  margin-top: 4px;\n\n  font-size: 14px;\n\n  color: var(--boho-muted);\n}\n\n.rating-bars {\n  width: 100%;\n\n  display: flex;\n  flex-direction: column;\n\n  gap: 10px;\n\n  margin: 0 0 20px;\n}\n\n.bar-row {\n  display: flex;\n  align-items: center;\n\n  gap: 12px;\n\n  font-size: 14px;\n  font-weight: 500;\n\n  color: var(--boho-muted);\n}\n\n.bar-track {\n  flex: 1;\n\n  height: 7px;\n\n  background: #eee6dc;\n\n  border-radius: 10px;\n\n  overflow: hidden;\n}\n\n.bar-fill {\n  height: 100%;\n\n  background: var(--boho-brown);\n\n  border-radius: 10px;\n}\n\n.ai-summary {\n  width: 100%;\n\n  margin: 0 0 20px;\n\n  padding:\n    16px\n    20px;\n\n  background: var(--boho-cream);\n\n  border-left: 4px solid var(--boho-accent);\n  border-radius: 0 8px 8px 0;\n\n  font-size: 15px;\n  line-height: 1.7;\n\n  color: var(--boho-text);\n\n  text-align: left;\n}\n\n.reviews-list {\n  width: 100%;\n\n  display: flex;\n  flex-direction: column;\n\n  gap: 16px;\n\n  margin: 0;\n}\n\n.review-card {\n  background: var(--boho-cream);\n\n  padding: 20px;\n\n  border-radius: 10px;\n\n  font-size: 15px;\n  line-height: 1.7;\n\n  color: var(--boho-text);\n\n  text-align: left;\n\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n\n.review-header {\n  display: flex;\n\n  justify-content: space-between;\n  align-items: center;\n\n  font-size: 15px;\n  font-weight: 600;\n}\n\n.review-card img {\n  width: 100%;\n  height: auto;\n  border-radius: 8px;\n  margin-top: 6px;\n  display: block;\n  object-fit: cover;\n}\n\n\n\/* =========================================================\n   SHOPPING GUARANTEES\n   ========================================================= *\/\n\n.logistics-grid {\n  width: 100%;\n\n  display: grid;\n\n  grid-template-columns:\n    repeat(3, minmax(0, 1fr));\n\n  gap: 20px;\n  margin-top: 8px;\n}\n\n.logistics-item {\n  background: var(--boho-cream);\n\n  padding:\n    24px\n    20px;\n\n  border-radius: 10px;\n\n  text-align: left;\n\n  display: flex;\n  flex-direction: column;\n}\n\n.logistics-icon {\n  margin-bottom: 12px;\n\n  font-size: 22px;\n\n  color: var(--boho-brown);\n}\n\n.logistics-item h4 {\n  margin:\n    0\n    0\n    6px;\n\n  font-family: 'DM Serif Display', Georgia, serif;\n  font-size: 18px;\n  font-weight: 400;\n\n  color: var(--boho-dark);\n}\n\n.logistics-item p {\n  margin: 0;\n\n  font-size: 14px;\n  line-height: 1.6;\n\n  color: var(--boho-muted);\n\n  text-align: left;\n}\n\n\n\/* =========================================================\n   FINAL CTA \u0026 CONVERSION CATALYST STYLES\n   ========================================================= *\/\n\n.pdp-conversion-banner {\n  background: var(--boho-cream);\n  border: 1px dashed var(--boho-accent);\n  border-radius: 10px;\n  padding: 16px 20px;\n  margin-top: 8px;\n  display: flex;\n  flex-direction: column;\n  gap: 6px;\n  text-align: left;\n}\n\n.pdp-stock-alert {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  font-size: 12.5px;\n  font-weight: 700;\n  color: #b94a3a;\n  text-transform: uppercase;\n  letter-spacing: 0.5px;\n}\n\n.pdp-conversion-banner p {\n  margin: 0;\n  font-size: 14px;\n  color: var(--boho-muted);\n  line-height: 1.5;\n}\n\n.pdp-final-cta {\n  display: flex;\n  flex-direction: column;\n  gap: 12px;\n  margin-top: 16px;\n}\n\n.pdp-final-buy {\n  width: 100%;\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  padding: 18px 36px;\n  background: var(--boho-dark);\n  color: #ffffff;\n  border-radius: 8px;\n  text-decoration: none;\n  font-size: 16px;\n  font-weight: 700;\n  letter-spacing: 0.5px;\n  transition:\n    transform 0.25s ease,\n    background 0.25s ease,\n    box-shadow 0.25s ease;\n}\n\n.pdp-final-buy:hover {\n  background: var(--boho-brown);\n  transform: translateY(-2px);\n  box-shadow: 0 8px 18px rgba(48, 39, 31, 0.2);\n}\n\n.pdp-trust-subtext {\n  display: flex;\n  justify-content: center;\n  gap: 24px;\n  font-size: 12.5px;\n  color: var(--boho-muted);\n  margin-top: 4px;\n}\n\n\n\/* =========================================================\n   MOBILE RESPONSIVENESS\n   ========================================================= *\/\n\n@media (max-width: 768px) {\n\n  .pdp-container {\n    padding:\n      16px\n      12px\n      32px;\n  }\n\n  .pdp-block-card {\n    padding:\n      24px\n      18px;\n\n    margin-bottom: 16px;\n\n    gap: 14px;\n  }\n\n  .pdp-eyebrow {\n    font-size: 11px;\n    letter-spacing: 1.5px;\n  }\n\n  .pdp-block-card h2 {\n    font-size: 26px;\n    line-height: 1.25;\n  }\n\n  .pdp-block-card .subtitle {\n    font-size: 14px;\n    line-height: 1.5;\n  }\n\n  .pdp-description {\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  \/* FAQ MOBILE *\/\n\n  .faq-question {\n    min-height: 52px;\n\n    padding:\n      14px\n      40px\n      14px\n      0;\n\n    font-size: 15px;\n  }\n\n  .faq-question::after {\n    right: 6px;\n    width: 8px;\n    height: 8px;\n  }\n\n  .faq-answer {\n    font-size: 14.5px;\n    line-height: 1.65;\n  }\n\n  .faq-item[open] .faq-answer {\n    padding:\n      0\n      40px\n      16px\n      0;\n  }\n\n  \/* REVIEWS MOBILE *\/\n\n  .rating-overview {\n    gap: 16px;\n  }\n\n  .rating-score {\n    font-size: 34px;\n  }\n\n  .rating-stars {\n    font-size: 16px;\n  }\n\n  .rating-count {\n    font-size: 13px;\n  }\n\n  .bar-row {\n    font-size: 13px;\n  }\n\n  .ai-summary {\n    padding: 14px 16px;\n    font-size: 14px;\n  }\n\n  .review-card {\n    padding: 16px;\n    font-size: 14px;\n  }\n\n  \/* GUARANTEES MOBILE *\/\n\n  .logistics-grid {\n    grid-template-columns: 1fr;\n    gap: 14px;\n  }\n\n  .logistics-item {\n    padding: 18px 16px;\n  }\n\n  .logistics-item p {\n    font-size: 13.5px;\n  }\n\n  \/* FINAL CTA MOBILE *\/\n\n  .pdp-final-cta {\n    width: 100%;\n  }\n\n  .pdp-final-buy {\n    width: 100%;\n    padding: 16px 20px;\n    font-size: 15px;\n  }\n\n  .pdp-trust-subtext {\n    flex-direction: column;\n    align-items: center;\n    gap: 6px;\n  }\n\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"pdp-container\"\u003e\n\u003c!-- =====================================================\n     BLOCK 1 - HERO (STRONG VALUE PROPOSITION + SOCIAL PROOF)\n     ===================================================== --\u003e\n\u003cdiv class=\"pdp-block-card\"\u003e\n\u003cdiv class=\"pdp-eyebrow\"\u003eEFFORTLESS BOHO STYLE\u003c\/div\u003e\n\u003ch2\u003eTurn Heads Everywhere You Go With Effortless Boho Elegance\u003c\/h2\u003e\n\u003cdiv class=\"hero-social-proof\"\u003e\n  \u003cdiv class=\"hero-social-stars\"\u003e★★★★★\u003c\/div\u003e\n  \u003cdiv class=\"hero-social-text\"\u003e4.9 \/ 5.0 \u003cspan\u003e(Loved by 1,200+ Boho Enthusiasts Worldwide)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"subtitle\"\u003eRelaxed comfort meets distinctive bohemian detail.\u003c\/p\u003e\n\u003cp class=\"pdp-description\"\u003eThis fringe V-neck top combines a \u003cstrong\u003e relaxed silhouette, flattering neckline, and boho-inspired details \u003c\/strong\u003e for an effortlessly stylish everyday look. Easy to pair with jeans, wide-leg pants, or casual skirts.\u003c\/p\u003e\n\u003cdiv class=\"pdp-img-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/11_616f901e-46c5-42a0-a1cd-8ce393fbe624.png?v=1787912282\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-block-card\"\u003e\n\u003cdiv class=\"pdp-eyebrow\"\u003eDESIGNED WITH DETAIL\u003c\/div\u003e\n\u003ch2\u003eFringe V-Neck Top Highlights\u003c\/h2\u003e\n\u003cp class=\"subtitle\"\u003eThoughtful details create a relaxed yet expressive finish.\u003c\/p\u003e\n\u003cp class=\"pdp-description\"\u003eThe \u003cstrong\u003e V-neck creates a flattering feminine line \u003c\/strong\u003e, while decorative fringe adds texture and movement. The relaxed shape keeps the look effortless and easy to style.\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/9c5fd782569f5af441e14747582aecb6_4b7f829c-cf50-4230-9aa1-ffb55c81b5d5.png?v=1787912656\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-block-card\"\u003e\n\u003cdiv class=\"pdp-eyebrow\"\u003eFIND YOUR FIT\u003c\/div\u003e\n\u003ch2\u003eFind Your Perfect Fit\u003c\/h2\u003e\n\u003cp class=\"subtitle\"\u003eUse the size guide to find the fit you love.\u003c\/p\u003e\n\u003cp class=\"pdp-description\"\u003eThe relaxed silhouette offers an easy, comfortable feel. \u003cstrong\u003e Compare your measurements with the chart before ordering \u003c\/strong\u003e for the best fit. Manual measurements may vary by approximately 1-3 cm.\u003c\/p\u003e\n\u003cdiv class=\"pdp-img-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/2cebf2146174810059bbabf724254e5c_b7abaa41-3e45-4746-b7ba-169352ff7e08.png?v=1787906559\" alt=\"Size chart for fringe V-neck top\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n     BLOCK 4 - RELAXED FIT\n     ===================================================== --\u003e\n\u003cdiv class=\"pdp-block-card\"\u003e\n\u003cdiv class=\"pdp-eyebrow\"\u003eRELAXED SILHOUETTE\u003c\/div\u003e\n\u003ch2\u003eRelaxed \u0026amp; Flowy Fit\u003c\/h2\u003e\n\u003cp class=\"subtitle\"\u003eDesigned to create natural movement and an easy drape.\u003c\/p\u003e\n\u003cp class=\"pdp-description\"\u003eThe \u003cstrong\u003e flowy shape provides comfortable room to move \u003c\/strong\u003e while maintaining a feminine appearance. The relaxed silhouette pairs beautifully with both casual and polished bottoms.\u003c\/p\u003e\n\u003cdiv class=\"pdp-img-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/1_ef8a0253-a817-4594-881a-1e8eee58f529.png?v=1787906559\" alt=\"Relaxed flowy fit\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n     BLOCK 5 - V NECK DETAILS\n     ===================================================== --\u003e\n\u003cdiv class=\"pdp-block-card\"\u003e\n\u003cdiv class=\"pdp-eyebrow\"\u003eFLATTERING DETAILS\u003c\/div\u003e\n\u003ch2\u003eFlattering V-Neck \u0026amp; Seam Details\u003c\/h2\u003e\n\u003cp class=\"subtitle\"\u003eClean lines add a polished touch to the relaxed design.\u003c\/p\u003e\n\u003cp class=\"pdp-description\"\u003eThe \u003cstrong\u003e V-neck naturally frames the neckline \u003c\/strong\u003e and creates an elongated visual line. Subtle seam details add structure while keeping the style soft, relaxed, and easy to accessorize.\u003c\/p\u003e\n\u003cdiv class=\"pdp-img-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/2_c6f44e58-db7f-4a11-8b6a-c13caf1fe274.png?v=1787906559\" alt=\"V-neck and seam details\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n     BLOCK 6 - FRINGE\n     ===================================================== --\u003e\n\u003cdiv class=\"pdp-block-card\"\u003e\n\u003cdiv class=\"pdp-eyebrow\"\u003eBOHEMIAN CHARACTER\u003c\/div\u003e\n\u003ch2\u003eBoho Fringe Cuffs \u0026amp; Hem\u003c\/h2\u003e\n\u003cp class=\"subtitle\"\u003eFringe brings texture, movement, and personality.\u003c\/p\u003e\n\u003cp class=\"pdp-description\"\u003eFringe accents at the cuffs and hem give this top its \u003cstrong\u003e distinctive bohemian character \u003c\/strong\u003e. The textured details add subtle movement and make the everyday silhouette feel more expressive.\u003c\/p\u003e\n\u003cdiv class=\"pdp-img-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/3_2.png?v=1787906559\" alt=\"Boho fringe cuffs and hem\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n     BLOCK 7 - FABRIC\n     ===================================================== --\u003e\n\u003cdiv class=\"pdp-block-card\"\u003e\n\u003cdiv class=\"pdp-eyebrow\"\u003eTEXTURE \u0026amp; COMFORT\u003c\/div\u003e\n\u003ch2\u003eBeautifully Textured Fabric\u003c\/h2\u003e\n\u003cp class=\"subtitle\"\u003eA textured finish adds depth and visual interest.\u003c\/p\u003e\n\u003cp class=\"pdp-description\"\u003eThe textured surface gives the fabric a \u003cstrong\u003e dimensional, elevated appearance \u003c\/strong\u003e. Its natural-looking drape complements the relaxed silhouette and enhances the effortless boho aesthetic.\u003c\/p\u003e\n\u003cdiv class=\"pdp-img-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/4_025f0dd1-e256-4d0f-8da7-8dbc0470d4ab.png?v=1787906559\" alt=\"Textured fabric detail\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n     BLOCK 8 - STYLING\n     ===================================================== --\u003e\n\u003cdiv class=\"pdp-block-card\"\u003e\n\u003cdiv class=\"pdp-eyebrow\"\u003eEASY EVERYDAY STYLE\u003c\/div\u003e\n\u003ch2\u003eStyled For Every Moment\u003c\/h2\u003e\n\u003cp class=\"subtitle\"\u003eOne versatile top, endless relaxed outfit possibilities.\u003c\/p\u003e\n\u003cp class=\"pdp-description\"\u003ePair it with jeans and sneakers for casual days, or choose wide-leg pants or a flowing skirt for a more elevated boho look. Add \u003cstrong\u003e boots, sandals, or simple jewelry \u003c\/strong\u003e to personalize your outfit.\u003c\/p\u003e\n\u003cdiv class=\"pdp-img-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/7e6ae7811d8b5cf769cd710dab775e02_57bb179c-99af-4a1b-bda2-06f07b70106d.png?v=1787909613\" alt=\"Boho top styled for everyday occasions\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n     BLOCK 9 - FAQ\n     ===================================================== --\u003e\n\u003cdiv class=\"pdp-block-card\"\u003e\n\u003cdiv class=\"pdp-eyebrow\"\u003eNEED TO KNOW\u003c\/div\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cp class=\"subtitle\"\u003eQuick answers before you place your order.\u003c\/p\u003e\n\u003cdiv class=\"faq-wrapper\"\u003e\n\u003c!-- FAQ 1 --\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary class=\"faq-question\"\u003e\u003cspan\u003e What is the material composition? \u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cdiv class=\"faq-answer-inner\"\u003eThe top features a textured blended fabric. Please refer to the product specifications for the exact material composition.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- FAQ 2 --\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary class=\"faq-question\"\u003e\u003cspan\u003e How should I wash this garment? \u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cdiv class=\"faq-answer-inner\"\u003eFollow the care instructions provided with the garment. Gentle washing is recommended to help maintain the fringe details.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- FAQ 3 --\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary class=\"faq-question\"\u003e\u003cspan\u003e Does the sizing run true to fit? \u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cdiv class=\"faq-answer-inner\"\u003eThe top has a relaxed, flowy silhouette. Please check the size chart and compare your measurements before ordering.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- FAQ 4 --\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary class=\"faq-question\"\u003e\u003cspan\u003e What can I wear it with? \u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cdiv class=\"faq-answer-inner\"\u003eIt pairs easily with jeans, wide-leg pants, skirts, shorts, boots, sandals, and sneakers.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- FAQ 5 --\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary class=\"faq-question\"\u003e\u003cspan\u003e Is it suitable for everyday wear? \u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cdiv class=\"faq-answer-inner\"\u003eYes. Its relaxed shape and versatile styling make it ideal for casual days, weekends, shopping, travel, and everyday outings.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n     BLOCK 10 - SOCIAL PROOF\n     ===================================================== --\u003e\n\u003cdiv class=\"pdp-block-card\"\u003e\n\u003cdiv class=\"pdp-eyebrow\"\u003eLOVED BY CUSTOMERS\u003c\/div\u003e\n\u003ch2\u003eCustomer Reviews\u003c\/h2\u003e\n\u003cdiv class=\"rating-overview\"\u003e\n\u003cdiv class=\"rating-score\"\u003e4.9\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"rating-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"rating-count\"\u003eBased on 128 reviews\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rating-bars\"\u003e\n\u003cdiv class=\"bar-row\"\u003e\n\u003cspan\u003e Fit \u003c\/span\u003e\n\u003cdiv class=\"bar-track\"\u003e\n\u003cdiv class=\"bar-fill\" style=\"width: 95%;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cspan\u003e 95% \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bar-row\"\u003e\n\u003cspan\u003e Quality \u003c\/span\u003e\n\u003cdiv class=\"bar-track\"\u003e\n\u003cdiv class=\"bar-fill\" style=\"width: 98%;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cspan\u003e 98% \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ai-summary\"\u003e\n\u003cstrong\u003e Customer Favorite: \u003c\/strong\u003e Shoppers love the relaxed silhouette, textured finish, bohemian fringe details, and easy everyday styling.\u003c\/div\u003e\n\u003cdiv class=\"reviews-list\"\u003e\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv class=\"review-header\"\u003e\n\u003cspan\u003e Jessica M. \u003c\/span\u003e \u003cspan style=\"color: #9b7656;\"\u003e ★★★★★ \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp style=\"margin: 0;\"\u003eLove the boho details and relaxed fit. The fringe gives it such a cute, unique touch.\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/1_9d473ab5-39bf-4b37-84cc-c191376babee.png?v=1787913038\" alt=\"\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv class=\"review-header\"\u003e\n\u003cspan\u003e Amanda R. \u003c\/span\u003e \u003cspan style=\"color: #9b7656;\"\u003e ★★★★★ \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp style=\"margin: 0;\"\u003eThe texture is beautiful and the shape is flattering. It is easy to dress up or keep casual.\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/2_909ccdf6-2ee0-48d4-8521-a831aa52aa92.png?v=1787913058\" alt=\"\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n     BLOCK 11 - GUARANTEES + FINAL CTA (ENHANCED FOR CONVERSION)\n     ===================================================== --\u003e\n\u003cdiv class=\"pdp-block-card\"\u003e\n\u003cdiv class=\"pdp-eyebrow\"\u003eSHOP WITH CONFIDENCE\u003c\/div\u003e\n\u003ch2\u003eShopping Guarantees\u003c\/h2\u003e\n\u003cp class=\"subtitle\"\u003eA simple and comfortable shopping experience from checkout to delivery.\u003c\/p\u003e\n\u003cdiv class=\"logistics-grid\"\u003e\n\u003cdiv class=\"logistics-item\"\u003e\n\u003cdiv class=\"logistics-icon\"\u003e♢\u003c\/div\u003e\n\u003ch4\u003eFast Shipping\u003c\/h4\u003e\n\u003cp\u003eConvenient delivery options are available at checkout.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"logistics-item\"\u003e\n\u003cdiv class=\"logistics-icon\"\u003e↺\u003c\/div\u003e\n\u003ch4\u003eEasy Returns\u003c\/h4\u003e\n\u003cp\u003eStraightforward returns according to our store policy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"logistics-item\"\u003e\n\u003cdiv class=\"logistics-icon\"\u003e✓\u003c\/div\u003e\n\u003ch4\u003eSecure Checkout\u003c\/h4\u003e\n\u003cp\u003eSecure payment processing for added peace of mind.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- 新增：库存紧张与购买转化催化栏 --\u003e\n\u003cdiv class=\"pdp-conversion-banner\"\u003e\n  \u003cspan class=\"pdp-stock-alert\"\u003e🔥 High Demand: Limited Stock Available\u003c\/span\u003e\n  \u003cp\u003eSelect your favorite color and size above to secure your boho top today before inventory runs out.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- FINAL BUY BUTTON --\u003e\n\u003cdiv class=\"pdp-final-cta\"\u003e\n  \u003ca href=\"#\" class=\"pdp-final-buy\"\u003eBuy Now \u0026amp; Elevate Your Style\u003c\/a\u003e\n  \u003cdiv class=\"pdp-trust-subtext\"\u003e\n    \u003cspan\u003e🔒 Secure Checkout\u003c\/span\u003e\n    \u003cspan\u003e⚡ Fast Dispatch\u003c\/span\u003e\n    \u003cspan\u003e⭐ 4.9\/5 Rating\u003c\/span\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"XIESHU","offers":[{"title":"green \/ s","offer_id":44647245054041,"sku":"NC03142608285381-绿色-S","price":29.99,"currency_code":"USD","in_stock":true},{"title":"green \/ m","offer_id":44647245086809,"sku":"NC03142608285381-绿色-M","price":29.99,"currency_code":"USD","in_stock":true},{"title":"green \/ l","offer_id":44647245119577,"sku":"NC03142608285381-绿色-L","price":29.99,"currency_code":"USD","in_stock":true},{"title":"green \/ xl","offer_id":44647245152345,"sku":"NC03142608285381-绿色-XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"green \/ 2xl","offer_id":44647245185113,"sku":"NC03142608285381-绿色-2XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"green \/ 3xl","offer_id":44647245217881,"sku":"NC03142608285381-绿色-3XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"khaki \/ s","offer_id":44647245250649,"sku":"NC03142608285381-卡其色-S","price":29.99,"currency_code":"USD","in_stock":true},{"title":"khaki \/ m","offer_id":44647245283417,"sku":"NC03142608285381-卡其色-M","price":29.99,"currency_code":"USD","in_stock":true},{"title":"khaki \/ l","offer_id":44647245316185,"sku":"NC03142608285381-卡其色-L","price":29.99,"currency_code":"USD","in_stock":true},{"title":"khaki \/ xl","offer_id":44647245348953,"sku":"NC03142608285381-卡其色-XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"khaki \/ 2xl","offer_id":44647245381721,"sku":"NC03142608285381-卡其色-2XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"khaki \/ 3xl","offer_id":44647245414489,"sku":"NC03142608285381-卡其色-3XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"army-green \/ s","offer_id":44647245447257,"sku":"NC03142608285381-军绿色-S","price":29.99,"currency_code":"USD","in_stock":true},{"title":"army-green \/ m","offer_id":44647245480025,"sku":"NC03142608285381-军绿色-M","price":29.99,"currency_code":"USD","in_stock":true},{"title":"army-green \/ l","offer_id":44647245512793,"sku":"NC03142608285381-军绿色-L","price":29.99,"currency_code":"USD","in_stock":true},{"title":"army-green \/ xl","offer_id":44647245545561,"sku":"NC03142608285381-军绿色-XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"army-green \/ 2xl","offer_id":44647245578329,"sku":"NC03142608285381-军绿色-2XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"army-green \/ 3xl","offer_id":44647245611097,"sku":"NC03142608285381-军绿色-3XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"white \/ s","offer_id":44647245643865,"sku":"NC03142608285381-白色-S","price":29.99,"currency_code":"USD","in_stock":true},{"title":"white \/ m","offer_id":44647245676633,"sku":"NC03142608285381-白色-M","price":29.99,"currency_code":"USD","in_stock":true},{"title":"white \/ l","offer_id":44647245709401,"sku":"NC03142608285381-白色-L","price":29.99,"currency_code":"USD","in_stock":true},{"title":"white \/ xl","offer_id":44647245742169,"sku":"NC03142608285381-白色-XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"white \/ 2xl","offer_id":44647245774937,"sku":"NC03142608285381-白色-2XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"white \/ 3xl","offer_id":44647245807705,"sku":"NC03142608285381-白色-3XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"grey \/ s","offer_id":44647245840473,"sku":"NC03142608285381-灰色-S","price":29.99,"currency_code":"USD","in_stock":true},{"title":"grey \/ m","offer_id":44647245873241,"sku":"NC03142608285381-灰色-M","price":29.99,"currency_code":"USD","in_stock":true},{"title":"grey \/ l","offer_id":44647245906009,"sku":"NC03142608285381-灰色-L","price":29.99,"currency_code":"USD","in_stock":true},{"title":"grey \/ xl","offer_id":44647245938777,"sku":"NC03142608285381-灰色-XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"grey \/ 2xl","offer_id":44647245971545,"sku":"NC03142608285381-灰色-2XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"grey \/ 3xl","offer_id":44647246004313,"sku":"NC03142608285381-灰色-3XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"black \/ s","offer_id":44647246037081,"sku":"NC03142608285381-黑色-S","price":29.99,"currency_code":"USD","in_stock":true},{"title":"black \/ m","offer_id":44647246069849,"sku":"NC03142608285381-黑色-M","price":29.99,"currency_code":"USD","in_stock":true},{"title":"black \/ l","offer_id":44647246102617,"sku":"NC03142608285381-黑色-L","price":29.99,"currency_code":"USD","in_stock":true},{"title":"black \/ xl","offer_id":44647246135385,"sku":"NC03142608285381-黑色-XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"black \/ 2xl","offer_id":44647246168153,"sku":"NC03142608285381-黑色-2XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"black \/ 3xl","offer_id":44647246200921,"sku":"NC03142608285381-黑色-3XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"red \/ s","offer_id":44647246233689,"sku":"NC03142608285381-红色-S","price":29.99,"currency_code":"USD","in_stock":true},{"title":"red \/ m","offer_id":44647246266457,"sku":"NC03142608285381-红色-M","price":29.99,"currency_code":"USD","in_stock":true},{"title":"red \/ l","offer_id":44647246299225,"sku":"NC03142608285381-红色-L","price":29.99,"currency_code":"USD","in_stock":true},{"title":"red \/ xl","offer_id":44647246331993,"sku":"NC03142608285381-红色-XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"red \/ 2xl","offer_id":44647246364761,"sku":"NC03142608285381-红色-2XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"red \/ 3xl","offer_id":44647246397529,"sku":"NC03142608285381-红色-3XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"pink \/ s","offer_id":44647246430297,"sku":"NC03142608285381-粉红色-S","price":29.99,"currency_code":"USD","in_stock":true},{"title":"pink \/ m","offer_id":44647246463065,"sku":"NC03142608285381-粉红色-M","price":29.99,"currency_code":"USD","in_stock":true},{"title":"pink \/ l","offer_id":44647246495833,"sku":"NC03142608285381-粉红色-L","price":29.99,"currency_code":"USD","in_stock":true},{"title":"pink \/ xl","offer_id":44647246528601,"sku":"NC03142608285381-粉红色-XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"pink \/ 2xl","offer_id":44647246561369,"sku":"NC03142608285381-粉红色-2XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"pink \/ 3xl","offer_id":44647246594137,"sku":"NC03142608285381-粉红色-3XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"blue \/ s","offer_id":44647246626905,"sku":"NC03142608285381-蓝色-S","price":29.99,"currency_code":"USD","in_stock":true},{"title":"blue \/ m","offer_id":44647246659673,"sku":"NC03142608285381-蓝色-M","price":29.99,"currency_code":"USD","in_stock":true},{"title":"blue \/ l","offer_id":44647246692441,"sku":"NC03142608285381-蓝色-L","price":29.99,"currency_code":"USD","in_stock":true},{"title":"blue \/ xl","offer_id":44647246725209,"sku":"NC03142608285381-蓝色-XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"blue \/ 2xl","offer_id":44647246757977,"sku":"NC03142608285381-蓝色-2XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"blue \/ 3xl","offer_id":44647246790745,"sku":"NC03142608285381-蓝色-3XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"purple \/ s","offer_id":44647246823513,"sku":"NC03142608285381-紫色-S","price":29.99,"currency_code":"USD","in_stock":true},{"title":"purple \/ m","offer_id":44647246856281,"sku":"NC03142608285381-紫色-M","price":29.99,"currency_code":"USD","in_stock":true},{"title":"purple \/ l","offer_id":44647246889049,"sku":"NC03142608285381-紫色-L","price":29.99,"currency_code":"USD","in_stock":true},{"title":"purple \/ xl","offer_id":44647246921817,"sku":"NC03142608285381-紫色-XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"purple \/ 2xl","offer_id":44647246954585,"sku":"NC03142608285381-紫色-2XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"purple \/ 3xl","offer_id":44647246987353,"sku":"NC03142608285381-紫色-3XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"light-green \/ s","offer_id":44647247020121,"sku":"NC03142608285381-浅绿色-S","price":29.99,"currency_code":"USD","in_stock":true},{"title":"light-green \/ m","offer_id":44647247052889,"sku":"NC03142608285381-浅绿色-M","price":29.99,"currency_code":"USD","in_stock":true},{"title":"light-green \/ l","offer_id":44647247085657,"sku":"NC03142608285381-浅绿色-L","price":29.99,"currency_code":"USD","in_stock":true},{"title":"light-green \/ xl","offer_id":44647247118425,"sku":"NC03142608285381-浅绿色-XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"light-green \/ 2xl","offer_id":44647247151193,"sku":"NC03142608285381-浅绿色-2XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"light-green \/ 3xl","offer_id":44647247183961,"sku":"NC03142608285381-浅绿色-3XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"sky-blue \/ s","offer_id":44647247216729,"sku":"NC03142608285381-天蓝色-S","price":29.99,"currency_code":"USD","in_stock":true},{"title":"sky-blue \/ m","offer_id":44647247249497,"sku":"NC03142608285381-天蓝色-M","price":29.99,"currency_code":"USD","in_stock":true},{"title":"sky-blue \/ l","offer_id":44647247282265,"sku":"NC03142608285381-天蓝色-L","price":29.99,"currency_code":"USD","in_stock":true},{"title":"sky-blue \/ xl","offer_id":44647247315033,"sku":"NC03142608285381-天蓝色-XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"sky-blue \/ 2xl","offer_id":44647247347801,"sku":"NC03142608285381-天蓝色-2XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"sky-blue \/ 3xl","offer_id":44647247380569,"sku":"NC03142608285381-天蓝色-3XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"light-blue \/ s","offer_id":44647247413337,"sku":"NC03142608285381-浅蓝色-S","price":29.99,"currency_code":"USD","in_stock":true},{"title":"light-blue \/ m","offer_id":44647247446105,"sku":"NC03142608285381-浅蓝色-M","price":29.99,"currency_code":"USD","in_stock":true},{"title":"light-blue \/ l","offer_id":44647247478873,"sku":"NC03142608285381-浅蓝色-L","price":29.99,"currency_code":"USD","in_stock":true},{"title":"light-blue \/ xl","offer_id":44647247511641,"sku":"NC03142608285381-浅蓝色-XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"light-blue \/ 2xl","offer_id":44647247544409,"sku":"NC03142608285381-浅蓝色-2XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"light-blue \/ 3xl","offer_id":44647247577177,"sku":"NC03142608285381-浅蓝色-3XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"yellow \/ s","offer_id":44647247609945,"sku":"NC03142608285381-黄色-S","price":29.99,"currency_code":"USD","in_stock":true},{"title":"yellow \/ m","offer_id":44647247642713,"sku":"NC03142608285381-黄色-M","price":29.99,"currency_code":"USD","in_stock":true},{"title":"yellow \/ l","offer_id":44647247675481,"sku":"NC03142608285381-黄色-L","price":29.99,"currency_code":"USD","in_stock":true},{"title":"yellow \/ xl","offer_id":44647247708249,"sku":"NC03142608285381-黄色-XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"yellow \/ 2xl","offer_id":44647247741017,"sku":"NC03142608285381-黄色-2XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"yellow \/ 3xl","offer_id":44647247773785,"sku":"NC03142608285381-黄色-3XL","price":29.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/3829\/3081\/files\/20260831112204_660_11.png?v=1788173403","url":"https:\/\/treavhds.com\/products\/bohemian-charm-fringe-v-neck-textured-pullover-effortless-flowy-style-that-elevates-your-everyday-elegance","provider":"treavhds.com","version":"1.0","type":"link"}