{"product_id":"windproof-and-warm-integrated-face-protection-hat","title":"💥LAST DAY 50% OFF-❄️Windproof and Warm Integrated Face-Protection Hat🌨️(Fleece-lined)","description":"\u003cstyle\u003e\n\/* =========================================================\n   WINTER FLEECE HOODED FACE MASK\n   COMPLETE SHOPIFY LANDING PAGE\n\n   Ice Blue × Deep Navy × Charcoal × Warm Fleece\n   Desktop + Mobile\n   Image First \/ Text Below\n========================================================= *\/\n\n.wfh-page,\n.wfh-page *{\n  box-sizing:border-box;\n}\n\n.wfh-page{\n  --navy:#17324a;\n  --navy-2:#244964;\n  --navy-deep:#0e2131;\n\n  --ice:#6fa8c4;\n  --ice-2:#a9d4e7;\n  --ice-soft:#dff1f8;\n\n  --charcoal:#35414a;\n  --charcoal-2:#4c5963;\n\n  --fleece:#f4e9dc;\n  --fleece-2:#e8d5c0;\n\n  --white:#ffffff;\n  --page:#f6fafc;\n\n  --ink:#24313a;\n  --body:#687681;\n  --line:#dbe7ed;\n\n  width:100%;\n  max-width:1100px;\n\n  margin:0 auto!important;\n  padding:14px!important;\n\n  background:\n    radial-gradient(\n      circle at 95% 2%,\n      rgba(111,168,196,.13),\n      transparent 26%\n    ),\n    radial-gradient(\n      circle at 3% 35%,\n      rgba(36,73,100,.07),\n      transparent 28%\n    ),\n    linear-gradient(\n      180deg,\n      #fff 0%,\n      #f3f8fb 100%\n    );\n\n  color:var(--ink);\n\n  font-family:\n    -apple-system,\n    BlinkMacSystemFont,\n    \"Segoe UI\",\n    Arial,\n    Helvetica,\n    sans-serif;\n\n  font-size:16px;\n  line-height:1.7;\n\n  overflow:visible!important;\n\n  -webkit-font-smoothing:antialiased;\n}\n\n.wfh-page h1,\n.wfh-page h2,\n.wfh-page h3,\n.wfh-page p{\n  margin-top:0;\n}\n\n.wfh-page strong{\n  font-weight:850;\n}\n\n.wfh-page a{\n  text-decoration:none;\n}\n\n\/* =========================================================\n   IMAGE SAFETY\n========================================================= *\/\n\n.wfh-page img{\n  display:block!important;\n\n  width:100%!important;\n  max-width:100%!important;\n\n  height:auto!important;\n  min-height:0!important;\n  max-height:none!important;\n\n  aspect-ratio:auto!important;\n\n  object-fit:contain!important;\n  object-position:center center!important;\n\n  margin:0!important;\n  padding:0!important;\n\n  clip-path:none!important;\n  mask:none!important;\n  -webkit-mask:none!important;\n}\n\n\/* =========================================================\n   ANIMATIONS\n========================================================= *\/\n\n@keyframes wfhReveal{\n  from{\n    opacity:0;\n    transform:translateY(24px);\n  }\n\n  to{\n    opacity:1;\n    transform:none;\n  }\n}\n\n@keyframes wfhFloat{\n  0%,100%{\n    transform:translateY(0);\n  }\n\n  50%{\n    transform:translateY(-6px);\n  }\n}\n\n@keyframes wfhGlow{\n  0%,100%{\n    box-shadow:\n      0 12px 30px\n      rgba(25,52,73,.10);\n  }\n\n  50%{\n    box-shadow:\n      0 18px 44px\n      rgba(65,124,156,.18),\n      0 0 31px\n      rgba(155,211,233,.20);\n  }\n}\n\n@keyframes wfhSnow{\n  0%{\n    opacity:0;\n    transform:\n      translateY(-12px)\n      rotate(0deg);\n  }\n\n  15%{\n    opacity:.72;\n  }\n\n  100%{\n    opacity:0;\n    transform:\n      translateY(190px)\n      rotate(220deg);\n  }\n}\n\n@keyframes wfhWind{\n  0%{\n    transform:translateX(-120%);\n    opacity:0;\n  }\n\n  20%{\n    opacity:.45;\n  }\n\n  75%{\n    opacity:.28;\n  }\n\n  100%{\n    transform:translateX(150%);\n    opacity:0;\n  }\n}\n\n@keyframes wfhShine{\n  0%{\n    left:-65%;\n  }\n\n  55%,\n  100%{\n    left:145%;\n  }\n}\n\n@keyframes wfhPulse{\n  0%,100%{\n    transform:scale(1);\n\n    box-shadow:\n      0 10px 25px\n      rgba(23,50,74,.23);\n  }\n\n  50%{\n    transform:scale(1.025);\n\n    box-shadow:\n      0 16px 40px\n      rgba(23,50,74,.42);\n  }\n}\n\n@keyframes wfhFrost{\n  0%,100%{\n    opacity:.25;\n    transform:scale(.86);\n  }\n\n  50%{\n    opacity:.92;\n    transform:scale(1.12);\n  }\n}\n\n.wfh-reveal{\n  opacity:1;\n  transform:none;\n}\n\n@supports(animation-timeline:view()){\n\n  .wfh-reveal{\n    animation:\n      wfhReveal\n      .82s\n      ease\n      both;\n\n    animation-timeline:view();\n\n    animation-range:\n      entry 5%\n      cover 28%;\n  }\n}\n\n\/* =========================================================\n   COMMON\n========================================================= *\/\n\n.wfh-eyebrow{\n  margin:\n    0 0\n    9px!important;\n\n  color:#4d7890;\n\n  text-align:center;\n\n  font-size:11px;\n\n  font-weight:900;\n\n  letter-spacing:1.6px;\n\n  text-transform:uppercase;\n}\n\n.wfh-section{\n  margin-top:18px;\n\n  padding:\n    28px 25px\n    33px;\n\n  border:\n    1px solid\n    var(--line);\n\n  border-radius:20px;\n\n  background:#fff;\n\n  box-shadow:\n    0 7px 22px\n    rgba(31,57,75,.04);\n}\n\n.wfh-section.soft{\n  background:\n    linear-gradient(\n      145deg,\n      #fbfdfe,\n      #edf5f8\n    );\n}\n\n.wfh-image{\n  margin-bottom:24px;\n}\n\n.wfh-image img{\n  border-radius:16px!important;\n\n  animation:\n    wfhGlow\n    4.4s\n    ease-in-out\n    infinite;\n}\n\n.wfh-section h2{\n  max-width:830px;\n\n  margin:\n    0 auto\n    13px!important;\n\n  color:var(--navy-deep);\n\n  text-align:center;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:31px;\n\n  line-height:1.22;\n}\n\n.wfh-lead{\n  max-width:790px;\n\n  margin:\n    0 auto!important;\n\n  color:var(--body);\n\n  text-align:center;\n\n  font-size:16px;\n\n  line-height:1.76;\n}\n\n\/* =========================================================\n   HERO\n========================================================= *\/\n\n.wfh-hero{\n  position:relative;\n\n  overflow:hidden;\n\n  padding:\n    28px 27px\n    36px;\n\n  border:\n    1px solid\n    #d6e5ec;\n\n  border-top:\n    5px solid\n    var(--ice);\n\n  border-radius:24px;\n\n  background:\n    radial-gradient(\n      circle at 50% 0,\n      rgba(169,212,231,.31),\n      transparent 37%\n    ),\n    radial-gradient(\n      circle at 8% 92%,\n      rgba(36,73,100,.08),\n      transparent 31%\n    ),\n    linear-gradient(\n      180deg,\n      #fff,\n      #edf5f8\n    );\n\n  text-align:center;\n\n  box-shadow:\n    0 13px 34px\n    rgba(25,49,66,.07);\n}\n\n.wfh-hero:before{\n  content:\"❄\";\n\n  position:absolute;\n\n  right:-20px;\n  top:-55px;\n\n  color:#6fa8c4;\n\n  opacity:.08;\n\n  font-size:220px;\n\n  animation:\n    wfhFrost\n    5s\n    ease-in-out\n    infinite;\n}\n\n.wfh-hero:after{\n  content:\"❄️\";\n\n  position:absolute;\n\n  right:5%;\n  top:28px;\n\n  font-size:28px;\n\n  animation:\n    wfhFloat\n    3.5s\n    ease-in-out\n    infinite;\n}\n\n.wfh-hero \u003e *{\n  position:relative;\n  z-index:2;\n}\n\n.wfh-snow{\n  position:absolute;\n\n  top:-10px;\n\n  color:#8fc4dc;\n\n  font-size:12px;\n\n  pointer-events:none;\n\n  opacity:0;\n\n  animation:\n    wfhSnow\n    7s\n    linear\n    infinite;\n}\n\n.wfh-snow.s1{\n  left:12%;\n  animation-delay:0s;\n}\n\n.wfh-snow.s2{\n  left:31%;\n  animation-delay:1.8s;\n}\n\n.wfh-snow.s3{\n  left:58%;\n  animation-delay:3.1s;\n}\n\n.wfh-snow.s4{\n  left:78%;\n  animation-delay:4.3s;\n}\n\n.wfh-hero-media{\n  margin-bottom:27px;\n}\n\n.wfh-hero-media img{\n  border-radius:18px!important;\n\n  animation:\n    wfhGlow\n    4.2s\n    ease-in-out\n    infinite;\n}\n\n.wfh-mark{\n  display:grid;\n  place-items:center;\n\n  width:68px;\n  height:68px;\n\n  margin:\n    0 auto\n    12px;\n\n  border:\n    1px solid\n    #c7dde7;\n\n  border-radius:50%;\n\n  background:\n    linear-gradient(\n      145deg,\n      #fff,\n      #e9f3f7\n    );\n\n  font-size:31px;\n\n  box-shadow:\n    0 8px 20px\n    rgba(32,70,94,.08);\n\n  animation:\n    wfhFloat\n    3.7s\n    ease-in-out\n    infinite;\n}\n\n.wfh-hero h1{\n  max-width:900px;\n\n  margin:\n    0 auto\n    15px!important;\n\n  color:var(--navy-deep);\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:42px;\n\n  line-height:1.12;\n\n  letter-spacing:-.025em;\n}\n\n.wfh-hero h1 span{\n  color:#4e8cab;\n}\n\n.wfh-hero-text{\n  max-width:830px;\n\n  margin:\n    0 auto!important;\n\n  color:var(--body);\n\n  font-size:16.5px;\n\n  line-height:1.78;\n}\n\n.wfh-chips{\n  display:flex;\n\n  flex-wrap:wrap;\n  justify-content:center;\n\n  gap:8px;\n\n  margin-top:20px;\n}\n\n.wfh-chip{\n  padding:\n    8px 12px;\n\n  border:\n    1px solid\n    #cfe1e9;\n\n  border-radius:999px;\n\n  background:\n    rgba(255,255,255,.90);\n\n  color:#425f70;\n\n  font-size:12px;\n\n  font-weight:850;\n}\n\n.wfh-hero-line{\n  max-width:760px;\n\n  margin:\n    20px auto\n    0!important;\n\n  padding-top:18px;\n\n  border-top:\n    1px solid\n    #d4e3e9;\n\n  color:#415d6d!important;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:19px!important;\n\n  font-style:italic;\n}\n\n\/* =========================================================\n   QUICK BENEFITS\n========================================================= *\/\n\n.wfh-quick{\n  display:grid;\n\n  grid-template-columns:\n    repeat(4,1fr);\n\n  gap:11px;\n\n  margin-top:18px;\n}\n\n.wfh-quick-card{\n  position:relative;\n\n  overflow:hidden;\n\n  padding:\n    19px 11px;\n\n  border:\n    1px solid\n    var(--line);\n\n  border-radius:16px;\n\n  background:#fff;\n\n  text-align:center;\n\n  transition:\n    transform .3s ease,\n    border-color .3s ease,\n    box-shadow .3s ease;\n}\n\n.wfh-quick-card:hover{\n  transform:translateY(-5px);\n\n  border-color:#a9c9d7;\n\n  box-shadow:\n    0 12px 27px\n    rgba(31,61,82,.10);\n}\n\n.wfh-quick-card:after{\n  content:\"\";\n\n  position:absolute;\n\n  top:-35%;\n  left:-60%;\n\n  width:30%;\n  height:170%;\n\n  transform:rotate(17deg);\n\n  background:\n    linear-gradient(\n      90deg,\n      transparent,\n      rgba(255,255,255,.95),\n      transparent\n    );\n\n  animation:\n    wfhShine\n    7s\n    ease-in-out\n    infinite;\n}\n\n.wfh-quick-card \u003e *{\n  position:relative;\n  z-index:2;\n}\n\n.wfh-quick-icon{\n  margin-bottom:6px;\n\n  font-size:28px;\n\n  animation:\n    wfhFloat\n    3.7s\n    ease-in-out\n    infinite;\n}\n\n.wfh-quick-card strong{\n  display:block;\n\n  color:#344a58;\n\n  font-size:14px;\n}\n\n.wfh-quick-card span{\n  display:block;\n\n  margin-top:4px;\n\n  color:#74818a;\n\n  font-size:12px;\n\n  line-height:1.45;\n}\n\n\/* =========================================================\n   3-IN-1 SECTION\n========================================================= *\/\n\n.wfh-protect{\n  position:relative;\n\n  overflow:hidden;\n\n  margin-top:18px;\n\n  padding:\n    28px 24px\n    35px;\n\n  border-radius:20px;\n\n  background:\n    radial-gradient(\n      circle at 50% 0,\n      rgba(123,185,214,.21),\n      transparent 35%\n    ),\n    radial-gradient(\n      circle at 90% 15%,\n      rgba(81,128,153,.25),\n      transparent 30%\n    ),\n    linear-gradient(\n      145deg,\n      #244963,\n      #10283a\n    );\n\n  color:#fff;\n\n  box-shadow:\n    0 12px 30px\n    rgba(18,43,60,.17);\n}\n\n.wfh-protect:after{\n  content:\"❄\";\n\n  position:absolute;\n\n  right:-28px;\n  bottom:-76px;\n\n  color:#fff;\n\n  opacity:.035;\n\n  font-size:220px;\n}\n\n.wfh-protect \u003e *{\n  position:relative;\n  z-index:2;\n}\n\n.wfh-protect .wfh-eyebrow{\n  color:#bfe1ef!important;\n}\n\n.wfh-protect h2{\n  max-width:820px;\n\n  margin:\n    0 auto\n    14px!important;\n\n  color:#fff!important;\n\n  text-align:center;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:32px;\n\n  line-height:1.2;\n}\n\n.wfh-protect p{\n  max-width:780px;\n\n  margin:\n    0 auto!important;\n\n  color:#eef6fa!important;\n\n  text-align:center;\n\n  line-height:1.75;\n}\n\n.wfh-protect-grid{\n  display:grid;\n\n  grid-template-columns:\n    repeat(3,1fr);\n\n  gap:10px;\n\n  margin-top:22px;\n}\n\n.wfh-protect-card{\n  padding:\n    19px 12px;\n\n  border:\n    1px solid\n    rgba(255,255,255,.14);\n\n  border-radius:13px;\n\n  background:\n    rgba(255,255,255,.07);\n\n  text-align:center;\n\n  transition:\n    transform .28s ease,\n    background .28s ease;\n}\n\n.wfh-protect-card:hover{\n  transform:translateY(-4px);\n\n  background:\n    rgba(255,255,255,.12);\n}\n\n.wfh-protect-card i{\n  display:block;\n\n  margin-bottom:6px;\n\n  font-style:normal;\n\n  font-size:28px;\n\n  animation:\n    wfhFloat\n    3.5s\n    ease-in-out\n    infinite;\n}\n\n.wfh-protect-card strong{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#d9eff8!important;\n\n  font-size:13px;\n}\n\n.wfh-protect-card span{\n  display:block;\n\n  color:#eef5f8!important;\n\n  font-size:12px;\n\n  line-height:1.48;\n}\n\n\/* =========================================================\n   WIND SECTION\n========================================================= *\/\n\n.wfh-wind{\n  position:relative;\n\n  overflow:hidden;\n\n  margin-top:18px;\n\n  padding:\n    28px 25px\n    34px;\n\n  border:\n    1px solid\n    #d4e3e9;\n\n  border-radius:20px;\n\n  background:\n    radial-gradient(\n      circle at 90% 10%,\n      rgba(111,168,196,.13),\n      transparent 31%\n    ),\n    linear-gradient(\n      145deg,\n      #fcfeff,\n      #edf5f8\n    );\n}\n\n.wfh-wind:before,\n.wfh-wind:after{\n  content:\"\";\n\n  position:absolute;\n\n  left:-45%;\n\n  width:48%;\n  height:2px;\n\n  border-radius:999px;\n\n  background:\n    linear-gradient(\n      90deg,\n      transparent,\n      rgba(88,154,187,.45),\n      transparent\n    );\n\n  animation:\n    wfhWind\n    4.6s\n    linear\n    infinite;\n}\n\n.wfh-wind:before{\n  top:22%;\n}\n\n.wfh-wind:after{\n  top:32%;\n  animation-delay:1.7s;\n}\n\n.wfh-wind \u003e *{\n  position:relative;\n  z-index:2;\n}\n\n.wfh-wind h2{\n  max-width:820px;\n\n  margin:\n    0 auto\n    13px!important;\n\n  color:var(--navy-deep);\n\n  text-align:center;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:31px;\n}\n\n.wfh-wind p{\n  max-width:790px;\n\n  margin:\n    0 auto!important;\n\n  color:var(--body);\n\n  text-align:center;\n\n  line-height:1.75;\n}\n\n.wfh-note{\n  max-width:730px;\n\n  margin:\n    19px auto\n    0;\n\n  padding:\n    14px 17px;\n\n  border:\n    1px solid\n    #c8dde7;\n\n  border-radius:12px;\n\n  background:\n    rgba(255,255,255,.78);\n\n  color:#466171;\n\n  text-align:center;\n\n  font-size:13.5px;\n}\n\n\/* =========================================================\n   FLEECE SECTION\n========================================================= *\/\n\n.wfh-fleece{\n  position:relative;\n\n  overflow:hidden;\n\n  margin-top:18px;\n\n  padding:\n    28px 24px\n    35px;\n\n  border-radius:20px;\n\n  background:\n    radial-gradient(\n      circle at 10% 90%,\n      rgba(222,192,160,.23),\n      transparent 32%\n    ),\n    linear-gradient(\n      145deg,\n      #735d4e,\n      #46382f\n    );\n\n  color:#fff;\n}\n\n.wfh-fleece:after{\n  content:\"☁️\";\n\n  position:absolute;\n\n  right:-17px;\n  bottom:-53px;\n\n  opacity:.055;\n\n  font-size:150px;\n}\n\n.wfh-fleece \u003e *{\n  position:relative;\n  z-index:2;\n}\n\n.wfh-fleece .wfh-eyebrow{\n  color:#f0d8c2!important;\n}\n\n.wfh-fleece h2{\n  max-width:810px;\n\n  margin:\n    0 auto\n    13px!important;\n\n  color:#fff!important;\n\n  text-align:center;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:31px;\n}\n\n.wfh-fleece p{\n  max-width:780px;\n\n  margin:\n    0 auto!important;\n\n  color:#f7f1ed!important;\n\n  text-align:center;\n\n  line-height:1.74;\n}\n\n.wfh-fleece-grid{\n  display:grid;\n\n  grid-template-columns:\n    repeat(3,1fr);\n\n  gap:10px;\n\n  margin-top:22px;\n}\n\n.wfh-fleece-card{\n  padding:\n    17px 10px;\n\n  border:\n    1px solid\n    rgba(255,255,255,.15);\n\n  border-radius:12px;\n\n  background:\n    rgba(255,255,255,.07);\n\n  text-align:center;\n}\n\n.wfh-fleece-card i{\n  display:block;\n\n  margin-bottom:5px;\n\n  font-style:normal;\n\n  font-size:25px;\n\n  animation:\n    wfhFloat\n    3.6s\n    ease-in-out\n    infinite;\n}\n\n.wfh-fleece-card strong{\n  display:block;\n\n  color:#fff!important;\n\n  font-size:12px;\n}\n\n\/* =========================================================\n   LIGHTWEIGHT \/ COMFORT\n========================================================= *\/\n\n.wfh-detail-grid{\n  display:grid;\n\n  grid-template-columns:\n    repeat(4,1fr);\n\n  gap:10px;\n\n  margin-top:22px;\n}\n\n.wfh-detail{\n  padding:18px;\n\n  border:\n    1px solid\n    var(--line);\n\n  border-radius:13px;\n\n  background:#fff;\n\n  text-align:center;\n\n  transition:\n    transform .28s ease,\n    box-shadow .28s ease,\n    border-color .28s ease;\n}\n\n.wfh-detail:hover{\n  transform:translateY(-4px);\n\n  border-color:#b6d2df;\n\n  box-shadow:\n    0 9px 22px\n    rgba(40,71,91,.08);\n}\n\n.wfh-detail i{\n  display:block;\n\n  margin-bottom:7px;\n\n  font-style:normal;\n\n  font-size:27px;\n\n  animation:\n    wfhFloat\n    3.5s\n    ease-in-out\n    infinite;\n}\n\n.wfh-detail strong{\n  display:block;\n\n  margin-bottom:5px;\n\n  color:#3e6b83;\n\n  font-size:14px;\n}\n\n.wfh-detail span{\n  display:block;\n\n  color:var(--body);\n\n  font-size:13px;\n\n  line-height:1.56;\n}\n\n\/* =========================================================\n   OUTDOOR LIFE\n========================================================= *\/\n\n.wfh-outdoor{\n  position:relative;\n\n  overflow:hidden;\n\n  margin-top:18px;\n\n  padding:\n    28px 24px\n    35px;\n\n  border-radius:20px;\n\n  background:\n    radial-gradient(\n      circle at 90% 8%,\n      rgba(169,212,231,.20),\n      transparent 30%\n    ),\n    linear-gradient(\n      145deg,\n      #324b5c,\n      #1b2e3b\n    );\n}\n\n.wfh-outdoor:after{\n  content:\"🏔️\";\n\n  position:absolute;\n\n  right:-18px;\n  bottom:-54px;\n\n  opacity:.05;\n\n  font-size:150px;\n}\n\n.wfh-outdoor \u003e *{\n  position:relative;\n  z-index:2;\n}\n\n.wfh-outdoor .wfh-eyebrow{\n  color:#c9e5f0!important;\n}\n\n.wfh-outdoor h2{\n  max-width:820px;\n\n  margin:\n    0 auto\n    13px!important;\n\n  color:#fff!important;\n\n  text-align:center;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:31px;\n}\n\n.wfh-outdoor p{\n  max-width:780px;\n\n  margin:\n    0 auto!important;\n\n  color:#edf5f8!important;\n\n  text-align:center;\n\n  line-height:1.74;\n}\n\n.wfh-use-grid{\n  display:grid;\n\n  grid-template-columns:\n    repeat(3,1fr);\n\n  gap:10px;\n\n  margin-top:22px;\n}\n\n.wfh-use{\n  padding:\n    17px 10px;\n\n  border:\n    1px solid\n    rgba(255,255,255,.14);\n\n  border-radius:12px;\n\n  background:\n    rgba(255,255,255,.07);\n\n  text-align:center;\n}\n\n.wfh-use i{\n  display:block;\n\n  margin-bottom:5px;\n\n  font-style:normal;\n\n  font-size:25px;\n\n  animation:\n    wfhFloat\n    3.6s\n    ease-in-out\n    infinite;\n}\n\n.wfh-use strong{\n  display:block;\n\n  color:#fff!important;\n\n  font-size:12px;\n}\n\n\/* =========================================================\n   WHY IT WORKS\n========================================================= *\/\n\n.wfh-benefit-grid{\n  display:grid;\n\n  grid-template-columns:\n    repeat(5,1fr);\n\n  gap:10px;\n\n  margin-top:22px;\n}\n\n.wfh-benefit{\n  padding:\n    17px 9px;\n\n  border:\n    1px solid\n    var(--line);\n\n  border-radius:13px;\n\n  background:#fff;\n\n  text-align:center;\n\n  transition:\n    transform .28s ease,\n    box-shadow .28s ease;\n}\n\n.wfh-benefit:hover{\n  transform:translateY(-4px);\n\n  box-shadow:\n    0 9px 21px\n    rgba(40,72,92,.08);\n}\n\n.wfh-benefit i{\n  display:block;\n\n  margin-bottom:5px;\n\n  font-style:normal;\n\n  font-size:25px;\n\n  animation:\n    wfhFloat\n    3.7s\n    ease-in-out\n    infinite;\n}\n\n.wfh-benefit strong{\n  display:block;\n\n  color:#435c6c;\n\n  font-size:12px;\n}\n\n\/* =========================================================\n   PRODUCT INFO\n========================================================= *\/\n\n.wfh-spec{\n  margin-top:18px;\n\n  padding:\n    28px 23px\n    31px;\n\n  border-radius:19px;\n\n  background:\n    linear-gradient(\n      145deg,\n      #28475c,\n      #132937\n    );\n}\n\n.wfh-spec h2{\n  margin:\n    0 0\n    19px!important;\n\n  color:#fff!important;\n\n  text-align:center;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:28px;\n}\n\n.wfh-spec-box{\n  overflow:hidden;\n\n  max-width:850px;\n\n  margin:0 auto;\n\n  border:\n    1px solid\n    rgba(255,255,255,.14);\n\n  border-radius:14px;\n}\n\n.wfh-spec-row{\n  display:grid;\n\n  grid-template-columns:\n    215px 1fr;\n\n  border-bottom:\n    1px solid\n    rgba(255,255,255,.12);\n}\n\n.wfh-spec-row:last-child{\n  border-bottom:0;\n}\n\n.wfh-spec-key{\n  padding:\n    13px 15px;\n\n  background:\n    rgba(255,255,255,.07);\n\n  color:#c9e8f4!important;\n\n  font-weight:850;\n}\n\n.wfh-spec-value{\n  padding:\n    13px 15px;\n\n  color:#f1f6f8!important;\n}\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.wfh-faq{\n  margin-top:18px;\n\n  padding:\n    30px 23px;\n\n  border:\n    1px solid\n    var(--line);\n\n  border-radius:18px;\n\n  background:#fff;\n}\n\n.wfh-faq h2{\n  margin:\n    0 0\n    18px!important;\n\n  color:var(--navy-deep);\n\n  text-align:center;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:28px;\n}\n\n.wfh-faq details{\n  margin-bottom:9px;\n\n  border:\n    1px solid\n    #dce9ee;\n\n  border-radius:12px;\n\n  background:#f9fcfd;\n\n  overflow:hidden;\n}\n\n.wfh-faq details:last-child{\n  margin-bottom:0;\n}\n\n.wfh-faq summary{\n  position:relative;\n\n  padding:\n    15px 42px\n    15px 15px;\n\n  color:#344b59;\n\n  font-size:14px;\n\n  font-weight:850;\n\n  cursor:pointer;\n\n  list-style:none;\n}\n\n.wfh-faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.wfh-faq summary:after{\n  content:\"+\";\n\n  position:absolute;\n\n  right:15px;\n  top:50%;\n\n  transform:translateY(-50%);\n\n  color:#4d8baa;\n\n  font-size:21px;\n}\n\n.wfh-faq details[open] summary:after{\n  content:\"−\";\n}\n\n.wfh-faq-answer{\n  padding:\n    0 15px\n    15px;\n\n  color:var(--body);\n\n  font-size:13.5px;\n\n  line-height:1.62;\n}\n\n\/* =========================================================\n   FINAL CTA\n========================================================= *\/\n\n.wfh-final{\n  position:relative;\n\n  overflow:hidden;\n\n  margin-top:18px;\n\n  padding:\n    28px 24px\n    42px;\n\n  border-radius:\n    20px 20px\n    0 0;\n\n  text-align:center;\n\n  background:\n    radial-gradient(\n      circle at 50% 0,\n      rgba(166,214,234,.20),\n      transparent 36%\n    ),\n    linear-gradient(\n      145deg,\n      #244861,\n      #102534\n    );\n}\n\n.wfh-final:before{\n  content:\"❄\";\n\n  position:absolute;\n\n  left:-20px;\n  bottom:-72px;\n\n  color:#fff;\n\n  opacity:.045;\n\n  font-size:190px;\n\n  animation:\n    wfhFrost\n    5s\n    ease-in-out\n    infinite;\n}\n\n.wfh-final:after{\n  content:\"❄️\";\n\n  position:absolute;\n\n  right:5%;\n  top:27px;\n\n  font-size:29px;\n\n  opacity:.50;\n\n  animation:\n    wfhFloat\n    3.7s\n    ease-in-out\n    infinite;\n}\n\n.wfh-final \u003e *{\n  position:relative;\n  z-index:2;\n}\n\n.wfh-final .wfh-eyebrow{\n  color:#cae6f1!important;\n}\n\n.wfh-final h2{\n  max-width:820px;\n\n  margin:\n    0 auto\n    13px!important;\n\n  color:#fff!important;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:34px;\n\n  line-height:1.2;\n}\n\n.wfh-final p{\n  max-width:750px;\n\n  margin:\n    0 auto!important;\n\n  color:#eef5f8!important;\n\n  font-size:16px;\n\n  line-height:1.72;\n}\n\n.wfh-final-line{\n  margin-top:18px!important;\n\n  color:#cae7f3!important;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:19px!important;\n\n  font-style:italic;\n}\n\n.wfh-final-points{\n  display:flex;\n\n  flex-wrap:wrap;\n  justify-content:center;\n\n  gap:8px;\n\n  margin-top:20px;\n}\n\n.wfh-final-point{\n  padding:\n    8px 11px;\n\n  border:\n    1px solid\n    rgba(255,255,255,.22);\n\n  border-radius:999px;\n\n  color:#fff!important;\n\n  font-size:12px;\n\n  font-weight:800;\n}\n\n.wfh-cta{\n  display:block;\n\n  width:min(100%,540px);\n\n  margin:\n    24px auto\n    0;\n\n  padding:\n    16px 20px;\n\n  border:\n    1px solid\n    rgba(255,255,255,.18);\n\n  border-radius:9px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #5596b6,\n      #2d6685\n    );\n\n  color:#fff!important;\n\n  font-size:15px;\n\n  font-weight:900;\n\n  letter-spacing:.2px;\n\n  animation:\n    wfhPulse\n    2.8s\n    ease-in-out\n    infinite;\n}\n\n\/* =========================================================\n   PACKAGE\n========================================================= *\/\n\n.wfh-package{\n  margin-top:18px;\n\n  padding:\n    29px 23px;\n\n  border:\n    1px solid\n    var(--line);\n\n  border-radius:18px;\n\n  background:\n    linear-gradient(\n      145deg,\n      #fbfdfe,\n      #edf5f8\n    );\n\n  text-align:center;\n}\n\n.wfh-package-icon{\n  display:grid;\n  place-items:center;\n\n  width:50px;\n  height:50px;\n\n  margin:\n    0 auto\n    9px;\n\n  border-radius:50%;\n\n  background:#fff;\n\n  font-size:25px;\n\n  box-shadow:\n    0 7px 18px\n    rgba(36,71,92,.09);\n\n  animation:\n    wfhFloat\n    3.5s\n    ease-in-out\n    infinite;\n}\n\n.wfh-package h2{\n  margin:\n    0 0\n    16px!important;\n\n  color:var(--navy-deep);\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:28px;\n}\n\n.wfh-package-row{\n  max-width:760px;\n\n  margin:0 auto;\n\n  padding:\n    14px 16px;\n\n  border:\n    1px solid\n    #d6e5ec;\n\n  border-radius:12px;\n\n  background:#fff;\n\n  color:#445d6c;\n\n  font-size:14px;\n\n  font-weight:800;\n}\n\n\/* =========================================================\n   TRUST\n========================================================= *\/\n\n.wfh-trust{\n  margin-top:18px;\n\n  padding:\n    29px 22px;\n\n  border:\n    1px solid\n    var(--line);\n\n  border-radius:18px;\n\n  background:#fff;\n\n  text-align:center;\n}\n\n.wfh-trust h2{\n  margin:\n    0 0\n    11px!important;\n\n  color:var(--navy-deep);\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:28px;\n}\n\n.wfh-trust-box{\n  max-width:820px;\n\n  margin:0 auto;\n\n  padding:\n    23px 20px;\n\n  border:\n    1px solid\n    #d8e6ec;\n\n  border-radius:14px;\n\n  background:\n    linear-gradient(\n      145deg,\n      #fbfdfe,\n      #edf5f8\n    );\n}\n\n.wfh-trust-box h3{\n  margin:\n    0 0\n    7px!important;\n\n  color:#354d5b;\n\n  font-size:19px;\n}\n\n.wfh-trust-box p{\n  max-width:680px;\n\n  margin:\n    0 auto!important;\n\n  color:var(--body);\n\n  font-size:13.5px;\n\n  line-height:1.6;\n}\n\n.wfh-trust-grid{\n  display:grid;\n\n  grid-template-columns:\n    repeat(3,1fr);\n\n  gap:9px;\n\n  margin-top:18px;\n}\n\n.wfh-trust-grid div{\n  padding:\n    13px 7px;\n\n  border:\n    1px solid\n    #dde9ee;\n\n  border-radius:10px;\n\n  background:#fff;\n\n  color:#4b5d67;\n\n  font-size:12px;\n\n  font-weight:850;\n}\n\n.wfh-trust-media{\n  margin-top:15px;\n}\n\n.wfh-trust-media img{\n  border-radius:14px!important;\n}\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media(max-width:760px){\n\n  .wfh-page{\n    padding:8px!important;\n    font-size:15px;\n  }\n\n  .wfh-hero{\n    padding:\n      18px 15px\n      25px;\n\n    border-radius:16px;\n  }\n\n  .wfh-hero h1{\n    font-size:30px;\n  }\n\n  .wfh-hero-text{\n    font-size:15px;\n  }\n\n  .wfh-quick{\n    grid-template-columns:\n      1fr 1fr;\n  }\n\n  .wfh-section,\n  .wfh-wind{\n    padding:\n      20px 15px\n      26px;\n  }\n\n  .wfh-section h2,\n  .wfh-wind h2{\n    font-size:26px;\n  }\n\n  .wfh-protect,\n  .wfh-fleece,\n  .wfh-outdoor{\n    padding:\n      20px 15px\n      27px;\n  }\n\n  .wfh-protect h2,\n  .wfh-fleece h2,\n  .wfh-outdoor h2{\n    font-size:26px;\n  }\n\n  .wfh-protect-grid,\n  .wfh-fleece-grid,\n  .wfh-use-grid{\n    grid-template-columns:\n      1fr 1fr;\n  }\n\n  .wfh-detail-grid{\n    grid-template-columns:\n      1fr 1fr;\n  }\n\n  .wfh-benefit-grid{\n    grid-template-columns:\n      1fr 1fr;\n  }\n\n  .wfh-spec-row{\n    grid-template-columns:1fr;\n  }\n\n  .wfh-spec-key{\n    padding-bottom:7px;\n  }\n\n  .wfh-spec-value{\n    padding-top:7px;\n  }\n\n  .wfh-trust-grid{\n    grid-template-columns:1fr;\n  }\n\n  .wfh-final{\n    padding:\n      20px 15px\n      32px;\n  }\n\n  .wfh-final h2{\n    font-size:27px;\n  }\n}\n\n@media(max-width:430px){\n\n  .wfh-quick,\n  .wfh-protect-grid,\n  .wfh-fleece-grid,\n  .wfh-use-grid,\n  .wfh-detail-grid,\n  .wfh-benefit-grid{\n    grid-template-columns:1fr;\n  }\n\n  .wfh-chip{\n    width:100%;\n  }\n}\n\n\/* =========================================================\n   REDUCED MOTION\n========================================================= *\/\n\n@media(prefers-reduced-motion:reduce){\n\n  .wfh-page *,\n  .wfh-page *::before,\n  .wfh-page *::after{\n    animation:none!important;\n    transition:none!important;\n  }\n\n  .wfh-reveal{\n    opacity:1!important;\n    transform:none!important;\n  }\n}\n\n\/* =========================================================\n   BOTTOM\n========================================================= *\/\n\n.wfh-page{\n  margin-bottom:0!important;\n  padding-bottom:0!important;\n}\n\n.wfh-page \u003e *:last-child{\n  margin-bottom:0!important;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"wfh-page\" id=\"wfh-top\"\u003e\n\u003c!-- =====================================================\n     HERO\n===================================================== --\u003e\n\u003csection class=\"wfh-hero\"\u003e\u003cspan class=\"wfh-snow s1\"\u003e❄\u003c\/span\u003e \u003cspan class=\"wfh-snow s2\"\u003e❄\u003c\/span\u003e \u003cspan class=\"wfh-snow s3\"\u003e❄\u003c\/span\u003e \u003cspan class=\"wfh-snow s4\"\u003e❄\u003c\/span\u003e\n\u003cdiv class=\"wfh-mark\"\u003e❄️\u003c\/div\u003e\n\u003cp class=\"wfh-eyebrow\"\u003eHEAD • FACE • NECK • ONE WINTER LAYER\u003c\/p\u003e\n\u003ch1\u003eOne Piece. \u003cspan\u003eThree Cold-Weather Zones Covered.\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"wfh-hero-text\"\u003eInstead of juggling a hat, face covering and scarf, this fleece-lined hood wraps around your \u003cstrong\u003ehead, face and neck in one lightweight design.\u003c\/strong\u003e Easy to pull on, easy to carry, and ready whenever the temperature drops.\u003c\/p\u003e\n\u003cdiv class=\"wfh-chips\"\u003e\n\u003cspan class=\"wfh-chip\"\u003e ❄️ 3-in-1 Coverage \u003c\/span\u003e \u003cspan class=\"wfh-chip\"\u003e 🌬️ Cold-Wind Protection \u003c\/span\u003e \u003cspan class=\"wfh-chip\"\u003e ☁️ Soft Fleece Lining \u003c\/span\u003e \u003cspan class=\"wfh-chip\"\u003e 🎒 Lightweight \u0026amp; Portable \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"wfh-hero-line\"\u003eLess winter gear to manage. More warmth where you actually need it.\u003c\/p\u003e\n\u003cp class=\"wfh-hero-line\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/dcd43f32399f221415663046a5654bd1_37108ab3-c3bc-4ff0-8a61-51d0e307a598.gif?v=1790063708\" alt=\"Windproof Fleece Hooded Face Mask\" loading=\"eager\"\u003e\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     QUICK VALUE\n===================================================== --\u003e\n\u003csection class=\"wfh-quick wfh-reveal\"\u003e\n\u003cdiv class=\"wfh-quick-card\"\u003e\n\u003cdiv class=\"wfh-quick-icon\"\u003e🧢\u003c\/div\u003e\n\u003cstrong\u003e Head Coverage \u003c\/strong\u003e \u003cspan\u003e Hooded construction helps keep the top and sides of your head covered. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wfh-quick-card\"\u003e\n\u003cdiv class=\"wfh-quick-icon\"\u003e😷\u003c\/div\u003e\n\u003cstrong\u003e Face Protection \u003c\/strong\u003e \u003cspan\u003e Helps reduce direct exposure to cold winter wind. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wfh-quick-card\"\u003e\n\u003cdiv class=\"wfh-quick-icon\"\u003e🧣\u003c\/div\u003e\n\u003cstrong\u003e Neck Coverage \u003c\/strong\u003e \u003cspan\u003e Extended construction helps keep the neck area protected. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wfh-quick-card\"\u003e\n\u003cdiv class=\"wfh-quick-icon\"\u003e☁️\u003c\/div\u003e\n\u003cstrong\u003e Fleece Comfort \u003c\/strong\u003e \u003cspan\u003e Soft inner fleece adds a cozy layer without bulky winter gear. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     COLD PROBLEM\n===================================================== --\u003e\n\u003csection class=\"wfh-section soft wfh-reveal\"\u003e\n\u003cdiv class=\"wfh-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/1_50a3cec3-6491-448e-8808-ef533297c1af.png?v=1790065319\" alt=\"Fleece hooded face mask for cold winter weather\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cp class=\"wfh-eyebrow\"\u003eWHEN THE TEMPERATURE DROPS\u003c\/p\u003e\n\u003ch2\u003e🥶 Cold Wind Finds Every Gap in Ordinary Winter Gear\u003c\/h2\u003e\n\u003cp class=\"wfh-lead\"\u003eA hat may cover your head. A scarf may protect part of your neck. A face covering handles another area. This design brings those cold-weather functions together so you can get ready with one simple layer.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     3-IN-1\n===================================================== --\u003e\n\u003csection class=\"wfh-protect wfh-reveal\"\u003e\n\u003cdiv class=\"wfh-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/2_9b15709b-e172-4921-87bd-38a50c6434f7.png?v=1790065319\" alt=\"Three in one head face and neck winter protection\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cp class=\"wfh-eyebrow\"\u003eONE LAYER • THREE AREAS\u003c\/p\u003e\n\u003ch2\u003e🔥 3-in-1 Coverage for Head, Face \u0026amp; Neck\u003c\/h2\u003e\n\u003cp\u003eThe integrated hood, face-covering section and extended neck design work together to create more continuous protection in cold weather.\u003c\/p\u003e\n\u003cdiv class=\"wfh-protect-grid\"\u003e\n\u003cdiv class=\"wfh-protect-card\"\u003e\n\u003ci\u003e🧢\u003c\/i\u003e \u003cstrong\u003e Hood Coverage \u003c\/strong\u003e \u003cspan\u003e Wraps around the head to help reduce exposure to chilly air. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wfh-protect-card\"\u003e\n\u003ci\u003e😷\u003c\/i\u003e \u003cstrong\u003e Face Layer \u003c\/strong\u003e \u003cspan\u003e Helps create a barrier between your face and cold outdoor wind. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wfh-protect-card\"\u003e\n\u003ci\u003e🧣\u003c\/i\u003e \u003cstrong\u003e Extended Neck \u003c\/strong\u003e \u003cspan\u003e Adds coverage below the face without needing a separate scarf. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     WIND\n===================================================== --\u003e\n\u003csection class=\"wfh-wind wfh-reveal\"\u003e\n\u003cdiv class=\"wfh-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/5_2020d12c-5747-42bf-b512-9803c69b03fe.png?v=1790065319\" alt=\"Hooded winter mask blocking cold wind\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cp class=\"wfh-eyebrow\"\u003eDON'T LET THE WIND DECIDE WHEN YOU GO INSIDE\u003c\/p\u003e\n\u003ch2\u003e🌬️ Built to Help Shield You From Chilly Winter Air\u003c\/h2\u003e\n\u003cp\u003eThe extended construction helps cover areas that are often exposed when you're walking, commuting or spending time outdoors. Instead of stopping every few minutes to readjust separate pieces, the all-in-one design keeps winter preparation simple.\u003c\/p\u003e\n\u003cdiv class=\"wfh-note\"\u003e❄️ Especially useful when a normal hat leaves your cheeks, jaw or neck exposed to cold air.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     FLEECE\n===================================================== --\u003e\n\u003csection class=\"wfh-fleece wfh-reveal\"\u003e\n\u003cdiv class=\"wfh-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/4_22fd35c6-5287-480b-8538-d6615a88efe7.png?v=1790065319\" alt=\"Soft fleece lining inside winter hooded face mask\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cp class=\"wfh-eyebrow\"\u003eWARMTH THAT FEELS SOFTER\u003c\/p\u003e\n\u003ch2\u003e☁️ Soft Fleece Lining Adds Cozy Insulation\u003c\/h2\u003e\n\u003cp\u003eThe inner layer uses soft fleece to create a warm, comfortable feel against the skin while keeping the overall design easy to wear during everyday cold-weather use.\u003c\/p\u003e\n\u003cdiv class=\"wfh-fleece-grid\"\u003e\n\u003cdiv class=\"wfh-fleece-card\"\u003e\n\u003ci\u003e☁️\u003c\/i\u003e \u003cstrong\u003eSoft Touch\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wfh-fleece-card\"\u003e\n\u003ci\u003e🔥\u003c\/i\u003e \u003cstrong\u003eWarm Inner Layer\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wfh-fleece-card\"\u003e\n\u003ci\u003e😊\u003c\/i\u003e \u003cstrong\u003eDaily Comfort\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     LIGHTWEIGHT\n===================================================== --\u003e\n\u003csection class=\"wfh-section wfh-reveal\"\u003e\n\u003cdiv class=\"wfh-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/8_304f972d-fe7a-4159-a746-cc305d3cb817.png?v=1790065319\" alt=\"Lightweight adjustable winter fleece hood\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cp class=\"wfh-eyebrow\"\u003eWARM WITHOUT FEELING OVERLOADED\u003c\/p\u003e\n\u003ch2\u003e🖤 One Simple Layer Instead of a Pile of Winter Accessories\u003c\/h2\u003e\n\u003cp class=\"wfh-lead\"\u003eHeavy winter gear can feel restrictive. This all-in-one hood is designed to stay practical, easy to put on and convenient to keep nearby whenever cold weather shows up.\u003c\/p\u003e\n\u003cdiv class=\"wfh-detail-grid\"\u003e\n\u003cdiv class=\"wfh-detail\"\u003e\n\u003ci\u003e✔️\u003c\/i\u003e \u003cstrong\u003e Easy to Put On \u003c\/strong\u003e \u003cspan\u003e A straightforward design for everyday cold-weather use. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wfh-detail\"\u003e\n\u003ci\u003e🧩\u003c\/i\u003e \u003cstrong\u003e All-in-One Design \u003c\/strong\u003e \u003cspan\u003e Replaces the need to manage several separate pieces. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wfh-detail\"\u003e\n\u003ci\u003e⚙️\u003c\/i\u003e \u003cstrong\u003e Adjustable Fit \u003c\/strong\u003e \u003cspan\u003e Designed to accommodate most adults according to the supplied product information. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wfh-detail\"\u003e\n\u003ci\u003e🎒\u003c\/i\u003e \u003cstrong\u003e Easy to Carry \u003c\/strong\u003e \u003cspan\u003e Keep it in a backpack, vehicle or winter gear bag for colder days. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     OUTDOOR USE\n========================================================= --\u003e\n\u003csection class=\"wfh-outdoor wfh-reveal\"\u003e\n\u003cdiv class=\"wfh-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/6_2d44ba63-9e3f-48d5-8951-fc649775d081.png?v=1790065962\" alt=\"Winter fleece hood for outdoor activities\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cp class=\"wfh-eyebrow\"\u003eFROM THE COMMUTE TO THE MOUNTAIN\u003c\/p\u003e\n\u003ch2\u003e🏔️ Made for the Cold-Weather Parts of Real Life\u003c\/h2\u003e\n\u003cp\u003eYou don't need to be heading into extreme terrain to appreciate more coverage. Wear it for everyday commuting, winter walks, travel or outdoor activities when colder temperatures make exposed skin uncomfortable.\u003c\/p\u003e\n\u003cdiv class=\"wfh-use-grid\"\u003e\n\u003cdiv class=\"wfh-use\"\u003e\n\u003ci\u003e🚶\u003c\/i\u003e \u003cstrong\u003eWalking\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wfh-use\"\u003e\n\u003ci\u003e🚗\u003c\/i\u003e \u003cstrong\u003eCommuting\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wfh-use\"\u003e\n\u003ci\u003e🥾\u003c\/i\u003e \u003cstrong\u003eHiking\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wfh-use\"\u003e\n\u003ci\u003e🎿\u003c\/i\u003e \u003cstrong\u003eSkiing\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wfh-use\"\u003e\n\u003ci\u003e🧳\u003c\/i\u003e \u003cstrong\u003eWinter Travel\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wfh-use\"\u003e\n\u003ci\u003e❄️\u003c\/i\u003e \u003cstrong\u003eCold-Weather Daily Use\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     WHY RECOMMEND\n========================================================= --\u003e\n\u003csection class=\"wfh-section soft wfh-reveal\"\u003e\n\u003cdiv class=\"wfh-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/3_66051892-e2dd-4774-87a1-c94c8f999d5a.png?v=1790065319\" alt=\"Key features of windproof fleece hooded face mask\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cp class=\"wfh-eyebrow\"\u003eWHY IT MAKES WINTER EASIER\u003c\/p\u003e\n\u003ch2\u003e⭐ Five Reasons to Keep It With Your Winter Gear\u003c\/h2\u003e\n\u003cp class=\"wfh-lead\"\u003eThe value is simple: more coverage with fewer separate accessories and a soft fleece layer that remains practical for everyday winter use.\u003c\/p\u003e\n\u003cdiv class=\"wfh-benefit-grid\"\u003e\n\u003cdiv class=\"wfh-benefit\"\u003e\n\u003ci\u003e❄️\u003c\/i\u003e \u003cstrong\u003eHead + Face + Neck\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wfh-benefit\"\u003e\n\u003ci\u003e🌬️\u003c\/i\u003e \u003cstrong\u003eWind Protection\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wfh-benefit\"\u003e\n\u003ci\u003e☁️\u003c\/i\u003e \u003cstrong\u003eSoft Fleece\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wfh-benefit\"\u003e\n\u003ci\u003e🎒\u003c\/i\u003e \u003cstrong\u003ePortable Design\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wfh-benefit\"\u003e\n\u003ci\u003e🏔️\u003c\/i\u003e \u003cstrong\u003eOutdoor Ready\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     PRODUCT INFO\n========================================================= --\u003e\n\u003csection class=\"wfh-spec wfh-reveal\"\u003e\n\u003ch2\u003e📋 Product Information\u003c\/h2\u003e\n\u003cdiv class=\"wfh-spec-box\"\u003e\n\u003cdiv class=\"wfh-spec-row\"\u003e\n\u003cdiv class=\"wfh-spec-key\"\u003eProduct Name\u003c\/div\u003e\n\u003cdiv class=\"wfh-spec-value\"\u003eWindproof Fleece Hooded Face Mask\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wfh-spec-row\"\u003e\n\u003cdiv class=\"wfh-spec-key\"\u003eMaterial\u003c\/div\u003e\n\u003cdiv class=\"wfh-spec-value\"\u003eSoft fleece fabric\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wfh-spec-row\"\u003e\n\u003cdiv class=\"wfh-spec-key\"\u003eCoverage\u003c\/div\u003e\n\u003cdiv class=\"wfh-spec-value\"\u003eHead · Face · Neck\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wfh-spec-row\"\u003e\n\u003cdiv class=\"wfh-spec-key\"\u003eFeatures\u003c\/div\u003e\n\u003cdiv class=\"wfh-spec-value\"\u003eCold-wind protection · Fleece lining · Adjustable fit · Lightweight design\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wfh-spec-row\"\u003e\n\u003cdiv class=\"wfh-spec-key\"\u003eFit\u003c\/div\u003e\n\u003cdiv class=\"wfh-spec-value\"\u003eUnisex · Adjustable design suitable for most adults\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wfh-spec-row\"\u003e\n\u003cdiv class=\"wfh-spec-key\"\u003eSeason\u003c\/div\u003e\n\u003cdiv class=\"wfh-spec-value\"\u003eAutumn · Winter · Cold Weather\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     FAQ\n========================================================= --\u003e\n\u003csection class=\"wfh-faq wfh-reveal\"\u003e\n\u003cdiv class=\"wfh-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/9_43409de6-e3fd-45fa-a2a3-b60ad0a5ff44.png?v=1790065318\" alt=\"Winter hooded face mask fit and use\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003ch2\u003e❓ Frequently Asked Questions\u003c\/h2\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eIs it unisex?\u003c\/summary\u003e\n\u003cdiv class=\"wfh-faq-answer\"\u003eYes. The supplied product information describes the adjustable design as suitable for most adults.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eCan I wear glasses with it?\u003c\/summary\u003e\n\u003cdiv class=\"wfh-faq-answer\"\u003eThe supplied product description states that the face opening is designed to work comfortably with most types of glasses.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it only for skiing or winter sports?\u003c\/summary\u003e\n\u003cdiv class=\"wfh-faq-answer\"\u003eNo. It can also be used for commuting, walking, travel, hiking and other everyday cold-weather activities.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat areas does it cover?\u003c\/summary\u003e\n\u003cdiv class=\"wfh-faq-answer\"\u003eThe integrated design combines coverage for the head, face and neck in one piece.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it bulky to carry?\u003c\/summary\u003e\n\u003cdiv class=\"wfh-faq-answer\"\u003eThe supplied description presents it as lightweight and convenient to keep in a backpack, vehicle or winter gear bag.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     FINAL CTA\n========================================================= --\u003e\n\u003csection class=\"wfh-final wfh-reveal\"\u003e\n\u003cdiv class=\"wfh-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/7_0abf9839-31e1-46ef-95b1-1ef328b19fcc.png?v=1790065319\" alt=\"Stay warm in winter with fleece hooded face mask\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cp class=\"wfh-eyebrow\"\u003eWARMER HEAD • COVERED FACE • PROTECTED NECK\u003c\/p\u003e\n\u003ch2\u003e❄️ Don't Let One Cold Wind Ruin the Whole Day\u003c\/h2\u003e\n\u003cp\u003eKeep one lightweight winter layer ready for the mornings when the air feels sharper, the wind feels colder and exposed skin becomes uncomfortable.\u003c\/p\u003e\n\u003cp class=\"wfh-final-line\"\u003eOne hood. Less winter hassle. More comfortable cold-weather days.\u003c\/p\u003e\n\u003cdiv class=\"wfh-final-points\"\u003e\n\u003cspan class=\"wfh-final-point\"\u003e ✓ 3-in-1 Coverage \u003c\/span\u003e \u003cspan class=\"wfh-final-point\"\u003e ✓ Soft Fleece Lining \u003c\/span\u003e \u003cspan class=\"wfh-final-point\"\u003e ✓ Adjustable Fit \u003c\/span\u003e \u003cspan class=\"wfh-final-point\"\u003e ✓ Lightweight Design \u003c\/span\u003e\n\u003c\/div\u003e\n\u003ca class=\"wfh-cta\" href=\"#wfh-top\"\u003e ❄️ GET READY FOR COLD WEATHER \u003c\/a\u003e\u003c\/section\u003e\n\u003c!-- =====================================================\n     PACKAGE\n========================================================= --\u003e\n\u003csection class=\"wfh-package wfh-reveal\" id=\"wfh-package\"\u003e\n\u003cdiv class=\"wfh-package-icon\"\u003e📦\u003c\/div\u003e\n\u003cp class=\"wfh-eyebrow\"\u003ePACKAGE INCLUDES\u003c\/p\u003e\n\u003ch2\u003eWhat's in Your Order\u003c\/h2\u003e\n\u003cdiv class=\"wfh-package-row\"\u003e✓ Windproof \u0026amp; Warm Integrated Face-Protection Hood × 1 \/ 2 \/ 3 \/ 4\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     GUARANTEE\n========================================================= --\u003e\n\u003csection class=\"wfh-trust wfh-reveal\"\u003e\n\u003ch2\u003e30-Day Money-Back Guarantee\u003c\/h2\u003e\n\u003cdiv class=\"wfh-trust-box\"\u003e\n\u003ch3\u003eYour Order Is Backed by Our Store Policy\u003c\/h3\u003e\n\u003cp\u003eContact customer support within 30 days of receiving your order to request an eligible refund according to the store policy.\u003c\/p\u003e\n\u003cdiv class=\"wfh-trust-grid\"\u003e\n\u003cdiv\u003e🔒 Secure Checkout\u003c\/div\u003e\n\u003cdiv\u003e🏆 Quality-Checked Products\u003c\/div\u003e\n\u003cdiv\u003e🤝 Customer Support\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wfh-trust-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/ChatGPT_Image_2026_6_2_16_55_25_9.png?v=1780390725\" alt=\"Secure checkout and customer satisfaction badges\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"LJH","offers":[{"title":"Black","offer_id":57493338718374,"sku":"SZ06732609226287-无标-黑色加绒一体帽-均码","price":22.99,"currency_code":"USD","in_stock":true},{"title":"Gray","offer_id":57493338751142,"sku":"SZ06732609226287-无标-深灰色加绒一体帽-均码","price":22.99,"currency_code":"USD","in_stock":true},{"title":"Beige","offer_id":57493338783910,"sku":"SZ06732609226287-无标-米色加绒一体帽-均码","price":22.99,"currency_code":"USD","in_stock":true},{"title":"Green","offer_id":57493338816678,"sku":"SZ06732609226287-无标-军绿加绒一体帽-均码","price":22.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/1_50a3cec3-6491-448e-8808-ef533297c1af.png?v=1790065319","url":"https:\/\/getvyxor.com\/products\/windproof-and-warm-integrated-face-protection-hat","provider":"getvyxor","version":"1.0","type":"link"}