{"product_id":"last-day-promo-49-off-🎣-fishing-is-a-way-of-life-boonie-hat-2202446008584","title":"🇺🇸 Last Day Promo: 49% OFF 🎣 Fishing Is a Way of Life Boonie Hat","description":"\u003cstyle\u003e\n\n\/* =========================================================\n   FISHING WAY OF LIFE — OUTDOOR FISHING BUCKET HAT\n   Shopify Custom Liquid \/ Mobile First\n========================================================= *\/\n\n.fwl-page{\n  --navy:#101d25;\n  --navy2:#182b32;\n  --green:#3f4c35;\n  --green2:#687653;\n  --olive:#78845f;\n  --khaki:#b7a47c;\n  --sand:#e8ddc8;\n  --cream:#f8f4e9;\n  --paper:#fffdf7;\n  --rust:#9b5c35;\n  --gold:#c89b4c;\n  --ink:#293027;\n  --body:#62685d;\n  --line:rgba(115,111,82,.24);\n  --white:#fff;\n\n  position:relative;\n  isolation:isolate;\n\n  max-width:940px;\n  margin:0 auto;\n  padding:10px 8px 60px;\n\n  overflow:hidden;\n\n  font-family:\n    -apple-system,\n    BlinkMacSystemFont,\n    \"Segoe UI\",\n    Roboto,\n    Arial,\n    sans-serif;\n\n  color:var(--body)!important;\n  line-height:1.6;\n\n  background:\n    radial-gradient(\n      circle at 10% 8%,\n      rgba(112,132,91,.16),\n      transparent 25%\n    ),\n\n    radial-gradient(\n      circle at 90% 22%,\n      rgba(200,155,76,.13),\n      transparent 27%\n    ),\n\n    radial-gradient(\n      circle at 20% 78%,\n      rgba(65,85,58,.08),\n      transparent 30%\n    ),\n\n    linear-gradient(\n      135deg,\n      #fbfaf3 0%,\n      #f1eee2 48%,\n      #e8e3d3 100%\n    );\n\n  background-size:140% 140%;\n\n  animation:\n    fwlPageBreath\n    12s\n    ease-in-out\n    infinite\n    alternate;\n}\n\n\n\/* =========================================================\n   GLOBAL\n========================================================= *\/\n\n.fwl-page *{\n  box-sizing:border-box;\n}\n\n.fwl-page h1,\n.fwl-page h2,\n.fwl-page h3,\n.fwl-page h4{\n  margin:0;\n\n  color:var(--ink)!important;\n\n  line-height:1.1;\n\n  font-weight:900!important;\n\n  letter-spacing:-.035em;\n}\n\n.fwl-page p,\n.fwl-page li,\n.fwl-page span{\n  color:var(--body)!important;\n}\n\n.fwl-page img{\n  max-width:100%;\n  height:auto;\n}\n\n@keyframes fwlPageBreath{\n\n  0%{\n    background-position:0% 0%;\n  }\n\n  100%{\n    background-position:100% 100%;\n  }\n\n}\n\n\n\/* =========================================================\n   FLOATING OUTDOOR PARTICLES\n========================================================= *\/\n\n.fwl-particles{\n  position:absolute;\n\n  inset:0;\n\n  z-index:0;\n\n  overflow:hidden;\n\n  pointer-events:none;\n}\n\n.fwl-particle{\n  position:absolute;\n\n  width:5px;\n  height:5px;\n\n  border-radius:50%;\n\n  background:\n    rgba(78,96,66,.30);\n\n  box-shadow:\n    0 0 16px\n    rgba(78,96,66,.25);\n\n  animation:\n    fwlParticleFloat\n    linear\n    infinite;\n}\n\n.fwl-particle:nth-child(1){\n  left:6%;\n  top:8%;\n  animation-duration:13s;\n}\n\n.fwl-particle:nth-child(2){\n  left:90%;\n  top:17%;\n  width:8px;\n  height:8px;\n  animation-duration:17s;\n}\n\n.fwl-particle:nth-child(3){\n  left:18%;\n  top:32%;\n  animation-duration:15s;\n}\n\n.fwl-particle:nth-child(4){\n  left:80%;\n  top:43%;\n  width:6px;\n  height:6px;\n  animation-duration:18s;\n}\n\n.fwl-particle:nth-child(5){\n  left:9%;\n  top:62%;\n  animation-duration:14s;\n}\n\n.fwl-particle:nth-child(6){\n  left:92%;\n  top:73%;\n  width:7px;\n  height:7px;\n  animation-duration:16s;\n}\n\n@keyframes fwlParticleFloat{\n\n  0%{\n    transform:\n      translate3d(0,25px,0)\n      scale(.7);\n\n    opacity:0;\n  }\n\n  30%{\n    opacity:.65;\n  }\n\n  100%{\n    transform:\n      translate3d(25px,-100px,0)\n      scale(1.2);\n\n    opacity:0;\n  }\n\n}\n\n\n\/* =========================================================\n   SECTION \/ CARD\n========================================================= *\/\n\n.fwl-section{\n  position:relative;\n\n  z-index:2;\n\n  margin:18px 0;\n}\n\n.fwl-card{\n  position:relative;\n\n  overflow:hidden;\n\n  padding:30px;\n\n  border-radius:30px;\n\n  background:\n    linear-gradient(\n      145deg,\n      rgba(255,253,247,.97),\n      rgba(244,240,226,.94)\n    );\n\n  border:\n    1px solid\n    rgba(167,157,123,.45);\n\n  box-shadow:\n    0 22px 60px\n    rgba(44,52,39,.10),\n\n    0 5px 18px\n    rgba(44,52,39,.06);\n\n  backdrop-filter:blur(8px);\n}\n\n.fwl-card:before{\n  content:\"\";\n\n  position:absolute;\n\n  width:230px;\n  height:230px;\n\n  right:-120px;\n  top:-120px;\n\n  border-radius:50%;\n\n  background:\n    radial-gradient(\n      circle,\n      rgba(113,132,91,.14),\n      transparent 68%\n    );\n\n  pointer-events:none;\n\n  animation:\n    fwlBlob\n    6s\n    ease-in-out\n    infinite;\n}\n\n@keyframes fwlBlob{\n\n  0%,100%{\n    transform:scale(.9);\n    opacity:.5;\n  }\n\n  50%{\n    transform:scale(1.2);\n    opacity:1;\n  }\n\n}\n\n\n\/* =========================================================\n   SCROLL REVEAL\n========================================================= *\/\n\n.fwl-reveal{\n  opacity:0;\n\n  transform:\n    translateY(30px)\n    scale(.985);\n\n  transition:\n    opacity .75s ease,\n    transform .75s cubic-bezier(.2,.8,.2,1);\n}\n\n.fwl-visible{\n  opacity:1;\n\n  transform:\n    translateY(0)\n    scale(1);\n}\n\n\n\/* =========================================================\n   HERO\n========================================================= *\/\n\n.fwl-hero{\n  padding:\n    40px 25px 27px;\n\n  text-align:center;\n}\n\n.fwl-kicker{\n  display:inline-flex;\n\n  align-items:center;\n  justify-content:center;\n\n  gap:8px;\n\n  margin-bottom:17px;\n\n  padding:9px 15px;\n\n  border-radius:999px;\n\n  background:\n    linear-gradient(\n      90deg,\n      #43523a,\n      #687653\n    );\n\n  color:#fff!important;\n\n  font-size:12px;\n\n  font-weight:900;\n\n  letter-spacing:.08em;\n\n  box-shadow:\n    0 8px 24px\n    rgba(63,76,53,.25),\n\n    inset 0 1px\n    rgba(255,255,255,.30);\n\n  animation:\n    fwlKickerPulse\n    2.6s\n    ease-in-out\n    infinite;\n}\n\n.fwl-kicker span{\n  color:#fff!important;\n}\n\n@keyframes fwlKickerPulse{\n\n  0%,100%{\n    transform:scale(1);\n  }\n\n  50%{\n    transform:scale(1.035);\n  }\n\n}\n\n.fwl-title{\n  max-width:810px;\n\n  margin:0 auto!important;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:\n    clamp(\n      38px,\n      7vw,\n      68px\n    )!important;\n\n  letter-spacing:-.045em!important;\n}\n\n.fwl-gradient{\n  background:\n    linear-gradient(\n      90deg,\n      #33442d,\n      #687653,\n      #a17b43,\n      #33442d\n    );\n\n  background-size:220% auto;\n\n  -webkit-background-clip:text;\n  -webkit-text-fill-color:transparent;\n\n  background-clip:text;\n\n  animation:\n    fwlGradient\n    5s\n    linear\n    infinite;\n}\n\n@keyframes fwlGradient{\n\n  to{\n    background-position:220% center;\n  }\n\n}\n\n.fwl-sub{\n  max-width:700px;\n\n  margin:\n    17px auto 0!important;\n\n  color:#64685c!important;\n\n  font-size:18px;\n}\n\n\n\/* =========================================================\n   PRODUCT STAGE\n========================================================= *\/\n\n.fwl-product-stage{\n  position:relative;\n\n  max-width:820px;\n\n  margin:27px auto 0;\n\n  padding:9px;\n\n  perspective:1000px;\n}\n\n.fwl-product-stage:before{\n  content:\"\";\n\n  position:absolute;\n\n  left:50%;\n  top:50%;\n\n  width:86%;\n\n  aspect-ratio:1;\n\n  border-radius:50%;\n\n  border:\n    1px solid\n    rgba(95,117,77,.20);\n\n  box-shadow:\n    0 0 60px\n    rgba(75,98,61,.12),\n\n    inset 0 0 50px\n    rgba(102,124,82,.08);\n\n  transform:\n    translate(-50%,-50%);\n\n  animation:\n    fwlRing\n    9s\n    linear\n    infinite;\n}\n\n@keyframes fwlRing{\n\n  0%{\n    transform:\n      translate(-50%,-50%)\n      rotate(0deg)\n      scale(.96);\n  }\n\n  50%{\n    transform:\n      translate(-50%,-50%)\n      rotate(180deg)\n      scale(1.03);\n  }\n\n  100%{\n    transform:\n      translate(-50%,-50%)\n      rotate(360deg)\n      scale(.96);\n  }\n\n}\n\n.fwl-hero-img{\n  position:relative;\n\n  z-index:3;\n\n  display:block;\n\n  width:100%;\n\n  border-radius:26px;\n\n  box-shadow:\n    0 28px 70px\n    rgba(43,51,39,.18),\n\n    0 8px 20px\n    rgba(43,51,39,.08);\n\n  animation:\n    fwlProductFloat\n    5s\n    ease-in-out\n    infinite;\n}\n\n@keyframes fwlProductFloat{\n\n  0%,100%{\n    transform:translateY(0);\n  }\n\n  50%{\n    transform:translateY(-7px);\n  }\n\n}\n\n\n\/* =========================================================\n   HERO BADGES\n========================================================= *\/\n\n.fwl-badges{\n  display:grid;\n\n  grid-template-columns:\n    repeat(3,1fr);\n\n  gap:10px;\n\n  margin-top:23px;\n}\n\n.fwl-badge{\n  padding:14px 9px;\n\n  border-radius:16px;\n\n  background:\n    linear-gradient(\n      145deg,\n      #fffdf7,\n      #eee9d9\n    );\n\n  border:\n    1px solid\n    rgba(159,153,122,.45);\n\n  color:#4e5d45!important;\n\n  font-size:13px;\n\n  font-weight:850;\n\n  box-shadow:\n    0 7px 18px\n    rgba(43,51,39,.05);\n\n  transition:\n    transform .2s ease,\n    box-shadow .2s ease;\n}\n\n.fwl-badge:hover{\n  transform:translateY(-4px);\n\n  box-shadow:\n    0 14px 28px\n    rgba(43,51,39,.10);\n}\n\n\n\/* =========================================================\n   HEADINGS\n========================================================= *\/\n\n.fwl-center{\n  text-align:center;\n}\n\n.fwl-heading{\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:\n    clamp(\n      30px,\n      5.5vw,\n      46px\n    )!important;\n}\n\n.fwl-lead{\n  max-width:680px;\n\n  margin:\n    12px auto 0!important;\n\n  font-size:16px;\n}\n\n\n\/* =========================================================\n   PAIN POINTS\n========================================================= *\/\n\n.fwl-compare{\n  display:grid;\n\n  grid-template-columns:\n    1fr 1fr;\n\n  gap:15px;\n\n  margin-top:24px;\n}\n\n.fwl-compare-card{\n  padding:22px;\n\n  border-radius:22px;\n}\n\n.fwl-before{\n  background:\n    linear-gradient(\n      145deg,\n      #f5f1e6,\n      #fffdf8\n    );\n\n  border:\n    1px solid\n    #ded7c4;\n}\n\n.fwl-after{\n  background:\n    linear-gradient(\n      145deg,\n      #edf1e4,\n      #fffdf8\n    );\n\n  border:\n    1px solid\n    #d2dac3;\n}\n\n.fwl-label{\n  display:inline-flex;\n\n  padding:6px 11px;\n\n  margin-bottom:10px;\n\n  border-radius:999px;\n\n  font-size:11px;\n\n  font-weight:900;\n\n  letter-spacing:.08em;\n}\n\n.fwl-before .fwl-label{\n  background:#e9e3d5;\n  color:#696653!important;\n}\n\n.fwl-after .fwl-label{\n  background:#dfe8d4;\n  color:#50633d!important;\n}\n\n.fwl-compare-card h3{\n  font-size:19px!important;\n}\n\n.fwl-compare-card ul{\n  margin:\n    13px 0 0;\n\n  padding-left:20px;\n}\n\n.fwl-compare-card li{\n  margin:8px 0;\n}\n\n\n\/* =========================================================\n   FEATURE GRID\n========================================================= *\/\n\n.fwl-feature-grid{\n  display:grid;\n\n  grid-template-columns:\n    repeat(3,1fr);\n\n  gap:14px;\n\n  margin-top:25px;\n}\n\n.fwl-feature{\n  position:relative;\n\n  padding:21px;\n\n  border-radius:21px;\n\n  background:\n    linear-gradient(\n      150deg,\n      #fffdf8,\n      #f0ecdf\n    );\n\n  border:\n    1px solid\n    rgba(179,171,140,.50);\n\n  box-shadow:\n    0 12px 28px\n    rgba(43,51,39,.07);\n\n  transition:\n    transform .25s ease,\n    box-shadow .25s ease;\n}\n\n.fwl-feature:hover{\n  transform:translateY(-5px);\n\n  box-shadow:\n    0 18px 38px\n    rgba(43,51,39,.12);\n}\n\n.fwl-icon{\n  display:flex;\n\n  align-items:center;\n  justify-content:center;\n\n  width:52px;\n  height:52px;\n\n  margin-bottom:14px;\n\n  border-radius:16px;\n\n  background:\n    radial-gradient(\n      circle at 30% 20%,\n      #fff,\n      #dfe4d2\n    );\n\n  box-shadow:\n    0 8px 20px\n    rgba(74,93,58,.12);\n\n  font-size:25px;\n\n  animation:\n    fwlIconBreath\n    4s\n    ease-in-out\n    infinite;\n}\n\n@keyframes fwlIconBreath{\n\n  50%{\n    box-shadow:\n      0 10px 25px\n      rgba(74,93,58,.20),\n\n      0 0 22px\n      rgba(110,132,87,.15);\n  }\n\n}\n\n.fwl-feature h3{\n  font-size:18px!important;\n}\n\n.fwl-feature p{\n  margin:8px 0 0!important;\n\n  font-size:14px;\n}\n\n\n\/* =========================================================\n   IMAGE \/ TEXT\n========================================================= *\/\n\n.fwl-grid2{\n  display:grid;\n\n  grid-template-columns:\n    1fr 1fr;\n\n  gap:22px;\n\n  align-items:center;\n}\n\n.fwl-media{\n  display:block;\n\n  width:100%;\n\n  border-radius:23px;\n\n  box-shadow:\n    0 17px 40px\n    rgba(43,51,39,.14);\n\n  transition:\n    transform .35s ease,\n    box-shadow .35s ease;\n}\n\n.fwl-media:hover{\n  transform:scale(1.015);\n\n  box-shadow:\n    0 24px 55px\n    rgba(43,51,39,.18);\n}\n\n\n\/* =========================================================\n   DARK OUTDOOR MODULE\n========================================================= *\/\n\n.fwl-dark{\n  background:\n    radial-gradient(\n      circle at 85% 15%,\n      rgba(119,143,91,.26),\n      transparent 30%\n    ),\n\n    radial-gradient(\n      circle at 10% 90%,\n      rgba(191,151,76,.12),\n      transparent 28%\n    ),\n\n    linear-gradient(\n      145deg,\n      #121d20,\n      #27372f\n    );\n\n  border:\n    1px solid\n    rgba(169,188,137,.18);\n\n  box-shadow:\n    0 25px 65px\n    rgba(15,26,24,.25),\n\n    inset 0 1px\n    rgba(255,255,255,.06);\n}\n\n.fwl-dark h2,\n.fwl-dark h3,\n.fwl-dark h4{\n  color:#fff!important;\n}\n\n.fwl-dark p,\n.fwl-dark li,\n.fwl-dark span{\n  color:#d9dfd0!important;\n}\n\n\n\/* =========================================================\n   SCANNING LIGHT\n========================================================= *\/\n\n.fwl-scan{\n  position:relative;\n\n  overflow:hidden;\n}\n\n.fwl-scan:after{\n  content:\"\";\n\n  position:absolute;\n\n  left:0;\n  right:0;\n\n  top:-25%;\n\n  height:100px;\n\n  background:\n    linear-gradient(\n      to bottom,\n      transparent,\n      rgba(176,193,145,.06),\n      rgba(221,207,153,.13),\n      transparent\n    );\n\n  pointer-events:none;\n\n  animation:\n    fwlScanner\n    5s\n    linear\n    infinite;\n}\n\n@keyframes fwlScanner{\n\n  0%{\n    top:-30%;\n  }\n\n  100%{\n    top:115%;\n  }\n\n}\n\n\n\/* =========================================================\n   CHIPS\n========================================================= *\/\n\n.fwl-chip-wrap{\n  display:flex;\n\n  flex-wrap:wrap;\n\n  gap:9px;\n\n  margin-top:20px;\n}\n\n.fwl-chip{\n  padding:9px 13px;\n\n  border-radius:999px;\n\n  background:#e8eadc;\n\n  border:\n    1px solid\n    #d2d8c2;\n\n  color:#4d5d40!important;\n\n  font-size:12px;\n\n  font-weight:850;\n\n  transition:\n    transform .18s ease;\n}\n\n.fwl-chip:hover{\n  transform:translateY(-2px);\n}\n\n\n\/* =========================================================\n   OUTDOOR USE CASES\n========================================================= *\/\n\n.fwl-use-grid{\n  display:grid;\n\n  grid-template-columns:\n    repeat(4,1fr);\n\n  gap:11px;\n\n  margin-top:24px;\n}\n\n.fwl-use{\n  position:relative;\n\n  min-height:135px;\n\n  display:flex;\n\n  align-items:flex-end;\n\n  padding:14px;\n\n  overflow:hidden;\n\n  border-radius:19px;\n\n  background:\n    linear-gradient(\n      145deg,\n      #fffdf8,\n      #e9e7d9\n    );\n\n  border:\n    1px solid\n    #d6d3c0;\n\n  box-shadow:\n    0 9px 22px\n    rgba(43,51,39,.07);\n\n  transition:\n    transform .25s ease;\n}\n\n.fwl-use:hover{\n  transform:translateY(-4px);\n}\n\n.fwl-use-icon{\n  position:absolute;\n\n  right:11px;\n  top:10px;\n\n  font-size:30px;\n}\n\n.fwl-use strong{\n  position:relative;\n\n  z-index:2;\n\n  color:#384332!important;\n\n  font-size:14px;\n}\n\n\n\/* =========================================================\n   GIFT\n========================================================= *\/\n\n.fwl-gift{\n  text-align:center;\n\n  background:\n    radial-gradient(\n      circle at 18% 20%,\n      rgba(121,142,94,.14),\n      transparent 27%\n    ),\n\n    radial-gradient(\n      circle at 82% 75%,\n      rgba(196,154,73,.12),\n      transparent 30%\n    ),\n\n    linear-gradient(\n      145deg,\n      #fffdf8,\n      #ebe9dc\n    );\n}\n\n.fwl-gift-icon{\n  font-size:44px;\n\n  margin-bottom:12px;\n\n  animation:\n    fwlGiftFloat\n    3.5s\n    ease-in-out\n    infinite;\n}\n\n@keyframes fwlGiftFloat{\n\n  0%,100%{\n    transform:\n      translateY(0)\n      rotate(0deg);\n  }\n\n  50%{\n    transform:\n      translateY(-6px)\n      rotate(3deg);\n  }\n\n}\n\n\n\/* =========================================================\n   SPECS\n========================================================= *\/\n\n.fwl-specs{\n  margin-top:23px;\n\n  border-radius:21px;\n\n  overflow:hidden;\n\n  border:\n    1px solid\n    #d6d3c0;\n\n  box-shadow:\n    0 8px 25px\n    rgba(43,51,39,.05);\n}\n\n.fwl-spec{\n  display:grid;\n\n  grid-template-columns:\n    40% 60%;\n\n  border-bottom:\n    1px solid\n    #e2dfd0;\n}\n\n.fwl-spec:last-child{\n  border-bottom:none;\n}\n\n.fwl-spec div{\n  padding:14px 15px;\n}\n\n.fwl-spec div:first-child{\n  background:#e8e7da;\n\n  color:#48543f!important;\n\n  font-weight:850;\n}\n\n.fwl-spec div:last-child{\n  background:#fffdf8;\n}\n\n\n\/* =========================================================\n   TRUST\n========================================================= *\/\n\n.fwl-trust{\n  display:grid;\n\n  grid-template-columns:\n    repeat(3,1fr);\n\n  gap:12px;\n\n  margin-top:23px;\n}\n\n.fwl-trust-box{\n  text-align:center;\n\n  padding:18px 13px;\n\n  background:#fffdf8;\n\n  border:\n    1px solid\n    #d8d5c4;\n\n  border-radius:19px;\n\n  transition:\n    transform .2s ease,\n    box-shadow .2s ease;\n}\n\n.fwl-trust-box:hover{\n  transform:translateY(-4px);\n\n  box-shadow:\n    0 14px 30px\n    rgba(43,51,39,.10);\n}\n\n.fwl-trust-icon{\n  font-size:27px;\n}\n\n.fwl-trust-box strong{\n  display:block;\n\n  margin:\n    6px 0 5px;\n\n  color:#3d4938!important;\n}\n\n.fwl-trust-box span{\n  font-size:12px;\n}\n\n\n\/* =========================================================\n   FINAL CTA\n========================================================= *\/\n\n.fwl-final{\n  padding:\n    40px 24px;\n\n  text-align:center;\n}\n\n.fwl-final .fwl-heading{\n  max-width:720px;\n\n  margin:auto!important;\n}\n\n.fwl-final p{\n  max-width:640px;\n\n  margin:\n    14px auto 0!important;\n}\n\n.fwl-cta{\n  position:relative;\n\n  overflow:hidden;\n\n  display:inline-flex;\n\n  justify-content:center;\n  align-items:center;\n\n  width:min(100%,460px);\n\n  min-height:61px;\n\n  margin-top:23px;\n\n  padding:15px 24px;\n\n  border-radius:17px;\n\n  background:\n    linear-gradient(\n      90deg,\n      #3d4c34,\n      #697953\n    );\n\n  color:#fff!important;\n\n  font-size:17px;\n\n  font-weight:950;\n\n  text-decoration:none!important;\n\n  box-shadow:\n    0 15px 35px\n    rgba(57,73,47,.34),\n\n    inset 0 1px\n    rgba(255,255,255,.30);\n\n  animation:\n    fwlCTA\n    2.5s\n    ease-in-out\n    infinite;\n}\n\n.fwl-cta:before{\n  content:\"\";\n\n  position:absolute;\n\n  top:-30%;\n  left:-60%;\n\n  width:35%;\n  height:170%;\n\n  background:\n    linear-gradient(\n      90deg,\n      transparent,\n      rgba(255,255,255,.40),\n      transparent\n    );\n\n  transform:skewX(-20deg);\n\n  animation:\n    fwlShine\n    3.6s\n    ease-in-out\n    infinite;\n}\n\n@keyframes fwlCTA{\n\n  0%,100%{\n    transform:\n      translateY(0)\n      scale(1);\n\n    box-shadow:\n      0 15px 35px\n      rgba(57,73,47,.30);\n  }\n\n  50%{\n    transform:\n      translateY(-2px)\n      scale(1.012);\n\n    box-shadow:\n      0 20px 42px\n      rgba(57,73,47,.42);\n  }\n\n}\n\n@keyframes fwlShine{\n\n  0%,45%{\n    left:-60%;\n  }\n\n  75%,100%{\n    left:125%;\n  }\n\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media(max-width:700px){\n\n  .fwl-page{\n    padding:\n      4px 4px 40px;\n  }\n\n  .fwl-section{\n    margin:\n      13px 0;\n  }\n\n  .fwl-card{\n    padding:\n      22px 16px;\n\n    border-radius:23px;\n  }\n\n  .fwl-hero{\n    padding:\n      28px 14px 18px;\n  }\n\n  .fwl-title{\n    font-size:39px!important;\n  }\n\n  .fwl-sub{\n    font-size:16px;\n  }\n\n  .fwl-badges{\n    grid-template-columns:1fr;\n  }\n\n  .fwl-compare{\n    grid-template-columns:1fr;\n  }\n\n  .fwl-grid2{\n    grid-template-columns:1fr;\n  }\n\n  .fwl-feature-grid{\n    display:flex;\n\n    overflow-x:auto;\n\n    scroll-snap-type:x mandatory;\n\n    margin-left:-16px;\n    margin-right:-16px;\n\n    padding:\n      4px 16px 15px;\n\n    gap:12px;\n\n    scrollbar-width:none;\n  }\n\n  .fwl-feature-grid::-webkit-scrollbar{\n    display:none;\n  }\n\n  .fwl-feature{\n    flex:\n      0 0 82%;\n\n    scroll-snap-align:center;\n  }\n\n  .fwl-use-grid{\n    grid-template-columns:\n      1fr 1fr;\n  }\n\n  .fwl-trust{\n    display:flex;\n\n    overflow-x:auto;\n\n    scroll-snap-type:x mandatory;\n\n    margin-left:-16px;\n    margin-right:-16px;\n\n    padding:\n      5px 16px 15px;\n\n    scrollbar-width:none;\n  }\n\n  .fwl-trust::-webkit-scrollbar{\n    display:none;\n  }\n\n  .fwl-trust-box{\n    flex:\n      0 0 78%;\n\n    scroll-snap-align:center;\n  }\n\n  .fwl-product-stage:before{\n    width:96%;\n  }\n\n  .fwl-spec{\n    grid-template-columns:\n      38% 62%;\n\n    font-size:13px;\n  }\n\n  .fwl-spec div{\n    padding:\n      12px 10px;\n  }\n\n}\n\n\n\/* =========================================================\n   REDUCE MOTION\n========================================================= *\/\n\n@media(prefers-reduced-motion:reduce){\n\n  .fwl-page,\n  .fwl-particle,\n  .fwl-card:before,\n  .fwl-kicker,\n  .fwl-gradient,\n  .fwl-product-stage:before,\n  .fwl-hero-img,\n  .fwl-icon,\n  .fwl-scan:after,\n  .fwl-gift-icon,\n  .fwl-cta,\n  .fwl-cta:before{\n    animation:none!important;\n  }\n\n}\n\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"custom-product-liquid-wrapper\"\u003e\n\n\u003cdiv class=\"fwl-page\"\u003e\n\n\n\u003c!-- =====================================================\n     FLOATING PARTICLES\n===================================================== --\u003e\n\n\u003cdiv class=\"fwl-particles\"\u003e\n\n  \u003ci class=\"fwl-particle\"\u003e\u003c\/i\u003e\n  \u003ci class=\"fwl-particle\"\u003e\u003c\/i\u003e\n  \u003ci class=\"fwl-particle\"\u003e\u003c\/i\u003e\n  \u003ci class=\"fwl-particle\"\u003e\u003c\/i\u003e\n  \u003ci class=\"fwl-particle\"\u003e\u003c\/i\u003e\n  \u003ci class=\"fwl-particle\"\u003e\u003c\/i\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- =====================================================\n     HERO\n===================================================== --\u003e\n\n\u003csection class=\"fwl-section fwl-reveal fwl-visible\"\u003e\n\n\u003cdiv class=\"fwl-card fwl-hero\"\u003e\n\n\u003cdiv class=\"fwl-kicker\"\u003e\n\n🎣 \u003cspan\u003eFISHING IS A WAY OF LIFE\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003ch1 class=\"fwl-title\"\u003e\n\nMade for the\n\u003cbr\u003e\n\nDays You'd Rather Be\n\u003cspan class=\"fwl-gradient\"\u003e\nFishing.\n\u003c\/span\u003e\n\n\u003c\/h1\u003e\n\n\n\u003cp class=\"fwl-sub\"\u003e\n\nA rugged fishing bucket hat built for\nsunny days, open water, changing weather\nand the outdoor life you actually enjoy.\n\n\u003c\/p\u003e\n\n\n\u003cdiv class=\"fwl-product-stage\"\u003e\n\n\u003cimg class=\"fwl-hero-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1024\/2870\/5137\/files\/191bf172d55a2575ee6514d994af7bd0.jpg?v=1784802356\" alt=\"Fishing Bucket Hat with embroidered fishing design\"\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"fwl-badges\"\u003e\n\n\u003cdiv class=\"fwl-badge\"\u003e\n☀️ UPF Protection\n\u003c\/div\u003e\n\n\u003cdiv class=\"fwl-badge\"\u003e\n💧 Water Resistant\n\u003c\/div\u003e\n\n\u003cdiv class=\"fwl-badge\"\u003e\n🌬️ Breathable Design\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     PAIN POINT\n===================================================== --\u003e\n\n\u003csection class=\"fwl-section fwl-reveal\"\u003e\n\n\u003cdiv class=\"fwl-card\"\u003e\n\n\u003cdiv class=\"fwl-center\"\u003e\n\n\u003ch2 class=\"fwl-heading\"\u003e\n\nThe Outdoors Don't\n\u003cbr\u003e\n\nAlways Play Nice.\n\n\u003c\/h2\u003e\n\n\u003cp class=\"fwl-lead\"\u003e\n\nLong days outside can mean bright sun,\nlight rain, heat and constant movement.\nThe right hat should keep up without\nbecoming another thing to worry about.\n\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"fwl-compare\"\u003e\n\n\n\u003cdiv class=\"fwl-compare-card fwl-before\"\u003e\n\n\u003cspan class=\"fwl-label\"\u003e\nWITHOUT IT\n\u003c\/span\u003e\n\n\u003ch3\u003e\nThe Typical Outdoor Hat\n\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003e\nLoose or uncomfortable fit.\n\u003c\/li\u003e\n\n\u003cli\u003e\nLimited weather protection.\n\u003c\/li\u003e\n\n\u003cli\u003e\nCan feel hot during long days.\n\u003c\/li\u003e\n\n\u003cli\u003e\nBulky when packed away.\n\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"fwl-compare-card fwl-after\"\u003e\n\n\u003cspan class=\"fwl-label\"\u003e\nWITH THE FISHING HAT\n\u003c\/span\u003e\n\n\u003ch3\u003e\nReady for the Day\n\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003e\nAdjustable drawstring fit.\n\u003c\/li\u003e\n\n\u003cli\u003e\nWater-resistant outer design.\n\u003c\/li\u003e\n\n\u003cli\u003e\nVentilation for breathable comfort.\n\u003c\/li\u003e\n\n\u003cli\u003e\nLightweight and easy to pack.\n\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     CORE FEATURES\n===================================================== --\u003e\n\n\u003csection class=\"fwl-section fwl-reveal\"\u003e\n\n\u003cdiv class=\"fwl-card\"\u003e\n\n\u003cdiv class=\"fwl-center\"\u003e\n\n\u003ch2 class=\"fwl-heading\"\u003e\n\nBuilt Around\n\u003cbr\u003e\n\nThe Way You Actually Fish.\n\n\u003c\/h2\u003e\n\n\u003cp class=\"fwl-lead\"\u003e\n\nFrom early-morning casts to long afternoons\nby the lake, every detail is designed around\noutdoor comfort and practical wear.\n\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003cimg class=\"fwl-media\" style=\"margin-top:25px;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1024\/2870\/5137\/files\/2cd5cac8fa5caaefabbc51148506585a.png?v=1784802356\" alt=\"Fishing bucket hat features breathable adjustable water resistant packable\"\u003e\n\n\n\u003cdiv class=\"fwl-feature-grid\"\u003e\n\n\n\u003cdiv class=\"fwl-feature\"\u003e\n\n\u003cdiv class=\"fwl-icon\"\u003e\n☀️\n\u003c\/div\u003e\n\n\u003ch3\u003e\nSun Protection\n\u003c\/h3\u003e\n\n\u003cp\u003e\nThe wide-brim bucket design provides\nadded coverage for outdoor fishing,\ncamping and other sunny adventures.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"fwl-feature\"\u003e\n\n\u003cdiv class=\"fwl-icon\"\u003e\n💧\n\u003c\/div\u003e\n\n\u003ch3\u003e\nWater Resistant\n\u003c\/h3\u003e\n\n\u003cp\u003e\nHelps shield you from light rain\nand splashes when conditions\nstart to change.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"fwl-feature\"\u003e\n\n\u003cdiv class=\"fwl-icon\"\u003e\n🌬️\n\u003c\/div\u003e\n\n\u003ch3\u003e\nBreathable Comfort\n\u003c\/h3\u003e\n\n\u003cp\u003e\nBuilt-in ventilation helps keep\nair moving so you can stay\ncomfortable during long outdoor days.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     OUTDOOR DARK MODULE\n===================================================== --\u003e\n\n\u003csection class=\"fwl-section fwl-reveal\"\u003e\n\n\u003cdiv class=\"fwl-card fwl-dark fwl-scan\"\u003e\n\n\u003cdiv class=\"fwl-grid2\"\u003e\n\n\n\u003cdiv\u003e\n\n\u003cdiv class=\"fwl-kicker\"\u003e\n🎣 BUILT FOR ADVENTURE\n\u003c\/div\u003e\n\n\n\u003ch2 class=\"fwl-heading\"\u003e\n\nDon't Just Wear\n\u003cbr\u003e\n\nA Fishing Hat.\n\u003cbr\u003e\n\nWear The\n\u003cspan class=\"fwl-gradient\"\u003e\nLifestyle.\n\u003c\/span\u003e\n\n\u003c\/h2\u003e\n\n\n\u003cp style=\"margin-top:15px!important;\"\u003e\n\nFishing isn't just about catching fish.\nIt's early mornings, quiet water,\ncampfire stories, weekends outdoors\nand the freedom to disappear for a while.\n\n\u003c\/p\u003e\n\n\n\u003cdiv class=\"fwl-chip-wrap\"\u003e\n\n\u003cspan class=\"fwl-chip\"\u003e\n🎣 Fishing\n\u003c\/span\u003e\n\n\u003cspan class=\"fwl-chip\"\u003e\n🚤 Boating\n\u003c\/span\u003e\n\n\u003cspan class=\"fwl-chip\"\u003e\n🏕️ Camping\n\u003c\/span\u003e\n\n\u003cspan class=\"fwl-chip\"\u003e\n🌲 Outdoors\n\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003cimg class=\"fwl-media\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1024\/2870\/5137\/files\/7a4f033c6c1b58269dd3324f54b65d4a.png?v=1784802356\" alt=\"Fishing bucket hat on lake\"\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     ADJUSTABLE FIT\n===================================================== --\u003e\n\n\u003csection class=\"fwl-section fwl-reveal\"\u003e\n\n\u003cdiv class=\"fwl-card\"\u003e\n\n\u003cdiv class=\"fwl-grid2\"\u003e\n\n\n\u003cdiv\u003e\n\n\u003cdiv class=\"fwl-kicker\"\u003e\n🎯 SECURE FIT\n\u003c\/div\u003e\n\n\n\u003ch2 class=\"fwl-heading\"\u003e\n\nAdjust It.\n\u003cbr\u003e\n\nLock It In.\n\u003cbr\u003e\n\nKeep Going.\n\n\u003c\/h2\u003e\n\n\n\u003cp style=\"margin-top:15px!important;\"\u003e\n\nThe adjustable drawstring lets you\nfine-tune the fit for a more secure feel\nwhile you're casting, walking the shoreline\nor moving around the boat.\n\n\u003c\/p\u003e\n\n\n\u003cdiv class=\"fwl-chip-wrap\"\u003e\n\n\u003cspan class=\"fwl-chip\"\u003e\n🎯 Adjustable\n\u003c\/span\u003e\n\n\u003cspan class=\"fwl-chip\"\u003e\n🧵 Drawstring\n\u003c\/span\u003e\n\n\u003cspan class=\"fwl-chip\"\u003e\n🚶 Secure Fit\n\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003cimg class=\"fwl-media\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1024\/2870\/5137\/files\/2cd5cac8fa5caaefabbc51148506585a.png?v=1784802356\" alt=\"Adjustable drawstring fishing bucket hat\"\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     PRODUCT DETAILS CLOSE UP\n===================================================== --\u003e\n\n\u003csection class=\"fwl-section fwl-reveal\"\u003e\n\n\u003cdiv class=\"fwl-card\"\u003e\n\n\u003cdiv class=\"fwl-center\"\u003e\n\n\u003ch2 class=\"fwl-heading\"\u003e\n\nDetails That\n\u003cbr\u003e\n\nSpeak to Fishermen.\n\n\u003c\/h2\u003e\n\n\u003cp class=\"fwl-lead\"\u003e\n\nThis isn't a generic outdoor hat.\nThe embroidered fishing graphics,\nhooks, fish, rod details and bold\n\"Fishing Is Not Just a Hobby\"\nmessage give it its own personality.\n\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003cimg class=\"fwl-media\" style=\"margin-top:25px;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1024\/2870\/5137\/files\/191bf172d55a2575ee6514d994af7bd0.jpg?v=1784802356\" alt=\"Detailed embroidered fishing bucket hat\"\u003e\n\n\n\u003cdiv class=\"fwl-feature-grid\"\u003e\n\n\n\u003cdiv class=\"fwl-feature\"\u003e\n\n\u003cdiv class=\"fwl-icon\"\u003e\n🐟\n\u003c\/div\u003e\n\n\u003ch3\u003e\nFishing Graphics\n\u003c\/h3\u003e\n\n\u003cp\u003e\nDetailed fish, lure and fishing\nimagery creates an unmistakable\noutdoor identity.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"fwl-feature\"\u003e\n\n\u003cdiv class=\"fwl-icon\"\u003e\n🇺🇸\n\u003c\/div\u003e\n\n\u003ch3\u003e\nAmerican Pride\n\u003c\/h3\u003e\n\n\u003cp\u003e\nThe American flag detail adds\na classic patriotic touch to\nthe fishing-inspired design.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"fwl-feature\"\u003e\n\n\u003cdiv class=\"fwl-icon\"\u003e\n🪝\n\u003c\/div\u003e\n\n\u003ch3\u003e\nFishing Lifestyle\n\u003c\/h3\u003e\n\n\u003cp\u003e\nFrom \"Reel Cool Dad\" to\n\"Eat Sleep Fish Repeat\" —\nevery detail speaks the language\nof anglers.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     PACKABLE\n===================================================== --\u003e\n\n\u003csection class=\"fwl-section fwl-reveal\"\u003e\n\n\u003cdiv class=\"fwl-card fwl-dark\"\u003e\n\n\u003cdiv class=\"fwl-grid2\"\u003e\n\n\n\u003cdiv\u003e\n\n\u003cdiv class=\"fwl-kicker\"\u003e\n🎒 EASY TO TAKE ANYWHERE\n\u003c\/div\u003e\n\n\n\u003ch2 class=\"fwl-heading\"\u003e\n\nPack It.\n\u003cbr\u003e\n\nTake It.\n\u003cbr\u003e\n\nGo Fish.\n\n\u003c\/h2\u003e\n\n\n\u003cp style=\"margin-top:15px!important;\"\u003e\n\nLightweight and packable,\nit's easy to bring along for\nfishing trips, camping weekends,\nroad trips and outdoor adventures.\n\n\u003c\/p\u003e\n\n\n\u003cdiv class=\"fwl-chip-wrap\"\u003e\n\n\u003cspan class=\"fwl-chip\"\u003e\n🎒 Packable\n\u003c\/span\u003e\n\n\u003cspan class=\"fwl-chip\"\u003e\n🌲 Outdoor Ready\n\u003c\/span\u003e\n\n\u003cspan class=\"fwl-chip\"\u003e\n⚡ Lightweight\n\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003cimg class=\"fwl-media\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1024\/2870\/5137\/files\/2cd5cac8fa5caaefabbc51148506585a.png?v=1784802356\" alt=\"Packable lightweight fishing hat\"\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     USE CASES\n===================================================== --\u003e\n\n\u003csection class=\"fwl-section fwl-reveal\"\u003e\n\n\u003cdiv class=\"fwl-card\"\u003e\n\n\u003cdiv class=\"fwl-center\"\u003e\n\n\u003cdiv class=\"fwl-kicker\"\u003e\nOUTDOOR USE\n\u003c\/div\u003e\n\n\n\u003ch2 class=\"fwl-heading\"\u003e\n\nOne Hat.\n\u003cbr\u003e\n\nA Whole Lot of Outside.\n\n\u003c\/h2\u003e\n\n\n\u003cp class=\"fwl-lead\"\u003e\n\nDesigned for more than just the fishing dock.\nTake it wherever your next outdoor day leads.\n\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"fwl-use-grid\"\u003e\n\n\n\u003cdiv class=\"fwl-use\"\u003e\n\n\u003cdiv class=\"fwl-use-icon\"\u003e\n🎣\n\u003c\/div\u003e\n\n\u003cstrong\u003e\nFishing Trips\n\u003c\/strong\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"fwl-use\"\u003e\n\n\u003cdiv class=\"fwl-use-icon\"\u003e\n🚤\n\u003c\/div\u003e\n\n\u003cstrong\u003e\nBoating\n\u003c\/strong\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"fwl-use\"\u003e\n\n\u003cdiv class=\"fwl-use-icon\"\u003e\n🏕️\n\u003c\/div\u003e\n\n\u003cstrong\u003e\nCamping\n\u003c\/strong\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"fwl-use\"\u003e\n\n\u003cdiv class=\"fwl-use-icon\"\u003e\n🌲\n\u003c\/div\u003e\n\n\u003cstrong\u003e\nOutdoor Adventure\n\u003c\/strong\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     LIFESTYLE IMAGE\n===================================================== --\u003e\n\n\u003csection class=\"fwl-section fwl-reveal\"\u003e\n\n\u003cdiv class=\"fwl-card\"\u003e\n\n\u003cdiv class=\"fwl-center\"\u003e\n\n\u003ch2 class=\"fwl-heading\"\u003e\n\nFor The Guy Who'd\n\u003cbr\u003e\n\nRather Be\n\u003cspan class=\"fwl-gradient\"\u003e\nOutside.\n\u003c\/span\u003e\n\n\u003c\/h2\u003e\n\n\u003cp class=\"fwl-lead\"\u003e\n\nA practical outdoor accessory\nwith enough personality to feel\nlike it was made for someone\nwho genuinely loves fishing.\n\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003cimg class=\"fwl-media\" style=\"margin-top:25px;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1024\/2870\/5137\/files\/7a4f033c6c1b58269dd3324f54b65d4a.png?v=1784802356\" alt=\"Fishing hat outdoor lake lifestyle\"\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     GIFT\n===================================================== --\u003e\n\n\u003csection class=\"fwl-section fwl-reveal\"\u003e\n\n\u003cdiv class=\"fwl-card fwl-gift\"\u003e\n\n\u003cdiv class=\"fwl-gift-icon\"\u003e\n🎁\n\u003c\/div\u003e\n\n\n\u003ch2 class=\"fwl-heading\"\u003e\n\nA Gift That\n\u003cbr\u003e\n\nActually Fits His\n\u003cspan class=\"fwl-gradient\"\u003e\nLifestyle.\n\u003c\/span\u003e\n\n\u003c\/h2\u003e\n\n\n\u003cp class=\"fwl-lead\"\u003e\n\nFor the dad, husband, grandpa,\nbrother or fishing buddy who\nalways has a rod nearby.\n\n\u003c\/p\u003e\n\n\n\u003cdiv class=\"fwl-feature-grid\"\u003e\n\n\n\u003cdiv class=\"fwl-feature\"\u003e\n\n\u003cdiv class=\"fwl-icon\"\u003e\n👨‍👦\n\u003c\/div\u003e\n\n\u003ch3\u003e\nGreat for Dad\n\u003c\/h3\u003e\n\n\u003cp\u003e\nA fun fishing-themed gift\nfor the guy who would\nrather be on the water.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"fwl-feature\"\u003e\n\n\u003cdiv class=\"fwl-icon\"\u003e\n🎣\n\u003c\/div\u003e\n\n\u003ch3\u003e\nFor Fishing Buddies\n\u003c\/h3\u003e\n\n\u003cp\u003e\nA memorable accessory\nfor the person who\nalways talks about fishing.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"fwl-feature\"\u003e\n\n\u003cdiv class=\"fwl-icon\"\u003e\n🎄\n\u003c\/div\u003e\n\n\u003ch3\u003e\nGift-Ready Personality\n\u003c\/h3\u003e\n\n\u003cp\u003e\nIdeal for birthdays,\nFather's Day, Christmas\nand outdoor celebrations.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     PRODUCT DETAILS\n===================================================== --\u003e\n\n\u003csection class=\"fwl-section fwl-reveal\"\u003e\n\n\u003cdiv class=\"fwl-card\"\u003e\n\n\u003cdiv class=\"fwl-center\"\u003e\n\n\u003cdiv class=\"fwl-kicker\"\u003e\nPRODUCT DETAILS\n\u003c\/div\u003e\n\n\n\u003ch2 class=\"fwl-heading\"\u003e\n\nBuilt for\n\u003cbr\u003e\n\nComfort \u0026amp; Adventure.\n\n\u003c\/h2\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"fwl-specs\"\u003e\n\n\n\u003cdiv class=\"fwl-spec\"\u003e\n\n\u003cdiv\u003e\nProduct\n\u003c\/div\u003e\n\n\u003cdiv\u003e\nFishing Outdoor Bucket Hat\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"fwl-spec\"\u003e\n\n\u003cdiv\u003e\nProtection\n\u003c\/div\u003e\n\n\u003cdiv\u003e\nUPF Protection\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"fwl-spec\"\u003e\n\n\u003cdiv\u003e\nWeather\n\u003c\/div\u003e\n\n\u003cdiv\u003e\nWater Resistant\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"fwl-spec\"\u003e\n\n\u003cdiv\u003e\nVentilation\n\u003c\/div\u003e\n\n\u003cdiv\u003e\nBreathable Design\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"fwl-spec\"\u003e\n\n\u003cdiv\u003e\nFit\n\u003c\/div\u003e\n\n\u003cdiv\u003e\nAdjustable Drawstring\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"fwl-spec\"\u003e\n\n\u003cdiv\u003e\nConstruction\n\u003c\/div\u003e\n\n\u003cdiv\u003e\nLightweight \u0026amp; Durable\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"fwl-spec\"\u003e\n\n\u003cdiv\u003e\nPortability\n\u003c\/div\u003e\n\n\u003cdiv\u003e\nPackable \u0026amp; Portable\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"fwl-spec\"\u003e\n\n\u003cdiv\u003e\nStyle\n\u003c\/div\u003e\n\n\u003cdiv\u003e\nFishing \/ Outdoor \/ Patriotic\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     TRUST\n===================================================== --\u003e\n\n\u003csection class=\"fwl-section fwl-reveal\"\u003e\n\n\u003cdiv class=\"fwl-card\"\u003e\n\n\u003cdiv class=\"fwl-center\"\u003e\n\n\u003ch2 class=\"fwl-heading\"\u003e\n\nReady for the\n\u003cbr\u003e\n\nNext Cast.\n\n\u003c\/h2\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"fwl-trust\"\u003e\n\n\n\u003cdiv class=\"fwl-trust-box\"\u003e\n\n\u003cdiv class=\"fwl-trust-icon\"\u003e\n☀️\n\u003c\/div\u003e\n\n\u003cstrong\u003e\nOutdoor Protection\n\u003c\/strong\u003e\n\n\u003cspan\u003e\nDesigned with UPF protection\nfor sunny outdoor days.\n\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"fwl-trust-box\"\u003e\n\n\u003cdiv class=\"fwl-trust-icon\"\u003e\n💧\n\u003c\/div\u003e\n\n\u003cstrong\u003e\nWeather Ready\n\u003c\/strong\u003e\n\n\u003cspan\u003e\nWater-resistant construction\nfor light rain and splashes.\n\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"fwl-trust-box\"\u003e\n\n\u003cdiv class=\"fwl-trust-icon\"\u003e\n🎒\n\u003c\/div\u003e\n\n\u003cstrong\u003e\nEasy to Carry\n\u003c\/strong\u003e\n\n\u003cspan\u003e\nLightweight and packable\nfor trips and adventures.\n\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     FINAL CTA\n===================================================== --\u003e\n\n\u003csection class=\"fwl-section fwl-reveal\"\u003e\n\n\u003cdiv class=\"fwl-card fwl-final\"\u003e\n\n\u003cdiv class=\"fwl-kicker\"\u003e\n🎣 FISHING IS NOT JUST A HOBBY\n\u003c\/div\u003e\n\n\n\u003ch2 class=\"fwl-heading\"\u003e\n\nGood Day.\n\u003cbr\u003e\n\nBad Day.\n\u003cbr\u003e\n\nBoth Are Better Than\n\u003cspan class=\"fwl-gradient\"\u003e\nWork.\n\u003c\/span\u003e\n\n\u003c\/h2\u003e\n\n\n\u003cp\u003e\n\nGet outside, grab your gear,\nand wear the hat that says\nexactly where you'd rather be.\n\n\u003c\/p\u003e\n\n\n\u003ca class=\"fwl-cta\" href=\"#product-form\"\u003e\n\n🎣 GET YOUR FISHING HAT\n\n\u003c\/a\u003e\n\n\n\u003cp style=\"\nmargin-top:11px!important;\nfont-size:12px;\ncolor:#777a6d!important;\n\"\u003e\n\nChoose your preferred option above while available.\n\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003cscript\u003e\n\n(function(){\n\n  \/* =====================================================\n     SCROLL REVEAL\n  ===================================================== *\/\n\n  var revealItems =\n    document.querySelectorAll(\n      '.fwl-reveal'\n    );\n\n  if(\n    'IntersectionObserver'\n    in window\n  ){\n\n    var observer =\n      new IntersectionObserver(\n        function(entries){\n\n          entries.forEach(\n            function(entry){\n\n              if(\n                entry.isIntersecting\n              ){\n\n                entry.target\n                  .classList\n                  .add(\n                    'fwl-visible'\n                  );\n\n                observer.unobserve(\n                  entry.target\n                );\n\n              }\n\n            }\n          );\n\n        },\n        {\n          threshold:.12\n        }\n      );\n\n    revealItems.forEach(\n      function(el){\n\n        observer.observe(el);\n\n      }\n    );\n\n  }else{\n\n    revealItems.forEach(\n      function(el){\n\n        el.classList.add(\n          'fwl-visible'\n        );\n\n      }\n    );\n\n  }\n\n\n  \/* =====================================================\n     MOBILE HERO TOUCH INTERACTION\n  ===================================================== *\/\n\n  var hero =\n    document.querySelector(\n      '.fwl-hero-img'\n    );\n\n  var stage =\n    document.querySelector(\n      '.fwl-product-stage'\n    );\n\n  if(\n    hero \u0026\u0026\n    stage\n  ){\n\n    stage.addEventListener(\n      'touchmove',\n      function(e){\n\n        if(\n          !e.touches ||\n          !e.touches[0]\n        ) return;\n\n        var rect =\n          stage.getBoundingClientRect();\n\n        var x =\n          e.touches[0].clientX -\n          rect.left;\n\n        var y =\n          e.touches[0].clientY -\n          rect.top;\n\n        var rotateY =\n          ((x \/ rect.width)-.5)\n          * 5;\n\n        var rotateX =\n          -((y \/ rect.height)-.5)\n          * 4;\n\n        hero.style.animation =\n          'none';\n\n        hero.style.transform =\n          'perspective(900px) ' +\n          'rotateX(' +\n          rotateX +\n          'deg) rotateY(' +\n          rotateY +\n          'deg) translateY(-4px)';\n\n      },\n      {\n        passive:true\n      }\n    );\n\n\n    stage.addEventListener(\n      'touchend',\n      function(){\n\n        hero.style.transition =\n          'transform .45s ease';\n\n        hero.style.transform =\n          'perspective(900px) ' +\n          'rotateX(0deg) ' +\n          'rotateY(0deg)';\n\n        setTimeout(\n          function(){\n\n            hero.style.animation =\n              'fwlProductFloat 5s ease-in-out infinite';\n\n            hero.style.transition =\n              '';\n\n          },\n          450\n        );\n\n      }\n    );\n\n  }\n\n\n  \/* =====================================================\n     CTA SCROLL\n  ===================================================== *\/\n\n  var cta =\n    document.querySelector(\n      '.fwl-cta'\n    );\n\n  if(cta){\n\n    cta.addEventListener(\n      'click',\n      function(e){\n\n        var target =\n          document.querySelector(\n            '#product-form'\n          );\n\n        if(target){\n\n          e.preventDefault();\n\n          target.scrollIntoView({\n            behavior:'smooth',\n            block:'center'\n          });\n\n        }\n\n      }\n    );\n\n  }\n\n})();\n\n\u003c\/script\u003e","brand":"LH","offers":[{"title":"Khaki \/ One Size Fits Most (Circumference 21 5\/8\"- Circumference 24 1\/8\")","offer_id":51276460261412,"sku":"SZ0537260727833-渔夫帽-卡其色","price":19.99,"currency_code":"USD","in_stock":true},{"title":"OD Green \/ One Size Fits Most (Circumference 21 5\/8\"- Circumference 24 1\/8\")","offer_id":51276460294180,"sku":"SZ0537260727833-渔夫帽-绿色","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Charcoal \/ One Size Fits Most (Circumference 21 5\/8\"- Circumference 24 1\/8\")","offer_id":51276460326948,"sku":"SZ0537260727833-渔夫帽-灰色","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Brown \/ One Size Fits Most (Circumference 21 5\/8\"- Circumference 24 1\/8\")","offer_id":51276460359716,"sku":"SZ0537260727833-渔夫帽-棕色","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ One Size Fits Most (Circumference 21 5\/8\"- Circumference 24 1\/8\")","offer_id":51276460392484,"sku":"SZ0537260727833-渔夫帽-蓝色","price":19.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0798\/0364\/5988\/files\/191bf172d55a2575ee6514d994af7bd0.jpg?v=1786963548","url":"https:\/\/verviven.com\/products\/last-day-promo-49-off-%f0%9f%8e%a3-fishing-is-a-way-of-life-boonie-hat-2202446008584","provider":"Verviven","version":"1.0","type":"link"}