{"product_id":"women-s-lightweight-layering-top-relaxed-fit-everyday-essential","title":"Women’s Lightweight Layering Top – Relaxed Fit Everyday Essential","description":"\u003cstyle\u003e\n\/* =========================================\n   WOMEN'S LIGHTWEIGHT HENLEY PULLOVER\n   KHAKI + COFFEE THEME\n========================================= *\/\n\n.hp-page,\n.hp-page * {\n  box-sizing: border-box;\n}\n\n.hp-page {\n  --khaki: #a38b6d;\n  --coffee: #5a4332;\n  --khaki-soft: #f1eadf;\n  --khaki-light: #e8decf;\n  --cream: #fbf8f2;\n  --soft: #f5f0e8;\n  --text: #443b34;\n  --muted: #786e65;\n  --line: #e4dbcf;\n\n  width: 100%;\n  max-width: 1080px;\n  margin: 0 auto;\n  color: var(--text);\n  font-family: Arial, Helvetica, sans-serif;\n  font-size: 14px;\n  line-height: 1.45;\n}\n\n.hp-page h1,\n.hp-page h2,\n.hp-page h3,\n.hp-page p {\n  margin-top: 0;\n}\n\n.hp-page h2 {\n  color: var(--coffee);\n  font-size: clamp(23px, 3.4vw, 32px);\n  line-height: 1.16;\n  margin-bottom: 8px;\n}\n\n.hp-section {\n  padding: 9px 12px 16px;\n}\n\n.hp-intro {\n  max-width: 720px;\n  margin: 0 auto 16px;\n  color: var(--muted);\n  text-align: center;\n  line-height: 1.35;\n}\n\n\/* =========================================\n   SIZE GUIDE\n========================================= *\/\n\n.hp-size {\n  margin: 0 12px 18px;\n  padding: 22px 18px;\n  background: var(--khaki-soft);\n  border: 1px solid var(--line);\n  border-radius: 19px;\n  text-align: center;\n}\n\n.hp-size-kicker {\n  margin: 0 0 6px !important;\n  color: #8b7257;\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 1.4px;\n}\n\n.hp-size h2 {\n  margin: 0 0 7px;\n  color: var(--coffee);\n  font-size: clamp(23px, 3.3vw, 30px);\n  font-weight: 800;\n}\n\n.hp-size \u003e p {\n  max-width: 720px;\n  margin: 0 auto 14px;\n  color: var(--muted);\n  font-size: 13px;\n  line-height: 1.4;\n}\n\n.hp-size-image {\n  width: 100%;\n  overflow: hidden;\n  background: #fff;\n  border-radius: 16px;\n}\n\n.hp-size-image img {\n  display: block;\n  width: 100% !important;\n  max-width: 100% !important;\n  height: auto !important;\n  object-fit: contain !important;\n  border-radius: 16px !important;\n  margin: 0 auto;\n}\n\n.hp-size-tip {\n  margin-top: 12px;\n  padding: 12px 14px;\n  background: #fff;\n  border: 1px solid var(--line);\n  border-radius: 12px;\n  color: #6a5c50;\n  font-size: 12px;\n  line-height: 1.42;\n}\n\n.hp-size-tip strong {\n  color: var(--coffee);\n}\n\n\/* =========================================\n   HERO\n========================================= *\/\n\n.hp-hero {\n  margin: 0 12px 14px;\n  padding: 28px 22px 26px;\n  background: linear-gradient(\n    135deg,\n    #604936,\n    #947657\n  );\n  color: #fff;\n  border-radius: 22px;\n  text-align: center;\n}\n\n.hp-kicker {\n  margin-bottom: 7px !important;\n  color: #efe2d0;\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 1.4px;\n}\n\n.hp-hero h1 {\n  max-width: 820px;\n  margin: 0 auto 9px;\n  color: #fff;\n  font-size: clamp(24px, 3.8vw, 35px);\n  font-weight: 800;\n  line-height: 1.1;\n}\n\n.hp-hero p {\n  max-width: 720px;\n  margin: 0 auto;\n  color: #f8f2e9;\n  font-size: 14px;\n  line-height: 1.35;\n}\n\n\/* =========================================\n   IMAGES\n========================================= *\/\n\n.hp-image-area {\n  width: 100%;\n  padding: 0 12px 13px;\n}\n\n.hp-image {\n  width: 100%;\n  overflow: hidden;\n  border-radius: 19px;\n}\n\n.hp-image + .hp-image {\n  margin-top: 12px;\n}\n\n.hp-page img {\n  display: block;\n  width: 100% !important;\n  max-width: 100% !important;\n  height: auto !important;\n  object-fit: contain !important;\n  border-radius: 19px !important;\n  margin: 0 auto;\n}\n\n\/* =========================================\n   CORE BENEFITS\n========================================= *\/\n\n.hp-cards {\n  display: grid;\n  grid-template-columns: repeat(4, minmax(0, 1fr));\n  gap: 10px;\n}\n\n.hp-card {\n  padding: 17px 10px;\n  background: #fff;\n  border: 1px solid var(--line);\n  border-radius: 15px;\n  text-align: center;\n}\n\n.hp-card-icon {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  width: 38px;\n  height: 38px;\n  margin: 0 auto 9px;\n  background: var(--khaki-soft);\n  color: var(--khaki);\n  border-radius: 50%;\n}\n\n.hp-card-icon svg {\n  width: 21px;\n  height: 21px;\n  fill: none;\n  stroke: currentColor;\n  stroke-width: 1.7;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n.hp-card h3 {\n  margin-bottom: 5px;\n  color: var(--coffee);\n  font-size: 15px;\n  line-height: 1.2;\n}\n\n.hp-card p {\n  margin: 0;\n  color: var(--muted);\n  font-size: 12px;\n  line-height: 1.3;\n}\n\n\/* =========================================\n   DETAILED FEATURES\n========================================= *\/\n\n.hp-feature {\n  padding: 17px 15px;\n  background: var(--cream);\n  border: 1px solid var(--line);\n  border-radius: 17px;\n  text-align: center;\n}\n\n.hp-feature h3 {\n  margin-bottom: 7px;\n  color: var(--coffee);\n  font-size: clamp(20px, 2.7vw, 26px);\n  line-height: 1.16;\n}\n\n.hp-feature p {\n  max-width: 750px;\n  margin: 0 auto;\n  color: var(--muted);\n  line-height: 1.34;\n}\n\n\/* =========================================\n   SPECIFICATIONS\n========================================= *\/\n\n.hp-spec {\n  padding: 23px 19px;\n  background: var(--soft);\n  border: 1px solid var(--line);\n  border-radius: 19px;\n}\n\n.hp-spec h2,\n.hp-spec-note {\n  text-align: center;\n}\n\n.hp-spec-note {\n  margin-bottom: 15px !important;\n  color: var(--muted);\n}\n\n.hp-spec-box {\n  overflow: hidden;\n  background: #fff;\n  border: 1px solid var(--line);\n  border-radius: 13px;\n}\n\n.hp-spec-row {\n  display: grid;\n  grid-template-columns: 36% 64%;\n  border-bottom: 1px solid var(--line);\n}\n\n.hp-spec-row:last-child {\n  border-bottom: 0;\n}\n\n.hp-spec-name,\n.hp-spec-value {\n  padding: 13px 15px;\n  font-size: 13px;\n}\n\n.hp-spec-name {\n  background: #e9dfd2;\n  color: #5d4938;\n  font-weight: 700;\n}\n\n.hp-spec-value {\n  color: #72675d;\n}\n\n\/* =========================================\n   FAQ\n========================================= *\/\n\n.hp-faq-wrap {\n  max-width: 870px;\n  margin: 17px auto 0;\n}\n\n.hp-faq {\n  margin-bottom: 9px;\n  overflow: hidden;\n  background: #fff;\n  border: 1px solid var(--line);\n  border-radius: 13px;\n}\n\n.hp-faq summary {\n  display: block;\n  position: relative;\n  padding: 16px 45px 16px 17px;\n  color: var(--coffee);\n  font-weight: 700;\n  list-style: none;\n  cursor: pointer;\n  user-select: none;\n}\n\n.hp-faq summary::-webkit-details-marker {\n  display: none;\n}\n\n.hp-arrow {\n  position: absolute;\n  right: 18px;\n  top: 50%;\n  width: 9px;\n  height: 9px;\n  border-right: 2px solid var(--khaki);\n  border-bottom: 2px solid var(--khaki);\n  transform: translateY(-70%) rotate(45deg);\n  transition: transform .28s ease;\n}\n\n.hp-faq[open] .hp-arrow {\n  transform: translateY(-25%) rotate(225deg);\n}\n\n.hp-answer {\n  padding: 0 17px 16px;\n  color: var(--muted);\n  line-height: 1.42;\n}\n\n\/* =========================================\n   THREE GUARANTEES\n========================================= *\/\n\n.hp-trust {\n  margin: 5px 12px 22px;\n  padding: 28px 19px;\n  background: #efe7dc;\n  border-radius: 20px;\n}\n\n.hp-trust h2 {\n  text-align: center;\n  margin-bottom: 17px;\n}\n\n.hp-trust-grid {\n  display: grid;\n  grid-template-columns: repeat(3, minmax(0, 1fr));\n  gap: 10px;\n}\n\n.hp-trust-card {\n  padding: 18px 11px;\n  background: #fff;\n  border: 1px solid var(--line);\n  border-radius: 13px;\n  text-align: center;\n}\n\n.hp-trust-icon {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  width: 42px;\n  height: 42px;\n  margin: 0 auto 10px;\n  background: var(--khaki);\n  color: #fff;\n  border-radius: 50%;\n}\n\n.hp-trust-icon svg {\n  width: 22px;\n  height: 22px;\n  fill: none;\n  stroke: currentColor;\n  stroke-width: 1.8;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n.hp-trust-card h3 {\n  margin-bottom: 5px;\n  color: var(--coffee);\n  font-size: 15px;\n}\n\n.hp-trust-card p {\n  margin: 0;\n  color: var(--muted);\n  font-size: 12px;\n  line-height: 1.32;\n}\n\n\/* =========================================\n   CTA\n========================================= *\/\n\n.hp-cta {\n  margin: 0 12px 26px;\n  padding: 35px 20px;\n  background: linear-gradient(\n    135deg,\n    #4d392b,\n    #7a5e44\n  );\n  color: #fff;\n  border-radius: 21px;\n  text-align: center;\n}\n\n.hp-cta h2 {\n  color: #fff;\n}\n\n.hp-cta p {\n  max-width: 660px;\n  margin: 9px auto 20px;\n  color: #f5ede2;\n}\n\n.hp-buy {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  min-width: 190px;\n  padding: 14px 26px;\n  background: #fff;\n  color: #4c392c !important;\n  border-radius: 40px;\n  text-decoration: none !important;\n  font-size: 15px;\n  font-weight: 700;\n  box-shadow: 0 7px 19px rgba(0,0,0,.15);\n  transition:\n    transform .2s ease,\n    box-shadow .2s ease,\n    background .2s ease;\n}\n\n.hp-buy:hover {\n  transform: translateY(-3px);\n  background: #fff4e5;\n  box-shadow: 0 11px 25px rgba(0,0,0,.22);\n}\n\n.hp-buy:active {\n  transform: translateY(1px) scale(.98);\n}\n\n\/* =========================================\n   MOBILE\n========================================= *\/\n\n@media(max-width:760px) {\n\n  .hp-cards {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n\n}\n\n@media(max-width:580px) {\n\n  .hp-size {\n    margin: 0 6px 13px;\n    padding: 17px 12px;\n    border-radius: 15px;\n  }\n\n  .hp-size h2 {\n    font-size: 23px;\n  }\n\n  .hp-size-image,\n  .hp-size-image img {\n    border-radius: 14px !important;\n  }\n\n  .hp-hero {\n    margin: 0 6px 10px;\n    padding: 22px 15px;\n    border-radius: 17px;\n  }\n\n  .hp-hero h1 {\n    font-size: 25px;\n  }\n\n  .hp-hero p {\n    font-size: 13px;\n  }\n\n  .hp-section {\n    padding: 8px 6px 14px;\n  }\n\n  .hp-image-area {\n    padding: 0 6px 11px;\n  }\n\n  .hp-image,\n  .hp-page img {\n    border-radius: 15px !important;\n  }\n\n  .hp-image + .hp-image {\n    margin-top: 10px;\n  }\n\n  .hp-cards {\n    gap: 7px;\n  }\n\n  .hp-card {\n    padding: 14px 8px;\n  }\n\n  .hp-card h3 {\n    font-size: 14px;\n  }\n\n  .hp-card p {\n    font-size: 11px;\n  }\n\n  .hp-feature {\n    padding: 16px 12px;\n    border-radius: 14px;\n  }\n\n  .hp-feature h3 {\n    font-size: 21px;\n  }\n\n  .hp-spec {\n    padding: 19px 13px;\n  }\n\n  .hp-spec-row {\n    grid-template-columns: 1fr;\n  }\n\n  .hp-spec-name {\n    padding-bottom: 5px;\n  }\n\n  .hp-spec-value {\n    padding-top: 5px;\n  }\n\n  .hp-trust {\n    margin: 3px 6px 18px;\n    padding: 23px 10px;\n  }\n\n  .hp-trust-grid {\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 6px;\n  }\n\n  .hp-trust-card {\n    padding: 13px 5px;\n  }\n\n  .hp-trust-icon {\n    width: 33px;\n    height: 33px;\n    margin-bottom: 7px;\n  }\n\n  .hp-trust-icon svg {\n    width: 18px;\n    height: 18px;\n  }\n\n  .hp-trust-card h3 {\n    font-size: 11px;\n  }\n\n  .hp-trust-card p {\n    font-size: 10px;\n  }\n\n  .hp-cta {\n    margin: 0 6px 21px;\n    padding: 29px 16px;\n    border-radius: 17px;\n  }\n\n  .hp-buy {\n    width: 100%;\n    max-width: 300px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"hp-page\"\u003e\n\u003c!-- SIZE GUIDE --\u003e\n\u003csection class=\"hp-size\"\u003e\n\u003cp class=\"hp-size-kicker\"\u003eFIND YOUR BEST FIT\u003c\/p\u003e\n\u003ch2\u003eSize Guide\u003c\/h2\u003e\n\u003cp\u003eCompare the bust, sleeve and length measurements with a similar sweater you already own before ordering.\u003c\/p\u003e\n\u003cdiv class=\"hp-size-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0719\/3555\/7674\/files\/31_97f7bb0f-b386-444d-becd-00d601276f47.png?v=1790496283\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"hp-size-tip\"\u003e\n\u003cstrong\u003eFit Tip:\u003c\/strong\u003e Use the garment measurements rather than relying on the size label alone. If you prefer a roomier fit, compare the bust measurement with one of your favorite relaxed sweaters.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"hp-hero\"\u003e\n\u003cp class=\"hp-kicker\"\u003eLIGHTWEIGHT KNIT • HENLEY DETAIL • EASY LAYERING\u003c\/p\u003e\n\u003ch1\u003eLightweight Layers. Everyday Ease.\u003c\/h1\u003e\n\u003cp\u003eA versatile long-sleeve pullover with a Henley-inspired neckline and relaxed silhouette for effortless everyday outfits.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- MAIN IMAGE --\u003e\n\u003cdiv class=\"hp-image-area\"\u003e\n\u003cdiv class=\"hp-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0719\/3555\/7674\/files\/21_89149de4-3b65-4546-adaa-65dd1b46e368.png?v=1790495838\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CORE BENEFITS --\u003e\n\u003csection class=\"hp-section\"\u003e\n\u003cdiv class=\"hp-cards\"\u003e\n\u003cdiv class=\"hp-card\"\u003e\n\u003cdiv class=\"hp-card-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M5 5l7 7 7-7\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 12v8\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"12\" cy=\"14\" r=\"1\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"12\" cy=\"18\" r=\"1\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eHenley Detail\u003c\/h3\u003e\n\u003cp\u003eClassic button accent.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hp-card\"\u003e\n\u003cdiv class=\"hp-card-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M4 7h16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M4 12h16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M4 17h16\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eLightweight Knit\u003c\/h3\u003e\n\u003cp\u003eEasy everyday layering.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hp-card\"\u003e\n\u003cdiv class=\"hp-card-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M5 6l5-3h4l5 3 2 10-5 3H8l-5-3z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eRelaxed Shape\u003c\/h3\u003e\n\u003cp\u003eComfortable casual styling.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hp-card\"\u003e\n\u003cdiv class=\"hp-card-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M5 5h14v14H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 12h14\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 5v14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eEasy to Pair\u003c\/h3\u003e\n\u003cp\u003eJeans, pants or skirts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FEATURE 1 --\u003e\n\u003csection class=\"hp-section\"\u003e\n\u003cdiv class=\"hp-feature\"\u003e\n\u003ch3\u003eA Classic Henley-Inspired Neckline\u003c\/h3\u003e\n\u003cp\u003eThe partial button detail gives this simple pullover a polished finish without making it feel overly dressy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"hp-image-area\"\u003e\n\u003cdiv class=\"hp-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0719\/3555\/7674\/files\/23_70def533-43d0-4565-99ea-36fdf7f96e1c.png?v=1790495838\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURE 2 --\u003e\n\u003csection class=\"hp-section\"\u003e\n\u003cdiv class=\"hp-feature\"\u003e\n\u003ch3\u003eLight Enough for Easy Layering\u003c\/h3\u003e\n\u003cp\u003eThe lightweight sweater silhouette makes it simple to wear on its own or layer with your everyday wardrobe.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"hp-image-area\"\u003e\n\u003cdiv class=\"hp-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0719\/3555\/7674\/files\/22_a986357b-5bda-4df6-a615-329c90735e8f.png?v=1790495838\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURE 3 --\u003e\n\u003csection class=\"hp-section\"\u003e\n\u003cdiv class=\"hp-feature\"\u003e\n\u003ch3\u003eRelaxed for Everyday Comfort\u003c\/h3\u003e\n\u003cp\u003eLong sleeves and an easy body shape create a casual silhouette that works from weekday plans to weekends.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"hp-image-area\"\u003e\n\u003cdiv class=\"hp-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0719\/3555\/7674\/files\/26_5d8a0dde-ac83-4bb4-82da-818ef54e4bf9.png?v=1790495838\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURE 4 --\u003e\n\u003csection class=\"hp-section\"\u003e\n\u003cdiv class=\"hp-feature\"\u003e\n\u003ch3\u003eOne Sweater, Plenty of Outfits\u003c\/h3\u003e\n\u003cp\u003ePair it with denim, white pants or casual trousers for clean, easy everyday styling.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"hp-image-area\"\u003e\n\u003cdiv class=\"hp-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0719\/3555\/7674\/files\/29_8259ece3-204a-4f89-9a4f-fbd46c8700ac.png?v=1790495838\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECIFICATIONS --\u003e\n\u003csection class=\"hp-section\"\u003e\n\u003cdiv class=\"hp-spec\"\u003e\n\u003ch2\u003eDetails \u0026amp; Specifications\u003c\/h2\u003e\n\u003cp class=\"hp-spec-note\"\u003eA lightweight everyday pullover with classic Henley-inspired details.\u003c\/p\u003e\n\u003cdiv class=\"hp-spec-box\"\u003e\n\u003cdiv class=\"hp-spec-row\"\u003e\n\u003cdiv class=\"hp-spec-name\"\u003eProduct Type\u003c\/div\u003e\n\u003cdiv class=\"hp-spec-value\"\u003eWomen's lightweight pullover sweater\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hp-spec-row\"\u003e\n\u003cdiv class=\"hp-spec-name\"\u003eStyle\u003c\/div\u003e\n\u003cdiv class=\"hp-spec-value\"\u003eCasual \/ everyday \/ lightweight\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hp-spec-row\"\u003e\n\u003cdiv class=\"hp-spec-name\"\u003eNeckline\u003c\/div\u003e\n\u003cdiv class=\"hp-spec-value\"\u003eHenley-inspired neckline with partial button detail\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hp-spec-row\"\u003e\n\u003cdiv class=\"hp-spec-name\"\u003ePattern\u003c\/div\u003e\n\u003cdiv class=\"hp-spec-value\"\u003eSolid color\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hp-spec-row\"\u003e\n\u003cdiv class=\"hp-spec-name\"\u003eShown Color\u003c\/div\u003e\n\u003cdiv class=\"hp-spec-value\"\u003eDusty purple\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hp-spec-row\"\u003e\n\u003cdiv class=\"hp-spec-name\"\u003eSleeves\u003c\/div\u003e\n\u003cdiv class=\"hp-spec-value\"\u003eLong sleeves\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hp-spec-row\"\u003e\n\u003cdiv class=\"hp-spec-name\"\u003eFit\u003c\/div\u003e\n\u003cdiv class=\"hp-spec-value\"\u003eRelaxed everyday silhouette\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hp-spec-row\"\u003e\n\u003cdiv class=\"hp-spec-name\"\u003eBest For\u003c\/div\u003e\n\u003cdiv class=\"hp-spec-value\"\u003eEveryday wear, casual workdays, weekends, travel and layering\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hp-spec-row\"\u003e\n\u003cdiv class=\"hp-spec-name\"\u003eSizing\u003c\/div\u003e\n\u003cdiv class=\"hp-spec-value\"\u003eRefer to the actual garment size chart\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hp-spec-row\"\u003e\n\u003cdiv class=\"hp-spec-name\"\u003eFabric \u0026amp; Care\u003c\/div\u003e\n\u003cdiv class=\"hp-spec-value\"\u003eFollow the selected garment's fiber-content and care label\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"hp-section\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cp class=\"hp-intro\"\u003eHelpful details before choosing your size.\u003c\/p\u003e\n\u003cdiv class=\"hp-faq-wrap\"\u003e\n\u003cdetails class=\"hp-faq\"\u003e\n\u003csummary\u003eWhat style of neckline does it have? \u003cspan class=\"hp-arrow\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"hp-answer\"\u003eThe top has a Henley-inspired neckline with a short partial button detail at the center front.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"hp-faq\"\u003e\n\u003csummary\u003eHow should I choose my size? \u003cspan class=\"hp-arrow\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"hp-answer\"\u003eCompare the bust, sleeve and garment-length measurements with a sweater you already own. Use the product's actual size chart before ordering.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"hp-faq\"\u003e\n\u003csummary\u003eCan I layer it with other pieces? \u003cspan class=\"hp-arrow\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"hp-answer\"\u003eYes. The lightweight pullover silhouette works well on its own or layered with jackets, coats and everyday basics.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"hp-faq\"\u003e\n\u003csummary\u003eWhat can I wear it with? \u003cspan class=\"hp-arrow\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"hp-answer\"\u003ePair it with jeans, white pants, casual trousers or skirts for simple everyday outfits.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- THREE GUARANTEES --\u003e\n\u003csection class=\"hp-trust\"\u003e\n\u003ch2\u003eShop With Confidence\u003c\/h2\u003e\n\u003cdiv class=\"hp-trust-grid\"\u003e\n\u003cdiv class=\"hp-trust-card\"\u003e\n\u003cdiv class=\"hp-trust-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M3 6h11v10H3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M14 10h4l3 3v3h-7z\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"7\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"18\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eReliable Shipping\u003c\/h3\u003e\n\u003cp\u003eCarefully packed and shipped.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hp-trust-card\"\u003e\n\u003cdiv class=\"hp-trust-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 3l7 3v5c0 5-3 8-7 10-4-2-7-5-7-10V6z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 12l2 2 4-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eQuality Support\u003c\/h3\u003e\n\u003cp\u003eHelp if your order has an issue.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hp-trust-card\"\u003e\n\u003cdiv class=\"hp-trust-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003crect x=\"5\" y=\"10\" width=\"14\" height=\"10\" rx=\"2\"\u003e\u003c\/rect\u003e\n          \u003cpath d=\"M8 10V7a4 4 0 0 1 8 0v3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eSecure Checkout\u003c\/h3\u003e\n\u003cp\u003eProtected payment at checkout.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- BOTTOM CTA --\u003e\n\u003csection class=\"hp-cta\"\u003e\n\u003ch2\u003eYour Easy Everyday Layer\u003c\/h2\u003e\n\u003cp\u003eChoose your size and add lightweight, effortless style to your wardrobe.\u003c\/p\u003e\n\u003ca href=\"#product-form\" class=\"hp-buy\"\u003e Choose Your Size → \u003c\/a\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"YY","offers":[{"title":"Khaki \/ S","offer_id":50536429420680,"sku":"NC02572609276471-针织毛衣卡其色-S","price":35.0,"currency_code":"USD","in_stock":true},{"title":"Khaki \/ M","offer_id":50536429453448,"sku":"NC02572609276471-针织毛衣卡其色-M","price":35.0,"currency_code":"USD","in_stock":true},{"title":"Khaki \/ L","offer_id":50536429486216,"sku":"NC02572609276471-针织毛衣卡其色-L","price":35.0,"currency_code":"USD","in_stock":true},{"title":"Khaki \/ XL","offer_id":50536429518984,"sku":"NC02572609276471-针织毛衣卡其色-XL","price":35.0,"currency_code":"USD","in_stock":true},{"title":"Coffee \/ S","offer_id":50536511602824,"sku":"NC02572609276471-针织毛衣咖啡色-S","price":35.0,"currency_code":"USD","in_stock":true},{"title":"Coffee \/ M","offer_id":50536511635592,"sku":"NC02572609276471-针织毛衣咖啡色-M","price":35.0,"currency_code":"USD","in_stock":true},{"title":"Coffee \/ L","offer_id":50536511668360,"sku":"NC02572609276471-针织毛衣咖啡色-L","price":35.0,"currency_code":"USD","in_stock":true},{"title":"Coffee \/ XL","offer_id":50536511701128,"sku":"NC02572609276471-针织毛衣咖啡色-XL","price":35.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/3555\/7674\/files\/27_2b5a8c04-0c7f-4d82-938c-f1b68c24b35d.png?v=1790495837","url":"https:\/\/xavellune.com\/products\/women-s-lightweight-layering-top-relaxed-fit-everyday-essential","provider":"Xavellune","version":"1.0","type":"link"}