/*

Theme Name: ProSwim GmbH
Text Domain: proswim
Version: 2.0
Requires at least: 5.0
Requires PHP: 8.0
Description: gregermax
Author: gregermax
Author URI: https://greger.me
Theme URI: https://greger.me
License: gregermax
License URI: https://greger.me

*/
* {
  border: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
  border: none;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
}

blockquote::before,
blockquote::after {
  content: "";
}

html {
  font-size: 65%;
}

body {
  box-sizing: border-box;
  color: #000;
  font-family: "Source Sans 3", Helvetica, sans-serif;
  font-size: 1.8rem;
  text-align: left;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  word-wrap: break-word;
}

#site-content {
  overflow: hidden;
}

main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
.faux-heading {
  font-family: "Montserrat";
  font-weight: 700;
  margin: 3.5rem 0 2rem;
}

h1,
.heading-size-1 {
  font-size: 3rem;
}

h2,
.heading-size-2 {
  font-size: 3rem;
}

h3,
.heading-size-3 {
  font-size: 2.8rem;
}

h4,
.heading-size-4 {
  font-size: 2.4rem;
}

h5,
.heading-size-5 {
  font-size: 2.1rem;
}

h6,
.heading-size-6 {
  font-size: 1.6rem;
  letter-spacing: 0.03125em;
  text-transform: uppercase;
}

p {
  line-height: 1.5;
  margin: 0 0 1rem 0;
}
p:last-child {
  margin: 0 0 0 0;
}

em,
i,
q,
dfn {
  font-style: italic;
}

em em,
em i,
i em,
i i,
cite em,
cite i {
  font-weight: bolder;
}

big {
  font-size: 1.2em;
}

small {
  font-size: 0.75em;
}

b,
strong {
  font-weight: 700;
}

ins {
  text-decoration: underline;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

abbr,
acronym {
  cursor: help;
}

address {
  line-height: 1.5;
  margin: 0 0 2rem 0;
}

hr {
  border-style: solid;
  border-width: 0.1rem 0 0 0;
  border-color: #dcd7ca;
  margin: 4rem 0;
}

a {
  color: #004f9f;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: all 0.2s ease-out;
}

a:hover,
a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.btn a,
input[type=submit],
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce .quantity .qty {
  font-family: inherit;
  background-color: #b3ddff !important;
  font-weight: 700;
  color: #004f9f;
  display: inline-block;
  padding: 0.5rem 1.5rem;
  text-decoration: none;
  line-height: normal !important;
  transition: all 0.3s ease-out;
  font-size: 1.8rem;
  border-radius: 20px;
}
.btn a.disabled,
input[type=submit].disabled,
.woocommerce #respond input#submit.disabled,
.woocommerce a.button.disabled,
.woocommerce button.button.disabled,
.woocommerce input.button.disabled,
.woocommerce #respond input#submit.alt.disabled,
.woocommerce a.button.alt.disabled,
.woocommerce button.button.alt.disabled,
.woocommerce input.button.alt.disabled,
.woocommerce .quantity .qty.disabled {
  color: #333;
}
.btn a:hover,
input[type=submit]:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce .quantity .qty:hover {
  background-color: #004f9f !important;
  color: #fff;
}

form.cart .quantity input {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
form.cart button.single_add_to_cart_button {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

form {
  max-width: 100%;
}

input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input[type=date],
textarea,
select {
  padding: 0.75rem;
  background-color: #ECEFF1;
  font-family: inherit;
  font-size: inherit;
  max-width: 100%;
  border-radius: 20px;
}

.wpcf7 label {
  display: block;
  margin-bottom: 1rem;
}
.wpcf7 .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7 input[type=text],
.wpcf7 input[type=password],
.wpcf7 input[type=tel],
.wpcf7 input[type=email],
.wpcf7 input[type=date],
.wpcf7 input[type=file],
.wpcf7 textarea,
.wpcf7 select {
  display: block;
  width: 100%;
}

.grey {
  color: #808080;
}

.half-width > * {
  max-width: 600px;
  margin-top: 0;
}

.reset-list-style,
.reset-list-style ul,
.reset-list-style ol {
  list-style: none;
  margin: 0;
}

#site-header {
  position: fixed;
  width: 100%;
  z-index: 100;
  transition: all 0.3s ease-out;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#site-header.scroll {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
#site-header.scroll .header-left .site-logo {
  height: 4rem;
}
#site-header.scroll .primary-menu,
#site-header.scroll .header-right {
  opacity: 1;
  visibility: visible;
}

.header-spacer {
  height: 90.7px;
}

@media screen and (max-width: 800px) {
  .header-spacer {
    height: 86.4px;
  }
}
.header-wrapper {
  max-width: calc(100% - 4rem);
  width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-left {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header-left .site-logo {
  height: 4rem;
  margin-right: 2rem;
  transition: all 0.3s ease-out;
  margin: 2rem 2rem 2rem 0;
}

#shop-menu,
#primary-menu {
  display: flex;
  align-self: stretch;
  align-items: stretch;
  gap: 1.5rem;
}
#shop-menu > li,
#primary-menu > li {
  font-family: "Montserrat";
  font-weight: 700;
  display: flex;
  align-items: center;
}
#shop-menu > li:last-child,
#primary-menu > li:last-child {
  margin-right: 0;
}
#shop-menu > li.menu-item-has-children:hover .sub-menu,
#primary-menu > li.menu-item-has-children:hover .sub-menu {
  display: block;
}
#shop-menu > li.menu-item-has-children a,
#primary-menu > li.menu-item-has-children a {
  display: flex;
  gap: 4px;
  align-items: center;
}
#shop-menu > li.menu-item-has-children a .menu-sub-arrow,
#primary-menu > li.menu-item-has-children a .menu-sub-arrow {
  display: flex;
  align-items: center;
}
#shop-menu > li a,
#primary-menu > li a {
  color: inherit;
  text-decoration: none;
}
#shop-menu .sub-menu,
#primary-menu .sub-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  z-index: 200;
  top: 100%;
  transform: translateY(10px);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-top: none;
  border-radius: 10px;
}
#shop-menu .sub-menu::after,
#primary-menu .sub-menu::after {
  content: "";
  position: absolute;
  top: -10px;
  height: 10px;
  width: 100%;
  background-color: transparent;
}
#shop-menu .sub-menu li,
#primary-menu .sub-menu li {
  border-bottom: 2px solid #ECEFF1;
}
#shop-menu .sub-menu li:last-child,
#primary-menu .sub-menu li:last-child {
  border-bottom: none;
}
#shop-menu .sub-menu a,
#primary-menu .sub-menu a {
  display: block;
  padding: 1rem;
  font-family: "Source Sans 3";
  font-weight: 500;
}

#shop-menu {
  align-items: center;
}
#shop-menu .cart-count {
  padding: 0.25rem 0.5rem;
  display: flex;
  font-size: 1.2rem;
  align-items: center;
  justify-content: center;
  font-family: "Source Sans 3";
  color: #fff;
  background-color: #333;
  border-radius: 100px;
  aspect-ratio: 1/1;
  display: block;
}
#shop-menu img {
  height: 24px;
  width: auto;
}

.burger-wrapper {
  width: 2.5rem;
  height: 2rem;
  position: relative;
  padding-left: 2rem;
}
.burger-wrapper .bruger-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.burger-wrapper .bruger-line {
  height: 3px;
  position: absolute;
  width: 100%;
  right: 0;
  background-color: #333;
  transition: all 0.3s ease-out;
}
.burger-wrapper .bruger-line:nth-child(1) {
  top: 10%;
}
.burger-wrapper .bruger-line:nth-child(2) {
  top: 50%;
}
.burger-wrapper .bruger-line:nth-child(3) {
  top: 90%;
}
.burger-wrapper.side-menu-open .bruger-line:nth-child(1) {
  width: 100%;
}
.burger-wrapper.side-menu-open .bruger-line:nth-child(2) {
  width: 100%;
}
.burger-wrapper.side-menu-open .bruger-line:nth-child(3) {
  width: 100%;
}

#side-menu {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #fff;
  width: 90%;
  max-width: 25rem;
  z-index: 300;
  height: 100%;
  overflow: auto;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.22, 1);
}
#side-menu #side-menu-close {
  position: sticky;
  top: 0;
  background-color: #fff;
  padding: 2rem;
  z-index: 99;
  border-bottom: 2px solid #eee;
  cursor: pointer;
}
#side-menu #mobile-menu li {
  display: block;
  border-top: 1px solid #eee;
}
#side-menu #mobile-menu li a {
  color: #333;
  padding: 2rem;
  display: block;
  text-decoration: none;
}
#side-menu #mobile-menu li.menu-item-has-children > a {
  display: flex;
  justify-content: space-between;
}
#side-menu #mobile-menu .menu-sub-arrow {
  display: flex;
  align-items: center;
  border-left: 2px solid #eee;
  padding-left: 1rem;
}
#side-menu #mobile-menu .menu-sub-arrow svg {
  transition: transform 0.3s ease-out;
}
#side-menu #mobile-menu .menu-sub-arrow.sub-menu-open svg {
  transform: rotate(180deg);
}
#side-menu #mobile-menu .sub-menu {
  display: none;
}
#side-menu #mobile-menu .sub-menu li {
  border-left: 5px solid #004f9f;
}
#side-menu .mobile-nav-wrapper {
  padding: 0 2rem;
}
#side-menu.side-menu-open {
  transform: translate3d(0, 0, 0);
}
#side-menu #side-menu-close {
  cursor: pointer;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  visibility: hidden;
  z-index: 250;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.22, 1);
}
#overlay.side-menu-open {
  opacity: 0.5;
  visibility: visible;
}

.vertical-line {
  height: 40px;
  width: 2px;
  background-color: #333;
  margin: 0 1rem;
}

.page-content:not(.full) {
  margin: 4rem 0;
}

.entry-content {
  overflow: hidden;
}
.entry-content > div.wp-block-columns {
  margin: 5rem auto;
}
.entry-content .wp-block-image img {
  border-radius: 20px;
}

.entry-content > *:not(.alignwide, .alignfull) {
  max-width: calc(100% - 4rem);
  width: 1200px;
  margin: 2rem auto 0 auto;
}
.entry-content > *:not(.alignwide, .alignfull):first-child {
  margin-top: 0 !important;
}

.entry-content.front > *:not(.alignwide, .alignfull) {
  margin: 5rem auto 0 auto;
}

.entry-content ul li {
  margin-left: 2rem;
}

.content-sec {
  max-width: calc(100% - 4rem);
  width: 1200px;
  margin: auto;
}

.wp-block-column :first-child {
  margin-top: 0;
}

.site__hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-bottom: 5rem;
}
.site__hero__text {
  width: 50%;
}
.site__hero__text__content {
  max-width: 600px;
  padding-right: 10rem;
  margin-left: auto;
}
.site__hero__text__content h1 {
  color: #004f9f;
  font-size: 2em;
  font-weight: 800;
  margin-bottom: 1.5rem;
  margin-top: 0;
  line-height: 1;
}
.site__hero__text__content h3 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  margin-top: 1rem;
  line-height: 1;
}
.site__hero__trust {
  display: flex;
  gap: 3rem;
  margin-top: 4rem;
  max-width: 600px;
  margin-left: auto;
}
.site__hero__trust img {
  border-radius: 0 !important;
}
.site__hero__slider {
  width: 50%;
}
.site__hero .swiperHero {
  width: 100%;
  aspect-ratio: 2/1.5;
}
.site__hero__slider {
  position: relative;
}
.site__hero__slider .swiperHero {
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-image: url("/wp-content/themes/proswim/assets/hero_mask.png");
          mask-image: url("/wp-content/themes/proswim/assets/hero_mask.png");
}
.site__hero__slider .swiperHero .site__hero__slider__item video,
.site__hero__slider .swiperHero .site__hero__slider__item img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.site__hero__slider .swiperHeroText {
  font-size: 1.3rem;
  max-width: 300px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 20px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 20%;
}
.site__hero__slider .swiperHeroText .swiper-slide {
  height: auto;
  position: relative;
}
.site__hero__slider .swiperHeroText .site__hero__slidertext__item {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
}
.site__hero__slider .swiperHeroText .site__hero__slidertext__item h3 {
  font-size: 1.3rem;
  margin: 0;
  flex-grow: 1;
}
.site__hero__slider .swiperHeroText .site__hero__slidertext__item .btn a {
  font-size: 1.2rem;
}
.site__hero__slider__btns {
  position: absolute;
  bottom: 0;
  right: 2rem;
  display: flex;
  gap: 1rem;
  z-index: 10;
}
.site__hero__slider__btns button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #b3ddff;
  border-radius: 99px;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  padding: 1rem;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.site__hero__slider__btns button svg {
  transition: fill 0.3s ease;
}
.site__hero__slider__btns button:hover {
  background-color: #004f9f;
}
.site__hero__slider__btns button:hover svg {
  fill: #fff;
}

@media screen and (max-width: 1400px) {
  .site__hero__text {
    width: 40%;
  }
  .site__hero__text__content {
    padding-right: 2rem;
    max-width: 480px;
    padding-left: 2rem;
  }
  .site__hero__trust {
    gap: 1.5rem;
    margin-top: 2rem;
    max-width: 480px;
    padding-left: 2rem;
  }
  .site__hero__slider {
    width: 60%;
  }
}
@media screen and (max-width: 1050px) {
  .site__hero {
    flex-direction: column-reverse;
    gap: 4rem;
    align-items: flex-start;
  }
  .site__hero__text {
    width: auto;
  }
  .site__hero__text__content {
    margin-left: 0;
  }
  .site__hero__text__content h1 {
    font-size: 2.5rem;
  }
  .site__hero__slider {
    width: 100%;
  }
  .site__hero__slider .swiperHero {
    aspect-ratio: 1/1;
    -webkit-mask-image: url("/wp-content/themes/proswim/assets/hero_mask_mobile.png");
            mask-image: url("/wp-content/themes/proswim/assets/hero_mask_mobile.png");
  }
  .site__hero__slider .swiperHeroText {
    left: 2rem;
    max-width: 50%;
  }
}
.site__quiz {
  max-width: 1200px;
  width: calc(100% - 4rem);
  margin: 5rem auto 2rem auto;
  background-color: #b3ddff;
  padding: 2.5rem;
  border-radius: 20px;
}
.site__quiz__wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}
.site__quiz__wrapper > * {
  flex-grow: 1;
}
.site__quiz h2 {
  color: #004f9f;
  margin: 0;
  font-size: 2.25rem;
  line-height: 1.1;
}
.site__quiz__label {
  width: 100%;
}
.site__quiz__label span {
  font-weight: 700;
  font-size: 1.3rem;
  font-family: "Montserrat";
  margin-bottom: 0.5rem;
  display: block;
  color: #004f9f;
}
.site__quiz__input {
  border: 1px solid #004f9f;
  border-radius: 20px;
  display: flex;
  overflow: hidden;
  align-items: center;
  padding: 1rem;
  gap: 0.5rem;
  width: 100%;
  background-color: transparent;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}
.site__quiz__results {
  width: calc(100% - 4rem);
  max-width: 1200px;
  margin: 2rem auto 5rem auto;
}
.site__quiz__grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fill, minmax(min(290px, 100%), 1fr));
}
.site__quiz__grid__items {
  border: 1px solid #b3ddff;
  padding: 2rem;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.site__quiz__grid__items a {
  text-decoration: none;
}
.site__quiz__grid__items h3 {
  font-size: 1.7rem;
  margin: 0;
}
.site__quiz__grid__items__description {
  font-size: 1.3rem;
  line-height: 1.3;
  margin: 0;
  flex-grow: 1;
}

.site__journey {
  background-color: #b3ddff;
  padding: 2.5rem;
  border-radius: 20px;
  max-width: calc(100% - 4rem);
  width: 1200px;
  margin: 5rem auto;
}
.site__journey__header {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
.site__journey__header h2 {
  font-size: 2.25rem;
  color: #004f9f;
  margin: 0;
  flex: 1 1 30rem;
}
.site__journey__header p {
  flex: 1 1 60rem;
  font-size: 1.3rem;
}
.site__journey__steps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  margin-top: 5rem;
  padding-bottom: 9.5rem;
}
.site__journey__step {
  display: block;
}
.site__journey__step:nth-child(odd).connected {
  position: relative;
}
.site__journey__step:nth-child(odd).connected:after {
  content: "";
  position: absolute;
  display: block;
  height: 10px;
  width: 100%;
  background-color: #fff;
  z-index: 0;
  top: 50%;
  transform: rotate(15deg);
  left: 50%;
}
.site__journey__step:nth-child(even).connected {
  position: relative;
}
.site__journey__step:nth-child(even).connected:after {
  content: "";
  position: absolute;
  display: block;
  height: 10px;
  width: 100%;
  background-color: #fff;
  z-index: 0;
  top: 78%;
  transform: rotate(-42deg);
  right: 50%;
}
.site__journey__step__image {
  border-radius: 100% !important;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 10;
}
.site__journey__step:nth-child(even) {
  position: relative;
  top: 10rem;
}
.site__journey__step__desc {
  position: relative;
  margin-top: -5rem;
  background-color: #fff;
  display: flex;
  border-radius: 20px;
  z-index: 10;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  gap: 1.5rem;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
.site__journey__step__desc p {
  line-height: 1.2;
}
.site__journey__step__desc img {
  width: 80px;
  height: auto;
}

@media screen and (max-width: 800px) {
  .site__journey__steps {
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
    padding-bottom: 5.5rem;
  }
  .site__journey__step:nth-child(odd).connected:after, .site__journey__step:nth-child(even).connected:after {
    content: "";
    background-color: #fff;
    z-index: 0;
    transform: rotate(90deg);
    top: 80%;
    right: auto;
    left: auto;
  }
  .site__journey__step:nth-child(even) {
    top: 0;
  }
  .site__journey__step__desc {
    flex-direction: column;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.site__about {
  margin: 10rem auto;
  width: 1200px;
  max-width: calc(100% - 4rem);
  display: flex;
  flex-wrap: wrap-reverse;
  gap: 5rem;
  align-items: center;
}
.site__about__content {
  flex: 1 1 30rem;
}
.site__about__content h2 {
  margin-top: 0;
}
.site__about__image {
  flex: 1 1 30rem;
  align-self: stretch;
}
.site__about__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.site__about p.btn {
  margin-top: 2rem;
}

@media screen and (max-width: 800px) {
  .site__about {
    margin: 2rem auto;
  }
}
.bgsection {
  padding: 5rem 0;
}
.bgsection .content-sec > *:first-child {
  margin-top: 0;
}

.versand-tabelle td {
  vertical-align: top;
  padding: 2rem 2rem 2rem 0;
}
.versand-tabelle td:last-child {
  padding-right: 0;
}
.versand-tabelle td:last-child {
  width: 15%;
  min-width: 7rem;
}
.versand-tabelle tr {
  border-bottom: 1px solid #333;
}
.versand-tabelle tr:last-child {
  border-bottom: none;
}

.swiper-bewertungen .swiper-slide {
  background-color: #b3ddff;
  font-size: 1.3rem;
}
.swiper-bewertungen .swiper-slide .swiper-content {
  padding: 2rem;
}
.swiper-bewertungen .swiper-slide .swiper-content h4 {
  font-size: 1.4rem;
  margin: 0 0 1rem 0;
}

.woocommerce .onsale {
  background-color: #fff !important;
  color: #004f9f !important;
  border: 3px solid #004f9f;
}
.woocommerce.swiper ul.products li.product {
  width: inherit;
}
.woocommerce ul.products li.product {
  border: 1px solid #b3ddff;
  padding: 1.5rem !important;
  border-radius: 20px;
}
.woocommerce ul.products li.product h2 {
  color: #333;
  padding: 0.5em 0;
  margin: 0;
  font-size: 1em;
  text-decoration: none;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link {
  text-decoration: none;
}
.woocommerce .price {
  font-family: inherit;
  font-size: 2.5rem !important;
  font-weight: 700 !important;
  color: #004f9f !important;
  margin: 0;
}
.woocommerce .product_meta > * {
  display: block;
}
.woocommerce .variations .value a {
  display: block;
}
.woocommerce ul.tabs.wc-tabs {
  display: none;
}
.woocommerce .woocommerce-Tabs-panel {
  display: block !important;
}
.woocommerce .woocommerce-Tabs-panel.entry-content > *:not(.alignwide, .alignfull) {
  max-width: 100%;
}
.woocommerce .woocommerce-product-details__short-description {
  margin: 2rem 0;
}
.woocommerce .woocommerce-cart-form .variation {
  margin-top: 0;
}
.woocommerce .woocommerce-MyAccount-navigation li {
  display: block;
  margin-left: 0;
}
.woocommerce .woocommerce-MyAccount-navigation li a {
  display: block;
  font-family: "Montserrat";
  background-color: transparent !important;
  font-weight: 700;
  color: #333;
  display: inline-block;
  padding: 0.5rem 1rem;
  border: 2px solid #333;
  border-radius: 0 !important;
  text-decoration: none;
  line-height: normal !important;
  transition: all 0.3s ease-out;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.woocommerce .woocommerce-MyAccount-navigation li a:hover, .woocommerce .woocommerce-MyAccount-navigation li a.is-active {
  background-color: #333 !important;
  color: #fff;
}
.woocommerce .woocommerce-MyAccount-navigation li.is-active a {
  background-color: #333 !important;
  color: #fff;
}

#site-footer {
  background-color: #b3ddff;
  overflow: hidden;
  font-size: 1.3rem;
  max-width: calc(100% - 4rem);
  width: 1200px;
  margin: auto;
  padding: 2.5rem;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
#site-footer a {
  text-decoration: none;
  color: inherit;
}
#site-footer .site-logo-footer {
  max-width: 200px;
  margin-bottom: 2rem;
}
#site-footer h3 {
  font-size: 1.4rem;
  margin-top: 0;
  color: #004f9f;
}
#site-footer .site-footer-wrapper {
  gap: 2rem 5rem;
  display: flex;
  flex-wrap: wrap;
}
#site-footer .site-footer-wrapper .footer-ele {
  display: block;
}
#site-footer .site-footer-wrapper .footer-ele li {
  display: block;
}
#site-footer .site-footer-wrapper .footer-ele .footer-logo {
  width: 15rem;
  max-width: 100%;
}

.logos {
  display: flex;
  margin: -1rem;
  flex-wrap: wrap;
}
.logos li {
  display: block;
  margin: 1rem;
}
.logos li img {
  max-height: 10rem;
  width: auto;
  display: block;
}

ul.products {
  --grid-gap: 32px;
  --auto-grid-min-size: 215px;
  grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
  gap: var(--grid-gap);
  display: grid;
}

ul.products:before {
  content: unset !important;
}

ul.products li.product {
  width: 100% !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 20px;
}

ul.products li.product a.woocommerce-loop-product__link {
  flex-grow: 1;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product {
  margin: 0;
}

.woocommerce div.product form.cart .variations select {
  max-width: 100%;
  min-width: auto;
  width: 100%;
  background-color: #ECEFF1;
  margin-bottom: 2px;
}

.woocommerce div.product div.images .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100px, 100%), 1fr));
  gap: 2px;
  margin-top: 2px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  width: auto;
  float: none;
  display: block;
}

.wgm-info small {
  display: block;
}

button.wooswipe-next.slick-arrow,
button.wooswipe-prev.slick-arrow {
  z-index: 10;
}

.frontpage-gallery {
  margin-bottom: 5rem !important;
  overflow: visible;
}
.frontpage-gallery .swiper-slide {
  width: 30rem;
  height: 30rem;
}
.frontpage-gallery .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

@media screen and (max-width: 900px) {
  #shop-menu > li,
  #primary-menu > li {
    margin: 0 0.45rem;
  }
  .swiper-start .swiper-content-wrapper .swiper-content {
    text-align: center;
    max-width: 100%;
  }
  .swiper-start .slider-stoerer {
    max-width: 20rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 800px) {
  #primary-menu {
    display: none;
  }
  .header-left .site-logo {
    height: 4rem;
    margin: 1.5rem 1.5rem 1.5rem 0;
  }
  h1,
  h2 {
    font-size: 2rem;
  }
  .swiper-btns-wrapper {
    position: relative;
    top: 0;
    right: 0;
    display: flex;
    margin-bottom: 2rem;
  }
  .swiper-btns-wrapper .swiper-button-prev-proswim {
    margin-right: 1rem;
  }
  #shop-menu img {
    height: 2rem;
  }
  .frontpage-gallery .swiper-slide {
    height: 15rem;
  }
  .slider-stoerer {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
    margin: 0 0 2rem;
  }
}
@media screen and (min-width: 800px) {
  .hide-desktop {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */