{"product_id":"hook-shades-baseball-cap","title":"Hook Shades Baseball Cap","description":"\u003cstyle\u003e\n\/* =========================================================\n   FUNNY GOGGLE CAP\n   SHOPIFY PRODUCT DESCRIPTION\n   MOBILE + DESKTOP SAFE\n========================================================= *\/\n\n.fgc-page,\n.fgc-page * {\n  box-sizing: border-box;\n}\n\n.fgc-page {\n  width: 100%;\n  margin: 0;\n  padding: 0;\n  overflow: hidden;\n  background: #ffffff;\n  color: #151515;\n  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\",\n    Roboto, Helvetica, Arial, sans-serif;\n  line-height: 1.55;\n}\n\n.fgc-page img {\n  display: block;\n  width: 100%;\n  max-width: 100%;\n  height: auto;\n  margin: 0;\n}\n\n.fgc-container {\n  width: min(100%, 1050px);\n  margin: 0 auto;\n  padding: 0 24px;\n}\n\n.fgc-section {\n  padding: 64px 0;\n}\n\n.fgc-center {\n  text-align: center;\n}\n\n.fgc-badge {\n  display: inline-block;\n  margin: 0 0 14px;\n  padding: 7px 13px;\n  border-radius: 999px;\n  background: #fff0e8;\n  color: #df4d0b;\n  font-size: 11px;\n  line-height: 1.2;\n  font-weight: 900;\n  letter-spacing: .06em;\n  text-transform: uppercase;\n}\n\n.fgc-title {\n  max-width: 800px;\n  margin: 0 auto 15px;\n  color: #111111;\n  font-size: 46px;\n  line-height: 1.06;\n  font-weight: 900;\n  letter-spacing: -1.5px;\n}\n\n.fgc-title span {\n  color: #ff641f;\n}\n\n.fgc-text {\n  max-width: 700px;\n  margin: 0 auto;\n  color: #6c6c6c;\n  font-size: 17px;\n  line-height: 1.65;\n}\n\n.fgc-price {\n  margin: 19px 0 0;\n  color: #111111;\n  font-size: 39px;\n  line-height: 1;\n  font-weight: 950;\n}\n\n.fgc-price small {\n  display: block;\n  margin-top: 8px;\n  color: #858585;\n  font-size: 11px;\n  font-weight: 600;\n}\n\n\n\/* =========================================================\n   IMAGE MODULE\n========================================================= *\/\n\n.fgc-media {\n  width: min(100%, 860px);\n  margin: 32px auto 0;\n  overflow: hidden;\n  border-radius: 18px;\n  background: #f5f5f5;\n  box-shadow: 0 14px 40px rgba(0,0,0,.09);\n}\n\n.fgc-media img {\n  width: 100%;\n  height: auto;\n  object-fit: contain;\n}\n\n.fgc-media-caption {\n  padding: 13px 16px;\n  background: #111111;\n  color: #ffffff;\n  text-align: center;\n  font-size: 12px;\n  font-weight: 800;\n}\n\n\n\/* BOAT IMAGE:\n   防止竖图在PC端拉得过高\n*\/\n\n.fgc-media-portrait {\n  width: min(100%, 680px);\n}\n\n.fgc-media-portrait img {\n  width: 100%;\n  max-height: 760px;\n  object-fit: contain;\n  background: #f4f4f4;\n}\n\n\n\/* =========================================================\n   HERO\n========================================================= *\/\n\n.fgc-hero {\n  padding: 55px 0 64px;\n  background:\n    radial-gradient(\n      circle at 50% 0,\n      rgba(255,212,59,.20),\n      transparent 42%\n    ),\n    linear-gradient(180deg,#fffdf6,#ffffff);\n}\n\n.fgc-hero-alert {\n  display: inline-block;\n  margin-bottom: 15px;\n  padding: 8px 13px;\n  border-radius: 6px;\n  background: #111111;\n  color: #ffffff;\n  font-size: 11px;\n  font-weight: 900;\n  letter-spacing: .06em;\n}\n\n.fgc-hero .fgc-title {\n  max-width: 850px;\n  font-size: 54px;\n}\n\n.fgc-points {\n  max-width: 680px;\n  margin: 25px auto 0;\n  display: flex;\n  justify-content: center;\n  flex-wrap: wrap;\n  gap: 9px;\n}\n\n.fgc-point {\n  padding: 9px 13px;\n  border: 1px solid #e5e5e5;\n  border-radius: 999px;\n  background: #ffffff;\n  color: #333333;\n  font-size: 12px;\n  font-weight: 750;\n}\n\n\n\/* =========================================================\n   REACTION SECTION\n========================================================= *\/\n\n.fgc-reaction {\n  background: #fff8df;\n}\n\n.fgc-quote {\n  max-width: 720px;\n  margin: 28px auto 0;\n  padding: 26px 22px;\n  border-radius: 14px;\n  background: #111111;\n  color: #ffffff;\n  text-align: center;\n}\n\n.fgc-quote small {\n  color: #ffd43b;\n  font-size: 10px;\n  font-weight: 900;\n  letter-spacing: .08em;\n}\n\n.fgc-quote strong {\n  display: block;\n  margin-top: 7px;\n  color: #ffffff;\n  font-size: 26px;\n  line-height: 1.25;\n}\n\n\n\/* =========================================================\n   OUTDOOR SECTION\n========================================================= *\/\n\n.fgc-outdoor {\n  background: #ffffff;\n}\n\n\n\/* =========================================================\n   COLOR SECTION\n========================================================= *\/\n\n.fgc-colors {\n  background: #f6f6f5;\n}\n\n.fgc-color-grid {\n  display: grid;\n  grid-template-columns: repeat(4,1fr);\n  gap: 13px;\n  margin-top: 34px;\n}\n\n.fgc-color-card {\n  overflow: hidden;\n  border: 1px solid #e1e1e1;\n  border-radius: 13px;\n  background: #ffffff;\n}\n\n.fgc-color-card img {\n  width: 100%;\n  aspect-ratio: 1 \/ 1;\n  object-fit: contain;\n  background: #ffffff;\n}\n\n.fgc-color-name {\n  padding: 12px 7px 14px;\n  border-top: 1px solid #eeeeee;\n  color: #111111;\n  text-align: center;\n  font-size: 13px;\n  font-weight: 850;\n}\n\n\n\/* =========================================================\n   PRICE END\n========================================================= *\/\n\n.fgc-final {\n  padding: 65px 0;\n  background: #111111;\n}\n\n.fgc-final .fgc-title {\n  color: #ffffff;\n}\n\n.fgc-final .fgc-title span {\n  color: #ffd43b;\n}\n\n.fgc-final .fgc-text {\n  color: #aaaaaa;\n}\n\n.fgc-final .fgc-price {\n  color: #ffffff;\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media (max-width: 749px) {\n\n  .fgc-container {\n    padding: 0 15px;\n  }\n\n  .fgc-section {\n    padding: 45px 0;\n  }\n\n  .fgc-hero {\n    padding: 38px 0 46px;\n  }\n\n  .fgc-title,\n  .fgc-hero .fgc-title {\n    font-size: 32px;\n    line-height: 1.08;\n    letter-spacing: -.7px;\n  }\n\n  .fgc-text {\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  .fgc-price {\n    font-size: 35px;\n  }\n\n  .fgc-media {\n    margin-top: 25px;\n    border-radius: 12px;\n  }\n\n  .fgc-media-portrait {\n    width: 100%;\n  }\n\n  .fgc-media-portrait img {\n    max-height: none;\n  }\n\n  .fgc-color-grid {\n    grid-template-columns: repeat(2,1fr);\n    gap: 9px;\n  }\n\n  .fgc-color-name {\n    padding: 10px 5px 12px;\n    font-size: 11px;\n  }\n\n  .fgc-point {\n    font-size: 10px;\n    padding: 8px 10px;\n  }\n\n  .fgc-quote {\n    padding: 22px 15px;\n  }\n\n  .fgc-quote strong {\n    font-size: 21px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"fgc-page\"\u003e\n\u003c!-- =====================================================\n     01 \/ 湖边真人图\n===================================================== --\u003e\n\u003csection class=\"fgc-hero\"\u003e\n\u003cdiv class=\"fgc-container fgc-center\"\u003e\n\u003cdiv class=\"fgc-hero-alert\"\u003e😂 WARNING: EXPECT DOUBLE TAKES\u003c\/div\u003e\n\u003ch2 class=\"fgc-title\"\u003ePut It On. \u003cspan\u003eWatch People Lose It.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"fgc-text\"\u003eAt first it looks like a baseball cap. Then the oversized dark goggle panel comes down — and suddenly everybody wants to know what on earth you're wearing.\u003c\/p\u003e\n\u003cdiv class=\"fgc-price\"\u003e$24.99 \u003csmall\u003eFunny Goggle Baseball Cap\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fgc-points\"\u003e\n\u003cdiv class=\"fgc-point\"\u003e😂 Instant Laughs\u003c\/div\u003e\n\u003cdiv class=\"fgc-point\"\u003e👀 Double-Take Design\u003c\/div\u003e\n\u003cdiv class=\"fgc-point\"\u003e🧢 Wearable Joke\u003c\/div\u003e\n\u003cdiv class=\"fgc-point\"\u003e🎁 Funny Gift Idea\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 湖边真人图片 --\u003e\n\u003cdiv class=\"fgc-media\" style=\"text-align: center;\"\u003e\n\u003cdiv class=\"fgc-media-caption\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0766\/3249\/0139\/files\/hf_20260815_221252_7d8e1202-1e06-4856-8284-40730dadf451.jpg?v=1787651472\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"fgc-media-caption\"\u003eThe moment a normal hat becomes the funniest thing at the lake.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     02 \/ 室内真人图\n===================================================== --\u003e\n\u003csection class=\"fgc-section fgc-reaction\"\u003e\n\u003cdiv class=\"fgc-container fgc-center\"\u003e\n\u003cdiv class=\"fgc-badge\"\u003eTHIS IS WHERE IT GETS GOOD\u003c\/div\u003e\n\u003ch2 class=\"fgc-title\"\u003eDrop The Lenses. \u003cspan\u003eInstantly Look Ridiculous.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"fgc-text\"\u003eThe oversized dark lenses completely change the personality of the cap. Somewhere between vintage goggles, sci-fi headwear and a very confident fisherman.\u003c\/p\u003e\n\u003cp class=\"fgc-text\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0766\/3249\/0139\/files\/hf_20260815_224952_d9b52d58-c06f-423b-9bc3-13b7fd32602b.jpg?v=1787651488\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c!-- 室内真人图片 --\u003e\n\u003cdiv class=\"fgc-media\" style=\"text-align: center;\"\u003e\n\u003cdiv class=\"fgc-media-caption\"\u003eNo costume needed. The hat does all the work.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fgc-quote\"\u003e\n\u003csmall\u003e EXPECT TO HEAR THIS \u003c\/small\u003e \u003cstrong\u003e “Dude... what are you wearing?” 😂 \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     03 \/ 快艇真人图\n===================================================== --\u003e\n\u003csection class=\"fgc-section fgc-outdoor\"\u003e\n\u003cdiv class=\"fgc-container fgc-center\"\u003e\n\u003cdiv class=\"fgc-badge\"\u003eTAKE THE WEIRDNESS OUTSIDE\u003c\/div\u003e\n\u003ch2 class=\"fgc-title\"\u003eFishing Trip? \u003cspan\u003eBoat Day? Even Better.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"fgc-text\"\u003eThis is the hat you bring when the weekend needs a little more personality. Perfect for fishing, boating, camping, cookouts, vacations and making your buddies question your fashion choices.\u003c\/p\u003e\n\u003cp class=\"fgc-text\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0766\/3249\/0139\/files\/Screenshot_2026-08-16_at_00.09.09.jpg?v=1787651331\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c!-- 快艇真人竖图 --\u003e\n\u003cdiv class=\"fgc-media fgc-media-portrait\"\u003e\n\u003cdiv class=\"fgc-media-caption\"\u003eSerious boat. Completely unserious hat.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     COLORS\n===================================================== --\u003e\n\u003csection class=\"fgc-section fgc-colors\"\u003e\n\u003cdiv class=\"fgc-container fgc-center\"\u003e\n\u003cdiv class=\"fgc-badge\"\u003ePICK YOUR COLOR\u003c\/div\u003e\n\u003ch2 class=\"fgc-title\"\u003eFour Colors. \u003cspan\u003eSame Weird Energy.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"fgc-text\"\u003eChoose the one that matches your style — or the one most likely to make your friends question your decisions.\u003c\/p\u003e\n\u003cdiv class=\"fgc-color-grid\"\u003e\n\u003cdiv class=\"fgc-color-card\"\u003e\n\u003cdiv class=\"fgc-color-name\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0766\/3249\/0139\/files\/hf_20260815_202842_a2e84849-4698-488a-af3b-a3499526a237.jpg?v=1787651432\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"fgc-color-name\"\u003eBeige\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fgc-color-card\"\u003e\n\u003cdiv class=\"fgc-color-name\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0766\/3249\/0139\/files\/hf_20260815_202901_0a8317e5-4582-4a28-8b79-47a810e10622.jpg?v=1787651459\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"fgc-color-name\"\u003eOlive Green\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fgc-color-card\"\u003e\n\u003cdiv class=\"fgc-color-name\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0766\/3249\/0139\/files\/hf_20260815_202911_d0ad1032-2bd4-4e00-b655-49536b867d6f.jpg?v=1787651471\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"fgc-color-name\"\u003eBlack\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fgc-color-card\"\u003e\n\u003cdiv class=\"fgc-color-name\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0766\/3249\/0139\/files\/hf_20260815_202920_187c4ce0-dc62-48b7-9fe8-69f34cb91ecc.jpg?v=1787651472\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"fgc-color-name\"\u003eYellow\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     SIMPLE FINAL CLOSE\n===================================================== --\u003e\n\u003csection class=\"fgc-final\"\u003e\n\u003cdiv class=\"fgc-container fgc-center\"\u003e\n\u003cdiv class=\"fgc-badge\" style=\"background: rgba(255,212,59,.13); color: #ffd43b;\"\u003eLIFE'S TOO SHORT FOR BORING HATS\u003c\/div\u003e\n\u003ch2 class=\"fgc-title\"\u003eWear Something People \u003cspan\u003eActually Remember.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"fgc-text\"\u003eOne weird cap. Four colors. And plenty of confused looks from everyone around you.\u003c\/p\u003e\n\u003cdiv class=\"fgc-price\"\u003eOnly $24.99\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"zavrlygoods","offers":[{"title":"Beige \/ M\/L","offer_id":49369491734683,"sku":"SZ06722608256211-Beige-M\/L","price":24.99,"currency_code":"USD","in_stock":true},{"title":"Beige \/ XS\/S","offer_id":49369491767451,"sku":"SZ06722608256211-Beige-XS\/S","price":24.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ M\/L","offer_id":49369491800219,"sku":"SZ06722608256211-Black-M\/L","price":24.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ XS\/S","offer_id":49369491832987,"sku":"SZ06722608256211-Black-XS\/S","price":24.99,"currency_code":"USD","in_stock":true},{"title":"Yellow \/ M\/L","offer_id":49369491865755,"sku":"SZ06722608256211-Yellow-M\/L","price":24.99,"currency_code":"USD","in_stock":true},{"title":"Yellow \/ XS\/S","offer_id":49369491898523,"sku":"SZ06722608256211-Yellow-XS\/S","price":24.99,"currency_code":"USD","in_stock":true},{"title":"Green \/ M\/L","offer_id":49369491931291,"sku":"SZ06722608256211-Green-M\/L","price":24.99,"currency_code":"USD","in_stock":true},{"title":"Green \/ XS\/S","offer_id":49369491964059,"sku":"SZ06722608256211-Green-XS\/S","price":24.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0766\/3249\/0139\/files\/hf_20260815_202842_a5c4b03c-bd48-4f9b-8173-b2df42cf49ce.jpg?v=1787650204","url":"https:\/\/zavrlygoods.com\/products\/hook-shades-baseball-cap","provider":"zavrlygoods","version":"1.0","type":"link"}