{"id":974,"date":"2023-10-28T17:43:33","date_gmt":"2023-10-28T17:43:33","guid":{"rendered":"https:\/\/skiwithville.com\/varustelista\/"},"modified":"2026-04-01T07:53:00","modified_gmt":"2026-04-01T07:53:00","slug":"gearlist","status":"publish","type":"page","link":"https:\/\/skiwithville.com\/en\/gearlist\/","title":{"rendered":"Gearlist"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.22.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.5&#8243; _module_preset=&#8221;default&#8221; header_font_size=&#8221;65px&#8221; hover_enabled=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221; sticky_enabled=&#8221;0&#8243;]<\/p>\n<h1> Gearlist<\/h1>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; _builder_version=&#8221;4.22.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.22.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>With the equipment list, you can ensure that you have all the necessary gear with you on your trip.<\/p>\n<p>With this list, you can make sure you are properly prepared and can fully focus on enjoying your ski touring trip in snowy landscapes. Some trips do not require all the items on the list, and some may require items that are not included. I will inform participants in advance if needed.   <\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.22.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div class=\"checkbox-container\">\n<div class=\"checkbox_checks\"><input id=\"checkbox1\" type=\"checkbox\"><span class=\"checkbox_text\">Backcountry skis or a snowboard with touring bindings<\/span><br \/>\n<input id=\"checkbox2\" type=\"checkbox\"><span class=\"checkbox_text\">Climbing skins <\/span><br \/>\n<input id=\"checkbox3\" type=\"checkbox\"><span class=\"checkbox_text\">Avalanche transceiver, shovel, and probe<\/span><br \/>\n<input id=\"checkbox4\" type=\"checkbox\"><span class=\"checkbox_text\">Fresh batteries for the avalanche transceiver<\/span><br \/>\n<input id=\"checkbox5\" type=\"checkbox\"><span class=\"checkbox_text\">Ski boots \/ snowboard boots<\/span><br \/>\n<input id=\"checkbox6\" type=\"checkbox\"><span class=\"checkbox_text\">Helmet + ski goggles<\/span><br \/>\n<input id=\"checkbox7\" type=\"checkbox\"><span class=\"checkbox_text\">Poles<\/span><br \/>\n<input id=\"checkbox8\" type=\"checkbox\"><span class=\"checkbox_text\"><a href=\"https:\/\/www.google.com\/search?q=hankiraudat\" target=\"_blank\" rel=\"noopener\">Ski crampons<\/a><\/span><br \/>\n<input id=\"checkbox8\" type=\"checkbox\"><span class=\"checkbox_text\">20\u201340 liter ski touring backpack \/ avalanche airbag backpack<\/span><br \/>\n<input id=\"checkbox10\" type=\"checkbox\"><span class=\"checkbox_text\">Sunscreen with at least SPF 30<\/span><br \/>\n<input id=\"checkbox11\" type=\"checkbox\"><span class=\"checkbox_text\">Insulated jacket (down jacket)<\/span><br \/>\n<input id=\"checkbox12\" type=\"checkbox\"><span class=\"checkbox_text\">Water bottle<\/span><br \/>\n<input id=\"checkbox13\" type=\"checkbox\"><span class=\"checkbox_text\">Base layer (top and bottom, merino wool)<\/span><br \/>\n<input id=\"checkbox14\" type=\"checkbox\"><span class=\"checkbox_text\">Ski jacket and pants<\/span><br \/>\n<input id=\"checkbox15\" type=\"checkbox\"><span class=\"checkbox_text\">Beanie<\/span><br \/>\n<input id=\"checkbox16\" type=\"checkbox\"><span class=\"checkbox_text\">Sunglasses<\/span><br \/>\n<input id=\"checkbox17\" type=\"checkbox\"><span class=\"checkbox_text\">Snacks<\/span><\/div>\n<div><\/div>\n<div><\/div>\n<div class=\"counter_div\"><span class=\"checkbox_count\"><span id=\"counter\">0<\/span> \/ 17<\/span><\/div>\n<\/div>\n<p>[\/et_pb_text][et_pb_code _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]  <script><!-- [et_pb_line_break_holder] -->        \/\/ Get all checkboxes<!-- [et_pb_line_break_holder] -->        const checkboxes = document.querySelectorAll('input[type=\"checkbox\"]');<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->        \/\/ Get the counter element<!-- [et_pb_line_break_holder] -->        const counter = document.getElementById('counter');<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->        \/\/ Add event listener to each checkbox<!-- [et_pb_line_break_holder] -->        checkboxes.forEach(checkbox => {<!-- [et_pb_line_break_holder] -->            checkbox.addEventListener('change', updateCounter);<!-- [et_pb_line_break_holder] -->        });<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->        function updateCounter() {<!-- [et_pb_line_break_holder] -->            const checkedCheckboxes = Array.from(checkboxes).filter(checkbox => checkbox.checked);<!-- [et_pb_line_break_holder] -->            counter.textContent = checkedCheckboxes.length;<!-- [et_pb_line_break_holder] -->        }<!-- [et_pb_line_break_holder] -->    <\/script>[\/et_pb_code][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>GearlistWith the equipment list, you can ensure that you have all the necessary gear with you on your trip. With this list, you can make sure you are properly prepared and can fully focus on enjoying your ski touring trip in snowy landscapes. Some trips do not require all the items on the list, and [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"class_list":["post-974","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/skiwithville.com\/en\/wp-json\/wp\/v2\/pages\/974","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/skiwithville.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/skiwithville.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/skiwithville.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/skiwithville.com\/en\/wp-json\/wp\/v2\/comments?post=974"}],"version-history":[{"count":6,"href":"https:\/\/skiwithville.com\/en\/wp-json\/wp\/v2\/pages\/974\/revisions"}],"predecessor-version":[{"id":982,"href":"https:\/\/skiwithville.com\/en\/wp-json\/wp\/v2\/pages\/974\/revisions\/982"}],"wp:attachment":[{"href":"https:\/\/skiwithville.com\/en\/wp-json\/wp\/v2\/media?parent=974"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}