{"id":33051,"date":"2026-08-13T15:20:30","date_gmt":"2026-08-13T15:20:30","guid":{"rendered":"https:\/\/saunazilla.com\/?page_id=33051"},"modified":"2026-08-13T16:28:34","modified_gmt":"2026-08-13T16:28:34","slug":"public-saunas-in-helsinki","status":"publish","type":"page","link":"https:\/\/saunazilla.com\/en\/public-saunas-in-helsinki\/","title":{"rendered":"Public Saunas in Helsinki \u2014 Complete Guide of 100+ Saunas"},"content":{"rendered":"\n<style data-wp-block-html=\"css\">\n<style>\n\/* Helsinki sauna guide \u2014 all rules scoped under .hsg so nothing leaks into the WordPress theme *\/\n.hsg {\n  --hsg-red: #F60202;\n  --hsg-red-dark: #C20000;\n  --hsg-red-light: #FFF0F0;\n  --hsg-red-bg: #FFF5F5;\n  --hsg-gray-100: #F5F5F5;\n  --hsg-gray-200: #E5E5E5;\n  --hsg-gray-300: #D4D4D4;\n  --hsg-gray-400: #A3A3A3;\n  --hsg-gray-500: #737373;\n  --hsg-gray-700: #404040;\n  --hsg-gray-900: #171717;\n  --hsg-white: #FFFFFF;\n  --hsg-radius: 8px;\n  --hsg-radius-lg: 12px;\n\n  font-family: \"Noto Sans Display\", system-ui, -apple-system, sans-serif;\n  color: var(--hsg-gray-900);\n  font-size: 16px;\n  line-height: 1.6;\n\n  max-width: 1120px;\n  margin: 0 auto;\n  padding: 8px 24px 48px;\n}\n\n.hsg *, .hsg *::before, .hsg *::after {\n  box-sizing: border-box;\n}\n\n\/* ---- Intro ---- *\/\n.hsg .hsg-intro {\n  max-width: 820px;\n  margin: 0 0 28px;\n}\n\n.hsg .hsg-intro p {\n  margin: 0 0 14px;\n  color: var(--hsg-gray-700);\n  font-size: 1rem;\n  line-height: 1.65;\n}\n\n.hsg .hsg-intro strong {\n  color: var(--hsg-gray-900);\n  font-weight: 700;\n}\n\n\/* ---- Jump links ---- *\/\n.hsg .jump-label {\n  font-size: 0.82rem;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  color: var(--hsg-gray-500);\n  margin: 8px 0 12px;\n}\n\n.hsg .jumplinks {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin: 0 0 40px;\n  padding: 18px;\n  background: var(--hsg-red-bg);\n  border: 1px solid var(--hsg-red-light);\n  border-radius: var(--hsg-radius-lg);\n}\n\n.hsg .jumplinks a {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  padding: 9px 16px;\n  background: var(--hsg-white);\n  border: 1px solid var(--hsg-red-light);\n  border-radius: 999px;\n  color: var(--hsg-red-dark);\n  text-decoration: none;\n  font-size: 0.875rem;\n  font-weight: 600;\n  transition: all 0.15s ease;\n}\n\n.hsg .jumplinks a:hover {\n  background: var(--hsg-red);\n  border-color: var(--hsg-red);\n  color: var(--hsg-white);\n}\n\n.hsg .jumplinks .count {\n  font-weight: 500;\n  opacity: 0.75;\n}\n\n\/* ---- Section headers ---- *\/\n.hsg section {\n  scroll-margin-top: 20px;\n}\n\n.hsg h2 {\n  font-family: \"Fraunces\", Georgia, serif;\n  font-size: 1.55rem;\n  font-weight: 600;\n  color: var(--hsg-gray-900);\n  margin: 8px 0 20px;\n  padding: 0 0 0 14px;\n  border: none;\n  border-left: 4px solid var(--hsg-red);\n  line-height: 1.2;\n}\n\n.hsg .cat-count {\n  font-family: \"Noto Sans Display\", sans-serif;\n  font-weight: 500;\n  color: var(--hsg-gray-400);\n  font-size: 1rem;\n}\n\n\/* ---- Card grid ---- *\/\n.hsg .card-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));\n  gap: 18px;\n  margin-bottom: 48px;\n}\n\n.hsg .sauna-card {\n  display: flex;\n  flex-direction: column;\n  border: 1px solid var(--hsg-gray-200);\n  border-radius: var(--hsg-radius-lg);\n  padding: 20px 20px 18px;\n  background: var(--hsg-white);\n  transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;\n}\n\n.hsg .sauna-card:hover {\n  transform: translateY(-2px);\n  border-color: var(--hsg-red);\n  box-shadow: 0 8px 22px rgba(246, 2, 2, 0.1);\n}\n\n.hsg .card-top {\n  margin-bottom: 4px;\n}\n\n.hsg .card-top h3 {\n  font-family: \"Fraunces\", Georgia, serif;\n  font-size: 1.15rem;\n  font-weight: 600;\n  color: var(--hsg-gray-900);\n  line-height: 1.25;\n  margin: 0 0 2px;\n}\n\n.hsg .secondary {\n  font-weight: 500;\n  color: var(--hsg-gray-400);\n  font-size: 0.82rem;\n  margin: 0 0 2px;\n}\n\n.hsg .address {\n  font-size: 0.85rem;\n  color: var(--hsg-gray-500);\n  margin: 0 0 10px;\n  line-height: 1.4;\n}\n\n.hsg .distance-row {\n  display: inline-flex;\n  align-items: center;\n  gap: 5px;\n  align-self: flex-start;\n  font-size: 0.75rem;\n  color: var(--hsg-red-dark);\n  font-weight: 600;\n  background: var(--hsg-red-bg);\n  padding: 4px 10px;\n  border-radius: 999px;\n  margin: 0 0 12px;\n  line-height: 1.3;\n}\n\n.hsg .distance-row::before {\n  content: \"\";\n  width: 6px;\n  height: 6px;\n  border-radius: 50%;\n  background: var(--hsg-red);\n  flex-shrink: 0;\n}\n\n.hsg .description {\n  font-size: 0.88rem;\n  color: var(--hsg-gray-700);\n  margin: 0 0 12px;\n  line-height: 1.55;\n}\n\n.hsg .notes {\n  display: block;\n  font-size: 0.8rem;\n  color: var(--hsg-gray-700);\n  background: var(--hsg-red-bg);\n  border-left: 3px solid var(--hsg-red);\n  padding: 8px 12px;\n  border-radius: 0 var(--hsg-radius) var(--hsg-radius) 0;\n  margin: 0 0 12px;\n  line-height: 1.45;\n}\n\n.hsg .notes:empty {\n  display: none;\n}\n\n\/* ---- Card links ---- *\/\n.hsg .card-links {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  margin-top: auto;\n  padding-top: 4px;\n}\n\n.hsg .card-links a {\n  display: inline-flex;\n  align-items: center;\n  gap: 5px;\n  padding: 8px 14px;\n  border-radius: var(--hsg-radius);\n  font-size: 0.8rem;\n  font-weight: 600;\n  text-decoration: none;\n  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;\n}\n\n.hsg .card-links .site-btn {\n  background: var(--hsg-red);\n  color: var(--hsg-white);\n}\n\n.hsg .card-links .site-btn:hover {\n  background: var(--hsg-red-dark);\n}\n\n.hsg .card-links .map-btn {\n  background: var(--hsg-white);\n  color: var(--hsg-gray-700);\n  border: 1px solid var(--hsg-gray-300);\n}\n\n.hsg .card-links .map-btn svg {\n  fill: var(--hsg-red);\n}\n\n.hsg .card-links .map-btn:hover {\n  border-color: var(--hsg-red);\n  color: var(--hsg-red-dark);\n}\n\n.hsg .card-links .hsl-btn {\n  background: var(--hsg-gray-100);\n  color: var(--hsg-gray-700);\n  border: 1px solid var(--hsg-gray-300);\n}\n\n.hsg .card-links .hsl-btn:hover {\n  border-color: var(--hsg-red);\n  color: var(--hsg-red-dark);\n}\n\n@media (max-width: 640px) {\n  .hsg .card-grid {\n    grid-template-columns: 1fr;\n    gap: 14px;\n  }\n\n  .hsg h2 {\n    font-size: 1.3rem;\n  }\n\n  .hsg .jumplinks {\n    padding: 14px;\n  }\n\n  .hsg .jumplinks a {\n    font-size: 0.82rem;\n    padding: 8px 13px;\n  }\n}\n<\/style>\n<\/style>\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Public saunas in Helsinki: a guide for visitors<\/title>\n\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700&#038;family=Noto+Sans+Display:wght@400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n\n<style>\n\/* Helsinki sauna guide \u2014 all rules scoped under .hsg so nothing leaks into the WordPress theme *\/\n.hsg {\n  --hsg-red: #F60202;\n  --hsg-red-dark: #C20000;\n  --hsg-red-light: #FFF0F0;\n  --hsg-red-bg: #FFF5F5;\n  --hsg-gray-100: #F5F5F5;\n  --hsg-gray-200: #E5E5E5;\n  --hsg-gray-300: #D4D4D4;\n  --hsg-gray-400: #A3A3A3;\n  --hsg-gray-500: #737373;\n  --hsg-gray-700: #404040;\n  --hsg-gray-900: #171717;\n  --hsg-white: #FFFFFF;\n  --hsg-radius: 8px;\n  --hsg-radius-lg: 12px;\n\n  font-family: \"Noto Sans Display\", system-ui, -apple-system, sans-serif;\n  color: var(--hsg-gray-900);\n  font-size: 16px;\n  line-height: 1.6;\n\n  max-width: 1120px;\n  margin: 0 auto;\n  padding: 8px 24px 48px;\n}\n\n.hsg *, .hsg *::before, .hsg *::after {\n  box-sizing: border-box;\n}\n\n\/* This page's title is hidden by the theme (header.entry-header{display:none}).\n   Un-hide and style it as a page heading. Scoped tightly and only loaded on\n   this page, so it never affects other pages. *\/\n.page-id-33051 header.entry-header {\n  display: block;\n  margin: 8px auto 4px;\n  max-width: 1120px;\n  padding: 0 24px;\n}\n\n.page-id-33051 header.entry-header .entry-title {\n  font-family: \"Fraunces\", Georgia, serif;\n  font-size: clamp(1.9rem, 3.4vw, 2.6rem);\n  font-weight: 600;\n  line-height: 1.15;\n  letter-spacing: -0.01em;\n  color: #171717;\n  margin: 0;\n}\n\n\/* ---- Intro ---- *\/\n.hsg .hsg-intro {\n  max-width: 820px;\n  margin: 0 0 28px;\n}\n\n.hsg .hsg-intro p {\n  margin: 0 0 14px;\n  color: var(--hsg-gray-700);\n  font-size: 1rem;\n  line-height: 1.65;\n}\n\n.hsg .hsg-intro strong {\n  color: var(--hsg-gray-900);\n  font-weight: 700;\n}\n\n\/* ---- Jump links ---- *\/\n.hsg .jump-label {\n  font-size: 0.82rem;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  color: var(--hsg-gray-500);\n  margin: 8px 0 12px;\n}\n\n.hsg .jumplinks {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin: 0 0 40px;\n  padding: 18px;\n  background: var(--hsg-red-bg);\n  border: 1px solid var(--hsg-red-light);\n  border-radius: var(--hsg-radius-lg);\n}\n\n.hsg .jumplinks a {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  padding: 9px 16px;\n  background: var(--hsg-white);\n  border: 1px solid var(--hsg-red-light);\n  border-radius: 999px;\n  color: var(--hsg-red-dark);\n  text-decoration: none;\n  font-size: 0.875rem;\n  font-weight: 600;\n  transition: all 0.15s ease;\n}\n\n.hsg .jumplinks a:hover {\n  background: var(--hsg-red);\n  border-color: var(--hsg-red);\n  color: var(--hsg-white);\n}\n\n.hsg .jumplinks .count {\n  font-weight: 500;\n  opacity: 0.75;\n}\n\n\/* ---- Section headers ---- *\/\n.hsg section {\n  scroll-margin-top: 20px;\n}\n\n.hsg h2 {\n  font-family: \"Fraunces\", Georgia, serif;\n  font-size: 1.55rem;\n  font-weight: 600;\n  color: var(--hsg-gray-900);\n  margin: 8px 0 20px;\n  padding: 0 0 0 14px;\n  border: none;\n  border-left: 4px solid var(--hsg-red);\n  line-height: 1.2;\n}\n\n.hsg .cat-count {\n  font-family: \"Noto Sans Display\", sans-serif;\n  font-weight: 500;\n  color: var(--hsg-gray-400);\n  font-size: 1rem;\n}\n\n\/* ---- Card grid ---- *\/\n.hsg .card-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));\n  gap: 18px;\n  margin-bottom: 48px;\n}\n\n.hsg .sauna-card {\n  display: flex;\n  flex-direction: column;\n  border: 1px solid var(--hsg-gray-200);\n  border-radius: var(--hsg-radius-lg);\n  padding: 20px 20px 18px;\n  background: var(--hsg-white);\n  transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;\n}\n\n.hsg .sauna-card:hover {\n  transform: translateY(-2px);\n  border-color: var(--hsg-red);\n  box-shadow: 0 8px 22px rgba(246, 2, 2, 0.1);\n}\n\n.hsg .card-top {\n  margin-bottom: 4px;\n}\n\n.hsg .card-top h3 {\n  font-family: \"Fraunces\", Georgia, serif;\n  font-size: 1.15rem;\n  font-weight: 600;\n  color: var(--hsg-gray-900);\n  line-height: 1.25;\n  margin: 0 0 2px;\n}\n\n.hsg .secondary {\n  font-weight: 500;\n  color: var(--hsg-gray-400);\n  font-size: 0.82rem;\n  margin: 0 0 2px;\n}\n\n.hsg .address {\n  font-size: 0.85rem;\n  color: var(--hsg-gray-500);\n  margin: 0 0 10px;\n  line-height: 1.4;\n}\n\n.hsg .distance-row {\n  display: inline-flex;\n  align-items: center;\n  gap: 5px;\n  align-self: flex-start;\n  font-size: 0.75rem;\n  color: var(--hsg-red-dark);\n  font-weight: 600;\n  background: var(--hsg-red-bg);\n  padding: 4px 10px;\n  border-radius: 999px;\n  margin: 0 0 12px;\n  line-height: 1.3;\n}\n\n.hsg .distance-row::before {\n  content: \"\";\n  width: 6px;\n  height: 6px;\n  border-radius: 50%;\n  background: var(--hsg-red);\n  flex-shrink: 0;\n}\n\n.hsg .description {\n  font-size: 0.88rem;\n  color: var(--hsg-gray-700);\n  margin: 0 0 12px;\n  line-height: 1.55;\n}\n\n.hsg .notes {\n  display: block;\n  font-size: 0.8rem;\n  color: var(--hsg-gray-700);\n  background: var(--hsg-red-bg);\n  border-left: 3px solid var(--hsg-red);\n  padding: 8px 12px;\n  border-radius: 0 var(--hsg-radius) var(--hsg-radius) 0;\n  margin: 0 0 12px;\n  line-height: 1.45;\n}\n\n.hsg .notes:empty {\n  display: none;\n}\n\n\/* ---- Card links ---- *\/\n.hsg .card-links {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  margin-top: auto;\n  padding-top: 4px;\n}\n\n.hsg .card-links a {\n  display: inline-flex;\n  align-items: center;\n  gap: 5px;\n  padding: 8px 14px;\n  border-radius: var(--hsg-radius);\n  font-size: 0.8rem;\n  font-weight: 600;\n  text-decoration: none;\n  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;\n}\n\n.hsg .card-links .site-btn {\n  background: var(--hsg-red);\n  color: var(--hsg-white);\n}\n\n.hsg .card-links .site-btn:hover {\n  background: var(--hsg-red-dark);\n}\n\n.hsg .card-links .map-btn {\n  background: var(--hsg-white);\n  color: var(--hsg-gray-700);\n  border: 1px solid var(--hsg-gray-300);\n}\n\n.hsg .card-links .map-btn svg {\n  fill: var(--hsg-red);\n}\n\n.hsg .card-links .map-btn:hover {\n  border-color: var(--hsg-red);\n  color: var(--hsg-red-dark);\n}\n\n.hsg .card-links .hsl-btn {\n  background: var(--hsg-gray-100);\n  color: var(--hsg-gray-700);\n  border: 1px solid var(--hsg-gray-300);\n}\n\n.hsg .card-links .hsl-btn:hover {\n  border-color: var(--hsg-red);\n  color: var(--hsg-red-dark);\n}\n\n@media (max-width: 640px) {\n  .hsg .card-grid {\n    grid-template-columns: 1fr;\n    gap: 14px;\n  }\n\n  .hsg h2 {\n    font-size: 1.3rem;\n  }\n\n  .hsg .jumplinks {\n    padding: 14px;\n  }\n\n  .hsg .jumplinks a {\n    font-size: 0.82rem;\n    padding: 8px 13px;\n  }\n}\n<\/style>\n\n<\/head>\n<body>\n\n<div class=\"hsg\">\n\n<div class=\"hsg-intro\">\n<p><strong>Helsinki has over 100 public saunas within a 30 km radius of the city center.<\/strong> That&#8217;s a lot of l\u00f6yly.<\/p>\n<p>You don&#8217;t need to book a hotel spa or wait for a Finn to invite you to their cabin. The city has working public saunas, swimming halls with sauna departments, floating sauna boats on the waterfront, and wood-fired smoke saunas on islands you can reach by ferry.<\/p>\n<p>Below are most public saunas we could find, grouped by type and sorted by distance from downtown. Closest ones first. You&#8217;ll find addresses, websites, and a pin icon linking to Google Maps for each spot.<\/p>\n<p>Every card has an HSL local transit link. Click it to open the Helsinki journey planner with the route from the city center to that sauna pre-filled. Helsinki&#8217;s public transport is fast and covers the entire metro area.<\/p>\n<p>Some places also rent private time slots. A few are occasionally public, so check their schedule before showing up. Those are marked.<\/p>\n<\/div>\n\n<p class=\"jump-label\">Skip to the type you want<\/p>\n\n<div class=\"jumplinks\">\n<a href=\"#public-sauna\" class=\"jumplink\">Public sauna <span class=\"count\">(55)<\/span><\/a>\n<a href=\"#swimming-hall\" class=\"jumplink\">Swimming hall <span class=\"count\">(30)<\/span><\/a>\n<a href=\"#church-parish-sauna\" class=\"jumplink\">Church \/ parish sauna <span class=\"count\">(10)<\/span><\/a>\n<a href=\"#restaurant-bar-sauna\" class=\"jumplink\">Restaurant \/ bar sauna <span class=\"count\">(8)<\/span><\/a>\n<a href=\"#spa\" class=\"jumplink\">Spa <span class=\"count\">(4)<\/span><\/a>\n<a href=\"#sports-outdoor-centre\" class=\"jumplink\">Sports \/ outdoor centre <span class=\"count\">(4)<\/span><\/a>\n<a href=\"#water-park\" class=\"jumplink\">Water park <span class=\"count\">(1)<\/span><\/a>\n<\/div>\n\n<section id=\"public-sauna\">\n<h2>Public sauna <span class=\"cat-count\">(55)<\/span><\/h2>\n<div class=\"card-grid\">\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Lapinlahti Spring<\/h3>\n<p class=\"secondary\">(Spring sauna)<\/p>\n\n<\/div>\n<p class=\"address\">Lapinlahdenpolku 8, 00180 Helsinki<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 1.4 km<\/p>\n<p class=\"description\">Lapinlahti Spring is the oldest public sauna in Helsinki, offering public sauna sessions and private bookings.<\/p>\n<span class=\"notes\"><\/span>\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/lapinlahdenlahde.fi\/sauna\/\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Lapinlahden%20L%C3%A4hde%2C%20Lapinlahdenpolku%208%2C%2000180%20Helsinki\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Lapinlahti%20Spring::60.1675605,24.9134506\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Saunaship<\/h3>\n\n<\/div>\n<p class=\"address\">Laivastokatu 1, 00160 Helsinki<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 1.5 km<\/p>\n<p class=\"description\">Saunaship is a public sauna located on a ship at Laivastokatu 1, Helsinki, offering a seaside sauna experience in the archipelago.<\/p>\n\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/www.saunaship.com\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/M\/S%20Saunaship%2C%20Laivastokatu%201%2C%2000160%20Helsinki\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Saunaship::60.1698124,24.9651982\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n\n\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Uusi Sauna<\/h3>\n\n<\/div>\n<p class=\"address\">V\u00e4limerenkatu 10, 00220 Helsinki<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 1.6 km<\/p>\n<p class=\"description\">Modern public sauna in J\u00e4tk\u00e4saari combining traditional wood-heated men&#8217;s and women&#8217;s saunas with an electrically heated mixed sauna. Features a bar and bistro with two terraces, plus spacious changing rooms.<\/p>\n\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/uusisauna.fi\/\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Uusi%20Sauna%2C%20V%C3%A4limerenkatu%2010%2C%2000220%20Helsinki\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Uusi%20Sauna::60.1594188,24.9178012\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Kulttuurisauna<\/h3>\n\n<\/div>\n<p class=\"address\">Hakaniemenranta 17, 00530 Helsinki<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 1.6 km<\/p>\n<p class=\"description\">Public sauna with a wood-heated stove and year-round sea swimming, including a winter ice hole. It offers separate men&#8217;s and women&#8217;s saunas, plus a gallery space.<\/p>\n\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/kulttuurisauna.fi\/\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Kulttuurisauna%2C%20Hakaniemenranta%2017%2C%2000530%20Helsinki\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Kulttuurisauna::60.1780383,24.9632103\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Sauna raft Hiisi<\/h3>\n\n<\/div>\n<p class=\"address\">Merikannontie 2, 00260 Helsinki<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 1.7 km<\/p>\n<p class=\"description\">Sauna raft Hiisi is a public sauna located on a raft near the Helsinki waterfront, about 1.7 km from the city center. It also offers private bookings.<\/p>\n<span class=\"notes\"><\/span>\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/www.saunalauttahiisi.com\/\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Saunalautta%20Hiisi%2C%20Merikannontie%202%2C%2000260%20Helsinki\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Sauna%20raft%20Hiisi::60.176794,24.91136\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>L\u00f6ylykontti S\u00f6rn\u00e4inen<\/h3>\n\n<\/div>\n<p class=\"address\">00540 Helsinki<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 1.9 km<\/p>\n<p class=\"description\">A sauna container in the Suvilahti waterfront area of Helsinki, featuring two saunas and an ice hole for sea swimming. It is about a ten-minute walk from Kalasatama metro and also offers private bookings.<\/p>\n<span class=\"notes\"><\/span>\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/www.loylykontti.fi\/saunas\/helsinki\/sornainen\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/L%C3%B6ylykontti%20S%C3%B6rn%C3%A4inen%2C%2000540%20Helsinki\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/L%C3%B6ylykontti%20S%C3%B6rn%C3%A4inen::60.1823,24.96331\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Uunisaari<\/h3>\n\n<\/div>\n<p class=\"address\">Pohjoinen Uunisaari 2, 00140 Helsinki<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 2.0 km<\/p>\n<p class=\"description\">Uunisaari is a public sauna on an island off Helsinki, accessible by ferry. It features three saunas (Iso-uuni, Pikku-uuni, Karhusauna) and offers private bookings, with a restaurant and scenic sea views.<\/p>\n<span class=\"notes\"><\/span>\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/www.uunisaari.fi\/\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Uunisaari%2C%20Pohjoinen%20Uunisaari%202%2C%2000140%20Helsinki\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Uunisaari::60.1531078,24.9525299\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>L\u00f6yly Helsinki<\/h3>\n\n<\/div>\n<p class=\"address\">Hernesaarenranta 4, 00150 Helsinki<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 2.0 km<\/p>\n<p class=\"description\">L\u00f6yly is a modern seaside sauna complex in Helsinki with a glass-walled restaurant and rooftop terrace overlooking the sea. It offers several sauna types, including a smoke sauna and private saunas, and is also available for private bookings.<\/p>\n<span class=\"notes\"><\/span>\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/www.loylyhelsinki.fi\/\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/L%C3%B6yly%20Helsinki%2C%20Hernesaarenranta%204%2C%2000150%20Helsinki\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/L%C3%B6yly%20Helsinki::60.1520656,24.9302737\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>White Sand Boat<\/h3>\n\n<\/div>\n<p class=\"address\">Sillilaituri, 00180 Helsinki<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 2.6 km<\/p>\n<p class=\"description\">White Sand Boat is a moored boat in Helsinki offering a public sauna and outdoor hot tub, with decks covered in white sand. It is available for private bookings and events.<\/p>\n<span class=\"notes\"><\/span>\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/venuu.fi\/en\/venues\/white-sand-boat\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/White%20Sand%20Boat%2C%20Sillilaituri%2C%2000180%20Helsinki\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/White%20Sand%20Boat::60.181861,24.979615\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Sauna Hermanni<\/h3>\n\n<\/div>\n<p class=\"address\">H\u00e4meentie 63, 00550 Helsinki<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 3.0 km<\/p>\n<p class=\"description\">Sauna Hermanni is a public sauna founded in the 1950s in Helsinki&#8217;s Hermanni district, with separate men&#8217;s and women&#8217;s saunas heated by IKI stoves. Private bookings are available.<\/p>\n<span class=\"notes\"><\/span>\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/saunahermanni.fi\/\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Sauna%20Hermanni%2C%20H%C3%A4meentie%2063%2C%2000550%20Helsinki\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Sauna%20Hermanni::60.1934641,24.9649471\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Lonna sauna<\/h3>\n\n<\/div>\n<p class=\"address\">Lonnan saari, 00190 Helsinki<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 3.4 km<\/p>\n<p class=\"description\">This public sauna on Lonna island features two wood-burning log saunas with terraces overlooking the archipelago. Mixed-gender sessions are offered, with separate changing rooms and a gender-neutral option.<\/p>\n\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/www.lonna.fi\/saaren-palvelut\/sauna\/\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Lonnan%20sauna%2C%20Lonnan%20saari%2C%2000190%20Helsinki\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Lonna%20sauna::60.1539146,24.9910202\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Sauna raft Helsinki<\/h3>\n\n<\/div>\n<p class=\"address\">Mustikkamaantie 2, 00570 Helsinki<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 3.5 km<\/p>\n<p class=\"description\">A public sauna raft moored on the water at Mustikkamaa, offering two sauna vessels and private bookings. It provides a lakeside setting for a traditional Finnish sauna experience.<\/p>\n<span class=\"notes\"><\/span>\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/saunalautta.fi\/\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Saunalautta.fi%20Helsinki%2C%20Mustikkamaantie%202%2C%2000570%20Helsinki\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Sauna%20raft%20Helsinki::60.1819628,24.9975635\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Sompasauna<\/h3>\n\n<\/div>\n<p class=\"address\">Kansanpuistonpolku 5, 00580 Helsinki<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 3.6 km<\/p>\n<p class=\"description\">Sompasauna is a public sauna in Helsinki with multiple saunas, including Temppeli, Kolmonen, Uusi, Kappeli, and Kettu Galleria. It is located at Kansanpuistonpolku 5, about 3.6 km from the city center.<\/p>\n\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/www.sompasauna.fi\/\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Sompasauna%2C%20Kansanpuistonpolku%205%2C%2000580%20Helsinki\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Sompasauna::60.180871,24.99901\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Lauttasaari church<\/h3>\n\n<\/div>\n<p class=\"address\">Myllykallionrinne 1, 00200 Helsinki<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 4.0 km<\/p>\n<p class=\"description\">Lauttasaari church offers a sauna available for group rental. The sauna is located in the church&#8217;s leisure facilities in Helsinki&#8217;s Lauttasaari district.<\/p>\n\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/www.helsinginseurakunnat.fi\/lauttasaarenkirkko\/artikkelit\/vuokraasaunatailiikuntasali.vapaa-ajantilojalauttasaarenkirkossa.\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Lauttasaaren%20kirkko%2C%20Myllykallionrinne%201%2C%2000200%20Helsinki\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Lauttasaari%20church::60.1585055,24.8698378\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Kivinokka summer sauna<\/h3>\n\n<\/div>\n<p class=\"address\">Kivinokantie, 00810 Helsinki<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 4.6 km<\/p>\n<p class=\"description\">Kivinokka summer sauna is a public seaside sauna in Helsinki with two changing rooms, a steam room, showers, an electric sauna stove, and a terrace overlooking the sea. Private bookings are available.<\/p>\n<span class=\"notes\"><\/span>\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/kivinokka.fi\/kivinokkalaisten-sauna-alkaa-saada-muotonsa\/\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Kivinokan%20Kes%C3%A4sauna%2C%20Kivinokantie%2C%2000810%20Helsinki\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Kivinokka%20summer%20sauna::60.1974323,25.0007549\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Police summer home<\/h3>\n\n<\/div>\n<p class=\"address\">L\u00e4nsiulapanpolku 27, 00200 Helsinki<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 4.9 km<\/p>\n<p class=\"description\">Public sauna in Lauttasaari, Helsinki, by the Baltic Sea. Offers wood-heated saunas with private bookings available.<\/p>\n<span class=\"notes\"><\/span>\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/poliisienkesakoti.fi\/\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Poliisien%20kes%C3%A4koti%2C%20L%C3%A4nsiulapanpolku%2027%2C%2000200%20Helsinki\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Police%20summer%20home::60.1518782,24.8576809\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Kulosaari manor sauna<\/h3>\n<p class=\"secondary\">(Br\u00e4nd\u00f6 manor)<\/p>\n\n<\/div>\n<p class=\"address\">Kulosaaren Kartanon tie 36, 00810 Helsinki<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 4.9 km<\/p>\n<p class=\"description\">Kulosaari manor sauna, also known as Br\u00e4nd\u00f6 manor, is a public sauna in Helsinki offering private bookings.<\/p>\n<span class=\"notes\"><\/span>\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/www.instagram.com\/kulosaaren_kartanon_sauna\/\" target=\"_blank\" rel=\"noopener nofollow\">Instagram \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Kulosaaren%20kartanon%20sauna%2C%20Kulosaaren%20Kartanon%20tie%2036%2C%2000810%20Helsinki\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Kulosaari%20manor%20sauna::60.1931042,25.0144363\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>War invalids&#8217; summer cabins<\/h3>\n<p class=\"secondary\">(War invalids&#8217; summer cabin association)<\/p>\n\n<\/div>\n<p class=\"address\">L\u00e4nsiulapanpolku 29, 00200 Helsinki<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 4.9 km<\/p>\n<span class=\"notes\">Only occasionally open to the public, check schedule. . Some access may be restricted (members\/residents\/events)<\/span>\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/www.soke.fi\/\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Sotainvalidien%20kes%C3%A4majat%2C%20L%C3%A4nsiulapanpolku%2029%2C%2000200%20Helsinki\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/War%20invalids%27%20summer%20cabins::60.15312,24.855707\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Stansvik manor<\/h3>\n\n<\/div>\n<p class=\"address\">Stansvikintie 1, 00590 Helsinki<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 5.2 km<\/p>\n<p class=\"description\">Stansvik sauna is located by the sea, just over four kilometers as the crow flies from Helsinki&#8217;s Market Square (Kauppatori). The sauna has its own sun terrace, sandy beach, a long swimming pier, and a combined hot tub\/jacuzzi.<\/p>\n<span class=\"notes\"><\/span>\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/www.stansvikinkartano.fi\/en\/\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Stansvikin%20kartano%2C%20Stansvikintie%201%2C%2000590%20Helsinki\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Stansvik%20manor::60.1636622,25.0305975\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Vallisaari<\/h3>\n\n<\/div>\n<p class=\"address\">Vallisaari, 00860 Helsinki<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 5.3 km<\/p>\n<p class=\"description\">The Vallisaari seaside sauna offers a unique opportunity to enjoy a traditional sauna in the middle of Helsinki&#8217;s most beautiful archipelago nature, right by the sea. Just a short boat ride from the city, you can step away from everyday life, relax in the sauna heat, and refresh yourself in the sea in a historic island setting.<\/p>\n<span class=\"notes\"><\/span>\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/vallisaari.fi\/en_US\/for-visitors\/paja-vallisaaren-rantasauna-3\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Vallisaari%2C%20Vallisaari%2C%2000860%20Helsinki\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Vallisaari::60.138238,25.010401\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Keilaniemi Laguuni<\/h3>\n<p class=\"secondary\">(Laguuni Keilis)<\/p>\n\n<\/div>\n<p class=\"address\">Keilalahdentie 8, 02150 Espoo<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 5.8 km<\/p>\n<p class=\"description\">A winter swimming and sauna venue in Espoo with a wood-heated sauna, a Sume electric sauna, and barrel sauna, plus an ice hole for dipping. The site also offers changing rooms and a gazebo for cooling off.<\/p>\n<span class=\"notes\"><\/span>\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/laguuniin.fi\/talviuinti-avanto\/\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Keilaniemen%20Laguuni%2C%20Keilalahdentie%208%2C%2002150%20Espoo\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Keilaniemi%20Laguuni::60.1688568,24.8326585\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Tali allotment garden<\/h3>\n\n<\/div>\n<p class=\"address\">Talin puistotie 2A, 00360 Helsinki<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 6.6 km<\/p>\n<p class=\"description\">A public sauna situated in the Talin allotment garden in Helsinki, offering separate sessions for women and men. Visitors who are not allotment garden members are welcome.<\/p>\n\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/talinsiirtolapuutarha.siirtolapuutarhaliitto.fi\/talin-sauna\/\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Talin%20siirtolapuutarha%2C%20Talin%20puistotie%202A%2C%2000360%20Helsinki\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Tali%20allotment%20garden::60.2142492,24.8599904\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Villa Furuvik<\/h3>\n\n<\/div>\n<p class=\"address\">Furuvikintie 5, 00870 Helsinki<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 6.8 km<\/p>\n<p class=\"description\">Villa Furuvik offers public and private sauna rentals on the Helsinki seaside, including a waterside sauna (Rantasauna) and a garden sauna (Pihasauna). The saunas are available for year-round use with access to swimming in the sea.<\/p>\n<span class=\"notes\"><\/span>\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/villafuruvik.fi\/\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Villa%20Furuvik%2C%20Furuvikintie%205%2C%2000870%20Helsinki\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Villa%20Furuvik::60.1595531,25.0602379\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Pikkukoski swimming beach<\/h3>\n\n<\/div>\n<p class=\"address\">Pikkukoskentie 23, 00650 Helsinki<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 6.9 km<\/p>\n<p class=\"description\">Pikkukoski is a riverside swimming beach on the Vantaanjoki with a public sauna. The sandy shore also has sports fields and changing facilities.<\/p>\n\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/www.hel.fi\/fi\/kulttuuri-ja-vapaa-aika\/ulkoilu-puistot-ja-luontokohteet\/uimarannat\/helsingin-uimarannat\/pikkukosken-uimaranta\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Pikkukosken%20uimaranta%2C%20Pikkukoskentie%2023%2C%2000650%20Helsinki\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Pikkukoski%20swimming%20beach::60.2278406,24.9832565\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Varsasaari<\/h3>\n<p class=\"secondary\">(Varsasaari association)<\/p>\n\n<\/div>\n<p class=\"address\">Varsasaari, 02160 Espoo<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 7.8 km<\/p>\n<p class=\"description\">Public sauna on Varsasaari island in Espoo, with a seaside setting. Operated by the Varsasaari association.<\/p>\n\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/palvelukartta.hel.fi\/en\/unit\/68791\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Varsasaari%2C%20Varsasaari%2C%2002160%20Espoo\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Varsasaari::60.1514973,24.8019377\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Marjaniemi allotment garden<\/h3>\n<p class=\"secondary\">(Marja&#8217;s sauna)<\/p>\n\n<\/div>\n<p class=\"address\">Saunatie, 00730 Helsinki<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 8.2 km<\/p>\n<p class=\"description\">This wood-fired sauna features a large stove with 800 kg of stones, providing gentle steam. The spacious room accommodates about 20 people, and a veranda offers a place to cool off between sessions.<\/p>\n\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/www.marjis.net\/palvelut\/sauna\/\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Marjaniemen%20siirtolapuutarha%2C%20Saunatie%2C%2000730%20Helsinki\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Marjaniemi%20allotment%20garden::60.2067024,25.0674638\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Villa Salmela<\/h3>\n<p class=\"secondary\">(Karelian summer home)<\/p>\n\n<\/div>\n<p class=\"address\">Meri Perttil\u00e4n polku 8, 00850 Helsinki<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 8.7 km<\/p>\n<p class=\"description\">Wood-heated seaside sauna in Jollas, Helsinki, with a fireplace lounge and room for up to eight bathers. Swim from the pier or use the open ice hole in winter, and the sauna is also available for private bookings.<\/p>\n<span class=\"notes\"><\/span>\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/villasalmela.fi\/sauna-2\/\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Villa%20Salmela%2C%20Meri%20Perttil%C3%A4n%20polku%208%2C%2000850%20Helsinki\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Villa%20Salmela::60.1598963,25.0951022\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Kotiluoto<\/h3>\n\n<\/div>\n<p class=\"address\">Kotluoto, 00100 Helsinki<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 9.2 km<\/p>\n<p class=\"description\">Kotiluoto is a public sauna on an island in Helsinki. Renovation plans are in progress to bring the seashore sauna into communal use.<\/p>\n\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/omastadi.hel.fi\/processes\/osbu-2023\/f\/191\/results\/193\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Kotiluoto%2C%20Kotluoto%2C%2000100%20Helsinki\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Kotiluoto::60.175697,25.104099\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Palohein\u00e4 outdoor lodge<\/h3>\n\n<\/div>\n<p class=\"address\">Pakilantie 124, 00670 Helsinki<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 9.6 km<\/p>\n<p class=\"description\">This public sauna sits in Helsinki&#8217;s Palohein\u00e4 outdoor recreation area and offers separate men&#8217;s and women&#8217;s saunas. Private bookings are also available.<\/p>\n<span class=\"notes\"><\/span>\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/www.hel.fi\/fi\/kulttuuri-ja-vapaa-aika\/ulkoilu-puistot-ja-luontokohteet\/ulkoilualueet\/paloheinan-ulkoilualue\/paloheinan-ulkoilumaja\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Palohein%C3%A4n%20ulkoilumaja%2C%20Pakilantie%20124%2C%2000670%20Helsinki\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Palohein%C3%A4%20outdoor%20lodge::60.2554944,24.9169421\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Malmi parish cart sauna<\/h3>\n<p class=\"secondary\">(Tapaninvainio swimming beach)<\/p>\n\n<\/div>\n<p class=\"address\">Uimarannantie, 00780 Helsinki<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 9.9 km<\/p>\n<p class=\"description\">A public cart sauna operated by Malmi parish, located at Tapaninvainio swimming beach along the Vantaanjoki river.<\/p>\n\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/www.hel.fi\/fi\/kulttuuri-ja-vapaa-aika\/ulkoilu-puistot-ja-luontokohteet\/uimarannat\/helsingin-uimarannat\/tapaninvainion-uimaranta\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Malmin%20seurakunnan%20k%C3%A4rrysauna%2C%20Uimarannantie%2C%2000780%20Helsinki\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Malmi%20parish%20cart%20sauna::60.2567903,24.9775853\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Bodom bar &amp; sauna<\/h3>\n\n<\/div>\n<p class=\"address\">Merituulentie 35, 02200 Espoo<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 10.1 km<\/p>\n<p class=\"description\">A bar and sauna near Niittykumpu metro station in Espoo, with men&#8217;s, women&#8217;s, and mixed saunas. The bar features Children of Bodom memorabilia and local beers on tap.<\/p>\n<span class=\"notes\"><\/span>\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/www.bodombar.com\/\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Bodom%20bar%20%26%20sauna%2C%20Merituulentie%2035%2C%2002200%20Espoo\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Bodom%20bar%20%26%20sauna::60.1708618,24.7566541\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Malkasaari<\/h3>\n\n<\/div>\n<p class=\"address\">Malkasaari, 00980 Helsinki<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 10.2 km<\/p>\n<p class=\"description\">Malkasaari is a public sauna located on the island of Malkasaari in Helsinki, offering a seaside setting. It is only occasionally open to the public, so visitors should check the schedule before visiting.<\/p>\n<span class=\"notes\">Only occasionally open to the public, check schedule before visiting<\/span>\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/www.hel.fi\/fi\/kulttuuri-ja-vapaa-aika\/ulkoilu-puistot-ja-luontokohteet\/saaret\/malkasaari\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Malkasaari%2C%20Malkasaari%2C%2000980%20Helsinki\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Malkasaari::60.186461,25.119394\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Good Mood Sauna<\/h3>\n<p class=\"secondary\">(Helsinki sauna raft)<\/p>\n\n<\/div>\n<p class=\"address\">00910 Helsinki<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 10.2 km<\/p>\n<p class=\"description\">This sauna on a raft in Helsinki&#8217;s Aurinkolahti district offers public sauna sessions and private bookings. It features two saunas and the chance to enjoy a traditional Finnish sauna experience on the water.<\/p>\n<span class=\"notes\"><\/span>\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/hyvantuulensauna.fi\/\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Hyv%C3%A4n%20Tuulen%20Sauna%2C%2000910%20Helsinki\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Good%20Mood%20Sauna::60.20774,25.10659\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>L\u00f6ylykontti Matinkyl\u00e4<\/h3>\n\n<\/div>\n<p class=\"address\">Nokkalanpolku 3, 02230 Espoo<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 10.5 km<\/p>\n<p class=\"description\">A sauna container on Matinkyl\u00e4 beach with a panoramic window facing the sea and an ice hole for winter swimming. Changing facilities are located next to the shore.<\/p>\n<span class=\"notes\"><\/span>\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/www.loylykontti.fi\/saunas\/espoo\/matinkyla\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/L%C3%B6ylykontti%20Matinkyl%C3%A4%2C%20Nokkalanpolku%203%2C%2002230%20Espoo\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/L%C3%B6ylykontti%20Matinkyl%C3%A4::60.1498094,24.7532526\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Rastila Camping<\/h3>\n\n<\/div>\n<p class=\"address\">Karavaanikatu 4, 00980 Helsinki<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 10.7 km<\/p>\n<p class=\"description\">Rastila Camping in eastern Helsinki offers four saunas for private rental, including two group saunas and two family saunas.<\/p>\n<span class=\"notes\"><\/span>\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/rastilacamping.hel.fi\/\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Rastila%20Camping%2C%20Karavaanikatu%204%2C%2000980%20Helsinki\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Rastila%20Camping::60.2078625,25.1159586\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Solid Sauna<\/h3>\n<p class=\"secondary\">(Natura Viva)<\/p>\n\n<\/div>\n<p class=\"address\">Vuosaaren melontakeskus, Harbonkatu 13, 00980 Helsinki<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 10.9 km<\/p>\n<p class=\"description\">Solid Sauna is a public sauna located at the Vuosaari Kayaking Centre in Helsinki. It offers a lakeside setting for a traditional sauna experience.<\/p>\n\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/naturaviva.fi\/fi_FI\/solid-sauna-vuosaaren-melontakeskuksella-yleisetvuorot\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Solid%20Sauna%2C%20Vuosaaren%20melontakeskus%2C%20Harbonkatu%2013%2C%2000980%20Helsinki\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Solid%20Sauna::60.197716,25.128161\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Sannan sauna<\/h3>\n\n<\/div>\n<p class=\"address\">Harbonkatu 13, 00980 Helsinki<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 11.0 km<\/p>\n<p class=\"description\">Sannan sauna is a public sauna in Vuosaari, Helsinki, with separate changing rooms for men and women. It hosts mixed and women-only sauna evenings and has a grill for outdoor cooking; private bookings are also available.<\/p>\n<span class=\"notes\"><\/span>\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/vuosaari.fi\/sannan-sauna\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Sannan%20sauna%2C%20Harbonkatu%2013%2C%2000980%20Helsinki\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Sannan%20sauna::60.1983846,25.1290025\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>AinaSauna<\/h3>\n\n<\/div>\n<p class=\"address\">Varjakanvalkama 21 A, Helsinki<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 11.1 km<\/p>\n<p class=\"description\">Located next to the Vartiokyl\u00e4 ice-swimming spot, with sauna slots normally reserved for ice-swimming members. Newcomers welcome to try ice swimming, wonderful l\u00f6yly and a guided introduction to the activity.<\/p>\n\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/www.facebook.com\/ainasauna\/\" target=\"_blank\" rel=\"noopener nofollow\">Facebook \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/AinaSauna%2C%20Vehkalahdentie%2C%2000950%20Helsinki\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/AinaSauna::60.2148606,25.117534\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Pikku Leikosaari<\/h3>\n\n<\/div>\n<p class=\"address\">Pikku Leikosaari, 00850 Helsinki<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 11.4 km<\/p>\n<p class=\"description\">Pikku Leikosaari is a small Helsinki archipelago island with a self-service sauna. Visitors reach it by kayak or boat and can swim from the smooth rock shores.<\/p>\n\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/uuvi.fi\/fi\/kohde\/pikku-leikosaari\/\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Pikku%20Leikosaari%2C%20Pikku%20Leikosaari%2C%2000850%20Helsinki\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Pikku%20Leikosaari::60.1693532,25.1452714\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Helsinki sauna raft<\/h3>\n\n<\/div>\n<p class=\"address\">Aurinkolahti, 00990 Helsinki<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 12.0 km<\/p>\n<p class=\"description\">A floating sauna raft in Aurinkolahti, Helsinki, operating year-round in the eastern archipelago. It features a barrel sauna, a raft sauna, and a panorama sauna raft, with both public sessions and private bookings available.<\/p>\n<span class=\"notes\"><\/span>\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/www.helsinkibysea.com\/helsinginsaunalautta\/\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Helsingin%20Saunalautta%2C%20Aurinkolahti%2C%2000990%20Helsinki\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Helsinki%20sauna%20raft::60.1997,25.1466\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>L\u00f6ylykontti Laaksolahti<\/h3>\n\n<\/div>\n<p class=\"address\">L\u00e4hdepurontie 1, 02730 Espoo<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 13.5 km<\/p>\n<p class=\"description\">L\u00f6ylykontti Laaksolahti is a sauna container on Laaksolahti beach by Pitk\u00e4j\u00e4rvi in Espoo. It offers shared sauna sessions and whole sauna bookings, with changing rooms, lockers, and year-round lake swimming through an ice hole.<\/p>\n\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/www.loylykontti.fi\/saunas\/espoo\/laaksolahti\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/L%C3%B6ylykontti%20Laaksolahti%2C%20L%C3%A4hdepurontie%201%2C%2002730%20Espoo\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/L%C3%B6ylykontti%20Laaksolahti::60.24632,24.74939\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>L\u00f6ylykontti Kivenlahti<\/h3>\n\n<\/div>\n<p class=\"address\">Kivenlahdenkatu, 02320 Espoo<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 17.4 km<\/p>\n<p class=\"description\">A sauna container on Kivenlahti beach in Espoo, facing west over the open sea with sunset views. An ice hole at the end of the pier allows for winter swimming, and private bookings are available.<\/p>\n<span class=\"notes\"><\/span>\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/www.loylykontti.fi\/saunas\/espoo\/kivenlahti\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/L%C3%B6ylykontti%20Kivenlahti%2C%20Kivenlahdenkatu%2C%2002320%20Espoo\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/L%C3%B6ylykontti%20Kivenlahti::60.15338,24.6261911\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Kuusij\u00e4rvi<\/h3>\n\n<\/div>\n<p class=\"address\">Kuusij\u00e4rventie 3, 01260 Vantaa<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 18.7 km<\/p>\n<p class=\"description\">Kuusij\u00e4rvi offers a variety of electric and smoke saunas in a lakeside setting in Vantaa. The saunas are open to the public with a wristband, and private bookings are also available.<\/p>\n<span class=\"notes\"><\/span>\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/www.cafekuusijarvi.fi\/saunat\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Kuusij%C3%A4rvi%2C%20Kuusij%C3%A4rventie%203%2C%2001260%20Vantaa\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Kuusij%C3%A4rvi::60.3137359,25.1133231\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Girsholmen<\/h3>\n<p class=\"secondary\">(Helsinki motor boat club)<\/p>\n\n<\/div>\n<p class=\"address\">Girsholmen, 01120 Sipoo<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 19.1 km<\/p>\n<p class=\"description\">Girsholmen is an island base in the Sipoo archipelago with two saunas: Uusi sauna and Vanha sauna.<\/p>\n\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/uusi.hmvk.fi\/girsholmen\/\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Girsholmen%2C%20Girsholmen%2C%2001120%20Sipoo\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Girsholmen::60.2128706,25.2736688\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Pirttim\u00e4ki caf\u00e9<\/h3>\n<p class=\"secondary\">(Backby manor)<\/p>\n\n<\/div>\n<p class=\"address\">Savupirtintie 3, 02740 Espoo<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 19.4 km<\/p>\n<p class=\"description\">Pirttim\u00e4ki caf\u00e9, located at Backby manor in Espoo, offers a public sauna with separate women&#8217;s and men&#8217;s saunas. Private bookings are also available.<\/p>\n<span class=\"notes\"><\/span>\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/www.pirttimaki.net\/\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Pirttim%C3%A4en%20kahvila%2C%20Savupirtintie%203%2C%2002740%20Espoo\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Pirttim%C3%A4ki%20caf%C3%A9::60.270006,24.650147\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Tallholmen sauna<\/h3>\n\n<\/div>\n<p class=\"address\">Tallholmen, 01120 Sipoo<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 20.1 km<\/p>\n<p class=\"description\">Tallholmen is an island sauna destination in Sipoo with two saunas: one open to all visitors and one reserved for rental villa guests. The visitor sauna is available for public use, though drinking water must be brought as the well water is not potable.<\/p>\n<span class=\"notes\">Primarily accommodation, public access may be limited<\/span>\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/uuvi.fi\/fi\/kohde\/tallholmen-2\/\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Tallholmenin%20sauna%2C%20Tallholmen%2C%2001120%20Sipoo\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Tallholmen%20sauna::60.1637744,25.3024905\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Kaunissaari<\/h3>\n\n<\/div>\n<p class=\"address\">Kaunissaari, 04130 Sipoo<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 22.8 km<\/p>\n<p class=\"description\">Kaunissaari island features two bookable saunas (Niemen sauna and Perhesauna) plus public sauna sessions. The saunas are available for private bookings.<\/p>\n<span class=\"notes\"><\/span>\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/www.hel.fi\/fi\/kulttuuri-ja-vapaa-aika\/ulkoilu-puistot-ja-luontokohteet\/saaret\/kaunissaari\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Kaunissaari%2C%20Kaunissaari%2C%2004130%20Sipoo\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Kaunissaari::60.1721857,25.3513645\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Solvalla sports institute<\/h3>\n<p class=\"secondary\">(Folkh\u00e4lsan)<\/p>\n\n<\/div>\n<p class=\"address\">Nuuksiontie 82, 02820 Espoo<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 25.1 km<\/p>\n<p class=\"description\">Solvalla sports institute offers two lakeside saunas: a small beach sauna and a large beach sauna. Private bookings are available.<\/p>\n<span class=\"notes\"><\/span>\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/www.folkhalsan.fi\/fi\/osta-ja-vuokraa\/asuminen\/hotellit-ja-leirintaalue\/majoitus-solvalla\/rantasauna\/\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Solvallan%20urheiluopisto%2C%20Nuuksiontie%2082%2C%2002820%20Espoo\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Solvalla%20sports%20institute::60.2925953,24.5560598\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Sipoo river heritage sauna<\/h3>\n\n<\/div>\n<p class=\"address\">Hindsbyntie 124, 04130 Sipoo<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 26.3 km<\/p>\n<p class=\"description\">Smoke sauna built into the earth in Sipoo, offering a purified and refreshing bathing experience. The site includes a cold plunge pool and a warm pool for cooling off between l\u00f6yly sessions.<\/p>\n\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/saunotus.fi\/\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Sipoonjoen%20perinnesauna%2C%20Hindsbyntie%20124%2C%2004130%20Sipoo\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Sipoo%20river%20heritage%20sauna::60.3454713,25.2568542\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Nuuksio sauna<\/h3>\n<p class=\"secondary\">(Capital region Scout foundation)<\/p>\n\n<\/div>\n<p class=\"address\">Ruuhij\u00e4rventie 15, 02820 Espoo<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 26.4 km<\/p>\n<p class=\"description\">Nuuksio sauna is a wood-heated shared sauna with 12 seats located in a lakeside setting in Espoo. Use is coordinated on-site with other visitors, and sauna slots can be booked by those staying in the area or hiking.<\/p>\n<span class=\"notes\">Primarily accommodation, public access may be limited<\/span>\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/partiokampat.fi\/nuuksio\/nuuksion-sauna\/\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Nuuksion%20sauna%2C%20Ruuhij%C3%A4rventie%2015%2C%2002820%20Espoo\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Nuuksio%20sauna::60.3123,24.556143\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n\n<\/div>\n<\/section>\n\n<section id=\"swimming-hall\">\n<h2>Swimming hall <span class=\"cat-count\">(30)<\/span><\/h2>\n<div class=\"card-grid\">\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Yrj\u00f6nkatu swimming hall<\/h3>\n\n<\/div>\n<p class=\"address\">Yrj\u00f6nkatu 21 b, 00100 Helsinki<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 0.2 km<\/p>\n<p class=\"description\">Yrj\u00f6nkatu swimming hall in central Helsinki features a swimming pool and multiple saunas, including a wood sauna, steam sauna, infrared sauna, and bookable private sauna sections.<\/p>\n\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/liikunta.hel.fi\/fi\/venues\/tprek:41102\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Yrj%C3%B6nkadun%20uimahalli%2C%20Yrj%C3%B6nkatu%2021%20b%2C%2000100%20Helsinki\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Yrj%C3%B6nkatu%20swimming%20hall::60.1689887,24.9361539\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Helsinki sports hall<\/h3>\n<p class=\"secondary\">(Kallio swimming hall)<\/p>\n\n<\/div>\n<p class=\"address\">Helsinginkatu 25, 00510 Helsinki<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 1.9 km<\/p>\n<p class=\"description\">The Kallio swimming hall offers a range of saunas, including hot and mild options for both men and women. The men&#8217;s hot sauna is known as Kaken Grilli.<\/p>\n\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/www.urheiluhallit.fi\/hallit\/kallio\/\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Helsingin%20urheilutalo%2C%20Helsinginkatu%2025%2C%2000510%20Helsinki\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Helsinki%20sports%20hall::60.186832,24.947065\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Swimming stadium<\/h3>\n<p class=\"secondary\">(Stadikka)<\/p>\n\n<\/div>\n<p class=\"address\">Hammarskj\u00f6ldintie 5, 00250 Helsinki<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 2.1 km<\/p>\n<p class=\"description\">Finland&#8217;s oldest outdoor swimming stadium, located in T\u00f6\u00f6l\u00f6 near the city center. Features four swimming pools, a diving tower, and separate hot and mild saunas for men and women.<\/p>\n\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/www.hel.fi\/fi\/kulttuuri-ja-vapaa-aika\/ulkoilu-puistot-ja-luontokohteet\/uimarannat\/maauimalat\/uimastadion\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Uimastadion%2C%20Hammarskj%C3%B6ldintie%205%2C%2000250%20Helsinki\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Swimming%20stadium::60.1887682,24.93150366890754\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>T\u00f6\u00f6l\u00f6 sports hall<\/h3>\n<p class=\"secondary\">(T\u00f6\u00f6l\u00f6 swimming hall)<\/p>\n\n<\/div>\n<p class=\"address\">Topeliuksenkatu 41a, 00250 Helsinki<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 2.7 km<\/p>\n<p class=\"description\">T\u00f6\u00f6l\u00f6 swimming hall is a traditional and modern sports facility with swimming pools, separate men&#8217;s and women&#8217;s saunas, and steam saunas. Located in T\u00f6\u00f6l\u00f6, Helsinki, it offers a variety of aquatic amenities alongside its sauna offerings.<\/p>\n\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/www.urheiluhallit.fi\/hallit\/toolo\/\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/T%C3%B6%C3%B6l%C3%B6n%20Urheilutalo%2C%20Topeliuksenkatu%2041a%2C%2000250%20Helsinki\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/T%C3%B6%C3%B6l%C3%B6%20sports%20hall::60.18995,24.911727\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>M\u00e4kel\u00e4nrinne swimming centre<\/h3>\n<p class=\"secondary\">(Sports halls M\u00e4kel\u00e4nrinne)<\/p>\n\n<\/div>\n<p class=\"address\">M\u00e4kel\u00e4nkatu 49, 00550 Helsinki<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 3.4 km<\/p>\n<p class=\"description\">M\u00e4kel\u00e4nrinne swimming centre provides separate hot and mild saunas for men and women, along with steam saunas, and a private sauna available for bookings.<\/p>\n<span class=\"notes\"><\/span>\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/www.urheiluhallit.fi\/hallit\/makelanrinne\/\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/M%C3%A4kel%C3%A4nrinteen%20uintikeskus%2C%20M%C3%A4kel%C3%A4nkatu%2049%2C%2000550%20Helsinki\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/M%C3%A4kel%C3%A4nrinne%20swimming%20centre::60.199695,24.947801\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Lauttasaari swimming hall<\/h3>\n\n<\/div>\n<p class=\"address\">Isokaari 19, 00200 Helsinki<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 4.4 km<\/p>\n<p class=\"description\">Lauttasaari swimming hall is a public pool facility with separate men&#8217;s and women&#8217;s saunas. It is located at Isokaari 19 in Helsinki.<\/p>\n\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/lauttasaarenyhteiskoulu.fi\/uimahalli\/\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Lauttasaaren%20uimahalli%2C%20Isokaari%2019%2C%2000200%20Helsinki\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Lauttasaari%20swimming%20hall::60.158318,24.862231\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Kumpula outdoor pool<\/h3>\n\n<\/div>\n<p class=\"address\">Allastie 1, 00560 Helsinki<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 4.5 km<\/p>\n<p class=\"description\">Kumpula outdoor pool is a popular outdoor swimming venue built for the 1952 Olympics. It features separate saunas for men and women in the main building.<\/p>\n\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/www.hel.fi\/fi\/kulttuuri-ja-vapaa-aika\/ulkoilu-puistot-ja-luontokohteet\/uimarannat\/maauimalat\/kumpulan-maauimala\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Kumpulan%20maauimala%2C%20Allastie%201%2C%2000560%20Helsinki\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Kumpula%20outdoor%20pool::60.2087,24.9588\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>SYK swimming hall<\/h3>\n<p class=\"secondary\">(Helsinki Finnish co-educational school swimming hall)<\/p>\n\n<\/div>\n<p class=\"address\">Isonnevantie 8, 00320 Helsinki<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 5.4 km<\/p>\n<p class=\"description\">SYK swimming hall is a public swimming facility in Etel\u00e4-Haaga with a 25-metre pool and a practice pool. It features separate women&#8217;s and men&#8217;s saunas.<\/p>\n\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/syk.fi\/palvelut\/uimahalli\/\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/SYK%3An%20uimahalli%2C%20Isonnevantie%208%2C%2000320%20Helsinki\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/SYK%20swimming%20hall::60.21201,24.8905\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Pirkkola sports park swimming hall<\/h3>\n\n<\/div>\n<p class=\"address\">Pirkkolan mets\u00e4tie 6, 00630 Helsinki<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 7.1 km<\/p>\n<p class=\"description\">Swimming hall in Pirkkola, Helsinki, with men&#8217;s and women&#8217;s saunas and a group changing room sauna. Private bookings are available.<\/p>\n<span class=\"notes\"><\/span>\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/liikunta.hel.fi\/fi\/paikat\/tprek:40774\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Pirkkolan%20liikuntapuiston%20uimahalli%2C%20Pirkkolan%20mets%C3%A4tie%206%2C%2000630%20Helsinki\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Pirkkola%20sports%20park%20swimming%20hall::60.232086,24.910692\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>It\u00e4keskus swimming hall<\/h3>\n\n<\/div>\n<p class=\"address\">Olavinlinnantie 6, 00900 Helsinki<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 9.0 km<\/p>\n<p class=\"description\">It\u00e4keskus swimming hall is a public pool complex in Helsinki with separate hot and mild saunas for men and women, plus a steam sauna. It offers a straightforward swimming and sauna experience.<\/p>\n\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/liikunta.hel.fi\/fi\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/It%C3%A4keskuksen%20uimahalli%2C%20Olavinlinnantie%206%2C%2000900%20Helsinki\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/It%C3%A4keskus%20swimming%20hall::60.212759,25.076297\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Lepp\u00e4vaara swimming hall<\/h3>\n\n<\/div>\n<p class=\"address\">Ver\u00e4j\u00e4pellonkatu 15, 02650 Espoo<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 9.7 km<\/p>\n<p class=\"description\">Lepp\u00e4vaara swimming hall has separate men&#8217;s and women&#8217;s saunas, along with a swimming pool.<\/p>\n\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/www.espoo.fi\/fi\/liikunta-ja-luonto\/sisaliikuntatilat\/uimahallit\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Lepp%C3%A4vaaran%20uimahalli%2C%20Ver%C3%A4j%C3%A4pellonkatu%2015%2C%2002650%20Espoo\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Lepp%C3%A4vaara%20swimming%20hall::60.226188,24.803603\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Malmi swimming hall<\/h3>\n\n<\/div>\n<p class=\"address\">Pekanraitti 14, 00700 Helsinki<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 10.0 km<\/p>\n<p class=\"description\">Malmi swimming hall offers a 25-meter pool, children&#8217;s pool, and cold water pool, along with separate women&#8217;s and men&#8217;s saunas and steam saunas.<\/p>\n\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/www.urheiluhallit.fi\/hallit\/malmi\/\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Malmin%20uimahalli%2C%20Pekanraitti%2014%2C%2000700%20Helsinki\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Malmi%20swimming%20hall::60.251142,25.016426\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Kontula swimming hall<\/h3>\n\n<\/div>\n<p class=\"address\">Ostostie 4, 00940 Helsinki<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 11.1 km<\/p>\n<p class=\"description\">Kontula swimming hall offers a 25-meter pool with four lanes, a children&#8217;s pool, cold plunge, and separate men&#8217;s and women&#8217;s saunas. A sunbathing area is available in summer.<\/p>\n\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/www.urheiluhallit.fi\/hallit\/kontula\/\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Kontulan%20uimahalli%2C%20Ostostie%204%2C%2000940%20Helsinki\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Kontula%20swimming%20hall::60.237333,25.085216\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Matinkyl\u00e4 swimming hall<\/h3>\n\n<\/div>\n<p class=\"address\">Tynnyritie 6, 02230 Espoo<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 11.3 km<\/p>\n<p class=\"description\">Municipal swimming hall in Espoo with separate saunas for women and men. Offers standard pool facilities and sauna access for visitors.<\/p>\n\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/www.espoo.fi\/fi\/liikunta-ja-luonto\/sisaliikuntatilat\/uimahallit\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Matinkyl%C3%A4n%20uimahalli%2C%20Tynnyritie%206%2C%2002230%20Espoo\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Matinkyl%C3%A4%20swimming%20hall::60.160102,24.735665\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Olari swimming hall<\/h3>\n\n<\/div>\n<p class=\"address\">Yl\u00e4portti 4 A-B, 02210 Espoo<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 11.3 km<\/p>\n<p class=\"description\">Olari swimming hall, located at Yl\u00e4portti 4 A-B in Espoo, has separate saunas for men and women. It is one of the city&#8217;s public swimming halls.<\/p>\n\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/www.espoo.fi\/fi\/liikunta-ja-luonto\/sisaliikuntatilat\/uimahallit\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Olarin%20uimahalli%2C%20Yl%C3%A4portti%204%20A-B%2C%2002210%20Espoo\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Olari%20swimming%20hall::60.175509,24.734563\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Kilo swimming hall (FitPit)<\/h3>\n\n<\/div>\n<p class=\"address\">Kutojantie 2, 02630 Espoo<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 11.4 km<\/p>\n<p class=\"description\">Kilo swimming hall (FitPit) in Espoo offers a swimming pool with separate women&#8217;s and men&#8217;s saunas. It is located at Kutojantie 2, about 11 km from Helsinki center.<\/p>\n\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/www.fitpit.fi\/\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Kilon%20uimahalli\/FitPit%20Oy%2C%20Kutojantie%202%2C%2002630%20Espoo\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Kilo%20swimming%20hall%20%28FitPit%29::60.210259,24.749024\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Myyrm\u00e4ki swimming hall<\/h3>\n\n<\/div>\n<p class=\"address\">Myyrm\u00e4enraitti 4, 01600 Vantaa<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 11.7 km<\/p>\n<p class=\"description\">Myyrm\u00e4ki swimming hall in Vantaa offers separate women&#8217;s and men&#8217;s saunas. Located at Myyrm\u00e4enraitti 4.<\/p>\n\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/www.vantaa.fi\/\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Myyrm%C3%A4en%20uimahalli%2C%20Myyrm%C3%A4enraitti%204%2C%2001600%20Vantaa\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Myyrm%C3%A4ki%20swimming%20hall::60.265496,24.851363\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Siltam\u00e4ki swimming hall<\/h3>\n\n<\/div>\n<p class=\"address\">Jousimiehentie 3, 00740 Helsinki<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 12.0 km<\/p>\n<p class=\"description\">Siltam\u00e4ki swimming hall is a small and cozy swimming hall adjacent to the Siltam\u00e4ki shopping centre. It has a 17-metre pool with four lanes at 30\u00b0C, a children&#8217;s pool, and separate men&#8217;s and women&#8217;s saunas.<\/p>\n\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/www.urheiluhallit.fi\/hallit\/siltamaki\/\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Siltam%C3%A4en%20uimahalli%2C%20Jousimiehentie%203%2C%2000740%20Helsinki\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Siltam%C3%A4ki%20swimming%20hall::60.274672,24.989558\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Vuosaari swimming hall<\/h3>\n<p class=\"secondary\">(Vuosaari sports hall)<\/p>\n\n<\/div>\n<p class=\"address\">Vuosaarentie 5, 00980 Helsinki<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 12.0 km<\/p>\n<p class=\"description\">Vuosaari swimming hall in Helsinki offers separate men&#8217;s and women&#8217;s saunas and steam rooms, plus a booking sauna. It also features a swimming pool.<\/p>\n\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/vuosaarenurheilutalo\/\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Vuosaaren%20uimahalli%2C%20Vuosaarentie%205%2C%2000980%20Helsinki\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Vuosaari%20swimming%20hall::60.208849,25.141027\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Jakom\u00e4ki swimming hall<\/h3>\n\n<\/div>\n<p class=\"address\">Somerikkopolku 6, 00770 Helsinki<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 12.7 km<\/p>\n<p class=\"description\">Jakom\u00e4ki swimming hall is a public swimming facility with separate saunas for women and men. It offers a swimming pool and is located in the Jakom\u00e4ki district of Helsinki.<\/p>\n\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/liikunta.hel.fi\/fi\/paikat\/tprek:40838\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Jakom%C3%A4en%20uimahalli%2C%20Somerikkopolku%206%2C%2000770%20Helsinki\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Jakom%C3%A4ki%20swimming%20hall::60.259858,25.080578\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Martinlaakso swimming hall<\/h3>\n\n<\/div>\n<p class=\"address\">Martinlaaksonkuja 2, 01620 Vantaa<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 12.9 km<\/p>\n<p class=\"description\">Martinlaakso swimming hall has a 25-metre pool, a teaching pool, and a gym. Both the men&#8217;s and women&#8217;s dressing rooms include two saunas each, one with milder and one with hotter steam.<\/p>\n\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/www.vantaa.fi\/fi\/palveluhakemisto\/toimipiste\/martinlaakson-uimahalli\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Martinlaakson%20uimahalli%2C%20Martinlaaksonkuja%202%2C%2001620%20Vantaa\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Martinlaakso%20swimming%20hall::60.276233,24.844922\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Kauniainen swimming hall<\/h3>\n\n<\/div>\n<p class=\"address\">Asematie 26, 02700 Kauniainen<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 13.6 km<\/p>\n<p class=\"description\">Kauniainen swimming hall features a 25-meter pool, a children&#8217;s pool, and separate saunas for men and women, plus a bookable sauna. The facility also offers beach volleyball courts and virtual water aerobics.<\/p>\n\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/www.kauniainen.fi\/kulttuuri-ja-vapaa-aika\/liikunta\/uimahalli\/\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Kauniaisten%20uimahalli%2C%20Asematie%2026%2C%2002700%20Kauniainen\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Kauniainen%20swimming%20hall::60.216276,24.710039\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Tikkurila swimming hall<\/h3>\n\n<\/div>\n<p class=\"address\">L\u00e4ntinen Valkoisenl\u00e4hteentie 50, 01300 Vantaa<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 15.2 km<\/p>\n<p class=\"description\">Tikkurila swimming hall offers a 50-meter pool, diving pool, and teaching pool. The men&#8217;s changing area includes three saunas, the women&#8217;s area includes two, and there is a separate accessible sauna.<\/p>\n\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/www.vantaa.fi\/fi\/palveluhakemisto\/toimipiste\/tikkurilan-uimahalli\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Tikkurilan%20uimahalli%2C%20L%C3%A4ntinen%20Valkoisenl%C3%A4hteentie%2050%2C%2001300%20Vantaa\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Tikkurila%20swimming%20hall::60.298848,25.030664\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Espoonlahti swimming hall<\/h3>\n\n<\/div>\n<p class=\"address\">Espoonlahdenkuja 4, 02320 Espoo<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 15.7 km<\/p>\n<p class=\"description\">Espoonlahti swimming hall has a 50-meter pool, a children&#8217;s pool, and separate men&#8217;s and women&#8217;s saunas. The facility also includes a gym and a caf\u00e9.<\/p>\n\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/www.espoo.fi\/fi\/liikunta-ja-luonto\/sisaliikuntatilat\/uimahallit\/espoonlahden-uimahalli\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Espoonlahden%20uimahalli%2C%20Espoonlahdenkuja%204%2C%2002320%20Espoo\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Espoonlahti%20swimming%20hall::60.146302,24.65899\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Hakunila swimming hall<\/h3>\n\n<\/div>\n<p class=\"address\">Sotungintie 17, 01200 Vantaa<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 15.8 km<\/p>\n<p class=\"description\">Hakunilan uimahalli offers a 25-meter pool, teaching pool, children&#8217;s wading pool, cold water pool, and a therapy pool. The men&#8217;s and women&#8217;s changing rooms each include two saunas (mild and hot), and separate higher saunas are located by the therapy pool.<\/p>\n\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/www.vantaa.fi\/fi\/palveluhakemisto\/toimipiste\/hakunilan-uimahalli\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Hakunilan%20uimahalli%2C%20Sotungintie%2017%2C%2001200%20Vantaa\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Hakunila%20swimming%20hall::60.280038,25.119841\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Central Espoo swimming hall<\/h3>\n\n<\/div>\n<p class=\"address\">Kaivomestarinniitty 2, 02770 Espoo<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 16.1 km<\/p>\n<p class=\"description\">Central Espoo swimming hall offers separate saunas for men and women. It is located in Espoo, 16.1 km from Helsinki center.<\/p>\n\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/www.espoo.fi\/fi\/liikunta-ja-luonto\/sisaliikuntatilat\/uimahallit\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Keski-Espoon%20uimahalli%2C%20Kaivomestarinniitty%202%2C%2002770%20Espoo\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Central%20Espoo%20swimming%20hall::60.209903,24.659495\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Korso swimming hall<\/h3>\n\n<\/div>\n<p class=\"address\">Kisatie 29, 01450 Vantaa<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 22.1 km<\/p>\n\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/www.vantaa.fi\/\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Korson%20uimahalli%2C%20Kisatie%2029%2C%2001450%20Vantaa\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Korso%20swimming%20hall::60.358114,25.070038\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Tuusula swimming hall<\/h3>\n\n<\/div>\n<p class=\"address\">Rykmentintie 1, 04300 Tuusula<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 26.2 km<\/p>\n<p class=\"description\">Municipal swimming hall with separate men&#8217;s and women&#8217;s saunas. Located in Hyryl\u00e4n keskusta, Tuusula.<\/p>\n\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/tuusula.fi\/etusivu\/kulttuuri-ja-vapaa-aika\/liikunta\/uimahalli\/\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Tuusulan%20uimahalli%2C%20Rykmentintie%201%2C%2004300%20Tuusula\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Tuusula%20swimming%20hall::60.401013,25.029764\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Kirkkonummi swimming hall<\/h3>\n\n<\/div>\n<p class=\"address\">Gesterbyntie 41, 02400 Kirkkonummi<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 27.6 km<\/p>\n<p class=\"description\">Kirkkonummi swimming hall offers separate saunas for women and men alongside a swimming pool. The facility is known for being clean and family-friendly.<\/p>\n\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"http:\/\/www.kirkkonummi.fi\/liikuntajaulkoilu\/uimahalli\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Kirkkonummen%20uimahalli%2C%20Gesterbyntie%2041%2C%2002400%20Kirkkonummi\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Kirkkonummi%20swimming%20hall::60.128167,24.446652\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Kerava swimming hall<\/h3>\n\n<\/div>\n<p class=\"address\">Tuusulantie 45, 04200 Kerava<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 27.9 km<\/p>\n<p class=\"description\">Kerava swimming hall offers swimming pools, gyms, and exercise halls. Sauna facilities include separate men&#8217;s and women&#8217;s saunas, a steam sauna, and two private saunas available for booking.<\/p>\n\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/www.kerava.fi\/kulttuuri-ja-vapaa-aika\/liikunta\/uimahalli\/\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Keravan%20uimahalli%2C%20Tuusulantie%2045%2C%2004200%20Kerava\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Kerava%20swimming%20hall::60.408475,25.092086\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n\n<section id=\"church-parish-sauna\">\n<h2>Church \/ parish sauna <span class=\"cat-count\">(10)<\/span><\/h2>\n<div class=\"card-grid\">\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Mustasaari activity centre<\/h3>\n<p class=\"secondary\">(Helsinki church union)<\/p>\n\n<\/div>\n<p class=\"address\">Mustasaari, 00340 Helsinki<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 4.0 km<\/p>\n<p class=\"description\">Mustasaari activity centre, run by the Helsinki church union, is a church parish sauna. The Rantasauna (beach sauna) is available for private bookings.<\/p>\n<span class=\"notes\"><\/span>\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/www.mustasaarentoimintakeskus.fi\/index\/tilat.html#sauna\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Mustasaaren%20toimintakeskus%2C%20Mustasaari%2C%2000340%20Helsinki\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Mustasaari%20activity%20centre::60.1722048,24.8668228\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Laajaranta<\/h3>\n<p class=\"secondary\">(Roihuvuori parish)<\/p>\n\n<\/div>\n<p class=\"address\">Humalniementie 15, 00840 Helsinki<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 7.0 km<\/p>\n<p class=\"description\">Laajaranta is a parish sauna in Helsinki&#8217;s Roihuvuori area. It offers a Rantasauna (beach sauna) by the lakeside.<\/p>\n\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/www.helsinginseurakunnat.fi\/roihuvuorenseurakunta\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Laajaranta%2C%20Humalniementie%2015%2C%2000840%20Helsinki\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Laajaranta::60.184071,25.061736\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>L\u00e4nsim\u00e4ki church<\/h3>\n\n<\/div>\n<p class=\"address\">Kerokuja 9, 01280 Vantaa<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 12.6 km<\/p>\n<p class=\"description\">A 1986 brick church in Vantaa with a sauna that is only occasionally open to the public. Check the schedule before visiting.<\/p>\n<span class=\"notes\">Only occasionally open to the public, check schedule before visiting<\/span>\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/kirkkovantaalla.fi\/kirkot-tilat-ja-hautausmaat\/kirkot-ja-kappelit\/lansimaen-kirkko\/\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/L%C3%A4nsim%C3%A4en%20kirkko%2C%20Kerokuja%209%2C%2001280%20Vantaa\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/L%C3%A4nsim%C3%A4ki%20church::60.242993,25.112639\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Vuosaari seamen&#8217;s church<\/h3>\n\n<\/div>\n<p class=\"address\">Provianttikatu 4, 00980 Helsinki<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 14.3 km<\/p>\n<p class=\"description\">Situated near the Vuosaari harbour, this seamen&#8217;s church offers a sauna for visitors and also accepts private bookings.<\/p>\n<span class=\"notes\"><\/span>\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/merimieskirkko.fi\/taalla-toimimme\/kotimaan-toimipaikat\/vuosaari\/\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Vuosaaren%20merimieskirkko%2C%20Provianttikatu%204%2C%2000980%20Helsinki\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Vuosaari%20seamen%27s%20church::60.2219397,25.1741652\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Kivist\u00f6 church<\/h3>\n\n<\/div>\n<p class=\"address\">Laavatie 2, 01700 Vantaa<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 17.3 km<\/p>\n<p class=\"description\">Kivist\u00f6 Church is a parish venue with a sauna, located in Vantaa. The sauna is open to the public only occasionally, so check the schedule before visiting.<\/p>\n<span class=\"notes\">Only occasionally open to the public, check schedule before visiting<\/span>\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/kirkkovantaalla.fi\/kirkot-tilat-ja-hautausmaat\/kirkot-ja-kappelit\/kiviston-kirkko\/\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Kivist%C3%B6n%20kirkko%2C%20Laavatie%202%2C%2001700%20Vantaa\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Kivist%C3%B6%20church::60.318072,24.842974\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Ilola parish house<\/h3>\n\n<\/div>\n<p class=\"address\">Soittajankuja 1, 01390 Vantaa<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 18.3 km<\/p>\n<span class=\"notes\">Only occasionally open to the public, check schedule before visiting<\/span>\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/kirkkovantaalla.fi\/kirkot-tilat-ja-hautausmaat\/seurakuntatilat\/ilolan-seurakuntatalo\/\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Ilolan%20seurakuntatalo%2C%20Soittajankuja%201%2C%2001390%20Vantaa\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Ilola%20parish%20house::60.328473,25.026033\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Rekola St. Andrew&#8217;s church<\/h3>\n\n<\/div>\n<p class=\"address\">Kustaantie 22, 01400 Vantaa<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 18.9 km<\/p>\n<span class=\"notes\">Some access may be restricted (members\/residents\/events)<\/span>\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/www.vantaanseurakunnat.fi\/kirkot-ja-tilat\/kirkot-ja-kappelit\/rekolan-kirkko\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Rekolan%20Pyh%C3%A4n%20Andreaan%20kirkko%2C%20Kustaantie%2022%2C%2001400%20Vantaa\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Rekola%20St.%20Andrew%27s%20church::60.326449,25.072133\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Korso parish centre<\/h3>\n\n<\/div>\n<p class=\"address\">Merikotkantie 4, 01450 Vantaa<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 21.5 km<\/p>\n<p class=\"description\">Church parish centre in Vantaa with a fixed sauna (Kotkansiiven sauna) and a tent sauna. Private bookings are available.<\/p>\n<span class=\"notes\"><\/span>\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/www.vantaanseurakunnat.fi\/kirkot-ja-tilat\/seurakuntatilat\/korson-seurakuntakeskus\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Korson%20seurakuntakeskus%2C%20Merikotkantie%204%2C%2001450%20Vantaa\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Korso%20parish%20centre::60.3511976,25.0755757\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Velskola course centre<\/h3>\n<p class=\"secondary\">(Espoo parish)<\/p>\n\n<\/div>\n<p class=\"address\">V\u00e4\u00e4r\u00e4j\u00e4rventie 2, 02980 Espoo<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 23.0 km<\/p>\n<p class=\"description\">Velskola course centre offers two wood-heated saunas: V\u00e4entuvan sauna (capacity 10, with terrace and fireplace room) and Kartanon sauna (capacity 15, with a renovated pergola). Available for private bookings.<\/p>\n<span class=\"notes\"><\/span>\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/velskola.fi\/sauna\/\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Velskolan%20kurssikeskus%2C%20V%C3%A4%C3%A4r%C3%A4j%C3%A4rventie%202%2C%2002980%20Espoo\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Velskola%20course%20centre::60.3129184,24.6381955\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Rusutj\u00e4rvi camp home<\/h3>\n<p class=\"secondary\">(Tuusula parish)<\/p>\n\n<\/div>\n<p class=\"address\">H\u00e4meentie 44, 04300 Tuusula<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 29.4 km<\/p>\n<p class=\"description\">A parish camp home with a lakeside sauna building that seats 15 and includes a lounge, small kitchen, electric sauna, two changing rooms, a large terrace, and accessible toilets. The sauna is available for private group rentals.<\/p>\n\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/www.tuusulanseurakunta.fi\/kirkot-ja-tilat\/rusutjarven-leirikoti\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Rusutj%C3%A4rven%20leirikoti%2C%20H%C3%A4meentie%2044%2C%2004300%20Tuusula\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Rusutj%C3%A4rvi%20camp%20home::60.4328896,24.9842533\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n\n<section id=\"restaurant-bar-sauna\">\n<h2>Restaurant \/ bar sauna <span class=\"cat-count\">(8)<\/span><\/h2>\n<div class=\"card-grid\">\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Bar Jan Mayen<\/h3>\n<p class=\"secondary\">(Barquentine Jan Mayen)<\/p>\n\n<\/div>\n<p class=\"address\">Pohjoissatama, Halkolaituri, 00170 Helsinki<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 1.3 km<\/p>\n<p class=\"description\">Bar Jan Mayen is a bar and restaurant aboard a historic three-masted schooner moored at Halkolaituri in Helsinki. It features a wood-fired IKI sauna in the former captain&#8217;s cabin, available as a public sauna.<\/p>\n<span class=\"notes\"><\/span>\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/janmayen.fi\/\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Bar%20Jan%20Mayen%2C%20Pohjoissatama%2C%20Halkolaituri%2C%2000170%20Helsinki\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Bar%20Jan%20Mayen::60.171646,24.961693\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Rowing stadium<\/h3>\n\n<\/div>\n<p class=\"address\">Merikannontie 4, 00260 Helsinki<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 1.8 km<\/p>\n<p class=\"description\">The Rowing Stadium, originally constructed for the 1940 Summer Olympics, was designed by architect Hilding Ekelund. Today the Rowing Stadium is a lively Summer restaurant that has beautiful views over the sea.<\/p>\n<span class=\"notes\"><\/span>\n<div class=\"card-links\">\n\n<a class=\"site-btn\" href=\"https:\/\/soutustadion.fi\/en\/home\/\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Soutustadion%2C%20Merikannontie%204%2C%2000260%20Helsinki\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Rowing%20stadium::60.1784,24.9105\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Villa Wuorio<\/h3>\n\n<\/div>\n<p class=\"address\">Vuorilahdentie 5, 00870 Helsinki<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 5.9 km<\/p>\n<p class=\"description\">Rantasauna, a wood-fired sauna, is located by the sea in the Villa Wuorio estate. It features a large window with sea views, a terrace overlooking Kustaanmiekka and Helsinki city center, and direct access to swimming steps.<\/p>\n<span class=\"notes\"><\/span>\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/saarenoma.fi\/villawuorio\/sauna\/\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Villa%20Wuorio%2C%20Vuorilahdentie%205%2C%2000870%20Helsinki\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Villa%20Wuorio::60.159843,25.043197\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>VIlla Willinge<\/h3>\n\n<\/div>\n<p class=\"address\">Kristallilahdenpolku 1, 00850 Helsinki<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 9.4 km<\/p>\n<p class=\"description\">Villa Willinge is a restaurant and bar with two lakeside saunas: a small and a large one. Private bookings are available.<\/p>\n<span class=\"notes\"><\/span>\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/www.villawillinge.fi\/\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/VIlla%20Willinge%2C%20Kristallilahdenpolku%201%2C%2000850%20Helsinki\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/VIlla%20Willinge::60.157998,25.106838\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Villa Ivan Falin<\/h3>\n\n<\/div>\n<p class=\"address\">Skatanniementie 4, 00980 Helsinki<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 13.8 km<\/p>\n<p class=\"description\">Rent this seaside sauna for up to ten people, or join an open session. It features a terrace, pier, and small sandy beach on the Baltic Sea.<\/p>\n<span class=\"notes\"><\/span>\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/villaivanfalin.fi\/rantasauna\/\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Villa%20Ivan%20Falin%2C%20Skatanniementie%204%2C%2000980%20Helsinki\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Villa%20Ivan%20Falin::60.2061831,25.177411\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Restaurant &amp; outdoor centre Oittaa<\/h3>\n\n<\/div>\n<p class=\"address\">Kunnarlantie 39, 02740 Espoo<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 17.4 km<\/p>\n<p class=\"description\">Restaurant and outdoor centre on the shore of Lake Bodom, offering separate men&#8217;s and women&#8217;s saunas during the winter season. The buffet restaurant serves meals daily, and the venue is available for private bookings.<\/p>\n<span class=\"notes\"><\/span>\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/www.oittaanetti.fi\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Ravintola%20%26%20Ulkoilukeskus%20Oittaa%2C%20Kunnarlantie%2039%2C%2002740%20Espoo\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Restaurant%20%26%20outdoor%20centre%20Oittaa::60.2416291,24.6577845\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Sarfvik Beach Club<\/h3>\n<p class=\"secondary\">(Espoo sauna raft)<\/p>\n\n<\/div>\n<p class=\"address\">Siltaranta 8, 02390 Kirkkonummi<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 18.2 km<\/p>\n<p class=\"description\">Sarfvik Beach Club is a seaside restaurant and sauna in Kirkkonummi, featuring a landscape sauna, a barrel sauna, and sauna rafts available for private rental. The venue offers sea views and can be booked for private events.<\/p>\n<span class=\"notes\"><\/span>\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/sarfvikbeachclub.fi\/#Saunalautta\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Sarfvik%20Beach%20Club%2C%20Siltaranta%208%2C%2002390%20Kirkkonummi\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Sarfvik%20Beach%20Club::60.1559511,24.6107586\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Seasong summer caf\u00e9<\/h3>\n\n<\/div>\n<p class=\"address\">Norrkullalandet, 01120 Sipoo<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 24.3 km<\/p>\n<p class=\"description\">Caf\u00e9 Seasong is a summer restaurant in the Sipoo archipelago offering wood-fired pizzas, pastries, and a sauna with a hot tub overlooking the sea.<\/p>\n\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/www.seasong.fi\/cafe-seasong\/\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Seasong%20kes%C3%A4kahvila%2C%20Norrkullalandet%2C%2001120%20Sipoo\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Seasong%20summer%20caf%C3%A9::60.232206,25.359852\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n\n<section id=\"spa\">\n<h2>Spa <span class=\"cat-count\">(4)<\/span><\/h2>\n<div class=\"card-grid\">\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>K\u00e4mp Spa<\/h3>\n\n<\/div>\n<p class=\"address\">Kluuvikatu 4 B 8. krs, 00100 Helsinki<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 0.5 km<\/p>\n<p class=\"description\">K\u00e4mp Spa is a wellness retreat in central Helsinki offering a sauna and steam sauna. It combines Finnish tradition with modern wellness treatments.<\/p>\n\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/www.kampspa.com\/\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/K%C3%A4mp%20Spa%2C%20Kluuvikatu%204%20B%208.%20krs%2C%2000100%20Helsinki\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/K%C3%A4mp%20Spa::60.1685969,24.9473199\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Flamingo Spa<\/h3>\n\n<\/div>\n<p class=\"address\">Tasetie 8, 01510 Vantaa<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 13.6 km<\/p>\n<p class=\"description\">Flamingo Spa is a large spa and sauna complex in Vantaa, featuring a variety of named saunas including Sisu, Lumous, Terva, Syli, Pyry, Sumu, Usva, and Utu, plus separate men&#8217;s and women&#8217;s saunas. It is part of the Flamingo entertainment center, which also includes a water park.<\/p>\n\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/www.flamingospa.fi\/\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Flamingo%20Spa%2C%20Tasetie%208%2C%2001510%20Vantaa\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Flamingo%20Spa::60.2908836,24.9685778\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Majvik<\/h3>\n\n<\/div>\n<p class=\"address\">Majvikintie 1, 02440 Kirkkonummi<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 21.3 km<\/p>\n<p class=\"description\">Majvik is a spa and congress center by the sea in Kirkkonummi, offering a swimming pool and several saunas. Three saunas by the shore are available for private bookings.<\/p>\n<span class=\"notes\"><\/span>\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/majvik.fi\/\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Majvik%2C%20Majvikintie%201%2C%2002440%20Kirkkonummi\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Majvik::60.166324,24.552761\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>XO Center<\/h3>\n\n<\/div>\n<p class=\"address\">Keinukalliontie 2, 04220 Kerava<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 26.5 km<\/p>\n<p class=\"description\">XO Center&#8217;s spa offers a traditional sauna and a steam sauna along with hot and cold plunge pools. The facility is located in Kerava and requires swimwear.<\/p>\n\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/xocenter.fi\/palvelut\/spa\/\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/XO%20Center%2C%20Keinukalliontie%202%2C%2004220%20Kerava\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/XO%20Center::60.3852,25.1444\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n\n<section id=\"sports-outdoor-centre\">\n<h2>Sports \/ outdoor centre <span class=\"cat-count\">(4)<\/span><\/h2>\n<div class=\"card-grid\">\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Biitsi Salmisaari<\/h3>\n\n<\/div>\n<p class=\"address\">Energiakatu 3, 00180 Helsinki<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 2.0 km<\/p>\n<p class=\"description\">Biitsi Salmisaari offers private sauna rentals in three themed saunas: Pyramid, Bali, and Jungle. Located in Salmisaari, Helsinki, it is suitable for group events and private bookings.<\/p>\n<span class=\"notes\"><\/span>\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/www.biitsi.fi\/saunatilatsalmisaari\/\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Biitsi%20Salmisaari%2C%20Energiakatu%203%2C%2000180%20Helsinki\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Biitsi%20Salmisaari::60.1656997,24.9030117\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Biitsi Pasila<\/h3>\n\n<\/div>\n<p class=\"address\">Tripla, Helsinki 00101<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 3.2 km<\/p>\n<p class=\"description\">Biitsi Pasila is an indoor beach centre in Mall of Tripla, featuring beach volleyball, three sauna spaces, and a bar. Private sauna bookings are available.<\/p>\n<span class=\"notes\"><\/span>\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/www.biitsi.fi\/pasila\/\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Biitsi%20Pasila%2C%20Tripla%2C%20Helsinki%2000101\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Biitsi%20Pasila::60.198146,24.929317\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Laguuni Mustikkamaa<\/h3>\n\n<\/div>\n<p class=\"address\">Mustikkamaantie 8, 00570 Helsinki<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 3.2 km<\/p>\n<p class=\"description\">Laguuni Mustikkamaa is a water sports and restaurant pier in Helsinki. In winter, it offers winter swimming and public sauna sessions, including a floating wood-heated barrel sauna available for private bookings.<\/p>\n<span class=\"notes\"><\/span>\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/laguuniin.fi\/mustikkamaa\/\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Laguuni%20Mustikkamaa%2C%20Mustikkamaantie%208%2C%2000570%20Helsinki\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Laguuni%20Mustikkamaa::60.1825,24.9913\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Hybridarena Hype<\/h3>\n\n<\/div>\n<p class=\"address\">Vanha Jorvaksentie 3, Espoo<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 17.6 km<\/p>\n<p class=\"description\">Hybridiarena Hype is a sports and event center in Espoo with sauna facilities and a rooftop swimming pool. Sauna options include a landscape sauna and a Skyline VIP lounge.<\/p>\n<span class=\"notes\"><\/span>\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/hypeareena.fi\/\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Hybridarena%20Hype%2C%20Vanha%20Jorvaksentie%203%2C%20Espoo\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Hybridarena%20Hype::60.157224,24.620973\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n\n<section id=\"water-park\">\n<h2>Water park <span class=\"cat-count\">(1)<\/span><\/h2>\n<div class=\"card-grid\">\n<div class=\"sauna-card\">\n<div class=\"card-top\">\n<h3>Serena water park<\/h3>\n\n<\/div>\n<p class=\"address\">Tornim\u00e4entie 10, 02970 Espoo<\/p>\n  <p class=\"distance-row\">Distance from Helsinki center: 20.5 km<\/p>\n<p class=\"description\">Serena water park in Espoo features men&#8217;s and women&#8217;s saunas and steam saunas.<\/p>\n\n<div class=\"card-links\">\n<a class=\"site-btn\" href=\"https:\/\/serena.fi\" target=\"_blank\" rel=\"noopener nofollow\">Website \u2197<\/a>\n<a href=\"https:\/\/www.google.com\/maps\/search\/Serena%2C%20Tornim%C3%A4entie%2010%2C%2002970%20Espoo\" target=\"_blank\" rel=\"noopener nofollow\" class=\"map-btn\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"#fff\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg> Map<\/a>\n<a href=\"https:\/\/reittiopas.hsl.fi\/reitti\/Helsinki%20city%20center::60.1699,24.9384\/Serena%20water%20park::60.3257299,24.7405457\" target=\"_blank\" rel=\"noopener nofollow\" class=\"hsl-btn\">HSL transit \u2197<\/a>\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n\n<\/div>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Public saunas in Helsinki: a guide for visitors Helsinki has over 100 public saunas within a 30 km radius of the city center. That&#8217;s a lot of l\u00f6yly. You don&#8217;t need to book a hotel spa or wait for a Finn to invite you to their cabin. The city has working public saunas, swimming halls [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-33051","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/saunazilla.com\/en\/wp-json\/wp\/v2\/pages\/33051","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/saunazilla.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/saunazilla.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/saunazilla.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/saunazilla.com\/en\/wp-json\/wp\/v2\/comments?post=33051"}],"version-history":[{"count":8,"href":"https:\/\/saunazilla.com\/en\/wp-json\/wp\/v2\/pages\/33051\/revisions"}],"predecessor-version":[{"id":33062,"href":"https:\/\/saunazilla.com\/en\/wp-json\/wp\/v2\/pages\/33051\/revisions\/33062"}],"wp:attachment":[{"href":"https:\/\/saunazilla.com\/en\/wp-json\/wp\/v2\/media?parent=33051"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}