{"title":"Moab, Utah Adventure","description":"\u003c!-- ROADTRIPTEES — COLLECTION DESCRIPTION (DESCRIPTION FIELD SAFE)\n     Moab, Utah Personalized Road Trip Shirts\n     Next-level polish:\n     - matches “product card” feel (tight, clean)\n     - micro hover lift on cards + buttons\n     - animated accordion open (CSS-only)\n     - badge icons = CSS dots (no emoji)\n     - spacing tuned to avoid fighting your wrapped container\n     - SEO copy tightened + slightly richer keyword coverage\n     - NO gradients on cards\n--\u003e\n\u003cstyle\u003e\n\/* =========================\n   TOKENS\n========================= *\/\n.rt-collection{\n  --rt-teal:#00706F;\n  --rt-navy:#0B2543;\n  --rt-orange:#EA6025;\n\n  --ink:#0B2543;\n  --muted:rgba(11,37,67,.78);\n  --line:rgba(11,37,67,.14);\n\n  --card:#ffffff;\n  --radius:14px;\n\n  --shadow:0 10px 22px rgba(2,6,23,.08);\n  --shadowHover:0 16px 30px rgba(2,6,23,.12);\n\n  \/* “product card-ish” rhythm *\/\n  --padX:16px;\n  --padY:14px;\n\n  color:var(--ink);\n}\n\n\/* hard reset inside block (don’t touch outside theme) *\/\n.rt-collection,\n.rt-collection *{\n  box-sizing:border-box;\n}\n.rt-collection *{margin:0}\n\n\/* =========================\n   LAYOUT (inline safe)\n========================= *\/\n.rt-stack{display:block}\n.rt-gap-sm{margin:12px 0}\n.rt-gap-md{margin:14px 0}\n.rt-gap-lg{margin:18px 0}\n\n\/* =========================\n   CARD\n========================= *\/\n.rt-card,\n.rt-header{\n  background:var(--card);\n  border:1px solid var(--line);\n  border-radius:var(--radius);\n  padding:var(--padY) var(--padX);\n  box-shadow:var(--shadow);\n  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;\n}\n\n@media (hover:hover){\n  .rt-card:hover,\n  .rt-header:hover{\n    transform:translateY(-2px);\n    box-shadow:var(--shadowHover);\n    border-color:rgba(11,37,67,.22);\n  }\n}\n\n\/* =========================\n   HEADER\n========================= *\/\n.rt-header{\n  position:relative;\n  overflow:hidden;\n  margin:18px 0 14px 0;\n}\n\n.rt-header::before{\n  content:\"\";\n  position:absolute;\n  top:0;left:0;right:0;\n  height:5px;\n  background:var(--rt-teal);\n  border-radius:var(--radius) var(--radius) 0 0;\n}\n\n\/* Force text colors so Kalles can’t override *\/\n.rt-collection .rt-kicker{\n  font-size:11px !important;\n  letter-spacing:.18em !important;\n  text-transform:uppercase !important;\n  color:rgba(11,37,67,.62) !important;\n  font-weight:900 !important;\n  margin-bottom:6px !important;\n}\n\n.rt-collection .rt-title{\n  font-size:28px !important;\n  line-height:1.1 !important;\n  font-weight:900 !important;\n  color:var(--ink) !important;\n  margin-bottom:8px !important;\n}\n\n.rt-collection .rt-sub{\n  font-size:14px !important;\n  line-height:1.5 !important;\n  font-weight:650 !important;\n  color:var(--muted) !important;\n}\n\n\/* =========================\n   BADGES\n========================= *\/\n.rt-badges{\n  display:flex;\n  flex-wrap:wrap;\n  gap:8px;\n  margin-top:12px;\n}\n.rt-badge{\n  display:inline-flex;\n  align-items:center;\n  gap:8px;\n  font-size:12px;\n  font-weight:850;\n  padding:7px 11px;\n  border-radius:999px;\n  border:1px solid rgba(11,37,67,.16);\n  background:#fff;\n  color:var(--ink);\n}\n.rt-dot{\n  width:10px;height:10px;border-radius:999px;\n  background:var(--rt-orange);\n  box-shadow:0 0 0 3px rgba(234,96,37,.12);\n}\n.rt-dot.teal{background:var(--rt-teal); box-shadow:0 0 0 3px rgba(0,112,111,.12)}\n.rt-dot.navy{background:var(--rt-navy); box-shadow:0 0 0 3px rgba(11,37,67,.10)}\n\n\/* =========================\n   TYPOGRAPHY\n========================= *\/\n.rt-h2{\n  font-size:19px;\n  line-height:1.2;\n  font-weight:950;\n  margin-bottom:8px;\n  color:var(--ink);\n}\n.rt-p{\n  font-size:15px;\n  line-height:1.68;\n  color:var(--muted);\n}\n.rt-p strong{color:var(--ink); font-weight:900}\n\n.rt-divider{\n  height:1px;\n  background:var(--line);\n  margin:12px 0;\n}\n\n\/* =========================\n   CHIPS\n========================= *\/\n.rt-chips{\n  display:flex;\n  flex-wrap:wrap;\n  gap:8px;\n  margin-top:12px;\n}\n.rt-chip{\n  display:inline-flex;\n  align-items:center;\n  gap:8px;\n  font-size:12px;\n  font-weight:800;\n  padding:7px 10px;\n  border-radius:999px;\n  border:1px solid rgba(11,37,67,.14);\n  background:#fff;\n  color:var(--ink);\n}\n.rt-chip i{\n  width:8px;height:8px;border-radius:999px;\n  background:var(--rt-teal);\n  display:inline-block;\n}\n\n\/* =========================\n   LINKS \/ BUTTONS\n========================= *\/\n.rt-links{\n  display:flex;\n  flex-wrap:wrap;\n  gap:10px;\n  margin-top:14px;\n}\n.rt-btn{\n  display:inline-flex;\n  align-items:center;\n  justify-content:center;\n  gap:10px;\n  padding:10px 13px;\n  border-radius:12px;\n  border:1px solid rgba(11,37,67,.18);\n  background:#fff;\n  color:var(--ink);\n  text-decoration:none;\n  font-weight:950;\n  font-size:13px;\n  line-height:1;\n  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease, filter .16s ease;\n}\n.rt-btn:focus{outline:2px solid rgba(234,96,37,.35); outline-offset:2px}\n\n@media (hover:hover){\n  .rt-btn:hover{\n    transform:translateY(-1px);\n    box-shadow:0 10px 18px rgba(2,6,23,.10);\n    border-color:rgba(234,96,37,.40);\n  }\n}\n\n.rt-btn-accent{\n  background:var(--rt-orange);\n  border-color:var(--rt-orange);\n  color:#fff;\n}\n@media (hover:hover){\n  .rt-btn-accent:hover{filter:brightness(.98)}\n}\n\n\/* =========================\n   CONVERSION\n========================= *\/\n.rt-convert{\n  border-color:rgba(234,96,37,.35);\n}\n.rt-convert .rt-h2{\n  margin-bottom:6px;\n}\n.rt-callouts{\n  display:flex;flex-wrap:wrap;gap:10px;margin-top:12px\n}\n.rt-callouts span{\n  display:inline-flex;align-items:center;gap:8px;\n  padding:7px 10px;border-radius:999px;\n  border:1px solid rgba(11,37,67,.14);\n  background:#fff;\n  color:var(--muted);\n  font-size:13px;\n  font-weight:800;\n}\n.rt-callouts b{color:var(--ink); font-weight:950}\n\n\/* =========================\n   FAQ\n========================= *\/\n.rt-faq details{\n  border:1px solid rgba(11,37,67,.14);\n  border-radius:12px;\n  background:#fff;\n  padding:12px;\n  margin-top:10px;\n  transition:border-color .16s ease, box-shadow .16s ease;\n}\n.rt-faq details[open]{\n  border-color:rgba(0,112,111,.28);\n  box-shadow:0 12px 22px rgba(2,6,23,.08);\n}\n\n.rt-collection .rt-faq summary{\n  cursor:pointer !important;\n  font-weight:950 !important;\n  list-style:none !important;\n  position:relative;\n  padding-right:40px;\n  color:var(--ink) !important;\n}\n.rt-collection .rt-faq summary::-webkit-details-marker{display:none !important;}\n\n.rt-collection .rt-faq summary::after{\n  content:\"+\";\n  position:absolute;\n  right:0;\n  top:50%;\n  transform:translateY(-50%);\n  width:26px;height:26px;\n  border-radius:50%;\n  border:1px solid rgba(11,37,67,.18);\n  display:grid;place-items:center;\n  font-weight:950;\n  background:rgba(0,112,111,.08);\n  color:var(--ink);\n}\n.rt-collection .rt-faq details[open] summary::after{content:\"−\";}\n\n.rt-faq .rt-answer{\n  overflow:hidden;\n  max-height:0;\n  opacity:0;\n  transform:translateY(-2px);\n  transition:max-height .28s ease, opacity .22s ease, transform .22s ease;\n}\n.rt-faq details[open] .rt-answer{\n  max-height:420px;\n  opacity:1;\n  transform:translateY(0);\n}\n.rt-faq .rt-answer p{\n  margin-top:8px;\n  font-size:15px;\n  line-height:1.65;\n  color:var(--muted);\n}\n\n\/* =========================\n   MOBILE TUNING\n========================= *\/\n@media (max-width:480px){\n  .rt-header, .rt-card{padding:12px 14px}\n  .rt-collection .rt-title{font-size:25px !important}\n  .rt-badge{padding:6px 10px}\n  .rt-btn{width:100%}\n}\n\u003c\/style\u003e\n\n\u003csection class=\"rt-collection\" aria-label=\"Moab Utah Personalized Road Trip Shirts\"\u003e\n  \u003c!-- HEADER --\u003e\n  \u003cdiv class=\"rt-header\"\u003e\n    \u003cdiv class=\"rt-kicker\"\u003eRoadTripTees.com • Personalized Road Trip T-Shirts\u003c\/div\u003e\n    \u003cdiv class=\"rt-title\"\u003eMoab, Utah\u003c\/div\u003e\n    \u003cdiv class=\"rt-sub\"\u003eCustom \u003cstrong\u003eMoab, Utah\u003c\/strong\u003e vacation shirts made for red rock adventures—pick your design, add your \u003cstrong\u003etrip name\u003c\/strong\u003e, \u003cstrong\u003eyear\u003c\/strong\u003e, and \u003cstrong\u003efamily \/ group name\u003c\/strong\u003e, and get ready for the perfect photo around arches, canyons, overlooks, and off-road trails.\u003c\/div\u003e\n    \u003cdiv class=\"rt-badges\" aria-label=\"Trip essentials\"\u003e\n      \u003cspan class=\"rt-badge\"\u003e\u003cspan class=\"rt-dot\"\u003e\u003c\/span\u003eRoute: Moab adventure\u003c\/span\u003e\n      \u003cspan class=\"rt-badge\"\u003e\u003cspan class=\"rt-dot teal\"\u003e\u003c\/span\u003eHighlights: Arches + Canyonlands + more\u003c\/span\u003e\n      \u003cspan class=\"rt-badge\"\u003e\u003cspan class=\"rt-dot navy\"\u003e\u003c\/span\u003eBest for: Jeeps, families, groups\u003c\/span\u003e\n      \u003cspan class=\"rt-badge\"\u003eColors: Charcoal • Navy • White\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SEO CARD --\u003e\n  \u003cdiv class=\"rt-card\"\u003e\n    \u003cdiv class=\"rt-h2\"\u003ePersonalized Moab shirts for the whole crew\u003c\/div\u003e\n    \u003cp class=\"rt-p\"\u003eFrom towering sandstone arches to cliffside overlooks and legendary four-wheel-drive trails, Moab is one of the most iconic road trip and adventure destinations in the American West. If you’re looking for \u003cstrong\u003eMoab Utah personalized road trip shirts\u003c\/strong\u003e, this collection is built to celebrate the full experience—national parks, state parks, scenic drives, and off-road memories all in one place.\u003c\/p\u003e\n\n    \u003cdiv class=\"rt-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n    \u003cp class=\"rt-p\"\u003eThese \u003cstrong\u003epersonalized road trip t-shirts\u003c\/strong\u003e are designed for family vacations, Jeep groups, off-road weekends, spring break adventures, and bucket-list desert getaways. Choose a design that matches your trip, then personalize the details so everyone’s shirt feels connected: \u003cstrong\u003etrip title\u003c\/strong\u003e, \u003cstrong\u003eyear\u003c\/strong\u003e, and your \u003cstrong\u003efamily \/ group name\u003c\/strong\u003e. The result is clean, photo-ready, and keepsake-worthy—perfect for trailheads, overlooks, visitor centers, and sunset group photos.\u003c\/p\u003e\n\n    \u003cdiv class=\"rt-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n    \u003cp class=\"rt-p\"\u003eWhether your route includes \u003cstrong\u003eDead Horse Point State Park\u003c\/strong\u003e, \u003cstrong\u003eArches National Park\u003c\/strong\u003e, \u003cstrong\u003eCanyonlands National Park\u003c\/strong\u003e, the dramatic switchbacks of the \u003cstrong\u003eShafer Trail\u003c\/strong\u003e, or unforgettable \u003cstrong\u003eoff-roading around Moab\u003c\/strong\u003e, these shirts turn your Utah adventure into a wearable keepsake for the entire group.\u003c\/p\u003e\n\n    \u003cdiv class=\"rt-chips\" aria-label=\"Trip highlights\"\u003e\n      \u003cspan class=\"rt-chip\"\u003e\u003ci\u003e\u003c\/i\u003eRed rock scenery\u003c\/span\u003e\n      \u003cspan class=\"rt-chip\"\u003e\u003ci\u003e\u003c\/i\u003eArches + canyons\u003c\/span\u003e\n      \u003cspan class=\"rt-chip\"\u003e\u003ci\u003e\u003c\/i\u003eJeep trail ready\u003c\/span\u003e\n      \u003cspan class=\"rt-chip\"\u003e\u003ci\u003e\u003c\/i\u003eSunset photo keepsake\u003c\/span\u003e\n      \u003cspan class=\"rt-chip\"\u003e\u003ci\u003e\u003c\/i\u003eFamily adventure trip\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cbr\u003e\u003cbr\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003cdiv class=\"rt-card rt-faq\" id=\"moab-faq\"\u003e\n    \u003cdiv class=\"rt-h2\"\u003eMoab, Utah Shirt FAQ\u003c\/div\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat can I personalize on these Moab road trip shirts?\u003c\/summary\u003e\n      \u003cdiv class=\"rt-answer\"\u003e\n        \u003cp\u003eMost designs allow personalization like \u003cstrong\u003etrip name\/title\u003c\/strong\u003e, \u003cstrong\u003eyear or date\u003c\/strong\u003e, and a \u003cstrong\u003efamily \/ group name\u003c\/strong\u003e. If the product page shows personalization fields, those exact entries print on the shirt—so double-check spelling before checkout.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eAre these good for matching family vacation or Jeep trip shirts?\u003c\/summary\u003e\n      \u003cdiv class=\"rt-answer\"\u003e\n        \u003cp\u003eYes. Choose one design and, ideally, one shirt color for a coordinated set across your group. They work especially well for Moab family vacations, Jeep trips, off-road groups, reunions, and adventure weekends with friends.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDo these shirts represent multiple Moab points of interest?\u003c\/summary\u003e\n      \u003cdiv class=\"rt-answer\"\u003e\n        \u003cp\u003eYes—this collection is built to represent the broader \u003cstrong\u003eMoab, Utah\u003c\/strong\u003e adventure, including major destinations and experiences like Dead Horse Point State Park, Arches National Park, Canyonlands National Park, Shafer Trail, and the off-roading culture Moab is famous for.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eAre these a good keepsake for a Utah road trip?\u003c\/summary\u003e\n      \u003cdiv class=\"rt-answer\"\u003e\n        \u003cp\u003eAbsolutely. These designs are ideal for travelers combining parks, scenic drives, hiking, off-roading, and small-town Moab energy into one unforgettable trip. They make the whole itinerary feel tied together in one photo-ready keepsake.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FAQ Schema (Rich Results) --\u003e\n  \u003cscript type=\"application\/ld+json\"\u003e\n  {\n    \"@context\":\"https:\/\/schema.org\",\n    \"@type\":\"FAQPage\",\n    \"mainEntity\":[\n      {\n        \"@type\":\"Question\",\n        \"name\":\"What can I personalize on these Moab road trip shirts?\",\n        \"acceptedAnswer\":{\n          \"@type\":\"Answer\",\n          \"text\":\"Most designs allow personalization like trip name\/title, year or date, and a family or group name. If the product page shows personalization fields, those exact entries print on the shirt—double-check spelling before checkout.\"\n        }\n      },\n      {\n        \"@type\":\"Question\",\n        \"name\":\"Are these good for matching family vacation or Jeep trip shirts?\",\n        \"acceptedAnswer\":{\n          \"@type\":\"Answer\",\n          \"text\":\"Yes. Choose one design and ideally one shirt color for a coordinated set across your group. They work especially well for Moab family vacations, Jeep trips, off-road groups, reunions, and adventure weekends with friends.\"\n        }\n      },\n      {\n        \"@type\":\"Question\",\n        \"name\":\"Do these shirts represent multiple Moab points of interest?\",\n        \"acceptedAnswer\":{\n          \"@type\":\"Answer\",\n          \"text\":\"Yes—this collection is built to represent the broader Moab, Utah adventure, including major destinations and experiences like Dead Horse Point State Park, Arches National Park, Canyonlands National Park, Shafer Trail, and the off-roading culture Moab is famous for.\"\n        }\n      },\n      {\n        \"@type\":\"Question\",\n        \"name\":\"Are these a good keepsake for a Utah road trip?\",\n        \"acceptedAnswer\":{\n          \"@type\":\"Answer\",\n          \"text\":\"Absolutely. These designs are ideal for travelers combining parks, scenic drives, hiking, off-roading, and small-town Moab energy into one unforgettable trip. They make the whole itinerary feel tied together in one photo-ready keepsake.\"\n        }\n      }\n    ]\n  }\n  \u003c\/script\u003e\n\n  \u003c!-- Collection Schema --\u003e\n  \u003cscript type=\"application\/ld+json\"\u003e\n  {\n    \"@context\":\"https:\/\/schema.org\",\n    \"@type\":\"CollectionPage\",\n    \"name\":\"Moab, Utah: Personalized Road Trip T-Shirts\",\n    \"description\":\"Shop Moab, Utah personalized road trip shirts by RoadTripTees.com. Customize trip name, year, and group details for matching family vacation shirts featuring Dead Horse Point State Park, Arches National Park, Canyonlands National Park, Shafer Trail, and Moab off-roading adventures.\",\n    \"about\":[\n      {\"@type\":\"Place\",\"name\":\"Dead Horse Point State Park\"},\n      {\"@type\":\"Place\",\"name\":\"Arches National Park\"},\n      {\"@type\":\"Place\",\"name\":\"Canyonlands National Park\"},\n      {\"@type\":\"Place\",\"name\":\"Shafer Trail\"},\n      {\"@type\":\"Thing\",\"name\":\"Moab Off-Roading\"}\n    ],\n    \"isPartOf\":{\"@type\":\"WebSite\",\"name\":\"RoadTripTees.com\"}\n  }\n  \u003c\/script\u003e\n\u003c\/section\u003e","products":[{"product_id":"moab-utah-adventure-shafer-trail-t-shirt","title":"Moab, Utah Adventure - Shafer Trail - T-Shirt","description":"\u003cp\u003eCelebrate one of Utah’s most legendary backcountry routes with this bold \u003cstrong\u003eShafer Trail – Canyonlands National Park – Offroad Adventure T-Shirt\u003c\/strong\u003e. Framed inside a rugged tire-inspired badge, the design captures the steep switchbacks, towering canyon walls, and dramatic desert terrain that make Shafer Trail one of the most unforgettable drives in the Moab area.\u003c\/p\u003e \u003cp\u003eAt the center of the artwork, the winding descent of \u003cstrong\u003eShafer Trail\u003c\/strong\u003e cuts through layered red rock formations, showcasing the twisting route as it drops into the heart of \u003cstrong\u003eCanyonlands National Park\u003c\/strong\u003e. The sweeping viewpoint emphasizes the scale and exposure of the trail, with dust, cliffs, and carved sandstone creating the feeling of a true off-road adventure in southeastern Utah.\u003c\/p\u003e \u003cp\u003eThe surrounding circular frame mimics the look of an aggressive off-road tire, reinforcing the 4x4 spirit of the design and tying it directly to the rugged terrain of \u003cstrong\u003eMoab, Utah\u003c\/strong\u003e. Above the scene, bold distressed typography highlights \u003cstrong\u003eShafer Trail\u003c\/strong\u003e, while the location details and coordinates add a map-inspired touch that makes the shirt feel like a keepsake from a real-world destination.\u003c\/p\u003e \u003cp\u003eAnchoring the bottom of the design, the phrase \u003cstrong\u003eOffroad Adventure\u003c\/strong\u003e gives the shirt a high-energy, trail-ready attitude—perfect for Jeep lovers, overlanders, off-road enthusiasts, and anyone who has tackled or dreams of tackling this iconic Canyonlands route.\u003c\/p\u003e \u003cp\u003eTogether, these elements create a powerful tribute to one of the American Southwest’s most famous scenic drives—blending red rock drama, off-road culture, and destination-based design into one striking graphic.\u003c\/p\u003e \u003cp\u003ePrinted on a soft, durable cotton blend, this \u003cstrong\u003eShafer Trail t-shirt\u003c\/strong\u003e is built for everyday comfort—ideal for trail days, road trips, national park visits, or remembering your Moab adventure long after the dust settles.\u003c\/p\u003e \u003cp\u003e\u003cstrong\u003eAvailable in Charcoal, Navy, and White\u003c\/strong\u003e in adult and youth sizes, this \u003cstrong\u003eCanyonlands National Park shirt\u003c\/strong\u003e makes a great souvenir, a standout travel piece, or a gift for anyone who loves Utah’s red rock country, backcountry roads, and off-road exploration.\u003c\/p\u003e","brand":"RoadTripTees","offers":[{"title":"Charcoal \/ Child - XS","offer_id":47962172850390,"sku":null,"price":16.95,"currency_code":"USD","in_stock":true},{"title":"Charcoal \/ Child - S","offer_id":47962172883158,"sku":null,"price":16.95,"currency_code":"USD","in_stock":true},{"title":"Charcoal \/ Child - M","offer_id":47962172915926,"sku":null,"price":16.95,"currency_code":"USD","in_stock":true},{"title":"Charcoal \/ Child - L","offer_id":47962172948694,"sku":null,"price":16.95,"currency_code":"USD","in_stock":true},{"title":"Charcoal \/ Adult - S","offer_id":47962172981462,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true},{"title":"Charcoal \/ Adult - M","offer_id":47962173014230,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true},{"title":"Charcoal \/ Adult - L","offer_id":47962173046998,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true},{"title":"Charcoal \/ Adult - XL","offer_id":47962173079766,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true},{"title":"Charcoal \/ Adult - 2X","offer_id":47962173112534,"sku":null,"price":26.95,"currency_code":"USD","in_stock":true},{"title":"Charcoal \/ Adult - 3X","offer_id":47962173145302,"sku":null,"price":29.95,"currency_code":"USD","in_stock":true},{"title":"Navy \/ Child - XS","offer_id":47962173178070,"sku":null,"price":16.95,"currency_code":"USD","in_stock":true},{"title":"Navy \/ Child - S","offer_id":47962173210838,"sku":null,"price":16.95,"currency_code":"USD","in_stock":true},{"title":"Navy \/ Child - M","offer_id":47962173243606,"sku":null,"price":16.95,"currency_code":"USD","in_stock":true},{"title":"Navy \/ Child - L","offer_id":47962173276374,"sku":null,"price":16.95,"currency_code":"USD","in_stock":true},{"title":"Navy \/ Adult - S","offer_id":47962173309142,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true},{"title":"Navy \/ Adult - M","offer_id":47962173341910,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true},{"title":"Navy \/ Adult - L","offer_id":47962173374678,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true},{"title":"Navy \/ Adult - XL","offer_id":47962173407446,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true},{"title":"Navy \/ Adult - 2X","offer_id":47962173440214,"sku":null,"price":26.95,"currency_code":"USD","in_stock":true},{"title":"Navy \/ Adult - 3X","offer_id":47962173472982,"sku":null,"price":29.95,"currency_code":"USD","in_stock":true},{"title":"White \/ Child - XS","offer_id":47962173505750,"sku":null,"price":16.95,"currency_code":"USD","in_stock":true},{"title":"White \/ Child - S","offer_id":47962173538518,"sku":null,"price":16.95,"currency_code":"USD","in_stock":true},{"title":"White \/ Child - M","offer_id":47962173571286,"sku":null,"price":16.95,"currency_code":"USD","in_stock":true},{"title":"White \/ Child - L","offer_id":47962173604054,"sku":null,"price":16.95,"currency_code":"USD","in_stock":true},{"title":"White \/ Adult - S","offer_id":47962173636822,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true},{"title":"White \/ Adult - M","offer_id":47962173669590,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true},{"title":"White \/ Adult - L","offer_id":47962173702358,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true},{"title":"White \/ Adult - XL","offer_id":47962173735126,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true},{"title":"White \/ Adult - 2X","offer_id":47962173767894,"sku":null,"price":26.95,"currency_code":"USD","in_stock":true},{"title":"White \/ Adult - 3X","offer_id":47962173800662,"sku":null,"price":29.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0749\/8416\/1494\/files\/shafer_white_model.jpg?v=1774025879"}],"url":"https:\/\/www.roadtriptees.com\/collections\/alaska-national-parks-copy.oembed","provider":"RoadTripTees","version":"1.0","type":"link"}