/* Sat, 15 Nov 2025 14:12:44 +0000 (0.0783s) */

@charset "UTF-8";
html {
  line-height: 1.24em;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 16px;
  }
}
body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #000;
  font-family: "Outfit", sans-serif;
  font-weight: 100;
}
input, textarea {
  font-family: "Outfit", sans-serif;
  resize: none;
  width: 100%;
  box-sizing: border-box;
}
a, button, * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a {
  color: inherit;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.5em;
}
h1 {
  font-size: 40px;
  line-height: 1em;
}
h2 {
  line-height: 1.24em;
  font-size: 2rem;
}
h2 span {
  font-weight: 300;
}
h3 {
  font-size: 1.5rem;
}
ul {
  padding: 0.2em 0 0.2em 1em;
  list-style: square;
}
p.big {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2em;
}
@media screen and (min-width: 768px) {
  .mobile {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .desktop {
    display: none !important;
  }
}
figure.wp-block-gallery {
  max-width: 1024px;
  margin: 30px auto;
  box-sizing: border-box;
}
figure.wp-block-gallery figure.wp-block-image {
  padding: 0 30px;
}
a.cta, button.cta, input.cta {
  border: 1px solid #333;
  padding: 6px 10px;
  border-radius: 7px;
  /* background: linear-gradient(90deg, #f8f63c, #fa9c29); */
  background: linear-gradient(90deg, #1072a9, #30a2c9);
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  transition: all 0.4s ease;
  transform: translate(0, 0);
  cursor: pointer;
  font-size: 1.2rem;
  text-shadow: 0 0 2.5px black;
}
a.cta:hover, button.cta:hover, input.cta:hover {
  transform: translate(1px, 1px);
}
a.arrow {
  font-weight: 500;
  position: relative;
}
a.arrow::after {
  color: #444;
  content: " »";
  position: absolute;
  right: -0.7em;
  transition: all 0.5s ease;
}
a.arrow:hover::after {
  right: -0.8em;
}
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  min-height: 60px;
  border-bottom: 1px solid #000;
}
header .inner {
  max-width: 1024px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 10px 20px;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
header .left, header .right {
  display: flex;
  flex-direction: row;
  align-items: center;
}
header .logo {
  font-size: 0;
  background-size: cover;
  background-position: center;
  background-image: url(/wp-content/uploads/2025/05/haivoima-w2-300x300.png);
  display: block;
  width: 40px;
  height: 40px;
  color: transparent;
  top: 10px;
  left: 20px;
  flex: 0 0 40px;
}
header .cta {
  margin-left: 15px;
}
header nav {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  padding: 30px;
  background-color: #000;
  width: 100%;
  height: calc(100vh - 60px);
  box-sizing: border-box;
  text-align: center;
}
@media screen and (min-width: 768px) {
  header nav {
    text-align: right;
    padding: 0;
    left: auto;
    top: auto;
    position: relative;
    background-color: transparent;
    width: auto;
    height: auto;
    display: inline;
  }
}
header nav a {
  margin: 0 0 0 20px;
  text-decoration: none;
  color: #fff;
  position: relative;
  font-weight: 300;
  display: block;
  font-size: 2rem;
  line-height: 1.2em;
}
@media screen and (min-width: 768px) {
  header nav a {
    font-size: 1rem;
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  header nav a::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    background-color: #eee;
    width: 0;
    transition: all 0.5s ease;
    height: 1px;
  }
}
@media screen and (min-width: 768px) {
  header nav a:hover::after {
    width: 90%;
    left: 5%;
  }
}
header .toggle {
  width: 40px;
  height: 40px;
  padding: 0;
  background-color: transparent;
  border: 0;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  header .toggle {
    display: none;
  }
}
header .toggle div {
  background-color: #fff;
  height: 3px;
  right: 5px;
  position: absolute;
  transition: all 0.3s ease;
}
header .toggle .line1 {
  width: 30px;
  top: 10px;
}
header .toggle .line2 {
  width: 25px;
  top: 18px;
}
header .toggle .line3 {
  width: 30px;
  top: 26px;
}
header .toggle:hover .line2 {
  width: 30px;
}
header.toggled .toggle .line1 {
  transform: translate(0px, 9px) rotate(45deg);
}
header.toggled .toggle .line2, header:hover.toggled .line2 {
  width: 0;
}
header.toggled .toggle .line3 {
  transform: translate(0px, -7px) rotate(-45deg);
}
header.toggled nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  header.toggled nav {
    display: inline;
  }
}
html.no-webp header .logo {
  background-image: url(../img/haivoima1.png);
}
footer {
  min-height: 100px;
  background-color: #000;
  color: #fff;
  padding: 30px;
}
footer .inner {
  text-align: center;
}
footer h3 {
  margin: 1em 0;
}
footer .facebook, footer .instagram, footer .tiktok {
  font-size: 0;
  color: transparent;
  display: inline-block;
}
footer .facebook::after, footer .instagram::after, footer .tiktok::after {
  color: #fff;
  font-size: 2rem;
  font-family: FontAwesome;
  margin: 0 0.5em;
}
footer .facebook::after {
  content: "";
}
footer .instagram::after {
  content: "";
}
footer .tiktok::after {
  content: "";
}
section.hero {
  background-image: url(../img/hero1.jpg.webp);
  background-size: cover;
  padding: 60px 0 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-position: center;
  position: relative;
  box-sizing: border-box;
  min-height: calc(100vh);
}
@media screen and (min-width: 768px) {
  section.hero {
    min-height: 80vh;
    max-height: 800px;
  }
}
section.hero::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
section.hero .inner {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding: 30px;
}
@media screen and (min-width: 768px) {
  section.hero .inner {
    padding: 50px;
  }
}
section.hero .box {
  border: 5px solid #fff;
  max-width: 400px;
  padding: 30px;
  box-sizing: border-box;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  section.hero .box {
    text-align: center;
    padding: 40px;
  }
}
section.hero .box img {
  width: 100px;
  display: block;
  margin: 0 auto 15px;
}
section.hero h1 {
  text-shadow: 0 0 3px #000;
}
html.no-webp section.hero {
  background-image: url(../img/hero1.jpg);
}
section.subhero {
  min-height: 35vh;
  background-size: cover;
  background-position: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  position: relative;
  padding: 60px 30px 0;
  box-sizing: border-box;
}
section.subhero h1 {
  text-shadow: 0 0 3px #000;
  position: relative;
}
section.subhero.veil::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
section.subheading {
  text-align: center;
  min-height: 100px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-size: cover;
  background-position: center;
}
section.subheading h2 {
  color: #000;
  text-transform: uppercase;
  margin: 0.5em 0;
}
section.subheading h2 span {
  text-transform: none;
  display: block;
}
section.subheading.inverse h2 {
  color: #fff;
}
section.threecols {
  max-width: 1024px;
  margin: 0 auto 50px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  section.threecols {
    flex-direction: row;
    justify-content: space-between;
    padding: 0 30px;
  }
}
section.threecols > div {
  padding: 30px;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  color: #000;
  position: relative;
  font-size: 1.2rem;
  line-height: 1.3em;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  section.threecols > div {
    flex: 0 0 calc(33% - 10px);
  }
}
section.threecols > div::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-color: rgba(255, 255, 255, 0.3);
  transition: all 0.4s ease;
}
section.threecols > div:hover::before {
  background-color: rgba(255, 255, 255, 0.6);
}
section.threecols > div h3, section.threecols > div p, section.threecols > div * {
  position: relative;
}
section.threecols > div.white {
  color: #fff;
}
section.threecols > div.white::before {
  background-color: rgba(0, 0, 0, 0.2);
}
section.threecols > div.white:hover::before {
  background-color: rgba(0, 0, 0, 0.6);
}
section.twocols .inner {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 50px 30px;
}
@media screen and (min-width: 768px) {
  section.twocols .inner {
    flex-direction: row;
  }
}
section.twocols .inner .left {
  flex: 0 0 350px;
  padding-right: 30px;
  box-sizing: border-box;
  padding: 10px 30px 10px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.twocols .inner .left {
    text-align: left;
  }
}
section.twocols .inner .right {
  flex: 1 1 auto;
  background-size: cover;
  background-position: center;
}
section.twocols2 .inner {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 50px 30px;
}
@media screen and (min-width: 768px) {
  section.twocols2 .inner {
    flex-direction: row;
  }
}
section.logoribbon .inner {
  display: flex;
  flex-direction: row;
  max-width: 590px;
  margin: 0 auto;
  padding: 50px 30px;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media screen and (min-width: 768px) {
  section.logoribbon .inner {
    max-width: 850px;
    justify-content: center;
  }
}
@media screen and (min-width: 1280px) {
  section.logoribbon .inner {
    max-width: 1280px;
  }
}
section.logoribbon a {
  display: inline-flex;
  padding-bottom: 5%;
  flex: 0 0 200px;
  /* padding: 0 20px; */
  padding: 15px 20px;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  section.logoribbon a {
    flex: 0 0 300px;
    /* flex: 0 0 calc(100% / 3 - 10px); */
  }
}
@media screen and (min-width: 1024px) {
  section.logoribbon a {
    /* flex: 0 0 calc(100% / 7 - 10px); */
  }
}
section.logoribbon a img {
  width: 100%;
}
section.threecols2 {
  max-width: 1024px;
  margin: 30px auto 50px;
}
section.threecols2 .inner {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  section.threecols2 .inner {
    flex-direction: row;
    justify-content: space-between;
    padding: 0 30px;
  }
}
section.threecols2 .inner > div {
  padding: 30px;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  color: #000;
  font-size: 1.2rem;
  line-height: 1.3em;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  section.threecols2 .inner > div {
    flex: 0 0 calc(33% - 10px);
  }
}
section.slogan {
  min-height: 290px;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
  padding: 30px;
}
section.slogan::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
section.slogan .inner {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.2em;
  font-weight: 500;
  text-align: center;
  max-width: 800px;
}
section.team {
  padding: 30px;
}
section.team .inner {
  margin: 0 auto;
  max-width: 1024px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  section.team .inner {
    flex-direction: row;
    justify-content: center;
  }
}
section.team .item {
  flex: 0 0 250px;
  padding: 0 20px 20px;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.team .item {
    text-align: left;
  }
}
section.team .picture {
  width: 250px;
  height: 300px;
  background-size: cover;
  background-position: center;
  margin: 0 auto 1em;
}
@media screen and (min-width: 768px) {
  section.team .picture {
    margin: 0 0 1em;
  }
}
section.basic {
  padding: 50px 30px;
  position: relative;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.basic .inner {
  max-width: 1024px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
section.basic.white {
  color: #fff;
  background-color: #000;
}
section.basic.black {
  color: #000;
  background-color: #fff;
}
section.basic .veil {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}
section.basic.black .veil {
  background-color: #fff;
}
section.basic.halfscreen {
  min-height: 50vh;
}
section.basic.fullscreen {
  min-height: 100vh;
}
section.product {
  padding: 0 30px;
}
section.product .inner {
  max-width: 1024px;
  margin: 0 auto 50px;
  display: flex;
  flex-direction: column;
  border: 3px solid #333;
  border-radius: 5px;
  padding: 30px;
  box-sizing: border-box;
}
@media screen and (min-width: 600px) {
  section.product .inner {
    flex-direction: row;
  }
}
section.product .left {
  flex: 0 0 200px;
  box-sizing: border-box;
  text-align: center;
  padding: 0 0 20px;
}
@media screen and (min-width: 768px) {
  section.product .left {
    padding: 0 40px 20px 0;
  }
}
section.product .left img {
  max-width: 100%;
  margin: 0 0 20px 0;
}
section.product .right {
  flex: 1 1 auto;
}
section.product .picture {
  width: 100%;
  background-size: cover;
}
section.product .picture.r2-3 {
  padding-top: 150%;
}
section.product .picture.r3-5 {
  padding-top: 166%;
}
section.product .picture.r6-7 {
  padding-top: 117%;
}
section.product .picture.r8-11 {
  padding-top: 138%;
}
section.product .picture.r1-1 {
  padding-top: 100%;
}
section.product .picture.r1-106 {
  padding-top: 106%;
}
section.product .picture.r1-202 {
  padding-top: 202%;
}
section.product .from {
  font-weight: 600;
}
form.contact {
  max-width: 300px;
  position: relative;
}
form.contact .thanks, form.contact .error3 {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  flex-direction: column;
  font-weight: 500;
  display: none;
  box-sizing: border-box;
}
form.contact .thanks h3, form.contact .error3 h3 {
  line-height: 1.3em;
  margin: 0 0 0.5em;
}
form.contact .thanks p, form.contact .error3 p {
  margin: 0;
}
form.contact textarea {
  height: 100px;
}
form.contact label {
  font-weight: 500;
  display: block;
  margin: 0 0 5px;
}
form.contact input[type="text"], form.contact textarea {
  padding: 5px 8px;
  border: 1px solid #999;
  border-radius: 3px;
  margin: 5px 0;
}
form.contact input[type="checkbox"] {
  display: inline;
  width: auto;
}
form.contact ::-ms-input-placeholder {
  color: #bbb;
}
form.contact ::-moz-placeholder {
  color: #bbb;
}
form.contact ::-webkit-input-placeholder {
  color: #bbb;
}
form.contact ::placeholder {
  color: #bbb;
}
form.contact .error1, form.contact .error2 {
  display: none;
  color: #a00;
  font-weight: 500;
}
form.contact .error1.shown, form.contact .error2.shown {
  display: block;
}
form.contact .thanks.shown, form.contact .error3.shown {
  display: flex;
}
section.split {
  padding: 50px 30px;
}
section.split .inner {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 600px) {
  section.split .inner {
    flex-direction: row;
  }
}
@media screen and (min-width: 600px) {
  section.split .col {
    flex: 1 1 50%;
  }
}
section.bargainlist .inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between;
  padding: 0 20px;
  max-width: 330px;
}
@media screen and (min-width: 710px) {
  section.bargainlist .inner {
    max-width: 674px;
  }
}
@media screen and (min-width: 1040px) {
  section.bargainlist .inner {
    max-width: 1024px;
  }
}
section.bargainlist .item {
  padding: 0 10px 40px;
  box-sizing: border-box;
  border: 3px solid #333;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 20px;
  flex: 0 0 100%;
  position: relative;
}
@media screen and (min-width: 710px) {
  section.bargainlist .item {
    flex: 0 0 330px;
  }
}
section.bargainlist .item ul {
  text-align: left;
}
section.bargainlist .item h2 {
  font-size: 1.2rem;
}
section.bargainlist .item .price {
  font-size: 2rem;
}
section.bargainlist .item .imagewrap {
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (min-width: 600px) {
  section.bargainlist .item .imagewrap {
    padding: 10px;
  }
}
section.bargainlist .item .imagewrap.noimage::after {
  font-family: FontAwesome;
  content: "";
  font-size: 3rem;
  color: #666;
}
section.bargainlist .item img {
  max-width: 100%;
  max-height: 300px;
}
section.bargainlist .item .smallprice {
  font-weight: bold;
  font-size: 0.9rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
}
section.bargainlist .item .smallprice span {
  font-weight: 200;
  font-size: 0.8rem;
}
.bargain {
  display: flex;
  flex-direction: column;
  max-width: 800px;
  margin: 30px auto;
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .bargain {
    flex-direction: row;
    justify-content: space-between;
  }
}
.bargain .image, .bargain .details {
  flex: 0 0 calc(50% - 20px);
}
.bargain .image img {
  max-width: 100%;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .bargain .image img {
    margin-bottom: 0;
  }
}
.bargain .counter {
  font-weight: bold;
}
.bargain ul {
  text-align: left;
}
.bargain .smallprice {
  font-weight: bold;
}
.bargain .smallprice span {
  font-weight: normal;
}
.bargainform {
  max-width: 800px;
  width: 100%;
  margin: 30px auto;
  position: relative;
  padding: 0 30px;
  box-sizing: border-box;
}
.bargainform a {
  font-weight: bold;
}
.bargainform label {
  display: block;
  width: 250px;
}
.bargainform button {
  width: 100%;
  max-width: 250px;
}
.bargainform input {
  margin: 0.3em 0;
  padding: 3px 5px;
  width: 100%;
  max-width: 100%;
  display: block;
}
.bargainform input.invalid {
  color: #a00;
  border-color: #a00;
}
.bargainform input.invalid:focus {
  outline: #a00;
}
.bargainform .thanks {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
  font-weight: bold;
  display: none;
}
.bargainform .thanks.shown {
  display: block;
}
section.photogallery {
  padding: 30px 0;
}
@media screen and (min-width: 600px) {
  section.photogallery {
    padding: 30px;
  }
}
section.photogallery .inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
section.photogallery a {
  height: 150px;
  margin: 0 10px 15px;
  padding: 0;
  border-radius: 0;
  border: 2px solid #000;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}
section.photogallery img {
  height: 100%;
  display: block;
}
