{"product_id":"washed-denim-oversized-half-zip-hoodie-with-zip-pockets-f1","title":"Unisex Cotton Washed Denim Oversized Half Zip Hoodie with Zip Pockets","description":"\u003cstyle\u003e\n\/* =========================================================\n   VINTAGE WASHED HALF-ZIP HOODIE LANDING PAGE\n   Shopify Custom Liquid\n   Target: US Women 35+\n   Desktop + Mobile\n========================================================= *\/\n\n.hw-page{\n  --brown:#8b684c;\n  --brown-dark:#594233;\n  --taupe:#c6a989;\n  --cream:#fbf8f3;\n  --cream2:#f4eee7;\n  --soft:#f7f3ee;\n  --text:#302b27;\n  --muted:#756d66;\n  --border:#e6ddd3;\n  --green:#65775e;\n  --shadow:0 10px 30px rgba(70,52,38,.08);\n\n  width:100%;\n  max-width:1120px;\n  margin:0 auto;\n  padding:0 14px 95px;\n  font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Arial,sans-serif;\n  color:var(--text);\n  line-height:1.6;\n}\n\n.hw-page *{\n  box-sizing:border-box;\n}\n\n.hw-page img{\n  display:block;\n  width:100%;\n  height:auto;\n}\n\n.hw-section{\n  margin:42px 0;\n}\n\n.hw-card{\n  background:#fff;\n  border:1px solid var(--border);\n  border-radius:22px;\n  overflow:hidden;\n  box-shadow:var(--shadow);\n}\n\n.hw-eyebrow{\n  display:block;\n  margin-bottom:8px;\n  color:var(--brown);\n  font-size:11px;\n  font-weight:900;\n  letter-spacing:1.5px;\n  text-transform:uppercase;\n  text-align:center;\n}\n\n.hw-title{\n  max-width:820px;\n  margin:0 auto 12px;\n  font-family:Georgia,\"Times New Roman\",serif;\n  font-size:39px;\n  line-height:1.13;\n  font-weight:500;\n  text-align:center;\n  color:#342c27;\n}\n\n.hw-subtitle{\n  max-width:760px;\n  margin:0 auto 22px;\n  color:var(--muted);\n  font-size:15px;\n  line-height:1.7;\n  text-align:center;\n}\n\n.hw-highlight{\n  color:var(--brown);\n}\n\n\n\/* =========================================================\n   TOP STRIP\n========================================================= *\/\n\n.hw-promo{\n  margin:10px 0 10px;\n  padding:12px 14px;\n  border:1px solid #e8ddd2;\n  border-radius:12px;\n  background:#faf5ef;\n  color:#66574c;\n  text-align:center;\n  font-size:13px;\n  font-weight:700;\n}\n\n.hw-promo strong{\n  color:var(--brown-dark);\n}\n\n.hw-trust{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:8px;\n  margin-bottom:20px;\n}\n\n.hw-trust-item{\n  padding:11px 8px;\n  border-radius:11px;\n  background:#f6f2ed;\n  color:#534b45;\n  text-align:center;\n  font-size:11px;\n  font-weight:800;\n}\n\n\n\/* =========================================================\n   HERO\n========================================================= *\/\n\n.hw-hero{\n  display:grid;\n  grid-template-columns:1.04fr .96fr;\n  gap:28px;\n  align-items:center;\n}\n\n.hw-hero-media{\n  overflow:hidden;\n  border-radius:22px;\n  background:#eee8e1;\n  box-shadow:var(--shadow);\n}\n\n.hw-hero-copy{\n  padding:10px 5px;\n}\n\n.hw-hero-eyebrow{\n  display:block;\n  margin-bottom:10px;\n  color:var(--brown);\n  font-size:11px;\n  font-weight:900;\n  letter-spacing:1.5px;\n  text-transform:uppercase;\n}\n\n.hw-hero-title{\n  margin:0 0 15px;\n  font-family:Georgia,\"Times New Roman\",serif;\n  font-size:49px;\n  line-height:1.07;\n  font-weight:500;\n  color:#332b26;\n}\n\n.hw-hero-text{\n  margin:0 0 16px;\n  color:#6d655f;\n  font-size:16px;\n  line-height:1.75;\n}\n\n.hw-rating{\n  display:flex;\n  align-items:center;\n  gap:8px;\n  margin-bottom:12px;\n  font-size:12px;\n  font-weight:800;\n  color:#615951;\n}\n\n.hw-stars{\n  color:#d58a35;\n  letter-spacing:1px;\n  font-size:16px;\n}\n\n.hw-price-row{\n  display:flex;\n  align-items:center;\n  flex-wrap:wrap;\n  gap:10px;\n  margin:18px 0 12px;\n}\n\n.hw-price{\n  display:inline-flex;\n  align-items:center;\n  gap:12px;\n  padding:12px 17px;\n  border-radius:14px;\n  background:linear-gradient(135deg,#77563f,#4f3a2c);\n  color:#fff;\n  box-shadow:0 9px 25px rgba(76,53,38,.18);\n}\n\n.hw-price small{\n  display:block;\n  font-size:10px;\n  letter-spacing:1px;\n  text-transform:uppercase;\n  opacity:.9;\n}\n\n.hw-price strong{\n  display:block;\n  font-size:34px;\n  line-height:1;\n}\n\n.hw-badge{\n  padding:8px 11px;\n  border-radius:999px;\n  background:#efe4d8;\n  color:#6e503b;\n  font-size:11px;\n  font-weight:900;\n}\n\n.hw-checks{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:9px 14px;\n  margin:20px 0;\n}\n\n.hw-check{\n  position:relative;\n  padding-left:22px;\n  color:#554e48;\n  font-size:13px;\n  font-weight:700;\n}\n\n.hw-check:before{\n  content:\"✓\";\n  position:absolute;\n  left:0;\n  top:0;\n  color:var(--green);\n  font-weight:900;\n}\n\n.hw-buttons{\n  display:flex;\n  flex-wrap:wrap;\n  gap:10px;\n  margin-top:20px;\n}\n\n.hw-btn,\n.hw-btn-alt{\n  display:inline-flex;\n  align-items:center;\n  justify-content:center;\n  min-height:52px;\n  padding:14px 24px;\n  border-radius:12px;\n  text-decoration:none !important;\n  font-size:14px;\n  font-weight:900;\n  cursor:pointer;\n  transition:.2s ease;\n}\n\n.hw-btn{\n  background:var(--brown-dark);\n  color:#fff !important;\n  box-shadow:0 8px 22px rgba(70,48,34,.16);\n}\n\n.hw-btn-alt{\n  background:#f5eee7;\n  color:var(--brown-dark) !important;\n  border:1px solid #e5d8cc;\n}\n\n.hw-btn:hover,\n.hw-btn-alt:hover{\n  transform:translateY(-1px);\n}\n\n.hw-micro{\n  margin-top:10px;\n  color:#91877f;\n  font-size:11px;\n}\n\n\n\/* =========================================================\n   IMAGE\n========================================================= *\/\n\n.hw-image{\n  overflow:hidden;\n  border-radius:22px;\n  background:#f2ece5;\n  box-shadow:var(--shadow);\n}\n\n.hw-image img{\n  width:100%;\n}\n\n\n\/* =========================================================\n   FEATURE GRID\n========================================================= *\/\n\n.hw-features{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:11px;\n  margin-top:23px;\n}\n\n.hw-feature{\n  padding:24px 15px;\n  border:1px solid #eae1d8;\n  border-radius:17px;\n  background:#fbf9f6;\n  text-align:center;\n}\n\n.hw-feature-icon{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  width:52px;\n  height:52px;\n  margin:0 auto 11px;\n  border-radius:50%;\n  background:#fff;\n  font-size:23px;\n  box-shadow:0 0 0 1px #ebe2d9 inset;\n}\n\n.hw-feature strong{\n  display:block;\n  margin-bottom:6px;\n  color:#443c36;\n  font-size:14px;\n}\n\n.hw-feature small{\n  display:block;\n  color:#7f756e;\n  font-size:12px;\n  line-height:1.55;\n}\n\n\n\/* =========================================================\n   SPLIT SECTIONS\n========================================================= *\/\n\n.hw-split{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:26px;\n  align-items:center;\n}\n\n.hw-copybox{\n  padding:32px;\n  border:1px solid var(--border);\n  border-radius:22px;\n  background:linear-gradient(145deg,#faf5ef,#f7f2ec);\n}\n\n.hw-copybox h2{\n  margin:0 0 14px;\n  font-family:Georgia,\"Times New Roman\",serif;\n  color:#3d322b;\n  font-size:34px;\n  font-weight:500;\n  line-height:1.15;\n}\n\n.hw-copybox p{\n  margin:0 0 18px;\n  color:#716961;\n  font-size:14px;\n  line-height:1.75;\n}\n\n.hw-list{\n  display:grid;\n  gap:11px;\n}\n\n.hw-list-item{\n  display:flex;\n  align-items:flex-start;\n  gap:10px;\n  color:#514a44;\n  font-size:13px;\n  line-height:1.55;\n}\n\n.hw-list-check{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  width:23px;\n  height:23px;\n  min-width:23px;\n  border-radius:50%;\n  background:var(--brown);\n  color:#fff;\n  font-size:11px;\n  font-weight:900;\n}\n\n\n\/* =========================================================\n   BENEFITS\n========================================================= *\/\n\n.hw-benefits{\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:12px;\n  margin-top:18px;\n}\n\n.hw-benefit{\n  padding:18px 16px;\n  border:1px solid #e9e0d7;\n  border-radius:16px;\n  background:#fff;\n}\n\n.hw-benefit b{\n  display:block;\n  margin-bottom:6px;\n  color:#453c36;\n  font-size:14px;\n}\n\n.hw-benefit p{\n  margin:0;\n  color:#786f68;\n  font-size:12px;\n  line-height:1.6;\n}\n\n\n\/* =========================================================\n   REAL LIFE SECTION\n========================================================= *\/\n\n.hw-life{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:10px;\n  margin-top:22px;\n}\n\n.hw-life-card{\n  padding:22px 13px;\n  border-radius:17px;\n  background:#f7f2ec;\n  border:1px solid #e9ded3;\n  text-align:center;\n}\n\n.hw-life-icon{\n  font-size:27px;\n  margin-bottom:8px;\n}\n\n.hw-life-card strong{\n  display:block;\n  margin-bottom:5px;\n  font-size:13px;\n  color:#4c423a;\n}\n\n.hw-life-card span{\n  font-size:11px;\n  color:#7b7169;\n  line-height:1.5;\n}\n\n\n\/* =========================================================\n   COLORS\n========================================================= *\/\n\n.hw-colorbox{\n  padding:30px 20px;\n  border:1px solid var(--border);\n  border-radius:22px;\n  background:#faf7f3;\n}\n\n.hw-colors{\n  display:grid;\n  grid-template-columns:repeat(8,1fr);\n  gap:13px;\n  margin-top:20px;\n}\n\n.hw-color{\n  text-align:center;\n  font-size:10px;\n  font-weight:800;\n  color:#655d57;\n}\n\n.hw-dot{\n  display:block;\n  width:48px;\n  height:48px;\n  margin:0 auto 7px;\n  border-radius:50%;\n  border:3px solid #fff;\n  box-shadow:0 0 0 1px #d8cec5;\n}\n\n.hw-khaki{background:#a88764;}\n.hw-charcoal{background:#4c4b49;}\n.hw-navy{background:#293d57;}\n.hw-olive{background:#687158;}\n.hw-pink{background:#c98f91;}\n.hw-burgundy{background:#803c45;}\n.hw-cream{background:#e9dfcf;}\n.hw-blue{background:#7891aa;}\n\n\n\/* =========================================================\n   COMPARISON \/ WHY IT WORKS\n========================================================= *\/\n\n.hw-problem{\n  padding:32px 24px;\n  border-radius:22px;\n  background:#f6f1eb;\n  border:1px solid #e7ded4;\n}\n\n.hw-problem-grid{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:12px;\n  margin-top:20px;\n}\n\n.hw-problem-card{\n  padding:20px 16px;\n  border-radius:15px;\n  background:#fff;\n  border:1px solid #e9e1d9;\n}\n\n.hw-problem-card strong{\n  display:block;\n  margin-bottom:6px;\n  color:#433a34;\n  font-size:14px;\n}\n\n.hw-problem-card p{\n  margin:0;\n  color:#797069;\n  font-size:12px;\n  line-height:1.65;\n}\n\n\n\/* =========================================================\n   SIZE TABLE\n========================================================= *\/\n\n.hw-size-wrap{\n  overflow:hidden;\n  border:1px solid #e4dbd1;\n  border-radius:19px;\n  background:#fff;\n  box-shadow:var(--shadow);\n}\n\n.hw-size-scroll{\n  width:100%;\n  overflow-x:auto;\n  -webkit-overflow-scrolling:touch;\n}\n\n.hw-size-table{\n  width:100%;\n  min-width:920px;\n  border-collapse:collapse;\n  color:#48413c;\n  font-size:12px;\n}\n\n.hw-size-table th{\n  padding:14px 10px;\n  background:#393939;\n  color:#fff;\n  text-align:center;\n  font-weight:850;\n}\n\n.hw-size-table td{\n  padding:13px 9px;\n  border-bottom:1px solid #eee8e2;\n  text-align:center;\n}\n\n.hw-size-table tr:nth-child(even) td{\n  background:#faf8f6;\n}\n\n.hw-size-table td:first-child{\n  color:var(--brown-dark);\n  font-weight:900;\n}\n\n.hw-size-tip{\n  padding:15px;\n  background:#f8f3ee;\n  color:#726a63;\n  font-size:11px;\n  line-height:1.65;\n  text-align:center;\n}\n\n\n\/* =========================================================\n   FIT GUIDE\n========================================================= *\/\n\n.hw-fit-guide{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:12px;\n  margin-top:20px;\n}\n\n.hw-fit-card{\n  padding:19px 16px;\n  border-radius:15px;\n  border:1px solid #e9dfd6;\n  background:#fff;\n  text-align:center;\n}\n\n.hw-fit-card b{\n  display:block;\n  margin-bottom:5px;\n  color:#463c35;\n  font-size:13px;\n}\n\n.hw-fit-card span{\n  color:#7c736c;\n  font-size:11px;\n  line-height:1.55;\n}\n\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.hw-faq{\n  max-width:850px;\n  margin:0 auto;\n  border-top:1px solid var(--border);\n}\n\n.hw-faq details{\n  border-bottom:1px solid var(--border);\n}\n\n.hw-faq summary{\n  position:relative;\n  padding:19px 42px 19px 4px;\n  cursor:pointer;\n  list-style:none;\n  color:#463c35;\n  font-size:14px;\n  font-weight:800;\n}\n\n.hw-faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.hw-faq summary:after{\n  content:\"+\";\n  position:absolute;\n  right:7px;\n  top:10px;\n  color:var(--brown);\n  font-size:27px;\n  font-weight:400;\n}\n\n.hw-faq details[open] summary:after{\n  content:\"−\";\n}\n\n.hw-faq p{\n  margin:0;\n  padding:0 5px 18px;\n  color:#766d66;\n  font-size:13px;\n  line-height:1.75;\n}\n\n\n\/* =========================================================\n   FINAL CTA\n========================================================= *\/\n\n.hw-final{\n  padding:42px 22px;\n  border-radius:22px;\n  background:linear-gradient(135deg,#eee3d7,#faf6f1);\n  border:1px solid #e1d4c8;\n  text-align:center;\n}\n\n.hw-final h2{\n  max-width:760px;\n  margin:0 auto 13px;\n  font-family:Georgia,\"Times New Roman\",serif;\n  color:#3d3028;\n  font-size:36px;\n  line-height:1.15;\n  font-weight:500;\n}\n\n.hw-final p{\n  max-width:690px;\n  margin:0 auto 20px;\n  color:#70675f;\n  font-size:14px;\n  line-height:1.7;\n}\n\n\n\/* =========================================================\n   MOBILE STICKY BAR\n========================================================= *\/\n\n.hw-sticky{\n  display:none;\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media(max-width:749px){\n\n  .hw-page{\n    padding-left:8px;\n    padding-right:8px;\n    padding-bottom:94px;\n  }\n\n  .hw-section{\n    margin:28px 0;\n  }\n\n  .hw-promo{\n    font-size:11px;\n    line-height:1.5;\n    padding:10px 8px;\n  }\n\n  .hw-trust{\n    grid-template-columns:repeat(2,1fr);\n    gap:6px;\n  }\n\n  .hw-trust-item{\n    padding:9px 4px;\n    font-size:10px;\n  }\n\n  .hw-hero{\n    grid-template-columns:1fr;\n    gap:17px;\n  }\n\n  .hw-hero-copy{\n    padding:2px 5px;\n  }\n\n  .hw-hero-eyebrow{\n    text-align:center;\n  }\n\n  .hw-hero-title{\n    font-size:32px;\n    line-height:1.1;\n    text-align:center;\n  }\n\n  .hw-hero-text{\n    font-size:13px;\n    line-height:1.7;\n    text-align:center;\n  }\n\n  .hw-rating{\n    justify-content:center;\n  }\n\n  .hw-price-row{\n    justify-content:center;\n  }\n\n  .hw-checks{\n    grid-template-columns:1fr;\n    width:max-content;\n    max-width:100%;\n    margin:18px auto;\n    gap:8px;\n  }\n\n  .hw-buttons{\n    justify-content:center;\n  }\n\n  .hw-btn,\n  .hw-btn-alt{\n    width:100%;\n  }\n\n  .hw-micro{\n    text-align:center;\n  }\n\n  .hw-title{\n    font-size:28px;\n  }\n\n  .hw-subtitle{\n    padding:0 4px;\n    font-size:13px;\n  }\n\n  .hw-features{\n    grid-template-columns:repeat(2,1fr);\n    gap:8px;\n  }\n\n  .hw-feature{\n    padding:17px 9px;\n  }\n\n  .hw-feature-icon{\n    width:44px;\n    height:44px;\n    font-size:20px;\n  }\n\n  .hw-split{\n    grid-template-columns:1fr;\n    gap:17px;\n  }\n\n  .hw-copybox{\n    padding:23px 15px;\n  }\n\n  .hw-copybox h2{\n    font-size:27px;\n    text-align:center;\n  }\n\n  .hw-copybox p{\n    font-size:13px;\n    text-align:center;\n  }\n\n  .hw-benefits{\n    grid-template-columns:1fr;\n    gap:8px;\n  }\n\n  .hw-life{\n    grid-template-columns:repeat(2,1fr);\n    gap:8px;\n  }\n\n  .hw-colors{\n    grid-template-columns:repeat(4,1fr);\n    gap:16px 5px;\n  }\n\n  .hw-dot{\n    width:39px;\n    height:39px;\n  }\n\n  .hw-problem{\n    padding:23px 12px;\n  }\n\n  .hw-problem-grid{\n    grid-template-columns:1fr;\n    gap:8px;\n  }\n\n  .hw-fit-guide{\n    grid-template-columns:1fr;\n    gap:8px;\n  }\n\n  .hw-final{\n    padding:30px 14px;\n  }\n\n  .hw-final h2{\n    font-size:28px;\n  }\n\n  .hw-sticky{\n    display:flex;\n    position:fixed;\n    left:0;\n    right:0;\n    bottom:0;\n    z-index:9999;\n    align-items:center;\n    gap:10px;\n    padding:9px 10px calc(9px + env(safe-area-inset-bottom));\n    background:rgba(255,255,255,.98);\n    border-top:1px solid #e4dbd1;\n    box-shadow:0 -6px 20px rgba(0,0,0,.09);\n  }\n\n  .hw-sticky-price{\n    min-width:88px;\n  }\n\n  .hw-sticky-price small{\n    display:block;\n    color:#978b82;\n    font-size:9px;\n    line-height:1.2;\n  }\n\n  .hw-sticky-price strong{\n    display:block;\n    color:var(--brown-dark);\n    font-size:20px;\n    line-height:1.1;\n  }\n\n  .hw-sticky-btn{\n    flex:1;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    min-height:47px;\n    padding:11px 8px;\n    border-radius:11px;\n    background:var(--brown-dark);\n    color:#fff !important;\n    text-align:center;\n    text-decoration:none !important;\n    font-size:13px;\n    font-weight:900;\n  }\n\n}\n\n\u003c\/style\u003e\n\u003cdiv class=\"hw-page\"\u003e\n\u003c!-- =====================================================\n       TOP PROMO\n  ====================================================== --\u003e\n\u003cdiv class=\"hw-promo\"\u003e✨ \u003cstrong\u003eEveryday Comfort Special:\u003c\/strong\u003e Vintage washed half-zip hoodie \u003c\/div\u003e\n\u003cdiv class=\"hw-trust\"\u003e\n\u003cdiv class=\"hw-trust-item\"\u003e🎨 8 Colors\u003c\/div\u003e\n\u003cdiv class=\"hw-trust-item\"\u003e📏 XS–5XL\u003c\/div\u003e\n\u003cdiv class=\"hw-trust-item\"\u003e🔒 Secure Checkout\u003c\/div\u003e\n\u003cdiv class=\"hw-trust-item\"\u003e♡ Relaxed Fit\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       HERO\n  ====================================================== --\u003e\n\u003csection class=\"hw-section\"\u003e\n\u003cdiv class=\"hw-hero\"\u003e\n\u003cdiv class=\"hw-hero-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0778\/5768\/5669\/files\/1_1_50db470f-7039-46fa-a117-cf2d8e36a924.png?v=1789116119\" alt=\"Vintage washed half zip hooded pullover for women\" loading=\"eager\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"hw-hero-copy\"\u003e\n\u003cspan class=\"hw-hero-eyebrow\"\u003e SOFT WASHED LOOK • RELAXED FIT • EVERYDAY STYLE \u003c\/span\u003e\n\u003ch1 class=\"hw-hero-title\"\u003eThe Hoodie That Makes \u003cspan class=\"hw-highlight\"\u003eComfort Look Good\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hw-hero-text\"\u003eSome days you just want something comfortable that still makes you feel put-together. This relaxed half-zip hoodie gives you easy coverage, a soft vintage-washed look and a roomy silhouette that pairs effortlessly with jeans, leggings or casual pants.\u003c\/p\u003e\n\u003cdiv class=\"hw-price-row\"\u003e\n\u003cdiv class=\"hw-price\"\u003e\n\u003cdiv\u003e\n\u003csmall\u003eSpecial Price\u003c\/small\u003e \u003cstrong\u003e$24.98\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hw-badge\"\u003e8 pack only\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hw-checks\"\u003e\n\u003cdiv class=\"hw-check\"\u003eRelaxed, easy-moving fit\u003c\/div\u003e\n\u003cdiv class=\"hw-check\"\u003eVintage washed texture\u003c\/div\u003e\n\u003cdiv class=\"hw-check\"\u003eFunctional zip pockets\u003c\/div\u003e\n\u003cdiv class=\"hw-check\"\u003eHood + half-zip neckline\u003c\/div\u003e\n\u003cdiv class=\"hw-check\"\u003eElastic comfort cuffs\u003c\/div\u003e\n\u003cdiv class=\"hw-check\"\u003eSizes XS through 5XL\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hw-buttons\"\u003e\n\u003ca href=\"#\" class=\"hw-btn hw-shop-btn\"\u003e CHOOSE MY COLOR → \u003c\/a\u003e \u003ca href=\"#hw-size-chart\" class=\"hw-btn-alt\"\u003e VIEW SIZE GUIDE \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hw-micro\"\u003eAn easy layer for home, errands, weekends and travel.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       IMAGE #2\n  ====================================================== --\u003e\n\u003csection class=\"hw-section\"\u003e\n\u003cdiv class=\"hw-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0778\/5768\/5669\/files\/33.png?v=1789116845\" alt=\"Women's relaxed vintage washed hoodie\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       WHY WOMEN LOVE IT\n  ====================================================== --\u003e\n\u003csection class=\"hw-section\"\u003e\u003cspan class=\"hw-eyebrow\"\u003e MADE FOR REAL EVERYDAY LIFE \u003c\/span\u003e\n\u003ch2 class=\"hw-title\"\u003eComfortable Enough for Home. \u003cspan class=\"hw-highlight\"\u003ePolished Enough to Go Out.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"hw-subtitle\"\u003eNo complicated styling required. Throw it on with the pants you already own and you have an easy, relaxed outfit that still feels intentional.\u003c\/p\u003e\n\u003cdiv class=\"hw-features\"\u003e\n\u003cdiv class=\"hw-feature\"\u003e\n\u003cdiv class=\"hw-feature-icon\"\u003e〰\u003c\/div\u003e\n\u003cstrong\u003e Relaxed Coverage \u003c\/strong\u003e \u003csmall\u003e A roomy silhouette gives you comfortable coverage without feeling restrictive. \u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hw-feature\"\u003e\n\u003cdiv class=\"hw-feature-icon\"\u003e♡\u003c\/div\u003e\n\u003cstrong\u003e Easy Half-Zip \u003c\/strong\u003e \u003csmall\u003e Wear it more open for a relaxed neckline or zip it higher when you want extra coverage. \u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hw-feature\"\u003e\n\u003cdiv class=\"hw-feature-icon\"\u003e🔐\u003c\/div\u003e\n\u003cstrong\u003e Zipper Pockets \u003c\/strong\u003e \u003csmall\u003e Handy zippered pockets help keep small everyday essentials close at hand. \u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hw-feature\"\u003e\n\u003cdiv class=\"hw-feature-icon\"\u003e✈\u003c\/div\u003e\n\u003cstrong\u003e Easy Travel Layer \u003c\/strong\u003e \u003csmall\u003e A relaxed layer you can reach for during road trips, flights and casual weekends. \u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       IMAGE + COPY\n  ====================================================== --\u003e\n\u003csection class=\"hw-section\"\u003e\n\u003cdiv class=\"hw-split\"\u003e\n\u003cdiv class=\"hw-copybox\"\u003e\n\u003cspan class=\"hw-eyebrow\" style=\"text-align: left;\"\u003e THE COMFORT YOU ACTUALLY REACH FOR \u003c\/span\u003e\n\u003ch2\u003eNo Stiff Fit. No Fussy Styling.\u003c\/h2\u003e\n\u003cp\u003eThe best everyday pieces are the ones you don't have to think about. This hoodie was designed around an easy oversized shape that works with the clothes already in your closet.\u003c\/p\u003e\n\u003cdiv class=\"hw-list\"\u003e\n\u003cdiv class=\"hw-list-item\"\u003e\n\u003cspan class=\"hw-list-check\"\u003e✓\u003c\/span\u003e \u003cspan\u003e Roomy body gives you freedom to move and comfortable everyday coverage. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hw-list-item\"\u003e\n\u003cspan class=\"hw-list-check\"\u003e✓\u003c\/span\u003e \u003cspan\u003e Dropped-shoulder styling creates an easy, relaxed silhouette. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hw-list-item\"\u003e\n\u003cspan class=\"hw-list-check\"\u003e✓\u003c\/span\u003e \u003cspan\u003e Elastic cuffs stay comfortable while giving the sleeves a finished shape. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hw-list-item\"\u003e\n\u003cspan class=\"hw-list-check\"\u003e✓\u003c\/span\u003e \u003cspan\u003e Side ties add a casual detail to the vintage washed design. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hw-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0778\/5768\/5669\/files\/1_2_eb6dc37c-a225-4526-9a36-d3111b3f4af3.png?v=1789116119\" alt=\"Vintage washed half zip hoodie details\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       EVERYDAY BENEFITS\n  ====================================================== --\u003e\n\u003csection class=\"hw-section\"\u003e\u003cspan class=\"hw-eyebrow\"\u003e THOUGHTFUL DETAILS \u003c\/span\u003e\n\u003ch2 class=\"hw-title\"\u003eThe Little Details Make \u003cspan class=\"hw-highlight\"\u003eEveryday Wear Easier\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"hw-benefits\"\u003e\n\u003cdiv class=\"hw-benefit\"\u003e\n\u003cb\u003e Half-Zip Neckline \u003c\/b\u003e\n\u003cp\u003eAdjust the neckline depending on the weather, your outfit or simply how you feel that day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hw-benefit\"\u003e\n\u003cb\u003e Practical Zip Pockets \u003c\/b\u003e\n\u003cp\u003eAn easy spot for small essentials when you're out for a walk, shopping or running errands.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hw-benefit\"\u003e\n\u003cb\u003e Elastic Cuffs \u003c\/b\u003e\n\u003cp\u003eComfortable gathered cuffs help keep the relaxed sleeves easy to manage throughout the day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hw-benefit\"\u003e\n\u003cb\u003e Side Tie Detail \u003c\/b\u003e\n\u003cp\u003eGives the hem a casual, updated look while keeping the overall shape relaxed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hw-benefit\"\u003e\n\u003cb\u003e Vintage Washed Finish \u003c\/b\u003e\n\u003cp\u003eThe lived-in washed appearance gives the hoodie a softer, more casual everyday look.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hw-benefit\"\u003e\n\u003cb\u003e Easy Layering Shape \u003c\/b\u003e\n\u003cp\u003eRoomy enough to wear comfortably over a tee or lightweight base layer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       IMAGE #4\n  ====================================================== --\u003e\n\u003csection class=\"hw-section\"\u003e\n\u003cdiv class=\"hw-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0778\/5768\/5669\/files\/1_3_c4294381-ac2d-4ae0-81fa-04359b3d53f3.png?v=1789116119\" alt=\"Relaxed fit washed hooded pullover for women\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       REAL LIFE OCCASIONS\n  ====================================================== --\u003e\n\u003csection class=\"hw-section\"\u003e\u003cspan class=\"hw-eyebrow\"\u003e ONE HOODIE. SO MANY DAYS. \u003c\/span\u003e\n\u003ch2 class=\"hw-title\"\u003eMade for the Things You \u003cspan class=\"hw-highlight\"\u003eActually Do\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"hw-subtitle\"\u003eEasy comfort doesn't have to stay at home. Style it your way for all the ordinary days that fill your calendar.\u003c\/p\u003e\n\u003cdiv class=\"hw-life\"\u003e\n\u003cdiv class=\"hw-life-card\"\u003e\n\u003cdiv class=\"hw-life-icon\"\u003e🏠\u003c\/div\u003e\n\u003cstrong\u003e Relaxing at Home \u003c\/strong\u003e \u003cspan\u003e Easy comfort for slow mornings and quiet evenings. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hw-life-card\"\u003e\n\u003cdiv class=\"hw-life-icon\"\u003e👜\u003c\/div\u003e\n\u003cstrong\u003e Running Errands \u003c\/strong\u003e \u003cspan\u003e Casual enough to feel relaxed, polished enough to head out. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hw-life-card\"\u003e\n\u003cdiv class=\"hw-life-icon\"\u003e✈️\u003c\/div\u003e\n\u003cstrong\u003e Travel Days \u003c\/strong\u003e \u003cspan\u003e A relaxed extra layer for airports, drives and weekends away. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hw-life-card\"\u003e\n\u003cdiv class=\"hw-life-icon\"\u003e☕\u003c\/div\u003e\n\u003cstrong\u003e Casual Outings \u003c\/strong\u003e \u003cspan\u003e Pair with jeans or casual pants for coffee and everyday plans. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       COLORS\n  ====================================================== --\u003e\n\u003csection class=\"hw-section\"\u003e\n\u003cdiv class=\"hw-colorbox\"\u003e\n\u003cspan class=\"hw-eyebrow\"\u003e FIND YOUR FAVORITE \u003c\/span\u003e\n\u003ch2 class=\"hw-title\"\u003e8 Easy-to-Wear Colors\u003c\/h2\u003e\n\u003cp class=\"hw-subtitle\"\u003eChoose an everyday neutral or add\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"mysite","offers":[{"title":"8-PACK(one of each other) \/ XS","offer_id":48267431018661,"sku":null,"price":24.98,"currency_code":"USD","in_stock":true},{"title":"8-PACK(one of each other) \/ S","offer_id":48267431051429,"sku":null,"price":24.98,"currency_code":"USD","in_stock":true},{"title":"8-PACK(one of each other) \/ M","offer_id":48267431084197,"sku":null,"price":24.98,"currency_code":"USD","in_stock":true},{"title":"8-PACK(one of each other) \/ L","offer_id":48267431116965,"sku":null,"price":24.98,"currency_code":"USD","in_stock":true},{"title":"8-PACK(one of each other) \/ XL","offer_id":48267431149733,"sku":null,"price":24.98,"currency_code":"USD","in_stock":true},{"title":"8-PACK(one of each other) \/ 2XL","offer_id":48267431182501,"sku":null,"price":24.98,"currency_code":"USD","in_stock":true},{"title":"8-PACK(one of each other) \/ 3XL","offer_id":48267431215269,"sku":null,"price":24.98,"currency_code":"USD","in_stock":true},{"title":"8-PACK(one of each other) \/ 4XL","offer_id":48267431248037,"sku":null,"price":24.98,"currency_code":"USD","in_stock":true},{"title":"8-PACK(one of each other) \/ 5XL","offer_id":48267431280805,"sku":null,"price":24.98,"currency_code":"USD","in_stock":true},{"title":"CHARCOAL \/ XS","offer_id":48267195056293,"sku":"1732422673329590529","price":15.99,"currency_code":"USD","in_stock":true},{"title":"CHARCOAL \/ S","offer_id":48267195089061,"sku":"1732422673329590530","price":15.99,"currency_code":"USD","in_stock":true},{"title":"CHARCOAL \/ M","offer_id":48267195121829,"sku":"1732422673329590531","price":15.99,"currency_code":"USD","in_stock":true},{"title":"CHARCOAL \/ L","offer_id":48267195154597,"sku":"1732422673329590532","price":15.99,"currency_code":"USD","in_stock":true},{"title":"CHARCOAL \/ XL","offer_id":48267195187365,"sku":"1732422673329590533","price":15.99,"currency_code":"USD","in_stock":true},{"title":"CHARCOAL \/ 2XL","offer_id":48267195220133,"sku":"1732422673329590534","price":15.99,"currency_code":"USD","in_stock":true},{"title":"CHARCOAL \/ 3XL","offer_id":48267346641061,"sku":null,"price":15.99,"currency_code":"USD","in_stock":true},{"title":"CHARCOAL \/ 4XL","offer_id":48267346673829,"sku":null,"price":15.99,"currency_code":"USD","in_stock":true},{"title":"CHARCOAL \/ 5XL","offer_id":48267346706597,"sku":null,"price":15.99,"currency_code":"USD","in_stock":true},{"title":"KHAKI \/ XS","offer_id":48267195252901,"sku":"1732422673329590535","price":15.99,"currency_code":"USD","in_stock":true},{"title":"KHAKI \/ S","offer_id":48267195285669,"sku":"1732422673329590536","price":15.99,"currency_code":"USD","in_stock":true},{"title":"KHAKI \/ M","offer_id":48267195318437,"sku":"1732422673329590537","price":15.99,"currency_code":"USD","in_stock":true},{"title":"KHAKI \/ L","offer_id":48267195351205,"sku":"1732422673329590538","price":15.99,"currency_code":"USD","in_stock":true},{"title":"KHAKI \/ XL","offer_id":48267195383973,"sku":"1732422673329590539","price":15.99,"currency_code":"USD","in_stock":true},{"title":"KHAKI \/ 2XL","offer_id":48267195416741,"sku":"1732422673329590540","price":15.99,"currency_code":"USD","in_stock":true},{"title":"KHAKI \/ 3XL","offer_id":48267346739365,"sku":null,"price":15.99,"currency_code":"USD","in_stock":true},{"title":"KHAKI \/ 4XL","offer_id":48267346772133,"sku":null,"price":15.99,"currency_code":"USD","in_stock":true},{"title":"KHAKI \/ 5XL","offer_id":48267346804901,"sku":null,"price":15.99,"currency_code":"USD","in_stock":true},{"title":"DUSTY PINK \/ XS","offer_id":48267346837669,"sku":null,"price":15.99,"currency_code":"USD","in_stock":true},{"title":"DUSTY PINK \/ S","offer_id":48267346870437,"sku":null,"price":15.99,"currency_code":"USD","in_stock":true},{"title":"DUSTY PINK \/ M","offer_id":48267346903205,"sku":null,"price":15.99,"currency_code":"USD","in_stock":true},{"title":"DUSTY PINK \/ L","offer_id":48267346935973,"sku":null,"price":15.99,"currency_code":"USD","in_stock":true},{"title":"DUSTY PINK \/ XL","offer_id":48267346968741,"sku":null,"price":15.99,"currency_code":"USD","in_stock":true},{"title":"DUSTY PINK \/ 2XL","offer_id":48267347001509,"sku":null,"price":15.99,"currency_code":"USD","in_stock":true},{"title":"DUSTY PINK \/ 3XL","offer_id":48267347034277,"sku":null,"price":15.99,"currency_code":"USD","in_stock":true},{"title":"DUSTY PINK \/ 4XL","offer_id":48267347067045,"sku":null,"price":15.99,"currency_code":"USD","in_stock":true},{"title":"DUSTY PINK \/ 5XL","offer_id":48267347099813,"sku":null,"price":15.99,"currency_code":"USD","in_stock":true},{"title":"NAVY \/ XS","offer_id":48267347132581,"sku":null,"price":15.99,"currency_code":"USD","in_stock":true},{"title":"NAVY \/ S","offer_id":48267347165349,"sku":null,"price":15.99,"currency_code":"USD","in_stock":true},{"title":"NAVY \/ M","offer_id":48267347198117,"sku":null,"price":15.99,"currency_code":"USD","in_stock":true},{"title":"NAVY \/ L","offer_id":48267347230885,"sku":null,"price":15.99,"currency_code":"USD","in_stock":true},{"title":"NAVY \/ XL","offer_id":48267347263653,"sku":null,"price":15.99,"currency_code":"USD","in_stock":true},{"title":"NAVY \/ 2XL","offer_id":48267347296421,"sku":null,"price":15.99,"currency_code":"USD","in_stock":true},{"title":"NAVY \/ 3XL","offer_id":48267347329189,"sku":null,"price":15.99,"currency_code":"USD","in_stock":true},{"title":"NAVY \/ 4XL","offer_id":48267347361957,"sku":null,"price":15.99,"currency_code":"USD","in_stock":true},{"title":"NAVY \/ 5XL","offer_id":48267347394725,"sku":null,"price":15.99,"currency_code":"USD","in_stock":true},{"title":"OLIVE \/ XS","offer_id":48267347427493,"sku":null,"price":15.99,"currency_code":"USD","in_stock":true},{"title":"OLIVE \/ S","offer_id":48267347460261,"sku":null,"price":15.99,"currency_code":"USD","in_stock":true},{"title":"OLIVE \/ M","offer_id":48267347493029,"sku":null,"price":15.99,"currency_code":"USD","in_stock":true},{"title":"OLIVE \/ L","offer_id":48267347525797,"sku":null,"price":15.99,"currency_code":"USD","in_stock":true},{"title":"OLIVE \/ XL","offer_id":48267347558565,"sku":null,"price":15.99,"currency_code":"USD","in_stock":true},{"title":"OLIVE \/ 2XL","offer_id":48267347591333,"sku":null,"price":15.99,"currency_code":"USD","in_stock":true},{"title":"OLIVE \/ 3XL","offer_id":48267347624101,"sku":null,"price":15.99,"currency_code":"USD","in_stock":true},{"title":"OLIVE \/ 4XL","offer_id":48267347656869,"sku":null,"price":15.99,"currency_code":"USD","in_stock":true},{"title":"OLIVE \/ 5XL","offer_id":48267347689637,"sku":null,"price":15.99,"currency_code":"USD","in_stock":true},{"title":"BURGUNDY \/ XS","offer_id":48267347722405,"sku":null,"price":15.99,"currency_code":"USD","in_stock":true},{"title":"BURGUNDY \/ S","offer_id":48267347755173,"sku":null,"price":15.99,"currency_code":"USD","in_stock":true},{"title":"BURGUNDY \/ M","offer_id":48267347787941,"sku":null,"price":15.99,"currency_code":"USD","in_stock":true},{"title":"BURGUNDY \/ L","offer_id":48267347820709,"sku":null,"price":15.99,"currency_code":"USD","in_stock":true},{"title":"BURGUNDY \/ XL","offer_id":48267347853477,"sku":null,"price":15.99,"currency_code":"USD","in_stock":true},{"title":"BURGUNDY \/ 2XL","offer_id":48267347886245,"sku":null,"price":15.99,"currency_code":"USD","in_stock":true},{"title":"BURGUNDY \/ 3XL","offer_id":48267347919013,"sku":null,"price":15.99,"currency_code":"USD","in_stock":true},{"title":"BURGUNDY \/ 4XL","offer_id":48267347951781,"sku":null,"price":15.99,"currency_code":"USD","in_stock":true},{"title":"BURGUNDY \/ 5XL","offer_id":48267347984549,"sku":null,"price":15.99,"currency_code":"USD","in_stock":true},{"title":"CREAM \/ XS","offer_id":48267348017317,"sku":null,"price":15.99,"currency_code":"USD","in_stock":true},{"title":"CREAM \/ S","offer_id":48267348050085,"sku":null,"price":15.99,"currency_code":"USD","in_stock":true},{"title":"CREAM \/ M","offer_id":48267348082853,"sku":null,"price":15.99,"currency_code":"USD","in_stock":true},{"title":"CREAM \/ L","offer_id":48267348115621,"sku":null,"price":15.99,"currency_code":"USD","in_stock":true},{"title":"CREAM \/ XL","offer_id":48267348148389,"sku":null,"price":15.99,"currency_code":"USD","in_stock":true},{"title":"CREAM \/ 2XL","offer_id":48267348181157,"sku":null,"price":15.99,"currency_code":"USD","in_stock":true},{"title":"CREAM \/ 3XL","offer_id":48267348213925,"sku":null,"price":15.99,"currency_code":"USD","in_stock":true},{"title":"CREAM \/ 4XL","offer_id":48267348246693,"sku":null,"price":15.99,"currency_code":"USD","in_stock":true},{"title":"CREAM \/ 5XL","offer_id":48267348279461,"sku":null,"price":15.99,"currency_code":"USD","in_stock":true},{"title":"LIGHT BLUE \/ XS","offer_id":48267348312229,"sku":null,"price":15.99,"currency_code":"USD","in_stock":true},{"title":"LIGHT BLUE \/ S","offer_id":48267348344997,"sku":null,"price":15.99,"currency_code":"USD","in_stock":true},{"title":"LIGHT BLUE \/ M","offer_id":48267348377765,"sku":null,"price":15.99,"currency_code":"USD","in_stock":true},{"title":"LIGHT BLUE \/ L","offer_id":48267348410533,"sku":null,"price":15.99,"currency_code":"USD","in_stock":true},{"title":"LIGHT BLUE \/ XL","offer_id":48267348443301,"sku":null,"price":15.99,"currency_code":"USD","in_stock":true},{"title":"LIGHT BLUE \/ 2XL","offer_id":48267348476069,"sku":null,"price":15.99,"currency_code":"USD","in_stock":true},{"title":"LIGHT BLUE \/ 3XL","offer_id":48267348508837,"sku":null,"price":15.99,"currency_code":"USD","in_stock":true},{"title":"LIGHT BLUE \/ 4XL","offer_id":48267348541605,"sku":null,"price":15.99,"currency_code":"USD","in_stock":true},{"title":"LIGHT BLUE \/ 5XL","offer_id":48267348574373,"sku":null,"price":15.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0778\/5768\/5669\/files\/40cd8ec453d54e49a65086e03864be9a.png?v=1789117154","url":"https:\/\/anemere.com\/products\/washed-denim-oversized-half-zip-hoodie-with-zip-pockets-f1","provider":"anemere","version":"1.0","type":"link"}