{"product_id":"fleece-double-layer-integrated-hat","title":"🔥Fleece Double Layer Integrated Mask Hat","description":"\u003cstyle\u003e\n\/* =========================\n   WINTER HOOD LANDING PAGE\n   Scoped styles - Shopify safe\n========================= *\/\n\n.winter-hood-page,\n.winter-hood-page * {\n  box-sizing: border-box;\n}\n\n.winter-hood-page {\n  --wh-dark: #20241f;\n  --wh-green: #58614d;\n  --wh-green-light: #e9ede4;\n  --wh-cream: #f7f4ed;\n  --wh-white: #ffffff;\n  --wh-text: #30342f;\n  --wh-muted: #6f746d;\n  --wh-border: #dedfd9;\n  --wh-accent: #8a5d3b;\n\n  width: 100%;\n  margin: 0;\n  padding: 0;\n  color: var(--wh-text);\n  background: var(--wh-white);\n  font-family: Arial, Helvetica, sans-serif;\n  line-height: 1.6;\n  overflow: hidden;\n}\n\n.winter-hood-page img {\n  display: block;\n  width: 100%;\n  height: auto;\n  margin: 0;\n  border: 0;\n}\n\n.winter-hood-page a {\n  text-decoration: none;\n}\n\n.wh-container {\n  width: min(100% - 32px, 980px);\n  margin: 0 auto;\n}\n\n.wh-section {\n  padding: 64px 0;\n}\n\n\/* ARTISTIC TYPOGRAPHY *\/\n\n.wh-kicker {\n  margin: 0 0 12px;\n  color: var(--wh-green);\n  font-size: 12px;\n  font-weight: 800;\n  letter-spacing: .18em;\n  text-transform: uppercase;\n}\n\n.wh-title {\n  margin: 0;\n  color: var(--wh-dark);\n  font-family: Georgia, \"Times New Roman\", serif;\n  font-size: clamp(36px, 6vw, 66px);\n  line-height: 1.02;\n  letter-spacing: -0.04em;\n}\n\n.wh-title em {\n  color: var(--wh-green);\n  font-weight: 400;\n}\n\n.wh-heading {\n  margin: 0 0 14px;\n  color: var(--wh-dark);\n  font-family: Georgia, \"Times New Roman\", serif;\n  font-size: clamp(29px, 4vw, 44px);\n  line-height: 1.1;\n  letter-spacing: -0.025em;\n}\n\n.wh-heading em {\n  color: var(--wh-green);\n  font-weight: 400;\n}\n\n.wh-subheading {\n  margin: 0;\n  color: var(--wh-text);\n  font-size: 18px;\n  line-height: 1.65;\n}\n\n.wh-small {\n  color: var(--wh-muted);\n  font-size: 14px;\n}\n\n\/* HERO *\/\n\n.wh-hero {\n  padding: 55px 0 36px;\n  text-align: center;\n  background:\n    radial-gradient(circle at top right, #eef1e9 0, transparent 38%),\n    linear-gradient(180deg, #fbfaf7 0%, #ffffff 100%);\n}\n\n.wh-hero-copy {\n  max-width: 790px;\n  margin: 0 auto 30px;\n}\n\n.wh-hero .wh-subheading {\n  max-width: 660px;\n  margin: 20px auto 0;\n}\n\n.wh-badges {\n  display: flex;\n  justify-content: center;\n  flex-wrap: wrap;\n  gap: 9px;\n  margin-top: 24px;\n}\n\n.wh-badge {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  padding: 9px 14px;\n  border: 1px solid var(--wh-border);\n  border-radius: 999px;\n  background: rgba(255,255,255,.8);\n  color: var(--wh-dark);\n  font-size: 13px;\n  font-weight: 700;\n}\n\n.wh-hero-image {\n  overflow: hidden;\n  border-radius: 24px;\n  box-shadow: 0 20px 55px rgba(33,40,30,.12);\n}\n\n\/* INTERNAL CTA *\/\n\n.wh-button-row {\n  display: flex;\n  justify-content: center;\n  gap: 10px;\n  flex-wrap: wrap;\n  margin-top: 26px;\n}\n\n.wh-btn {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  min-height: 48px;\n  padding: 13px 22px;\n  border-radius: 999px;\n  background: var(--wh-dark);\n  color: #fff !important;\n  font-size: 14px;\n  font-weight: 800;\n  transition: transform .2s ease, opacity .2s ease;\n}\n\n.wh-btn:hover {\n  transform: translateY(-2px);\n  opacity: .92;\n}\n\n.wh-btn-light {\n  background: var(--wh-green-light);\n  color: var(--wh-dark) !important;\n}\n\n\/* PROBLEM \/ SOLUTION *\/\n\n.wh-problem {\n  background: var(--wh-white);\n}\n\n.wh-center-copy {\n  max-width: 760px;\n  margin: 0 auto 34px;\n  text-align: center;\n}\n\n.wh-problem-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 14px;\n  margin: 28px 0 35px;\n}\n\n.wh-problem-card {\n  padding: 24px 18px;\n  border: 1px solid var(--wh-border);\n  border-radius: 18px;\n  background: #fff;\n  text-align: center;\n}\n\n.wh-problem-icon {\n  display: block;\n  margin-bottom: 8px;\n  font-size: 26px;\n}\n\n.wh-problem-card strong {\n  display: block;\n  margin-bottom: 4px;\n  color: var(--wh-dark);\n}\n\n.wh-problem-card span {\n  color: var(--wh-muted);\n  font-size: 14px;\n}\n\n\/* FEATURE LAYOUT *\/\n\n.wh-feature {\n  padding: 64px 0;\n}\n\n.wh-feature-alt {\n  background: var(--wh-cream);\n}\n\n.wh-feature-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 44px;\n  align-items: center;\n}\n\n.wh-feature-grid.wh-reverse .wh-feature-media {\n  order: 2;\n}\n\n.wh-feature-grid.wh-reverse .wh-feature-copy {\n  order: 1;\n}\n\n.wh-feature-media {\n  overflow: hidden;\n  border-radius: 22px;\n  background: #eee;\n}\n\n.wh-feature-copy {\n  min-width: 0;\n}\n\n.wh-number {\n  display: inline-flex;\n  align-items: baseline;\n  gap: 7px;\n  margin-bottom: 12px;\n  color: var(--wh-green);\n}\n\n.wh-number strong {\n  font-family: Georgia, \"Times New Roman\", serif;\n  font-size: 54px;\n  line-height: 1;\n  letter-spacing: -0.05em;\n}\n\n.wh-number span {\n  font-size: 14px;\n  font-weight: 800;\n  text-transform: uppercase;\n  letter-spacing: .08em;\n}\n\n.wh-points {\n  display: grid;\n  gap: 11px;\n  margin-top: 22px;\n}\n\n.wh-point {\n  display: flex;\n  gap: 10px;\n  align-items: flex-start;\n  font-size: 15px;\n}\n\n.wh-check {\n  flex: 0 0 22px;\n  width: 22px;\n  height: 22px;\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  margin-top: 1px;\n  border-radius: 50%;\n  background: var(--wh-green-light);\n  color: var(--wh-green);\n  font-size: 12px;\n  font-weight: 900;\n}\n\n\/* 3 STEPS *\/\n\n.wh-steps-wrap {\n  background: var(--wh-dark);\n  color: #fff;\n}\n\n.wh-steps-wrap .wh-kicker {\n  color: #bdc7b3;\n}\n\n.wh-steps-wrap .wh-heading {\n  color: #fff;\n}\n\n.wh-steps-wrap .wh-subheading {\n  color: rgba(255,255,255,.75);\n}\n\n.wh-steps {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 14px;\n  margin-top: 34px;\n}\n\n.wh-step {\n  padding: 26px 22px;\n  border: 1px solid rgba(255,255,255,.13);\n  border-radius: 20px;\n  background: rgba(255,255,255,.055);\n}\n\n.wh-step-num {\n  margin-bottom: 18px;\n  color: #c6d1ba;\n  font-family: Georgia, \"Times New Roman\", serif;\n  font-size: 30px;\n  font-style: italic;\n}\n\n.wh-step strong {\n  display: block;\n  margin-bottom: 6px;\n  font-size: 17px;\n}\n\n.wh-step p {\n  margin: 0;\n  color: rgba(255,255,255,.68);\n  font-size: 14px;\n}\n\n\/* ACTIVITY *\/\n\n.wh-activity-image {\n  margin-top: 34px;\n  overflow: hidden;\n  border-radius: 22px;\n}\n\n.wh-use-grid {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 10px;\n  margin-top: 22px;\n}\n\n.wh-use {\n  padding: 14px 8px;\n  border-radius: 14px;\n  background: var(--wh-green-light);\n  text-align: center;\n  color: var(--wh-dark);\n  font-size: 13px;\n  font-weight: 800;\n}\n\n\/* DETAILS *\/\n\n.wh-detail-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 18px;\n  margin-top: 35px;\n}\n\n.wh-detail-card {\n  overflow: hidden;\n  border: 1px solid var(--wh-border);\n  border-radius: 22px;\n  background: #fff;\n}\n\n.wh-detail-text {\n  padding: 22px 22px 24px;\n}\n\n.wh-detail-text strong {\n  display: block;\n  margin-bottom: 6px;\n  color: var(--wh-dark);\n  font-family: Georgia, \"Times New Roman\", serif;\n  font-size: 23px;\n}\n\n.wh-detail-text p {\n  margin: 0;\n  color: var(--wh-muted);\n  font-size: 14px;\n}\n\n\/* FEEL SECTION *\/\n\n.wh-feel-card {\n  position: relative;\n  overflow: hidden;\n  border-radius: 24px;\n}\n\n.wh-feel-card img {\n  width: 100%;\n}\n\n.wh-feel-copy {\n  margin-top: 24px;\n  text-align: center;\n}\n\n\/* INTERACTIVE ACCORDION *\/\n\n.wh-interactive {\n  background: var(--wh-cream);\n}\n\n.wh-accordion {\n  max-width: 780px;\n  margin: 32px auto 0;\n}\n\n.wh-accordion details {\n  margin-bottom: 10px;\n  overflow: hidden;\n  border: 1px solid var(--wh-border);\n  border-radius: 16px;\n  background: #fff;\n}\n\n.wh-accordion summary {\n  position: relative;\n  display: flex;\n  align-items: center;\n  min-height: 62px;\n  padding: 17px 52px 17px 18px;\n  cursor: pointer;\n  list-style: none;\n  color: var(--wh-dark);\n  font-size: 15px;\n  font-weight: 800;\n}\n\n.wh-accordion summary::-webkit-details-marker {\n  display: none;\n}\n\n.wh-accordion summary::after {\n  content: \"+\";\n  position: absolute;\n  right: 19px;\n  top: 50%;\n  transform: translateY(-50%);\n  color: var(--wh-green);\n  font-family: Georgia, serif;\n  font-size: 28px;\n  font-weight: 400;\n}\n\n.wh-accordion details[open] summary::after {\n  content: \"−\";\n}\n\n.wh-accordion-content {\n  padding: 0 18px 20px;\n  color: var(--wh-muted);\n  font-size: 14px;\n}\n\n.wh-accordion-content p {\n  margin: 0;\n}\n\n\/* FINAL CTA *\/\n\n.wh-final {\n  padding: 68px 0;\n  text-align: center;\n  background:\n    radial-gradient(circle at 20% 0%, #edf0e8 0%, transparent 35%),\n    #fff;\n}\n\n.wh-final-box {\n  max-width: 760px;\n  margin: 0 auto;\n  padding: 46px 35px;\n  border-radius: 26px;\n  background: var(--wh-dark);\n  color: #fff;\n}\n\n.wh-final-box .wh-kicker {\n  color: #c6d1ba;\n}\n\n.wh-final-box .wh-heading {\n  color: #fff;\n}\n\n.wh-final-box p {\n  max-width: 570px;\n  margin: 14px auto 0;\n  color: rgba(255,255,255,.73);\n}\n\n.wh-final-line {\n  margin-top: 24px !important;\n  color: #fff !important;\n  font-family: Georgia, \"Times New Roman\", serif;\n  font-size: 21px;\n  font-style: italic;\n}\n\n.wh-top-link {\n  display: inline-flex;\n  margin-top: 26px;\n  color: #dce4d3 !important;\n  font-size: 13px;\n  font-weight: 800;\n}\n\n\/* MOBILE *\/\n\n@media (max-width: 767px) {\n\n  .wh-container {\n    width: min(100% - 24px, 980px);\n  }\n\n  .wh-section,\n  .wh-feature {\n    padding: 46px 0;\n  }\n\n  .wh-hero {\n    padding: 38px 0 25px;\n  }\n\n  .wh-title {\n    font-size: clamp(38px, 12vw, 54px);\n    line-height: 1.02;\n  }\n\n  .wh-heading {\n    font-size: 31px;\n  }\n\n  .wh-subheading {\n    font-size: 16px;\n    line-height: 1.6;\n  }\n\n  .wh-hero-image,\n  .wh-feature-media,\n  .wh-activity-image,\n  .wh-feel-card {\n    border-radius: 17px;\n  }\n\n  .wh-problem-grid {\n    grid-template-columns: 1fr;\n    gap: 9px;\n  }\n\n  .wh-problem-card {\n    display: grid;\n    grid-template-columns: 38px 1fr;\n    column-gap: 4px;\n    padding: 16px;\n    text-align: left;\n  }\n\n  .wh-problem-icon {\n    grid-row: 1 \/ 3;\n    margin: 0;\n  }\n\n  .wh-feature-grid,\n  .wh-feature-grid.wh-reverse {\n    grid-template-columns: 1fr;\n    gap: 26px;\n  }\n\n  .wh-feature-grid.wh-reverse .wh-feature-media,\n  .wh-feature-grid.wh-reverse .wh-feature-copy {\n    order: initial;\n  }\n\n  .wh-number strong {\n    font-size: 46px;\n  }\n\n  .wh-steps {\n    grid-template-columns: 1fr;\n    gap: 9px;\n  }\n\n  .wh-step {\n    padding: 20px;\n  }\n\n  .wh-step-num {\n    margin-bottom: 8px;\n  }\n\n  .wh-use-grid {\n    grid-template-columns: 1fr 1fr;\n  }\n\n  .wh-detail-grid {\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n\n  .wh-detail-text {\n    padding: 18px;\n  }\n\n  .wh-final {\n    padding: 48px 0;\n  }\n\n  .wh-final-box {\n    padding: 36px 20px;\n    border-radius: 20px;\n  }\n\n  .wh-button-row {\n    width: 100%;\n  }\n\n  .wh-btn {\n    width: 100%;\n  }\n}\n\n@media (max-width: 400px) {\n  .wh-container {\n    width: calc(100% - 20px);\n  }\n\n  .wh-title {\n    font-size: 38px;\n  }\n\n  .wh-heading {\n    font-size: 28px;\n  }\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"winter-hood-page\" id=\"winter-top\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"wh-hero\"\u003e\n    \u003cdiv class=\"wh-container\"\u003e\n\n      \u003cdiv class=\"wh-hero-copy\"\u003e\n        \u003cp class=\"wh-kicker\"\u003eCold Weather, Simplified\u003c\/p\u003e\n\n        \u003ch1 class=\"wh-title\"\u003e\n          One Pull.\u003cbr\u003e\n          \u003cem\u003eFull Winter Coverage.\u003c\/em\u003e\n        \u003c\/h1\u003e\n\n        \u003cp class=\"wh-subheading\"\u003e\n          No more adjusting a hat, scarf and face covering separately.\n          One soft fleece layer keeps your head, face and neck comfortably covered.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"wh-badges\"\u003e\n          \u003cspan class=\"wh-badge\"\u003e✓ Head Coverage\u003c\/span\u003e\n          \u003cspan class=\"wh-badge\"\u003e✓ Face Protection\u003c\/span\u003e\n          \u003cspan class=\"wh-badge\"\u003e✓ Neck Coverage\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wh-button-row\"\u003e\n          \u003ca class=\"wh-btn\" href=\"#winter-how\"\u003e\n            See How It Works ↓\n          \u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"wh-hero-image\"\u003e\n        \u003cimg src=\"https:\/\/cdn.wshopon.com\/image\/ea3a02745de45db0f7161ced675fa571ca58a4bf.gif\" alt=\"Double layer fleece winter hood in use\" loading=\"eager\"\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- PROBLEM --\u003e\n  \u003csection class=\"wh-section wh-problem\" id=\"winter-how\"\u003e\n    \u003cdiv class=\"wh-container\"\u003e\n\n      \u003cdiv class=\"wh-center-copy\"\u003e\n        \u003cp class=\"wh-kicker\"\u003eWhy One Piece Works Better\u003c\/p\u003e\n\n        \u003ch2 class=\"wh-heading\"\u003e\n          Stop fixing your winter layers \u003cem\u003eall day.\u003c\/em\u003e\n        \u003c\/h2\u003e\n\n        \u003cp class=\"wh-subheading\"\u003e\n          Separate winter accessories can shift when you walk, bend or turn your head.\n          This integrated design keeps everything together.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"wh-problem-grid\"\u003e\n\n        \u003cdiv class=\"wh-problem-card\"\u003e\n          \u003cspan class=\"wh-problem-icon\"\u003e🧢\u003c\/span\u003e\n          \u003cstrong\u003eHats Shift\u003c\/strong\u003e\n          \u003cspan\u003eHead coverage moves during activity.\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wh-problem-card\"\u003e\n          \u003cspan class=\"wh-problem-icon\"\u003e🧣\u003c\/span\u003e\n          \u003cstrong\u003eScarves Loosen\u003c\/strong\u003e\n          \u003cspan\u003eCold air can sneak around the neckline.\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wh-problem-card\"\u003e\n          \u003cspan class=\"wh-problem-icon\"\u003e🌬️\u003c\/span\u003e\n          \u003cstrong\u003eWind Finds Gaps\u003c\/strong\u003e\n          \u003cspan\u003eMultiple layers don't always stay together.\u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"wh-feature-media\"\u003e\n        \u003cimg src=\"https:\/\/cdn.wshopon.com\/image\/82f6cbda2f79ec2138897c142e2ea3a5d0f71d66.jpg\" alt=\"Integrated fleece hood face and neck protection\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- COVERAGE --\u003e\n  \u003csection class=\"wh-feature wh-feature-alt\"\u003e\n    \u003cdiv class=\"wh-container\"\u003e\n\n      \u003cdiv class=\"wh-feature-grid\"\u003e\n\n        \u003cdiv class=\"wh-feature-media\"\u003e\n          \u003cimg src=\"https:\/\/cdn.wshopon.com\/image\/ac365101ca2d9e82973541add34f540638cfc8ef.jpg\" alt=\"Extended fleece neck coverage\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wh-feature-copy\"\u003e\n\n          \u003cp class=\"wh-kicker\"\u003eMore Coverage. Fewer Gaps.\u003c\/p\u003e\n\n          \u003cdiv class=\"wh-number\"\u003e\n            \u003cstrong\u003e42\u003c\/strong\u003e\n            \u003cspan\u003ecm coverage\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003ch2 class=\"wh-heading\"\u003e\n            Coverage that reaches \u003cem\u003ebeyond your collar.\u003c\/em\u003e\n          \u003c\/h2\u003e\n\n          \u003cp class=\"wh-subheading\"\u003e\n            The extended fleece wraps around your neck and shoulders,\n            helping create a continuous barrier between your headwear and jacket.\n          \u003c\/p\u003e\n\n          \u003cdiv class=\"wh-points\"\u003e\n\n            \u003cdiv class=\"wh-point\"\u003e\n              \u003cspan class=\"wh-check\"\u003e✓\u003c\/span\u003e\n              \u003cspan\u003eExtended neck and shoulder coverage\u003c\/span\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"wh-point\"\u003e\n              \u003cspan class=\"wh-check\"\u003e✓\u003c\/span\u003e\n              \u003cspan\u003eDesigned to tuck comfortably inside a winter coat\u003c\/span\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"wh-point\"\u003e\n              \u003cspan class=\"wh-check\"\u003e✓\u003c\/span\u003e\n              \u003cspan\u003eLess exposed space around the neckline\u003c\/span\u003e\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- FLEECE --\u003e\n  \u003csection class=\"wh-feature\"\u003e\n    \u003cdiv class=\"wh-container\"\u003e\n\n      \u003cdiv class=\"wh-feature-grid wh-reverse\"\u003e\n\n        \u003cdiv class=\"wh-feature-media\"\u003e\n          \u003cimg src=\"https:\/\/cdn.wshopon.com\/image\/b98d1bf220054317d36e010fb51f573c145b5c7a.jpg\" alt=\"Soft double layer brushed fleece\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wh-feature-copy\"\u003e\n\n          \u003cp class=\"wh-kicker\"\u003eSoft Where It Matters\u003c\/p\u003e\n\n          \u003ch2 class=\"wh-heading\"\u003e\n            Double-layer fleece.\u003cbr\u003e\n            \u003cem\u003eNo scratchy knit feel.\u003c\/em\u003e\n          \u003c\/h2\u003e\n\n          \u003cp class=\"wh-subheading\"\u003e\n            Dense brushed fleece feels soft against your cheeks,\n            nose and neck while helping shield you from cold wind.\n          \u003c\/p\u003e\n\n          \u003cdiv class=\"wh-points\"\u003e\n\n            \u003cdiv class=\"wh-point\"\u003e\n              \u003cspan class=\"wh-check\"\u003e✓\u003c\/span\u003e\n              \u003cspan\u003eSoft brushed surface\u003c\/span\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"wh-point\"\u003e\n              \u003cspan class=\"wh-check\"\u003e✓\u003c\/span\u003e\n              \u003cspan\u003eWarm double-layer construction\u003c\/span\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"wh-point\"\u003e\n              \u003cspan class=\"wh-check\"\u003e✓\u003c\/span\u003e\n              \u003cspan\u003eComfortable for longer outdoor wear\u003c\/span\u003e\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- 3 STEPS --\u003e\n  \u003csection class=\"wh-section wh-steps-wrap\"\u003e\n    \u003cdiv class=\"wh-container\"\u003e\n\n      \u003cdiv class=\"wh-center-copy\"\u003e\n        \u003cp class=\"wh-kicker\"\u003eReady In Seconds\u003c\/p\u003e\n\n        \u003ch2 class=\"wh-heading\"\u003e\n          Pull on. Adjust. \u003cem\u003eGo.\u003c\/em\u003e\n        \u003c\/h2\u003e\n\n        \u003cp class=\"wh-subheading\"\u003e\n          Warmth doesn't need to mean complicated layering.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"wh-steps\"\u003e\n\n        \u003cdiv class=\"wh-step\"\u003e\n          \u003cdiv class=\"wh-step-num\"\u003e01\u003c\/div\u003e\n          \u003cstrong\u003ePull It On\u003c\/strong\u003e\n          \u003cp\u003e\n            One integrated piece replaces multiple loose accessories.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wh-step\"\u003e\n          \u003cdiv class=\"wh-step-num\"\u003e02\u003c\/div\u003e\n          \u003cstrong\u003eAdjust The Opening\u003c\/strong\u003e\n          \u003cp\u003e\n            Use the drawcord to create the coverage that feels right for you.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wh-step\"\u003e\n          \u003cdiv class=\"wh-step-num\"\u003e03\u003c\/div\u003e\n          \u003cstrong\u003eHead Outside\u003c\/strong\u003e\n          \u003cp\u003e\n            Move freely without constantly fixing your winter layers.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- ACTIVE --\u003e\n  \u003csection class=\"wh-section\"\u003e\n    \u003cdiv class=\"wh-container\"\u003e\n\n      \u003cdiv class=\"wh-center-copy\"\u003e\n        \u003cp class=\"wh-kicker\"\u003eBuilt For Real Winter Days\u003c\/p\u003e\n\n        \u003ch2 class=\"wh-heading\"\u003e\n          Warm without the \u003cem\u003ebulk.\u003c\/em\u003e\n        \u003c\/h2\u003e\n\n        \u003cp class=\"wh-subheading\"\u003e\n          Lightweight coverage for everyday cold-weather activities,\n          from morning walks to snow days.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"wh-use-grid\"\u003e\n        \u003cdiv class=\"wh-use\"\u003e❄️ Snow Days\u003c\/div\u003e\n        \u003cdiv class=\"wh-use\"\u003e🥾 Hiking\u003c\/div\u003e\n        \u003cdiv class=\"wh-use\"\u003e🚶 Walking\u003c\/div\u003e\n        \u003cdiv class=\"wh-use\"\u003e🏂 Outdoors\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"wh-activity-image\"\u003e\n        \u003cimg src=\"https:\/\/cdn.wshopon.com\/image\/05a4da7e07c39d6e1daa065af424c6b9cae3fb24.jpg\" alt=\"Winter fleece hood for outdoor activities\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- DETAILS --\u003e\n  \u003csection class=\"wh-section wh-feature-alt\"\u003e\n    \u003cdiv class=\"wh-container\"\u003e\n\n      \u003cdiv class=\"wh-center-copy\"\u003e\n        \u003cp class=\"wh-kicker\"\u003eSmall Details. Better Fit.\u003c\/p\u003e\n\n        \u003ch2 class=\"wh-heading\"\u003e\n          Adjust it \u003cem\u003eyour way.\u003c\/em\u003e\n        \u003c\/h2\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"wh-detail-grid\"\u003e\n\n        \u003cdiv class=\"wh-detail-card\"\u003e\n          \u003cimg src=\"https:\/\/cdn.wshopon.com\/image\/60e3bccf9c3e1ea55dfd07603d224102477545b9.png\" alt=\"Adjustable drawcord detail\" loading=\"lazy\"\u003e\n\n          \u003cdiv class=\"wh-detail-text\"\u003e\n            \u003cstrong\u003eSmooth Drawcord\u003c\/strong\u003e\n            \u003cp\u003e\n              Tighten the opening for a closer, more secure cold-weather fit.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wh-detail-card\"\u003e\n          \u003cimg src=\"https:\/\/cdn.wshopon.com\/image\/9d58866529a406886d8b7faafdd8fa1711b86bc6.png\" alt=\"Winter hood toggle detail\" loading=\"lazy\"\u003e\n\n          \u003cdiv class=\"wh-detail-text\"\u003e\n            \u003cstrong\u003eEasy-Lock Toggle\u003c\/strong\u003e\n            \u003cp\u003e\n              Quick adjustment helps keep your preferred fit in place.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- TEXTURE --\u003e\n  \u003csection class=\"wh-section\"\u003e\n    \u003cdiv class=\"wh-container\"\u003e\n\n      \u003cdiv class=\"wh-feel-card\"\u003e\n        \u003cimg src=\"https:\/\/cdn.wshopon.com\/image\/ce5c648c96214ae90fa1b2b8fea5940e54404025.png\" alt=\"Close up of soft brushed fleece fabric\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"wh-feel-copy\"\u003e\n        \u003cp class=\"wh-kicker\"\u003eFeel The Difference\u003c\/p\u003e\n\n        \u003ch2 class=\"wh-heading\"\u003e\n          Plush comfort you can \u003cem\u003esee.\u003c\/em\u003e\n        \u003c\/h2\u003e\n\n        \u003cp class=\"wh-subheading\"\u003e\n          Dense brushed fleece brings together softness,\n          warmth and everyday cold-weather comfort.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- INTERACTIVE FAQ --\u003e\n  \u003csection class=\"wh-section wh-interactive\"\u003e\n    \u003cdiv class=\"wh-container\"\u003e\n\n      \u003cdiv class=\"wh-center-copy\"\u003e\n        \u003cp class=\"wh-kicker\"\u003eQuick Answers\u003c\/p\u003e\n\n        \u003ch2 class=\"wh-heading\"\u003e\n          How would you \u003cem\u003ewear it?\u003c\/em\u003e\n        \u003c\/h2\u003e\n\n        \u003cp class=\"wh-subheading\"\u003e\n          Tap a question to explore the details.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"wh-accordion\"\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003eCan I adjust how much of my face is covered?\u003c\/summary\u003e\n          \u003cdiv class=\"wh-accordion-content\"\u003e\n            \u003cp\u003e\n              Yes. The adjustable drawcord lets you change the opening\n              for more coverage or a more relaxed fit.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003eCan I wear it with my winter coat?\u003c\/summary\u003e\n          \u003cdiv class=\"wh-accordion-content\"\u003e\n            \u003cp\u003e\n              Yes. The extended lower section is designed to sit over\n              or tuck inside your jacket collar for more continuous coverage.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003eIs it only for extreme winter weather?\u003c\/summary\u003e\n          \u003cdiv class=\"wh-accordion-content\"\u003e\n            \u003cp\u003e\n              No. It can be used for everyday winter walks,\n              commuting, outdoor chores, hiking and other cold-weather activities.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003eWhy choose one integrated piece?\u003c\/summary\u003e\n          \u003cdiv class=\"wh-accordion-content\"\u003e\n            \u003cp\u003e\n              It reduces the need to constantly readjust separate hats,\n              scarves and face coverings while you're moving outdoors.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- FINAL --\u003e\n  \u003csection class=\"wh-final\"\u003e\n    \u003cdiv class=\"wh-container\"\u003e\n\n      \u003cdiv class=\"wh-final-box\"\u003e\n\n        \u003cp class=\"wh-kicker\"\u003eWinter Made Easier\u003c\/p\u003e\n\n        \u003ch2 class=\"wh-heading\"\u003e\n          One layer.\u003cbr\u003e\n          \u003cem\u003eThree areas covered.\u003c\/em\u003e\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          Head. Face. Neck.\n          Stay comfortably covered without juggling multiple winter accessories.\n        \u003c\/p\u003e\n\n        \u003cp class=\"wh-final-line\"\u003e\n          Pull it on. Tighten it once. Get on with your day.\n        \u003c\/p\u003e\n\n        \u003ca href=\"#winter-top\" class=\"wh-top-link\"\u003e\n          ↑ Back to Top\n        \u003c\/a\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"cotitoc","offers":[{"title":"Black","offer_id":52678544818478,"sku":"SZ04622609187477-XT-BNMZ-13黑色双层加厚-均码","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Beige","offer_id":52678544851246,"sku":"SZ04622609187477-XT-BNMZ-13米色双层加厚-均码","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Green","offer_id":52678544884014,"sku":"SZ04622609187477-XT-BNMZ-13墨绿色双层加厚-均码","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Gray","offer_id":52678544916782,"sku":"SZ04622609187477-XT-BNMZ-13深灰色双层加厚-均码","price":19.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0988\/2848\/4910\/files\/8781306fab650db120494783f97a49e291f87ace.jpg?v=1789703433","url":"https:\/\/cotitoc.com\/products\/fleece-double-layer-integrated-hat","provider":"cotitoc","version":"1.0","type":"link"}