{"product_id":"womens-plus-size-bohemian-frayed-hem-lightweight-kimono-cardigan","title":"Women's Plus Size Bohemian Frayed Hem Cardigan","description":"\u003cstyle\u003e\n\/* =========================================================\n   BOHEMIAN OPEN-FRONT KIMONO CARDIGAN\n   PREMIUM SHOPIFY PRODUCT DESCRIPTION\n   THEME: WARM IVORY + SOFT SAND + MUTED TAUPE\n   HTML + CSS ONLY\n========================================================= *\/\n\n#bohemian-open-front-kimono-page,\n#bohemian-open-front-kimono-page * {\n  box-sizing: border-box;\n}\n\n#bohemian-open-front-kimono-page {\n  --base: #fffdf8;\n  --base-soft: #f8f3eb;\n\n  --tint: #eee3d5;\n  --tint-2: #e2d3c2;\n\n  --accent-soft: #baa087;\n  --accent: #98785f;\n  --accent-deep: #654d3d;\n\n  --text: #403934;\n  --muted: #71665f;\n\n  --line: rgba(152, 120, 95, 0.22);\n  --glass: rgba(255, 255, 255, 0.80);\n\n  --shadow:\n    0 16px 38px rgba(87, 68, 54, 0.09);\n\n  width: 100%;\n  max-width: 1040px;\n\n  margin: 0 auto;\n  padding: 0;\n\n  color: var(--text);\n\n  font-family:\n    -apple-system,\n    BlinkMacSystemFont,\n    \"Segoe UI\",\n    Roboto,\n    Helvetica,\n    Arial,\n    sans-serif;\n\n  font-size: 16px;\n  line-height: 1.7;\n\n  container-type: inline-size;\n  container-name: bohemianKimonoPage;\n}\n\n\n\/* =========================================================\n   STABLE BUY RETURN ANCHOR\n========================================================= *\/\n\n#bohemian-open-front-kimono-page .product-buy-return-anchor {\n  display: block;\n\n  width: 1px;\n  height: 1px;\n\n  min-width: 1px;\n  min-height: 1px;\n\n  margin: 0 auto;\n  padding: 0;\n\n  overflow: hidden;\n\n  opacity: 0;\n  color: transparent;\n\n  font-size: 1px;\n  line-height: 1px;\n\n  pointer-events: none;\n  user-select: none;\n\n  scroll-margin-top: calc(100vh - 70px);\n  scroll-margin-top: calc(100svh - 70px);\n}\n\n\n\/* =========================================================\n   HERO\n========================================================= *\/\n\n#bohemian-open-front-kimono-page .editorial-hero {\n  padding: 44px 28px 34px;\n\n  text-align: center;\n\n  border: 1px solid rgba(152, 120, 95, 0.13);\n  border-radius: 26px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #fffdf8 0%,\n      #eee3d5 100%\n    );\n}\n\n#bohemian-open-front-kimono-page .hero-eyebrow {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n\n  gap: 12px;\n\n  margin: 0 0 17px;\n\n  color: var(--accent-deep);\n\n  font-size: 11px;\n  font-weight: 600;\n  line-height: 1.3;\n  letter-spacing: 0.16em;\n\n  text-transform: uppercase;\n}\n\n#bohemian-open-front-kimono-page .hero-eyebrow::before,\n#bohemian-open-front-kimono-page .hero-eyebrow::after {\n  content: \"\";\n\n  width: 44px;\n  height: 1px;\n\n  background: var(--accent);\n\n  opacity: 0.58;\n}\n\n#bohemian-open-front-kimono-page .hero-title {\n  max-width: 800px;\n\n  margin: 0 auto;\n\n  color: var(--accent-deep);\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    Times,\n    serif;\n\n  font-size: clamp(29px, 4.5cqi, 47px);\n  line-height: 1.16;\n  font-weight: 500;\n\n  letter-spacing: -0.02em;\n}\n\n#bohemian-open-front-kimono-page .hero-media {\n  margin: 29px auto 0;\n\n  text-align: center;\n}\n\n#bohemian-open-front-kimono-page .hero-gif {\n  display: block;\n\n  width: 100%;\n  max-width: 280px;\n  height: auto;\n\n  margin: 0 auto;\n\n  object-fit: contain;\n\n  border-radius: 18px;\n\n  box-shadow:\n    0 15px 34px rgba(87, 68, 54, 0.11);\n}\n\n#bohemian-open-front-kimono-page .hero-intro {\n  max-width: 780px;\n\n  margin: 28px auto 0;\n\n  color: var(--text);\n\n  font-size: 16px;\n  line-height: 1.75;\n}\n\n\n\/* =========================================================\n   HERO SHORT TAGS\n   2 x 2 DEFAULT\n   4 ACROSS ONLY ON WIDE CONTAINERS\n========================================================= *\/\n\n#bohemian-open-front-kimono-page .hero-tags {\n  display: grid;\n\n  grid-template-columns:\n    repeat(2, minmax(0, 1fr));\n\n  gap: 10px 12px;\n\n  width: 100%;\n  max-width: 620px;\n\n  margin: 24px auto 0;\n}\n\n#bohemian-open-front-kimono-page .hero-tag {\n  display: flex;\n\n  align-items: center;\n  justify-content: center;\n\n  width: 100%;\n  min-width: 0;\n  min-height: 44px;\n\n  padding: 9px 10px;\n\n  border: 1px solid var(--line);\n  border-radius: 999px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #fffdf8 0%,\n      #eadfce 100%\n    );\n\n  color: var(--accent-deep);\n\n  font-size: 13px;\n  font-weight: 600;\n  line-height: 1.3;\n\n  text-align: center;\n\n  box-shadow:\n    0 7px 18px rgba(101, 77, 61, 0.06);\n}\n\n\n\/* =========================================================\n   FIRST STATIC IMAGE\n   STANDALONE EDITORIAL IMAGE\n========================================================= *\/\n\n#bohemian-open-front-kimono-page .standalone-image-section {\n  margin-top: 25px;\n}\n\n#bohemian-open-front-kimono-page .standalone-image-wrap {\n  overflow: hidden;\n\n  border-radius: 24px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #fbf8f2 0%,\n      #eee3d5 100%\n    );\n\n  box-shadow: var(--shadow);\n}\n\n#bohemian-open-front-kimono-page .standalone-image,\n#bohemian-open-front-kimono-page .feature-image {\n  display: block;\n\n  width: 100%;\n  max-width: 100%;\n  height: auto;\n\n  object-fit: contain;\n}\n\n\n\/* =========================================================\n   CORE FEATURES\n========================================================= *\/\n\n#bohemian-open-front-kimono-page .features-wrap {\n  display: grid;\n\n  grid-template-columns: 1fr;\n\n  gap: 24px;\n\n  margin-top: 24px;\n}\n\n#bohemian-open-front-kimono-page .feature-card {\n  overflow: hidden;\n\n  border: 1px solid var(--line);\n  border-radius: 23px;\n\n  background: var(--base);\n\n  box-shadow: var(--shadow);\n\n  transition:\n    transform 0.28s ease,\n    box-shadow 0.28s ease;\n}\n\n#bohemian-open-front-kimono-page .feature-image-wrap {\n  overflow: hidden;\n\n  background:\n    linear-gradient(\n      135deg,\n      #fbf8f2 0%,\n      #efe6da 100%\n    );\n}\n\n#bohemian-open-front-kimono-page .feature-image {\n  transition:\n    transform 0.32s ease;\n}\n\n\n\/* =========================================================\n   FEATURE COPY\n========================================================= *\/\n\n#bohemian-open-front-kimono-page .feature-copy {\n  padding: 24px 24px 26px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #fffdf8 0%,\n      #eee3d5 100%\n    );\n}\n\n#bohemian-open-front-kimono-page .feature-card:nth-child(even) .feature-copy {\n  background:\n    linear-gradient(\n      180deg,\n      #f8f3eb 0%,\n      #e2d3c2 100%\n    );\n}\n\n#bohemian-open-front-kimono-page .feature-heading {\n  display: flex;\n  align-items: center;\n\n  gap: 13px;\n\n  margin: 0 0 12px;\n}\n\n\n\/* =========================================================\n   FEATURE EMOJI BLOCK\n========================================================= *\/\n\n#bohemian-open-front-kimono-page .feature-emoji {\n  display: inline-flex;\n\n  flex: 0 0 46px;\n\n  width: 46px;\n  height: 46px;\n\n  align-items: center;\n  justify-content: center;\n\n  border: 1px solid rgba(152, 120, 95, 0.18);\n  border-radius: 13px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #fffaf4 0%,\n      #dfcfbc 100%\n    );\n\n  font-size: 23px;\n  line-height: 1;\n\n  box-shadow:\n    0 7px 18px rgba(101, 77, 61, 0.09);\n\n  transition:\n    box-shadow 0.28s ease;\n}\n\n\n\/* =========================================================\n   FEATURE TITLE\n========================================================= *\/\n\n#bohemian-open-front-kimono-page .feature-title {\n  margin: 0;\n\n  color: var(--accent-deep);\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    Times,\n    serif;\n\n  font-size: clamp(22px, 3.3cqi, 29px);\n  line-height: 1.2;\n  font-weight: 700;\n\n  background:\n    linear-gradient(\n      135deg,\n      #9d7d63 0%,\n      #624a3a 100%\n    );\n\n  -webkit-background-clip: text;\n  background-clip: text;\n\n  -webkit-text-fill-color: transparent;\n}\n\n#bohemian-open-front-kimono-page .feature-description {\n  margin: 0;\n\n  color: var(--muted);\n\n  font-size: 16px;\n  line-height: 1.72;\n}\n\n\n\/* =========================================================\n   SIZE \u0026 FIT\n========================================================= *\/\n\n#bohemian-open-front-kimono-page .size-fit-section {\n  margin-top: 28px;\n\n  padding: 29px 26px;\n\n  border: 1px solid var(--line);\n  border-radius: 23px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #fffdf8 0%,\n      #ebe0d1 100%\n    );\n\n  box-shadow:\n    0 12px 30px rgba(87, 68, 54, 0.05);\n}\n\n#bohemian-open-front-kimono-page .section-title {\n  margin: 0 0 12px;\n\n  color: var(--accent-deep);\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    Times,\n    serif;\n\n  font-size: clamp(25px, 3.8cqi, 34px);\n  line-height: 1.2;\n  font-weight: 600;\n}\n\n#bohemian-open-front-kimono-page .section-copy {\n  margin: 0;\n\n  color: var(--muted);\n\n  font-size: 16px;\n  line-height: 1.72;\n}\n\n#bohemian-open-front-kimono-page .section-copy b {\n  color: var(--accent-deep);\n\n  font-weight: 700;\n}\n\n\n\/* =========================================================\n   PRODUCT DETAILS\n========================================================= *\/\n\n#bohemian-open-front-kimono-page .details-section {\n  margin-top: 28px;\n\n  padding: 29px 26px;\n\n  border: 1px solid var(--line);\n  border-radius: 23px;\n\n  background:\n    linear-gradient(\n      180deg,\n      #fffdf8 0%,\n      #eee3d5 100%\n    );\n}\n\n#bohemian-open-front-kimono-page .details-list {\n  display: grid;\n\n  grid-template-columns: 1fr;\n\n  gap: 10px;\n\n  margin-top: 18px;\n}\n\n#bohemian-open-front-kimono-page .detail-item {\n  margin: 0;\n\n  padding: 14px 16px;\n\n  border: 1px solid rgba(152, 120, 95, 0.14);\n  border-radius: 14px;\n\n  background:\n    rgba(255, 255, 255, 0.77);\n\n  color: var(--muted);\n\n  font-size: 15.5px;\n  line-height: 1.67;\n}\n\n#bohemian-open-front-kimono-page .detail-item b {\n  color: var(--accent-deep);\n\n  font-weight: 700;\n}\n\n\n\/* =========================================================\n   SHOP WITH CONFIDENCE\n========================================================= *\/\n\n#bohemian-open-front-kimono-page .confidence-section {\n  margin-top: 28px;\n\n  padding: 32px 26px 35px;\n\n  border: 1px solid rgba(152, 120, 95, 0.22);\n  border-radius: 25px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #f8f3eb 0%,\n      #dfcfbc 100%\n    );\n}\n\n#bohemian-open-front-kimono-page .confidence-eyebrow {\n  margin: 0 0 7px;\n\n  color: var(--accent);\n\n  font-size: 11px;\n  line-height: 1.4;\n  font-weight: 700;\n  letter-spacing: 0.15em;\n\n  text-transform: uppercase;\n}\n\n#bohemian-open-front-kimono-page .confidence-title {\n  margin: 0;\n\n  color: var(--accent-deep);\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    Times,\n    serif;\n\n  font-size: clamp(26px, 4cqi, 35px);\n  line-height: 1.2;\n  font-weight: 600;\n}\n\n#bohemian-open-front-kimono-page .confidence-cards {\n  display: grid;\n\n  grid-template-columns: 1fr;\n\n  gap: 11px;\n\n  margin-top: 20px;\n}\n\n#bohemian-open-front-kimono-page .confidence-card {\n  display: flex;\n  align-items: flex-start;\n\n  gap: 14px;\n\n  padding: 15px;\n\n  border: 1px solid rgba(152, 120, 95, 0.15);\n  border-radius: 16px;\n\n  background:\n    rgba(255, 255, 255, 0.85);\n}\n\n#bohemian-open-front-kimono-page .confidence-icon {\n  display: inline-flex;\n\n  flex: 0 0 44px;\n\n  width: 44px;\n  height: 44px;\n\n  align-items: center;\n  justify-content: center;\n\n  border-radius: 12px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #a08066 0%,\n      #654d3d 100%\n    );\n\n  font-size: 21px;\n  line-height: 1;\n\n  box-shadow:\n    0 7px 16px rgba(101, 77, 61, 0.17);\n}\n\n#bohemian-open-front-kimono-page .confidence-card-title {\n  margin: 1px 0 3px;\n\n  color: var(--accent-deep);\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    Times,\n    serif;\n\n  font-size: 19px;\n  line-height: 1.3;\n  font-weight: 700;\n}\n\n#bohemian-open-front-kimono-page .confidence-card-copy {\n  margin: 0;\n\n  color: var(--muted);\n\n  font-size: 15px;\n  line-height: 1.6;\n}\n\n\n\/* =========================================================\n   BUY NOW\n========================================================= *\/\n\n#bohemian-open-front-kimono-page .buy-wrap {\n  margin-top: 25px;\n\n  text-align: center;\n}\n\n#bohemian-open-front-kimono-page .product-buy {\n  display: inline-flex;\n\n  align-items: center;\n  justify-content: center;\n\n  min-width: 154px;\n\n  padding: 13px 25px;\n\n  border-radius: 999px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #9c7b61 0%,\n      #654d3d 100%\n    );\n\n  color: #ffffff;\n\n  text-decoration: none;\n\n  font-size: 15px;\n  line-height: 1.3;\n  font-weight: 700;\n\n  box-shadow:\n    0 10px 24px rgba(101, 77, 61, 0.22);\n\n  transition:\n    transform 0.25s ease,\n    box-shadow 0.25s ease;\n}\n\n\n\/* =========================================================\n   WIDE CONTAINER\n   450-650PX DESCRIPTION AREA REMAINS SINGLE COLUMN\n========================================================= *\/\n\n@container bohemianKimonoPage (min-width: 840px) {\n\n  #bohemian-open-front-kimono-page .hero-tags {\n    grid-template-columns:\n      repeat(4, minmax(0, 1fr));\n\n    max-width: 900px;\n  }\n\n  #bohemian-open-front-kimono-page .hero-tag {\n    font-size: 13px;\n  }\n\n  #bohemian-open-front-kimono-page .features-wrap {\n    grid-template-columns:\n      repeat(2, minmax(0, 1fr));\n\n    align-items: start;\n  }\n\n  #bohemian-open-front-kimono-page\n  .feature-card:last-child:nth-child(odd) {\n    grid-column: 1 \/ -1;\n\n    width: 100%;\n    max-width: calc(50% - 12px);\n\n    justify-self: center;\n  }\n\n  #bohemian-open-front-kimono-page .details-list {\n    grid-template-columns:\n      repeat(2, minmax(0, 1fr));\n  }\n\n  #bohemian-open-front-kimono-page\n  .detail-item:last-child:nth-child(odd) {\n    grid-column: 1 \/ -1;\n  }\n\n  #bohemian-open-front-kimono-page .feature-card:hover {\n    transform: translateY(-4px);\n\n    box-shadow:\n      0 20px 44px rgba(87, 68, 54, 0.12);\n  }\n\n  #bohemian-open-front-kimono-page\n  .feature-card:hover\n  .feature-image {\n    transform: scale(1.015);\n  }\n\n  #bohemian-open-front-kimono-page\n  .feature-card:hover\n  .feature-emoji {\n    box-shadow:\n      0 9px 20px rgba(101, 77, 61, 0.14);\n  }\n\n  #bohemian-open-front-kimono-page\n  .product-buy:hover {\n    transform: translateY(-2px);\n\n    box-shadow:\n      0 13px 28px rgba(101, 77, 61, 0.29);\n  }\n}\n\n\n\/* =========================================================\n   MOBILE FULL BLEED\n========================================================= *\/\n\n@media screen and (max-width: 749px) {\n\n  #bohemian-open-front-kimono-page {\n    width: calc(100vw - 2px);\n    max-width: none;\n\n    margin-left: calc(50% - 50vw + 1px);\n    margin-right: calc(50% - 50vw + 1px);\n\n    padding-left: 0;\n    padding-right: 0;\n\n    overflow-x: hidden;\n    overflow-x: clip;\n  }\n\n  #bohemian-open-front-kimono-page\n  .product-buy-return-anchor {\n    scroll-margin-top:\n      calc(100vh - 55px);\n\n    scroll-margin-top:\n      calc(100svh - 55px);\n  }\n\n  #bohemian-open-front-kimono-page .editorial-hero {\n    padding: 35px 14px 29px;\n\n    border-left: 0;\n    border-right: 0;\n\n    border-radius: 0;\n  }\n\n  #bohemian-open-front-kimono-page .hero-eyebrow {\n    gap: 9px;\n\n    font-size: 10px;\n  }\n\n  #bohemian-open-front-kimono-page .hero-eyebrow::before,\n  #bohemian-open-front-kimono-page .hero-eyebrow::after {\n    width: 30px;\n  }\n\n  #bohemian-open-front-kimono-page .hero-title {\n    font-size: 30px;\n  }\n\n  #bohemian-open-front-kimono-page .hero-intro {\n    padding: 0 2px;\n\n    font-size: 16px;\n  }\n\n\n  \/* MOBILE TAGS: FIXED 2 x 2 *\/\n\n  #bohemian-open-front-kimono-page .hero-tags {\n    grid-template-columns:\n      repeat(2, minmax(0, 1fr));\n\n    gap: 8px;\n\n    width: 100%;\n    max-width: 100%;\n\n    margin-top: 22px;\n  }\n\n  #bohemian-open-front-kimono-page .hero-tag {\n    width: 100%;\n    min-height: 46px;\n\n    padding: 8px 6px;\n\n    font-size: 12.2px;\n    line-height: 1.25;\n  }\n\n\n  #bohemian-open-front-kimono-page\n  .standalone-image-section,\n\n  #bohemian-open-front-kimono-page\n  .features-wrap {\n    margin-left: 0;\n    margin-right: 0;\n  }\n\n  #bohemian-open-front-kimono-page\n  .standalone-image-wrap,\n\n  #bohemian-open-front-kimono-page\n  .feature-card {\n    border-left: 0;\n    border-right: 0;\n\n    border-radius: 0;\n  }\n\n  #bohemian-open-front-kimono-page .feature-copy {\n    padding: 21px 16px 23px;\n  }\n\n  #bohemian-open-front-kimono-page .feature-heading {\n    gap: 11px;\n  }\n\n  #bohemian-open-front-kimono-page .feature-emoji {\n    flex-basis: 44px;\n\n    width: 44px;\n    height: 44px;\n  }\n\n  #bohemian-open-front-kimono-page .feature-title {\n    font-size: 23px;\n  }\n\n  #bohemian-open-front-kimono-page\n  .feature-description {\n    font-size: 15.5px;\n  }\n\n  #bohemian-open-front-kimono-page\n  .size-fit-section,\n\n  #bohemian-open-front-kimono-page\n  .details-section,\n\n  #bohemian-open-front-kimono-page\n  .confidence-section {\n    margin-left: 8px;\n    margin-right: 8px;\n\n    padding-left: 16px;\n    padding-right: 16px;\n  }\n\n  #bohemian-open-front-kimono-page\n  .confidence-card {\n    padding: 12px 10px;\n  }\n\n  #bohemian-open-front-kimono-page\n  .confidence-card-title {\n    font-size: 18px;\n  }\n\n  #bohemian-open-front-kimono-page\n  .confidence-card-copy {\n    font-size: 14.5px;\n  }\n}\n\n\n\/* =========================================================\n   VERY NARROW MOBILE\n========================================================= *\/\n\n@media screen and (max-width: 360px) {\n\n  #bohemian-open-front-kimono-page .editorial-hero {\n    padding-left: 10px;\n    padding-right: 10px;\n  }\n\n  #bohemian-open-front-kimono-page .hero-tags {\n    gap: 7px;\n  }\n\n  #bohemian-open-front-kimono-page .hero-tag {\n    padding: 8px 4px;\n\n    font-size: 11.5px;\n  }\n}\n\n\n\/* =========================================================\n   REDUCED MOTION\n========================================================= *\/\n\n@media (prefers-reduced-motion: reduce) {\n\n  #bohemian-open-front-kimono-page .feature-card,\n  #bohemian-open-front-kimono-page .feature-image,\n  #bohemian-open-front-kimono-page .feature-emoji,\n  #bohemian-open-front-kimono-page .product-buy {\n    transition: none;\n  }\n\n  #bohemian-open-front-kimono-page\n  .feature-card:hover,\n\n  #bohemian-open-front-kimono-page\n  .feature-card:hover\n  .feature-image,\n\n  #bohemian-open-front-kimono-page\n  .product-buy:hover {\n    transform: none;\n  }\n}\n\u003c\/style\u003e\n\n\n\u003cdiv id=\"bohemian-open-front-kimono-page\"\u003e\n\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"editorial-hero\"\u003e\n\n    \u003cdiv class=\"hero-eyebrow\"\u003e\n      COASTAL BOHO EDIT\n    \u003c\/div\u003e\n\n    \u003ch3 class=\"hero-title\"\u003e\n      🌊 Effortless Resort Charm Meets Free-Spirited Style\n    \u003c\/h3\u003e\n\n    \u003cspan id=\"bohemian-open-front-kimono-buy-return-anchor\" class=\"product-buy-return-anchor\" aria-hidden=\"true\"\u003e​\u003c\/span\u003e\n\n    \u003cdiv class=\"hero-media\"\u003e\n\n      \u003cimg class=\"hero-gif\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/8_17_4.gif?v=1786957185\" alt=\"\" width=\"280\" height=\"492\"\u003e\n\n    \u003c\/div\u003e\n\n    \u003cp class=\"hero-intro\"\u003e\n      ✨ Elevate your warm-weather wardrobe with this sheer, breezy open-front kimono cardigan. Designed with a loose, relaxed fit, delicate fringe trimmings, and subtle textured stripes, it brings a touch of coastal bohemian chic to any ensemble.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"hero-tags\"\u003e\n\n      \u003cspan class=\"hero-tag\"\u003e\n        🍃 Ultra-Lightweight Fabric\n      \u003c\/span\u003e\n\n      \u003cspan class=\"hero-tag\"\u003e\n        🧵 Frayed Fringe Edging\n      \u003c\/span\u003e\n\n      \u003cspan class=\"hero-tag\"\u003e\n        🧘 Flowy Kimono Silhouette\n      \u003c\/span\u003e\n\n      \u003cspan class=\"hero-tag\"\u003e\n        ✨ Textured Stripe Accents\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- FIRST STATIC PRODUCT IMAGE --\u003e\n  \u003c!-- STANDALONE EDITORIAL IMAGE ONLY --\u003e\n  \u003cdiv class=\"standalone-image-section\"\u003e\n\n    \u003cdiv class=\"standalone-image-wrap\"\u003e\n\n      \u003cimg class=\"standalone-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_17_02_01_50_1.webp?v=1786957455\" alt=\"\"\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- CORE FEATURES --\u003e\n  \u003cdiv class=\"features-wrap\"\u003e\n\n\n    \u003c!-- FEATURE 1 --\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n\n      \u003cdiv class=\"feature-image-wrap\"\u003e\n\n        \u003cimg class=\"feature-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_17_02_49_52.webp?v=1786960332\" alt=\"\"\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-copy\"\u003e\n\n        \u003cdiv class=\"feature-heading\"\u003e\n\n          \u003cspan class=\"feature-emoji\"\u003e\n            🍃\n          \u003c\/span\u003e\n\n          \u003ch3 class=\"feature-title\"\u003e\n            Semi-Sheer \u0026amp; Ultra-Lightweight Fabric\n          \u003c\/h3\u003e\n\n        \u003c\/div\u003e\n\n        \u003cp class=\"feature-description\"\u003e\n          Crafted from a gauzy, breathable material that drapes effortlessly over your body while keeping you cool on sun-drenched days.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- FEATURE 2 --\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n\n      \u003cdiv class=\"feature-image-wrap\"\u003e\n\n        \u003cimg class=\"feature-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_17_02_01_55_3.webp?v=1786957454\" alt=\"\"\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-copy\"\u003e\n\n        \u003cdiv class=\"feature-heading\"\u003e\n\n          \u003cspan class=\"feature-emoji\"\u003e\n            🧵\n          \u003c\/span\u003e\n\n          \u003ch3 class=\"feature-title\"\u003e\n            Rustic Frayed Fringe Edging\n          \u003c\/h3\u003e\n\n        \u003c\/div\u003e\n\n        \u003cp class=\"feature-description\"\u003e\n          Features raw, hand-inspired frayed trim along the hemline, neck, and wide sleeve cuffs for an authentic artisanal aesthetic.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- FEATURE 3 --\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n\n      \u003cdiv class=\"feature-image-wrap\"\u003e\n\n        \u003cimg class=\"feature-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_17_02_01_57_4.webp?v=1786957455\" alt=\"\"\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-copy\"\u003e\n\n        \u003cdiv class=\"feature-heading\"\u003e\n\n          \u003cspan class=\"feature-emoji\"\u003e\n            🧘\n          \u003c\/span\u003e\n\n          \u003ch3 class=\"feature-title\"\u003e\n            Flowy Kimono Silhouette\n          \u003c\/h3\u003e\n\n        \u003c\/div\u003e\n\n        \u003cp class=\"feature-description\"\u003e\n          Designed with wide, open sleeves and an open front to allow maximum freedom of movement and smooth layering over dresses, tanks, or swimwear.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- FEATURE 4 --\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n\n      \u003cdiv class=\"feature-image-wrap\"\u003e\n\n        \u003cimg class=\"feature-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_17_02_02_00_5.webp?v=1786957455\" alt=\"\"\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-copy\"\u003e\n\n        \u003cdiv class=\"feature-heading\"\u003e\n\n          \u003cspan class=\"feature-emoji\"\u003e\n            ✨\n          \u003c\/span\u003e\n\n          \u003ch3 class=\"feature-title\"\u003e\n            Delicate Textured Striped Accents\n          \u003c\/h3\u003e\n\n        \u003c\/div\u003e\n\n        \u003cp class=\"feature-description\"\u003e\n          Detailed with thin, woven horizontal stripes and subtle embroidered stitching that add texture and understated visual interest.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- FEATURE 5 --\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n\n      \u003cdiv class=\"feature-image-wrap\"\u003e\n\n        \u003cimg class=\"feature-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_17_02_02_05_6.webp?v=1786957455\" alt=\"\"\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-copy\"\u003e\n\n        \u003cdiv class=\"feature-heading\"\u003e\n\n          \u003cspan class=\"feature-emoji\"\u003e\n            👜\n          \u003c\/span\u003e\n\n          \u003ch3 class=\"feature-title\"\u003e\n            Versatile Beach Cover-Up \u0026amp; Daily Layer\n          \u003c\/h3\u003e\n\n        \u003c\/div\u003e\n\n        \u003cp class=\"feature-description\"\u003e\n          Transitions seamlessly from a breezy poolside swimsuit cover-up to a stylish layer over a jumpsuit, cami, or denim shorts.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- SIZE \u0026 FIT --\u003e\n  \u003cdiv class=\"size-fit-section\"\u003e\n\n    \u003ch3 class=\"section-title\"\u003e\n      📏 \u003cb\u003eFree Size\u003c\/b\u003e\n    \u003c\/h3\u003e\n\n    \u003cp class=\"section-copy\"\u003e\n      Designed with a relaxed shoulder drape and an open front, offering a smooth, effortless fit that comfortably flatters all body shapes.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- PRODUCT DETAILS --\u003e\n  \u003cdiv class=\"details-section\"\u003e\n\n    \u003ch3 class=\"section-title\"\u003e\n      📝 Product Details\n    \u003c\/h3\u003e\n\n    \u003cdiv class=\"details-list\"\u003e\n\n      \u003cp class=\"detail-item\"\u003e\n        \u003cb\u003eIncluded:\u003c\/b\u003e 1x Women's Bohemian Open-Front Cardigan\u003cb\u003e\u003c\/b\u003e\n      \u003c\/p\u003e\n\n      \u003cp class=\"detail-item\"\u003e\n        \u003cb\u003eFabric:\u003c\/b\u003e High-drape, semi-sheer polyester-cotton blend\n      \u003c\/p\u003e\n\n      \u003cp class=\"detail-item\"\u003e\n        \u003cb\u003eCare Instructions:\u003c\/b\u003e Hand wash cold; lay flat or line dry to maintain fringe detail and fabric structure\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- SHOP WITH CONFIDENCE --\u003e\n  \u003cdiv class=\"confidence-section\"\u003e\n\n    \u003cp class=\"confidence-eyebrow\"\u003e\n      SHOP WITH CONFIDENCE\n    \u003c\/p\u003e\n\n    \u003ch3 class=\"confidence-title\"\u003e\n      Shipping \u0026amp; Quality Guarantee\n    \u003c\/h3\u003e\n\n    \u003cdiv class=\"confidence-cards\"\u003e\n\n\n      \u003cdiv class=\"confidence-card\"\u003e\n\n        \u003cspan class=\"confidence-icon\"\u003e\n          🚚\n        \u003c\/span\u003e\n\n        \u003cdiv\u003e\n\n          \u003ch4 class=\"confidence-card-title\"\u003e\n            Tracked Shipping\n          \u003c\/h4\u003e\n\n          \u003cp class=\"confidence-card-copy\"\u003e\n            Follow your order from dispatch through final delivery.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"confidence-card\"\u003e\n\n        \u003cspan class=\"confidence-icon\"\u003e\n          ✅\n        \u003c\/span\u003e\n\n        \u003cdiv\u003e\n\n          \u003ch4 class=\"confidence-card-title\"\u003e\n            Quality Checked\n          \u003c\/h4\u003e\n\n          \u003cp class=\"confidence-card-copy\"\u003e\n            Each item is carefully checked before it is prepared for shipping.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"confidence-card\"\u003e\n\n        \u003cspan class=\"confidence-icon\"\u003e\n          ♡\n        \u003c\/span\u003e\n\n        \u003cdiv\u003e\n\n          \u003ch4 class=\"confidence-card-title\"\u003e\n            Helpful Support\n          \u003c\/h4\u003e\n\n          \u003cp class=\"confidence-card-copy\"\u003e\n            Get assistance with sizing, orders and product questions.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"buy-wrap\"\u003e\n\n      \u003ca href=\"#bohemian-open-front-kimono-buy-return-anchor\" class=\"product-buy\"\u003e\n        Buy Now ↑\n      \u003c\/a\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n\u003c\/div\u003e","brand":"LHBgdnwqeiwoqnqugf","offers":[{"title":"Off-White","offer_id":43169371619422,"sku":"NC02472608171374-防晒披肩-米白色","price":32.99,"currency_code":"USD","in_stock":true},{"title":"White","offer_id":43169371521118,"sku":"NC02472608171374-防晒披肩-白色","price":32.99,"currency_code":"USD","in_stock":true},{"title":"Sky Blue","offer_id":43169371684958,"sku":"NC02472608171374-防晒披肩-天蓝色","price":32.99,"currency_code":"USD","in_stock":true},{"title":"Coffee Brown","offer_id":43169371586654,"sku":"NC02472608171374-防晒披肩-咖啡色","price":32.99,"currency_code":"USD","in_stock":true},{"title":"Pink","offer_id":43169371488350,"sku":"NC02472608171374-防晒披肩-粉红色","price":32.99,"currency_code":"USD","in_stock":true},{"title":"Yellow","offer_id":43169371553886,"sku":"NC02472608171374-防晒披肩-黄色","price":32.99,"currency_code":"USD","in_stock":true},{"title":"Coral","offer_id":43169371652190,"sku":"NC02472608171374-防晒披肩-珊瑚色","price":32.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_17_02_01_50_1.webp?v=1786957455","url":"https:\/\/miscellista.com\/products\/womens-plus-size-bohemian-frayed-hem-lightweight-kimono-cardigan","provider":"Miscellista.com","version":"1.0","type":"link"}