@font-face {
  font-family: Cerapro;
  src: url('../fonts/CeraPro-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cerapro;
  src: url('../fonts/CeraPro-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.container.swiper-fix {
  max-width: 1440px;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.image-2 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

.heading-2 {
  color: var(--white);
  width: 700px;
  padding: 0 10px 10px;
  font-family: futura-pt-bold, sans-serif;
  font-size: 48px;
  line-height: 56px;
}

.header {
  background-color: #000;
  height: 78px;
  padding-top: 15px;
}

.header_logo {
  padding: 24px;
}

.header_image {
  background-image: linear-gradient(#1a19301f, #1a19304d), url('../images/BANNER__1992X747.jpg');
  background-position: 0 0, 85%;
  background-size: auto, cover;
  height: 500px;
  max-height: 747px;
}

.header_content {
  padding-top: 373px;
  padding-left: 81px;
}

.main {
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.after_header {
  box-sizing: border-box;
  width: auto;
  height: 680px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 32px;
}

.columns {
  width: auto;
  max-width: none;
  height: 600px;
}

.column {
  background-image: url('../images/Plantur-39-AntiGrey46885sw_v02_Desktop.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 600px;
}

.heading-3 {
  margin-bottom: 24px;
  font-family: futura-pt-bold, sans-serif;
  line-height: 32px;
}

.text-block {
  color: #000;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.column-2 {
  margin-top: 193px;
  padding-left: 32px;
}

.swiper-pagination {
  display: none;
}

.copy {
  color: #c6c6c6;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  display: block;
}

.usp-point__img {
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
}

.usp-icon {
  text-align: center;
  max-width: 200px;
  height: auto;
  max-height: 200px;
  margin-top: 27px;
  margin-left: 0;
  padding-bottom: 0;
}

.row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  color: #000;
  border: 1px #000;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch flex-start;
  align-items: center;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  font-family: futura-pt, sans-serif;
}

.swiper-wrapper {
  margin-bottom: 50px;
}

.swiper-wrapper.usage-steps__wrapper {
  margin-bottom: auto;
}

.swiper-slide {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.usp-point__item {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.swiper.usage-steps__swiper {
  position: relative;
}

.swiper.testimonial-slider__swiper {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.usp-points {
  margin-top: 40px;
  margin-bottom: 56px;
}

.col {
  background-color: #0000;
  border: 1px #ec0101;
  flex: 1;
  margin-bottom: 15px;
  padding-left: 1.6%;
  padding-right: 1.6%;
}

.usage-steps__wrapper {
  margin-top: 0;
}

.swipe {
  z-index: auto;
  float: none;
  clear: left;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #0000;
  border: 5px #fd00e4;
  border-radius: 0;
  flex-flow: row;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start space-around;
  place-items: center stretch;
  width: auto;
  height: 240px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
}

.heading-4 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: futura-pt-bold, sans-serif;
}

.col-2 {
  background-color: #0000;
  border: 1px #ec0101;
  flex: 1;
  margin-bottom: 15px;
  margin-left: 0;
  padding-left: 1.6%;
  padding-right: 1.6%;
}

.col-2.col-8.col-m-10.col-sm-12.headline-m.how-to__headline {
  color: #6b1a45;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
}

.slide__label {
  color: #6b1a45;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 32px;
  display: block;
}

.slide__label.subline {
  margin-left: 0;
}

.row-2 {
  border: 1px #000;
  flex-wrap: wrap;
  align-content: stretch;
  max-width: 86.67%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.row-2.justify-center {
  justify-content: center;
}

.slide__content {
  background-color: #fff;
  border-radius: 16px;
}

.swiper-slide-2 {
  cursor: default;
  flex: 0 0 272px;
}

.swiper-slide-2.col.col-4 {
  min-width: 241px;
  max-width: 344px;
}

.swiper-2 {
  position: relative;
  overflow: visible;
}

.container-4 {
  z-index: 1;
  background-color: #0000;
  border: 5px #fd00e4;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: block;
  position: relative;
}

.how-to {
  background-color: #fff;
  padding-top: 180px;
  padding-bottom: 180px;
  overflow: hidden;
}

.how-to__slider {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.swiper-pagination-2 {
  margin-top: 20px;
  position: absolute;
  top: 40px;
}

.slide__image {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.swiper-wrapper-2 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.text-block-7 {
  font-family: Cerapro, sans-serif;
  font-weight: 700;
}

.swiper-slide-3 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.col-3 {
  background-color: #0000;
  border: 1px #ec0101;
  flex: 1;
  margin-bottom: 15px;
  padding-left: 1.6%;
  padding-right: 1.6%;
}

.usp_slider {
  width: auto;
  margin: 0 auto;
  padding: 32px 32px 0;
}

.text_image {
  width: auto;
  height: 680px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 32px 60px;
}

.columns-2 {
  display: flex;
}

.column-3 {
  height: 600px;
  padding: 0;
  font-family: Cerapro, sans-serif;
}

.column-4 {
  height: 600px;
  padding-left: 0;
}

.text-block-8 {
  width: auto;
  height: 96px;
  margin-top: 24px;
  margin-right: 32px;
  padding-top: 0;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.heading-5 {
  margin-top: 40px;
  font-family: futura-pt-bold, sans-serif;
}

.button {
  background-color: var(--black);
  border-radius: 20px;
  margin-top: 24px;
  margin-bottom: 60px;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
}

.accordion {
  height: auto;
}

.product-info__image {
  height: 240px;
  padding-bottom: 150px;
  position: relative;
  overflow: hidden;
}

.accordion__item {
  border-top-width: 1px;
  border-top-color: #333;
  border-bottom: 1px solid #333;
}

.accordion-2 {
  width: 100%;
  position: relative;
}

.headline-s {
  color: #000;
  font-family: futura-pt-bold, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.product-info__bg--gradient {
  z-index: -1;
  border-radius: 100%;
  width: 80%;
  height: 150%;
  position: absolute;
  inset: 50% 50% 50% 15%;
  transform: translate(-50%, -50%);
}

.product-info__packshot {
  width: 300px;
  position: absolute;
  inset: auto 0 0 auto;
}

.ul {
  grid-row-gap: 10px;
  color: #c6c6c6;
  flex-direction: column;
  display: flex;
}

.product-info__teaser {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 50px;
}

.col-4 {
  background-color: #0000;
  border: 1px #ec0101;
  flex: 1;
  margin-bottom: 15px;
  padding-left: 1.6%;
  padding-right: 1.6%;
}

.col-4.col-6.col-m-12.col-sm-12 {
  padding-left: 0%;
  padding-right: 0%;
}

.col-4.col-5.col-m-12.col-sm-12.push-1.push-m-0 {
  margin-left: 0;
}

.col-4.col-12.mt-40 {
  margin-top: 40px;
}

.accordion__header {
  color: #fff;
  white-space: normal;
  border: 0 #000;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 40px;
  transition: all .125s ease-in-out;
  display: inline-block;
}

.accordion__header.w--open {
  font-weight: 700;
}

.product-info {
  margin: 24px auto 58px;
  display: block;
  position: relative;
}

.icon {
  color: #000;
  margin-right: 0;
}

.accordion__content {
  background-color: #0000;
  margin-top: 20px;
  margin-bottom: 24px;
  padding-right: 50px;
  display: none;
  position: relative;
}

.accordion__content.w--open {
  background-color: #0000;
}

.accordion-css {
  color: #000;
}

.heading-6 {
  font-family: Cerapro, sans-serif;
  line-height: 40px;
}

.text-block-9 {
  color: #000;
  text-align: center;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
}

.swiper-slider {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.usp-points-2 {
  margin-top: 24px;
  margin-bottom: 120px;
  padding-left: 8.33333%;
  padding-right: 8.33333%;
}

.container-5 {
  z-index: auto;
  float: none;
  clear: left;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #0000;
  border: 5px #fd00e4;
  border-radius: 0;
  flex-flow: row;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start space-around;
  place-items: center stretch;
  width: auto;
  margin: 24px 188px 56px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
}

.drop-down {
  width: 1400px;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 32px 0;
}

.columns-3 {
  height: auto;
  margin: 24px 188px 56px;
}

.column-5 {
  height: 120px;
}

.heading-7 {
  line-height: 40px;
}

.heading-8 {
  width: 500px;
  font-family: futura-pt-bold, sans-serif;
  line-height: 40px;
}

.accordion-icon {
  font-size: 20px;
}

.accordion-header {
  border-bottom: 1px solid #e3e3e3;
  width: 100%;
  padding-left: 0;
}

.accordion-header.product__accordion-header--last {
  border-bottom: 1px solid #e3e3e3;
}

.accordion-headline {
  color: #e0a29c;
}

.accordion-headline.headline-s.italic {
  color: #000;
  width: 452px;
  height: 24px;
  font-family: futura-pt-bold, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.product__accordion {
  width: 100%;
}

.copy-2 {
  color: #000;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.accordion-content.w--open {
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.button-2 {
  background-color: #000;
  border-radius: 20px;
  font-family: futura-pt, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 10px;
}

.text_with_icon {
  width: auto;
  height: 288px;
  margin: 0 auto;
  padding: 24px 32px 56px;
}

.heading-9 {
  color: #000;
  text-align: center;
  font-family: futura-pt-bold, sans-serif;
  line-height: 40px;
}

.columns-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 1110px;
  height: 144px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column-6, .column-7, .column-8 {
  background-color: #f5f5f5;
  height: 144px;
}

.container-6 {
  height: 96px;
  margin-top: 16px;
}

.image-4 {
  background-image: linear-gradient(#ffffff80, #ffffff80);
  margin-right: 10px;
}

.text-block-10 {
  width: 266px;
  height: 96px;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.columns-5 {
  width: 322px;
  height: 96px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.image_with_text {
  background-image: linear-gradient(#1a193033, #1a193080), url('../images/Plantur_Native-Stills_1000x600px_RZ03-4.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 1136px;
  height: 720px;
  margin-left: auto;
  margin-right: auto;
  padding: 23px 40px;
}

.container-7 {
  background-color: #0000;
  width: 631px;
  height: 200px;
  margin-top: 225px;
  margin-bottom: 225px;
  padding-bottom: 0;
}

.heading-10 {
  color: var(--white);
  font-family: futura-pt-bold, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.text-block-11 {
  color: #fff;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.bold-text-17 {
  color: #000;
}

.scale {
  width: 1136px;
  height: 680px;
  margin: 0 auto 24px;
  padding: 40px 32px;
}

.column-9 {
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

.column-10 {
  height: auto;
  padding: 200px 20px 200px 0;
}

.container-9 {
  background-image: url('../images/Haare_Waeschen_VektorSmart_HELL_v01.jpg');
  background-position: 0%;
  background-size: cover;
  width: 673px;
  height: 600px;
}

.image-6 {
  width: auto;
  height: auto;
  margin-top: 140px;
  margin-bottom: auto;
}

.container-10 {
  width: 631px;
  height: auto;
  margin: 0 32px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 65px;
}

.heading-11 {
  width: 631px;
  height: 32px;
  margin-top: 0;
  margin-bottom: 24px;
  margin-left: 0;
  padding-left: 0;
  font-family: futura-pt, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.text-block-12 {
  width: 500px;
  height: auto;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.testimonials {
  padding: 0 20px;
}

.copy-3 {
  color: #000;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 10px;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  display: block;
}

.copy-3.testimonial-slider__copy {
  color: #000;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.swiper-button-next {
  cursor: pointer;
  background-image: url('../images/black_icon-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}

.testimonial-slider {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.swiper-buttons {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.row-3 {
  border: 1px #000;
  flex-wrap: wrap;
  align-content: stretch;
  max-width: 86.67%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.testimonialslider__header {
  text-align: center;
}

.swiper-ui {
  z-index: 10;
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  bottom: 50%;
  transform: translate(0, -50%);
}

.testimonial-slider__content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.swiper-button-prev {
  cursor: pointer;
  background-image: url('../images/black_icon-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.container-11 {
  background-color: #0000;
  border: 5px #fd00e4;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: block;
  position: relative;
}

.testimonial-slider__bg-2 {
  color: #000;
  object-fit: cover;
  width: 1400px;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  font-style: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.testimonial-slider__userdata {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  display: flex;
}

.testimonial-slider__text {
  color: #000;
  width: 338px;
  height: 168px;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.topline {
  color: #c6c6c6;
  letter-spacing: 4.2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.video {
  margin-top: 0;
  display: none;
}

.video-2 {
  width: 1400px;
  height: 767.5px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 260px;
  padding-right: 260px;
}

.faq {
  width: 1260px;
  margin-left: 0;
  margin-right: 0;
  padding: 24px 0 56px;
}

.button-3 {
  color: #fff;
  background-color: #000;
  border-radius: 20px;
  margin-top: 16px;
  margin-left: 183px;
  font-family: Cerapro, sans-serif;
  font-weight: 500;
}

.footer {
  background-color: #000;
  width: auto;
  max-width: none;
  height: 208px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.div-block-2 {
  height: 208px;
  padding: 24px 32px 48px;
}

.icon-facebook {
  color: #0000;
  background-image: url('../images/icon-facebook.svg');
  background-position: 0 0;
  background-size: cover;
  flex: none;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: block;
}

.icon-instagram {
  color: #0000;
  background-image: url('../images/icon-instagram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  flex: none;
  width: 32px;
  height: 32px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.footer__social-icons {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-end;
  display: flex;
}

.footer__link-list {
  flex-direction: column;
  display: flex;
}

.link {
  color: #c6c6c6;
  background-color: #0000;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-decoration: none;
}

.link.footer__link {
  color: #fff;
  background-image: url('../images/reshot-icon-arrow-left-UZDAC2LESG.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  font-family: Cerapro, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.legal {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.legal.footer__legal {
  color: #666;
  font-size: 14px;
  line-height: 21px;
}

.legal.text-text-01 {
  color: #3f3f3e;
}

.legal.text-text-01.mt-40 {
  margin-top: 40px;
}

.div-block-3 {
  flex-flow: column;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 32px 48px;
  display: block;
}

.div-block-4 {
  width: 1400px;
  height: 64px;
  padding: 24px 32px 120px;
}

.text-block-13 {
  color: #fff;
  background-image: url('../images/reshot-icon-arrow-left-UZDAC2LESG.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  padding-left: 27px;
  font-family: Cerapro, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.columns-6 {
  width: 90%;
}

.text-block-14 {
  color: #fff;
  text-align: center;
  font-family: Cerapro, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.image-7 {
  vertical-align: baseline;
  margin-left: 23px;
}

.col-5 {
  background-color: #0000;
  border: 1px #ec0101;
  flex: 1;
  margin-bottom: 15px;
  padding-left: 1.6%;
  padding-right: 1.6%;
}

.col-5.footer__inner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  height: 100%;
  max-height: 100%;
  margin: 0;
  padding-right: 1.6%;
  display: flex;
}

.link-2 {
  text-decoration: none;
}

.link-2.footer__link {
  color: #fff;
  background-image: url('../images/reshot-icon-arrow-left-UZDAC2LESG.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  margin-right: 40px;
  padding-left: 30px;
  font-family: futura-pt-bold, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.link-2.footer__link.footer__link--last-copy {
  background-image: url('../images/reshot-icon-arrow-left-UZDAC2LESG.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  margin-right: 40px;
  padding-left: 30px;
  font-weight: 700;
}

.footer__copyright {
  color: #fff;
  margin-top: 49px;
  margin-left: 0;
  margin-right: auto;
  font-family: futura-pt, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.text-block-15 {
  color: #fff;
  width: auto;
  margin-left: 350px;
  font-family: futura-pt-bold, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.bold-text-18 {
  font-weight: 500;
}

.image-8 {
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-right: 10px;
}

.product-info__image-2 {
  width: 500px;
  padding-bottom: 150px;
  position: relative;
  overflow: hidden;
}

.accordion-3 {
  width: 100%;
  position: relative;
}

.video__overlay {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.play-button {
  z-index: 1;
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 63px;
  height: 63px;
  transition: all .1s ease-in-out;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 10px #0000001a;
}

.play-button__icon {
  width: 32px;
  height: 32px;
  margin-top: -5px;
  margin-right: -5px;
}

.video__thumbnail {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.mobil-sticky-button, .mobil-sticky-button-2 {
  text-align: center;
  display: none;
}

.mobile_sticky_button {
  letter-spacing: .9px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #846ffb;
  background-image: none;
  border: 2.75px solid #99bb3c;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 10px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  transition: all .15s ease-in;
}

.mobile_sticky_button.button--primary {
  color: #fff;
  background-color: #cd1014;
  border-color: #cd1014;
}

.mobile_sticky_button.button--primary:hover {
  background-color: #e6050a;
  border-color: #e6050a;
}

.headline-s-2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  display: block;
}

.headline-s-2.italic.store__headline {
  color: #000;
  text-align: center;
  margin-top: 0;
  font-family: futura-pt-bold, sans-serif;
}

.headline-s-2.italic.store__headline.one {
  margin-top: 40px;
}

.overlay__inner {
  background-color: var(--white);
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 100px 0 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: scroll;
  transform: translate(-50%, -50%);
}

.overlay__close {
  width: 24px;
  height: 24px;
  position: absolute;
  inset: -30px 0% auto auto;
}

.row-4 {
  text-align: center;
  border: 1px #000;
  flex-wrap: wrap;
  align-content: stretch;
  max-width: 86.67%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.col-6 {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 1px #ec0101;
  flex: 1;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.6%;
  padding-right: 1.6%;
}

.container-12 {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 5px #fd00e4;
  border-radius: 20px;
  width: 100%;
  max-width: 1440px;
  margin: auto;
  padding-right: 0;
  display: block;
  position: relative;
}

.stores {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 80px;
  display: flex;
}

.overlay {
  z-index: 1000;
  background-color: #44414157;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
}

.overlay.warm, .overlay.kalt, .overlay.shops {
  display: none;
}

.column-11 {
  background-image: url('../images/Plantur-39-AntiGrey47744-web_v03.jpg');
  background-position: 50%;
  background-size: cover;
  height: auto;
}

.column-12 {
  height: 600px;
}

.columns-7 {
  display: none;
}

.copy-4 {
  color: #c6c6c6;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  display: block;
}

.copy-4.testimonial-slider__copy {
  font-size: 14px;
  line-height: 24px;
}

.row-5 {
  aspect-ratio: auto;
  border: 1px #000;
  flex-flow: row;
  place-content: stretch flex-start;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.swiper-button-next-2 {
  cursor: pointer;
  background-image: url('../images/icon-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}

.testimonial-slider-2 {
  margin-bottom: 175px;
  padding-top: 200px;
  padding-bottom: 225px;
  position: relative;
}

.row-6 {
  border: 1px #000;
  flex-wrap: wrap;
  align-content: stretch;
  max-width: 86.67%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.swiper-button-prev-2 {
  cursor: pointer;
  background-image: url('../images/icon-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.container-13 {
  background-color: #0000;
  border: 5px #fd00e4;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: block;
  position: relative;
}

.container-14 {
  z-index: auto;
  float: none;
  clear: left;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #0000;
  border: 5px #fd00e4;
  border-radius: 0;
  flex-flow: row;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start space-around;
  place-items: center stretch;
  width: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
}

.testimonial-slider__bg-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.testimonial-slider__text-2 {
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
}

.slide-nav {
  color: #eaeaea;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 0;
}

.slider__block_review_author {
  color: #000;
  text-align: center;
  font-family: futura-pt-bold, sans-serif;
}

.slider__block_title {
  color: #e0a29c;
  text-align: center;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.slider__block_rating {
  color: #e0a29c;
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.slide {
  border-right: 20px solid #fff;
  height: auto;
  margin: 0 auto;
  padding-bottom: 0;
  padding-right: 20px;
  position: relative;
  top: auto;
}

.slider__block_review_product {
  color: #363636;
  text-align: center;
}

.icon-4 {
  aspect-ratio: auto;
  color: #000;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 34px;
  display: flex;
}

.icon-5 {
  color: var(--black);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 34px;
  display: flex;
}

.slider__block {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.slider__block_review {
  color: #000;
  text-align: center;
  width: 338px;
  margin: 0 auto 20px;
  font-family: futura-pt, sans-serif;
  font-size: 20px;
  font-style: normal;
  line-height: 28px;
}

.slider {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #0000;
  width: 100%;
  height: 270px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bold-text-15 {
  color: #000;
}

.slide-2, .slide-3, .slide-4 {
  width: 250px;
}

.link-block {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.link-block.swiper-prev {
  z-index: 1;
  padding-left: 10px;
}

.link-block-2 {
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.link-block-2.swiper-next {
  z-index: 1;
  padding-right: 10px;
}

.left-arrow {
  margin-left: 200px;
}

.right-arrow {
  margin-right: 200px;
}

.image-9 {
  background-image: linear-gradient(#f5f5f5, #f5f5f5);
  margin-top: 10px;
}

.image-10 {
  margin-top: 10px;
}

.image-11 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-2 {
  color: #eaeaea;
  justify-content: flex-start;
  align-items: center;
  max-width: 1400px;
  margin-left: 20px;
  margin-right: auto;
  display: flex;
}

.link-3 {
  color: #eaeaea;
  text-transform: none;
  background-image: url('../images/reshot-icon-arrow-left-UZDAC2LESG.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  border-radius: 0;
  padding-left: 30px;
  padding-right: 48px;
  font-family: futura-pt-bold, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
  display: block;
}

.image-12 {
  width: 32px;
  max-width: none;
  height: 33px;
  margin-left: 0;
}

.overlay__logo-headline {
  width: 100%;
  margin-top: 0;
}

.copy-5 {
  color: #c6c6c6;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.copy-5.text-text-01 {
  color: #3f3f3e;
}

.overlay__logo-subline {
  width: 100%;
  margin-top: 40px;
  display: none;
}

.copy-6 {
  color: #c6c6c6;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.copy-6.text-text-01 {
  color: #3f3f3e;
}

.column-13 {
  padding-left: 0;
  padding-right: 0;
}

.column-14 {
  padding-left: 24px;
  padding-right: 0;
}

.columns-8 {
  width: auto;
  height: 600px;
}

.mask {
  max-width: 1260px;
  padding-top: 60px;
  padding-bottom: 56px;
}

.a-btn {
  background-color: #000;
  border-radius: 20px;
  font-family: futura-pt, sans-serif;
  font-size: 12px;
  line-height: 10px;
}

.text-block-16 {
  color: #000;
  border-radius: 20px;
  font-family: futura-pt, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 10px;
}

.pill {
  color: #fff;
  background-color: #000;
  border-radius: 19px;
  width: 55px;
  padding: 9px 15px;
  font-family: futura-pt, sans-serif;
  font-size: 12px;
  line-height: 10px;
}

.pill-2 {
  color: var(--white);
  background-color: #000;
  border-radius: 20px;
  font-family: futura-pt, sans-serif;
  font-size: 12px;
  line-height: 10px;
}

.link-block-3 {
  width: auto;
  height: auto;
  margin-left: 1135px;
  margin-right: 0;
}

.image-13 {
  max-width: 40%;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-6 {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .header_image {
    background-image: linear-gradient(#1a19301f, #1a19304d), url('../images/BANNER__1992X747.jpg');
    background-position: 0 0, 70%;
    background-size: auto, cover;
    height: 500px;
  }

  .main {
    margin-left: auto;
    margin-right: auto;
  }

  .column {
    background-image: url('../images/Plantur-39-AntiGrey46885sw_v02_Desktop.jpg');
  }

  .copy {
    text-align: left;
    padding-bottom: 0;
  }

  .usp-icon {
    aspect-ratio: auto;
    vertical-align: middle;
    object-fit: fill;
    width: 200px;
    height: auto;
    max-height: 200px;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
    display: inline-block;
  }

  .row {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
  }

  .row.spacing-sm-none {
    margin-top: 50px;
  }

  .text-block-6 {
    color: #c6c6c6;
    margin-top: -10px;
    margin-bottom: 20px;
    padding-top: 0;
    font-size: 18px;
    font-weight: 400;
  }

  .swiper.usage-steps__swiper {
    text-align: center;
    position: static;
  }

  .usp-points {
    position: relative;
  }

  .usage-steps__wrapper {
    text-align: center;
    margin-top: 40px;
    margin-left: auto;
  }

  .swipe {
    height: auto;
  }

  .row-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .container-4 {
    height: 100%;
  }

  .text-block-7 {
    color: #c6c6c6;
    margin-top: -10px;
    margin-bottom: 20px;
    padding-top: 0;
    font-size: 18px;
    font-weight: 400;
  }

  .column-4 {
    background-image: none;
    height: 600px;
  }

  .text-block-8 {
    width: 630px;
  }

  .product-info__bg--gradient {
    width: 100%;
    height: 200%;
    left: 25%;
  }

  .ul {
    list-style-type: disc;
    display: flex;
  }

  .accordion__content {
    display: none;
  }

  .text-block-9 {
    color: #000;
    margin-top: -10px;
    margin-bottom: 20px;
    padding-top: 0;
    font-size: 14px;
    font-weight: 700;
  }

  .container-5 {
    height: auto;
  }

  .drop-down {
    width: auto;
  }

  .copy-2 {
    font-weight: 400;
  }

  .bold-text-16 {
    font-weight: 700;
  }

  .image_with_text {
    width: auto;
  }

  .scale {
    width: 1400px;
  }

  .text-block-12 {
    width: auto;
  }

  .copy-3 {
    text-align: left;
    padding-bottom: 0;
  }

  .row-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-slider__bg-2, .testimonial-slider__text {
    height: auto;
  }

  .topline {
    text-align: center;
  }

  .faq, .footer {
    width: auto;
  }

  .div-block-3 {
    width: auto;
    height: auto;
  }

  .col-5.footer__inner {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    height: 40%;
    margin-left: 0;
    padding-right: 10.6%;
  }

  .text-block-15 {
    margin-left: 345px;
  }

  .video__overlay {
    display: block;
  }

  .mobil-sticky-button-2 {
    display: none;
  }

  .mobile_sticky_button.button--primary {
    background-color: #000;
    border-color: #000;
    font-family: futura-pt, sans-serif;
  }

  .row-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .container-12 {
    height: 100%;
  }

  .overlay {
    display: none;
  }

  .copy-4 {
    text-align: left;
    padding-bottom: 0;
  }

  .row-5 {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
  }

  .row-5.spacing-sm-none {
    margin-top: 50px;
  }

  .row-6 {
    margin-left: auto;
    margin-right: auto;
  }

  .container-14, .testimonial-slider__bg-3 {
    height: auto;
  }

  .slide-nav {
    margin-top: 0;
    padding-top: 70px;
  }

  .slider__block_review_author {
    font-size: 18px;
    line-height: 22px;
  }

  .slider__block_title {
    font-size: 26px;
    line-height: 32px;
  }

  .slider__block_rating {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 32px;
  }

  .slide {
    margin-bottom: auto;
    padding-bottom: 0;
  }

  .slider__block_review_product {
    color: #363636;
    padding-top: 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .icon-4 {
    color: #000;
  }

  .slider__block {
    padding-top: 60px;
  }

  .slider__block_review {
    color: #000;
    font-size: 20px;
    line-height: 26px;
  }

  .slider {
    height: 350px;
  }

  .right-arrow {
    margin-right: 240px;
    inset: 0% 0% 0% auto;
  }

  .columns-8 {
    width: auto;
  }

  .mask {
    margin-left: auto;
    margin-right: auto;
  }

  .link-block-3 {
    margin-left: 1127px;
  }

  .image-14 {
    height: 600px;
  }
}

@media screen and (min-width: 1920px) {
  .section {
    background-color: #000;
    height: 78px;
    max-height: 78px;
  }

  .image {
    max-width: none;
  }

  .image-2 {
    vertical-align: baseline;
    margin-top: 0;
    margin-left: auto;
    padding-left: 0;
  }

  .section-2 {
    background-image: url('../images/Plantur-39-AntiGrey47767-web_v02.jpg');
    background-position: 0 30%;
    background-size: cover;
    height: 744px;
  }

  .heading {
    background-color: #fff;
  }

  .heading-2 {
    color: #fff;
    width: 700px;
    height: 112px;
    margin-top: 348px;
    margin-bottom: 0;
    margin-left: 46px;
    padding-left: 0;
    font-family: futura-pt-bold, sans-serif;
    font-size: 48px;
    line-height: 48px;
  }

  .container-2 {
    width: 1320px;
    height: 658px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 32px;
  }

  .header {
    background-color: var(--black);
  }

  .header_image {
    background-image: linear-gradient(#1a19301f, #1a19301f), url('../images/BANNER__1992X747.jpg');
    background-position: 0 0, 50% 30%;
    background-size: auto, cover;
    height: 747px;
  }

  .header_content {
    width: 1400px;
    height: 744px;
    padding: 16px;
  }

  .main {
    width: 1400px;
    height: auto;
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px;
  }

  .div-block {
    width: 1336px;
    height: 600px;
    margin-top: 32px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .after_header {
    width: auto;
    height: 680px;
    margin-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .columns {
    width: auto;
    height: 600px;
  }

  .column {
    background-image: url('../images/Plantur-39-AntiGrey46885sw_v02_Desktop.jpg');
    height: 600px;
  }

  .image-3 {
    background-image: url('../images/Plantur-39-AntiGrey47026-web_v02.jpg');
    background-position: 50%;
    background-size: auto;
    height: 600px;
    margin-left: -17px;
  }

  .heading-3 {
    color: #000;
    font-family: futura-pt-bold, sans-serif;
    font-weight: 700;
    line-height: 32px;
  }

  .text-block {
    color: #000;
    padding-right: 24px;
    font-family: futura-pt, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .column-2 {
    margin-top: 200px;
  }

  .row {
    display: block;
  }

  .text-block-6 {
    color: var(--black);
    overflow-wrap: normal;
    font-family: Cerapro, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
  }

  .swiper-wrapper {
    margin-bottom: 20px;
  }

  .swiper-slide {
    color: #000;
    font-family: Cerapro, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
  }

  .usp-points {
    position: relative;
  }

  .heading-4 {
    font-family: futura-pt-bold, sans-serif;
    line-height: 40px;
  }

  .slide__label.subline {
    color: #000;
    font-family: Cerapro, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
  }

  .how-to {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .swiper-pagination-2 {
    color: #000;
    font-family: Cerapro, sans-serif;
    font-weight: 500;
  }

  .text-block-7 {
    color: #000;
    font-family: Cerapro, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
  }

  .usp_slider {
    margin-top: 0;
  }

  .text_image {
    height: 680px;
    padding: 32px;
  }

  .columns-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    vertical-align: baseline;
    justify-content: center;
    align-items: flex-start;
    height: 600px;
  }

  .column-3, .column-4 {
    height: 600px;
  }

  .text-block-8 {
    width: 580px;
  }

  .product-info {
    width: auto;
  }

  .accordion__content {
    display: none;
  }

  .text-block-9 {
    font-size: 18px;
  }

  .container-5 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .accordion-header {
    margin-bottom: 10px;
  }

  .text-block-10, .text-block-11 {
    font-size: 18px;
  }

  .container-8 {
    background-image: url('../images/Plantur-39-AntiGrey47744-web_v03.jpg');
    background-position: 50%;
    background-size: cover;
    height: 600px;
    margin-left: 10px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .scale {
    margin-bottom: 0;
  }

  .text-block-12 {
    font-size: 18px;
    line-height: 26px;
  }

  .div-block-3 {
    flex-flow: column;
    display: flex;
  }

  .col-5.footer__inner {
    width: auto;
    max-width: none;
    max-height: none;
    margin-left: 20px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .text-block-15 {
    margin-left: 665px;
  }

  .image-8 {
    width: auto;
    max-width: none;
    margin-left: 0;
  }

  .overlay {
    display: none;
  }

  .slider__block_review_author {
    color: #000;
    font-family: futura-pt, sans-serif;
    font-weight: 700;
  }

  .icon-4 {
    color: var(--black);
  }

  .icon-5 {
    color: #020202;
  }

  .slider__block {
    color: #000;
  }

  .slider__block_review {
    color: #000;
    width: 338px;
    font-family: futura-pt, sans-serif;
    font-size: 20px;
    line-height: 100%;
  }

  .bold-text-15 {
    color: var(--black);
  }

  .footer-2 {
    max-width: none;
  }

  .image-12 {
    margin-left: 0;
  }

  .mask {
    padding-top: 60px;
  }

  .link-block-3 {
    margin-left: 1453px;
  }

  .heading-12 {
    width: auto;
  }

  .columns-9 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .heading-2 {
    height: auto;
  }

  .header_image {
    background-image: linear-gradient(#1a19301f, #1a19304d), url('../images/BANNER__1992X747.jpg');
    background-position: 0 0, 0%;
  }

  .column {
    background-image: url('../images/Plantur-39-AntiGrey46885sw_v02_Mobile.jpg');
    background-position: 40%;
  }

  .swiper-wrapper {
    margin-bottom: 0;
  }

  .usp-point__item {
    margin-bottom: 50px;
  }

  .usp-points {
    margin-top: 25px;
    margin-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .usage-steps__wrapper {
    margin-top: 40px;
  }

  .text_image {
    width: auto;
    display: block;
  }

  .columns-2 {
    display: none;
  }

  .column-4 {
    background-image: url('../images/Plantur_Amazon_Anzeigen_1500x1500px_RZ01_Futura_EN-7.jpg');
  }

  .text-block-8 {
    width: auto;
    height: auto;
  }

  .button {
    margin-top: 20px;
  }

  .product-info__image {
    max-width: 550px;
  }

  .product-info__bg--gradient {
    width: 100%;
    max-height: 800px;
    inset: 275px 0 0 50%;
  }

  .usp-points-2 {
    margin-top: 25px;
    margin-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-5 {
    margin-left: auto;
    margin-right: auto;
  }

  .drop-down {
    width: auto;
  }

  .product__details {
    margin-top: 64px;
  }

  .text_with_icon, .columns-4, .text-block-10, .columns-5 {
    width: auto;
  }

  .image_with_text {
    background-image: linear-gradient(#1a193033, #1a193080), url('../images/Plantur_Native-Stills_1000x600px_RZ03-4.jpg');
    width: auto;
  }

  .scale {
    width: auto;
    height: auto;
  }

  .column-9, .column-10 {
    height: auto;
  }

  .container-10 {
    width: auto;
    height: auto;
    margin-top: auto;
  }

  .heading-11 {
    width: auto;
    height: auto;
  }

  .text-block-12 {
    height: auto;
    margin-top: 10px;
  }

  .testimonials {
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-slider {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .testimonial-slider__content {
    text-align: center;
    padding-top: 20px;
  }

  .testimonial-slider__userdata {
    justify-content: center;
  }

  .faq {
    width: auto;
  }

  .footer {
    height: auto;
  }

  .footer__social-icons {
    justify-content: flex-start;
    margin-top: 40px;
  }

  .div-block-3 {
    width: auto;
  }

  .col-5.footer__inner {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0%;
  }

  .text-block-15 {
    margin-left: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
  }

  .image-8 {
    margin-left: 0;
  }

  .product-info__image-2 {
    max-width: 550px;
  }

  .video__thumbnail {
    object-position: 50% 50%;
  }

  .headline-s-2 {
    line-height: 40px;
  }

  .overlay__close {
    top: -20px;
    right: 10px;
  }

  .stores {
    flex-direction: column;
    place-content: center;
  }

  .overlay {
    width: 100%;
    height: 100%;
    display: none;
  }

  .column-11 {
    background-image: none;
    height: auto;
  }

  .column-12 {
    height: auto;
  }

  .columns-7 {
    display: block;
  }

  .testimonial-slider-2 {
    padding-top: 150px;
    padding-bottom: 175px;
  }

  .slider {
    width: 100%;
    height: 300px;
  }

  .left-arrow {
    margin-left: auto;
  }

  .right-arrow {
    margin-right: auto;
  }

  .footer-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
    margin-left: 0;
  }

  .link-3 {
    color: #fff;
    background-position: 100%;
    background-size: 24px 24px;
    border-bottom: 1px solid #fff;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-12, .link-block-3 {
    margin-left: 0;
  }

  .heading-12 {
    width: 400px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .section-2 {
    height: 744px;
  }

  .heading-2 {
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .header_image {
    background-image: linear-gradient(#1a19301f, #1a19304d), url('../images/BANNER__1992X747.jpg');
    background-position: 0 0, 0%;
  }

  .after_header, .columns {
    height: auto;
  }

  .column {
    background-image: url('../images/Plantur-39-AntiGrey46885sw_v02_Mobile.jpg');
  }

  .heading-3 {
    margin-top: 0;
  }

  .column-2 {
    margin-top: 20px;
  }

  .usp-icon {
    margin-left: 0;
  }

  .row.spacing-sm-none {
    max-width: 100%;
  }

  .swiper-slide {
    align-items: center;
  }

  .usp-points {
    margin-bottom: 50px;
  }

  .heading-4 {
    margin-top: 0;
  }

  .how-to {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .swiper-pagination-2 {
    margin-top: 60px;
  }

  .swiper-slide-3 {
    align-items: center;
  }

  .columns-2 {
    display: none;
  }

  .column-4 {
    background-image: url('../images/Plantur_Amazon_Anzeigen_1500x1500px_RZ01_Futura_EN-7.jpg');
    height: auto;
  }

  .button {
    margin-top: 20px;
  }

  .product-info__image {
    padding-bottom: 100px;
  }

  .product-info__bg--gradient {
    width: 90%;
    max-height: 600px;
    top: 250px;
  }

  .product-info__packshot {
    width: 250px;
    bottom: 0;
  }

  .product-info {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .accordion__content {
    padding-right: 0;
  }

  .swiper-slider {
    align-items: center;
  }

  .usp-points-2 {
    margin-bottom: 50px;
  }

  .text_with_icon {
    height: auto;
    margin-bottom: 10px;
  }

  .columns-4 {
    height: auto;
  }

  .image_with_text {
    background-image: linear-gradient(#1a193033, #1a193080), url('../images/Plantur_Native-Stills_1000x600px_RZ03-4.jpg');
  }

  .container-7 {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .scale, .column-9, .column-10 {
    height: auto;
  }

  .container-10 {
    margin-top: 10px;
    margin-left: auto;
  }

  .testimonial-slider {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .row-3.spacing-sm-none {
    max-width: 100%;
  }

  .footer, .div-block-3 {
    height: auto;
  }

  .col-5.footer__inner {
    padding-left: 0%;
  }

  .text-block-15 {
    margin-left: 0;
    font-size: 16px;
  }

  .image-8 {
    margin-left: 0;
  }

  .product-info__image-2 {
    padding-bottom: 100px;
  }

  .video__thumbnail {
    z-index: 0;
    object-position: 40% 50%;
    min-height: 450px;
  }

  .mobil-sticky-button-2 {
    display: none;
  }

  .headline-s-2 {
    font-size: 21px;
    line-height: 32px;
  }

  .overlay__close {
    top: -30px;
    right: 10px;
  }

  .overlay {
    width: 100%;
    height: 100%;
    display: none;
  }

  .column-11, .column-12 {
    height: auto;
  }

  .columns-7 {
    display: block;
  }

  .row-5.spacing-sm-none {
    max-width: 100%;
  }

  .testimonial-slider-2 {
    padding-top: 100px;
    padding-bottom: 125px;
  }

  .row-6.spacing-sm-none {
    max-width: 100%;
  }

  .footer-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .link-3 {
    background-position: 100%;
    margin-left: 0;
    padding-left: 0;
    font-size: 16px;
  }

  .image-12 {
    margin-left: 0;
  }

  .pill, .pill-2 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .button-primary {
    background-color: #000;
    border-radius: 20px;
    font-family: futura-pt, sans-serif;
    font-size: 14px;
    font-weight: 700;
  }

  .image-2 {
    margin: -1px auto 16px;
    padding-top: 0;
  }

  .heading-2 {
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 32px;
    line-height: 42px;
  }

  .header {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px;
    position: relative;
    left: auto;
    right: auto;
  }

  .header_image {
    background-image: linear-gradient(#1a19301f, #1a19304d), url('../images/BANNER__1992X747.jpg');
    background-position: 0 0, 5%;
    background-size: auto, cover;
    width: 100%;
    height: 568px;
    max-height: none;
    margin-left: auto;
    margin-right: 0;
  }

  .header_content {
    padding-top: 343px;
    padding-left: 0;
  }

  .main {
    width: 100%;
  }

  .after_header {
    width: 100%;
    height: auto;
    max-height: 743px;
    margin-left: auto;
    padding: 0;
  }

  .columns {
    height: auto;
  }

  .column {
    background-image: url('../images/Plantur-39-AntiGrey46885sw_v02_Mobile.jpg');
    height: 371.5px;
    padding-left: 0;
  }

  .heading-3 {
    margin-top: 32px;
    margin-bottom: 16px;
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 32px;
    line-height: 40px;
  }

  .text-block {
    padding-left: 16px;
    padding-right: 16px;
  }

  .column-2 {
    margin-top: 0;
    padding-left: 0;
  }

  .swiper-pagination {
    margin-top: 36px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .usp-icon {
    margin-left: 0;
  }

  .row {
    flex-wrap: wrap;
    max-width: 92.5%;
  }

  .swiper-slide {
    width: 100%;
  }

  .col {
    text-align: left;
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .swipe {
    text-align: center;
    margin-top: -50px;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-4 {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .col-2 {
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .row-2 {
    flex-wrap: wrap;
    max-width: 92.5%;
  }

  .container-4 {
    text-align: left;
  }

  .swiper-slide-3 {
    width: 100%;
  }

  .col-3 {
    text-align: left;
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .usp_slider {
    width: 100%;
    margin-top: 48px;
    margin-bottom: 48px;
    padding: 0;
  }

  .text_image {
    width: 100%;
    height: auto;
    margin-bottom: 48px;
    padding: 0;
  }

  .columns-2 {
    flex-flow: wrap;
    align-content: stretch;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .column-3 {
    background-image: url('../images/Plantur-39-AntiGrey47744-web_v03.jpg');
    background-position: 50%;
    background-size: cover;
    height: 371.5px;
    margin-bottom: 32px;
    padding-bottom: 0;
  }

  .column-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: none;
    flex-flow: column;
    height: 371.5px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .text-block-8 {
    color: #000;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-5 {
    margin: 32px auto 16px;
    padding-left: 16px;
    padding-right: 16px;
    line-height: 40px;
  }

  .button {
    text-align: center;
    margin-top: 20px;
    display: none;
  }

  .button.button-primary {
    height: 44px;
    margin-top: 0;
    display: block;
  }

  .product-info__image {
    z-index: 1;
    max-width: 325px;
    margin-bottom: 0;
    padding-bottom: 100px;
  }

  .accordion-2 {
    z-index: 1;
  }

  .headline-s {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 26px;
    line-height: 26px;
  }

  .product-info__bg--gradient {
    position: absolute;
    top: 200px;
  }

  .product-info__packshot {
    width: 175px;
    right: 15px;
  }

  .product-info__teaser {
    width: 300px;
    position: relative;
  }

  .col-4 {
    text-align: left;
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .col-4.spacing-xs-none {
    padding-left: 0%;
    padding-right: 0%;
  }

  .accordion__header {
    padding-top: 24px;
  }

  .product-info {
    margin-top: 0;
    margin-bottom: 0;
    overflow: visible;
  }

  .accordion__content {
    display: none;
  }

  .swiper-slider {
    width: 100%;
  }

  .usp-points-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-5 {
    text-align: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .drop-down {
    width: 100%;
    margin-top: 32px;
    padding: 0 20px;
  }

  .heading-8 {
    text-align: left;
    width: auto;
    margin-top: 10px;
  }

  .accordion-headline.headline-s.italic {
    width: 240px;
  }

  .copy-2 {
    font-weight: 400;
  }

  .button-2 {
    margin-left: 0;
    display: none;
  }

  .text_with_icon {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 16px;
  }

  .columns-4 {
    width: 100%;
    height: auto;
  }

  .column-6, .column-7, .column-8 {
    height: auto;
  }

  .container-6 {
    height: auto;
    padding-bottom: 0;
  }

  .image-4 {
    background-image: linear-gradient(#ffffff80, #ffffff80);
  }

  .text-block-10, .columns-5 {
    height: auto;
  }

  .image_with_text {
    background-image: linear-gradient(#1a193033, #1a193080), url('../images/Plantur_Native-Stills_1000x600px_RZ03-4.jpg');
    background-position: 0 0, 50%;
    height: 568px;
    margin-top: 48px;
    padding: 200px 16px 0;
  }

  .container-7 {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-10 {
    margin-top: 0;
    font-size: 32px;
    line-height: 40px;
  }

  .text-block-11 {
    padding-bottom: 10px;
  }

  .scale {
    width: 100%;
    height: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .column-9 {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-10 {
    height: auto;
    padding: 32px 20px 48px;
  }

  .image-6 {
    height: auto;
  }

  .container-10 {
    width: 100%;
    height: auto;
    margin-top: 32px;
    margin-left: auto;
    padding-right: 0;
  }

  .heading-11 {
    width: auto;
    margin-top: 0;
  }

  .text-block-12 {
    width: auto;
    margin-top: 10px;
  }

  .testimonials {
    width: 320px;
    padding-bottom: 48px;
  }

  .copy-3 {
    padding-right: 20px;
  }

  .testimonial-slider {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .row-3 {
    flex-wrap: wrap;
    max-width: 92.5%;
  }

  .testimonial-slider__bg--image-2 {
    object-fit: fill;
    width: 200%;
    max-width: 100%;
    margin-left: 0%;
  }

  .testimonial-slider__text {
    font-size: 24px;
  }

  .topline {
    text-align: center;
    margin-top: 60px;
  }

  .faq {
    width: 100%;
    padding-top: 32px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-3 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .footer {
    width: 100%;
    height: auto;
  }

  .footer__social-icons {
    justify-content: center;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .footer__link-list {
    grid-row-gap: 40px;
    margin-bottom: 20px;
  }

  .div-block-3 {
    width: 100%;
    height: auto;
  }

  .col-5 {
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .col-5.footer__inner {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-top-color: #fff;
    border-bottom-width: 1px;
    border-bottom-color: #fff;
    border-left-width: 0;
    border-right-width: 0;
    flex-flow: row;
    place-content: space-between flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 0%;
    display: flex;
  }

  .link-2.footer__link {
    padding-bottom: 20px;
  }

  .link-2.footer__link.footer__link--last {
    margin-right: 0;
  }

  .link-2.footer__link.footer__link--last-copy {
    margin-right: 0;
    padding-left: 30px;
  }

  .footer__copyright {
    margin-top: 24px;
    margin-left: 0;
  }

  .text-block-15 {
    margin-left: 0;
    padding-top: 48px;
  }

  .image-8 {
    width: auto;
    max-width: none;
    height: auto;
    margin-left: 0;
  }

  .product-info__image-2 {
    z-index: 1;
    width: auto;
    max-width: none;
    margin-bottom: 0;
    padding-bottom: 16px;
  }

  .accordion-3 {
    z-index: 1;
  }

  .video__thumbnail {
    object-position: 32% 50%;
    width: auto;
    height: auto;
    min-height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mobil-sticky-button {
    z-index: 2;
    opacity: 1;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .mobil-sticky-button-2 {
    z-index: 2;
    opacity: 1;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
  }

  .mobil-sticky-button__content {
    z-index: 2;
    justify-content: center;
    align-items: center;
    height: 44px;
    margin-bottom: 5px;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .mobile_sticky_button {
    color: #fff;
    background-color: #000;
    background-image: none;
    border-color: #000;
    border-radius: 20px;
    font-size: 16px;
    line-height: 21px;
  }

  .mobile_sticky_button.button--primary {
    z-index: 2;
    cursor: pointer;
    background-color: #000;
    background-image: none;
    border-color: #000;
    border-radius: 20px;
    font-family: futura-pt, sans-serif;
  }

  .bold-text-19 {
    font-family: futura-pt, sans-serif;
  }

  .headline-s-2.italic.store__headline {
    color: #000;
    font-family: futura-pt, sans-serif;
  }

  .overlay__inner {
    background-color: #fff;
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .overlay__close {
    margin-left: -100px;
    margin-right: auto;
    top: -30px;
    right: 10px;
  }

  .row-4 {
    max-width: none;
  }

  .col-6 {
    flex-basis: 100%;
    max-width: none;
    padding-left: 2%;
    padding-right: 2%;
  }

  .container-12 {
    text-align: left;
    width: 100%;
    max-width: none;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .stores {
    flex-wrap: wrap;
  }

  .overlay {
    width: 100%;
    height: 100%;
    display: none;
  }

  .overlay.warm, .overlay.kalt, .overlay.shops {
    display: none;
  }

  .overlay__close-icon {
    margin-left: 0;
    margin-right: 0;
  }

  .column-11 {
    height: auto;
    padding-left: 10px;
    display: block;
  }

  .column-12 {
    height: auto;
  }

  .columns-7 {
    display: block;
  }

  .row-5, .row-6 {
    flex-wrap: wrap;
    max-width: 92.5%;
  }

  .container-14 {
    text-align: center;
    margin-top: -50px;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .testimonial-slider__text-2 {
    font-size: 24px;
  }

  .slide-nav {
    margin-top: 10px;
    display: block;
  }

  .slider__block_review_author {
    margin-bottom: 10px;
  }

  .slider__block_title, .slider__block_rating {
    margin-bottom: 0;
  }

  .slide {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider__block_review_product {
    margin-bottom: 10px;
  }

  .slider__block {
    width: 80%;
  }

  .slider__block_review {
    width: 100%;
    margin-top: 20px;
    margin-left: 5px;
    margin-right: auto;
    line-height: 1.3em;
  }

  .slider {
    width: 100%;
    height: auto;
  }

  .bold-text-15 {
    font-size: .9em;
    line-height: 1.5em;
  }

  .left-arrow {
    margin-left: 0;
    margin-right: 0;
    inset: 0% auto 0% 0%;
  }

  .right-arrow {
    margin-right: 0;
    inset: 0% 0% 0% auto;
  }

  .footer-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 0;
    display: flex;
  }

  .link-3 {
    opacity: 1;
    outline-offset: 5px;
    mix-blend-mode: normal;
    background-image: url('../images/reshot-icon-arrow-left-UZDAC2LESG.svg');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    outline: 1px #fff;
    width: 100%;
    height: 72px;
    margin-left: 0;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 0;
    font-size: 16px;
  }

  .image-12 {
    margin-left: 0;
  }

  .overlay__logo-headline {
    margin-top: 60px;
    margin-bottom: -20px;
  }

  .overlay__logo-subline {
    margin-top: 0;
    margin-bottom: -20px;
  }

  .column-14 {
    padding-left: 0;
  }

  .columns-8 {
    width: auto;
  }

  .column-15, .column-16 {
    padding-left: 0;
    padding-right: 0;
  }

  .a-btn.button-primary {
    font-weight: 700;
  }

  .pill, .pill-2 {
    display: none;
  }

  .link-block-3 {
    width: auto;
    height: auto;
  }

  .image-13 {
    max-height: none;
  }

  .image-15 {
    margin-bottom: 10px;
  }

  .div-block-5 {
    flex-flow: column;
    grid-auto-flow: column;
    display: flex;
  }

  .heading-13 {
    padding-left: 16px;
    padding-right: 16px;
  }
}


@font-face {
  font-family: 'Cerapro';
  src: url('../fonts/CeraPro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cerapro';
  src: url('../fonts/CeraPro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}