{"id":4480,"date":"2026-08-02T18:48:17","date_gmt":"2026-08-02T18:48:17","guid":{"rendered":"https:\/\/henryhateshiking.com\/?page_id=4480"},"modified":"2026-08-02T18:48:17","modified_gmt":"2026-08-02T18:48:17","slug":"gear","status":"publish","type":"page","link":"https:\/\/henryhateshiking.com\/es\/gear\/","title":{"rendered":"Hiking Gear That Won&#8217;t Disappoint You"},"content":{"rendered":"\n<style>\n  .hhh-gear {\n    --bg:#fbf7ef;\n    --card:#ffffff;\n    --text:#16231d;\n    --muted:#5e625b;\n    --green:#173d30;\n    --green2:#256456;\n    --teal:#4fb7c5;\n    --orange:#ee6f2d;\n    --orange-dark:#c9551f;\n    --mint:#7ff0d2;\n    --border:rgba(22,35,29,.12);\n    --shadow:0 18px 44px rgba(22,35,29,.12);\n    font-family:inherit;\n    color:var(--text);\n    background:var(--bg);\n    overflow:hidden;\n  }\n  .hhh-gear * { box-sizing:border-box; }\n  .hhh-gear a { text-decoration:none; }\n  .hhh-gear-wrap {\n    width:min(1120px,calc(100% - 32px));\n    margin:0 auto;\n  }\n  .hhh-gear-hero {\n    position:relative;\n    isolation:isolate;\n    padding:92px 0 76px;\n    color:#fff;\n    text-align:center;\n    background:\n      radial-gradient(circle at 16% 18%,rgba(255,255,255,.16),transparent 24%),\n      radial-gradient(circle at 84% 8%,rgba(127,240,210,.16),transparent 22%),\n      linear-gradient(180deg,var(--teal) 0%,var(--green2) 52%,var(--green) 100%);\n    overflow:hidden;\n  }\n  .hhh-gear-hero:before,\n  .hhh-gear-hero:after {\n    content:\"\";\n    position:absolute;\n    z-index:-1;\n    bottom:-155px;\n    width:620px;\n    height:350px;\n    background:rgba(255,255,255,.065);\n    transform:rotate(45deg);\n    border-radius:46px 0 0;\n  }\n  .hhh-gear-hero:before { left:-135px; }\n  .hhh-gear-hero:after {\n    right:-150px;\n    bottom:-205px;\n    background:rgba(0,0,0,.08);\n  }\n  .hhh-gear-eyebrow {\n    display:block;\n    margin:0 0 18px;\n    color:rgba(255,255,255,.74);\n    font-size:13px;\n    font-weight:950;\n    letter-spacing:.13em;\n    text-transform:uppercase;\n  }\n  .hhh-gear-hero h1 {\n    max-width:900px;\n    margin:0 auto;\n    color:#fff;\n    font-size:clamp(50px,7vw,92px);\n    font-weight:950;\n    line-height:.9;\n    letter-spacing:-3px;\n    text-transform:none;\n    text-shadow:0 12px 42px rgba(0,0,0,.18);\n  }\n  .hhh-gear-hero-copy {\n    max-width:720px;\n    margin:24px auto 0;\n    color:rgba(255,255,255,.86);\n    font-size:clamp(18px,2vw,22px);\n    line-height:1.52;\n  }\n  .hhh-gear-disclosure {\n    max-width:850px;\n    margin:30px auto 0;\n    padding:16px 19px;\n    border:1px solid rgba(255,255,255,.18);\n    border-radius:18px;\n    background:rgba(255,255,255,.10);\n    color:rgba(255,255,255,.90);\n    font-size:14px;\n    line-height:1.5;\n    backdrop-filter:blur(8px);\n  }\n  .hhh-gear-jump {\n    position:sticky;\n    top:0;\n    z-index:20;\n    padding:14px 0;\n    background:rgba(251,247,239,.94);\n    border-bottom:1px solid var(--border);\n    box-shadow:0 8px 24px rgba(22,35,29,.06);\n    backdrop-filter:blur(12px);\n  }\n  .hhh-gear-jump-row {\n    display:flex;\n    justify-content:center;\n    flex-wrap:wrap;\n    gap:10px;\n  }\n  .hhh-gear-jump a {\n    display:inline-flex;\n    align-items:center;\n    min-height:40px;\n    padding:10px 15px;\n    border:1px solid var(--border);\n    border-radius:999px;\n    background:#fff;\n    color:var(--green);\n    font-size:14px;\n    font-weight:900;\n    transition:transform .18s ease,background .18s ease,color .18s ease;\n  }\n  .hhh-gear-jump a:hover {\n    transform:translateY(-2px);\n    background:var(--green);\n    color:#fff;\n  }\n  .hhh-gear-section { padding:76px 0; }\n  .hhh-gear-section:nth-of-type(even) { background:#fff; }\n  .hhh-gear-section-head {\n    max-width:760px;\n    margin-bottom:34px;\n  }\n  .hhh-gear-kicker {\n    display:block;\n    margin:0 0 12px;\n    color:var(--orange-dark);\n    font-size:13px;\n    font-weight:950;\n    letter-spacing:.12em;\n    text-transform:uppercase;\n  }\n  .hhh-gear-section-head h2 {\n    margin:0;\n    color:var(--text);\n    font-size:clamp(38px,4.8vw,64px);\n    font-weight:950;\n    line-height:.94;\n    letter-spacing:-2px;\n    text-transform:none;\n  }\n  .hhh-gear-section-head p {\n    margin:18px 0 0;\n    color:var(--muted);\n    font-size:18px;\n    font-weight:600;\n    line-height:1.58;\n  }\n  .hhh-gear-grid {\n    display:grid;\n    grid-template-columns:repeat(3,minmax(0,1fr));\n    gap:20px;\n    align-items:stretch;\n  }\n  .hhh-gear-card {\n    min-width:0;\n    display:flex;\n    flex-direction:column;\n    overflow:hidden;\n    border:1px solid var(--border);\n    border-radius:28px;\n    background:var(--card);\n    box-shadow:0 12px 30px rgba(22,35,29,.08);\n    transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;\n  }\n  .hhh-gear-card:hover {\n    transform:translateY(-5px);\n    border-color:rgba(238,111,45,.46);\n    box-shadow:0 22px 46px rgba(22,35,29,.14);\n  }\n  .hhh-gear-media {\n    position:relative;\n    min-height:238px;\n    display:grid;\n    place-items:center;\n    padding:24px;\n    overflow:hidden;\n    background:\n      radial-gradient(circle at 75% 22%,rgba(79,183,197,.18),transparent 28%),\n      linear-gradient(145deg,#f7f0e4,#eef5ef);\n    border-bottom:1px solid var(--border);\n  }\n  .hhh-gear-product-symbol {\n    width:138px;\n    height:138px;\n    display:grid;\n    place-items:center;\n    border:2px solid rgba(23,61,48,.12);\n    border-radius:36px;\n    background:rgba(255,255,255,.72);\n    color:var(--green);\n    font-size:58px;\n    line-height:1;\n    box-shadow:inset 0 0 0 8px rgba(23,61,48,.035),0 14px 28px rgba(22,35,29,.08);\n    transform:rotate(-2deg);\n  }\n  .hhh-gear-feed-label {\n    position:absolute;\n    left:14px;\n    bottom:14px;\n    padding:8px 10px;\n    border-radius:999px;\n    background:rgba(255,255,255,.92);\n    color:var(--green);\n    font-size:11px;\n    font-weight:950;\n    letter-spacing:.05em;\n    text-transform:uppercase;\n    box-shadow:0 8px 18px rgba(22,35,29,.08);\n  }\n  .hhh-gear-card-body {\n    display:flex;\n    flex:1;\n    flex-direction:column;\n    padding:23px;\n  }\n  .hhh-gear-card-meta {\n    display:flex;\n    align-items:center;\n    justify-content:space-between;\n    gap:10px;\n    margin-bottom:14px;\n    color:var(--orange-dark);\n    font-size:11px;\n    font-weight:950;\n    letter-spacing:.08em;\n    text-transform:uppercase;\n  }\n  .hhh-gear-badge-shortlist,\n  .hhh-gear-badge-owned {\n    padding:7px 9px;\n    border-radius:999px;\n    white-space:nowrap;\n    letter-spacing:.04em;\n  }\n  .hhh-gear-badge-shortlist {\n    background:#f5efe5;\n    color:#756b5e;\n  }\n  .hhh-gear-badge-owned {\n    background:#dff7ee;\n    color:var(--green);\n  }\n  .hhh-gear-card h3 {\n    margin:0;\n    color:var(--text);\n    font-size:24px;\n    font-weight:950;\n    line-height:1.07;\n    letter-spacing:-.7px;\n    text-transform:none;\n  }\n  .hhh-gear-card p {\n    margin:14px 0 22px;\n    color:var(--muted);\n    font-size:15px;\n    line-height:1.55;\n  }\n  .hhh-gear-card-footer {\n    display:grid;\n    gap:13px;\n    margin-top:auto;\n    padding-top:18px;\n    border-top:1px solid var(--border);\n  }\n  .hhh-gear-price small {\n    display:block;\n    margin-bottom:3px;\n    color:var(--muted);\n    font-size:11px;\n    font-weight:800;\n    letter-spacing:.06em;\n    text-transform:uppercase;\n  }\n  .hhh-gear-price strong {\n    color:var(--text);\n    font-size:17px;\n  }\n  .hhh-gear-btn {\n    display:inline-flex;\n    align-items:center;\n    justify-content:center;\n    gap:8px;\n    min-height:52px;\n    padding:14px 20px;\n    border-radius:999px;\n    background:var(--orange);\n    color:#fff !important;\n    font-weight:950;\n    line-height:1;\n    box-shadow:0 12px 25px rgba(238,111,45,.20);\n    transition:transform .18s ease,background .18s ease;\n  }\n  .hhh-gear-btn:hover {\n    transform:translateY(-2px);\n    background:var(--orange-dark);\n  }\n  .hhh-gear-btn-small {\n    width:100%;\n    min-height:48px;\n    padding:13px 16px;\n    font-size:15px;\n  }\n  .hhh-gear-bottom {\n    padding:70px 0;\n    color:#fff;\n    text-align:center;\n    background:\n      radial-gradient(circle at 80% 8%,rgba(79,183,197,.16),transparent 32%),\n      linear-gradient(180deg,var(--green) 0%,#0f3127 100%);\n  }\n  .hhh-gear-bottom h2 {\n    max-width:760px;\n    margin:0 auto;\n    color:#fff;\n    font-size:clamp(38px,5vw,64px);\n    font-weight:950;\n    line-height:.94;\n    letter-spacing:-2px;\n    text-transform:none;\n  }\n  .hhh-gear-bottom p {\n    max-width:650px;\n    margin:20px auto 0;\n    color:rgba(255,255,255,.78);\n    font-size:17px;\n    line-height:1.58;\n  }\n  .hhh-gear-bottom .hhh-gear-btn { margin-top:28px; }\n  .hhh-gear-fineprint {\n    max-width:820px;\n    margin:26px auto 0;\n    color:rgba(255,255,255,.60);\n    font-size:12px;\n    line-height:1.55;\n  }\n  @media (max-width:920px) {\n    .hhh-gear-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }\n  }\n  @media (max-width:640px) {\n    .hhh-gear-wrap { width:min(100% - 24px,1120px); }\n    .hhh-gear-hero { padding:68px 0 58px; }\n    .hhh-gear-hero h1 {\n      font-size:clamp(46px,13vw,66px);\n      letter-spacing:-2px;\n    }\n    .hhh-gear-hero-copy { font-size:18px; }\n    .hhh-gear-disclosure { padding:15px; }\n    .hhh-gear-jump { position:relative; }\n    .hhh-gear-jump-row {\n      display:grid;\n      grid-template-columns:1fr;\n      gap:8px;\n    }\n    .hhh-gear-jump a {\n      justify-content:center;\n      border-radius:15px;\n    }\n    .hhh-gear-section { padding:56px 0; }\n    .hhh-gear-section-head { margin-bottom:26px; }\n    .hhh-gear-grid { grid-template-columns:1fr; }\n    .hhh-gear-media { min-height:220px; }\n    .hhh-gear-card { border-radius:24px; }\n    .hhh-gear-card-body { padding:21px; }\n    .hhh-gear-card h3 { font-size:23px; }\n    .hhh-gear-bottom { padding:58px 0; }\n    .hhh-gear-btn { border-radius:17px; }\n  }\n<\/style>\n\n<div class=\"hhh-gear\">\n  <section class=\"hhh-gear-hero\">\n    <div class=\"hhh-gear-wrap\">\n      <span class=\"hhh-gear-eyebrow\">Henry Hates Hiking gear guide<\/span>\n      <h1>Gear that won&#8217;t disappoint you.<\/h1>\n      <p class=\"hhh-gear-hero-copy\">Practical hiking and creator gear without the 47-piece survival shovel, fake urgency, or pretending every purchase will change your life.<\/p>\n      <div class=\"hhh-gear-disclosure\"><strong>As an Amazon Associate I earn from qualifying purchases.<\/strong> Links on this page are paid affiliate links. If you buy through one, I may earn a commission at no extra cost to you. Prices and availability can change\u2014Amazon shows the current details.<\/div>\n    <\/div>\n  <\/section>\n\n  <nav class=\"hhh-gear-jump\" aria-label=\"Gear categories\">\n    <div class=\"hhh-gear-wrap hhh-gear-jump-row\">\n      <a href=\"#trail-essentials\">Trail essentials<\/a>\n      <a href=\"#safety-backup\">Safety &amp; backup<\/a>\n      <a href=\"#creator-gear\">Creator gear I use<\/a>\n    <\/div>\n  <\/nav>\n\n  \n<section class=\"hhh-gear-section\" id=\"trail-essentials\">\n  <div class=\"hhh-gear-wrap\">\n    <div class=\"hhh-gear-section-head\">\n      <span class=\"hhh-gear-kicker\">Start here<\/span>\n      <h2>Trail essentials<\/h2>\n      <p>The everyday stuff that makes a normal day hike safer, easier, and considerably less annoying.<\/p>\n    <\/div>\n    <div class=\"hhh-gear-grid\">\n      \n<article class=\"hhh-gear-card\" data-asin=\"B09GTV79HK\">\n  <div class=\"hhh-gear-media\" aria-label=\"Decorative illustration for this product category\">\n    <div class=\"hhh-gear-product-symbol\" aria-hidden=\"true\">\ud83d\udca7<\/div>\n    <span class=\"hhh-gear-feed-label\">Hydration<\/span>\n  <\/div>\n  <div class=\"hhh-gear-card-body\">\n    <div class=\"hhh-gear-card-meta\">\n      <span>Hydration<\/span>\n      <span class=\"hhh-gear-badge-shortlist\">Shortlisted<\/span>\n    <\/div>\n    <h3>Nalgene Sustain 32 oz Wide Mouth Water Bottle<\/h3>\n    <p>A simple, durable bottle for carrying enough water without making hydration a personality.<\/p>\n    <div class=\"hhh-gear-card-footer\">\n      <div class=\"hhh-gear-price\">\n        <small>Current price<\/small>\n        <strong>Check Amazon<\/strong>\n      <\/div>\n      <a class=\"hhh-gear-btn hhh-gear-btn-small\" href=\"https:\/\/www.amazon.com\/dp\/B09GTV79HK\/ref=nosim?tag=henryarthur-20\" target=\"_blank\" rel=\"sponsored nofollow noopener\" aria-label=\"View Nalgene Sustain 32 oz Wide Mouth Water Bottle on Amazon\">View on Amazon <span aria-hidden=\"true\">\u2197<\/span><\/a>\n    <\/div>\n  <\/div>\n<\/article>\n\n<article class=\"hhh-gear-card\" data-asin=\"B0CGDXBZ5N\">\n  <div class=\"hhh-gear-media\" aria-label=\"Decorative illustration for this product category\">\n    <div class=\"hhh-gear-product-symbol\" aria-hidden=\"true\">\u26f0<\/div>\n    <span class=\"hhh-gear-feed-label\">Trekking poles<\/span>\n  <\/div>\n  <div class=\"hhh-gear-card-body\">\n    <div class=\"hhh-gear-card-meta\">\n      <span>Mobility<\/span>\n      <span class=\"hhh-gear-badge-shortlist\">Shortlisted<\/span>\n    <\/div>\n    <h3>Cascade Mountain Tech Aluminum Trekking Poles<\/h3>\n    <p>A lightweight pair for steep climbs, loose descents, and giving your hands something productive to do.<\/p>\n    <div class=\"hhh-gear-card-footer\">\n      <div class=\"hhh-gear-price\">\n        <small>Current price<\/small>\n        <strong>Check Amazon<\/strong>\n      <\/div>\n      <a class=\"hhh-gear-btn hhh-gear-btn-small\" href=\"https:\/\/www.amazon.com\/dp\/B0CGDXBZ5N\/ref=nosim?tag=henryarthur-20\" target=\"_blank\" rel=\"sponsored nofollow noopener\" aria-label=\"View Cascade Mountain Tech Aluminum Trekking Poles on Amazon\">View on Amazon <span aria-hidden=\"true\">\u2197<\/span><\/a>\n    <\/div>\n  <\/div>\n<\/article>\n\n<article class=\"hhh-gear-card\" data-asin=\"B0CZVMWN5S\">\n  <div class=\"hhh-gear-media\" aria-label=\"Decorative illustration for this product category\">\n    <div class=\"hhh-gear-product-symbol\" aria-hidden=\"true\">\ud83e\uddb6<\/div>\n    <span class=\"hhh-gear-feed-label\">Foot care<\/span>\n  <\/div>\n  <div class=\"hhh-gear-card-body\">\n    <div class=\"hhh-gear-card-meta\">\n      <span>Foot care<\/span>\n      <span class=\"hhh-gear-badge-shortlist\">Shortlisted<\/span>\n    <\/div>\n    <h3>Body Glide Foot Glide Anti-Blister Balm<\/h3>\n    <p>A compact anti-friction balm for the glamorous work of preventing blisters before they start.<\/p>\n    <div class=\"hhh-gear-card-footer\">\n      <div class=\"hhh-gear-price\">\n        <small>Current price<\/small>\n        <strong>Check Amazon<\/strong>\n      <\/div>\n      <a class=\"hhh-gear-btn hhh-gear-btn-small\" href=\"https:\/\/www.amazon.com\/dp\/B0CZVMWN5S\/ref=nosim?tag=henryarthur-20\" target=\"_blank\" rel=\"sponsored nofollow noopener\" aria-label=\"View Body Glide Foot Glide Anti-Blister Balm on Amazon\">View on Amazon <span aria-hidden=\"true\">\u2197<\/span><\/a>\n    <\/div>\n  <\/div>\n<\/article>\n\n<article class=\"hhh-gear-card\" data-asin=\"B0BZFTL523\">\n  <div class=\"hhh-gear-media\" aria-label=\"Decorative illustration for this product category\">\n    <div class=\"hhh-gear-product-symbol\" aria-hidden=\"true\">\ud83c\udf27<\/div>\n    <span class=\"hhh-gear-feed-label\">Rain gear<\/span>\n  <\/div>\n  <div class=\"hhh-gear-card-body\">\n    <div class=\"hhh-gear-card-meta\">\n      <span>Weather<\/span>\n      <span class=\"hhh-gear-badge-shortlist\">Shortlisted<\/span>\n    <\/div>\n    <h3>FROGG TOGGS Men&#8217;s Ultra-Lite2 Rain Suit<\/h3>\n    <p>A lightweight rain layer for forecasts that were apparently written by an optimist.<\/p>\n    <div class=\"hhh-gear-card-footer\">\n      <div class=\"hhh-gear-price\">\n        <small>Current price<\/small>\n        <strong>Check Amazon<\/strong>\n      <\/div>\n      <a class=\"hhh-gear-btn hhh-gear-btn-small\" href=\"https:\/\/www.amazon.com\/dp\/B0BZFTL523\/ref=nosim?tag=henryarthur-20\" target=\"_blank\" rel=\"sponsored nofollow noopener\" aria-label=\"View FROGG TOGGS Men's Ultra-Lite2 Rain Suit on Amazon\">View on Amazon <span aria-hidden=\"true\">\u2197<\/span><\/a>\n    <\/div>\n  <\/div>\n<\/article>\n\n<article class=\"hhh-gear-card\" data-asin=\"B002CMQJYU\">\n  <div class=\"hhh-gear-media\" aria-label=\"Decorative illustration for this product category\">\n    <div class=\"hhh-gear-product-symbol\" aria-hidden=\"true\">\ud83e\udd9f<\/div>\n    <span class=\"hhh-gear-feed-label\">Bug protection<\/span>\n  <\/div>\n  <div class=\"hhh-gear-card-body\">\n    <div class=\"hhh-gear-card-meta\">\n      <span>Bugs<\/span>\n      <span class=\"hhh-gear-badge-shortlist\">Shortlisted<\/span>\n    <\/div>\n    <h3>Sawyer 20% Picaridin Insect Repellent<\/h3>\n    <p>A pump spray for keeping mosquitoes from treating your hike like an all-you-can-eat buffet.<\/p>\n    <div class=\"hhh-gear-card-footer\">\n      <div class=\"hhh-gear-price\">\n        <small>Current price<\/small>\n        <strong>Check Amazon<\/strong>\n      <\/div>\n      <a class=\"hhh-gear-btn hhh-gear-btn-small\" href=\"https:\/\/www.amazon.com\/dp\/B002CMQJYU\/ref=nosim?tag=henryarthur-20\" target=\"_blank\" rel=\"sponsored nofollow noopener\" aria-label=\"View Sawyer 20% Picaridin Insect Repellent on Amazon\">View on Amazon <span aria-hidden=\"true\">\u2197<\/span><\/a>\n    <\/div>\n  <\/div>\n<\/article>\n\n<article class=\"hhh-gear-card\" data-asin=\"B0H5FWNHGZ\">\n  <div class=\"hhh-gear-media\" aria-label=\"Decorative illustration for this product category\">\n    <div class=\"hhh-gear-product-symbol\" aria-hidden=\"true\">\u2600<\/div>\n    <span class=\"hhh-gear-feed-label\">Sun protection<\/span>\n  <\/div>\n  <div class=\"hhh-gear-card-body\">\n    <div class=\"hhh-gear-card-meta\">\n      <span>Sun protection<\/span>\n      <span class=\"hhh-gear-badge-shortlist\">Shortlisted<\/span>\n    <\/div>\n    <h3>Columbia Bora Bora Booney Hat<\/h3>\n    <p>Wide-brim sun protection that correctly prioritizes function over looking cool.<\/p>\n    <div class=\"hhh-gear-card-footer\">\n      <div class=\"hhh-gear-price\">\n        <small>Current price<\/small>\n        <strong>Check Amazon<\/strong>\n      <\/div>\n      <a class=\"hhh-gear-btn hhh-gear-btn-small\" href=\"https:\/\/www.amazon.com\/dp\/B0H5FWNHGZ\/ref=nosim?tag=henryarthur-20\" target=\"_blank\" rel=\"sponsored nofollow noopener\" aria-label=\"View Columbia Bora Bora Booney Hat on Amazon\">View on Amazon <span aria-hidden=\"true\">\u2197<\/span><\/a>\n    <\/div>\n  <\/div>\n<\/article>\n\n<article class=\"hhh-gear-card\" data-asin=\"B0FGXWYK1V\">\n  <div class=\"hhh-gear-media\" aria-label=\"Decorative illustration for this product category\">\n    <div class=\"hhh-gear-product-symbol\" aria-hidden=\"true\">\ud83c\udf92<\/div>\n    <span class=\"hhh-gear-feed-label\">Day pack<\/span>\n  <\/div>\n  <div class=\"hhh-gear-card-body\">\n    <div class=\"hhh-gear-card-meta\">\n      <span>Day pack<\/span>\n      <span class=\"hhh-gear-badge-shortlist\">Shortlisted<\/span>\n    <\/div>\n    <h3>Osprey Hikelite 18L Hiking Backpack<\/h3>\n    <p>An 18-liter day pack for water, layers, snacks, and the unnecessary things you will still bring.<\/p>\n    <div class=\"hhh-gear-card-footer\">\n      <div class=\"hhh-gear-price\">\n        <small>Current price<\/small>\n        <strong>Check Amazon<\/strong>\n      <\/div>\n      <a class=\"hhh-gear-btn hhh-gear-btn-small\" href=\"https:\/\/www.amazon.com\/dp\/B0FGXWYK1V\/ref=nosim?tag=henryarthur-20\" target=\"_blank\" rel=\"sponsored nofollow noopener\" aria-label=\"View Osprey Hikelite 18L Hiking Backpack on Amazon\">View on Amazon <span aria-hidden=\"true\">\u2197<\/span><\/a>\n    <\/div>\n  <\/div>\n<\/article>\n\n<article class=\"hhh-gear-card\" data-asin=\"B0DC5PP3QQ\">\n  <div class=\"hhh-gear-media\" aria-label=\"Decorative illustration for this product category\">\n    <div class=\"hhh-gear-product-symbol\" aria-hidden=\"true\">\ud83e\udde6<\/div>\n    <span class=\"hhh-gear-feed-label\">Hiking socks<\/span>\n  <\/div>\n  <div class=\"hhh-gear-card-body\">\n    <div class=\"hhh-gear-card-meta\">\n      <span>Socks<\/span>\n      <span class=\"hhh-gear-badge-shortlist\">Shortlisted<\/span>\n    <\/div>\n    <h3>Darn Tough Men&#8217;s Hiker Midweight Micro Crew Socks<\/h3>\n    <p>A durable hiking-sock upgrade that your feet will notice more than Instagram ever will.<\/p>\n    <div class=\"hhh-gear-card-footer\">\n      <div class=\"hhh-gear-price\">\n        <small>Current price<\/small>\n        <strong>Check Amazon<\/strong>\n      <\/div>\n      <a class=\"hhh-gear-btn hhh-gear-btn-small\" href=\"https:\/\/www.amazon.com\/dp\/B0DC5PP3QQ\/ref=nosim?tag=henryarthur-20\" target=\"_blank\" rel=\"sponsored nofollow noopener\" aria-label=\"View Darn Tough Men's Hiker Midweight Micro Crew Socks on Amazon\">View on Amazon <span aria-hidden=\"true\">\u2197<\/span><\/a>\n    <\/div>\n  <\/div>\n<\/article>\n\n<article class=\"hhh-gear-card\" data-asin=\"B081ZV8CNY\">\n  <div class=\"hhh-gear-media\" aria-label=\"Decorative illustration for this product category\">\n    <div class=\"hhh-gear-product-symbol\" aria-hidden=\"true\">\ud83e\ude91<\/div>\n    <span class=\"hhh-gear-feed-label\">Trail comfort<\/span>\n  <\/div>\n  <div class=\"hhh-gear-card-body\">\n    <div class=\"hhh-gear-card-meta\">\n      <span>Comfort<\/span>\n      <span class=\"hhh-gear-badge-shortlist\">Shortlisted<\/span>\n    <\/div>\n    <h3>Therm-a-Rest Z Seat Cushion<\/h3>\n    <p>A tiny folding seat for anyone finally prepared to admit that rocks are uncomfortable.<\/p>\n    <div class=\"hhh-gear-card-footer\">\n      <div class=\"hhh-gear-price\">\n        <small>Current price<\/small>\n        <strong>Check Amazon<\/strong>\n      <\/div>\n      <a class=\"hhh-gear-btn hhh-gear-btn-small\" href=\"https:\/\/www.amazon.com\/dp\/B081ZV8CNY\/ref=nosim?tag=henryarthur-20\" target=\"_blank\" rel=\"sponsored nofollow noopener\" aria-label=\"View Therm-a-Rest Z Seat Cushion on Amazon\">View on Amazon <span aria-hidden=\"true\">\u2197<\/span><\/a>\n    <\/div>\n  <\/div>\n<\/article>\n    <\/div>\n  <\/div>\n<\/section>\n\n<section class=\"hhh-gear-section\" id=\"safety-backup\">\n  <div class=\"hhh-gear-wrap\">\n    <div class=\"hhh-gear-section-head\">\n      <span class=\"hhh-gear-kicker\">Not exciting until you need it<\/span>\n      <h2>Safety &amp; backup gear<\/h2>\n      <p>The gear you hope stays boring: light, first aid, backup power, water treatment, and emergency communication.<\/p>\n    <\/div>\n    <div class=\"hhh-gear-grid\">\n      \n<article class=\"hhh-gear-card\" data-asin=\"B09NQL4S1L\">\n  <div class=\"hhh-gear-media\" aria-label=\"Decorative illustration for this product category\">\n    <div class=\"hhh-gear-product-symbol\" aria-hidden=\"true\">\ud83d\udd26<\/div>\n    <span class=\"hhh-gear-feed-label\">Lighting<\/span>\n  <\/div>\n  <div class=\"hhh-gear-card-body\">\n    <div class=\"hhh-gear-card-meta\">\n      <span>Lighting<\/span>\n      <span class=\"hhh-gear-badge-shortlist\">Shortlisted<\/span>\n    <\/div>\n    <h3>Black Diamond Spot 400 Headlamp<\/h3>\n    <p>A 400-lumen headlamp for sunsets that do not care your hike was supposed to be quick.<\/p>\n    <div class=\"hhh-gear-card-footer\">\n      <div class=\"hhh-gear-price\">\n        <small>Current price<\/small>\n        <strong>Check Amazon<\/strong>\n      <\/div>\n      <a class=\"hhh-gear-btn hhh-gear-btn-small\" href=\"https:\/\/www.amazon.com\/dp\/B09NQL4S1L\/ref=nosim?tag=henryarthur-20\" target=\"_blank\" rel=\"sponsored nofollow noopener\" aria-label=\"View Black Diamond Spot 400 Headlamp on Amazon\">View on Amazon <span aria-hidden=\"true\">\u2197<\/span><\/a>\n    <\/div>\n  <\/div>\n<\/article>\n\n<article class=\"hhh-gear-card\" data-asin=\"B0CZM1FB62\">\n  <div class=\"hhh-gear-media\" aria-label=\"Decorative illustration for this product category\">\n    <div class=\"hhh-gear-product-symbol\" aria-hidden=\"true\">\u271a<\/div>\n    <span class=\"hhh-gear-feed-label\">First aid<\/span>\n  <\/div>\n  <div class=\"hhh-gear-card-body\">\n    <div class=\"hhh-gear-card-meta\">\n      <span>First aid<\/span>\n      <span class=\"hhh-gear-badge-shortlist\">Shortlisted<\/span>\n    <\/div>\n    <h3>Adventure Medical Kits Mountain Series Hiker Kit<\/h3>\n    <p>A compact hiking first-aid kit, because a bandana and confidence are not a medical plan.<\/p>\n    <div class=\"hhh-gear-card-footer\">\n      <div class=\"hhh-gear-price\">\n        <small>Current price<\/small>\n        <strong>Check Amazon<\/strong>\n      <\/div>\n      <a class=\"hhh-gear-btn hhh-gear-btn-small\" href=\"https:\/\/www.amazon.com\/dp\/B0CZM1FB62\/ref=nosim?tag=henryarthur-20\" target=\"_blank\" rel=\"sponsored nofollow noopener\" aria-label=\"View Adventure Medical Kits Mountain Series Hiker Kit on Amazon\">View on Amazon <span aria-hidden=\"true\">\u2197<\/span><\/a>\n    <\/div>\n  <\/div>\n<\/article>\n\n<article class=\"hhh-gear-card\" data-asin=\"B0C9CJKCH3\">\n  <div class=\"hhh-gear-media\" aria-label=\"Decorative illustration for this product category\">\n    <div class=\"hhh-gear-product-symbol\" aria-hidden=\"true\">\ud83d\udd0b<\/div>\n    <span class=\"hhh-gear-feed-label\">Backup power<\/span>\n  <\/div>\n  <div class=\"hhh-gear-card-body\">\n    <div class=\"hhh-gear-card-meta\">\n      <span>Power<\/span>\n      <span class=\"hhh-gear-badge-shortlist\">Shortlisted<\/span>\n    <\/div>\n    <h3>Anker Nano 10,000mAh Power Bank with Built-In USB-C Cable<\/h3>\n    <p>Backup power for the phone that is somehow at one percent exactly when you need the map.<\/p>\n    <div class=\"hhh-gear-card-footer\">\n      <div class=\"hhh-gear-price\">\n        <small>Current price<\/small>\n        <strong>Check Amazon<\/strong>\n      <\/div>\n      <a class=\"hhh-gear-btn hhh-gear-btn-small\" href=\"https:\/\/www.amazon.com\/dp\/B0C9CJKCH3\/ref=nosim?tag=henryarthur-20\" target=\"_blank\" rel=\"sponsored nofollow noopener\" aria-label=\"View Anker Nano 10,000mAh Power Bank with Built-In USB-C Cable on Amazon\">View on Amazon <span aria-hidden=\"true\">\u2197<\/span><\/a>\n    <\/div>\n  <\/div>\n<\/article>\n\n<article class=\"hhh-gear-card\" data-asin=\"B0B3SM3FRB\">\n  <div class=\"hhh-gear-media\" aria-label=\"Decorative illustration for this product category\">\n    <div class=\"hhh-gear-product-symbol\" aria-hidden=\"true\">\ud83d\udcf1<\/div>\n    <span class=\"hhh-gear-feed-label\">Phone protection<\/span>\n  <\/div>\n  <div class=\"hhh-gear-card-body\">\n    <div class=\"hhh-gear-card-meta\">\n      <span>Phone protection<\/span>\n      <span class=\"hhh-gear-badge-shortlist\">Shortlisted<\/span>\n    <\/div>\n    <h3>Nite Ize RunOff Waterproof Phone Case<\/h3>\n    <p>Extra weather protection for the device holding your map, camera, and emergency contacts.<\/p>\n    <div class=\"hhh-gear-card-footer\">\n      <div class=\"hhh-gear-price\">\n        <small>Current price<\/small>\n        <strong>Check Amazon<\/strong>\n      <\/div>\n      <a class=\"hhh-gear-btn hhh-gear-btn-small\" href=\"https:\/\/www.amazon.com\/dp\/B0B3SM3FRB\/ref=nosim?tag=henryarthur-20\" target=\"_blank\" rel=\"sponsored nofollow noopener\" aria-label=\"View Nite Ize RunOff Waterproof Phone Case on Amazon\">View on Amazon <span aria-hidden=\"true\">\u2197<\/span><\/a>\n    <\/div>\n  <\/div>\n<\/article>\n\n<article class=\"hhh-gear-card\" data-asin=\"B005EHPVQW\">\n  <div class=\"hhh-gear-media\" aria-label=\"Decorative illustration for this product category\">\n    <div class=\"hhh-gear-product-symbol\" aria-hidden=\"true\">\u2248<\/div>\n    <span class=\"hhh-gear-feed-label\">Water filter<\/span>\n  <\/div>\n  <div class=\"hhh-gear-card-body\">\n    <div class=\"hhh-gear-card-meta\">\n      <span>Water treatment<\/span>\n      <span class=\"hhh-gear-badge-shortlist\">Shortlisted<\/span>\n    <\/div>\n    <h3>Sawyer Squeeze Water Filtration System<\/h3>\n    <p>A compact filter for trips where confidence is not an acceptable water-treatment method.<\/p>\n    <div class=\"hhh-gear-card-footer\">\n      <div class=\"hhh-gear-price\">\n        <small>Current price<\/small>\n        <strong>Check Amazon<\/strong>\n      <\/div>\n      <a class=\"hhh-gear-btn hhh-gear-btn-small\" href=\"https:\/\/www.amazon.com\/dp\/B005EHPVQW\/ref=nosim?tag=henryarthur-20\" target=\"_blank\" rel=\"sponsored nofollow noopener\" aria-label=\"View Sawyer Squeeze Water Filtration System on Amazon\">View on Amazon <span aria-hidden=\"true\">\u2197<\/span><\/a>\n    <\/div>\n  <\/div>\n<\/article>\n\n<article class=\"hhh-gear-card\" data-asin=\"B0FW13Z8L1\">\n  <div class=\"hhh-gear-media\" aria-label=\"Decorative illustration for this product category\">\n    <div class=\"hhh-gear-product-symbol\" aria-hidden=\"true\">\ud83e\ude79<\/div>\n    <span class=\"hhh-gear-feed-label\">Foot care<\/span>\n  <\/div>\n  <div class=\"hhh-gear-card-body\">\n    <div class=\"hhh-gear-card-meta\">\n      <span>Foot care<\/span>\n      <span class=\"hhh-gear-badge-shortlist\">Shortlisted<\/span>\n    <\/div>\n    <h3>Leukotape P Adhesive Strapping Tape<\/h3>\n    <p>Strong tape for addressing a hot spot before it becomes a character-building experience.<\/p>\n    <div class=\"hhh-gear-card-footer\">\n      <div class=\"hhh-gear-price\">\n        <small>Current price<\/small>\n        <strong>Check Amazon<\/strong>\n      <\/div>\n      <a class=\"hhh-gear-btn hhh-gear-btn-small\" href=\"https:\/\/www.amazon.com\/dp\/B0FW13Z8L1\/ref=nosim?tag=henryarthur-20\" target=\"_blank\" rel=\"sponsored nofollow noopener\" aria-label=\"View Leukotape P Adhesive Strapping Tape on Amazon\">View on Amazon <span aria-hidden=\"true\">\u2197<\/span><\/a>\n    <\/div>\n  <\/div>\n<\/article>\n\n<article class=\"hhh-gear-card\" data-asin=\"B000WXX0JS\">\n  <div class=\"hhh-gear-media\" aria-label=\"Decorative illustration for this product category\">\n    <div class=\"hhh-gear-product-symbol\" aria-hidden=\"true\">\u26fa<\/div>\n    <span class=\"hhh-gear-feed-label\">Emergency shelter<\/span>\n  <\/div>\n  <div class=\"hhh-gear-card-body\">\n    <div class=\"hhh-gear-card-meta\">\n      <span>Emergency shelter<\/span>\n      <span class=\"hhh-gear-badge-shortlist\">Shortlisted<\/span>\n    <\/div>\n    <h3>S.O.L. Reflective Emergency Bivvy<\/h3>\n    <p>A compact emergency backup for when a quick hike becomes an unplanned overnight.<\/p>\n    <div class=\"hhh-gear-card-footer\">\n      <div class=\"hhh-gear-price\">\n        <small>Current price<\/small>\n        <strong>Check Amazon<\/strong>\n      <\/div>\n      <a class=\"hhh-gear-btn hhh-gear-btn-small\" href=\"https:\/\/www.amazon.com\/dp\/B000WXX0JS\/ref=nosim?tag=henryarthur-20\" target=\"_blank\" rel=\"sponsored nofollow noopener\" aria-label=\"View S.O.L. Reflective Emergency Bivvy on Amazon\">View on Amazon <span aria-hidden=\"true\">\u2197<\/span><\/a>\n    <\/div>\n  <\/div>\n<\/article>\n\n<article class=\"hhh-gear-card\" data-asin=\"B0G4RST8LV\">\n  <div class=\"hhh-gear-media\" aria-label=\"Decorative illustration for this product category\">\n    <div class=\"hhh-gear-product-symbol\" aria-hidden=\"true\">\ud83d\udef0<\/div>\n    <span class=\"hhh-gear-feed-label\">Satellite safety<\/span>\n  <\/div>\n  <div class=\"hhh-gear-card-body\">\n    <div class=\"hhh-gear-card-meta\">\n      <span>Satellite safety<\/span>\n      <span class=\"hhh-gear-badge-shortlist\">Shortlisted<\/span>\n    <\/div>\n    <h3>Garmin inReach Mini 3 Plus Satellite Communicator<\/h3>\n    <p>Satellite messaging and SOS capability for places where cell service is not a safety plan. Subscription required.<\/p>\n    <div class=\"hhh-gear-card-footer\">\n      <div class=\"hhh-gear-price\">\n        <small>Current price<\/small>\n        <strong>Check Amazon<\/strong>\n      <\/div>\n      <a class=\"hhh-gear-btn hhh-gear-btn-small\" href=\"https:\/\/www.amazon.com\/dp\/B0G4RST8LV\/ref=nosim?tag=henryarthur-20\" target=\"_blank\" rel=\"sponsored nofollow noopener\" aria-label=\"View Garmin inReach Mini 3 Plus Satellite Communicator on Amazon\">View on Amazon <span aria-hidden=\"true\">\u2197<\/span><\/a>\n    <\/div>\n  <\/div>\n<\/article>\n    <\/div>\n  <\/div>\n<\/section>\n\n<section class=\"hhh-gear-section\" id=\"creator-gear\">\n  <div class=\"hhh-gear-wrap\">\n    <div class=\"hhh-gear-section-head\">\n      <span class=\"hhh-gear-kicker\">Actually in my kit<\/span>\n      <h2>Creator gear I use<\/h2>\n      <p>The audio, action-camera, and drone gear I personally use to film Henry Hates Hiking content.<\/p>\n    <\/div>\n    <div class=\"hhh-gear-grid\">\n      \n<article class=\"hhh-gear-card\" data-asin=\"B0DDL8WGH5\">\n  <div class=\"hhh-gear-media\" aria-label=\"Decorative illustration for this product category\">\n    <div class=\"hhh-gear-product-symbol\" aria-hidden=\"true\">\ud83c\udf99<\/div>\n    <span class=\"hhh-gear-feed-label\">Trail audio<\/span>\n  <\/div>\n  <div class=\"hhh-gear-card-body\">\n    <div class=\"hhh-gear-card-meta\">\n      <span>Audio<\/span>\n      <span class=\"hhh-gear-badge-owned\">Henry uses this<\/span>\n    <\/div>\n    <h3>DJI Mic Mini (2 TX + 1 RX + Charging Case)<\/h3>\n    <p>The wireless microphone setup I use to get clear voice audio while filming outside.<\/p>\n    <div class=\"hhh-gear-card-footer\">\n      <div class=\"hhh-gear-price\">\n        <small>Current price<\/small>\n        <strong>Check Amazon<\/strong>\n      <\/div>\n      <a class=\"hhh-gear-btn hhh-gear-btn-small\" href=\"https:\/\/www.amazon.com\/dp\/B0DDL8WGH5\/ref=nosim?tag=henryarthur-20\" target=\"_blank\" rel=\"sponsored nofollow noopener\" aria-label=\"View DJI Mic Mini (2 TX + 1 RX + Charging Case) on Amazon\">View on Amazon <span aria-hidden=\"true\">\u2197<\/span><\/a>\n    <\/div>\n  <\/div>\n<\/article>\n\n<article class=\"hhh-gear-card\" data-asin=\"B0C6RKLQHZ\">\n  <div class=\"hhh-gear-media\" aria-label=\"Decorative illustration for this product category\">\n    <div class=\"hhh-gear-product-symbol\" aria-hidden=\"true\">\ud83d\udcf7<\/div>\n    <span class=\"hhh-gear-feed-label\">Action camera<\/span>\n  <\/div>\n  <div class=\"hhh-gear-card-body\">\n    <div class=\"hhh-gear-card-meta\">\n      <span>Action camera<\/span>\n      <span class=\"hhh-gear-badge-owned\">Henry uses this<\/span>\n    <\/div>\n    <h3>GoPro HERO11 Black<\/h3>\n    <p>The action camera I carry when the trail is actively trying to destroy the shot.<\/p>\n    <div class=\"hhh-gear-card-footer\">\n      <div class=\"hhh-gear-price\">\n        <small>Current price<\/small>\n        <strong>Check Amazon<\/strong>\n      <\/div>\n      <a class=\"hhh-gear-btn hhh-gear-btn-small\" href=\"https:\/\/www.amazon.com\/dp\/B0C6RKLQHZ\/ref=nosim?tag=henryarthur-20\" target=\"_blank\" rel=\"sponsored nofollow noopener\" aria-label=\"View GoPro HERO11 Black on Amazon\">View on Amazon <span aria-hidden=\"true\">\u2197<\/span><\/a>\n    <\/div>\n  <\/div>\n<\/article>\n\n<article class=\"hhh-gear-card\" data-asin=\"B0CFF4RYDM\">\n  <div class=\"hhh-gear-media\" aria-label=\"Decorative illustration for this product category\">\n    <div class=\"hhh-gear-product-symbol\" aria-hidden=\"true\">\u2723<\/div>\n    <span class=\"hhh-gear-feed-label\">Aerial camera<\/span>\n  <\/div>\n  <div class=\"hhh-gear-card-body\">\n    <div class=\"hhh-gear-card-meta\">\n      <span>Drone<\/span>\n      <span class=\"hhh-gear-badge-owned\">Henry uses this<\/span>\n    <\/div>\n    <h3>DJI Mini 4 Pro Fly More Combo with DJI RC 2<\/h3>\n    <p>The compact drone setup I use for aerial hiking footage. Always follow local flight laws and permissions.<\/p>\n    <div class=\"hhh-gear-card-footer\">\n      <div class=\"hhh-gear-price\">\n        <small>Current price<\/small>\n        <strong>Check Amazon<\/strong>\n      <\/div>\n      <a class=\"hhh-gear-btn hhh-gear-btn-small\" href=\"https:\/\/www.amazon.com\/dp\/B0CFF4RYDM\/ref=nosim?tag=henryarthur-20\" target=\"_blank\" rel=\"sponsored nofollow noopener\" aria-label=\"View DJI Mini 4 Pro Fly More Combo with DJI RC 2 on Amazon\">View on Amazon <span aria-hidden=\"true\">\u2197<\/span><\/a>\n    <\/div>\n  <\/div>\n<\/article>\n    <\/div>\n  <\/div>\n<\/section>\n\n  <section class=\"hhh-gear-bottom\">\n    <div class=\"hhh-gear-wrap\">\n      <h2>You do not need all of this to start hiking.<\/h2>\n      <p>Start with water, weather protection, light, and the basics that fit your actual route. Buy gear because it solves a problem\u2014not because a product page made you feel underprepared.<\/p>\n      <a class=\"hhh-gear-btn\" href=\"https:\/\/henryhateshiking.com\/#checklist\">Get the free hiking checklist<\/a>\n      <p class=\"hhh-gear-fineprint\">Product links open Amazon.com in a new tab. Product names, variants, prices, and availability may change. Confirm the exact size, color, bundle, subscription requirement, and current listing before purchasing.<\/p>\n    <\/div>\n  <\/section>\n<\/div>\n\n<!-- hhh-gear-spanish-v1 -->\n<!-- hhh-gear-mexico-affiliate-v1 -->\n<style>\n  html[lang^=\"es\"] .hhh-gear-hero h1 {\n    font-size:clamp(46px,6.2vw,80px);\n  }\n  @media (max-width:640px) {\n    html[lang^=\"es\"] .hhh-gear-hero h1 {\n      font-size:clamp(42px,11.8vw,58px);\n    }\n  }\n<\/style>\n<script>\n(function () {\n  var isSpanish = document.documentElement.lang.toLowerCase().indexOf(\"es\") === 0 ||\n    \/^\\\/es(?:\\\/|$)\/.test(window.location.pathname);\n  if (!isSpanish) return;\n\n  var root = document.querySelector(\".hhh-gear\");\n  if (!root) return;\n\n  function setText(selector, value) {\n    var element = root.querySelector(selector);\n    if (element) element.textContent = value;\n  }\n\n  function setSection(id, kicker, heading, copy) {\n    setText(id + \" .hhh-gear-kicker\", kicker);\n    setText(id + \" .hhh-gear-section-head h2\", heading);\n    setText(id + \" .hhh-gear-section-head p\", copy);\n  }\n\n  setText(\".hhh-gear-eyebrow\", \"Gu\u00eda de equipo de Henry Hates Hiking\");\n  setText(\".hhh-gear-hero h1\", \"Equipo que no te va a decepcionar.\");\n  setText(\".hhh-gear-hero-copy\", \"Equipo pr\u00e1ctico para hiking y creaci\u00f3n de contenido, sin la pala de supervivencia de 47 piezas, la urgencia falsa ni la idea de que cada compra te cambiar\u00e1 la vida.\");\n\n  var disclosure = root.querySelector(\".hhh-gear-disclosure\");\n  if (disclosure) {\n    disclosure.innerHTML = \"<strong>Como Asociado de Amazon, gano por las compras que califican.<\/strong> <span lang=\\\"en\\\">As an Amazon Associate I earn from qualifying purchases.<\/span> Los enlaces de esta p\u00e1gina son enlaces de afiliado pagados. Si compras a trav\u00e9s de uno, podr\u00eda recibir una comisi\u00f3n sin costo adicional para ti. Los precios y la disponibilidad pueden cambiar; Amazon muestra la informaci\u00f3n actual.\";\n  }\n\n  var jump = root.querySelector(\".hhh-gear-jump\");\n  if (jump) jump.setAttribute(\"aria-label\", \"Categor\u00edas de equipo\");\n  var jumpLinks = root.querySelectorAll(\".hhh-gear-jump a\");\n  var jumpLabels = [\"Esenciales para el sendero\", \"Seguridad y respaldo\", \"Equipo de creador que uso\"];\n  jumpLinks.forEach(function (link, index) {\n    if (jumpLabels[index]) link.textContent = jumpLabels[index];\n  });\n\n  setSection(\n    \"#trail-essentials\",\n    \"Empieza aqu\u00ed\",\n    \"Equipo esencial para el sendero\",\n    \"Lo de todos los d\u00edas que hace un hike normal m\u00e1s seguro, sencillo y bastante menos molesto.\"\n  );\n  setSection(\n    \"#safety-backup\",\n    \"Nada emocionante, hasta que lo necesitas\",\n    \"Seguridad y equipo de respaldo\",\n    \"El equipo que esperas siga siendo aburrido: luz, primeros auxilios, bater\u00eda de respaldo, tratamiento de agua y comunicaci\u00f3n de emergencia.\"\n  );\n  setSection(\n    \"#creator-gear\",\n    \"De verdad est\u00e1 en mi mochila\",\n    \"Equipo de creador que uso\",\n    \"El equipo de audio, c\u00e1mara de acci\u00f3n y dron que uso personalmente para grabar contenido de Henry Hates Hiking.\"\n  );\n\n  var products = {\n    \"B09GTV79HK\": {\n      mxAsin: \"B0BCT7ZG68\",\n      label: \"Hidrataci\u00f3n\",\n      meta: \"Hidrataci\u00f3n\",\n      description: \"Una botella sencilla y resistente para llevar suficiente agua sin convertir la hidrataci\u00f3n en tu personalidad.\"\n    },\n    \"B0CGDXBZ5N\": {\n      mxAsin: \"B0B7QJC1RF\",\n      label: \"Bastones\",\n      meta: \"Movilidad\",\n      description: \"Un par ligero para subidas empinadas, bajadas sueltas y para darle a tus manos algo \u00fatil que hacer.\"\n    },\n    \"B0CZVMWN5S\": {\n      mxAsin: \"B0BLNH63ZW\",\n      label: \"Cuidado de pies\",\n      meta: \"Cuidado de pies\",\n      description: \"Un b\u00e1lsamo compacto contra la fricci\u00f3n para el glamuroso trabajo de prevenir ampollas antes de que aparezcan.\"\n    },\n    \"B0BZFTL523\": {\n      mxAsin: \"B07GVYZ36V\",\n      label: \"Equipo de lluvia\",\n      meta: \"Clima\",\n      description: \"Una capa ligera para la lluvia, ideal para pron\u00f3sticos que claramente escribi\u00f3 un optimista.\"\n    },\n    \"B002CMQJYU\": {\n      mxAsin: \"B01G9G9KEK\",\n      label: \"Protecci\u00f3n contra insectos\",\n      meta: \"Insectos\",\n      description: \"Un repelente en spray para evitar que los mosquitos conviertan tu hike en un buffet libre.\"\n    },\n    \"B0H5FWNHGZ\": {\n      mxAsin: \"B0G4GWX1X2\",\n      label: \"Protecci\u00f3n solar\",\n      meta: \"Protecci\u00f3n solar\",\n      description: \"Protecci\u00f3n solar de ala ancha que, correctamente, prioriza la funci\u00f3n sobre verse cool.\"\n    },\n    \"B0FGXWYK1V\": {\n      mxAsin: \"B0D4QZ5VRQ\",\n      label: \"Mochila de d\u00eda\",\n      meta: \"Mochila de d\u00eda\",\n      description: \"Una mochila de 18 litros para agua, capas, snacks y esas cosas innecesarias que igual vas a llevar.\"\n    },\n    \"B0DC5PP3QQ\": {\n      mxAsin: \"B0GFGN9H7B\",\n      label: \"Calcetines de hiking\",\n      meta: \"Calcetines\",\n      description: \"Una mejora resistente para tus pies que ellos notar\u00e1n mucho m\u00e1s que Instagram.\"\n    },\n    \"B081ZV8CNY\": {\n      mxAsin: \"B07H9VRZZQ\",\n      label: \"Comodidad en ruta\",\n      meta: \"Comodidad\",\n      description: \"Un asiento plegable diminuto para quien por fin est\u00e1 listo para admitir que las piedras son inc\u00f3modas.\"\n    },\n    \"B09NQL4S1L\": {\n      mxAsin: \"B09NQKR724\",\n      label: \"Iluminaci\u00f3n\",\n      meta: \"Iluminaci\u00f3n\",\n      description: \"Una l\u00e1mpara frontal de 400 l\u00famenes para atardeceres a los que no les importa que tu hike \u201ciba a ser r\u00e1pido\u201d.\"\n    },\n    \"B0CZM1FB62\": {\n      mxAsin: \"B01MTFIK65\",\n      mxName: \"Adventure Medical Kits Mountain Series Day Tripper Lite\",\n      label: \"Primeros auxilios\",\n      meta: \"Primeros auxilios\",\n      description: \"Un botiqu\u00edn compacto para hiking, porque una bandana y confianza no son un plan m\u00e9dico.\"\n    },\n    \"B0C9CJKCH3\": {\n      mxAsin: \"B0DGKWTQQC\",\n      label: \"Bater\u00eda de respaldo\",\n      meta: \"Energ\u00eda\",\n      description: \"Energ\u00eda de respaldo para el tel\u00e9fono que, por alguna raz\u00f3n, llega al uno por ciento justo cuando necesitas el mapa.\"\n    },\n    \"B0B3SM3FRB\": {\n      mxAsin: \"B082YSXWMV\",\n      label: \"Protecci\u00f3n del tel\u00e9fono\",\n      meta: \"Protecci\u00f3n del tel\u00e9fono\",\n      description: \"Protecci\u00f3n extra contra el clima para el dispositivo que guarda tu mapa, c\u00e1mara y contactos de emergencia.\"\n    },\n    \"B005EHPVQW\": {\n      mxAsin: \"B0G51BYXLX\",\n      mxName: \"Sawyer Squeeze Water Filtration System + CNOC 2L\",\n      label: \"Filtro de agua\",\n      meta: \"Tratamiento de agua\",\n      description: \"Un filtro compacto para rutas donde la confianza no cuenta como m\u00e9todo de tratamiento de agua.\"\n    },\n    \"B0FW13Z8L1\": {\n      mxAsin: \"B07CG6CG98\",\n      label: \"Cuidado de pies\",\n      meta: \"Cuidado de pies\",\n      description: \"Cinta resistente para atender un punto caliente antes de que se convierta en una experiencia que \u201cforma car\u00e1cter\u201d.\"\n    },\n    \"B000WXX0JS\": {\n      mxAsin: \"B0D8M5Q7D8\",\n      label: \"Refugio de emergencia\",\n      meta: \"Refugio de emergencia\",\n      description: \"Un respaldo compacto de emergencia para cuando un hike r\u00e1pido se convierte en una noche no planeada.\"\n    },\n    \"B0G4RST8LV\": {\n      mxAsin: \"B09PSKG7C3\",\n      mxName: \"Garmin inReach Mini 2 Satellite Communicator\",\n      label: \"Seguridad satelital\",\n      meta: \"Seguridad satelital\",\n      description: \"Mensajer\u00eda satelital y funci\u00f3n SOS para lugares donde la se\u00f1al celular no es un plan de seguridad. Requiere suscripci\u00f3n.\"\n    },\n    \"B0DDL8WGH5\": {\n      mxAsin: \"B0DDL8WGH5\",\n      label: \"Audio en ruta\",\n      meta: \"Audio\",\n      description: \"El sistema de micr\u00f3fonos inal\u00e1mbricos que uso para grabar voz clara mientras filmo afuera.\"\n    },\n    \"B0C6RKLQHZ\": {\n      mxAsin: \"B0BV5DTZRY\",\n      mxName: \"GoPro HERO11 Black + bater\u00eda Enduro\",\n      label: \"C\u00e1mara de acci\u00f3n\",\n      meta: \"C\u00e1mara de acci\u00f3n\",\n      description: \"La c\u00e1mara de acci\u00f3n que llevo cuando el sendero est\u00e1 tratando activamente de destruir la toma.\"\n    },\n    \"B0CFF4RYDM\": {\n      mxAsin: \"B0CFF4RYDM\",\n      label: \"C\u00e1mara a\u00e9rea\",\n      meta: \"Dron\",\n      description: \"El dron compacto que uso para grabar hiking desde el aire. Respeta siempre las leyes locales y los permisos de vuelo.\"\n    }\n  };\n\n  Object.keys(products).forEach(function (asin) {\n    var card = root.querySelector('.hhh-gear-card[data-asin=\"' + asin + '\"]');\n    if (!card) return;\n    var data = products[asin];\n    var label = card.querySelector(\".hhh-gear-feed-label\");\n    var meta = card.querySelector(\".hhh-gear-card-meta > span:first-child\");\n    var description = card.querySelector(\".hhh-gear-card-body > p\");\n    var badgeShortlist = card.querySelector(\".hhh-gear-badge-shortlist\");\n    var badgeOwned = card.querySelector(\".hhh-gear-badge-owned\");\n    var priceLabel = card.querySelector(\".hhh-gear-price small\");\n    var priceValue = card.querySelector(\".hhh-gear-price strong\");\n    var button = card.querySelector(\".hhh-gear-btn\");\n    var productName = card.querySelector(\"h3\");\n    var media = card.querySelector(\".hhh-gear-media\");\n\n    if (productName && data.mxName) productName.textContent = data.mxName;\n    if (label) label.textContent = data.label;\n    if (meta) meta.textContent = data.meta;\n    if (description) description.textContent = data.description;\n    if (badgeShortlist) badgeShortlist.textContent = \"Selecci\u00f3n HHH\";\n    if (badgeOwned) badgeOwned.textContent = \"Henry usa esto\";\n    if (priceLabel) priceLabel.textContent = \"Precio actual\";\n    if (priceValue) priceValue.textContent = \"Ver en Amazon M\u00e9xico\";\n    if (media) media.setAttribute(\"aria-label\", \"Ilustraci\u00f3n decorativa de esta categor\u00eda de producto\");\n    if (button) {\n      button.href = \"https:\/\/www.amazon.com.mx\/dp\/\" + data.mxAsin + \"\/ref=nosim?tag=henryhateshik-20\";\n      button.innerHTML = 'Ver en Amazon M\u00e9xico <span aria-hidden=\"true\">\u2197<\/span>';\n      button.setAttribute(\"aria-label\", \"Ver \" + (productName ? productName.textContent.trim() : \"producto\") + \" en Amazon M\u00e9xico\");\n      button.setAttribute(\"data-amazon-marketplace\", \"mx\");\n    }\n  });\n\n  setText(\".hhh-gear-bottom h2\", \"No necesitas todo esto para empezar a hacer hiking.\");\n  setText(\".hhh-gear-bottom > .hhh-gear-wrap > p:not(.hhh-gear-fineprint)\", \"Empieza con agua, protecci\u00f3n contra el clima, luz y lo b\u00e1sico que corresponda a tu ruta real. Compra equipo porque resuelve un problema, no porque una p\u00e1gina de producto te hizo sentir que no estabas preparado.\");\n  var checklist = root.querySelector(\".hhh-gear-bottom .hhh-gear-btn\");\n  if (checklist) {\n    checklist.textContent = \"Descarga la checklist gratuita de hiking\";\n    checklist.href = \"https:\/\/henryhateshiking.com\/es\/#checklist\";\n  }\n  setText(\".hhh-gear-fineprint\", \"Los enlaces de producto abren Amazon.com.mx en una pesta\u00f1a nueva. Los nombres, variantes, precios y disponibilidad pueden cambiar. Confirma la talla, el color, el paquete, los requisitos de suscripci\u00f3n y el anuncio actual antes de comprar.\");\n\n  document.title = document.title\n    .replace(\"Hiking Gear That Won\u2019t Disappoint You\", \"Equipo de hiking que no te va a decepcionar\")\n    .replace(\"Hiking Gear That Won't Disappoint You\", \"Equipo de hiking que no te va a decepcionar\");\n  root.setAttribute(\"data-language\", \"es\");\n})();\n<\/script>\n\n","protected":false},"excerpt":{"rendered":"<p>Henry Hates Hiking gear guide Gear that won&#8217;t disappoint you. Practical hiking and creator gear without the 47-piece survival shovel, fake urgency, or pretending every purchase will change your life. As an Amazon Associate I earn from qualifying purchases. Links on this page are paid affiliate links. If you buy through one, I may earn [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"om_disable_all_campaigns":false,"_uag_custom_page_level_css":"","_monsterinsights_skip_tracking":false,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-4480","page","type-page","status-publish","hentry"],"acf":[],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"trp-custom-language-flag":false,"woocommerce_thumbnail":false,"woocommerce_single":false,"woocommerce_gallery_thumbnail":false},"uagb_author_info":{"display_name":"Henry Hates Hiking","author_link":"https:\/\/henryhateshiking.com\/es\/author\/hhenryarthurgmail-com\/"},"uagb_comment_info":0,"uagb_excerpt":"Henry Hates Hiking gear guide Gear that won&#8217;t disappoint you. Practical hiking and creator gear without the 47-piece survival shovel, fake urgency, or pretending every purchase will change your life. As an Amazon Associate I earn from qualifying purchases. Links on this page are paid affiliate links. If you buy through one, I may earn&hellip;","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/henryhateshiking.com\/es\/wp-json\/wp\/v2\/pages\/4480","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/henryhateshiking.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/henryhateshiking.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/henryhateshiking.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/henryhateshiking.com\/es\/wp-json\/wp\/v2\/comments?post=4480"}],"version-history":[{"count":3,"href":"https:\/\/henryhateshiking.com\/es\/wp-json\/wp\/v2\/pages\/4480\/revisions"}],"predecessor-version":[{"id":4483,"href":"https:\/\/henryhateshiking.com\/es\/wp-json\/wp\/v2\/pages\/4480\/revisions\/4483"}],"wp:attachment":[{"href":"https:\/\/henryhateshiking.com\/es\/wp-json\/wp\/v2\/media?parent=4480"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}