{"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":43141131370567,"sku":"NC03142608285381-绿色-S","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Green \/ M","offer_id":43141131403335,"sku":"NC03142608285381-绿色-M","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Green \/ L","offer_id":43141131436103,"sku":"NC03142608285381-绿色-L","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Green \/ XL","offer_id":43141131468871,"sku":"NC03142608285381-绿色-XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Green \/ 2XL","offer_id":43141131501639,"sku":"NC03142608285381-绿色-2XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Green \/ 3XL","offer_id":43141131534407,"sku":"NC03142608285381-绿色-3XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Khaki \/ S","offer_id":43141126881351,"sku":"NC03142608285381-卡其色-S","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Khaki \/ M","offer_id":43141129732167,"sku":"NC03142608285381-卡其色-M","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Khaki \/ L","offer_id":43141129764935,"sku":"NC03142608285381-卡其色-L","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Khaki \/ XL","offer_id":43141129797703,"sku":"NC03142608285381-卡其色-XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Khaki \/ 2XL","offer_id":43141129830471,"sku":"NC03142608285381-卡其色-2XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Khaki \/ 3XL","offer_id":43141129863239,"sku":"NC03142608285381-卡其色-3XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Army Green \/ S","offer_id":43141126914119,"sku":"NC03142608285381-军绿色-S","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Army Green \/ M","offer_id":43141129896007,"sku":"NC03142608285381-军绿色-M","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Army Green \/ L","offer_id":43141129928775,"sku":"NC03142608285381-军绿色-L","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Army Green \/ XL","offer_id":43141129961543,"sku":"NC03142608285381-军绿色-XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Army Green \/ 2XL","offer_id":43141129994311,"sku":"NC03142608285381-军绿色-2XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Army Green \/ 3XL","offer_id":43141130027079,"sku":"NC03142608285381-军绿色-3XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"White \/ S","offer_id":43141126946887,"sku":"NC03142608285381-白色-S","price":29.99,"currency_code":"USD","in_stock":true},{"title":"White \/ M","offer_id":43141130059847,"sku":"NC03142608285381-白色-M","price":29.99,"currency_code":"USD","in_stock":true},{"title":"White \/ L","offer_id":43141130092615,"sku":"NC03142608285381-白色-L","price":29.99,"currency_code":"USD","in_stock":true},{"title":"White \/ XL","offer_id":43141130125383,"sku":"NC03142608285381-白色-XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"White \/ 2XL","offer_id":43141130158151,"sku":"NC03142608285381-白色-2XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"White \/ 3XL","offer_id":43141130190919,"sku":"NC03142608285381-白色-3XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Grey \/ S","offer_id":43141126979655,"sku":"NC03142608285381-灰色-S","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Grey \/ M","offer_id":43141130223687,"sku":"NC03142608285381-灰色-M","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Grey \/ L","offer_id":43141130256455,"sku":"NC03142608285381-灰色-L","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Grey \/ XL","offer_id":43141130289223,"sku":"NC03142608285381-灰色-XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Grey \/ 2XL","offer_id":43141130321991,"sku":"NC03142608285381-灰色-2XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Grey \/ 3XL","offer_id":43141130354759,"sku":"NC03142608285381-灰色-3XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ S","offer_id":43141130387527,"sku":"NC03142608285381-黑色-S","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ M","offer_id":43141130420295,"sku":"NC03142608285381-黑色-M","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ L","offer_id":43141130453063,"sku":"NC03142608285381-黑色-L","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ XL","offer_id":43141130485831,"sku":"NC03142608285381-黑色-XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ 2XL","offer_id":43141130518599,"sku":"NC03142608285381-黑色-2XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ 3XL","offer_id":43141130551367,"sku":"NC03142608285381-黑色-3XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Red \/ S","offer_id":43141130584135,"sku":"NC03142608285381-红色-S","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Red \/ M","offer_id":43141130616903,"sku":"NC03142608285381-红色-M","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Red \/ L","offer_id":43141130649671,"sku":"NC03142608285381-红色-L","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Red \/ XL","offer_id":43141130682439,"sku":"NC03142608285381-红色-XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Red \/ 2XL","offer_id":43141130715207,"sku":"NC03142608285381-红色-2XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Red \/ 3XL","offer_id":43141130747975,"sku":"NC03142608285381-红色-3XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Pink \/ S","offer_id":43141130780743,"sku":"NC03142608285381-粉红色-S","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Pink \/ M","offer_id":43141130813511,"sku":"NC03142608285381-粉红色-M","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Pink \/ L","offer_id":43141130846279,"sku":"NC03142608285381-粉红色-L","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Pink \/ XL","offer_id":43141130879047,"sku":"NC03142608285381-粉红色-XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Pink \/ 2XL","offer_id":43141130911815,"sku":"NC03142608285381-粉红色-2XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Pink \/ 3XL","offer_id":43141130944583,"sku":"NC03142608285381-粉红色-3XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ S","offer_id":43141130977351,"sku":"NC03142608285381-蓝色-S","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ M","offer_id":43141131010119,"sku":"NC03142608285381-蓝色-M","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ L","offer_id":43141131042887,"sku":"NC03142608285381-蓝色-L","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ XL","offer_id":43141131075655,"sku":"NC03142608285381-蓝色-XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 2XL","offer_id":43141131108423,"sku":"NC03142608285381-蓝色-2XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 3XL","offer_id":43141131141191,"sku":"NC03142608285381-蓝色-3XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Purple \/ S","offer_id":43141131173959,"sku":"NC03142608285381-紫色-S","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Purple \/ M","offer_id":43141131206727,"sku":"NC03142608285381-紫色-M","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Purple \/ L","offer_id":43141131239495,"sku":"NC03142608285381-紫色-L","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Purple \/ XL","offer_id":43141131272263,"sku":"NC03142608285381-紫色-XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Purple \/ 2XL","offer_id":43141131305031,"sku":"NC03142608285381-紫色-2XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Purple \/ 3XL","offer_id":43141131337799,"sku":"NC03142608285381-紫色-3XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Light Green \/ S","offer_id":43141131567175,"sku":"NC03142608285381-浅绿色-S","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Light Green \/ M","offer_id":43141131599943,"sku":"NC03142608285381-浅绿色-M","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Light Green \/ L","offer_id":43141131632711,"sku":"NC03142608285381-浅绿色-L","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Light Green \/ XL","offer_id":43141131665479,"sku":"NC03142608285381-浅绿色-XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Light Green \/ 2XL","offer_id":43141131698247,"sku":"NC03142608285381-浅绿色-2XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Light Green \/ 3XL","offer_id":43141131731015,"sku":"NC03142608285381-浅绿色-3XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Sky Blue \/ S","offer_id":43141131763783,"sku":"NC03142608285381-天蓝色-S","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Sky Blue \/ M","offer_id":43141131796551,"sku":"NC03142608285381-天蓝色-M","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Sky Blue \/ L","offer_id":43141131829319,"sku":"NC03142608285381-天蓝色-L","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Sky Blue \/ XL","offer_id":43141131862087,"sku":"NC03142608285381-天蓝色-XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Sky Blue \/ 2XL","offer_id":43141131894855,"sku":"NC03142608285381-天蓝色-2XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Sky Blue \/ 3XL","offer_id":43141131927623,"sku":"NC03142608285381-天蓝色-3XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Light Blue \/ S","offer_id":43141131960391,"sku":"NC03142608285381-浅蓝色-S","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Light Blue \/ M","offer_id":43141131993159,"sku":"NC03142608285381-浅蓝色-M","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Light Blue \/ L","offer_id":43141132025927,"sku":"NC03142608285381-浅蓝色-L","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Light Blue \/ XL","offer_id":43141132058695,"sku":"NC03142608285381-浅蓝色-XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Light Blue \/ 2XL","offer_id":43141132091463,"sku":"NC03142608285381-浅蓝色-2XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Light Blue \/ 3XL","offer_id":43141132124231,"sku":"NC03142608285381-浅蓝色-3XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Yellow \/ S","offer_id":43141132156999,"sku":"NC03142608285381-黄色-S","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Yellow \/ M","offer_id":43141132189767,"sku":"NC03142608285381-黄色-M","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Yellow \/ L","offer_id":43141132222535,"sku":"NC03142608285381-黄色-L","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Yellow \/ XL","offer_id":43141132255303,"sku":"NC03142608285381-黄色-XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Yellow \/ 2XL","offer_id":43141132288071,"sku":"NC03142608285381-黄色-2XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Yellow \/ 3XL","offer_id":43141132320839,"sku":"NC03142608285381-黄色-3XL","price":29.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/20260831112204_660_11.png?v=1788146562","url":"https:\/\/bamafrontierman.com\/products\/bohemian-charm-fringe-v-neck-textured-pullover-effortless-flowy-style-that-elevates-your-everyday-elegance","provider":"bamafrontierman.com","version":"1.0","type":"link"}