{"product_id":"womens-chunky-knit-open-front-cardigan-sweaters-fall-outfits-v-neck-button-loose-short-cardigan-outerwear-coats","title":"Women’s Chunky Knit V-Neck Button Cardigan","description":"\u003cstyle\u003e\n\/* =========================================================\n   XAVELLUNE - WOMEN'S CHUNKY KNIT CARDIGAN\n========================================================= *\/\n\n.xav-cardigan-page,\n.xav-cardigan-page * {\n  box-sizing: border-box;\n}\n\n.xav-cardigan-page {\n  --brown: #59493f;\n  --deep: #3f352f;\n  --taupe: #9c8372;\n  --cream: #f6f0e9;\n  --cream2: #fbf8f4;\n  --soft: #eee6df;\n  --text: #3f3935;\n  --muted: #776f69;\n  --border: #e5ddd6;\n  --white: #ffffff;\n\n  width: 100%;\n  max-width: 1180px;\n  margin: 0 auto;\n  padding: 0 16px 48px;\n\n  color: var(--text);\n\n  font-family:\n    -apple-system,\n    BlinkMacSystemFont,\n    \"Segoe UI\",\n    Arial,\n    sans-serif;\n\n  line-height: 1.55;\n}\n\n.xav-cardigan-page h2,\n.xav-cardigan-page h3,\n.xav-cardigan-page p {\n  margin-top: 0;\n}\n\n.xav-cardigan-section {\n  margin: 20px 0 42px;\n}\n\n\n\/* =========================================================\n   SIZE GUIDE TEXT BLOCK - FIRST\n========================================================= *\/\n\n.xav-cardigan-size-copy {\n  width: 100%;\n\n  padding: 27px 32px;\n\n  background:\n    linear-gradient(\n      125deg,\n      #f2e9e2 0%,\n      #f7f2ed 100%\n    );\n\n  border: 1px solid #dfd1c6;\n\n  border-radius: 18px;\n\n  text-align: center;\n\n  box-shadow:\n    0 7px 22px rgba(78, 58, 45, 0.05);\n}\n\n.xav-cardigan-size-label {\n  display: inline-block;\n\n  margin-bottom: 7px;\n\n  color: var(--taupe);\n\n  font-size: 11px;\n\n  font-weight: 850;\n\n  letter-spacing: 1.1px;\n\n  text-transform: uppercase;\n}\n\n.xav-cardigan-size-copy h2 {\n  margin: 0 0 6px;\n\n  color: var(--deep);\n\n  font-size:\n    clamp(\n      25px,\n      3.4vw,\n      34px\n    );\n\n  line-height: 1.2;\n}\n\n.xav-cardigan-size-copy p {\n  max-width: 650px;\n\n  margin: 0 auto;\n\n  color: #74685f;\n\n  font-size: 14px;\n\n  line-height: 1.45;\n}\n\n\n\/* =========================================================\n   SIZE IMAGE - SEPARATE BLOCK\n========================================================= *\/\n\n.xav-cardigan-size-image {\n  width: 100%;\n\n  margin-top: 12px;\n\n  padding: 7px;\n\n  background: #f8f5f2;\n\n  border: 1px solid #e5dad1;\n\n  border-radius: 20px;\n\n  overflow: hidden;\n}\n\n.xav-cardigan-size-image img {\n  display: block;\n\n  width: 100% !important;\n  max-width: 100% !important;\n\n  height: auto !important;\n\n  margin: 0 auto;\n\n  border-radius: 14px;\n\n  object-fit: contain;\n}\n\n.xav-cardigan-size-tip {\n  margin-top: 10px;\n\n  padding: 12px 15px;\n\n  background: #faf7f4;\n\n  border: 1px solid #e6ddd6;\n\n  border-radius: 12px;\n\n  color: #6e655f;\n\n  font-size: 12px;\n\n  line-height: 1.45;\n}\n\n\n\/* =========================================================\n   HERO\n========================================================= *\/\n\n.xav-cardigan-hero {\n  padding: 34px 38px;\n\n  background:\n    linear-gradient(\n      125deg,\n      #f4eee8 0%,\n      #f8f5f1 52%,\n      #eee8e3 100%\n    );\n\n  border: 1px solid #e3d9d1;\n\n  border-radius: 22px;\n\n  text-align: center;\n\n  box-shadow:\n    0 10px 30px rgba(65, 48, 39, 0.06);\n}\n\n.xav-cardigan-eyebrow {\n  display: inline-block;\n\n  margin-bottom: 9px;\n\n  color: var(--taupe);\n\n  font-size: 12px;\n\n  font-weight: 800;\n\n  letter-spacing: 1.2px;\n\n  text-transform: uppercase;\n}\n\n.xav-cardigan-hero h2 {\n  max-width: 820px;\n\n  margin: 0 auto 10px;\n\n  color: var(--deep);\n\n  font-size:\n    clamp(\n      28px,\n      4vw,\n      42px\n    );\n\n  line-height: 1.12;\n\n  font-weight: 850;\n\n  letter-spacing: -0.7px;\n}\n\n.xav-cardigan-hero \u003e p {\n  max-width: 680px;\n\n  margin: 0 auto;\n\n  color: #746a63;\n\n  font-size: 16px;\n}\n\n\n\/* =========================================================\n   HERO 3 FEATURES\n========================================================= *\/\n\n.xav-cardigan-mini-features {\n  display: grid;\n\n  grid-template-columns:\n    repeat(\n      3,\n      minmax(0, 1fr)\n    );\n\n  gap: 10px;\n\n  max-width: 720px;\n\n  margin: 22px auto 0;\n}\n\n.xav-cardigan-mini-feature {\n  min-width: 0;\n\n  padding: 11px 7px;\n\n  background:\n    rgba(\n      255,\n      255,\n      255,\n      0.9\n    );\n\n  border:\n    1px solid\n    rgba(\n      255,\n      255,\n      255,\n      0.98\n    );\n\n  border-radius: 999px;\n\n  color: var(--deep);\n\n  font-size: 13px;\n\n  font-weight: 800;\n\n  text-align: center;\n}\n\n\n\/* =========================================================\n   IMAGE BLOCK\n========================================================= *\/\n\n.xav-cardigan-image {\n  width: 100%;\n\n  margin-top: 14px;\n\n  padding: 8px;\n\n  background: #f8f6f4;\n\n  border: 1px solid #e6e0db;\n\n  border-radius: 22px;\n\n  overflow: hidden;\n}\n\n.xav-cardigan-image img {\n  display: block;\n\n  width: 100% !important;\n\n  max-width: 100% !important;\n\n  height: auto !important;\n\n  margin: 0 auto;\n\n  border-radius: 16px;\n\n  object-fit: contain;\n}\n\n\n\/* =========================================================\n   SECTION HEADING\n========================================================= *\/\n\n.xav-cardigan-heading {\n  max-width: 780px;\n\n  margin: 0 auto 22px;\n\n  text-align: center;\n}\n\n.xav-cardigan-heading span {\n  display: inline-block;\n\n  margin-bottom: 7px;\n\n  color: var(--taupe);\n\n  font-size: 11px;\n\n  font-weight: 850;\n\n  letter-spacing: 1.1px;\n\n  text-transform: uppercase;\n}\n\n.xav-cardigan-heading h2 {\n  margin-bottom: 7px;\n\n  color: var(--deep);\n\n  font-size:\n    clamp(\n      25px,\n      3.4vw,\n      36px\n    );\n\n  line-height: 1.2;\n}\n\n.xav-cardigan-heading p {\n  margin-bottom: 0;\n\n  color: var(--muted);\n\n  font-size: 15px;\n}\n\n\n\/* =========================================================\n   SELLING POINT BLOCK\n========================================================= *\/\n\n.xav-cardigan-feature {\n  margin-bottom: 30px;\n}\n\n.xav-cardigan-feature-copy {\n  padding: 24px 27px;\n\n  background: #f3ece6;\n\n  border: 1px solid #e2d6cc;\n\n  border-radius: 18px;\n}\n\n.xav-cardigan-feature-copy h3 {\n  margin-bottom: 6px;\n\n  color: var(--deep);\n\n  font-size: 22px;\n\n  line-height: 1.25;\n}\n\n.xav-cardigan-feature-copy p {\n  margin-bottom: 0;\n\n  color: #72675f;\n\n  font-size: 15px;\n}\n\n\n\/* =========================================================\n   THREE SHORT FEATURES\n========================================================= *\/\n\n.xav-cardigan-card-grid {\n  display: grid;\n\n  grid-template-columns:\n    repeat(\n      3,\n      minmax(0, 1fr)\n    );\n\n  gap: 13px;\n}\n\n.xav-cardigan-card {\n  min-width: 0;\n\n  padding: 22px 12px;\n\n  background: #ffffff;\n\n  border: 1px solid var(--border);\n\n  border-radius: 16px;\n\n  text-align: center;\n\n  box-shadow:\n    0 7px 22px rgba(60, 47, 39, 0.045);\n}\n\n.xav-cardigan-card-icon {\n  width: 46px;\n  height: 46px;\n\n  margin: 0 auto 10px;\n\n  display: flex;\n\n  align-items: center;\n\n  justify-content: center;\n\n  background: #f1e8e1;\n\n  border-radius: 50%;\n\n  font-size: 22px;\n}\n\n.xav-cardigan-card h3 {\n  margin-bottom: 4px;\n\n  color: var(--deep);\n\n  font-size: 17px;\n\n  line-height: 1.25;\n}\n\n.xav-cardigan-card p {\n  margin-bottom: 0;\n\n  color: var(--muted);\n\n  font-size: 12px;\n\n  line-height: 1.35;\n}\n\n\n\/* =========================================================\n   STYLE GRID\n========================================================= *\/\n\n.xav-cardigan-style-grid {\n  display: grid;\n\n  grid-template-columns:\n    repeat(\n      3,\n      minmax(0, 1fr)\n    );\n\n  gap: 12px;\n}\n\n.xav-cardigan-style {\n  min-width: 0;\n\n  padding: 20px 12px;\n\n  background: #f3ece6;\n\n  border: 1px solid #e2d6cc;\n\n  border-radius: 15px;\n\n  text-align: center;\n}\n\n.xav-cardigan-style-number {\n  width: 34px;\n  height: 34px;\n\n  margin: 0 auto 9px;\n\n  display: flex;\n\n  align-items: center;\n\n  justify-content: center;\n\n  background: var(--brown);\n\n  border-radius: 50%;\n\n  color: #ffffff;\n\n  font-size: 14px;\n\n  font-weight: 800;\n}\n\n.xav-cardigan-style h3 {\n  margin-bottom: 4px;\n\n  color: var(--deep);\n\n  font-size: 15px;\n}\n\n.xav-cardigan-style p {\n  margin-bottom: 0;\n\n  color: var(--muted);\n\n  font-size: 12px;\n}\n\n\n\/* =========================================================\n   SPECS\n========================================================= *\/\n\n.xav-cardigan-spec-wrap {\n  padding: 8px;\n\n  background: #faf9f8;\n\n  border-radius: 22px;\n}\n\n.xav-cardigan-spec-box {\n  padding: 24px 27px;\n\n  background: #ffffff;\n\n  border: 1px solid #e4dfdb;\n\n  border-radius: 16px;\n}\n\n.xav-cardigan-spec-title {\n  margin-bottom: 17px;\n\n  color: var(--deep);\n\n  font-size: 22px;\n\n  font-weight: 800;\n}\n\n.xav-cardigan-spec-row {\n  display: grid;\n\n  grid-template-columns:\n    190px 1fr;\n\n  gap: 15px;\n\n  padding: 12px 0;\n\n  border-bottom:\n    1px solid #eeeae7;\n\n  font-size: 14px;\n}\n\n.xav-cardigan-spec-row:last-child {\n  border-bottom: 0;\n}\n\n.xav-cardigan-spec-label {\n  color: #4d443e;\n\n  font-weight: 700;\n}\n\n.xav-cardigan-spec-value {\n  color: #77706a;\n}\n\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.xav-cardigan-faq {\n  max-width: 920px;\n\n  margin: 0 auto;\n}\n\n.xav-cardigan-faq details {\n  margin-bottom: 10px;\n\n  background: #ffffff;\n\n  border: 1px solid var(--border);\n\n  border-radius: 14px;\n\n  overflow: hidden;\n\n  transition:\n    border-color 0.25s ease,\n    box-shadow 0.25s ease;\n}\n\n.xav-cardigan-faq details[open] {\n  border-color: #cdb9aa;\n\n  box-shadow:\n    0 6px 18px rgba(63, 49, 40, 0.06);\n}\n\n.xav-cardigan-faq summary {\n  position: relative;\n\n  padding:\n    17px 50px\n    17px 18px;\n\n  color: var(--deep);\n\n  font-size: 15px;\n\n  font-weight: 700;\n\n  cursor: pointer;\n\n  list-style: none;\n\n  user-select: none;\n}\n\n.xav-cardigan-faq summary::-webkit-details-marker {\n  display: none;\n}\n\n.xav-cardigan-faq summary::after {\n  content: \"\";\n\n  position: absolute;\n\n  top: 50%;\n  right: 20px;\n\n  width: 9px;\n  height: 9px;\n\n  border-right:\n    2px solid var(--taupe);\n\n  border-bottom:\n    2px solid var(--taupe);\n\n  transform:\n    translateY(-65%)\n    rotate(45deg);\n\n  transition:\n    transform 0.3s ease;\n}\n\n.xav-cardigan-faq details[open]\nsummary::after {\n  transform:\n    translateY(-30%)\n    rotate(225deg);\n}\n\n.xav-cardigan-faq-answer {\n  padding:\n    0 18px 18px;\n\n  color: var(--muted);\n\n  font-size: 14px;\n}\n\n\n\/* =========================================================\n   STORE GUARANTEES\n========================================================= *\/\n\n.xav-cardigan-guarantees {\n  display: grid;\n\n  grid-template-columns:\n    repeat(\n      3,\n      minmax(0, 1fr)\n    );\n\n  gap: 12px;\n}\n\n.xav-cardigan-guarantee {\n  min-width: 0;\n\n  padding: 21px 10px;\n\n  background: #ffffff;\n\n  border: 1px solid #e4ded9;\n\n  border-radius: 16px;\n\n  text-align: center;\n}\n\n.xav-cardigan-guarantee-icon {\n  margin-bottom: 6px;\n\n  font-size: 25px;\n}\n\n.xav-cardigan-guarantee h3 {\n  margin-bottom: 4px;\n\n  color: var(--deep);\n\n  font-size: 16px;\n\n  line-height: 1.25;\n}\n\n.xav-cardigan-guarantee p {\n  margin-bottom: 0;\n\n  color: var(--muted);\n\n  font-size: 11px;\n\n  line-height: 1.35;\n}\n\n\n\/* =========================================================\n   FINAL CTA\n========================================================= *\/\n\n.xav-cardigan-cta {\n  padding: 38px 24px;\n\n  background:\n    linear-gradient(\n      125deg,\n      #493b33 0%,\n      #665247 100%\n    );\n\n  border-radius: 22px;\n\n  text-align: center;\n\n  box-shadow:\n    0 12px 30px rgba(55, 42, 34, 0.2);\n}\n\n.xav-cardigan-cta h2 {\n  max-width: 720px;\n\n  margin: 0 auto 8px;\n\n  color: #ffffff;\n\n  font-size:\n    clamp(\n      26px,\n      3.7vw,\n      38px\n    );\n\n  line-height: 1.18;\n}\n\n.xav-cardigan-cta p {\n  max-width: 630px;\n\n  margin: 0 auto 21px;\n\n  color: #eee7e1;\n\n  font-size: 14px;\n}\n\n.xav-cardigan-buy {\n  display: inline-flex;\n\n  align-items: center;\n\n  justify-content: center;\n\n  min-width: 205px;\n\n  padding: 15px 29px;\n\n  background: #e7c9b2;\n\n  border:\n    2px solid\n    #e7c9b2;\n\n  border-radius: 999px;\n\n  color: #45352d !important;\n\n  text-decoration: none !important;\n\n  font-size: 16px;\n\n  font-weight: 900;\n\n  box-shadow:\n    0 7px 0 #a98267;\n\n  transform: translateY(0);\n\n  transition:\n    transform 0.18s ease,\n    box-shadow 0.18s ease,\n    background 0.18s ease;\n}\n\n.xav-cardigan-buy:hover {\n  background: #f0d7c4;\n\n  transform: translateY(-3px);\n\n  box-shadow:\n    0 10px 0 #a98267;\n}\n\n.xav-cardigan-buy:active {\n  transform: translateY(5px);\n\n  box-shadow:\n    0 2px 0 #a98267;\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media (max-width: 749px) {\n\n  .xav-cardigan-page {\n    padding-left: 10px;\n\n    padding-right: 10px;\n\n    padding-bottom: 35px;\n  }\n\n  .xav-cardigan-section {\n    margin-bottom: 31px;\n  }\n\n\n  \/* SIZE *\/\n\n  .xav-cardigan-size-copy {\n    padding: 21px 13px;\n\n    border-radius: 14px;\n  }\n\n  .xav-cardigan-size-label {\n    margin-bottom: 5px;\n\n    font-size: 9px;\n  }\n\n  .xav-cardigan-size-copy h2 {\n    margin-bottom: 5px;\n\n    font-size: 23px;\n  }\n\n  .xav-cardigan-size-copy p {\n    font-size: 11.5px;\n\n    line-height: 1.4;\n  }\n\n  .xav-cardigan-size-image {\n    margin-top: 9px;\n\n    padding: 4px;\n\n    border-radius: 14px;\n  }\n\n  .xav-cardigan-size-image img {\n    border-radius: 10px;\n  }\n\n  .xav-cardigan-size-tip {\n    margin-top: 8px;\n\n    padding: 10px;\n\n    font-size: 10px;\n  }\n\n\n  \/* HERO *\/\n\n  .xav-cardigan-hero {\n    padding: 25px 13px;\n\n    border-radius: 17px;\n  }\n\n  .xav-cardigan-eyebrow {\n    margin-bottom: 6px;\n\n    font-size: 9.5px;\n  }\n\n  .xav-cardigan-hero h2 {\n    font-size: 27px;\n\n    line-height: 1.14;\n  }\n\n  .xav-cardigan-hero \u003e p {\n    font-size: 13px;\n\n    line-height: 1.4;\n  }\n\n\n  \/* TOP FEATURES *\/\n\n  .xav-cardigan-mini-features {\n    grid-template-columns:\n      repeat(\n        3,\n        minmax(0, 1fr)\n      ) !important;\n\n    gap: 5px;\n\n    margin-top: 16px;\n  }\n\n  .xav-cardigan-mini-feature {\n    min-width: 0;\n\n    padding: 8px 2px;\n\n    border-radius: 9px;\n\n    font-size: 9px;\n\n    line-height: 1.2;\n  }\n\n\n  \/* IMAGE *\/\n\n  .xav-cardigan-image {\n    margin-top: 10px;\n\n    padding: 5px;\n\n    border-radius: 15px;\n  }\n\n  .xav-cardigan-image img {\n    border-radius: 11px;\n  }\n\n\n  \/* HEADINGS *\/\n\n  .xav-cardigan-heading {\n    margin-bottom: 16px;\n  }\n\n  .xav-cardigan-heading span {\n    font-size: 9px;\n  }\n\n  .xav-cardigan-heading h2 {\n    font-size: 24px;\n  }\n\n  .xav-cardigan-heading p {\n    font-size: 13px;\n  }\n\n\n  \/* FEATURE *\/\n\n  .xav-cardigan-feature-copy {\n    padding: 19px 15px;\n\n    border-radius: 14px;\n  }\n\n  .xav-cardigan-feature-copy h3 {\n    font-size: 19px;\n  }\n\n  .xav-cardigan-feature-copy p {\n    font-size: 13px;\n  }\n\n\n  \/* THREE BENEFITS *\/\n\n  .xav-cardigan-card-grid {\n    grid-template-columns:\n      repeat(\n        3,\n        minmax(0, 1fr)\n      ) !important;\n\n    gap: 5px;\n  }\n\n  .xav-cardigan-card {\n    min-width: 0;\n\n    padding: 13px 3px;\n\n    border-radius: 11px;\n  }\n\n  .xav-cardigan-card-icon {\n    width: 34px;\n    height: 34px;\n\n    margin-bottom: 6px;\n\n    font-size: 17px;\n  }\n\n  .xav-cardigan-card h3 {\n    margin-bottom: 3px;\n\n    font-size: 10.5px;\n\n    line-height: 1.15;\n  }\n\n  .xav-cardigan-card p {\n    font-size: 8.5px;\n\n    line-height: 1.25;\n  }\n\n\n  \/* STYLE *\/\n\n  .xav-cardigan-style-grid {\n    grid-template-columns:\n      repeat(\n        3,\n        minmax(0, 1fr)\n      ) !important;\n\n    gap: 5px;\n  }\n\n  .xav-cardigan-style {\n    min-width: 0;\n\n    padding: 12px 3px;\n\n    border-radius: 11px;\n  }\n\n  .xav-cardigan-style-number {\n    width: 29px;\n    height: 29px;\n\n    margin-bottom: 6px;\n\n    font-size: 11px;\n  }\n\n  .xav-cardigan-style h3 {\n    font-size: 10px;\n  }\n\n  .xav-cardigan-style p {\n    font-size: 8px;\n  }\n\n\n  \/* SPECS *\/\n\n  .xav-cardigan-spec-box {\n    padding: 17px 14px;\n  }\n\n  .xav-cardigan-spec-title {\n    font-size: 19px;\n  }\n\n  .xav-cardigan-spec-row {\n    grid-template-columns: 1fr;\n\n    gap: 3px;\n\n    padding: 10px 0;\n\n    font-size: 13px;\n  }\n\n\n  \/* FAQ *\/\n\n  .xav-cardigan-faq summary {\n    padding:\n      14px 43px\n      14px 14px;\n\n    font-size: 13px;\n  }\n\n  .xav-cardigan-faq-answer {\n    padding:\n      0 14px 15px;\n\n    font-size: 12.5px;\n  }\n\n\n  \/* GUARANTEES *\/\n\n  .xav-cardigan-guarantees {\n    grid-template-columns:\n      repeat(\n        3,\n        minmax(0, 1fr)\n      ) !important;\n\n    gap: 5px;\n  }\n\n  .xav-cardigan-guarantee {\n    min-width: 0;\n\n    padding: 13px 3px;\n\n    border-radius: 11px;\n  }\n\n  .xav-cardigan-guarantee-icon {\n    margin-bottom: 4px;\n\n    font-size: 19px;\n  }\n\n  .xav-cardigan-guarantee h3 {\n    margin-bottom: 3px;\n\n    font-size: 9.5px;\n\n    line-height: 1.15;\n  }\n\n  .xav-cardigan-guarantee p {\n    font-size: 7.8px;\n\n    line-height: 1.25;\n  }\n\n\n  \/* CTA *\/\n\n  .xav-cardigan-cta {\n    padding: 29px 14px;\n\n    border-radius: 17px;\n  }\n\n  .xav-cardigan-cta h2 {\n    font-size: 25px;\n  }\n\n  .xav-cardigan-cta p {\n    font-size: 12.5px;\n  }\n\n  .xav-cardigan-buy {\n    width: 100%;\n\n    max-width: 310px;\n  }\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"xav-cardigan-page\"\u003e\n\n\n  \u003c!-- =====================================================\n       SIZE GUIDE FIRST\n  ====================================================== --\u003e\n\n  \u003csection class=\"xav-cardigan-section\"\u003e\n\n    \u003c!-- SIZE TEXT BLOCK --\u003e\n\n    \u003cdiv class=\"xav-cardigan-size-copy\"\u003e\n\n      \u003cspan class=\"xav-cardigan-size-label\"\u003e\n        CHECK YOUR SIZE FIRST\n      \u003c\/span\u003e\n\n      \u003ch2\u003e\n        Find Your Best Fit\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Compare the garment measurements below before choosing your size.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- SIZE IMAGE BLOCK --\u003e\n\n    \u003cdiv class=\"xav-cardigan-size-image\"\u003e\n\n      \u003cimg src=\"https:\/\/xavellune.com\/cdn\/shop\/files\/7_954ebc9b-663e-41e1-ae7d-9af542b7192b.png?v=1789721401\u0026amp;width=1946\" alt=\"Women's Chunky Knit Cardigan Size Chart\" loading=\"eager\"\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"xav-cardigan-size-tip\"\u003e\n\n      \u003cstrong\u003eFit Tip:\u003c\/strong\u003e\n      The chart lists garment measurements in inches from S–XXXL.\n      Please allow approximately 1 inch variation due to manual measurement.\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =====================================================\n       HERO\n  ====================================================== --\u003e\n\n  \u003csection class=\"xav-cardigan-section\"\u003e\n\n    \u003cdiv class=\"xav-cardigan-hero\"\u003e\n\n      \u003cspan class=\"xav-cardigan-eyebrow\"\u003e\n        YOUR COZY FALL LAYER\n      \u003c\/span\u003e\n\n      \u003ch2\u003e\n        Chunky Knit. Easy Style.\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        A relaxed cropped cardigan made for effortless fall layering.\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"xav-cardigan-mini-features\"\u003e\n\n        \u003cdiv class=\"xav-cardigan-mini-feature\"\u003e\n          Chunky Knit\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"xav-cardigan-mini-feature\"\u003e\n          Relaxed Fit\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"xav-cardigan-mini-feature\"\u003e\n          Cropped Style\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"xav-cardigan-image\"\u003e\n\n      \u003cimg src=\"https:\/\/xavellune.com\/cdn\/shop\/files\/1_4bd677d6-f808-4020-8207-c8cdbc1d9097.png?v=1789721402\u0026amp;width=1946\" alt=\"Women's chunky knit cropped cardigan\" loading=\"eager\"\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =====================================================\n       CORE SELLING POINTS\n  ====================================================== --\u003e\n\n  \u003csection class=\"xav-cardigan-section\"\u003e\n\n    \u003cdiv class=\"xav-cardigan-heading\"\u003e\n\n      \u003cspan\u003e\n        COZY TEXTURE, POLISHED DETAILS\n      \u003c\/span\u003e\n\n      \u003ch2\u003e\n        The Cardigan You'll Reach for All Fall\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        An easy statement layer that works with denim, dresses and workwear.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n\n    \u003c!-- FEATURE 1 --\u003e\n\n    \u003cdiv class=\"xav-cardigan-feature\"\u003e\n\n      \u003cdiv class=\"xav-cardigan-feature-copy\"\u003e\n\n        \u003ch3\u003e\n          Cozy Chunky Knit Texture\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          A dimensional knit gives the cardigan a soft, cozy fall look with plenty of visual texture.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"xav-cardigan-image\"\u003e\n\n        \u003cimg src=\"https:\/\/xavellune.com\/cdn\/shop\/files\/3_b48562cb-b534-47d9-80a8-42a8657c025e.png?v=1789721402\u0026amp;width=1946\" alt=\"Chunky knit cardigan texture and ribbed details\" loading=\"lazy\"\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n\n    \u003c!-- FEATURE 2 --\u003e\n\n    \u003cdiv class=\"xav-cardigan-feature\"\u003e\n\n      \u003cdiv class=\"xav-cardigan-feature-copy\"\u003e\n\n        \u003ch3\u003e\n          Designed in Every Detail\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          A deep V-neck, cream buttons, wide ribbed cuffs and cropped hem create a more elevated finish.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"xav-cardigan-image\"\u003e\n\n        \u003cimg src=\"https:\/\/xavellune.com\/cdn\/shop\/files\/6_b1fb8471-15c1-4f84-a694-9f7a834c26c3.png?v=1789721401\u0026amp;width=1946\" alt=\"Deep V-neck cream buttons ribbed cuffs and cropped hem\" loading=\"lazy\"\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n\n    \u003c!-- FEATURE 3 --\u003e\n\n    \u003cdiv class=\"xav-cardigan-feature\"\u003e\n\n      \u003cdiv class=\"xav-cardigan-feature-copy\"\u003e\n\n        \u003ch3\u003e\n          Relaxed Sleeves, Easy Layering\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Full sleeves with a roomy silhouette create a relaxed look while the ribbed cuffs add shape.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"xav-cardigan-image\"\u003e\n\n        \u003cimg src=\"https:\/\/xavellune.com\/cdn\/shop\/files\/2_1ab696e4-fad7-4433-8375-ca6ce96ecf38.png?v=1789721401\u0026amp;width=1946\" alt=\"Women's relaxed sleeve chunky knit cardigan\" loading=\"lazy\"\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n\n    \u003c!-- FEATURE 4 --\u003e\n\n    \u003cdiv class=\"xav-cardigan-feature\"\u003e\n\n      \u003cdiv class=\"xav-cardigan-feature-copy\"\u003e\n\n        \u003ch3\u003e\n          Cozy From Day to Night\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Throw it over a tank, dress or work top whenever your outfit needs an easy extra layer.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"xav-cardigan-image\"\u003e\n\n        \u003cimg src=\"https:\/\/xavellune.com\/cdn\/shop\/files\/5_b7253a7d-46da-4875-9335-6dbe8c5ae909.png?v=1789721402\u0026amp;width=1946\" alt=\"Cozy women's chunky knit cardigan day to night\" loading=\"lazy\"\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =====================================================\n       THREE SHORT FEATURES\n  ====================================================== --\u003e\n\n  \u003csection class=\"xav-cardigan-section\"\u003e\n\n    \u003cdiv class=\"xav-cardigan-heading\"\u003e\n\n      \u003cspan\u003e\n        MADE FOR FALL\n      \u003c\/span\u003e\n\n      \u003ch2\u003e\n        Cozy Without Looking Bulky\n      \u003c\/h2\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"xav-cardigan-card-grid\"\u003e\n\n\n      \u003cdiv class=\"xav-cardigan-card\"\u003e\n\n        \u003cdiv class=\"xav-cardigan-card-icon\"\u003e\n          🧶\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Chunky Texture\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Cozy Knit\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"xav-cardigan-card\"\u003e\n\n        \u003cdiv class=\"xav-cardigan-card-icon\"\u003e\n          ♡\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Easy Layering\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Fall Ready\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"xav-cardigan-card\"\u003e\n\n        \u003cdiv class=\"xav-cardigan-card-icon\"\u003e\n          ✨\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Cropped Shape\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Easy Style\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =====================================================\n       STYLE OPTIONS\n  ====================================================== --\u003e\n\n  \u003csection class=\"xav-cardigan-section\"\u003e\n\n    \u003cdiv class=\"xav-cardigan-heading\"\u003e\n\n      \u003cspan\u003e\n        ONE CARDIGAN, THREE MOODS\n      \u003c\/span\u003e\n\n      \u003ch2\u003e\n        Style It Your Way\n      \u003c\/h2\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"xav-cardigan-style-grid\"\u003e\n\n\n      \u003cdiv class=\"xav-cardigan-style\"\u003e\n\n        \u003cdiv class=\"xav-cardigan-style-number\"\u003e\n          1\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Everyday\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Denim + Tank\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"xav-cardigan-style\"\u003e\n\n        \u003cdiv class=\"xav-cardigan-style-number\"\u003e\n          2\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Dinner\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Dress It Up\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"xav-cardigan-style\"\u003e\n\n        \u003cdiv class=\"xav-cardigan-style-number\"\u003e\n          3\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Work\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Polished Layer\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"xav-cardigan-image\"\u003e\n\n      \u003cimg src=\"https:\/\/xavellune.com\/cdn\/shop\/files\/4_1bd4b619-1c8b-4ea3-b5f0-9be98da1eab0.png?v=1789721401\u0026amp;width=1946\" alt=\"Three ways to style women's chunky knit cardigan\" loading=\"lazy\"\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =====================================================\n       FALL OUTFIT\n  ====================================================== --\u003e\n\n  \u003csection class=\"xav-cardigan-section\"\u003e\n\n    \u003cdiv class=\"xav-cardigan-feature\"\u003e\n\n      \u003cdiv class=\"xav-cardigan-feature-copy\"\u003e\n\n        \u003ch3\u003e\n          The Layer That Finishes the Outfit\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          The cropped length pairs easily with high-rise denim, trousers, skirts and dresses.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"xav-cardigan-image\"\u003e\n\n        \u003cimg src=\"https:\/\/xavellune.com\/cdn\/shop\/files\/5_b7253a7d-46da-4875-9335-6dbe8c5ae909.png?v=1789721402\u0026amp;width=1946\" alt=\"Women's cropped cardigan fall outfit\" loading=\"lazy\"\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =====================================================\n       PRODUCT DETAILS\n  ====================================================== --\u003e\n\n  \u003csection class=\"xav-cardigan-section\"\u003e\n\n    \u003cdiv class=\"xav-cardigan-heading\"\u003e\n\n      \u003cspan\u003e\n        PRODUCT DETAILS\n      \u003c\/span\u003e\n\n      \u003ch2\u003e\n        Designed for Easy Fall Layering\n      \u003c\/h2\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"xav-cardigan-spec-wrap\"\u003e\n\n      \u003cdiv class=\"xav-cardigan-spec-box\"\u003e\n\n        \u003cdiv class=\"xav-cardigan-spec-title\"\u003e\n          Women's Chunky Knit Cardigan\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"xav-cardigan-spec-row\"\u003e\n\n          \u003cdiv class=\"xav-cardigan-spec-label\"\u003e\n            Style\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"xav-cardigan-spec-value\"\u003e\n            Casual Chunky Knit Cardigan\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"xav-cardigan-spec-row\"\u003e\n\n          \u003cdiv class=\"xav-cardigan-spec-label\"\u003e\n            Neckline\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"xav-cardigan-spec-value\"\u003e\n            Deep V-Neck\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"xav-cardigan-spec-row\"\u003e\n\n          \u003cdiv class=\"xav-cardigan-spec-label\"\u003e\n            Closure\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"xav-cardigan-spec-value\"\u003e\n            Button Front\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"xav-cardigan-spec-row\"\u003e\n\n          \u003cdiv class=\"xav-cardigan-spec-label\"\u003e\n            Buttons\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"xav-cardigan-spec-value\"\u003e\n            Cream Statement Buttons\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"xav-cardigan-spec-row\"\u003e\n\n          \u003cdiv class=\"xav-cardigan-spec-label\"\u003e\n            Sleeves\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"xav-cardigan-spec-value\"\u003e\n            Relaxed Long Sleeves\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"xav-cardigan-spec-row\"\u003e\n\n          \u003cdiv class=\"xav-cardigan-spec-label\"\u003e\n            Cuffs\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"xav-cardigan-spec-value\"\u003e\n            Wide Ribbed Cuffs\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"xav-cardigan-spec-row\"\u003e\n\n          \u003cdiv class=\"xav-cardigan-spec-label\"\u003e\n            Hem\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"xav-cardigan-spec-value\"\u003e\n            Cropped Ribbed Hem\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"xav-cardigan-spec-row\"\u003e\n\n          \u003cdiv class=\"xav-cardigan-spec-label\"\u003e\n            Texture\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"xav-cardigan-spec-value\"\u003e\n            Chunky Knit\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"xav-cardigan-spec-row\"\u003e\n\n          \u003cdiv class=\"xav-cardigan-spec-label\"\u003e\n            Sizes\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"xav-cardigan-spec-value\"\u003e\n            S \/ M \/ L \/ XL \/ XXL \/ XXXL\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"xav-cardigan-spec-row\"\u003e\n\n          \u003cdiv class=\"xav-cardigan-spec-label\"\u003e\n            Best For\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"xav-cardigan-spec-value\"\u003e\n            Fall, Everyday Wear, Work, Dinner \u0026amp; Layering\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"xav-cardigan-spec-row\"\u003e\n\n          \u003cdiv class=\"xav-cardigan-spec-label\"\u003e\n            Fit Reference\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"xav-cardigan-spec-value\"\u003e\n            See Size Chart Above\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =====================================================\n       FAQ\n  ====================================================== --\u003e\n\n  \u003csection class=\"xav-cardigan-section\"\u003e\n\n    \u003cdiv class=\"xav-cardigan-heading\"\u003e\n\n      \u003cspan\u003e\n        QUESTIONS, ANSWERED\n      \u003c\/span\u003e\n\n      \u003ch2\u003e\n        Frequently Asked Questions\n      \u003c\/h2\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"xav-cardigan-faq\"\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          How should I choose my size?\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"xav-cardigan-faq-answer\"\u003e\n          Use the size chart at the very top of this page.\n          Compare the cardigan's bust measurement with a cardigan\n          or sweater you already like the fit of.\n        \u003c\/div\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          What sizes are available?\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"xav-cardigan-faq-answer\"\u003e\n          The size chart includes S, M, L, XL, XXL and XXXL.\n        \u003c\/div\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          Is this cardigan cropped?\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"xav-cardigan-faq-answer\"\u003e\n          Yes. It has a shorter cropped hem designed to pair easily\n          with high-rise jeans, trousers, skirts and dresses.\n        \u003c\/div\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          Does it have buttons?\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"xav-cardigan-faq-answer\"\u003e\n          Yes. The cardigan features a button-front design with\n          contrasting cream statement buttons.\n        \u003c\/div\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          What type of neckline does it have?\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"xav-cardigan-faq-answer\"\u003e\n          It features a deep V-neckline with ribbed knit trim.\n        \u003c\/div\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          What do the sleeves look like?\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"xav-cardigan-faq-answer\"\u003e\n          The cardigan has relaxed full-length sleeves finished\n          with wide fitted ribbed cuffs.\n        \u003c\/div\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          Can I wear it to work?\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"xav-cardigan-faq-answer\"\u003e\n          Yes. Pair it with a fitted top and tailored trousers\n          for an easy polished fall work outfit.\n        \u003c\/div\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          Can I dress it up?\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"xav-cardigan-faq-answer\"\u003e\n          Yes. The cropped shape and statement buttons work well\n          over dresses and more polished evening outfits.\n        \u003c\/div\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          What is the fabric composition?\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"xav-cardigan-faq-answer\"\u003e\n          The current product page does not list a verified fiber\n          composition, so please refer to the garment care label\n          for exact material information.\n        \u003c\/div\u003e\n\n      \u003c\/details\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =====================================================\n       GUARANTEES\n  ====================================================== --\u003e\n\n  \u003csection class=\"xav-cardigan-section\"\u003e\n\n    \u003cdiv class=\"xav-cardigan-heading\"\u003e\n\n      \u003cspan\u003e\n        SHOP WITH CONFIDENCE\n      \u003c\/span\u003e\n\n      \u003ch2\u003e\n        You're Covered\n      \u003c\/h2\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"xav-cardigan-guarantees\"\u003e\n\n\n      \u003cdiv class=\"xav-cardigan-guarantee\"\u003e\n\n        \u003cdiv class=\"xav-cardigan-guarantee-icon\"\u003e\n          📦\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Tracked Shipping\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Order Tracking\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"xav-cardigan-guarantee\"\u003e\n\n        \u003cdiv class=\"xav-cardigan-guarantee-icon\"\u003e\n          ↺\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          14-Day Returns\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Easy Returns\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"xav-cardigan-guarantee\"\u003e\n\n        \u003cdiv class=\"xav-cardigan-guarantee-icon\"\u003e\n          🔒\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Secure Checkout\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Safe Payment\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =====================================================\n       FINAL CTA\n  ====================================================== --\u003e\n\n  \u003csection class=\"xav-cardigan-section\"\u003e\n\n    \u003cdiv class=\"xav-cardigan-cta\"\u003e\n\n      \u003ch2\u003e\n        Meet Your New Favorite Fall Layer\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Cozy texture, easy styling and a cropped shape made for everyday outfits.\n      \u003c\/p\u003e\n\n\n      \u003ca class=\"xav-cardigan-buy\" href=\"\/zh\/products\/womens-chunky-knit-open-front-cardigan-sweaters-fall-outfits-v-neck-button-loose-short-cardigan-outerwear-coats\"\u003e\n        BUY NOW\n      \u003c\/a\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\u003c\/div\u003e","brand":"YY","offers":[{"title":"Red \/ S","offer_id":44935337115737,"sku":"NC01792609186193-开衫深红色-S","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Red \/ M","offer_id":44935337148505,"sku":"NC01792609186193-开衫深红色-M","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Red \/ L","offer_id":44935337181273,"sku":"NC01792609186193-开衫深红色-L","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Red \/ XL","offer_id":44935337214041,"sku":"NC01792609186193-开衫深红色-XL","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Red \/ 2XL","offer_id":44935337246809,"sku":"NC01792609186193-开衫深红色-2XL","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Red \/ 3XL","offer_id":44935337279577,"sku":"NC01792609186193-开衫深红色-3XL","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Green \/ S","offer_id":44935337312345,"sku":"NC01792609186193-开衫墨绿色-S","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Green \/ M","offer_id":44935337345113,"sku":"NC01792609186193-开衫墨绿色-M","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Green \/ L","offer_id":44935337377881,"sku":"NC01792609186193-开衫墨绿色-L","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Green \/ XL","offer_id":44935337410649,"sku":"NC01792609186193-开衫墨绿色-XL","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Green \/ 2XL","offer_id":44935337443417,"sku":"NC01792609186193-开衫墨绿色-2XL","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Green \/ 3XL","offer_id":44935337476185,"sku":"NC01792609186193-开衫墨绿色-3XL","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Apricot \/ S","offer_id":44935337508953,"sku":"NC01792609186193-开衫杏色-S","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Apricot \/ M","offer_id":44935337541721,"sku":"NC01792609186193-开衫杏色-M","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Apricot \/ L","offer_id":44935337574489,"sku":"NC01792609186193-开衫杏色-L","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Apricot \/ XL","offer_id":44935337607257,"sku":"NC01792609186193-开衫杏色-XL","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Apricot \/ 2XL","offer_id":44935337640025,"sku":"NC01792609186193-开衫杏色-2XL","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Apricot \/ 3XL","offer_id":44935337672793,"sku":"NC01792609186193-开衫杏色-3XL","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Rose red \/ S","offer_id":44935337705561,"sku":"NC01792609186193-开衫玫红色-S","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Rose red \/ M","offer_id":44935337738329,"sku":"NC01792609186193-开衫玫红色-M","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Rose red \/ L","offer_id":44935337771097,"sku":"NC01792609186193-开衫玫红色-L","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Rose red \/ XL","offer_id":44935337803865,"sku":"NC01792609186193-开衫玫红色-XL","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Rose red \/ 2XL","offer_id":44935337836633,"sku":"NC01792609186193-开衫玫红色-2XL","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Rose red \/ 3XL","offer_id":44935337869401,"sku":"NC01792609186193-开衫玫红色-3XL","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ S","offer_id":44935337902169,"sku":"NC01792609186193-开衫黑色-S","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ M","offer_id":44935337934937,"sku":"NC01792609186193-开衫黑色-M","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ L","offer_id":44935337967705,"sku":"NC01792609186193-开衫黑色-L","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ XL","offer_id":44935338000473,"sku":"NC01792609186193-开衫黑色-XL","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 2XL","offer_id":44935338033241,"sku":"NC01792609186193-开衫黑色-2XL","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 3XL","offer_id":44935338066009,"sku":"NC01792609186193-开衫黑色-3XL","price":52.0,"currency_code":"USD","in_stock":true},{"title":"White \/ S","offer_id":44935338098777,"sku":"NC01792609186193-开衫白色-S","price":52.0,"currency_code":"USD","in_stock":true},{"title":"White \/ M","offer_id":44935338131545,"sku":"NC01792609186193-开衫白色-M","price":52.0,"currency_code":"USD","in_stock":true},{"title":"White \/ L","offer_id":44935338164313,"sku":"NC01792609186193-开衫白色-L","price":52.0,"currency_code":"USD","in_stock":true},{"title":"White \/ XL","offer_id":44935338197081,"sku":"NC01792609186193-开衫白色-XL","price":52.0,"currency_code":"USD","in_stock":true},{"title":"White \/ 2XL","offer_id":44935338229849,"sku":"NC01792609186193-开衫白色-2XL","price":52.0,"currency_code":"USD","in_stock":true},{"title":"White \/ 3XL","offer_id":44935338262617,"sku":"NC01792609186193-开衫白色-3XL","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Khaki \/ S","offer_id":44935338295385,"sku":"NC01792609186193-开衫卡其色-S","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Khaki \/ M","offer_id":44935338328153,"sku":"NC01792609186193-开衫卡其色-M","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Khaki \/ L","offer_id":44935338360921,"sku":"NC01792609186193-开衫卡其色-L","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Khaki \/ XL","offer_id":44935338393689,"sku":"NC01792609186193-开衫卡其色-XL","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Khaki \/ 2XL","offer_id":44935338426457,"sku":"NC01792609186193-开衫卡其色-2XL","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Khaki \/ 3XL","offer_id":44935338459225,"sku":"NC01792609186193-开衫卡其色-3XL","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Grey \/ S","offer_id":44935338491993,"sku":"NC01792609186193-开衫灰色-S","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Grey \/ M","offer_id":44935338524761,"sku":"NC01792609186193-开衫灰色-M","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Grey \/ L","offer_id":44935338557529,"sku":"NC01792609186193-开衫灰色-L","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Grey \/ XL","offer_id":44935338590297,"sku":"NC01792609186193-开衫灰色-XL","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Grey \/ 2XL","offer_id":44935338623065,"sku":"NC01792609186193-开衫灰色-2XL","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Grey \/ 3XL","offer_id":44935338655833,"sku":"NC01792609186193-开衫灰色-3XL","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Orange \/ S","offer_id":44935338688601,"sku":"NC01792609186193-开衫橙红色-S","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Orange \/ M","offer_id":44935338721369,"sku":"NC01792609186193-开衫橙红色-M","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Orange \/ L","offer_id":44935338754137,"sku":"NC01792609186193-开衫橙红色-L","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Orange \/ XL","offer_id":44935338786905,"sku":"NC01792609186193-开衫橙红色-XL","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Orange \/ 2XL","offer_id":44935338819673,"sku":"NC01792609186193-开衫橙红色-2XL","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Orange \/ 3XL","offer_id":44935338852441,"sku":"NC01792609186193-开衫橙红色-3XL","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Pueple \/ S","offer_id":44935338885209,"sku":"NC01792609186193-开衫紫色-S","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Pueple \/ M","offer_id":44935338917977,"sku":"NC01792609186193-开衫紫色-M","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Pueple \/ L","offer_id":44935338950745,"sku":"NC01792609186193-开衫紫色-L","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Pueple \/ XL","offer_id":44935338983513,"sku":"NC01792609186193-开衫紫色-XL","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Pueple \/ 2XL","offer_id":44935339016281,"sku":"NC01792609186193-开衫紫色-2XL","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Pueple \/ 3XL","offer_id":44935339049049,"sku":"NC01792609186193-开衫紫色-3XL","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Camel \/ S","offer_id":44935339081817,"sku":"NC01792609186193-开衫驼色-S","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Camel \/ M","offer_id":44935339114585,"sku":"NC01792609186193-开衫驼色-M","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Camel \/ L","offer_id":44935339147353,"sku":"NC01792609186193-开衫驼色-L","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Camel \/ XL","offer_id":44935339180121,"sku":"NC01792609186193-开衫驼色-XL","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Camel \/ 2XL","offer_id":44935339212889,"sku":"NC01792609186193-开衫驼色-2XL","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Camel \/ 3XL","offer_id":44935339245657,"sku":"NC01792609186193-开衫驼色-3XL","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Coffee \/ S","offer_id":44935339278425,"sku":"NC01792609186193-开衫咖啡色-S","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Coffee \/ M","offer_id":44935339311193,"sku":"NC01792609186193-开衫咖啡色-M","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Coffee \/ L","offer_id":44935339343961,"sku":"NC01792609186193-开衫咖啡色-L","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Coffee \/ XL","offer_id":44935339376729,"sku":"NC01792609186193-开衫咖啡色-XL","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Coffee \/ 2XL","offer_id":44935339409497,"sku":"NC01792609186193-开衫咖啡色-2XL","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Coffee \/ 3XL","offer_id":44935339442265,"sku":"NC01792609186193-开衫咖啡色-3XL","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Light grey \/ S","offer_id":44935339475033,"sku":"NC01792609186193-开衫浅灰色-S","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Light grey \/ M","offer_id":44935339507801,"sku":"NC01792609186193-开衫浅灰色-M","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Light grey \/ L","offer_id":44935339540569,"sku":"NC01792609186193-开衫浅灰色-L","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Light grey \/ XL","offer_id":44935339573337,"sku":"NC01792609186193-开衫浅灰色-XL","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Light grey \/ 2XL","offer_id":44935339606105,"sku":"NC01792609186193-开衫浅灰色-2XL","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Light grey \/ 3XL","offer_id":44935339638873,"sku":"NC01792609186193-开衫浅灰色-3XL","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Pink \/ S","offer_id":44935339671641,"sku":"NC01792609186193-开衫粉红色-S","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Pink \/ M","offer_id":44935339704409,"sku":"NC01792609186193-开衫粉红色-M","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Pink \/ L","offer_id":44935339737177,"sku":"NC01792609186193-开衫粉红色-L","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Pink \/ XL","offer_id":44935339769945,"sku":"NC01792609186193-开衫粉红色-XL","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Pink \/ 2XL","offer_id":44935339802713,"sku":"NC01792609186193-开衫粉红色-2XL","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Pink \/ 3XL","offer_id":44935339835481,"sku":"NC01792609186193-开衫粉红色-3XL","price":52.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/3829\/3081\/files\/1_4bd677d6-f808-4020-8207-c8cdbc1d9097.png?v=1789790009","url":"https:\/\/treavhds.com\/zh\/products\/womens-chunky-knit-open-front-cardigan-sweaters-fall-outfits-v-neck-button-loose-short-cardigan-outerwear-coats","provider":"treavhds","version":"1.0","type":"link"}