@charset "UTF-8";
/*
///########################################################################
///########################################################################
///
///------------------------ designed - created - hosted | by HeiCom Systems
///
///########################################################################
///########################################################################
*/
/*
///########################################################################
///------------------- 01 Allgemein
///########################################################################
*/
/* anton-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Anton";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/heicom-systems/fonts/anton-v25-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ---------------------------------------------------------- Satoshi */
@font-face {
  font-family: "Satoshi";
  font-weight: 300;
  font-display: swap;
  font-style: normal;
  src: url("/wp-content/themes/heicom-systems/fonts/Satoshi-Light.woff2") format("woff2"), url("/wp-content/themes/heicom-systems/fonts/Satoshi-Light.woff") format("woff");
}
@font-face {
  font-family: "Satoshi";
  font-weight: 400;
  font-display: swap;
  font-style: normal;
  src: url("/wp-content/themes/heicom-systems/fonts/Satoshi-Regular.woff2") format("woff2"), url("/wp-content/themes/heicom-systems/fonts/Satoshi-Regular.woff") format("woff");
}
@font-face {
  font-family: "Satoshi";
  font-weight: 700;
  font-display: swap;
  font-style: normal;
  src: url("/wp-content/themes/heicom-systems/fonts/Satoshi-Bold.woff2") format("woff2"), url("/wp-content/themes/heicom-systems/fonts/Satoshi-Bold.woff") format("woff");
}
@font-face {
  font-family: "Satoshi";
  font-weight: 900;
  font-display: swap;
  font-style: normal;
  src: url("/wp-content/themes/heicom-systems/fonts/Satoshi-Black.woff2") format("woff2"), url("/wp-content/themes/heicom-systems/fonts/Satoshi-Black.woff") format("woff");
}
.box--xl {
  max-width: 1200px;
}
.box--l {
  max-width: 1000px;
}
.box--m {
  max-width: 800px;
}
.box--s {
  max-width: 600px;
}
.box--xs {
  max-width: 400px;
}
@keyframes key--fade-in-left {
  from {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes key--fib {
  from {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes key--fob {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
}
@keyframes key--fade-in-top {
  from {
    opacity: 0;
    transform: translate3d(0, -100px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes key--fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes key--zoom-out {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.mw-tag__group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.3rem;
}
.mw-tag {
  font-size: var(--fluid-text--xs);
  background: #414141;
  border-radius: 0.1rem;
  padding: 0.3rem 0.4rem;
  color: #F3F3F3;
  line-height: 1;
  font-weight: 400;
  flex: 0 0 auto;
}
.mw-tag .bold {
  font-weight: 700;
}
.mw-tag--light {
  background: #E9E9E9;
  color: #1D1D1B;
}
.hcs .woocommerce table.shop_table {
  border-radius: 0.5rem;
  background: #fff;
  overflow: hidden;
  outline: 2px solid #414141;
  outline-offset: -2px;
  margin-bottom: 2rem;
  border: none;
  width: 100%;
  display: table;
}
.hcs .woocommerce table.shop_table:last-child {
  margin-bottom: 0;
}
.hcs .woocommerce table.shop_table tr {
  display: table-row;
}
.hcs .woocommerce table.shop_table th, .hcs .woocommerce table.shop_table td {
  display: table-cell;
  vertical-align: top;
}
.hcs .woocommerce table.shop_table .label {
  font-size: var(--fluid-text--s);
  font-weight: 400;
}
.hcs .woocommerce table.shop_table .label--s {
  font-size: 0.7rem;
}
.hcs .woocommerce table.shop_table thead {
  background-color: #414141;
  display: table-header-group;
  border-top-right-radius: 0.5rem;
}
.hcs .woocommerce table.shop_table thead th, .hcs .woocommerce table.shop_table thead td {
  color: #F3F3F3;
  font-size: var(--fluid-text--s);
  padding: 1rem;
  line-height: normal;
  hyphens: auto !important;
  white-space: nowrap;
}
.hcs .woocommerce table.shop_table thead th h1, .hcs .woocommerce table.shop_table thead th h2, .hcs .woocommerce table.shop_table thead th h3, .hcs .woocommerce table.shop_table thead th h4, .hcs .woocommerce table.shop_table thead th p, .hcs .woocommerce table.shop_table thead th a, .hcs .woocommerce table.shop_table thead th li, .hcs .woocommerce table.shop_table thead th span, .hcs .woocommerce table.shop_table thead td h1, .hcs .woocommerce table.shop_table thead td h2, .hcs .woocommerce table.shop_table thead td h3, .hcs .woocommerce table.shop_table thead td h4, .hcs .woocommerce table.shop_table thead td p, .hcs .woocommerce table.shop_table thead td a, .hcs .woocommerce table.shop_table thead td li, .hcs .woocommerce table.shop_table thead td span {
  hyphens: auto !important;
}
.hcs .woocommerce table.shop_table tbody {
  display: table-row-group;
}
.hcs .woocommerce table.shop_table tbody tr {
  border-bottom: 1px solid #E1E1E1;
}
.hcs .woocommerce table.shop_table tbody tr:last-child {
  border-bottom: none;
}
.hcs .woocommerce table.shop_table tbody th, .hcs .woocommerce table.shop_table tbody td {
  width: auto;
  line-height: normal;
  font-size: var(--fluid-text--s);
  padding: 0.75rem 1rem;
  hyphens: manual;
}
.hcs .woocommerce table.shop_table tfoot {
  background-color: #E9E9E9;
  display: table-footer-group;
  border-top: 1px solid #393939;
}
.hcs .woocommerce table.shop_table tfoot tr:first-child td, .hcs .woocommerce table.shop_table tfoot tr:first-child th {
  padding-top: 1rem;
}
.hcs .woocommerce table.shop_table tfoot tr:nth-last-child(2) td, .hcs .woocommerce table.shop_table tfoot tr:nth-last-child(2) th {
  padding-bottom: 1rem;
}
.hcs .woocommerce table.shop_table tfoot th, .hcs .woocommerce table.shop_table tfoot td {
  width: auto;
  line-height: normal;
  font-size: var(--fluid-text--s);
  padding: 0.5rem 1rem;
  hyphens: manual;
}
.hcs .woocommerce table.shop_table tfoot th {
  text-align: right;
  padding-right: 2rem;
}
.hcs .woocommerce table.shop_table tfoot tr.order-total {
  background-color: #fff;
  border-top: 1px solid #393939;
}
.hcs .woocommerce .table__data--wrapper {
  gap: 0.1rem;
}
.hcs .woocommerce .table__data--wrapper .table__data--line {
  gap: 0.2rem;
  display: flex;
  flex-direction: row;
}
.hcs .woocommerce .table__data--wrapper .label {
  min-width: 4rem;
}
@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}
body {
  scroll-behavior: smooth;
  line-height: normal;
}
.testfinal2zzz {
  border: none;
}
.centered, .centered * {
  text-align: center;
  justify-content: center;
  align-content: center;
  align-items: center;
  align-self: center;
}
.hyphens {
  hyphens: auto !important;
}
.hyphens h1, .hyphens h2, .hyphens h3, .hyphens h4, .hyphens p, .hyphens a, .hyphens li, .hyphens span {
  hyphens: auto !important;
}
.no-select {
  user-select: none;
}
.subscript {
  font-weight: 300;
  opacity: 0.7;
  font-size: var(--fluid-text-xs);
  margin-left: 0.5rem;
  letter-spacing: 0.01em;
}
.sticky, .col.sticky {
  position: sticky;
  top: 8rem;
}
/*
.vorlage--dev {
	// flex: grow shrink basis
	
	flex: 0 1 300px; // auf kind, kinder so klein wie möglich, nie kleiner als 300px, kinder unterschiedlich breit
	flex: 1 0 300px; // auf kind, kinder gleich groß, bei flex wrap gleich verteilt auf reihe. Minimum 300px
	flex: 0 1 0; // auf kind, kinder so klein wie der Inhalt
	
	width: max-content; // führt zu overflow
	width: min-content; // bricht Sätze zu früh um
	width: fit-content; // besser
	
	// alternativ:
	min-width: min-content;
	max-width: max-content;
	widht: auto;
	
	
	// strechd cards (genau 500px), mobile einzelen card genau 500px
	flex: 0 1 500px;
	width: fit-content;
	
	
	// strechd cards (min 500px oder mehr), mobile einzele card volle Breite
	flex: 1 0 500px;
	width: fit-content;
	
	// streched cards, mobile klein wie möglich in Reihe, einzelne cards aber 100% breite
	flex: 1 0 0;
	min-width: min-content;
	
	// fixe breite der cards (400px), kann auch auf 300 schrumpfen, einzele card 100%
	flex: 1 0 400px;
	min-width: 300px;
	
	
	// fixe breite der cards (400px), kann auch auf 300 schrumpfen, einzele card max 500px
	flex: 1 0 400px;
	max-width: 500px;
	min-width: 300px;
	
	// card 400px breit, kann mehr werden falls platz ist, einzelne card 100%
	flex: 1 1 400px;
	
	// card 400px breit, kann 500px falls platz ist, einzelne card 100% aber max 500px
	flex: 1 1 400px;
	max-width: 500px;
}
*/
@media (max-width: 768px) {
  .hide-on-tablet {
    display: none;
  }
}
@media (max-width: 500px) {
  .hide-on-mobile {
    display: none;
  }
}
[class*="_ctr"] {
  padding: min(10rem, 15vw) min(3rem, 6vw);
}
[class*="_ctr"].zero {
  padding: 0;
}
[class*="_ctr"].zero--top {
  padding-top: 0;
}
[class*="_ctr"].zero--bottom {
  padding-bottom: 0;
}
[class*="_ctr"].zero--left {
  padding-left: 0;
}
[class*="_ctr"].zero--right {
  padding-right: 0;
}
[class*="_ctr"].min {
  padding: min(3rem, 6vw);
}
[class*="_ctr"].min--top {
  padding-top: min(3rem, 6vw);
}
[class*="_ctr"].min--bottom {
  padding-bottom: min(3rem, 6vw);
}
[class*="_ctr"].min--left {
  padding-left: min(3rem, 6vw);
}
[class*="_ctr"].min--right {
  padding-right: min(3rem, 6vw);
}
.fixed_ctr {
  width: 100%;
  max-width: 1800px;
}
.full_ctr {
  width: 100%;
}
.section.section--fabric-card, .footer__content, .col--fabric-card {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: calc(100% - (2* 1.5rem));
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  overflow: clip;
}
@media (max-width: 1024px) {
  .section.section--fabric-card, .footer__content, .col--fabric-card {
    max-width: calc(100% - (2* 1rem));
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .section.section--fabric-card, .footer__content, .col--fabric-card {
    max-width: 100%;
  }
}
@media (max-width: 500px) {
  .section.section--fabric-card, .footer__content, .col--fabric-card {
    max-width: 100%;
  }
}
.ctr-margin--left, .col_ctr.ctr-margin--left {
  padding-left: calc(((100% -  min(100%, 1800px) )/2) + min(3rem, 6vw));
}
@media (max-width: 1920px) {
  .ctr-margin--left, .col_ctr.ctr-margin--left {
    padding-left: calc(((100% -  min(100%, 1550px) )/2) + min(3rem, 6vw));
  }
}
@media (max-width: 1600px) {
  .ctr-margin--left, .col_ctr.ctr-margin--left {
    padding-left: calc(((100% -  min(100%, 1300px) )/2) + min(3rem, 6vw));
  }
}
@media (max-width: 1366px) {
  .ctr-margin--left, .col_ctr.ctr-margin--left {
    padding-left: calc(((100% -  min(100%, 1024px) )/2) + min(3rem, 6vw));
  }
}
.ctr-margin--right, .col_ctr.ctr-margin--right {
  padding-right: calc(((100% -  min(100%, 1800px) )/2) + min(3rem, 6vw));
}
@media (max-width: 1920px) {
  .ctr-margin--right, .col_ctr.ctr-margin--right {
    padding-right: calc(((100% -  min(100%, 1550px) )/2) + min(3rem, 6vw));
  }
}
@media (max-width: 1600px) {
  .ctr-margin--right, .col_ctr.ctr-margin--right {
    padding-right: calc(((100% -  min(100%, 1300px) )/2) + min(3rem, 6vw));
  }
}
@media (max-width: 1366px) {
  .ctr-margin--right, .col_ctr.ctr-margin--right {
    padding-right: calc(((100% -  min(100%, 1024px) )/2) + min(3rem, 6vw));
  }
}
@media (max-width: 1920px) {
  .fixed_ctr {
    max-width: 1550px;
  }
}
@media (max-width: 1600px) {
  .fixed_ctr {
    max-width: 1300px;
  }
}
@media (max-width: 1366px) {
  .fixed_ctr {
    max-width: 1024px;
  }
}
@media (max-width: 1024px) {
  .fixed_ctr {
    max-width: 100%;
  }
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.justify-items-start {
  justify-items: start;
}
.justify-items-end {
  justify-items: end;
}
.justify-items-center {
  justify-items: center;
}
.justify-items-stretch {
  justify-items: stretch;
}
.justify-self-auto {
  justify-self: auto;
}
.justify-self-start {
  justify-self: start;
}
.justify-self-end {
  justify-self: end;
}
.justify-self-center {
  justify-self: center;
}
.justify-self-stretch {
  justify-self: stretch;
}
.content-center {
  align-content: center;
}
.content-start {
  align-content: flex-start;
}
.content-end {
  align-content: flex-end;
}
.content-between {
  align-content: space-between;
}
.content-around {
  align-content: space-around;
}
.content-evenly {
  align-content: space-evenly;
}
.content-baseline {
  align-content: baseline;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.self-auto {
  align-self: auto;
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.self-stretch {
  align-self: stretch;
}
.self-baseline {
  align-self: baseline;
}
.place-content-center {
  place-content: center;
}
.place-content-start {
  place-content: start;
}
.place-content-end {
  place-content: end;
}
.place-content-between {
  place-content: space-between;
}
.place-content-around {
  place-content: space-around;
}
.place-content-evenly {
  place-content: space-evenly;
}
.place-content-baseline {
  place-content: baseline;
}
.place-content-stretch {
  place-content: stretch;
}
.place-items-start {
  place-items: start;
}
.place-items-end {
  place-items: end;
}
.place-items-center {
  place-items: center;
}
.place-items-baseline {
  place-items: baseline;
}
.place-items-stretch {
  place-items: stretch;
}
.place-self-auto {
  place-self: auto;
}
.place-self-start {
  place-self: start;
}
.place-self-end {
  place-self: end;
}
.place-self-center {
  place-self: center;
}
.place-self-stretch {
  place-self: stretch;
}
.mdl {
  margin: min(1rem, 2vw) 0;
}
.mdl--s {
  margin: min(0.5rem, 1vw) 0;
}
.mdl--l {
  margin: min(1.5rem, 3vw) 0;
}
.mdl--zero {
  margin: 0;
}
.m--2xs, [class*="mdl"].m--2xs {
  margin: min(0.25rem, 0.5vw);
}
.m--xs, [class*="mdl"].m--xs {
  margin: min(0.5rem, 1vw);
}
.m--s, [class*="mdl"].m--s {
  margin: min(0.75rem, 1.5vw);
}
.m--m, [class*="mdl"].m--m {
  margin: min(1rem, 2vw);
}
.m--l, [class*="mdl"].m--l {
  margin: min(2rem, 4vw);
}
.m--xl, [class*="mdl"].m--xl {
  margin: min(4rem, 8vw);
}
.m--2xl, [class*="mdl"].m--2xl {
  margin: min(6rem, 12vw);
}
.mx--2xs, [class*="mdl"].mx--2xs {
  margin: 0 min(0.25rem, 0.5vw);
}
.mx--xs, [class*="mdl"].mx--xs {
  margin: 0 min(0.5rem, 1vw);
}
.mx--s, [class*="mdl"].mx--s {
  margin: 0 min(0.75rem, 1.5vw);
}
.mx--m, [class*="mdl"].mx--m {
  margin: 0 min(1rem, 2vw);
}
.mx--l, [class*="mdl"].mx--l {
  margin: 0 min(2rem, 4vw);
}
.mx--xl, [class*="mdl"].mx--xl {
  margin: 0 min(4rem, 8vw);
}
.mx--2xl, [class*="mdl"].mx--2xl {
  margin: 0 min(6rem, 12vw);
}
.my--2xs, [class*="mdl"].my--2xs {
  margin: min(0.25rem, 0.5vw) 0;
}
.my--xs, [class*="mdl"].my--xs {
  margin: min(0.5rem, 1vw) 0;
}
.my--s, [class*="mdl"].my--s {
  margin: min(0.75rem, 1.5vw) 0;
}
.my--m, [class*="mdl"].my--m {
  margin: min(1rem, 2vw) 0;
}
.my--l, [class*="mdl"].my--l {
  margin: min(2rem, 4vw) 0;
}
.my--xl, [class*="mdl"].my--xl {
  margin: min(4rem, 8vw) 0;
}
.my--2xl, [class*="mdl"].my--2xl {
  margin: min(6rem, 12vw) 0;
}
.ml--zero, [class*="mdl"].ml--zero {
  margin-left: 0;
}
.ml--2xs, [class*="mdl"].ml--2xs {
  margin-left: min(0.25rem, 0.5vw);
}
.ml--xs, [class*="mdl"].ml--xs {
  margin-left: min(0.5rem, 1vw);
}
.ml--s, [class*="mdl"].ml--s {
  margin-left: min(0.75rem, 1.5vw);
}
.ml--m, [class*="mdl"].ml--m {
  margin-left: min(1rem, 2vw);
}
.ml--l, [class*="mdl"].ml--l {
  margin-left: min(2rem, 4vw);
}
.ml--xl, [class*="mdl"].ml--xl {
  margin-left: min(4rem, 8vw);
}
.ml--2xl, [class*="mdl"].ml--2xl {
  margin-left: min(6rem, 12vw);
}
.mr--zero, [class*="mdl"].mr--zero {
  margin-right: 0;
}
.mr--2xs, [class*="mdl"].mr--2xs {
  margin-right: min(0.25rem, 0.5vw);
}
.mr--xs, [class*="mdl"].mr--xs {
  margin-right: min(0.5rem, 1vw);
}
.mr--s, [class*="mdl"].mr--s {
  margin-right: min(0.75rem, 1.5vw);
}
.mr--m, [class*="mdl"].mr--m {
  margin-right: min(1rem, 2vw);
}
.mr--l, [class*="mdl"].mr--l {
  margin-right: min(2rem, 4vw);
}
.mr--xl, [class*="mdl"].mr--xl {
  margin-right: min(4rem, 8vw);
}
.mr--2xl, [class*="mdl"].mr--2xl {
  margin-right: min(6rem, 12vw);
}
.mt--zero, [class*="mdl"].mt--zero {
  margin-top: 0;
}
.mt--2xs, [class*="mdl"].mt--2xs {
  margin-top: min(0.25rem, 0.5vw);
}
.mt--xs, [class*="mdl"].mt--xs {
  margin-top: min(0.5rem, 1vw);
}
.mt--s, [class*="mdl"].mt--s {
  margin-top: min(0.75rem, 1.5vw);
}
.mt--m, [class*="mdl"].mt--m {
  margin-top: min(1rem, 2vw);
}
.mt--l, [class*="mdl"].mt--l {
  margin-top: min(2rem, 4vw);
}
.mt--xl, [class*="mdl"].mt--xl {
  margin-top: min(4rem, 8vw);
}
.mt--2xl, [class*="mdl"].mt--2xl {
  margin-top: min(6rem, 12vw);
}
.mb--zero, [class*="mdl"].mb--zero {
  margin-bottom: 0;
}
.mb--2xs, [class*="mdl"].mb--2xs {
  margin-bottom: min(0.25rem, 0.5vw);
}
.mb--xs, [class*="mdl"].mb--xs {
  margin-bottom: min(0.5rem, 1vw);
}
.mb--s, [class*="mdl"].mb--s {
  margin-bottom: min(0.75rem, 1.5vw);
}
.mb--m, [class*="mdl"].mb--m {
  margin-bottom: min(1rem, 2vw);
}
.mb--l, [class*="mdl"].mb--l {
  margin-bottom: min(2rem, 4vw);
}
.mb--xl, [class*="mdl"].mb--xl {
  margin-bottom: min(4rem, 8vw);
}
.mb--2xl, [class*="mdl"].mb--2xl {
  margin-bottom: min(6rem, 12vw);
}
.p--2xs, [class*="mdl"].p--2xs {
  padding: min(0.25rem, 0.5vw);
}
.p--xs, [class*="mdl"].p--xs {
  padding: min(0.5rem, 1vw);
}
.p--s, [class*="mdl"].p--s {
  padding: min(0.75rem, 1.5vw);
}
.p--m, [class*="mdl"].p--m {
  padding: min(1rem, 2vw);
}
.p--l, [class*="mdl"].p--l {
  padding: min(2rem, 4vw);
}
.p--xl, [class*="mdl"].p--xl {
  padding: min(4rem, 8vw);
}
.p--2xl, [class*="mdl"].p--2xl {
  padding: min(6rem, 12vw);
}
.px--2xs, [class*="mdl"].px--2xs {
  padding: 0 min(0.25rem, 0.5vw);
}
.px--xs, [class*="mdl"].px--xs {
  padding: 0 min(0.5rem, 1vw);
}
.px--s, [class*="mdl"].px--s {
  padding: 0 min(0.75rem, 1.5vw);
}
.px--m, [class*="mdl"].px--m {
  padding: 0 min(1rem, 2vw);
}
.px--l, [class*="mdl"].px--l {
  padding: 0 min(2rem, 4vw);
}
.px--xl, [class*="mdl"].px--xl {
  padding: 0 min(4rem, 8vw);
}
.px--2xl, [class*="mdl"].px--2xl {
  padding: 0 min(6rem, 12vw);
}
.py--2xs, [class*="mdl"].py--2xs {
  padding: min(0.25rem, 0.5vw) 0;
}
.py--xs, [class*="mdl"].py--xs {
  padding: min(0.5rem, 1vw) 0;
}
.py--s, [class*="mdl"].py--s {
  padding: min(0.75rem, 1.5vw) 0;
}
.py--m, [class*="mdl"].py--m {
  padding: min(1rem, 2vw) 0;
}
.py--l, [class*="mdl"].py--l {
  padding: min(2rem, 4vw) 0;
}
.py--xl, [class*="mdl"].py--xl {
  padding: min(4rem, 8vw) 0;
}
.py--2xl, [class*="mdl"].py--2xl {
  padding: min(6rem, 12vw) 0;
}
.pl--zero, [class*="mdl"].pl--zero {
  padding-left: 0;
}
.pl--2xs, [class*="mdl"].pl--2xs {
  padding-left: min(0.25rem, 0.5vw);
}
.pl--xs, [class*="mdl"].pl--xs {
  padding-left: min(0.5rem, 1vw);
}
.pl--s, [class*="mdl"].pl--s {
  padding-left: min(0.75rem, 1.5vw);
}
.pl--m, [class*="mdl"].pl--m {
  padding-left: min(1rem, 2vw);
}
.pl--l, [class*="mdl"].pl--l {
  padding-left: min(2rem, 4vw);
}
.pl--xl, [class*="mdl"].pl--xl {
  padding-left: min(4rem, 8vw);
}
.pl--2xl, [class*="mdl"].pl--2xl {
  padding-left: min(6rem, 12vw);
}
.pr--zero, [class*="mdl"].pr--zero {
  padding-right: 0;
}
.pr--2xs, [class*="mdl"].pr--2xs {
  padding-right: min(0.25rem, 0.5vw);
}
.pr--xs, [class*="mdl"].pr--xs {
  padding-right: min(0.5rem, 1vw);
}
.pr--s, [class*="mdl"].pr--s {
  padding-right: min(0.75rem, 1.5vw);
}
.pr--m, [class*="mdl"].pr--m {
  padding-right: min(1rem, 2vw);
}
.pr--l, [class*="mdl"].pr--l {
  padding-right: min(2rem, 4vw);
}
.pr--xl, [class*="mdl"].pr--xl {
  padding-right: min(4rem, 8vw);
}
.pr--2xl, [class*="mdl"].pr--2xl {
  padding-right: min(6rem, 12vw);
}
.pt--zero, [class*="mdl"].pt--zero {
  padding-top: 0;
}
.pt--2xs, [class*="mdl"].pt--2xs {
  padding-top: min(0.25rem, 0.5vw);
}
.pt--xs, [class*="mdl"].pt--xs {
  padding-top: min(0.5rem, 1vw);
}
.pt--s, [class*="mdl"].pt--s {
  padding-top: min(0.75rem, 1.5vw);
}
.pt--m, [class*="mdl"].pt--m {
  padding-top: min(1rem, 2vw);
}
.pt--l, [class*="mdl"].pt--l {
  padding-top: min(2rem, 4vw);
}
.pt--xl, [class*="mdl"].pt--xl {
  padding-top: min(4rem, 8vw);
}
.pt--2xl, [class*="mdl"].pt--2xl {
  padding-top: min(6rem, 12vw);
}
.pb--zero, [class*="mdl"].pb--zero {
  padding-bottom: 0;
}
.pb--2xs, [class*="mdl"].pb--2xs {
  padding-bottom: min(0.25rem, 0.5vw);
}
.pb--xs, [class*="mdl"].pb--xs {
  padding-bottom: min(0.5rem, 1vw);
}
.pb--s, [class*="mdl"].pb--s {
  padding-bottom: min(0.75rem, 1.5vw);
}
.pb--m, [class*="mdl"].pb--m {
  padding-bottom: min(1rem, 2vw);
}
.pb--l, [class*="mdl"].pb--l {
  padding-bottom: min(2rem, 4vw);
}
.pb--xl, [class*="mdl"].pb--xl {
  padding-bottom: min(4rem, 8vw);
}
.pb--2xl, [class*="mdl"].pb--2xl {
  padding-bottom: min(6rem, 12vw);
}
.gap {
  gap: min(2rem, 4vw);
}
.gap--2xs {
  gap: min(0.5rem, 1vw);
}
.gap--xs {
  gap: min(0.75rem, 1.5vw);
}
.gap--s {
  gap: min(1rem, 2vw);
}
.gap--m {
  gap: min(2rem, 4vw);
}
.gap--l {
  gap: min(3rem, 6vw);
}
.gap--xl {
  gap: min(4rem, 8vw);
}
.gap--2xl {
  gap: min(6rem, 12vw);
}
.gap--3xl {
  gap: min(8rem, 16vw);
}
.gap--4xl {
  gap: min(10rem, 20vw);
}
.gap--5xl {
  gap: min(15rem, 30vw);
}
[class*="wrapper"].grid, [class*="wrapper"].flex {
  gap: min(4rem, 8vw);
}
[class*="wrapper"].grid.min, [class*="wrapper"].flex.min {
  gap: min(2rem, 4vw);
}
[class*="wrapper"] .gap {
  gap: min(2rem, 4vw);
}
[class*="wrapper"] .gap--2xs {
  gap: min(0.5rem, 1vw);
}
[class*="wrapper"] .gap--xs {
  gap: min(0.75rem, 1.5vw);
}
[class*="wrapper"] .gap--s {
  gap: min(1rem, 2vw);
}
[class*="wrapper"] .gap--m {
  gap: min(2rem, 4vw);
}
[class*="wrapper"] .gap--l {
  gap: min(3rem, 6vw);
}
[class*="wrapper"] .gap--xl {
  gap: min(4rem, 8vw);
}
[class*="wrapper"] .gap--2xl {
  gap: min(6rem, 12vw);
}
[class*="wrapper"] .gap--3xl {
  gap: min(8rem, 16vw);
}
[class*="wrapper"] .gap--4xl {
  gap: min(10rem, 20vw);
}
[class*="wrapper"] .gap--5xl {
  gap: min(15rem, 30vw);
}
.cards_wrapper.grid, .cards_wrapper.flex {
  gap: min(2rem, 4vw);
}
.flex {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.flex > .col, .flex > div {
  flex: 1 0 300px;
}
.flex--2 > .col, .flex--2 > div {
  flex: 0 0 calc(50% - (min(4rem, 8vw) / 2));
}
.flex--3 > .col, .flex--3 > div {
  flex: 0 0 calc(33.333% - (min(4rem, 8vw) / 2));
}
.grid {
  display: grid;
  width: 100%;
  grid-auto-rows: min-content;
}
.grid--2fr {
  grid-template-columns: 1fr 1fr;
}
.grid--3fr {
  grid-template-columns: 1fr 1fr 1fr;
}
.grid--4fr {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.grid--5fr {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.grid--21fr {
  grid-template-columns: 2fr 1fr;
}
.grid--12fr {
  grid-template-columns: 1fr 2fr;
}
.grid--32fr {
  grid-template-columns: 3fr 2fr;
}
.grid--23fr {
  grid-template-columns: 2fr 3fr;
}
.grid--auto {
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
}
@media (max-width: 1366px) {
  .grid {
    display: grid;
  }
  .grid--2fr, .grid--3fr, .grid--4fr, .grid--5fr, .grid--21fr, .grid--12fr, .grid--32fr, .grid--23fr {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1024px) {
  .grid {
    display: grid;
  }
  .grid--2fr, .grid--3fr, .grid--4fr, .grid--5fr, .grid--21fr, .grid--12fr, .grid--32fr, .grid--23fr {
    grid-template-columns: 1fr;
  }
}
:root {
  --fluid-text--xs: clamp(0.741rem, -0.026vi + 0.749rem, 0.708rem);
  --fluid-text--s: clamp(0.833rem, 0.027vi + 0.825rem, 0.867rem);
  --fluid-text--m: clamp(0.938rem, 0.1vi + 0.906rem, 1.063rem);
  --fluid-text--l: clamp(1.055rem, 0.198vi + 0.993rem, 1.302rem);
  --fluid-heading--xs: clamp(1.187rem, 0.326vi + 1.085rem, 1.594rem);
  --fluid-heading--s: clamp(1.335rem, 0.495vi + 1.18rem, 1.953rem);
  --fluid-heading--m: clamp(1.502rem, 0.713vi + 1.279rem, 2.393rem);
  --fluid-heading--l: clamp(1.689rem, 0.993vi + 1.379rem, 2.931rem);
  --fluid-heading--xl: clamp(1.901rem, 1.352vi + 1.478rem, 3.59rem);
  --fluid-heading--2xl: clamp(2.138rem, 1.808vi + 1.573rem, 4.398rem);
  --fluid-heading--3xl: clamp(2.405rem, 2.386vi + 1.66rem, 5.388rem);
  --fluid-heading--4xl: clamp(2.706rem, 3.115vi + 1.733rem, 6.6rem);
  --fluid-heading--5xl: clamp(3.044rem, 4.033vi + 1.784rem, 8.085rem);
}
html {
  font-size: 100% !important;
}
body {
  font-size: 1rem;
  font-size: var(--fluid-text--m);
  line-height: normal;
}
h1 {
  font-size: var(--fluid-heading--m);
}
h2 {
  font-size: var(--fluid-heading--s);
}
h3 {
  font-size: var(--fluid-heading--xs);
}
h4 {
  font-size: var(--fluid-text--l);
}
h5 {
  font-size: var(--fluid-text--l);
}
h6 {
  font-size: var(--fluid-text--l);
}
.heading {
  line-height: 1.1;
  font-size: var(--fluid-text--l);
}
.heading--3xl {
  font-size: var(--fluid-heading--3xl);
}
.heading--2xl {
  font-size: var(--fluid-heading--2xl);
}
.heading--xl {
  font-size: var(--fluid-heading--xl);
}
.heading--l {
  font-size: var(--fluid-heading--l);
}
.heading--m {
  font-size: var(--fluid-heading--m);
}
.heading--s {
  font-size: var(--fluid-heading--s);
}
.heading--xs {
  font-size: var(--fluid-heading--xs);
}
.text {
  font-size: 1rem;
  font-size: var(--fluid-text--m);
  line-height: normal;
}
.text--l {
  font-size: var(--fluid-text--l);
}
.text--s {
  font-size: var(--fluid-text--s);
}
.text--xs {
  font-size: var(--fluid-text--xs);
}
[class*="heading_wrapper"] {
  margin-bottom: 2rem;
}
.heading_wrapper--section {
  margin-bottom: 3rem;
}
.heading_wrapper--content {
  margin-bottom: 1rem;
}
.heading_wrapper--zero {
  margin-bottom: 0;
}
.heading_wrapper--hero, .heading_wrapper--cover {
  margin-bottom: 0;
  gap: min(2rem, 4vw);
  display: flex;
  flex-direction: column;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  margin-bottom: 1rem;
  margin-top: 1rem;
  display: block;
  font-family: "Satoshi", "Open Sans", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #1D1D1B;
}
.heading, .card__heading {
  font-family: "Satoshi", "Open Sans", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #1D1D1B;
  line-height: 1.1;
  width: 100%;
  hyphens: auto;
}
.heading .thin, .card__heading .thin {
  font-weight: 300;
}
.heading .bolder, .card__heading .bolder {
  font-weight: 900;
}
[class*="heading--hero"]:not(.heading--hero .secondary) {
  font-family: "Anton", "Satoshi", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  line-height: 1;
}
[class*="heading--hero"]:not(.heading--hero .secondary) .main {
  color: #F3F3F3;
}
[class*="heading--hero"]:not(.heading--hero .secondary) .secondary {
  color: #fff;
  display: flex;
  margin-top: 0.5rem;
  filter: brightness(0.7);
}
.hero--subpage [class*="heading--hero"]:not(.heading--hero .secondary) {
  color: #F3F3F3;
  text-align: left;
}
.heading--hero {
  margin: 0;
}
.heading--hero .main {
  font-size: var(--fluid-heading--5xl);
}
.heading--hero .secondary {
  font-size: var(--fluid-heading--xl);
}
.heading--hero--s .main {
  font-size: var(--fluid-heading--xl);
}
.heading--hero--s .secondary {
  font-size: var(--fluid-heading--l);
}
[class*="heading--cover"] {
  font-size: var(--fluid-heading--2xl);
  color: #fff;
  font-family: "Anton", "Satoshi", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
}
.heading--cover--s {
  font-size: var(--fluid-heading--xl);
}
[class*="heading--section"] {
  font-size: var(--fluid-heading--xl);
  font-family: "Anton", "Satoshi", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #1D1D1B;
}
.heading--section--s {
  font-size: var(--fluid-heading--l);
}
[class*="heading--content"] {
  font-size: var(--fluid-heading--m);
  font-family: "Anton", "Satoshi", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
}
.heading--content--s {
  font-size: var(--fluid-heading--s);
}
.heading--content--xs {
  font-size: var(--fluid-heading--xs);
}
[class*="heading--before"] {
  color: #1D1D1B;
  font-weight: 900;
  font-size: var(--fluid-text--m);
  max-width: 800px;
  margin-bottom: 0rem;
}
.heading--before--hero, .heading--before--cover {
  margin: 0;
  font-size: var(--fluid-text--l);
  color: var(--customer-background-color);
  filter: brightness(1.2);
  text-shadow: 0 0 10px #000;
}
[class*="heading--after"] {
  font-weight: 300;
  font-size: var(--fluid-heading--xs);
  max-width: 800px;
  margin-top: 0;
  filter: opacity(0.7);
  animation: none;
}
.heading--after--hero, .heading--after--cover {
  font-size: var(--fluid-heading--s);
  color: #fff;
  font-weight: 400;
}
body, .hcs {
  font-family: "Satoshi", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1D1D1B;
}
.bold {
  font-weight: 700;
}
.text p, .card__text p, .rich-text p, .text-list p {
  margin: 1.5rem 0;
}
.text p:first-of-type, .card__text p:first-of-type, .rich-text p:first-of-type, .text-list p:first-of-type {
  margin-top: 0;
}
.text p:last-of-type, .card__text p:last-of-type, .rich-text p:last-of-type, .text-list p:last-of-type {
  margin-bottom: 0;
}
.text strong, .text .bold, .text.bold, .text--bold, .card__text strong, .card__text .bold, .card__text.bold, .card__text--bold, .rich-text strong, .rich-text .bold, .rich-text.bold, .rich-text--bold, .text-list strong, .text-list .bold, .text-list.bold, .text-list--bold {
  font-weight: 700;
}
.text.red, .text .red, .card__text.red, .card__text .red, .rich-text.red, .rich-text .red, .text-list.red, .text-list .red {
  color: red;
}
.text a, .card__text a, .rich-text a, .text-list a {
  text-decoration: underline;
}
.text a:hover, .card__text a:hover, .rich-text a:hover, .text-list a:hover {
  opacity: 0.7;
  color: #5c2483;
}
.text blockquote, .card__text blockquote, .rich-text blockquote, .text-list blockquote {
  font-size: var(--fluid-text--l);
  margin-bottom: 3rem;
  border-color: #5c2483;
}
.text hr, .card__text hr, .rich-text hr, .text-list hr {
  margin: 2rem 0;
}
.text--columns, .card__text--columns, .rich-text--columns, .text-list--columns {
  column-gap: 4rem;
  margin-top: 1rem;
  column-count: 3;
  column-width: 350px;
}
.text--color, .text .color, .text.color, .card__text--color, .card__text .color, .card__text.color, .rich-text--color, .rich-text .color, .rich-text.color, .text-list--color, .text-list .color, .text-list.color {
  color: #5c2483;
}
.text--white, .card__text--white, .rich-text--white, .text-list--white {
  color: #fff !important;
}
a.link {
  text-decoration: underline;
  color: #9858BF;
}
a.link:hover {
  filter: brightness(1.2);
}
.rich-text td, .table td {
  padding: 0.3rem 2rem;
  padding-left: 0;
}
.indicator, .indicator--s {
  position: relative;
}
.indicator::before, .indicator--s::before {
  content: "";
  background-image: url(/wp-content/uploads/list-icon.svg);
  position: absolute;
  top: 50%;
  left: -1.5rem;
  width: 1rem;
  height: 100%;
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  transform: translateY(-50%) translateX(-100%);
}
.indicator--s::before, .indicator--s--s::before {
  left: -2rem;
  width: 1.2rem;
  height: 1.2rem;
}
@media (max-width: 768px) {
  .indicator::before {
    left: -0.9rem;
    width: 0.7rem;
  }
  .indicator--s::before {
    left: -0.7rem;
    width: 0.5rem;
  }
}
@media (max-width: 500px) {
  .indicator::before {
    left: -0.9rem;
    width: 0.6rem;
  }
  .indicator--s::before {
    left: -0.6rem;
    width: 0.4rem;
  }
}
.brxe-list.list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.brxe-list.list .icon {
  margin-right: 0.8rem;
}
.brxe-list.list .icon, .brxe-list.list .icon svg {
  width: 1rem;
  height: 1rem;
}
.brxe-list.list .title {
  font-weight: 700;
  line-height: 1.1;
}
.brxe-list.list--l .icon, .brxe-list.list--l .icon svg {
  width: 1.3rem;
  height: 1.3rem;
}
.brxe-list.list--l .title {
  font-size: var(--fluid-text--l);
}
.brxe-list.list--light .icon, .brxe-list.list--light .icon svg {
  color: #9858BF;
  fill: #9858BF;
}
.text > ul, .text > ol, .card__text > ul, .card__text > ol, .rich-text > ul, .rich-text > ol, .text-list > ul, .text-list > ol {
  padding-inline-start: 0.95rem;
  list-style-type: square;
  margin-block-start: 1.5rem;
  margin-block-end: 1.5rem;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
.text > ul:first-of-type, .text > ol:first-of-type, .card__text > ul:first-of-type, .card__text > ol:first-of-type, .rich-text > ul:first-of-type, .rich-text > ol:first-of-type, .text-list > ul:first-of-type, .text-list > ol:first-of-type {
  margin-block-start: 0;
}
.text > ul:last-of-type, .text > ol:last-of-type, .card__text > ul:last-of-type, .card__text > ol:last-of-type, .rich-text > ul:last-of-type, .rich-text > ol:last-of-type, .text-list > ul:last-of-type, .text-list > ol:last-of-type {
  margin-block-end: 0;
}
.text li, .card__text li, .rich-text li, .text-list li {
  line-height: normal;
  padding: 0;
  margin: 0;
  margin-bottom: 0rem;
  padding-left: 0.25rem;
}
.text ol li, .card__text ol li, .rich-text ol li, .text-list ol li {
  padding-left: 0.5rem;
}
.text ol li::before, .card__text ol li::before, .rich-text ol li::before, .text-list ol li::before {
  content: none;
}
.text ol li::marker, .card__text ol li::marker, .rich-text ol li::marker, .text-list ol li::marker {
  font-weight: bold;
}
.list--bullets ul {
  list-style: none;
  padding-inline-start: calc(0.25rem + 0.95rem);
}
.list--bullets li {
  padding-left: 0;
  margin-left: 0;
}
.list--bullets li::before {
  content: "•";
  color: #1D1D1B;
  opacity: 0.7;
  font-weight: 700;
  display: inline-block;
  width: calc(0.85rem + 0.25rem);
  margin-left: calc(-0.85rem - 0.25rem);
  transform: translateY(-1px);
}
.list--icons > ul {
  list-style: none;
  padding-inline-start: 0;
  margin-left: calc(0.8rem + 0.5rem);
}
.list--icons > ul > li {
  font-weight: 700;
}
.list--icons > ul > li::before {
  content: "";
  padding-left: 0.8rem;
  background: url(/wp-content/uploads/icon.svg) no-repeat left center;
  background-size: contain;
  margin-right: 0.5rem;
  margin-left: calc((0.8rem + 0.5rem) * -1);
}
/*
///########################################################################
///------------------- 02 sections
///########################################################################
*/
.hero {
  position: relative;
  min-height: calc(95vh - 9rem);
  min-height: calc(95svh - 9rem);
  outline: 1px dashed #909090;
  outline-offset: -0.5rem;
  border-radius: 1rem;
  overflow: clip;
}
@media (max-width: 768px) {
  .hero {
    outline-offset: -0.25rem;
    outline-width: 1px;
  }
}
@media (orientation: portrait) {
  .hero {
    min-height: 60vh;
  }
}
.hero .background_wrapper {
  overflow: hidden;
  outline: 1px dashed #909090;
  outline-offset: -0.5rem;
  border-radius: 1rem;
  overflow: clip;
}
@media (max-width: 768px) {
  .hero .background_wrapper {
    outline-offset: -0.25rem;
    outline-width: 1px;
  }
}
.hero .background_wrapper, .hero .background__image, .hero .background__image::after, .hero .background__gradient {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}
.hero .background__image {
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
  animation: key--zoom-out 10s ease-in-out infinite alternate both;
  z-index: 1;
}
.hero .background__image::after {
  display: none;
  z-index: 2;
}
@supports (mix-blend-mode: hue) {
  .hero .background__image::after {
    display: none;
    background-color: var(--customer-color);
    mix-blend-mode: hue;
    z-index: 2;
  }
}
.hero .background__gradient {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75) 25%, rgba(0, 0, 0, 0) 75%);
  z-index: 4;
  outline: 1px dashed #909090;
  outline-offset: -0.5rem;
  border-radius: 1rem;
  overflow: clip;
}
@media (max-width: 768px) {
  .hero .background__gradient {
    outline-offset: -0.25rem;
    outline-width: 1px;
  }
}
.hero .background__icon {
  z-index: 7;
  width: 80%;
  height: auto;
  max-width: 1200px;
  left: -10vw;
  bottom: 0;
  opacity: 0.1;
  position: absolute;
}
@supports (mix-blend-mode: soft-light) {
  .hero .background__icon {
    opacity: 0.75;
    mix-blend-mode: soft-light;
  }
}
.hero .fixed_ctr {
  position: static;
  overflow: hidden;
}
.hero .content_wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  margin: 0;
  margin-top: 5rem;
  gap: min(3rem, 6vw);
}
.hero .content_wrapper .text {
  max-width: 800px;
  color: #fff;
  font-size: var(--fluid-text--m);
  font-weight: 400;
}
@media (max-width: 768px) {
  .hero .content_wrapper .text {
    font-size: var(--fluid-text--s);
  }
}
.hero .logo--watermark {
  position: absolute;
  z-index: 9999;
  opacity: 0.3;
  width: 10vh;
  height: auto;
  bottom: 1rem;
  right: 1rem;
  mix-blend-mode: hard-light;
  transform: rotate(-90deg) translateX(100%);
  transform-origin: bottom right;
}
.hero--subpage, .hero--post {
  min-height: calc(10vh - 9rem);
  min-height: calc(10svh - 9rem);
}
.hero--subpage .content_wrapper, .hero--post .content_wrapper {
  margin-top: 0;
}
.section [class*="wrapper"].spacer {
  margin: min(5rem, 10vw) 0;
}
.section [class*="wrapper"].spacer--top {
  margin-top: min(5rem, 10vw);
}
.section [class*="wrapper"].spacer--bottom {
  margin-bottom: min(5rem, 10vw);
}
.section .spacer {
  margin-bottom: min(5rem, 10vw);
}
.section .spacer--xl {
  margin-bottom: min(9rem, 18vw);
}
.section .spacer--l {
  margin-bottom: min(7rem, 14vw);
}
.section .spacer--s {
  margin-bottom: min(3rem, 6vw);
}
.section .spacer--xs {
  margin-bottom: min(1.5rem, 3vw);
}
.section {
  background: #fff;
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  z-index: 0;
  overflow: clip;
}
.section [class*="_ctr"] {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}
.section--light, .col--light {
  background-color: #F3F3F3;
}
.section--color, .col--color {
  background-image: linear-gradient(to bottom right, #5c2483 0%, #9858BF 100%);
}
.section--dark, .col--dark {
  background-color: #1D1D1B;
}
.section--fabric, .col--fabric {
  background-color: #000;
  background-image: url("/wp-content/uploads/45-degree-fabric-light.png") !important;
  background-repeat: repeat !important;
  background-size: auto !important;
  color: #F3F3F3;
  outline: 1px dashed #909090;
  outline-offset: -0.5rem;
  border-radius: 1rem;
  overflow: clip;
}
@media (max-width: 768px) {
  .section--fabric, .col--fabric {
    outline-offset: -0.25rem;
    outline-width: 1px;
  }
}
.section--bg-image, .col--bg-image {
  position: relative;
  z-index: 1;
}
.section--bg-image::after, .col--bg-image::after {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.85) 75%);
  z-index: -1;
}
.section--split .wrapper, .section--part-split .wrapper {
  gap: 0;
}
.section--split .col, .section--part-split .col {
  display: flex;
  align-self: stretch;
  justify-content: center;
  flex-direction: column;
}
.section--split .col--background-image, .section--part-split .col--background-image {
  align-self: stretch !important;
  background-size: cover;
}
.section--split .col .fixed_ctr > .inner_wrapper, .section--part-split .col .fixed_ctr > .inner_wrapper {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.section--split .full_ctr {
  padding: 0;
}
.section--split .col--background-image {
  min-height: min(50vw, 50vh);
  height: auto;
}
.section--part-split .full_ctr {
  padding-left: 0;
  padding-right: 0;
}
.section--part-split .col--background-image {
  height: 100vh;
  max-height: 100vh;
  position: sticky;
  top: 0;
}
.section--color, .section--dark, .section--cover, .section--bg-image, .section--fabric, .col--color, .col--dark, .col--cover, .col--bg-image, .col--fabric {
  color: #F3F3F3;
}
.section--color .heading, .section--color h2, .section--dark .heading, .section--dark h2, .section--cover .heading, .section--cover h2, .section--bg-image .heading, .section--bg-image h2, .section--fabric .heading, .section--fabric h2, .col--color .heading, .col--color h2, .col--dark .heading, .col--dark h2, .col--cover .heading, .col--cover h2, .col--bg-image .heading, .col--bg-image h2, .col--fabric .heading, .col--fabric h2 {
  color: #F3F3F3;
}
.section--color [class*="heading--before"], .section--dark [class*="heading--before"], .section--cover [class*="heading--before"], .section--bg-image [class*="heading--before"], .section--fabric [class*="heading--before"], .col--color [class*="heading--before"], .col--dark [class*="heading--before"], .col--cover [class*="heading--before"], .col--bg-image [class*="heading--before"], .col--fabric [class*="heading--before"] {
  color: #F3F3F3;
}
.section--color .text strong, .section--dark .text strong, .section--cover .text strong, .section--bg-image .text strong, .section--fabric .text strong, .col--color .text strong, .col--dark .text strong, .col--cover .text strong, .col--bg-image .text strong, .col--fabric .text strong {
  color: #F3F3F3;
}
.watermark {
  position: relative;
  z-index: 0;
}
.watermark::before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: -1;
  pointer-events: none;
  background-image: url(/wp-content/uploads/megawerk_watermark_light.svg);
  background-repeat: no-repeat;
  background-size: 50vw auto;
}
.watermark.section--fabric::before {
  background-image: url(/wp-content/uploads/megawerk_watermark_white-5.svg);
}
.watermark--bl::before {
  background-position: bottom 2vh left -10vw;
}
.watermark--br::before {
  background-position: bottom 2vh right -10vw;
}
.divider.spacer, .divider.line, .divider.thread {
  height: 0;
  border: none;
}
.divider.spacer > .line, .divider.line > .line, .divider.thread > .line {
  display: none;
}
.divider.spacer {
  margin: 2rem auto;
}
.divider.line {
  border-bottom: 1px solid #E1E1E1;
}
.divider.thread {
  border-bottom: 1px dashed #909090;
  margin: 2rem 0;
}
.section.divider {
  position: relative;
  z-index: 0;
  overflow: visible !important;
  margin-bottom: 1.5rem;
}
.section.divider::after {
  content: "";
  box-shadow: 0 1rem 1.5rem -1rem #B0B0B0;
  height: 3rem;
  margin-bottom: 1.5rem;
  padding-bottom: 0;
  width: 100%;
  position: absolute;
  z-index: 10;
  bottom: 0;
  pointer-events: none;
}
.section.divider {
  position: relative;
}
.section--50vh {
  min-height: 50vh;
  min-height: 50svh;
}
.section--75vh {
  min-height: 75vh;
  min-height: 75svh;
}
.section--100vh {
  min-height: 100vh;
  min-height: 100svh;
}
@media (max-width: 768px) {
  .section--split, .section--part-split {
    gap: 1rem;
  }
  .section--split .full_ctr .wrapper, .section--part-split .full_ctr .wrapper {
    flex-direction: column;
  }
  .section--split .full_ctr .col .fixed_ctr > .inner_wrapper, .section--part-split .full_ctr .col .fixed_ctr > .inner_wrapper {
    max-width: 100%;
  }
}
.section--leistungen .card .card__text {
  font-size: var(--fluid-text--m);
}
#produkte.section .wrapper.flex {
  gap: 0;
}
#produkte.section .wrapper.flex .col--content {
  margin: 2rem auto;
  margin-right: -5rem;
  align-self: center;
  min-width: 600px;
}
#produkte.section .wrapper.flex .col--background-image {
  border-radius: 1rem;
  align-self: stretch;
}
#produkte.section .cards_wrapper.flex {
  gap: 1rem;
}
#produkte.section .cards_wrapper.flex .image-card--hz {
  max-width: none;
  position: relative;
  z-index: 99;
}
#vorteile.section .col {
  flex-basis: 400px;
}
#vorteile.section .col--left {
  max-width: 35%;
}
.wrapper.no-results {
  min-height: 40vh;
}
.wrapper.no-results .icon, .wrapper.no-results i.icon::before {
  font-size: 5rem;
  height: 5rem;
  width: 5rem;
  filter: grayscale(1) opacity(0.3);
}
@media (max-width: 1024px) {
  #produkte.section .wrapper.flex {
    flex-direction: column;
  }
  #produkte.section .wrapper.flex .col {
    width: 100%;
  }
  #produkte.section .wrapper.flex .col--content {
    margin: 0;
    margin-right: 0;
    min-width: 100%;
  }
  #produkte.section .wrapper.flex .col--background-image {
    display: none;
  }
  #vorteile.section .wrapper.flex {
    gap: 2rem;
  }
  #vorteile.section .col {
    flex-basis: 100%;
  }
  #vorteile.section .col--left {
    max-width: 100%;
    position: static;
  }
}
@media (max-width: 500px) {
  #produkte.section .cards_wrapper.flex {
    gap: 2rem;
  }
}
.section--cover {
  position: relative;
  z-index: 1;
  min-height: 65vh;
  align-content: center;
  align-items: center;
  justify-content: center;
  outline: 1px dashed #909090;
  outline-offset: -0.5rem;
  border-radius: 1rem;
  overflow: clip;
}
@media (max-width: 768px) {
  .section--cover {
    outline-offset: -0.25rem;
    outline-width: 1px;
  }
}
.section--cover::after {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-image: linear-gradient(to top right, rgba(0, 0, 0, 0.75) 15%, rgba(0, 0, 0, 0) 60%);
  z-index: -1;
  mix-blend-mode: multiply;
}
.section--cover .text {
  font-size: var(--fluid-text--m);
  max-width: 600px;
  font-weight: 700;
}
.cover-outer-wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: calc(100% - (2* 1.5rem));
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  overflow: clip;
  padding: 2rem 0;
}
@media (max-width: 1024px) {
  .cover-outer-wrapper {
    max-width: calc(100% - (2* 1rem));
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cover-outer-wrapper {
    max-width: 100%;
  }
}
@media (max-width: 500px) {
  .cover-outer-wrapper {
    max-width: 100%;
  }
}
.cover-outer-wrapper::after {
  content: "";
  width: 2rem;
  background-image: url(/wp-content/uploads/rgb_megawerk_slogan-senkrecht.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 1.5rem;
}
@media (max-width: 1024px) {
  .cover-outer-wrapper::after {
    margin-left: 1rem;
  }
}
.cover-outer-wrapper .section--cover {
  position: relative;
}
@media (orientation: portrait) {
  .section--cover {
    min-height: 50vh;
  }
}
.col--form.col--fabric-card {
  width: 800px;
  min-width: min-content;
}
.mw-form {
  min-width: 500px;
}
@media (max-width: 768px) {
  .mw-form {
    min-width: 50vw;
  }
}
/*
///########################################################################
///------------------- 03 Template / Theme
///########################################################################
*/
.hcs_header--js {
  position: sticky !important;
  top: 0;
  z-index: 1001;
}
.header__main {
  transition: all 0.3s ease;
  background: #fff;
  border-bottom: 1px solid #E1E1E1;
}
.header__main [class*="_ctr"] {
  transition: all 0.3s ease;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .header__main [class*="_ctr"] {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.header__main [class*="mdl"] {
  margin: 0;
}
.header__kunde {
  transition: all 0.3s ease;
  background: #fff;
  border-bottom: 1px solid #E1E1E1;
}
.header__kunde [class*="_ctr"] {
  transition: all 0.3s ease;
  padding-top: 0;
  padding-bottom: 0;
}
.header__kunde [class*="mdl"] {
  margin: 0;
}
@media (max-width: 1366px) {
  .header__topbar .fixed_ctr, .header__main .fixed_ctr, .header__kunde .fixed_ctr {
    max-width: 100% !important;
  }
}
.footer__content {
  margin-top: 0;
  margin-bottom: 0;
}
.footer__content .link_ctr {
  border-top: 1px dashed #909090;
  border-bottom: 1px dashed #909090;
}
.footer__content .kontakt_ctr {
  border-top: 1px dashed #909090;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.footer__imprint [class*="_ctr"] {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
[class*="footer__heading"] {
  font-weight: 400;
  font-family: "Anton", "Satoshi", "Open Sans", Arial, sans-serif;
  line-height: 1.1;
  font-size: var(--fluid-text--l);
  margin-bottom: 1rem;
  margin-top: 0;
  color: #F3F3F3;
}
.footer__content a, .footer__content p, .footer__content td {
  font-weight: 300;
  line-height: normal;
  font-size: var(--fluid-text--s);
  color: #F3F3F3;
}
.footer__content a:not(a.icon-box):hover {
  text-decoration: underline;
  opacity: 1;
}
.footer__imprint {
  text-align: center;
  justify-content: center;
}
.footer__imprint a, .footer__imprint p, .footer__imprint span, .footer__imprint td {
  font-weight: 400;
  line-height: normal;
  font-size: var(--fluid-text--xs);
  color: #1D1D1B;
}
.footer__content .link_ctr .wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5vh calc(4vw + 1.5rem);
  justify-content: center;
  align-self: center;
  width: 100%;
}
@media (max-width: 768px) {
  .footer__content .link_ctr .wrapper {
    flex-direction: column;
    align-content: center;
  }
}
.footer__content .link_ctr .wrapper > .col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 0 0 auto;
  width: fit-content;
  align-self: stretch;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .footer__content .link_ctr .wrapper > .col {
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
.footer__content .link_ctr .wrapper > .col:first-child {
  border-left: none;
}
.footer__logo {
  width: 250px;
  max-width: 40vw;
  align-self: center;
}
.footer__nav-links ul li a, .footer__nav-links a.nav__link {
  display: flex !important;
}
@media (max-width: 768px) {
  .footer__nav-links ul li a, .footer__nav-links a.nav__link {
    justify-content: center;
  }
}
.footer__icon-boxes.icon-boxes {
  gap: 1rem 3rem;
}
.footer__icon-boxes.icon-boxes .icon-box {
  width: fit-content;
  gap: 0.75rem;
}
.footer__icon-boxes.icon-boxes .icon-box .icon-box__icon {
  align-items: center;
}
.footer__icon-boxes.icon-boxes .icon-box .icon-box__icon, .footer__icon-boxes.icon-boxes .icon-box svg, .footer__icon-boxes.icon-boxes .icon-box i, .footer__icon-boxes.icon-boxes .icon-box i::before {
  font-size: var(--fluid-text--l);
  width: var(--fluid-text--m);
  height: var(--fluid-text--m);
  color: #9858BF;
  fill: #9858BF;
}
.footer__icon-boxes.icon-boxes .icon-box .icon-box__link {
  font-size: var(--fluid-text--s);
}
.footer__icon-boxes.icon-boxes .icon-box .icon-box__link .bold, .footer__icon-boxes.icon-boxes .icon-box .icon-box__link.bold {
  font-weight: 700;
}
.hcs .brx-popup {
  transition: all 0.5s ease-in-out;
}
.hcs .brx-popup-content {
  max-height: 90vh;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  background: #fff;
  border-radius: 1rem;
  border: 5px solid #fff;
  width: 95%;
  max-width: 700px;
  padding: 0;
  scrollbar-width: thin;
}
.hcs .brx-popup-content::-webkit-scrollbar {
  width: 7px;
}
.hcs .brx-popup-content::-webkit-scrollbar-track {
  background: transparent;
}
.hcs .brx-popup-content::-webkit-scrollbar-thumb {
  background-color: rgba(155, 155, 155, 0.5);
  border-radius: 20px;
  border: transparent;
}
.hcs .brx-popup-backdrop {
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.5s ease-in-out;
}
.modal__header {
  position: relative;
}
.modal__close-icon {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  transition: all 0.1s ease;
  cursor: pointer;
  font-size: 1rem;
  background: linear-gradient(to bottom right, #5c2483 0%, #9858BF 100%);
  padding: 0.75rem;
  border-radius: 0.25rem;
}
.modal__close-icon::before {
  color: #fff;
  font-weight: 700;
}
.modal__close-icon:hover {
  transform: scale(1.1);
}
.modal__hero-image {
  filter: brightness(0.7);
  width: 100%;
  height: 400px;
  max-height: 55vw;
  object-fit: cover;
}
.modal__heading {
  font-size: var(--fluid-heading--m);
  text-align: center;
  font-family: "Anton", "Satoshi", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
}
.modal__heading--banner {
  font-size: var(--fluid-heading--xs);
  background: #5c2483;
  color: #fff;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 1rem;
}
.modal__heading--inside {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-shadow: 2px 2px 1rem #000;
  font-family: "Anton", "Satoshi", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
}
.modal__text {
  text-align: center;
  color: #1D1D1B;
}
.modal__close-button {
  background: #E9E9E9;
  border-radius: 0.2rem;
  width: 100% !important;
  display: flex;
  padding: 0.7rem;
  transition: all 0.1s ease;
  cursor: pointer;
  font-weight: 700;
  color: #1D1D1B;
}
.modal__close-button:hover {
  background: var(--customer-background-color);
  color: var(--customer-text-color);
}
.hcs .brxe-popup-11082 .brx-popup-content {
  width: 95%;
  max-width: 1200px;
}
.modal--logo-preview .content_wrapper {
  gap: min(1rem, 2vw);
}
.modal--cart-notice .modal__heading {
  text-align: left;
  font-size: var(--fluid-heading--s);
}
.modal--cart-notice .modal__text {
  text-align: left;
}
.modal--cart-notice .content_wrapper {
  gap: 2rem;
  display: flex;
}
.modal--cart-notice .produkt-kommentar {
  width: 100%;
}
.modal--cart-notice .produkt-kommentar label {
  font-size: var(--fluid-text--xs);
}
.modal--cart-notice .produkt-kommentar textarea {
  border-radius: 0.5rem;
}
.form .frm_forms {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.form .frm_forms fieldset {
  border: none;
  padding: 0;
}
.form .frm_forms .frm__js-fix {
  margin: 0 !important;
  height: 0;
  visibility: hidden;
}
.form .frm_forms .form__intro {
  max-width: 500px;
  margin: 0 auto;
}
.form .frm_forms .frm_section_heading {
  margin-bottom: 2rem !important;
  overflow: hidden;
}
.form .frm_forms .frm_section_heading h3 {
  color: #F3F3F3;
  font-size: var(--fluid-text--m);
  line-height: normal;
  position: relative;
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
  font-weight: 700;
}
.form .frm_forms .frm_section_heading h3::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #9858BF;
  position: absolute;
  top: 0.8rem;
  margin-left: 0.5rem;
}
.form .frm_forms .frm_section_heading.border {
  border: 2px dashed #E1E1E1;
  border-radius: 0.25rem;
  padding: 1rem 2rem;
}
.form .frm_forms .form__divider {
  height: 0;
  margin: 2rem 0;
  border-top: 2px dashed #E1E1E1;
  display: none;
}
.form .frm_forms .frm_fields_container label, .form .frm_forms .frm_fields_container input, .form .frm_forms .frm_fields_container .frm_inline_box, .form .frm_forms .frm_fields_container textarea, .form .frm_forms .frm_fields_container .frm_primary_label {
  font-family: "Satoshi", "Open Sans", Arial, sans-serif !important;
  letter-spacing: 0.04em;
  line-height: 1.5 !important;
}
.form .frm_forms .frm_form_field {
  margin-bottom: 1rem;
}
.form .frm_forms .frm_form_field .frm_primary_label {
  color: #F3F3F3;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  line-height: 1;
}
.form .frm_forms .frm_form_field .frm_primary_label span.frm_required {
  color: #CFFF00;
}
.form .frm_forms .frm_form_field.frm_inside_container {
  position: relative;
}
.form .frm_forms .frm_form_field.frm_inside_container .frm_primary_label {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  margin: 0;
  transform: scale(1.3) translate(0.5rem, 0.7rem);
  transform-origin: top left;
  opacity: 1;
  font-size: 0.7rem;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0.3rem;
}
.form .frm_forms .frm_form_field.frm_inside_container.frm_label_float_top .frm_primary_label {
  transform: scale(1) translate(0, 0);
  opacity: 0.8;
}
.form .frm_forms .frm_form_field input[type="text"], .form .frm_forms .frm_form_field input[type="tel"], .form .frm_forms .frm_form_field input[type="email"], .form .frm_forms .frm_form_field input[type="number"], .form .frm_forms .frm_form_field textarea, .form .frm_forms .frm_form_field select {
  border: 2px solid transparent;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0.25rem;
  box-shadow: none;
  font-size: var(--fluid-text--m);
  color: #F3F3F3;
  font-weight: 400;
  height: auto;
  margin: 0.2rem 0;
  padding: 1rem 1rem 1rem 1rem;
}
.form .frm_forms .frm_form_field input[type="text"]:active, .form .frm_forms .frm_form_field input[type="text"]:focus, .form .frm_forms .frm_form_field input[type="tel"]:active, .form .frm_forms .frm_form_field input[type="tel"]:focus, .form .frm_forms .frm_form_field input[type="email"]:active, .form .frm_forms .frm_form_field input[type="email"]:focus, .form .frm_forms .frm_form_field input[type="number"]:active, .form .frm_forms .frm_form_field input[type="number"]:focus, .form .frm_forms .frm_form_field textarea:active, .form .frm_forms .frm_form_field textarea:focus, .form .frm_forms .frm_form_field select:active, .form .frm_forms .frm_form_field select:focus {
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-weight: 400;
  outline: none;
}
.form .frm_forms .frm_form_field input[type="text"]::-webkit-input-placeholder, .form .frm_forms .frm_form_field input[type="tel"]::-webkit-input-placeholder, .form .frm_forms .frm_form_field input[type="email"]::-webkit-input-placeholder, .form .frm_forms .frm_form_field input[type="number"]::-webkit-input-placeholder, .form .frm_forms .frm_form_field textarea::-webkit-input-placeholder, .form .frm_forms .frm_form_field select::-webkit-input-placeholder {
  color: #F3F3F3;
  opacity: 0.5;
}
.form .frm_forms .frm_form_field input[type="text"][aria-invalid="true"], .form .frm_forms .frm_form_field input[type="tel"][aria-invalid="true"], .form .frm_forms .frm_form_field input[type="email"][aria-invalid="true"], .form .frm_forms .frm_form_field input[type="number"][aria-invalid="true"], .form .frm_forms .frm_form_field textarea[aria-invalid="true"], .form .frm_forms .frm_form_field select[aria-invalid="true"] {
  border: 2px solid #FF2323;
}
.form .frm_forms .frm_form_field .frm_error {
  font-size: 0.7rem;
  color: #fff;
  padding-left: 0.8rem;
  position: relative;
}
.form .frm_forms .frm_form_field .frm_error::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background: #FF2323;
  border-radius: 100rem;
  z-index: 1;
  left: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.form .frm_forms .frm_form_field select {
  height: auto;
  background: rgba(255, 255, 255, 0.2);
}
.form .frm_forms .frm_form_field select option {
  background: rgba(255, 255, 255, 0.2);
  color: #F3F3F3;
  box-shadow: 0 0 10px 100px #C81717 inset;
}
.form .frm_forms .frm_form_field select option:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.form .frm_forms .frm_form_field select option:checked {
  background: #5c2483;
  color: #1D1D1B;
}
.form .frm_forms .frm_form_field .frm_opt_container {
  max-width: 100%;
  display: flex;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.form .frm_forms .frm_form_field .frm_radio, .form .frm_forms .frm_form_field .frm_checkbox {
  padding-right: 2rem;
}
.form .frm_forms .frm_form_field .frm_radio:last-child, .form .frm_forms .frm_form_field .frm_checkbox:last-child {
  border-right: none;
}
.form .frm_forms .frm_form_field .frm_radio > label, .form .frm_forms .frm_form_field .frm_checkbox > label {
  color: #F3F3F3;
  transform: translateY(1px);
  font-size: var(--fluid-text--m);
}
.form .frm_forms .frm_form_field .frm_radio > label input, .form .frm_forms .frm_form_field .frm_radio > label span, .form .frm_forms .frm_form_field .frm_checkbox > label input, .form .frm_forms .frm_form_field .frm_checkbox > label span {
  transform: translateY(-1px);
}
/* Flat Style Button */
.form .frm_forms .frm_form_field .frm_checkbox, .form .frm_forms .frm_form_field .frm_radio:not(.frm_image_option) {
  margin-left: 0px;
  margin-bottom: 0.5rem !important;
}
.form .frm_forms .frm_form_field .frm_checkbox label, .form .frm_forms .frm_form_field .frm_radio:not(.frm_image_option) label {
  height: auto;
  position: relative;
  padding: 0 0 0 35px !important;
  /* Texteinzug 10px */
  text-indent: 0 !important;
  margin-bottom: 0;
  cursor: pointer;
  vertical-align: middle;
}
.form .frm_forms .frm_form_field .frm_checkbox input[type=checkbox], .form .frm_forms .frm_form_field .frm_checkbox input[type=radio], .form .frm_forms .frm_form_field .frm_radio:not(.frm_image_option) input[type=checkbox], .form .frm_forms .frm_form_field .frm_radio:not(.frm_image_option) input[type=radio] {
  position: absolute !important;
  margin-left: -9999px;
  visibility: hidden;
}
.form .frm_forms .frm_form_field .frm_checkbox label input[type=checkbox], .form .frm_forms .frm_form_field .frm_checkbox label input[type=radio], .form .frm_forms .frm_form_field .frm_radio:not(.frm_image_option) label input[type=checkbox], .form .frm_forms .frm_form_field .frm_radio:not(.frm_image_option) label input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form .frm_forms .frm_form_field .frm_checkbox span, .form .frm_forms .frm_form_field .frm_radio:not(.frm_image_option) span {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
}
.form .frm_forms .frm_form_field .frm_checkbox label:hover input[type=checkbox] ~ span, .form .frm_forms .frm_form_field .frm_checkbox label input[type=radio]:checked ~ span, .form .frm_forms .frm_form_field .frm_radio:not(.frm_image_option) label:hover input[type=checkbox] ~ span, .form .frm_forms .frm_form_field .frm_radio:not(.frm_image_option) label input[type=radio]:checked ~ span {
  background-color: rgba(255, 255, 255, 0.5);
}
.form .frm_forms .frm_form_field .frm_checkbox label input[type=checkbox]:checked ~ span, .form .frm_forms .frm_form_field .frm_checkbox label input[type=radio]:checked ~ span, .form .frm_forms .frm_form_field .frm_radio:not(.frm_image_option) label input[type=checkbox]:checked ~ span, .form .frm_forms .frm_form_field .frm_radio:not(.frm_image_option) label input[type=radio]:checked ~ span {
  background-color: #9858BF;
}
.form .frm_forms .frm_form_field .frm_checkbox span:after, .form .frm_forms .frm_form_field .frm_radio:not(.frm_image_option) span:after {
  content: "";
  position: absolute;
  display: none;
}
.form .frm_forms .frm_form_field .frm_checkbox label input[type=checkbox]:checked ~ span:after, .form .frm_forms .frm_form_field .frm_checkbox label input[type=radio]:checked ~ span:after, .form .frm_forms .frm_form_field .frm_radio:not(.frm_image_option) label input[type=checkbox]:checked ~ span:after, .form .frm_forms .frm_form_field .frm_radio:not(.frm_image_option) label input[type=radio]:checked ~ span:after {
  display: block;
}
.form .frm_forms .frm_form_field .frm_checkbox label span:after, .form .frm_forms .frm_form_field .frm_radio:not(.frm_image_option) label span:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.form .frm_forms .frm_form_field input:-internal-autofill-selected {
  background: transparent !important;
}
.form .frm_forms .frm_form_field input:-webkit-autofill, .form .frm_forms .frm_form_field input:-webkit-autofill:hover, .form .frm_forms .frm_form_field input:-webkit-autofill:focus textarea:-webkit-autofill, .form .frm_forms .frm_form_field textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus, .form .frm_forms .frm_form_field select:-webkit-autofill, .form .frm_forms .frm_form_field select:-webkit-autofill:hover, .form .frm_forms .frm_form_field select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  -webkit-text-fill-color: #fff;
}
.form .frm_forms .frm_form_field input:-webkit-autofill, .form .frm_forms .frm_form_field input:-webkit-autofill:focus {
  transition: background-color 0s 600000.0000000001s, color 0s 600000.0000000001s !important;
}
.form .frm_forms .frm_form_field .frm_dropzone {
  background: none;
  max-width: 100%;
}
.form .frm_forms .frm_form_field .frm_dropzone .dz-message {
  background: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.form .frm_forms .frm_form_field .frm_dropzone .dz-message .frm-svg-icon {
  max-width: 2rem;
}
.form .frm_forms .frm_form_field .frm_dropzone .dz-message .frm_icon_font.frm_upload_icon::before {
  font-size: 2rem;
}
.form .frm_forms .frm_form_field .frm_dropzone .dz-message .frm_upload_text {
  font-size: var(--fluid-text--s);
}
.form .frm_forms .frm_message {
  border: none;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.form .frm_forms .frm_message svg, .form .frm_forms .frm_message img {
  margin-bottom: 0;
  fill: #9858BF;
  width: 2.5rem;
  height: auto;
}
.form .frm_forms .frm_message h4 {
  font-size: var(--fluid-heading--xs);
  margin-bottom: 1rem;
  color: #F3F3F3;
  text-align: center;
}
.form .frm_forms .frm_message p {
  font-size: var(--fluid-text--m);
  color: #F3F3F3;
  text-align: center;
}
.form .frm_forms .frm_submit {
  margin-top: 2rem;
}
.form #frm_form_3_container.frm_forms .frm_page_num_1 .frm_submit {
  justify-content: center;
  display: flex;
}
.form .frm_forms .frm_loading_form .frm_submit button.frm_button_submit::after, .form .frm_forms .frm_loading_form .frm_submit button.frm_prev_page::after, .form .frm_forms .frm_loading_prev .frm_submit button.frm_button_submit::after, .form .frm_forms .frm_loading_prev .frm_submit button.frm_prev_page::after {
  content: "";
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid transparent;
  border-top-color: #000;
  border-bottom-color: #000;
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
  display: none;
}
.form .frm_forms .frm_doing_ajax {
  opacity: 0.5;
}
.form .frm_forms .frm_loading_form .frm_submit button.frm_button_submit {
  color: transparent;
}
.form .frm_forms .frm_loading_form .frm_submit button.frm_button_submit::after {
  display: flex;
}
.form .frm_forms .frm_loading_prev .frm_submit button.frm_prev_page {
  color: transparent;
}
.form .frm_forms .frm_loading_prev .frm_submit button.frm_prev_page::after {
  display: flex;
}
@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}
#wp-auth-check-wrap.hidden {
  display: none;
}
.form .frm_forms .frm_form_field.datenschutz .frm_primary_label {
  display: none;
}
.form .frm_forms .frm_form_field.datenschutz .frm_checkbox {
  padding-right: 0 !important;
}
.form .frm_forms .frm_form_field.datenschutz label {
  font-size: var(--fluid-text--xs);
  color: #F3F3F3;
  display: block !important;
  align-items: center;
  line-height: 1.2 !important;
}
.form .frm_forms .frm_form_field.datenschutz label a {
  font-size: var(--fluid-text--xs);
  color: #F3F3F3;
  text-decoration: underline;
}
/*

/// ------------------------------------------------------------------------------Zusatz für mulitpage forms

.hcs .form .form__ajax-call {
	max-height: 0;
	overflow: hidden;
	margin: 0 !important;
}

.hcs .form {
	//overflow: hidden; // für horizontales sliden, besser keine native Animation dafür unten eigenes Fade-in, achtung, box-shadow fehler falls kein padding gewählt
}
.frm_fields_container, fieldset {
	margin: 0 !important;
	padding: 0 !important;
	animation: key--fade-in 0.6s ease both;
}

/// ---------- Fortschrittsbalken


.hcs .form .frm_forms .frm_rootline_group {
	.frm_progress_line {
		.frm_rootline_single input {
			line-height: 0rem;
			border-right: 2px solid #fff;
			border-left: 2px solid #fff;
			border-top: none;
			border-bottom: none;
			padding: 0.3rem;
			
			&.frm_page_back {
				background-color: $ci--0;
			}
		}
		
		.frm_rootline_single:first-child input {
			border-left: none;
		}
		.frm_rootline_single:last-child input {
			border-right: none;
		}
	}
	
	
	.frm_percent_complete, .frm_pages_complete {
		font-weight: 700;
		color: $text-color--light;
		font-size: var(--fluid-text--xs);
		margin: 0.3rem 0 !important;
		padding: 0 0 !important;
	}
} 
*/
@media (max-width: 1366px) {
  .with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=phone], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style textarea, .frm_form_fields_style, .with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .with_frm_style .frm-card-element.StripeElement, .with_frm_style .chosen-container-multi .chosen-choices, .with_frm_style .chosen-container-single .chosen-single {
    font-size: 1rem !important;
  }
}
@media (max-width: 1024px) {
  .form .frm_forms .form__radio-cards .frm_opt_container {
    grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
  }
}
body.loading::before {
  content: "";
  height: 100%;
  width: 100%;
  z-index: 9999999;
  position: fixed;
  background: #fff;
  display: flex;
  animation: 4.9s cubic-bezier(0.32, 0, 0.67, 0) 0.05s both splashscreen-after-load;
  filter: blur(1rem);
}
body.unloading::after {
  content: "";
  height: 100%;
  width: 100%;
  z-index: 9999999;
  position: fixed;
  background: #fff;
  display: flex;
  animation: 4.9s cubic-bezier(0.33, 1, 0.68, 1) 0.05s both splashscreen-before-load;
}
@keyframes splashscreen-before-load {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
  }
}
@keyframes splashscreen-after-load {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.preloader {
  height: 100%;
  width: 100%;
  z-index: 99999999;
  position: fixed;
  background: #fff;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  animation: preloader-fade;
  animation-duration: 0.3s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
}
.preloader img {
  width: 400px;
  max-width: 50vw;
}
@keyframes preloader-fade {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.loader {
  width: 150px;
  max-width: 30vw;
  margin: 0 auto;
  margin-top: 3rem;
  border-radius: 100px;
  border: 4px solid transparent;
  position: relative;
  padding: 0.1rem;
}
.loader::before {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
}
.loader__bar {
  position: absolute;
  border-radius: 100px;
  top: 0;
  right: 100%;
  bottom: 0;
  left: 0;
  background: #5c2483;
  width: 0;
  animation: borealisBar 2s ease 0.1s;
}
@keyframes borealisBar {
  0% {
    left: 0%;
    right: 100%;
    width: 0%;
  }
  10% {
    left: 0%;
    right: 75%;
    width: 25%;
  }
  90% {
    right: 0%;
    left: 75%;
    width: 25%;
  }
  100% {
    left: 100%;
    right: 0%;
    width: 0%;
  }
}
.wp_row .post-navigation .label {
  font-weight: 300;
  text-transform: none;
  font-size: var(--fluid-text-s);
}
.wp_row .post-navigation .title {
  font-weight: 700;
  text-transform: none;
  font-size: var(--fluid-text-m);
}
@media (max-width: 1024px) {
  .wp_row {
    display: none;
  }
}
.suchfeld form {
  border-radius: min(0.25rem, 0.75vw) !important;
  overflow: hidden;
  background-color: #E9E9E9 !important;
  align-items: stretch;
}
.suchfeld input {
  height: 2rem;
  width: auto;
  line-height: normal;
  border: none;
  max-width: 175px !important;
  padding: 0 1rem !important;
  display: flex !important;
  font-size: 1rem;
}
.suchfeld input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1D1D1B !important;
  opacity: 0.5 !important;
  font-size: 1rem;
}
.suchfeld button {
  height: 2rem;
  width: auto;
  line-height: 1;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.suchfeld button i, .suchfeld button i::before {
  width: 0.75rem;
  height: 0.75rem;
  font-size: 0.75rem;
}
.live-search_wrapper {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 999;
}
.live-search_wrapper .fixed_ctr {
  max-width: 800px;
}
.live-search_wrapper .live-search_query {
  background: #fff;
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  align-items: center;
}
.live-search_wrapper .live-search_query:last-child {
  border-bottom: none;
}
.live-search_wrapper .live-search_query .heading--content {
  font-size: var(--fluid-text--m);
}
/*

.section--search {
	.fixed_ctr {
		//max-width: 800px;
	}
	.search_query {
		//background: #fff;
		border-bottom: $line-divider--light;
		padding-bottom: 1rem;
		margin-bottom: 1rem;
		align-items: center;
		&:last-child {
			border-bottom: none;
		}
		.wrapper_content {
			gap: 1rem;
		}
		
		.thumbnail {
			width: 75px;
		}
		.heading--content {
			font-size: var(--fluid-text--l);
		}
	}
	
	.bricks-posts-nothing-found {
		line-height: $line-height--heading;
		font-size: var(--fluid-heading--xs);
		text-align: center;
		@include display-font;
		margin: 4rem 0;
		padding-top: 2rem;
	}
}
*/
/*
///########################################################################
///------------------- 04 UI/UX
///########################################################################
*/
.header__topbar {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.header__topbar [class*="_ctr"] {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.header__topbar .icon-list--topbar {
  gap: 2rem 2rem;
}
.header__topbar .icon-list--topbar li.has-link a {
  gap: 0.4rem 0.4rem;
}
.header__topbar .icon-list--topbar svg, .header__topbar .icon-list--topbar i, .header__topbar .icon-list--topbar i::before {
  font-size: var(--fluid-text--s);
  width: var(--fluid-text--s);
  height: var(--fluid-text--s);
  color: #fff;
  fill: #fff;
}
.header__topbar .icon-list--topbar li a, .header__topbar .icon-list--topbar span {
  color: #fff;
  font-size: var(--fluid-text--xs);
  font-weight: 400;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .header__topbar {
    display: none;
  }
}
.header__main [class*="_ctr"] {
  gap: 1rem;
}
@media (max-width: 500px) {
  .header__main [class*="_ctr"] {
    justify-content: space-between;
  }
}
.header__main .col {
  display: flex;
}
.header__main .col--burger {
  display: none;
}
@media (max-width: 1024px) {
  .header__main .col--burger {
    display: flex;
  }
}
@media (max-width: 1024px) {
  .header__main .col--logo {
    flex-grow: 1;
    justify-content: center;
  }
}
.header__main .col--nav {
  flex-grow: 1;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 1024px) {
  .header__main .col--nav {
    display: none;
  }
}
.header__main .col--kunde {
  display: flex;
  gap: 2rem;
  justify-content: flex-end;
}
@media (max-width: 1366px) {
  .header__main .col--kunde .logo {
    display: none;
  }
}
@media (max-width: 768px) {
  .header__main .col--kunde {
    display: none;
  }
}
.header__main .logo {
  display: flex;
}
.header__main .logo img, .header__main .logo svg {
  transition: all 0.3s ease;
  transform-origin: left;
  height: 2rem;
  width: auto;
  max-width: 30vw;
}
.header__main .logo img:hover, .header__main .logo svg:hover {
  transform: scale(0.95);
}
@media (max-width: 500px) {
  .header__main .logo img, .header__main .logo svg {
    height: 2rem;
    max-width: 30vw;
    max-height: 3.5vh;
  }
}
.header__main .col--kunde .icon-list {
  gap: 0.5rem;
}
.header__main .col--kunde .icon-list svg, .header__main .col--kunde .icon-list i {
  width: var(--fluid-text--s);
  height: var(--fluid-text--s);
  font-size: var(--fluid-text--s);
  text-align: center;
  line-height: normal;
  color: #414141;
  fill: #414141;
}
.header__main .col--kunde .icon-list svg::before, .header__main .col--kunde .icon-list i::before {
  width: var(--fluid-text--s);
  height: var(--fluid-text--s);
  font-size: var(--fluid-text--s);
  display: block;
  line-height: normal;
}
.header__main .col--kunde .icon-list svg path, .header__main .col--kunde .icon-list svg g, .header__main .col--kunde .icon-list svg polygon, .header__main .col--kunde .icon-list svg line, .header__main .col--kunde .icon-list svg text, .header__main .col--kunde .icon-list i path, .header__main .col--kunde .icon-list i g, .header__main .col--kunde .icon-list i polygon, .header__main .col--kunde .icon-list i line, .header__main .col--kunde .icon-list i text {
  fill: #414141;
}
.header__main .col--kunde .icon-list svg::before, .header__main .col--kunde .icon-list i::before {
  color: #414141;
}
.header__main .col--kunde .icon-list li:hover svg, .header__main .col--kunde .icon-list li:hover i {
  color: var(--customer-background-color);
  fill: var(--customer-background-color);
}
.header__main .col--kunde .icon-list li:hover svg path, .header__main .col--kunde .icon-list li:hover svg g, .header__main .col--kunde .icon-list li:hover svg polygon, .header__main .col--kunde .icon-list li:hover svg line, .header__main .col--kunde .icon-list li:hover svg text, .header__main .col--kunde .icon-list li:hover i path, .header__main .col--kunde .icon-list li:hover i g, .header__main .col--kunde .icon-list li:hover i polygon, .header__main .col--kunde .icon-list li:hover i line, .header__main .col--kunde .icon-list li:hover i text {
  fill: var(--customer-background-color);
}
.header__main .col--kunde .icon-list li:hover svg::before, .header__main .col--kunde .icon-list li:hover i::before {
  color: var(--customer-background-color);
}
.header__kunde .col {
  display: flex;
}
.header__kunde .col--nav {
  flex-grow: 1;
  justify-content: flex-start;
  flex-direction: row;
}
.header__kunde .col--button {
  justify-content: flex-end;
}
.header__kunde .col--button .btn {
  display: flex;
}
@media (max-width: 1024px) {
  .header__kunde {
    display: none;
  }
}
.header__off-canvas {
  width: 550px;
  transform: translateX(-550px);
  transition: transform 0.4s cubic-bezier(0.32, 0, 0.67, 0);
  position: fixed;
  background: #fff;
  z-index: 999999999999;
  left: 0;
  top: 0;
  height: 100vh;
  overflow: hidden;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  -webkit-overflow-scrolling: touch;
}
.header__off-canvas::-webkit-scrollbar {
  display: none;
}
.hcs_header--js.open .header__off-canvas {
  transform: translateX(0);
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.header__off-canvas > .inner_wrapper, .header__off-canvas .nav-menu nav li .sub-menu {
  display: flex !important;
  flex-direction: column;
}
.header__off-canvas > .inner_wrapper {
  height: 100vh;
  height: 100svh;
  max-height: 100vh;
  max-height: 100svh;
  overflow-y: scroll;
  justify-content: space-between;
  flex-wrap: nowrap;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  -webkit-overflow-scrolling: touch;
  position: relative;
  background: #DFDFDF;
}
.header__off-canvas > .inner_wrapper::-webkit-scrollbar {
  display: none;
}
.header__off-canvas__head {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #393939;
  background: #fff;
}
.header__off-canvas__head .burger {
  border-radius: min(0.25rem, 0.75vw);
}
.header__off-canvas .logo--top {
  display: flex;
  justify-content: center;
}
.header__off-canvas .logo--top img {
  max-width: 150px;
  height: 1.5rem;
}
.header__off-canvas .nav-menu {
  margin: 0;
  display: flex;
  width: 100%;
  padding: 0;
}
.header__off-canvas .nav-menu nav {
  width: 100%;
}
.header__off-canvas .nav-menu nav ul li {
  position: static;
}
.header__off-canvas .logo--bottom {
  background: #fff;
  display: flex;
  justify-content: center;
  padding: 2rem 1.5rem;
  width: 100%;
  opacity: 1;
  border-top: 1px solid #393939;
}
.header__off-canvas .logo--bottom img {
  width: 150px;
  max-width: 40vw;
}
@media (max-width: 500px) {
  .header__off-canvas {
    width: 100%;
    max-width: 100vw;
    transform: translateX(-100%);
  }
}
.header__main .nav-menu ul, .header__kunde .nav-menu ul {
  gap: 0rem !important;
}
.header__main .nav-menu li, .header__kunde .nav-menu li {
  border-left: 1px solid #E1E1E1;
}
.header__main .nav-menu li:last-child, .header__kunde .nav-menu li:last-child {
  border-right: 1px solid #E1E1E1;
}
.header__main .nav-menu li a, .header__kunde .nav-menu li a {
  background: #fff;
  margin: 0;
  font-weight: 400;
  font-size: var(--fluid-text--s);
  padding: 1rem 1rem;
  line-height: normal;
  color: #1D1D1B;
  border: 0 solid transparent;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.header__main .nav-menu li a::after, .header__kunde .nav-menu li a::after {
  content: attr(data-title);
  height: 0;
  visibility: hidden;
  overflow: hidden;
  user-select: none;
  pointer-events: none;
  font-weight: 700;
}
@media speech {
  .header__main .nav-menu li a::after, .header__kunde .nav-menu li a::after {
    display: none;
  }
}
.header__main .nav-menu li:hover a, .header__kunde .nav-menu li:hover a {
  background: #F3F3F3;
  margin: 0;
  font-weight: 400;
  font-size: var(--fluid-text--s);
  padding: 1rem 1rem;
  line-height: normal;
  color: #1D1D1B;
  border: 0 solid transparent;
  font-weight: 700;
}
.header__main .nav-menu li.current-menu-item:not(.category-panel--js) a, .header__main .nav-menu li.current-menu-item:not(.category-panel--js) a:active, .header__main .nav-menu li.current_page_item a, .header__main .nav-menu li.current_page_item a:active, .header__kunde .nav-menu li.current-menu-item:not(.category-panel--js) a, .header__kunde .nav-menu li.current-menu-item:not(.category-panel--js) a:active, .header__kunde .nav-menu li.current_page_item a, .header__kunde .nav-menu li.current_page_item a:active {
  background: var(--customer-background-color);
  margin: 0;
  font-weight: 400;
  font-size: var(--fluid-text--s);
  padding: 1rem 1rem;
  line-height: normal;
  color: var(--customer-text-color);
  border: 0 solid transparent;
  font-weight: 700;
}
.header__off-canvas .nav-menu li a {
  background: transparent;
  width: 100% !important;
  margin: 0;
  font-weight: 400;
  font-size: var(--fluid-text--m);
  padding: 1rem 3rem;
  line-height: normal;
  color: #1D1D1B;
  border: 0 solid transparent;
  cursor: pointer;
}
.header__off-canvas .nav-menu li.current-menu-item {
  border-color: #5c2483;
}
.header__off-canvas .nav-menu li:last-child {
  border-bottom: none;
}
.header__off-canvas .nav-menu li:hover a {
  background: #E9E9E9;
  width: 100% !important;
  margin: 0;
  font-weight: 400;
  font-size: var(--fluid-text--m);
  padding: 1rem 3rem;
  line-height: normal;
  color: #1D1D1B;
  border: 0 solid transparent;
  cursor: pointer;
  font-weight: 400;
}
.header__off-canvas .nav-menu li.current-menu-item a, .header__off-canvas .nav-menu li.current-menu-item a:active, .header__off-canvas .nav-menu li.current_page_item a, .header__off-canvas .nav-menu li.current_page_item a:active {
  background: #5c2483;
  width: 100% !important;
  margin: 0;
  font-weight: 400;
  font-size: var(--fluid-text--m);
  padding: 1rem 3rem;
  line-height: normal;
  color: #F3F3F3;
  border: 0 solid transparent;
  cursor: pointer;
  font-weight: 700;
}
.header__off-canvas .nav-menu li.nav-divider {
  border-bottom: 1px dashed #909090;
}
.header__off-canvas .nav-menu li.nav-divider a {
  display: none;
  padding: 0;
}
.header__off-canvas .nav li {
  opacity: 0;
  transition: all 1.5s cubic-bezier(0.22, 1, 0.36, 1);
  transition-property: transform, opacity;
  transform: translateX(-300px) translateZ(0);
}
.hcs_header--js.open .header__off-canvas .nav li {
  opacity: 1;
  transform: translateX(0) translateZ(0);
}
.hcs_header--js.open .header__off-canvas .nav li:nth-child(1) {
  transition-delay: 0.1s;
}
.hcs_header--js.open .header__off-canvas .nav li:nth-child(2) {
  transition-delay: 0.15s;
}
.hcs_header--js.open .header__off-canvas .nav li:nth-child(3) {
  transition-delay: 0.2s;
}
.hcs_header--js.open .header__off-canvas .nav li:nth-child(4) {
  transition-delay: 0.25s;
}
.hcs_header--js.open .header__off-canvas .nav li:nth-child(5) {
  transition-delay: 0.3s;
}
.hcs_header--js.open .header__off-canvas .nav li:nth-child(6) {
  transition-delay: 0.35s;
}
.hcs_header--js.open .header__off-canvas .nav li:nth-child(7) {
  transition-delay: 0.4s;
}
.hcs_header--js.open .header__off-canvas .nav li:nth-child(8) {
  transition-delay: 0.45s;
}
.hcs_header--js.open .header__off-canvas .nav li:nth-child(9) {
  transition-delay: 0.5s;
}
.hcs_header--js.open .header__off-canvas .nav li:nth-child(10) {
  transition-delay: 0.55s;
}
.hcs_header--js.open .header__off-canvas .nav li:nth-child(11) {
  transition-delay: 0.6s;
}
.hcs_header--js.open .header__off-canvas .nav li:nth-child(12) {
  transition-delay: 0.65s;
}
.hcs_header--js.open .header__off-canvas .nav li:nth-child(13) {
  transition-delay: 0.7s;
}
.hcs_header--js.open .header__off-canvas .nav li:nth-child(14) {
  transition-delay: 0.75s;
}
.hcs_header--js.open .header__off-canvas .nav li:nth-child(15) {
  transition-delay: 0.8s;
}
.hcs_header--js.open .header__off-canvas .nav li:nth-child(16) {
  transition-delay: 0.85s;
}
.header__backdrop, .modal__overlay {
  position: fixed;
  z-index: 1010;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.6s ease 0.05s, transform 0s ease 0.6s;
  transform: translateX(-100vw);
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(15px);
}
.hcs_header--js.open .header__backdrop, .modal__overlay.open {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.6s ease;
}
.burger {
  cursor: pointer;
  pointer-events: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
  width: auto;
  height: auto;
  z-index: 130;
  margin-left: 0;
  padding: 0.5rem;
  background: none;
  border: none;
  transition: all 0.2s ease-in-out;
}
.burger:active, .burger:focus {
  top: 0;
}
.burger .bar1, .burger .bar2, .burger .bar3 {
  width: 1.5rem;
  height: 0;
  margin: 3px 0;
  border-radius: 50px;
  background: #1D1D1B;
  border: 1px solid #1D1D1B;
  transition: all 0.2s ease-in-out;
}
.burger .burger__text {
  color: #1D1D1B;
  font-family: "Anton", "Satoshi", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: var(--fluid-text--s);
  margin-left: 0.7rem;
  transition: all 0.2s ease-in-out;
  line-height: 1;
}
.burger:hover .bar1, .burger:hover .bar3, .burger:active .bar1, .burger:active .bar3, .burger:focus .bar1, .burger:focus .bar3 {
  transform: translateX(-0.3rem);
}
.burger:hover .bar2, .burger:active .bar2, .burger:focus .bar2 {
  transform: translateX(0.3rem);
}
.burger--close {
  background: #414141;
  padding: 1.2rem 0.55rem;
}
.burger--close .bar1, .burger--close .bar2, .burger--close .bar3 {
  background: #F3F3F3;
  border: 1px solid #F3F3F3;
  margin: 0;
}
.burger--close .burger__text {
  color: #F3F3F3;
  display: none;
}
.burger--close .bar1, .burger--close:hover .bar1 {
  transform: rotate(-45deg) translateY(1px);
}
.burger--close .bar2, .burger--close:hover .bar2 {
  opacity: 0;
  display: none;
}
.burger--close .bar3, .burger--close:hover .bar3 {
  transform: rotate(45deg) translateY(-1px);
}
.burger--close:hover, .burger--close:active, .burger--close:focus {
  background: red;
}
.burger--close:hover .bar1, .burger--close:hover .bar2, .burger--close:hover .bar3, .burger--close:active .bar1, .burger--close:active .bar2, .burger--close:active .bar3, .burger--close:focus .bar1, .burger--close:focus .bar2, .burger--close:focus .bar3 {
  background: #9858BF;
  border: 1px solid #fff;
}
.burger--close:hover .burger__text, .burger--close:active .burger__text, .burger--close:focus .burger__text {
  color: #fff;
}
.hcs.bx #bricks-one-page-navigation {
  gap: 0.5rem;
  right: 0.5rem;
}
.hcs.bx #bricks-one-page-navigation a {
  background-color: #222;
  border: 1px solid #000;
  height: 5px;
  width: 5px;
}
.hcs.bx #bricks-one-page-navigation a.active {
  background-color: #9858BF;
  border-color: #9858BF;
  height: 7px;
  width: 7px;
}
@media (max-width: 768px) {
  .hcs.bx #bricks-one-page-navigation {
    display: none;
  }
}
/*
///########################################################################
///------------------- 05 Elemente
///########################################################################
*/
.cards_wrapper.grid, .cards_wrapper.flex {
  align-items: stretch;
}
.cards_wrapper.grid .query_wrapper, .cards_wrapper.flex .query_wrapper {
  height: 100%;
}
.cards_wrapper.grid {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  justify-content: center;
  justify-items: center;
}
.cards_wrapper.grid .card {
  width: 100%;
  max-width: 450px;
}
.cards_wrapper.grid .card--full {
  max-width: 100% !important;
}
.cards_wrapper.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  width: fit-content;
}
.cards_wrapper.flex .card {
  flex: 1 1 400px;
  width: fit-content;
  max-width: 450px;
}
.cards_wrapper.flex .card--full {
  max-width: 100% !important;
}
.cards_wrapper.flex .image-card--hz {
  width: 100%;
  max-width: 100%;
  flex-basis: auto;
}
.cards_wrapper.flex .produkt-card {
  max-width: 400px;
}
.card .inner_wrapper {
  display: flex;
  padding: min(5rem, 10vw);
  gap: min(2rem, 4vw);
  justify-content: space-between;
}
.card .inner_wrapper:not(:last-child) {
  padding-bottom: 0;
}
.card.mdl {
  margin: 0;
}
a.card {
  transition: all 0.3s ease;
  animation: none !important;
}
a.card:hover {
  transform: scale(0.97);
}
.card {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  background: var(--customer-background-color);
  border-radius: 1rem;
  overflow: hidden;
  max-width: 450px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.card__image {
  max-height: 40vh;
  object-fit: cover;
}
.card__icon, .card__icon::before, .card svg.card__icon {
  width: 2rem;
  height: 2rem;
  font-size: 2rem;
  color: #5c2483;
  fill: #5c2483;
  display: block;
}
.card .heading-wrapper {
  margin-bottom: 1.5rem;
}
.card [class*="card__heading"] {
  line-height: 1.1;
  font-weight: 400;
  color: var(--customer-text-color);
  margin: 0;
}
.card__heading {
  font-size: var(--fluid-heading--s);
  font-family: "Anton", "Satoshi", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-weight: 700;
}
.card__heading--s {
  font-size: var(--fluid-text--m);
}
.card__heading--before {
  font-size: var(--fluid-text--s);
  font-weight: 400;
  margin-bottom: 0;
  opacity: 0.8;
}
.card__text {
  font-size: var(--fluid-text--s);
  line-height: normal;
  color: var(--customer-text-color);
}
.card__text--s {
  font-size: var(--fluid-text--s);
}
.card__link {
  color: #1D1D1B;
  font-weight: 700;
  text-decoration: underline;
  font-size: var(--fluid-text--s);
  cursor: pointer;
  transition: all 0.3s ease;
}
.card__link:hover {
  color: #5c2483;
}
.card__link--disabled {
  user-select: none;
  /* Standard syntax */
}
.card--color {
  background-color: #5c2483;
}
.card--color .card__heading {
  color: #fff;
}
.card--color .card__text {
  color: #fff;
}
.card--centered [class*="card__"] {
  text-align: center;
  width: 100%;
  justify-content: center;
  display: flex;
}
.card--centered .inner_wrapper {
  align-items: center;
  justify-content: center;
}
.product-card {
  outline: 1px dashed #393939;
  outline-offset: 0.3rem;
  outline-width: 1px;
  background: #fff;
  box-shadow: none;
  border-radius: 0.5rem;
  justify-content: flex-start;
  flex-wrap: nowrap;
  overflow: visible;
}
.product-card:has(.card__btn:hover) {
  outline-style: solid;
  outline-width: 2px;
  outline-color: var(--customer-background-color);
}
.product-card:has(.card__btn:hover) .inner_wrapper {
  background: #fff;
}
.product-card .card__content {
  height: 100%;
  flex-wrap: nowrap;
}
.product-card .image_wrapper {
  position: relative;
  margin-bottom: 0.3rem;
  aspect-ratio: 1;
}
.product-card .image_wrapper .card__tags {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.product-card .image_wrapper .card__tag {
  font-size: var(--fluid-text--xs);
  background: #414141;
  border-radius: 0.1rem;
  padding: 0.3rem 0.4rem;
  color: #F3F3F3;
  line-height: 1;
  font-weight: 400;
  flex: 0 0 auto;
  background: #fff;
  border-radius: 0.25rem;
}
.product-card .image_wrapper .card__tag .bold {
  font-weight: 700;
}
.product-card .image_wrapper .card__tag--light {
  background: #E9E9E9;
  color: #1D1D1B;
}
.product-card .image_wrapper .card__tag-name {
  font-weight: 700;
  color: #1D1D1B;
  display: block;
}
.product-card .card__image, .product-card .slider .slider__image.card__image {
  border-radius: 0.5rem;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-height: none;
  aspect-ratio: 1;
}
.product-card .slider--card-image .splide__arrows button.splide__arrow {
  height: 1rem;
  width: 1rem;
  background: #CFFF00;
  border-radius: 200px;
  opacity: 1;
  transition: all 0.1s ease;
}
.product-card .slider--card-image .splide__arrows button.splide__arrow svg {
  height: 0.5rem;
  width: 0.5rem;
  fill: #000;
  filter: none;
}
.product-card .slider--card-image .splide__arrows button.splide__arrow:disabled {
  opacity: 0;
}
.product-card .inner_wrapper {
  padding: 1rem;
  height: 100%;
  background: #E9E9E9;
  border-radius: 0.5rem;
}
.product-card .card__title_wrapper {
  min-height: 4rem;
  padding-top: 0.5rem;
}
.product-card .card__subtitle_wrapper {
  margin-top: 0.5rem;
  flex-direction: row;
  gap: 0.2rem;
}
.product-card .card__info_wrapper {
  gap: min(1rem, 4vw);
}
.product-card .card__title, .product-card .card__subtitle {
  color: #1D1D1B;
  font-weight: 700;
  font-family: "Satoshi", "Open Sans", Arial, sans-serif;
  hyphens: none;
}
.product-card .card__title {
  font-size: var(--fluid-text--m);
}
@media (max-width: 500px) {
  .product-card .card__title {
    font-size: var(--fluid-heading--xs);
  }
}
.product-card .card__subtitle {
  font-weight: 400;
  font-size: var(--fluid-text--xs);
  background: #414141;
  border-radius: 0.1rem;
  padding: 0.3rem 0.4rem;
  color: #F3F3F3;
  line-height: 1;
  font-weight: 400;
  flex: 0 0 auto;
  border-radius: 0.25rem;
}
.product-card .card__subtitle .bold {
  font-weight: 700;
}
.product-card .card__subtitle--light {
  background: #E9E9E9;
  color: #1D1D1B;
}
.product-card .attribute-box {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.product-card .attribute-box .values {
  font-weight: 700;
  font-size: var(--fluid-text--s);
}
.product-card .attribute-box .values--range {
  display: inline-flex;
}
.product-card .attribute-box .values--range::after {
  content: "-";
  margin: 0 0.4em;
}
.product-card .attribute-box .values--range:last-child::after {
  display: none;
}
.product-card .card__price .label, .product-card .attribute-box .label {
  font-size: var(--fluid-text--xs);
  font-weight: 400;
  margin-right: 0.6rem;
  font-style: italic;
  min-width: 3.5rem;
}
.product-card .color-box {
  align-items: center;
}
.product-card .color-box .colors_wrapper {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  width: fit-content;
}
.product-card .color-box .color__preview-circle {
  width: 1rem;
  height: 1rem;
  border-radius: 200px;
  outline: 1px solid #909090;
  outline-offset: 1px;
}
.product-card .card__divider .line {
  border-color: #909090;
}
.product-card .card__price {
  font-size: var(--fluid-text--m);
  font-weight: 700;
}
.product-card .card__price .label {
  font-size: var(--fluid-text--xs);
}
.product-card .card__price.empty {
  font-size: var(--fluid-text--m);
  color: red;
}
.product-card .card__btn {
  border: 0;
  padding: min(0.5rem, 2vw) min(1rem, 4vw);
}
.image-card--hz {
  flex-direction: row;
  align-items: stretch;
  transition: all 0.3s ease;
  cursor: pointer;
  outline: 1px dashed #E1E1E1;
  outline-offset: -0.5rem;
  border-radius: 1rem;
  overflow: clip;
}
@media (max-width: 768px) {
  .image-card--hz {
    outline-offset: -0.25rem;
    outline-width: 1px;
  }
}
@media not all and (pointer: coarse) {
  .image-card--hz:hover {
    transform: translateX(1rem);
  }
  .image-card--hz:hover .card__link-icon {
    transform: scale(1.2);
  }
}
.image-card--hz .card__image {
  width: 35%;
  max-height: none;
  min-height: 200px;
}
.image-card--hz .inner_wrapper {
  align-self: center;
  width: 65%;
}
.image-card--hz .card__link-icon {
  position: absolute;
  z-index: 1;
  top: 1rem;
  left: 1rem;
  transition: all 0.3s ease;
  font-size: 1.3rem;
  line-height: 1;
  color: #CFFF00;
  height: 1rem;
  width: 1rem;
  filter: drop-shadow(0 0 0.1rem rgba(0, 0, 0, 0.2));
}
@media (max-width: 500px) {
  .image-card--hz {
    flex-direction: column;
  }
  .image-card--hz .card__image {
    width: 100%;
    height: auto;
    aspect-ratio: 1.3;
  }
  .image-card--hz .inner_wrapper {
    width: 100%;
  }
}
.cover-card {
  position: relative;
  height: 40vh;
}
.cover-card .card__background, .cover-card .card__background-image, .cover-card .card__background-overlay {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  margin: 0;
}
.cover-card .card__background-image {
  filter: brightness(50%);
}
.cover-card .card__background-overlay {
  mix-blend-mode: color;
  background: #5c2483;
}
.cover-card .card__heading, .cover-card .card__body, .cover-card .card__bg-image {
  transition: all 0.3s ease-in-out;
}
.cover-card .card__heading {
  transform: rotate(-90deg) translateX(-100%);
  transform-origin: top left;
  position: absolute;
  left: 2rem;
  top: 2rem;
  color: #fff;
}
.cover-card .card__body {
  position: absolute;
  bottom: 0;
  z-index: 9;
  color: #fff;
  transform: translateY(100%);
}
.cover-card:hover .card__heading, .cover-card:active .card__heading {
  transform: rotate(-90deg) translateX(-250%);
  opacity: 0;
}
.cover-card:hover .card__body, .cover-card:active .card__body {
  transform: translateY(0);
}
.cover-card:hover .card__bg-image, .cover-card:active .card__bg-image {
  filter: brightness(20%);
  transform: scale(1.1);
}
.review-card .image_wrapper {
  gap: 2rem 2rem;
  margin-bottom: 2rem;
}
.review-card .image_wrapper img {
  border-radius: 1rem;
  max-width: 30%;
}
.review-card .card__job {
  margin-top: 1rem;
  font-size: var(--fluid-text--s);
  font-weight: 700;
  color: #5c2483;
}
.review-card .card__job-link {
  font-size: var(--fluid-text--xs);
  text-decoration: underline;
}
.review-item__image {
  border-radius: 50rem;
  overflow: hidden;
}
.review-item__heading {
  font-size: var(--fluid-text--l);
}
.review-item__text {
  text-align: center;
}
.team-card {
  padding: 0;
}
.team-card .background-image_wrapper {
  height: 500px;
  max-height: 60vh;
}
.team-card .inner_wrapper {
  padding: min(3rem, 6vw);
}
.team-card .icon-box {
  gap: 0 0;
}
.text-card--fabric {
  background-color: #000;
  background-image: url("/wp-content/uploads/45-degree-fabric-light.png") !important;
  background-repeat: repeat !important;
  background-size: auto !important;
  color: #F3F3F3;
  outline: 1px dashed #909090;
  outline-offset: -0.5rem;
  border-radius: 1rem;
  overflow: clip;
}
@media (max-width: 768px) {
  .text-card--fabric {
    outline-offset: -0.25rem;
    outline-width: 1px;
  }
}
.text-card--fabric .card__heading {
  color: #F3F3F3;
}
.text-card--fabric .card__text {
  color: #F3F3F3;
}
.slider {
  overflow-y: visible;
}
.slider .splide__arrows button.splide__arrow {
  height: 1rem;
  width: 1rem;
}
.slider .splide__arrows button.splide__arrow svg {
  fill: #fff;
  filter: drop-shadow(0 0 0px #000);
}
.slider .splide__arrows button.splide__arrow--prev {
  left: 0.8rem;
}
.slider .splide__arrows button.splide__arrow--next {
  right: 0.8rem;
}
.slider .splide__pagination {
  bottom: -2.5rem;
}
.slider .splide__pagination .splide__pagination__page {
  background-color: #fff;
  border: 1px solid #414141;
}
.slider .splide__pagination .splide__pagination__page.is-active {
  background-color: #9858BF;
  border: 1px solid #9858BF;
}
.slider .splide__track, .slider .slider__image, .slider .slider__image img, .slider .slider__image--thumb {
  border-radius: 0.25rem;
  overflow: hidden;
}
.partner_section {
  background: white;
}
.zertifikate_section {
  background: white;
}
.tc-slider {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.tc-slider__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  width: auto;
  max-width: none;
  animation: 40s imageScroll linear infinite;
}
.tc-slider__item {
  padding-right: 1rem;
}
.tc-slider--images .tc-slider__image {
  height: auto;
  min-height: auto;
  width: 400px;
  max-width: 25vw;
}
.tc-slider--logos {
  position: relative;
}
.tc-slider--logos::after {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 90%, white 100%);
  z-index: 0;
  pointer-events: none;
}
.tc-slider--logos:hover .tc-slider__track {
  animation-play-state: paused;
}
.tc-slider--logos .tc-slider__item {
  margin: 0;
  filter: grayscale(1);
  transition: 400ms filter ease;
  opacity: 0.7;
  margin-right: 5rem;
}
.tc-slider--logos .tc-slider__item:hover {
  filter: grayscale(0);
  opacity: 1;
}
.tc-slider--logos .tc-slider__logo {
  height: 3rem;
  width: auto;
}
.tc-slider--zertifikate .tc-slider__link {
  filter: none;
}
.tc-slider--zertifikate .tc-slider__link:hover {
  filter: grayscale(1);
}
@keyframes imageScroll {
  100% {
    transform: translateX(-100%);
  }
}
@media (max-width: 1024px) {
  .tc-slider--images .tc-slider__image {
    max-width: 33vw;
  }
}
@media (max-width: 500px) {
  .tc-slider--images .tc-slider__image {
    max-width: 40vw;
  }
}
.image-slider {
  border-radius: 0.5rem;
}
.image-slider__slide.splide__slide {
  justify-content: flex-end;
  align-items: flex-start;
}
.image-slider__inner_wrapper {
  margin: 2rem;
  padding: 1rem;
  border-radius: 0.5rem;
  background: rgba(0, 0, 0, 0.5);
}
.image-slider__inner-heading {
  color: #fff;
  font-size: var(--fluid-heading--xs);
}
.image-slider__inner-zusatz {
  color: #fff;
  font-size: var(--fluid-text--m);
}
.review-slider__slide.splide__slide {
  align-items: center;
}
.sync-sliders-main {
  margin-bottom: 10px;
}
.sync-sliders-main .slider__slide, .sync-sliders-main .slider__image {
  aspect-ratio: 1;
}
.sync-sliders-main .slider__slide > img, .sync-sliders-main .slider__image > img {
  height: 100%;
  object-fit: cover;
}
.sync-sliders-thumb .splide__list {
  height: min-content !important;
}
.sync-sliders-thumb .slider__slide {
  opacity: 0.3;
  border: none !important;
}
.sync-sliders-thumb .slider__slide > img {
  height: auto;
  object-fit: cover;
  aspect-ratio: 0.9;
}
.sync-sliders-thumb .slider__slide.is-active {
  opacity: 1;
}
.image, .image img {
  border-radius: 0.5rem;
  overflow: hidden;
}
.image--no-radius, .image img--no-radius {
  border-radius: 0;
}
.col--background-image, .background-image {
  height: auto;
  min-height: min(55vw, 400px);
}
.image--heading {
  margin-bottom: 0.5rem;
  font-size: var(--fluid-text--l);
}
.image--caption, .image .bricks-image-caption {
  margin-top: 0.5rem;
  font-style: italic;
  font-size: var(--fluid-text--xs);
  pointer-events: none;
  background: none;
  color: #1D1D1B;
}
.img-watermark_wrapper {
  position: relative;
}
.img-watermark_wrapper .img-watermark {
  position: absolute;
  z-index: 9;
  opacity: 0.4;
  width: 15%;
  max-width: 100px;
  height: auto;
  bottom: 1rem;
  right: 1rem;
  mix-blend-mode: hard-light;
  transform: rotate(-90deg) translateX(100%);
  transform-origin: bottom right;
}
.btn-group {
  gap: 0.5rem 1rem;
  margin: 1.5rem 0;
}
@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}
.btn, .form .frm_forms .frm_submit button, .hcs .woocommerce .button {
  user-select: none;
  text-align: center;
  background-clip: border-box;
  display: inline-flex;
  position: relative;
  overflow: hidden;
  pointer-events: auto;
  cursor: pointer;
  z-index: 1;
  transition: all 0.1s ease;
  border: 1px solid transparent;
  border-radius: min(0.25rem, 0.75vw);
  box-shadow: none;
  font-family: "Anton", "Satoshi", "Open Sans", Arial, sans-serif;
  text-decoration: none;
  text-transform: none;
  line-height: normal !important;
  font-weight: 400 !important;
  font-size: var(--fluid-text--s);
  letter-spacing: 0.04em;
  padding: 0.6rem 1.2rem;
  width: fit-content;
  max-width: 350px;
  min-width: fit-content;
  gap: 0.5rem;
  min-height: 0;
  border-color: var(--customer-background-color);
  background: var(--customer-background-color);
  color: var(--customer-text-color);
}
.btn svg, .btn i, .btn i::before, .form .frm_forms .frm_submit button svg, .form .frm_forms .frm_submit button i, .form .frm_forms .frm_submit button i::before, .hcs .woocommerce .button svg, .hcs .woocommerce .button i, .hcs .woocommerce .button i::before {
  text-align: center;
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  line-height: normal !important;
}
@media not all and (pointer: coarse) {
  .btn:hover, .form .frm_forms .frm_submit button:hover, .hcs .woocommerce .button:hover {
    filter: brightness(0.9) contrast(1.1) drop-shadow(3px 3px 0.2rem rgba(0, 0, 0, 0.5));
    transform: translateY(-1px);
  }
  .btn.btn--outline:hover, .form .frm_forms .frm_submit button.btn--outline:hover, .hcs .woocommerce .button.btn--outline:hover {
    filter: brightness(0.9) contrast(1.1) drop-shadow(3px 3px 0.1rem rgba(0, 0, 0, 0.5));
  }
}
.btn:active, .form .frm_forms .frm_submit button:active, .hcs .woocommerce .button:active {
  top: 0.2rem;
}
.btn.btn--small, .form .frm_forms .frm_submit button.btn--small, .hcs .woocommerce .button.btn--small {
  font-size: 0.75rem;
  padding: 0.4rem 0.8rem;
}
.btn.btn--xs, .form .frm_forms .frm_submit button.btn--xs, .hcs .woocommerce .button.btn--xs {
  font-size: 0.75rem;
  padding: 0.3rem 0.6rem;
  font-family: "Satoshi", "Open Sans", Arial, sans-serif;
  font-weight: 700 !important;
}
.btn.btn--spinner.loading, .btn.btn--ajax-spinner.ajax-loading, .btn.btn--ajax-spinner.is-loading, .form .frm_forms .frm_submit button.btn--spinner.loading, .form .frm_forms .frm_submit button.btn--ajax-spinner.ajax-loading, .form .frm_forms .frm_submit button.btn--ajax-spinner.is-loading, .hcs .woocommerce .button.btn--spinner.loading, .hcs .woocommerce .button.btn--ajax-spinner.ajax-loading, .hcs .woocommerce .button.btn--ajax-spinner.is-loading {
  color: transparent !important;
}
.btn.btn--spinner.loading svg, .btn.btn--spinner.loading i, .btn.btn--spinner.loading i::before, .btn.btn--spinner.loading polygon, .btn.btn--spinner.loading path, .btn.btn--spinner.loading g, .btn.btn--ajax-spinner.ajax-loading svg, .btn.btn--ajax-spinner.ajax-loading i, .btn.btn--ajax-spinner.ajax-loading i::before, .btn.btn--ajax-spinner.ajax-loading polygon, .btn.btn--ajax-spinner.ajax-loading path, .btn.btn--ajax-spinner.ajax-loading g, .btn.btn--ajax-spinner.is-loading svg, .btn.btn--ajax-spinner.is-loading i, .btn.btn--ajax-spinner.is-loading i::before, .btn.btn--ajax-spinner.is-loading polygon, .btn.btn--ajax-spinner.is-loading path, .btn.btn--ajax-spinner.is-loading g, .form .frm_forms .frm_submit button.btn--spinner.loading svg, .form .frm_forms .frm_submit button.btn--spinner.loading i, .form .frm_forms .frm_submit button.btn--spinner.loading i::before, .form .frm_forms .frm_submit button.btn--spinner.loading polygon, .form .frm_forms .frm_submit button.btn--spinner.loading path, .form .frm_forms .frm_submit button.btn--spinner.loading g, .form .frm_forms .frm_submit button.btn--ajax-spinner.ajax-loading svg, .form .frm_forms .frm_submit button.btn--ajax-spinner.ajax-loading i, .form .frm_forms .frm_submit button.btn--ajax-spinner.ajax-loading i::before, .form .frm_forms .frm_submit button.btn--ajax-spinner.ajax-loading polygon, .form .frm_forms .frm_submit button.btn--ajax-spinner.ajax-loading path, .form .frm_forms .frm_submit button.btn--ajax-spinner.ajax-loading g, .form .frm_forms .frm_submit button.btn--ajax-spinner.is-loading svg, .form .frm_forms .frm_submit button.btn--ajax-spinner.is-loading i, .form .frm_forms .frm_submit button.btn--ajax-spinner.is-loading i::before, .form .frm_forms .frm_submit button.btn--ajax-spinner.is-loading polygon, .form .frm_forms .frm_submit button.btn--ajax-spinner.is-loading path, .form .frm_forms .frm_submit button.btn--ajax-spinner.is-loading g, .hcs .woocommerce .button.btn--spinner.loading svg, .hcs .woocommerce .button.btn--spinner.loading i, .hcs .woocommerce .button.btn--spinner.loading i::before, .hcs .woocommerce .button.btn--spinner.loading polygon, .hcs .woocommerce .button.btn--spinner.loading path, .hcs .woocommerce .button.btn--spinner.loading g, .hcs .woocommerce .button.btn--ajax-spinner.ajax-loading svg, .hcs .woocommerce .button.btn--ajax-spinner.ajax-loading i, .hcs .woocommerce .button.btn--ajax-spinner.ajax-loading i::before, .hcs .woocommerce .button.btn--ajax-spinner.ajax-loading polygon, .hcs .woocommerce .button.btn--ajax-spinner.ajax-loading path, .hcs .woocommerce .button.btn--ajax-spinner.ajax-loading g, .hcs .woocommerce .button.btn--ajax-spinner.is-loading svg, .hcs .woocommerce .button.btn--ajax-spinner.is-loading i, .hcs .woocommerce .button.btn--ajax-spinner.is-loading i::before, .hcs .woocommerce .button.btn--ajax-spinner.is-loading polygon, .hcs .woocommerce .button.btn--ajax-spinner.is-loading path, .hcs .woocommerce .button.btn--ajax-spinner.is-loading g {
  fill: transparent !important;
  color: transparent !important;
}
.btn.btn--spinner.loading::after, .btn.btn--ajax-spinner.ajax-loading::after, .btn.btn--ajax-spinner.is-loading::after, .form .frm_forms .frm_submit button.btn--spinner.loading::after, .form .frm_forms .frm_submit button.btn--ajax-spinner.ajax-loading::after, .form .frm_forms .frm_submit button.btn--ajax-spinner.is-loading::after, .hcs .woocommerce .button.btn--spinner.loading::after, .hcs .woocommerce .button.btn--ajax-spinner.ajax-loading::after, .hcs .woocommerce .button.btn--ajax-spinner.is-loading::after {
  content: "";
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid transparent;
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}
.btn svg, .btn i, .btn i::before, .btn polygon, .btn path, .btn g, .form .frm_forms .frm_submit button svg, .form .frm_forms .frm_submit button i, .form .frm_forms .frm_submit button i::before, .form .frm_forms .frm_submit button polygon, .form .frm_forms .frm_submit button path, .form .frm_forms .frm_submit button g, .hcs .woocommerce .button svg, .hcs .woocommerce .button i, .hcs .woocommerce .button i::before, .hcs .woocommerce .button polygon, .hcs .woocommerce .button path, .hcs .woocommerce .button g {
  fill: var(--customer-text-color) !important;
  color: var(--customer-text-color) !important;
}
.btn.btn--outline, .form .frm_forms .frm_submit button.btn--outline, .hcs .woocommerce .button.btn--outline {
  background: transparent;
  color: var(--customer-background-color);
}
.btn.btn--outline svg, .btn.btn--outline i, .btn.btn--outline i::before, .btn.btn--outline polygon, .btn.btn--outline path, .btn.btn--outline g, .form .frm_forms .frm_submit button.btn--outline svg, .form .frm_forms .frm_submit button.btn--outline i, .form .frm_forms .frm_submit button.btn--outline i::before, .form .frm_forms .frm_submit button.btn--outline polygon, .form .frm_forms .frm_submit button.btn--outline path, .form .frm_forms .frm_submit button.btn--outline g, .hcs .woocommerce .button.btn--outline svg, .hcs .woocommerce .button.btn--outline i, .hcs .woocommerce .button.btn--outline i::before, .hcs .woocommerce .button.btn--outline polygon, .hcs .woocommerce .button.btn--outline path, .hcs .woocommerce .button.btn--outline g {
  fill: var(--customer-background-color) !important;
  color: var(--customer-background-color) !important;
}
.btn.btn--spinner.loading::after, .btn.btn--ajax-spinner.ajax-loading::after, .btn.btn--ajax-spinner.is-loading::after, .form .frm_forms .frm_submit button.btn--spinner.loading::after, .form .frm_forms .frm_submit button.btn--ajax-spinner.ajax-loading::after, .form .frm_forms .frm_submit button.btn--ajax-spinner.is-loading::after, .hcs .woocommerce .button.btn--spinner.loading::after, .hcs .woocommerce .button.btn--ajax-spinner.ajax-loading::after, .hcs .woocommerce .button.btn--ajax-spinner.is-loading::after {
  border-top-color: var(--customer-text-color);
  border-bottom-color: var(--customer-text-color);
}
.btn.btn--spinner.loading.btn--outline::after, .btn.btn--ajax-spinner.ajax-loading.btn--outline::after, .btn.btn--ajax-spinner.is-loading.btn--outline::after, .form .frm_forms .frm_submit button.btn--spinner.loading.btn--outline::after, .form .frm_forms .frm_submit button.btn--ajax-spinner.ajax-loading.btn--outline::after, .form .frm_forms .frm_submit button.btn--ajax-spinner.is-loading.btn--outline::after, .hcs .woocommerce .button.btn--spinner.loading.btn--outline::after, .hcs .woocommerce .button.btn--ajax-spinner.ajax-loading.btn--outline::after, .hcs .woocommerce .button.btn--ajax-spinner.is-loading.btn--outline::after {
  border-top-color: var(--customer-background-color);
  border-bottom-color: var(--customer-background-color);
}
.btn.woocommerce-button--previous.loading, .btn.woocommerce-button--next.loading, .form .frm_forms .frm_submit button.woocommerce-button--previous.loading, .form .frm_forms .frm_submit button.woocommerce-button--next.loading, .hcs .woocommerce .button.woocommerce-button--previous.loading, .hcs .woocommerce .button.woocommerce-button--next.loading {
  color: transparent !important;
}
.btn.woocommerce-button--previous.loading svg, .btn.woocommerce-button--previous.loading i, .btn.woocommerce-button--previous.loading i::before, .btn.woocommerce-button--previous.loading polygon, .btn.woocommerce-button--previous.loading path, .btn.woocommerce-button--previous.loading g, .btn.woocommerce-button--next.loading svg, .btn.woocommerce-button--next.loading i, .btn.woocommerce-button--next.loading i::before, .btn.woocommerce-button--next.loading polygon, .btn.woocommerce-button--next.loading path, .btn.woocommerce-button--next.loading g, .form .frm_forms .frm_submit button.woocommerce-button--previous.loading svg, .form .frm_forms .frm_submit button.woocommerce-button--previous.loading i, .form .frm_forms .frm_submit button.woocommerce-button--previous.loading i::before, .form .frm_forms .frm_submit button.woocommerce-button--previous.loading polygon, .form .frm_forms .frm_submit button.woocommerce-button--previous.loading path, .form .frm_forms .frm_submit button.woocommerce-button--previous.loading g, .form .frm_forms .frm_submit button.woocommerce-button--next.loading svg, .form .frm_forms .frm_submit button.woocommerce-button--next.loading i, .form .frm_forms .frm_submit button.woocommerce-button--next.loading i::before, .form .frm_forms .frm_submit button.woocommerce-button--next.loading polygon, .form .frm_forms .frm_submit button.woocommerce-button--next.loading path, .form .frm_forms .frm_submit button.woocommerce-button--next.loading g, .hcs .woocommerce .button.woocommerce-button--previous.loading svg, .hcs .woocommerce .button.woocommerce-button--previous.loading i, .hcs .woocommerce .button.woocommerce-button--previous.loading i::before, .hcs .woocommerce .button.woocommerce-button--previous.loading polygon, .hcs .woocommerce .button.woocommerce-button--previous.loading path, .hcs .woocommerce .button.woocommerce-button--previous.loading g, .hcs .woocommerce .button.woocommerce-button--next.loading svg, .hcs .woocommerce .button.woocommerce-button--next.loading i, .hcs .woocommerce .button.woocommerce-button--next.loading i::before, .hcs .woocommerce .button.woocommerce-button--next.loading polygon, .hcs .woocommerce .button.woocommerce-button--next.loading path, .hcs .woocommerce .button.woocommerce-button--next.loading g {
  fill: transparent !important;
  color: transparent !important;
}
.btn.woocommerce-button--previous.loading::after, .btn.woocommerce-button--next.loading::after, .form .frm_forms .frm_submit button.woocommerce-button--previous.loading::after, .form .frm_forms .frm_submit button.woocommerce-button--next.loading::after, .hcs .woocommerce .button.woocommerce-button--previous.loading::after, .hcs .woocommerce .button.woocommerce-button--next.loading::after {
  content: "";
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid transparent;
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}
.btn.woocommerce-button--previous.loading::after, .btn.woocommerce-button--next.loading::after, .form .frm_forms .frm_submit button.woocommerce-button--previous.loading::after, .form .frm_forms .frm_submit button.woocommerce-button--next.loading::after, .hcs .woocommerce .button.woocommerce-button--previous.loading::after, .hcs .woocommerce .button.woocommerce-button--next.loading::after {
  border-top-color: var(--customer-text-color);
  border-bottom-color: var(--customer-text-color);
}
.btn.brx-load-more-hidden, .form .frm_forms .frm_submit button.brx-load-more-hidden, .hcs .woocommerce .button.brx-load-more-hidden {
  display: none !important;
}
.btn--cta {
  border-color: #CFFF00;
  background: #CFFF00;
  color: #1D1D1B;
}
.btn--cta svg, .btn--cta i, .btn--cta i::before, .btn--cta polygon, .btn--cta path, .btn--cta g {
  fill: #1D1D1B !important;
  color: #1D1D1B !important;
}
.btn--cta.btn--outline {
  background: transparent;
  color: #CFFF00;
}
.btn--cta.btn--outline svg, .btn--cta.btn--outline i, .btn--cta.btn--outline i::before, .btn--cta.btn--outline polygon, .btn--cta.btn--outline path, .btn--cta.btn--outline g {
  fill: #CFFF00 !important;
  color: #CFFF00 !important;
}
.btn--cta.btn--spinner.loading::after, .btn--cta.btn--ajax-spinner.ajax-loading::after, .btn--cta.btn--ajax-spinner.is-loading::after {
  border-top-color: #1D1D1B;
  border-bottom-color: #1D1D1B;
}
.btn--cta.btn--spinner.loading.btn--outline::after, .btn--cta.btn--ajax-spinner.ajax-loading.btn--outline::after, .btn--cta.btn--ajax-spinner.is-loading.btn--outline::after {
  border-top-color: #CFFF00;
  border-bottom-color: #CFFF00;
}
.btn--dark {
  border-color: #414141;
  background: #414141;
  color: #F3F3F3;
}
.btn--dark svg, .btn--dark i, .btn--dark i::before, .btn--dark polygon, .btn--dark path, .btn--dark g {
  fill: #F3F3F3 !important;
  color: #F3F3F3 !important;
}
.btn--dark.btn--outline {
  background: transparent;
  color: #414141;
}
.btn--dark.btn--outline svg, .btn--dark.btn--outline i, .btn--dark.btn--outline i::before, .btn--dark.btn--outline polygon, .btn--dark.btn--outline path, .btn--dark.btn--outline g {
  fill: #414141 !important;
  color: #414141 !important;
}
.btn--dark.btn--spinner.loading::after, .btn--dark.btn--ajax-spinner.ajax-loading::after, .btn--dark.btn--ajax-spinner.is-loading::after {
  border-top-color: #F3F3F3;
  border-bottom-color: #F3F3F3;
}
.btn--dark.btn--spinner.loading.btn--outline::after, .btn--dark.btn--ajax-spinner.ajax-loading.btn--outline::after, .btn--dark.btn--ajax-spinner.is-loading.btn--outline::after {
  border-top-color: #414141;
  border-bottom-color: #414141;
}
.btn--light {
  border-color: #F3F3F3;
  background: #F3F3F3;
  color: #1D1D1B;
}
.btn--light svg, .btn--light i, .btn--light i::before, .btn--light polygon, .btn--light path, .btn--light g {
  fill: #1D1D1B !important;
  color: #1D1D1B !important;
}
.btn--light.btn--outline {
  background: transparent;
  color: #F3F3F3;
}
.btn--light.btn--outline svg, .btn--light.btn--outline i, .btn--light.btn--outline i::before, .btn--light.btn--outline polygon, .btn--light.btn--outline path, .btn--light.btn--outline g {
  fill: #F3F3F3 !important;
  color: #F3F3F3 !important;
}
.btn--light.btn--spinner.loading::after, .btn--light.btn--ajax-spinner.ajax-loading::after, .btn--light.btn--ajax-spinner.is-loading::after {
  border-top-color: #1D1D1B;
  border-bottom-color: #1D1D1B;
}
.btn--light.btn--spinner.loading.btn--outline::after, .btn--light.btn--ajax-spinner.ajax-loading.btn--outline::after, .btn--light.btn--ajax-spinner.is-loading.btn--outline::after {
  border-top-color: #F3F3F3;
  border-bottom-color: #F3F3F3;
}
.btn--grey {
  border-color: #E9E9E9;
  background: #E9E9E9;
  color: #1D1D1B;
}
.btn--grey svg, .btn--grey i, .btn--grey i::before, .btn--grey polygon, .btn--grey path, .btn--grey g {
  fill: #1D1D1B !important;
  color: #1D1D1B !important;
}
.btn--grey.btn--outline {
  background: transparent;
  color: #E9E9E9;
}
.btn--grey.btn--outline svg, .btn--grey.btn--outline i, .btn--grey.btn--outline i::before, .btn--grey.btn--outline polygon, .btn--grey.btn--outline path, .btn--grey.btn--outline g {
  fill: #E9E9E9 !important;
  color: #E9E9E9 !important;
}
.btn--grey.btn--spinner.loading::after, .btn--grey.btn--ajax-spinner.ajax-loading::after, .btn--grey.btn--ajax-spinner.is-loading::after {
  border-top-color: #1D1D1B;
  border-bottom-color: #1D1D1B;
}
.btn--grey.btn--spinner.loading.btn--outline::after, .btn--grey.btn--ajax-spinner.ajax-loading.btn--outline::after, .btn--grey.btn--ajax-spinner.is-loading.btn--outline::after {
  border-top-color: #E9E9E9;
  border-bottom-color: #E9E9E9;
}
.form .frm_forms .frm_submit button {
  position: relative;
}
.form .frm_forms .frm_submit button.frm_prev_page {
  filter: grayscale(1);
}
.hcs .woocommerce-cart-form .btn--update-cart button[type=submit]:disabled, .hcs .woocommerce .woocommerce-checkout-review-order-table button[type=submit]:disabled {
  opacity: 0.3;
}
.hcs .woocommerce-cart-form .btn--update-cart button.button, .hcs .woocommerce-cart-form .btn--update-cart .button, .hcs .woocommerce .woocommerce-checkout-review-order-table button.button, .hcs .woocommerce .woocommerce-checkout-review-order-table .button {
  border-color: #414141;
  background: #414141;
  color: #F3F3F3;
  background: transparent;
  color: #414141;
  font-size: 0.75rem;
  padding: 0.4rem 0.8rem;
}
.hcs .woocommerce-cart-form .btn--update-cart button.button svg, .hcs .woocommerce-cart-form .btn--update-cart button.button i, .hcs .woocommerce-cart-form .btn--update-cart button.button i::before, .hcs .woocommerce-cart-form .btn--update-cart button.button polygon, .hcs .woocommerce-cart-form .btn--update-cart button.button path, .hcs .woocommerce-cart-form .btn--update-cart button.button g, .hcs .woocommerce-cart-form .btn--update-cart .button svg, .hcs .woocommerce-cart-form .btn--update-cart .button i, .hcs .woocommerce-cart-form .btn--update-cart .button i::before, .hcs .woocommerce-cart-form .btn--update-cart .button polygon, .hcs .woocommerce-cart-form .btn--update-cart .button path, .hcs .woocommerce-cart-form .btn--update-cart .button g, .hcs .woocommerce .woocommerce-checkout-review-order-table button.button svg, .hcs .woocommerce .woocommerce-checkout-review-order-table button.button i, .hcs .woocommerce .woocommerce-checkout-review-order-table button.button i::before, .hcs .woocommerce .woocommerce-checkout-review-order-table button.button polygon, .hcs .woocommerce .woocommerce-checkout-review-order-table button.button path, .hcs .woocommerce .woocommerce-checkout-review-order-table button.button g, .hcs .woocommerce .woocommerce-checkout-review-order-table .button svg, .hcs .woocommerce .woocommerce-checkout-review-order-table .button i, .hcs .woocommerce .woocommerce-checkout-review-order-table .button i::before, .hcs .woocommerce .woocommerce-checkout-review-order-table .button polygon, .hcs .woocommerce .woocommerce-checkout-review-order-table .button path, .hcs .woocommerce .woocommerce-checkout-review-order-table .button g {
  fill: #F3F3F3 !important;
  color: #F3F3F3 !important;
}
.hcs .woocommerce-cart-form .btn--update-cart button.button.btn--outline, .hcs .woocommerce-cart-form .btn--update-cart .button.btn--outline, .hcs .woocommerce .woocommerce-checkout-review-order-table button.button.btn--outline, .hcs .woocommerce .woocommerce-checkout-review-order-table .button.btn--outline {
  background: transparent;
  color: #414141;
}
.hcs .woocommerce-cart-form .btn--update-cart button.button.btn--outline svg, .hcs .woocommerce-cart-form .btn--update-cart button.button.btn--outline i, .hcs .woocommerce-cart-form .btn--update-cart button.button.btn--outline i::before, .hcs .woocommerce-cart-form .btn--update-cart button.button.btn--outline polygon, .hcs .woocommerce-cart-form .btn--update-cart button.button.btn--outline path, .hcs .woocommerce-cart-form .btn--update-cart button.button.btn--outline g, .hcs .woocommerce-cart-form .btn--update-cart .button.btn--outline svg, .hcs .woocommerce-cart-form .btn--update-cart .button.btn--outline i, .hcs .woocommerce-cart-form .btn--update-cart .button.btn--outline i::before, .hcs .woocommerce-cart-form .btn--update-cart .button.btn--outline polygon, .hcs .woocommerce-cart-form .btn--update-cart .button.btn--outline path, .hcs .woocommerce-cart-form .btn--update-cart .button.btn--outline g, .hcs .woocommerce .woocommerce-checkout-review-order-table button.button.btn--outline svg, .hcs .woocommerce .woocommerce-checkout-review-order-table button.button.btn--outline i, .hcs .woocommerce .woocommerce-checkout-review-order-table button.button.btn--outline i::before, .hcs .woocommerce .woocommerce-checkout-review-order-table button.button.btn--outline polygon, .hcs .woocommerce .woocommerce-checkout-review-order-table button.button.btn--outline path, .hcs .woocommerce .woocommerce-checkout-review-order-table button.button.btn--outline g, .hcs .woocommerce .woocommerce-checkout-review-order-table .button.btn--outline svg, .hcs .woocommerce .woocommerce-checkout-review-order-table .button.btn--outline i, .hcs .woocommerce .woocommerce-checkout-review-order-table .button.btn--outline i::before, .hcs .woocommerce .woocommerce-checkout-review-order-table .button.btn--outline polygon, .hcs .woocommerce .woocommerce-checkout-review-order-table .button.btn--outline path, .hcs .woocommerce .woocommerce-checkout-review-order-table .button.btn--outline g {
  fill: #414141 !important;
  color: #414141 !important;
}
.hcs .woocommerce-cart-form .btn--update-cart button.button.btn--spinner.loading::after, .hcs .woocommerce-cart-form .btn--update-cart button.button.btn--ajax-spinner.ajax-loading::after, .hcs .woocommerce-cart-form .btn--update-cart button.button.btn--ajax-spinner.is-loading::after, .hcs .woocommerce-cart-form .btn--update-cart .button.btn--spinner.loading::after, .hcs .woocommerce-cart-form .btn--update-cart .button.btn--ajax-spinner.ajax-loading::after, .hcs .woocommerce-cart-form .btn--update-cart .button.btn--ajax-spinner.is-loading::after, .hcs .woocommerce .woocommerce-checkout-review-order-table button.button.btn--spinner.loading::after, .hcs .woocommerce .woocommerce-checkout-review-order-table button.button.btn--ajax-spinner.ajax-loading::after, .hcs .woocommerce .woocommerce-checkout-review-order-table button.button.btn--ajax-spinner.is-loading::after, .hcs .woocommerce .woocommerce-checkout-review-order-table .button.btn--spinner.loading::after, .hcs .woocommerce .woocommerce-checkout-review-order-table .button.btn--ajax-spinner.ajax-loading::after, .hcs .woocommerce .woocommerce-checkout-review-order-table .button.btn--ajax-spinner.is-loading::after {
  border-top-color: #F3F3F3;
  border-bottom-color: #F3F3F3;
}
.hcs .woocommerce-cart-form .btn--update-cart button.button.btn--spinner.loading.btn--outline::after, .hcs .woocommerce-cart-form .btn--update-cart button.button.btn--ajax-spinner.ajax-loading.btn--outline::after, .hcs .woocommerce-cart-form .btn--update-cart button.button.btn--ajax-spinner.is-loading.btn--outline::after, .hcs .woocommerce-cart-form .btn--update-cart .button.btn--spinner.loading.btn--outline::after, .hcs .woocommerce-cart-form .btn--update-cart .button.btn--ajax-spinner.ajax-loading.btn--outline::after, .hcs .woocommerce-cart-form .btn--update-cart .button.btn--ajax-spinner.is-loading.btn--outline::after, .hcs .woocommerce .woocommerce-checkout-review-order-table button.button.btn--spinner.loading.btn--outline::after, .hcs .woocommerce .woocommerce-checkout-review-order-table button.button.btn--ajax-spinner.ajax-loading.btn--outline::after, .hcs .woocommerce .woocommerce-checkout-review-order-table button.button.btn--ajax-spinner.is-loading.btn--outline::after, .hcs .woocommerce .woocommerce-checkout-review-order-table .button.btn--spinner.loading.btn--outline::after, .hcs .woocommerce .woocommerce-checkout-review-order-table .button.btn--ajax-spinner.ajax-loading.btn--outline::after, .hcs .woocommerce .woocommerce-checkout-review-order-table .button.btn--ajax-spinner.is-loading.btn--outline::after {
  border-top-color: #414141;
  border-bottom-color: #414141;
}
.hcs .woocommerce-cart-form .btn--update-cart button.button svg, .hcs .woocommerce-cart-form .btn--update-cart button.button i, .hcs .woocommerce-cart-form .btn--update-cart button.button i::before, .hcs .woocommerce-cart-form .btn--update-cart button.button polygon, .hcs .woocommerce-cart-form .btn--update-cart button.button path, .hcs .woocommerce-cart-form .btn--update-cart button.button g, .hcs .woocommerce-cart-form .btn--update-cart .button svg, .hcs .woocommerce-cart-form .btn--update-cart .button i, .hcs .woocommerce-cart-form .btn--update-cart .button i::before, .hcs .woocommerce-cart-form .btn--update-cart .button polygon, .hcs .woocommerce-cart-form .btn--update-cart .button path, .hcs .woocommerce-cart-form .btn--update-cart .button g, .hcs .woocommerce .woocommerce-checkout-review-order-table button.button svg, .hcs .woocommerce .woocommerce-checkout-review-order-table button.button i, .hcs .woocommerce .woocommerce-checkout-review-order-table button.button i::before, .hcs .woocommerce .woocommerce-checkout-review-order-table button.button polygon, .hcs .woocommerce .woocommerce-checkout-review-order-table button.button path, .hcs .woocommerce .woocommerce-checkout-review-order-table button.button g, .hcs .woocommerce .woocommerce-checkout-review-order-table .button svg, .hcs .woocommerce .woocommerce-checkout-review-order-table .button i, .hcs .woocommerce .woocommerce-checkout-review-order-table .button i::before, .hcs .woocommerce .woocommerce-checkout-review-order-table .button polygon, .hcs .woocommerce .woocommerce-checkout-review-order-table .button path, .hcs .woocommerce .woocommerce-checkout-review-order-table .button g {
  fill: #414141 !important;
  color: #414141 !important;
}
.hcs .woocommerce-cart-form .btn--update-cart {
  margin-top: 1rem;
}
.hcs .woocommerce .cart-collaterals .wc-proceed-to-checkout .button, .hcs .woocommerce button.woocommerce-button.woocommerce-form-login__submit, .hcs .woocommerce #place_order.button, .hcs .woocommerce #custom_place_order.button, .hcs .woocommerce .lost_reset_password button {
  user-select: none;
  text-align: center;
  background-clip: border-box;
  display: inline-flex;
  position: relative;
  overflow: hidden;
  pointer-events: auto;
  cursor: pointer;
  z-index: 1;
  transition: all 0.1s ease;
  border: 1px solid transparent;
  border-radius: min(0.25rem, 0.75vw);
  box-shadow: none;
  font-family: "Anton", "Satoshi", "Open Sans", Arial, sans-serif;
  text-decoration: none;
  text-transform: none;
  line-height: normal !important;
  font-weight: 400 !important;
  font-size: var(--fluid-text--s);
  letter-spacing: 0.04em;
  padding: 0.6rem 1.2rem;
  width: fit-content;
  max-width: 350px;
  min-width: fit-content;
  gap: 0.5rem;
  min-height: 0;
  border-color: #CFFF00;
  background: #CFFF00;
  color: #1D1D1B;
}
.hcs .woocommerce .cart-collaterals .wc-proceed-to-checkout .button svg, .hcs .woocommerce .cart-collaterals .wc-proceed-to-checkout .button i, .hcs .woocommerce .cart-collaterals .wc-proceed-to-checkout .button i::before, .hcs .woocommerce button.woocommerce-button.woocommerce-form-login__submit svg, .hcs .woocommerce button.woocommerce-button.woocommerce-form-login__submit i, .hcs .woocommerce button.woocommerce-button.woocommerce-form-login__submit i::before, .hcs .woocommerce #place_order.button svg, .hcs .woocommerce #place_order.button i, .hcs .woocommerce #place_order.button i::before, .hcs .woocommerce #custom_place_order.button svg, .hcs .woocommerce #custom_place_order.button i, .hcs .woocommerce #custom_place_order.button i::before, .hcs .woocommerce .lost_reset_password button svg, .hcs .woocommerce .lost_reset_password button i, .hcs .woocommerce .lost_reset_password button i::before {
  text-align: center;
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  line-height: normal !important;
}
@media not all and (pointer: coarse) {
  .hcs .woocommerce .cart-collaterals .wc-proceed-to-checkout .button:hover, .hcs .woocommerce button.woocommerce-button.woocommerce-form-login__submit:hover, .hcs .woocommerce #place_order.button:hover, .hcs .woocommerce #custom_place_order.button:hover, .hcs .woocommerce .lost_reset_password button:hover {
    filter: brightness(0.9) contrast(1.1) drop-shadow(3px 3px 0.2rem rgba(0, 0, 0, 0.5));
    transform: translateY(-1px);
  }
  .hcs .woocommerce .cart-collaterals .wc-proceed-to-checkout .button.btn--outline:hover, .hcs .woocommerce button.woocommerce-button.woocommerce-form-login__submit.btn--outline:hover, .hcs .woocommerce #place_order.button.btn--outline:hover, .hcs .woocommerce #custom_place_order.button.btn--outline:hover, .hcs .woocommerce .lost_reset_password button.btn--outline:hover {
    filter: brightness(0.9) contrast(1.1) drop-shadow(3px 3px 0.1rem rgba(0, 0, 0, 0.5));
  }
}
.hcs .woocommerce .cart-collaterals .wc-proceed-to-checkout .button:active, .hcs .woocommerce button.woocommerce-button.woocommerce-form-login__submit:active, .hcs .woocommerce #place_order.button:active, .hcs .woocommerce #custom_place_order.button:active, .hcs .woocommerce .lost_reset_password button:active {
  top: 0.2rem;
}
.hcs .woocommerce .cart-collaterals .wc-proceed-to-checkout .button.btn--small, .hcs .woocommerce button.woocommerce-button.woocommerce-form-login__submit.btn--small, .hcs .woocommerce #place_order.button.btn--small, .hcs .woocommerce #custom_place_order.button.btn--small, .hcs .woocommerce .lost_reset_password button.btn--small {
  font-size: 0.75rem;
  padding: 0.4rem 0.8rem;
}
.hcs .woocommerce .cart-collaterals .wc-proceed-to-checkout .button.btn--xs, .hcs .woocommerce button.woocommerce-button.woocommerce-form-login__submit.btn--xs, .hcs .woocommerce #place_order.button.btn--xs, .hcs .woocommerce #custom_place_order.button.btn--xs, .hcs .woocommerce .lost_reset_password button.btn--xs {
  font-size: 0.75rem;
  padding: 0.3rem 0.6rem;
  font-family: "Satoshi", "Open Sans", Arial, sans-serif;
  font-weight: 700 !important;
}
.hcs .woocommerce .cart-collaterals .wc-proceed-to-checkout .button.btn--spinner.loading, .hcs .woocommerce .cart-collaterals .wc-proceed-to-checkout .button.btn--ajax-spinner.ajax-loading, .hcs .woocommerce .cart-collaterals .wc-proceed-to-checkout .button.btn--ajax-spinner.is-loading, .hcs .woocommerce button.woocommerce-button.woocommerce-form-login__submit.btn--spinner.loading, .hcs .woocommerce button.woocommerce-button.woocommerce-form-login__submit.btn--ajax-spinner.ajax-loading, .hcs .woocommerce button.woocommerce-button.woocommerce-form-login__submit.btn--ajax-spinner.is-loading, .hcs .woocommerce #place_order.button.btn--spinner.loading, .hcs .woocommerce #place_order.button.btn--ajax-spinner.ajax-loading, .hcs .woocommerce #place_order.button.btn--ajax-spinner.is-loading, .hcs .woocommerce #custom_place_order.button.btn--spinner.loading, .hcs .woocommerce #custom_place_order.button.btn--ajax-spinner.ajax-loading, .hcs .woocommerce #custom_place_order.button.btn--ajax-spinner.is-loading, .hcs .woocommerce .lost_reset_password button.btn--spinner.loading, .hcs .woocommerce .lost_reset_password button.btn--ajax-spinner.ajax-loading, .hcs .woocommerce .lost_reset_password button.btn--ajax-spinner.is-loading {
  color: transparent !important;
}
.hcs .woocommerce .cart-collaterals .wc-proceed-to-checkout .button.btn--spinner.loading svg, .hcs .woocommerce .cart-collaterals .wc-proceed-to-checkout .button.btn--spinner.loading i, .hcs .woocommerce .cart-collaterals .wc-proceed-to-checkout .button.btn--spinner.loading i::before, .hcs .woocommerce .cart-collaterals .wc-proceed-to-checkout .button.btn--spinner.loading polygon, .hcs .woocommerce .cart-collaterals .wc-proceed-to-checkout .button.btn--spinner.loading path, .hcs .woocommerce .cart-collaterals .wc-proceed-to-checkout .button.btn--spinner.loading g, .hcs .woocommerce .cart-collaterals .wc-proceed-to-checkout .button.btn--ajax-spinner.ajax-loading svg, .hcs .woocommerce .cart-collaterals .wc-proceed-to-checkout .button.btn--ajax-spinner.ajax-loading i, .hcs .woocommerce .cart-collaterals .wc-proceed-to-checkout .button.btn--ajax-spinner.ajax-loading i::before, .hcs .woocommerce .cart-collaterals .wc-proceed-to-checkout .button.btn--ajax-spinner.ajax-loading polygon, .hcs .woocommerce .cart-collaterals .wc-proceed-to-checkout .button.btn--ajax-spinner.ajax-loading path, .hcs .woocommerce .cart-collaterals .wc-proceed-to-checkout .button.btn--ajax-spinner.ajax-loading g, .hcs .woocommerce .cart-collaterals .wc-proceed-to-checkout .button.btn--ajax-spinner.is-loading svg, .hcs .woocommerce .cart-collaterals .wc-proceed-to-checkout .button.btn--ajax-spinner.is-loading i, .hcs .woocommerce .cart-collaterals .wc-proceed-to-checkout .button.btn--ajax-spinner.is-loading i::before, .hcs .woocommerce .cart-collaterals .wc-proceed-to-checkout .button.btn--ajax-spinner.is-loading polygon, .hcs .woocommerce .cart-collaterals .wc-proceed-to-checkout .button.btn--ajax-spinner.is-loading path, .hcs .woocommerce .cart-collaterals .wc-proceed-to-checkout .button.btn--ajax-spinner.is-loading g, .hcs .woocommerce button.woocommerce-button.woocommerce-form-login__submit.btn--spinner.loading svg, .hcs .woocommerce button.woocommerce-button.woocommerce-form-login__submit.btn--spinner.loading i, .hcs .woocommerce button.woocommerce-button.woocommerce-form-login__submit.btn--spinner.loading i::before, .hcs .woocommerce button.woocommerce-button.woocommerce-form-login__submit.btn--spinner.loading polygon, .hcs .woocommerce button.woocommerce-button.woocommerce-form-login__submit.btn--spinner.loading path, .hcs .woocommerce button.woocommerce-button.woocommerce-form-login__submit.btn--spinner.loading g, .hcs .woocommerce button.woocommerce-button.woocommerce-form-login__submit.btn--ajax-spinner.ajax-loading svg, .hcs .woocommerce button.woocommerce-button.woocommerce-form-login__submit.btn--ajax-spinner.ajax-loading i, .hcs .woocommerce button.woocommerce-button.woocommerce-form-login__submit.btn--ajax-spinner.ajax-loading i::before, .hcs .woocommerce button.woocommerce-button.woocommerce-form-login__submit.btn--ajax-spinner.ajax-loading polygon, .hcs .woocommerce button.woocommerce-button.woocommerce-form-login__submit.btn--ajax-spinner.ajax-loading path, .hcs .woocommerce button.woocommerce-button.woocommerce-form-login__submit.btn--ajax-spinner.ajax-loading g, .hcs .woocommerce button.woocommerce-button.woocommerce-form-login__submit.btn--ajax-spinner.is-loading svg, .hcs .woocommerce button.woocommerce-button.woocommerce-form-login__submit.btn--ajax-spinner.is-loading i, .hcs .woocommerce button.woocommerce-button.woocommerce-form-login__submit.btn--ajax-spinner.is-loading i::before, .hcs .woocommerce button.woocommerce-button.woocommerce-form-login__submit.btn--ajax-spinner.is-loading polygon, .hcs .woocommerce button.woocommerce-button.woocommerce-form-login__submit.btn--ajax-spinner.is-loading path, .hcs .woocommerce button.woocommerce-button.woocommerce-form-login__submit.btn--ajax-spinner.is-loading g, .hcs .woocommerce #place_order.button.btn--spinner.loading svg, .hcs .woocommerce #place_order.button.btn--spinner.loading i, .hcs .woocommerce #place_order.button.btn--spinner.loading i::before, .hcs .woocommerce #place_order.button.btn--spinner.loading polygon, .hcs .woocommerce #place_order.button.btn--spinner.loading path, .hcs .woocommerce #place_order.button.btn--spinner.loading g, .hcs .woocommerce #place_order.button.btn--ajax-spinner.ajax-loading svg, .hcs .woocommerce #place_order.button.btn--ajax-spinner.ajax-loading i, .hcs .woocommerce #place_order.button.btn--ajax-spinner.ajax-loading i::before, .hcs .woocommerce #place_order.button.btn--ajax-spinner.ajax-loading polygon, .hcs .woocommerce #place_order.button.btn--ajax-spinner.ajax-loading path, .hcs .woocommerce #place_order.button.btn--ajax-spinner.ajax-loading g, .hcs .woocommerce #place_order.button.btn--ajax-spinner.is-loading svg, .hcs .woocommerce #place_order.button.btn--ajax-spinner.is-loading i, .hcs .woocommerce #place_order.button.btn--ajax-spinner.is-loading i::before, .hcs .woocommerce #place_order.button.btn--ajax-spinner.is-loading polygon, .hcs .woocommerce #place_order.button.btn--ajax-spinner.is-loading path, .hcs .woocommerce #place_order.button.btn--ajax-spinner.is-loading g, .hcs .woocommerce #custom_place_order.button.btn--spinner.loading svg, .hcs .woocommerce #custom_place_order.button.btn--spinner.loading i, .hcs .woocommerce #custom_place_order.button.btn--spinner.loading i::before, .hcs .woocommerce #custom_place_order.button.btn--spinner.loading polygon, .hcs .woocommerce #custom_place_order.button.btn--spinner.loading path, .hcs .woocommerce #custom_place_order.button.btn--spinner.loading g, .hcs .woocommerce #custom_place_order.button.btn--ajax-spinner.ajax-loading svg, .hcs .woocommerce #custom_place_order.button.btn--ajax-spinner.ajax-loading i, .hcs .woocommerce #custom_place_order.button.btn--ajax-spinner.ajax-loading i::before, .hcs .woocommerce #custom_place_order.button.btn--ajax-spinner.ajax-loading polygon, .hcs .woocommerce #custom_place_order.button.btn--ajax-spinner.ajax-loading path, .hcs .woocommerce #custom_place_order.button.btn--ajax-spinner.ajax-loading g, .hcs .woocommerce #custom_place_order.button.btn--ajax-spinner.is-loading svg, .hcs .woocommerce #custom_place_order.button.btn--ajax-spinner.is-loading i, .hcs .woocommerce #custom_place_order.button.btn--ajax-spinner.is-loading i::before, .hcs .woocommerce #custom_place_order.button.btn--ajax-spinner.is-loading polygon, .hcs .woocommerce #custom_place_order.button.btn--ajax-spinner.is-loading path, .hcs .woocommerce #custom_place_order.button.btn--ajax-spinner.is-loading g, .hcs .woocommerce .lost_reset_password button.btn--spinner.loading svg, .hcs .woocommerce .lost_reset_password button.btn--spinner.loading i, .hcs .woocommerce .lost_reset_password button.btn--spinner.loading i::before, .hcs .woocommerce .lost_reset_password button.btn--spinner.loading polygon, .hcs .woocommerce .lost_reset_password button.btn--spinner.loading path, .hcs .woocommerce .lost_reset_password button.btn--spinner.loading g, .hcs .woocommerce .lost_reset_password button.btn--ajax-spinner.ajax-loading svg, .hcs .woocommerce .lost_reset_password button.btn--ajax-spinner.ajax-loading i, .hcs .woocommerce .lost_reset_password button.btn--ajax-spinner.ajax-loading i::before, .hcs .woocommerce .lost_reset_password button.btn--ajax-spinner.ajax-loading polygon, .hcs .woocommerce .lost_reset_password button.btn--ajax-spinner.ajax-loading path, .hcs .woocommerce .lost_reset_password button.btn--ajax-spinner.ajax-loading g, .hcs .woocommerce .lost_reset_password button.btn--ajax-spinner.is-loading svg, .hcs .woocommerce .lost_reset_password button.btn--ajax-spinner.is-loading i, .hcs .woocommerce .lost_reset_password button.btn--ajax-spinner.is-loading i::before, .hcs .woocommerce .lost_reset_password button.btn--ajax-spinner.is-loading polygon, .hcs .woocommerce .lost_reset_password button.btn--ajax-spinner.is-loading path, .hcs .woocommerce .lost_reset_password button.btn--ajax-spinner.is-loading g {
  fill: transparent !important;
  color: transparent !important;
}
.hcs .woocommerce .cart-collaterals .wc-proceed-to-checkout .button.btn--spinner.loading::after, .hcs .woocommerce .cart-collaterals .wc-proceed-to-checkout .button.btn--ajax-spinner.ajax-loading::after, .hcs .woocommerce .cart-collaterals .wc-proceed-to-checkout .button.btn--ajax-spinner.is-loading::after, .hcs .woocommerce button.woocommerce-button.woocommerce-form-login__submit.btn--spinner.loading::after, .hcs .woocommerce button.woocommerce-button.woocommerce-form-login__submit.btn--ajax-spinner.ajax-loading::after, .hcs .woocommerce button.woocommerce-button.woocommerce-form-login__submit.btn--ajax-spinner.is-loading::after, .hcs .woocommerce #place_order.button.btn--spinner.loading::after, .hcs .woocommerce #place_order.button.btn--ajax-spinner.ajax-loading::after, .hcs .woocommerce #place_order.button.btn--ajax-spinner.is-loading::after, .hcs .woocommerce #custom_place_order.button.btn--spinner.loading::after, .hcs .woocommerce #custom_place_order.button.btn--ajax-spinner.ajax-loading::after, .hcs .woocommerce #custom_place_order.button.btn--ajax-spinner.is-loading::after, .hcs .woocommerce .lost_reset_password button.btn--spinner.loading::after, .hcs .woocommerce .lost_reset_password button.btn--ajax-spinner.ajax-loading::after, .hcs .woocommerce .lost_reset_password button.btn--ajax-spinner.is-loading::after {
  content: "";
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid transparent;
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}
.hcs .woocommerce .cart-collaterals .wc-proceed-to-checkout .button svg, .hcs .woocommerce .cart-collaterals .wc-proceed-to-checkout .button i, .hcs .woocommerce .cart-collaterals .wc-proceed-to-checkout .button i::before, .hcs .woocommerce .cart-collaterals .wc-proceed-to-checkout .button polygon, .hcs .woocommerce .cart-collaterals .wc-proceed-to-checkout .button path, .hcs .woocommerce .cart-collaterals .wc-proceed-to-checkout .button g, .hcs .woocommerce button.woocommerce-button.woocommerce-form-login__submit svg, .hcs .woocommerce button.woocommerce-button.woocommerce-form-login__submit i, .hcs .woocommerce button.woocommerce-button.woocommerce-form-login__submit i::before, .hcs .woocommerce button.woocommerce-button.woocommerce-form-login__submit polygon, .hcs .woocommerce button.woocommerce-button.woocommerce-form-login__submit path, .hcs .woocommerce button.woocommerce-button.woocommerce-form-login__submit g, .hcs .woocommerce #place_order.button svg, .hcs .woocommerce #place_order.button i, .hcs .woocommerce #place_order.button i::before, .hcs .woocommerce #place_order.button polygon, .hcs .woocommerce #place_order.button path, .hcs .woocommerce #place_order.button g, .hcs .woocommerce #custom_place_order.button svg, .hcs .woocommerce #custom_place_order.button i, .hcs .woocommerce #custom_place_order.button i::before, .hcs .woocommerce #custom_place_order.button polygon, .hcs .woocommerce #custom_place_order.button path, .hcs .woocommerce #custom_place_order.button g, .hcs .woocommerce .lost_reset_password button svg, .hcs .woocommerce .lost_reset_password button i, .hcs .woocommerce .lost_reset_password button i::before, .hcs .woocommerce .lost_reset_password button polygon, .hcs .woocommerce .lost_reset_password button path, .hcs .woocommerce .lost_reset_password button g {
  fill: #1D1D1B !important;
  color: #1D1D1B !important;
}
.hcs .woocommerce .cart-collaterals .wc-proceed-to-checkout .button.btn--outline, .hcs .woocommerce button.woocommerce-button.woocommerce-form-login__submit.btn--outline, .hcs .woocommerce #place_order.button.btn--outline, .hcs .woocommerce #custom_place_order.button.btn--outline, .hcs .woocommerce .lost_reset_password button.btn--outline {
  background: transparent;
  color: #CFFF00;
}
.hcs .woocommerce .cart-collaterals .wc-proceed-to-checkout .button.btn--outline svg, .hcs .woocommerce .cart-collaterals .wc-proceed-to-checkout .button.btn--outline i, .hcs .woocommerce .cart-collaterals .wc-proceed-to-checkout .button.btn--outline i::before, .hcs .woocommerce .cart-collaterals .wc-proceed-to-checkout .button.btn--outline polygon, .hcs .woocommerce .cart-collaterals .wc-proceed-to-checkout .button.btn--outline path, .hcs .woocommerce .cart-collaterals .wc-proceed-to-checkout .button.btn--outline g, .hcs .woocommerce button.woocommerce-button.woocommerce-form-login__submit.btn--outline svg, .hcs .woocommerce button.woocommerce-button.woocommerce-form-login__submit.btn--outline i, .hcs .woocommerce button.woocommerce-button.woocommerce-form-login__submit.btn--outline i::before, .hcs .woocommerce button.woocommerce-button.woocommerce-form-login__submit.btn--outline polygon, .hcs .woocommerce button.woocommerce-button.woocommerce-form-login__submit.btn--outline path, .hcs .woocommerce button.woocommerce-button.woocommerce-form-login__submit.btn--outline g, .hcs .woocommerce #place_order.button.btn--outline svg, .hcs .woocommerce #place_order.button.btn--outline i, .hcs .woocommerce #place_order.button.btn--outline i::before, .hcs .woocommerce #place_order.button.btn--outline polygon, .hcs .woocommerce #place_order.button.btn--outline path, .hcs .woocommerce #place_order.button.btn--outline g, .hcs .woocommerce #custom_place_order.button.btn--outline svg, .hcs .woocommerce #custom_place_order.button.btn--outline i, .hcs .woocommerce #custom_place_order.button.btn--outline i::before, .hcs .woocommerce #custom_place_order.button.btn--outline polygon, .hcs .woocommerce #custom_place_order.button.btn--outline path, .hcs .woocommerce #custom_place_order.button.btn--outline g, .hcs .woocommerce .lost_reset_password button.btn--outline svg, .hcs .woocommerce .lost_reset_password button.btn--outline i, .hcs .woocommerce .lost_reset_password button.btn--outline i::before, .hcs .woocommerce .lost_reset_password button.btn--outline polygon, .hcs .woocommerce .lost_reset_password button.btn--outline path, .hcs .woocommerce .lost_reset_password button.btn--outline g {
  fill: #CFFF00 !important;
  color: #CFFF00 !important;
}
.hcs .woocommerce .cart-collaterals .wc-proceed-to-checkout .button.btn--spinner.loading::after, .hcs .woocommerce .cart-collaterals .wc-proceed-to-checkout .button.btn--ajax-spinner.ajax-loading::after, .hcs .woocommerce .cart-collaterals .wc-proceed-to-checkout .button.btn--ajax-spinner.is-loading::after, .hcs .woocommerce button.woocommerce-button.woocommerce-form-login__submit.btn--spinner.loading::after, .hcs .woocommerce button.woocommerce-button.woocommerce-form-login__submit.btn--ajax-spinner.ajax-loading::after, .hcs .woocommerce button.woocommerce-button.woocommerce-form-login__submit.btn--ajax-spinner.is-loading::after, .hcs .woocommerce #place_order.button.btn--spinner.loading::after, .hcs .woocommerce #place_order.button.btn--ajax-spinner.ajax-loading::after, .hcs .woocommerce #place_order.button.btn--ajax-spinner.is-loading::after, .hcs .woocommerce #custom_place_order.button.btn--spinner.loading::after, .hcs .woocommerce #custom_place_order.button.btn--ajax-spinner.ajax-loading::after, .hcs .woocommerce #custom_place_order.button.btn--ajax-spinner.is-loading::after, .hcs .woocommerce .lost_reset_password button.btn--spinner.loading::after, .hcs .woocommerce .lost_reset_password button.btn--ajax-spinner.ajax-loading::after, .hcs .woocommerce .lost_reset_password button.btn--ajax-spinner.is-loading::after {
  border-top-color: #1D1D1B;
  border-bottom-color: #1D1D1B;
}
.hcs .woocommerce .cart-collaterals .wc-proceed-to-checkout .button.btn--spinner.loading.btn--outline::after, .hcs .woocommerce .cart-collaterals .wc-proceed-to-checkout .button.btn--ajax-spinner.ajax-loading.btn--outline::after, .hcs .woocommerce .cart-collaterals .wc-proceed-to-checkout .button.btn--ajax-spinner.is-loading.btn--outline::after, .hcs .woocommerce button.woocommerce-button.woocommerce-form-login__submit.btn--spinner.loading.btn--outline::after, .hcs .woocommerce button.woocommerce-button.woocommerce-form-login__submit.btn--ajax-spinner.ajax-loading.btn--outline::after, .hcs .woocommerce button.woocommerce-button.woocommerce-form-login__submit.btn--ajax-spinner.is-loading.btn--outline::after, .hcs .woocommerce #place_order.button.btn--spinner.loading.btn--outline::after, .hcs .woocommerce #place_order.button.btn--ajax-spinner.ajax-loading.btn--outline::after, .hcs .woocommerce #place_order.button.btn--ajax-spinner.is-loading.btn--outline::after, .hcs .woocommerce #custom_place_order.button.btn--spinner.loading.btn--outline::after, .hcs .woocommerce #custom_place_order.button.btn--ajax-spinner.ajax-loading.btn--outline::after, .hcs .woocommerce #custom_place_order.button.btn--ajax-spinner.is-loading.btn--outline::after, .hcs .woocommerce .lost_reset_password button.btn--spinner.loading.btn--outline::after, .hcs .woocommerce .lost_reset_password button.btn--ajax-spinner.ajax-loading.btn--outline::after, .hcs .woocommerce .lost_reset_password button.btn--ajax-spinner.is-loading.btn--outline::after {
  border-top-color: #CFFF00;
  border-bottom-color: #CFFF00;
}
.hcs .woocommerce .cart-collaterals .wc-proceed-to-checkout .button.loading, .hcs .woocommerce button.woocommerce-button.woocommerce-form-login__submit.loading, .hcs .woocommerce #place_order.button.loading, .hcs .woocommerce #custom_place_order.button.loading, .hcs .woocommerce .lost_reset_password button.loading {
  color: transparent !important;
}
.hcs .woocommerce .cart-collaterals .wc-proceed-to-checkout .button.loading svg, .hcs .woocommerce .cart-collaterals .wc-proceed-to-checkout .button.loading i, .hcs .woocommerce .cart-collaterals .wc-proceed-to-checkout .button.loading i::before, .hcs .woocommerce .cart-collaterals .wc-proceed-to-checkout .button.loading polygon, .hcs .woocommerce .cart-collaterals .wc-proceed-to-checkout .button.loading path, .hcs .woocommerce .cart-collaterals .wc-proceed-to-checkout .button.loading g, .hcs .woocommerce button.woocommerce-button.woocommerce-form-login__submit.loading svg, .hcs .woocommerce button.woocommerce-button.woocommerce-form-login__submit.loading i, .hcs .woocommerce button.woocommerce-button.woocommerce-form-login__submit.loading i::before, .hcs .woocommerce button.woocommerce-button.woocommerce-form-login__submit.loading polygon, .hcs .woocommerce button.woocommerce-button.woocommerce-form-login__submit.loading path, .hcs .woocommerce button.woocommerce-button.woocommerce-form-login__submit.loading g, .hcs .woocommerce #place_order.button.loading svg, .hcs .woocommerce #place_order.button.loading i, .hcs .woocommerce #place_order.button.loading i::before, .hcs .woocommerce #place_order.button.loading polygon, .hcs .woocommerce #place_order.button.loading path, .hcs .woocommerce #place_order.button.loading g, .hcs .woocommerce #custom_place_order.button.loading svg, .hcs .woocommerce #custom_place_order.button.loading i, .hcs .woocommerce #custom_place_order.button.loading i::before, .hcs .woocommerce #custom_place_order.button.loading polygon, .hcs .woocommerce #custom_place_order.button.loading path, .hcs .woocommerce #custom_place_order.button.loading g, .hcs .woocommerce .lost_reset_password button.loading svg, .hcs .woocommerce .lost_reset_password button.loading i, .hcs .woocommerce .lost_reset_password button.loading i::before, .hcs .woocommerce .lost_reset_password button.loading polygon, .hcs .woocommerce .lost_reset_password button.loading path, .hcs .woocommerce .lost_reset_password button.loading g {
  fill: transparent !important;
  color: transparent !important;
}
.hcs .woocommerce .cart-collaterals .wc-proceed-to-checkout .button.loading::after, .hcs .woocommerce button.woocommerce-button.woocommerce-form-login__submit.loading::after, .hcs .woocommerce #place_order.button.loading::after, .hcs .woocommerce #custom_place_order.button.loading::after, .hcs .woocommerce .lost_reset_password button.loading::after {
  content: "";
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid transparent;
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}
.hcs .woocommerce .cart-collaterals .wc-proceed-to-checkout .button.loading::after, .hcs .woocommerce button.woocommerce-button.woocommerce-form-login__submit.loading::after, .hcs .woocommerce #place_order.button.loading::after, .hcs .woocommerce #custom_place_order.button.loading::after, .hcs .woocommerce .lost_reset_password button.loading::after {
  border-top-color: #1D1D1B;
  border-bottom-color: #1D1D1B;
}
.hcs .woocommerce-orders-table .woocommerce-button {
  border-color: #414141;
  background: #414141;
  color: #F3F3F3;
  font-size: 0.75rem;
  padding: 0.4rem 0.8rem;
}
.hcs .woocommerce-orders-table .woocommerce-button svg, .hcs .woocommerce-orders-table .woocommerce-button i, .hcs .woocommerce-orders-table .woocommerce-button i::before, .hcs .woocommerce-orders-table .woocommerce-button polygon, .hcs .woocommerce-orders-table .woocommerce-button path, .hcs .woocommerce-orders-table .woocommerce-button g {
  fill: #F3F3F3 !important;
  color: #F3F3F3 !important;
}
.hcs .woocommerce-orders-table .woocommerce-button.btn--outline {
  background: transparent;
  color: #414141;
}
.hcs .woocommerce-orders-table .woocommerce-button.btn--outline svg, .hcs .woocommerce-orders-table .woocommerce-button.btn--outline i, .hcs .woocommerce-orders-table .woocommerce-button.btn--outline i::before, .hcs .woocommerce-orders-table .woocommerce-button.btn--outline polygon, .hcs .woocommerce-orders-table .woocommerce-button.btn--outline path, .hcs .woocommerce-orders-table .woocommerce-button.btn--outline g {
  fill: #414141 !important;
  color: #414141 !important;
}
.hcs .woocommerce-orders-table .woocommerce-button.btn--spinner.loading::after, .hcs .woocommerce-orders-table .woocommerce-button.btn--ajax-spinner.ajax-loading::after, .hcs .woocommerce-orders-table .woocommerce-button.btn--ajax-spinner.is-loading::after {
  border-top-color: #F3F3F3;
  border-bottom-color: #F3F3F3;
}
.hcs .woocommerce-orders-table .woocommerce-button.btn--spinner.loading.btn--outline::after, .hcs .woocommerce-orders-table .woocommerce-button.btn--ajax-spinner.ajax-loading.btn--outline::after, .hcs .woocommerce-orders-table .woocommerce-button.btn--ajax-spinner.is-loading.btn--outline::after {
  border-top-color: #414141;
  border-bottom-color: #414141;
}
.hcs .woocommerce-orders-table .woocommerce-button.loading {
  color: transparent !important;
}
.hcs .woocommerce-orders-table .woocommerce-button.loading svg, .hcs .woocommerce-orders-table .woocommerce-button.loading i, .hcs .woocommerce-orders-table .woocommerce-button.loading i::before, .hcs .woocommerce-orders-table .woocommerce-button.loading polygon, .hcs .woocommerce-orders-table .woocommerce-button.loading path, .hcs .woocommerce-orders-table .woocommerce-button.loading g {
  fill: transparent !important;
  color: transparent !important;
}
.hcs .woocommerce-orders-table .woocommerce-button.loading::after {
  content: "";
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid transparent;
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}
.hcs .woocommerce-orders-table .woocommerce-button.loading::after {
  border-top-color: #F3F3F3;
  border-bottom-color: #F3F3F3;
}
.filter_wrapper {
  margin-bottom: 3rem;
  gap: 4px;
}
.filter_wrapper__filters {
  background: #E9E9E9;
}
.filter_wrapper__filters .filter--single {
  border-right: 4px solid #fff;
}
.filter_wrapper__filters .filter--single.last {
  border-right: none;
}
.filter_wrapper__controls {
  gap: 4px;
}
.filter_wrapper__checkboxes {
  margin-top: 1rem;
  gap: 1rem 2rem;
}
select.filter--single {
  border: none;
  font-size: var(--fluid-text--s);
  padding-right: 2rem;
}
select.filter--single option.placeholder {
  font-style: italic;
  opacity: 0.7;
}
select.filter--categories option.depth-0:not(.placeholder) {
  display: none;
}
select.filter--categories option.depth-1 {
  font-weight: 700;
}
select.filter--categories option.depth-2 {
  font-weight: 300;
}
.filter--reset {
  font-size: var(--fluid-text--xs);
  gap: 0.3rem;
  background: #E9E9E9;
  border: 1px solid #E9E9E9;
}
.filter--reset .icon {
  width: var(--fluid-text--m);
  height: var(--fluid-text--m);
  font-size: var(--fluid-text--m);
  text-align: center;
  line-height: normal;
}
.filter--reset .icon::before {
  width: var(--fluid-text--m);
  height: var(--fluid-text--m);
  font-size: var(--fluid-text--m);
  display: block;
  line-height: normal;
}
.filter--reset:hover {
  background: #1D1D1B;
  color: #F3F3F3;
}
.filter--reset:hover .icon {
  color: #F3F3F3;
  fill: #F3F3F3;
}
.filter--reset:hover .icon path, .filter--reset:hover .icon g, .filter--reset:hover .icon polygon, .filter--reset:hover .icon line, .filter--reset:hover .icon text {
  fill: #F3F3F3;
}
.filter--reset:hover .icon::before {
  color: #F3F3F3;
}
.filter--reset .icon {
  color: #1D1D1B;
  fill: #1D1D1B;
}
.filter--reset .icon path, .filter--reset .icon g, .filter--reset .icon polygon, .filter--reset .icon line, .filter--reset .icon text {
  fill: #1D1D1B;
}
.filter--reset .icon::before {
  color: #1D1D1B;
}
.filter--active-filters {
  gap: 4px;
}
.filter--active-filters button {
  font-size: var(--fluid-text--xs);
  gap: 0.3rem;
  background: transparent;
  border: 1px solid #1D1D1B;
}
.filter--active-filters button .icon {
  width: var(--fluid-text--m);
  height: var(--fluid-text--m);
  font-size: var(--fluid-text--m);
  text-align: center;
  line-height: normal;
}
.filter--active-filters button .icon::before {
  width: var(--fluid-text--m);
  height: var(--fluid-text--m);
  font-size: var(--fluid-text--m);
  display: block;
  line-height: normal;
}
.filter--active-filters button:hover {
  background: #1D1D1B;
  color: #F3F3F3;
}
.filter--active-filters button:hover .icon {
  color: #F3F3F3;
  fill: #F3F3F3;
}
.filter--active-filters button:hover .icon path, .filter--active-filters button:hover .icon g, .filter--active-filters button:hover .icon polygon, .filter--active-filters button:hover .icon line, .filter--active-filters button:hover .icon text {
  fill: #F3F3F3;
}
.filter--active-filters button:hover .icon::before {
  color: #F3F3F3;
}
.filter--active-filters button .icon {
  color: #1D1D1B;
  fill: #1D1D1B;
}
.filter--active-filters button .icon path, .filter--active-filters button .icon g, .filter--active-filters button .icon polygon, .filter--active-filters button .icon line, .filter--active-filters button .icon text {
  fill: #1D1D1B;
}
.filter--active-filters button .icon::before {
  color: #1D1D1B;
}
.filter--checkbox {
  gap: 0.3rem;
}
.filter--checkbox label {
  border: 1px solid #E9E9E9;
  border-radius: 100px;
}
.filter--checkbox label:hover {
  background: #E9E9E9;
}
.filter--checkbox .brx-option-text {
  font-size: var(--fluid-text--xs);
}
.filter--checkbox .brx-option-active label {
  border: 1px solid #1D1D1B;
  background: #1D1D1B;
}
.filter--checkbox .brx-option-active label:hover {
  background: #1D1D1B;
}
.filter--checkbox .brx-option-active .brx-option-text {
  color: #F3F3F3;
}
@media (max-width: 768px) {
  .filter_wrapper__filters {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    flex-direction: row;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }
  .filter_wrapper__filters::-webkit-scrollbar {
    width: 7px;
  }
  .filter_wrapper__filters::-webkit-scrollbar-track {
    background: transparent;
  }
  .filter_wrapper__filters::-webkit-scrollbar-thumb {
    background-color: rgba(155, 155, 155, 0.5);
    border-radius: 20px;
    border: transparent;
  }
  .filter_wrapper__filters > .filter {
    flex: 0 0 auto;
    width: fit-content;
  }
}
.icon, i.icon, svg.icon {
  width: var(--fluid-text--l);
  height: var(--fluid-text--l);
  font-size: var(--fluid-text--l);
  text-align: center;
  line-height: normal;
  color: #5c2483;
  fill: #5c2483;
}
.icon::before, i.icon::before, svg.icon::before {
  width: var(--fluid-text--l);
  height: var(--fluid-text--l);
  font-size: var(--fluid-text--l);
  display: block;
  line-height: normal;
}
.icon path, .icon g, .icon polygon, .icon line, .icon text, i.icon path, i.icon g, i.icon polygon, i.icon line, i.icon text, svg.icon path, svg.icon g, svg.icon polygon, svg.icon line, svg.icon text {
  fill: #5c2483;
}
.icon::before, i.icon::before, svg.icon::before {
  color: #5c2483;
}
.icon--white, i.icon--white, svg.icon--white {
  color: #fff;
  fill: #fff;
}
.icon--white path, .icon--white g, .icon--white polygon, .icon--white line, .icon--white text, i.icon--white path, i.icon--white g, i.icon--white polygon, i.icon--white line, i.icon--white text, svg.icon--white path, svg.icon--white g, svg.icon--white polygon, svg.icon--white line, svg.icon--white text {
  fill: #fff;
}
.icon--white::before, i.icon--white::before, svg.icon--white::before {
  color: #fff;
}
.icon--black, i.icon--black, svg.icon--black {
  color: #000;
  fill: #000;
}
.icon--black path, .icon--black g, .icon--black polygon, .icon--black line, .icon--black text, i.icon--black path, i.icon--black g, i.icon--black polygon, i.icon--black line, i.icon--black text, svg.icon--black path, svg.icon--black g, svg.icon--black polygon, svg.icon--black line, svg.icon--black text {
  fill: #000;
}
.icon--black::before, i.icon--black::before, svg.icon--black::before {
  color: #000;
}
.icon--neon, i.icon--neon, svg.icon--neon {
  color: #CFFF00;
  fill: #CFFF00;
}
.icon--neon path, .icon--neon g, .icon--neon polygon, .icon--neon line, .icon--neon text, i.icon--neon path, i.icon--neon g, i.icon--neon polygon, i.icon--neon line, i.icon--neon text, svg.icon--neon path, svg.icon--neon g, svg.icon--neon polygon, svg.icon--neon line, svg.icon--neon text {
  fill: #CFFF00;
}
.icon--neon::before, i.icon--neon::before, svg.icon--neon::before {
  color: #CFFF00;
}
.icon--xl, i.icon--xl, svg.icon--xl {
  width: var(--fluid-heading--s);
  height: var(--fluid-heading--s);
  font-size: var(--fluid-heading--s);
  text-align: center;
  line-height: normal;
}
.icon--xl::before, i.icon--xl::before, svg.icon--xl::before {
  width: var(--fluid-heading--s);
  height: var(--fluid-heading--s);
  font-size: var(--fluid-heading--s);
  display: block;
  line-height: normal;
}
.icon--l, i.icon--l, svg.icon--l {
  width: var(--fluid-heading--xs);
  height: var(--fluid-heading--xs);
  font-size: var(--fluid-heading--xs);
  text-align: center;
  line-height: normal;
}
.icon--l::before, i.icon--l::before, svg.icon--l::before {
  width: var(--fluid-heading--xs);
  height: var(--fluid-heading--xs);
  font-size: var(--fluid-heading--xs);
  display: block;
  line-height: normal;
}
.icon--s, i.icon--s, svg.icon--s {
  width: var(--fluid-text--m);
  height: var(--fluid-text--m);
  font-size: var(--fluid-text--m);
  text-align: center;
  line-height: normal;
}
.icon--s::before, i.icon--s::before, svg.icon--s::before {
  width: var(--fluid-text--m);
  height: var(--fluid-text--m);
  font-size: var(--fluid-text--m);
  display: block;
  line-height: normal;
}
.icon--xs, i.icon--xs, svg.icon--xs {
  width: var(--fluid-text--s);
  height: var(--fluid-text--s);
  font-size: var(--fluid-text--s);
  text-align: center;
  line-height: normal;
}
.icon--xs::before, i.icon--xs::before, svg.icon--xs::before {
  width: var(--fluid-text--s);
  height: var(--fluid-text--s);
  font-size: var(--fluid-text--s);
  display: block;
  line-height: normal;
}
.icon-list {
  gap: 1rem 2rem;
}
.icon-list li {
  display: flex;
  flex: 1 1 auto;
}
.icon-list li a {
  gap: 0.5rem;
}
.icon-list svg, .icon-list i {
  width: var(--fluid-text--l);
  height: var(--fluid-text--l);
  font-size: var(--fluid-text--l);
  text-align: center;
  line-height: normal;
  color: #5c2483;
  fill: #5c2483;
}
.icon-list svg::before, .icon-list i::before {
  width: var(--fluid-text--l);
  height: var(--fluid-text--l);
  font-size: var(--fluid-text--l);
  display: block;
  line-height: normal;
}
.icon-list svg path, .icon-list svg g, .icon-list svg polygon, .icon-list svg line, .icon-list svg text, .icon-list i path, .icon-list i g, .icon-list i polygon, .icon-list i line, .icon-list i text {
  fill: #5c2483;
}
.icon-list svg::before, .icon-list i::before {
  color: #5c2483;
}
.icon-list li a, .icon-list span {
  font-size: var(--fluid-text--m);
  line-height: normal;
}
.icon-list li a:hover span, .icon-list span:hover span {
  text-decoration: underline;
}
.icon-list--l svg, .icon-list--l i {
  width: var(--fluid-heading--xs);
  height: var(--fluid-heading--xs);
  font-size: var(--fluid-heading--xs);
  text-align: center;
  line-height: normal;
}
.icon-list--l svg::before, .icon-list--l i::before {
  width: var(--fluid-heading--xs);
  height: var(--fluid-heading--xs);
  font-size: var(--fluid-heading--xs);
  display: block;
  line-height: normal;
}
.icon-list--l li a, .icon-list--l span {
  font-size: var(--fluid-text--l);
}
.icon-list--s svg, .icon-list--s i {
  width: var(--fluid-text--m);
  height: var(--fluid-text--m);
  font-size: var(--fluid-text--m);
  text-align: center;
  line-height: normal;
}
.icon-list--s svg::before, .icon-list--s i::before {
  width: var(--fluid-text--m);
  height: var(--fluid-text--m);
  font-size: var(--fluid-text--m);
  display: block;
  line-height: normal;
}
.icon-list--s li a, .icon-list--s span {
  font-size: var(--fluid-text--s);
}
.icon-list--no-label {
  gap: 1rem 0.5rem;
}
.icon-list--no-label a span, .icon-list--no-label span {
  display: none;
}
.icon-list--buttons {
  gap: 0.5rem;
}
.icon-list--buttons li a {
  background: #5c2483;
  padding: 0.5rem 1rem;
}
.icon-list--buttons li a:hover {
  filter: opacity(0.9) brightness(1.2);
}
.icon-list--buttons svg, .icon-list--buttons i {
  color: #fff;
  fill: #fff;
}
.icon-list--buttons svg path, .icon-list--buttons svg g, .icon-list--buttons svg polygon, .icon-list--buttons svg line, .icon-list--buttons svg text, .icon-list--buttons i path, .icon-list--buttons i g, .icon-list--buttons i polygon, .icon-list--buttons i line, .icon-list--buttons i text {
  fill: #fff;
}
.icon-list--buttons svg::before, .icon-list--buttons i::before {
  color: #fff;
}
.icon-list--buttons li a, .icon-list--buttons span {
  color: #fff;
  text-decoration: none !important;
  font-weight: 500;
}
.icon-box_wrapper, .icon-boxes {
  gap: 2rem 1rem;
}
.icon-box {
  gap: 0.5rem 1rem;
}
.icon-box__link {
  font-weight: 400;
  font-style: normal;
}
.icon-box__link.bold {
  font-weight: 700;
}
.icon-box address {
  width: auto;
}
a.icon-box:hover {
  text-decoration: underline;
}
.tabs__menu {
  margin-bottom: min(2rem, 4vw);
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 0.5rem;
  top: 3rem;
  z-index: 9;
  background: none;
  padding: 0;
}
.tabs__title {
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  pointer-events: auto;
  cursor: pointer;
  z-index: 1;
  background-clip: border-box;
  padding: 0.5rem 1rem;
  transition: all 0.1s ease-in-out;
  background: transparent;
  border: 1px solid transparent;
  border-color: #1D1D1B;
  border-radius: min(0.25rem, 0.75vw);
  transition: all 0.1s ease;
}
.tabs__title:hover {
  background: transparent;
  border-color: #5c2483;
}
.tabs__title:hover .tabs__title-text {
  color: #5c2483;
}
.tabs__title .tabs__title-text {
  transition: all 0.1s ease-in-out;
  font-size: var(--fluid-text--s);
  color: #1D1D1B;
  line-height: normal !important;
}
.tabs__title.brx-open {
  background: #9858BF;
  border-color: #9858BF;
}
.tabs__title.brx-open .tabs__title-text {
  color: #fff;
}
@media (max-width: 768px) {
  .tabs__title {
    padding: 0.4rem 0.8rem;
  }
  .tabs__title .tabs__title-text {
    font-size: var(--fluid-text--xs);
  }
}
@media (hover: none) {
  .tabs__menu {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start !important;
    padding-bottom: 1rem;
    scrollbar-width: thin;
  }
  .tabs__menu::-webkit-scrollbar {
    width: 5px;
  }
  .tabs__menu::-webkit-scrollbar-track {
    background: transparent;
  }
  .tabs__menu::-webkit-scrollbar-thumb {
    background-color: rgba(155, 155, 155, 0.5);
    border-radius: 50px;
    border: transparent;
  }
  .tabs__title {
    flex: 0 0 auto;
  }
}
.accordion {
  gap: 0.3rem;
  display: flex;
  flex-direction: column;
}
.accordion__item {
  border-radius: 0.75rem;
  overflow: hidden;
  transition: all 0.3s ease;
  padding: 0;
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  outline: 1px dashed #E1E1E1;
  outline-offset: -0.5rem;
  border-radius: 1rem;
  overflow: clip;
  outline-color: transparent;
}
@media (max-width: 768px) {
  .accordion__item {
    outline-offset: -0.25rem;
    outline-width: 1px;
  }
}
@media not all and (pointer: coarse) {
  .accordion__item:hover:not(.brx-open), .accordion__item.brx-open {
    transform: translateX(1rem);
  }
}
.accordion__item:nth-last-child(1) .accordion__title {
  border-bottom: none;
}
.accordion__item.brx-open {
  background: var(--customer-background-color);
  outline: 1px dashed #E1E1E1;
  outline-offset: -0.5rem;
  border-radius: 1rem;
  overflow: clip;
}
@media (max-width: 768px) {
  .accordion__item.brx-open {
    outline-offset: -0.25rem;
    outline-width: 1px;
  }
}
.accordion__item.brx-open .accordion__title {
  padding: 2rem;
  border-bottom: none;
}
.accordion__item.brx-open .accordion__title .accordion__heading {
  color: var(--customer-text-color);
}
.accordion__item.brx-open .accordion__title .accordion__icon {
  fill: #F3F3F3;
}
.accordion__item.brx-open .accordion__content .accordion__text {
  color: var(--customer-text-color);
}
.accordion__title {
  padding: 1.2rem 2rem;
  flex-wrap: nowrap;
  min-height: 2rem !important;
}
.accordion__title .accordion__icon {
  height: 1rem;
  opacity: 1;
  fill: #F3F3F3;
}
.accordion__title .accordion__heading {
  font-size: var(--fluid-text--l);
  font-family: "Anton", "Satoshi", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-weight: 400 !important;
  color: #F3F3F3;
}
.accordion__title:hover .accordion__heading {
  color: #CFFF00;
}
.accordion__content {
  padding: 2rem;
  padding-top: 0;
}
.accordion__content .accordion__text {
  font-size: var(--fluid-text--s);
  color: #F3F3F3;
}
.accordion--show-more .accordion__title {
  width: auto;
  height: auto;
  padding: 0;
}
.accordion--show-more .accordion__content {
  padding-top: 4rem;
}
.image-gallery--hf .happyfiles-gallery > ul.crop {
  display: flex;
  flex-wrap: wrap;
}
.image-gallery--hf .happyfiles-gallery > ul.crop li {
  flex-grow: 1;
  position: relative;
  transition: all 0.3s ease;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 0 1rem -0.5rem #000000;
}
.image-gallery--hf .happyfiles-gallery > ul.crop li:last-of-type {
  max-width: 768px;
}
.image-gallery--hf .happyfiles-gallery > ul.crop li:hover {
  filter: grayscale(0) brightness(1);
  opacity: 1;
}
.image-gallery--hf .happyfiles-gallery > ul.crop .figcaption {
  background: #fff;
  color: #5c2483;
  font-weight: 700;
  padding: 0.5rem 1rem;
}
.image-gallery--brx {
  gap: 1rem !important;
  --columns: 6 !important;
}
.image-gallery--brx li {
  overflow: hidden;
  border-radius: 0.5rem;
}
.image-gallery--brx .image {
  transition: all 0.3s ease;
  border-radius: 0;
}
.image-gallery--brx .image:hover {
  transform: scale(1.05);
  filter: brightness(1.1);
}
.table {
  display: table;
  width: auto;
  border-collapse: collapse;
}
.table tr {
  display: table-row;
}
.table tr:last-child td {
  border-bottom: none;
}
.table td {
  display: table-cell;
  padding: 0.7rem 2.5rem;
  padding-left: 0;
  border-bottom: 1px solid #A2A2A2;
}
.table td:last-child td {
  border-bottom: none;
}
.table td:last-child {
  padding-right: 0;
}
.table__heading {
  font-weight: 700;
}
@media (max-width: 1024px) {
  .timeline_wrapper .text-card:nth-child(even) {
    transform: translateY(0);
  }
}
.counter__icon {
  fill: #1D1D1B;
  color: #1D1D1B;
  margin-top: 1rem;
  margin-bottom: 2rem;
  width: 3rem;
  height: auto;
}
.counter__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.counter .prefix, .counter .suffix {
  font-weight: 700;
  text-align: center;
}
.counter .count {
  font-size: var(--fluid-heading--xl);
  font-weight: 700;
  color: #5c2483;
  line-height: 1.3;
}
.timeline {
  position: relative;
  margin: 0 auto;
}
.timeline::after {
  content: "";
  position: absolute;
  width: 0.1rem;
  background-color: #fff;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  margin-top: 3rem;
}
.timeline__container {
  padding-bottom: 0rem;
  padding-right: 3rem;
  position: relative;
  background-color: inherit;
  width: 50%;
  left: 0;
  margin-top: -3rem;
}
.timeline__container:first-child {
  margin-top: 2rem;
}
.timeline__container:nth-child(even) {
  left: 50%;
  padding-right: 0;
  padding-left: 3rem;
}
.timeline__container:nth-child(even) .timeline__content {
  border-left: 0.1rem solid #fff;
}
.timeline__container::after {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  right: 0;
  background-color: #E9E9E9;
  border: 0.1rem solid #9858BF;
  top: 1rem;
  border-radius: 50%;
  z-index: 1;
  transform: translateX(50%);
}
.timeline__container:nth-child(even)::after {
  left: 0;
  transform: translateX(-50%);
}
.timeline__container::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 2rem;
  transform: translateY(-50%);
  width: 5rem;
  z-index: -1;
  right: 0;
  border-bottom: 0.1rem solid #fff;
}
.timeline__container:nth-child(even)::before {
  left: 0;
}
.timeline__content {
  padding: 20px 30px;
  background: #E9E9E9;
  position: relative;
  border-radius: 0.5rem;
  border: 0.1rem solid #fff;
}
.timeline__year {
  font-size: var(--fluid-heading--s);
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .timeline::after {
    left: 85%;
    margin-left: 10%;
  }
  .timeline__container {
    padding-right: 0;
    width: 85%;
    left: 0;
    margin-top: 1rem;
  }
  .timeline__container:first-child {
    margin-top: 1rem;
  }
  .timeline__container:nth-child(even) {
    left: 0%;
    padding: 0;
  }
  .timeline__container::after {
    content: "";
    position: absolute;
    width: 2rem;
    height: 2rem;
    right: -7.5vw;
    transform: translateX(70%);
  }
  .timeline__container:nth-child(even)::after {
    left: auto;
    transform: translateX(70%);
  }
  .timeline__container::before {
    width: 5rem;
    right: -10%;
  }
  .timeline__container:nth-child(even)::before {
    left: auto;
  }
}
.logo-grid.wrapper.grid {
  gap: min(0.5rem, 0.75vw);
  align-items: center;
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}
.logo-grid__image_wrapper {
  flex: 0 0 225px;
}
@media (max-width: 500px) {
  .logo-grid__image_wrapper {
    flex: 0 0 32%;
  }
}
.logo-grid__link {
  justify-content: center;
  align-items: center;
  border-radius: min(1rem, 1vw);
  height: 100%;
  background: #1D1D1B;
  transition: all 0.3s ease;
  aspect-ratio: 1.5;
}
.logo-grid__image {
  width: 60%;
  height: 50%;
  object-fit: contain;
  filter: grayscale(1) brightness(0) invert(1) opacity(0.7);
  transition: all 0.3s ease;
}
.logo-grid__link:hover {
  background: #111;
}
.logo-grid__link:hover .logo-grid__image {
  filter: grayscale(1) brightness(0) invert(1) opacity(1);
}
@media (max-width: 1024px) {
  .logo-grid.wrapper.grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .logo-grid.wrapper.grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
/*
///########################################################################
///------------------- 06 Unterseiten
///########################################################################
*/
/*
///########################################################################
///------------------- 07 Sonstiges
///########################################################################
*/
body.admin-bar #brx-header, body.admin-bar .hcs_header--js {
  top: 32px;
}
body.bricks-is-frontend :focus {
  outline: 0 dotted currentcolor;
}
button:focus-visible {
  outline: -webkit-focus-ring-color auto 0 !important;
}
@media (max-width: 768px) {
  .logged-in #wpadminbar {
    opacity: 0.05;
  }
}
.xxxhero_section .background__slider, .xxxhero_section .background__image, .xxxhero_section .background__gradient, .xxxhero_section .background__raster {
  animation: key--fade-in 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s both;
}
.xxxhero_section .heading--hero, .xxxhero_section .heading--after--hero, .xxxhero_section .text, .xxxhero_section .button_wrapper {
  animation: key--hero-fade-in-bottom 0.9s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s both;
}
.xxxhero_section .heading--after--hero {
  animation-delay: 0.4s;
}
.xxxhero_section .text {
  animation-delay: 0.5s;
}
.xxxhero_section .button_wrapper {
  animation-delay: 0.6s;
}
@keyframes key--hero-fade-in-bottom {
  0% {
    transform: translate3d(-75px, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
html.js [data-aos="hcs-aos"] .heading--section::after {
  opacity: 0;
}
html.js [data-aos="hcs-aos"].aos-animate .heading--section::after {
  animation: key--fade-in-left 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation-delay: 0.6s;
}
html.js .stagger[data-aos="stagger"] [class*="mdl"]:not(.btn) {
  opacity: 0;
}
html.js .stagger.aos-animate [class*="mdl"]:not(.btn) {
  animation: stagger--auto--key 0.9s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
html.js .stagger.aos-animate [class*="mdl"]:nth-child(1):not(.btn) {
  animation-delay: 0.1s;
}
html.js .stagger.aos-animate [class*="mdl"]:nth-child(2):not(.btn) {
  animation-delay: 0.3s;
}
html.js .stagger.aos-animate [class*="mdl"]:nth-child(3):not(.btn) {
  animation-delay: 0.5s;
}
html.js .stagger.aos-animate [class*="mdl"]:nth-child(4):not(.btn) {
  animation-delay: 0.7s;
}
html.js .stagger.aos-animate [class*="mdl"]:nth-child(5):not(.btn) {
  animation-delay: 0.9s;
}
html.js .stagger.aos-animate [class*="mdl"]:nth-child(6):not(.btn) {
  animation-delay: 1.1s;
}
html.js .stagger.aos-animate [class*="mdl"]:nth-child(7):not(.btn) {
  animation-delay: 1.3s;
}
html.js .stagger.aos-animate [class*="mdl"]:nth-child(8):not(.btn) {
  animation-delay: 1.5s;
}
html.js .stagger.aos-animate [class*="mdl"]:nth-child(9):not(.btn) {
  animation-delay: 1.7s;
}
html.js .stagger.aos-animate [class*="mdl"]:nth-child(10):not(.btn) {
  animation-delay: 1.9s;
}
html.js .stagger.aos-animate [class*="mdl"]:nth-child(11):not(.btn) {
  animation-delay: 2.1s;
}
@keyframes stagger--auto--key {
  0% {
    transform: translate3d(0, 50px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
body[data-aos-easing="ease-hcs"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-hcs"] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (hover: none), (pointer: coarse) {
  .tap.start, .btn.start {
    animation: pulsate-bck 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) both;
  }
}
@keyframes pulsate-bck {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
.pswp img.pswp__img {
  pointer-events: none;
}
.page--product .pswp {
  transition-delay: 0.6s;
  transition: none !important;
  /*
	// checkerboard nur falls Bild ist .svg
	&:has(.pswp__img[src$=".svg"]) .pswp__bg {
		background-color: $checkerboard-bg-color;
		background-image:
          linear-gradient(45deg, $checkerboard-square-color 25%, transparent 25%), 
          linear-gradient(135deg, $checkerboard-square-color 25%, transparent 25%),
          linear-gradient(45deg, transparent 75%, $checkerboard-square-color 75%),
          linear-gradient(135deg, transparent 75%, $checkerboard-square-color 75%);
        background-size:2rem 2rem; // Must be a square 
        background-position:0 0, 1rem 0, 1rem -1rem, 0px 1rem; // Must be half of one side of the square
		opacity: 0.9 !important;
	}
	*/
}
.page--product .pswp .pswp__item {
  transition: none !important;
}
.page--product .pswp img.pswp__img[src$=".svg"] {
  object-fit: contain;
  height: 70vh !important;
  width: 70vw !important;
  max-height: 70vh !important;
  max-width: 70vw !important;
  left: 50vw !important;
  top: 50vh !important;
  transform: translateX(-50%) translateY(-50%);
  filter: drop-shadow(-3px -3px 1px rgba(255, 255, 255, 0.3));
}
.wartungsarbeiten_section {
  position: relative;
  z-index: 1;
}
.wartungsarbeiten_section::after {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-image: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 60%);
  z-index: -1;
}
.wartungsarbeiten_section .heading, .wartungsarbeiten_section .text {
  color: #fff;
}
.wartungsarbeiten_section .heading {
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.heicom-branding {
  background: #006d8a;
  background-image: linear-gradient(90deg, #06a3b5 0%, #00373e 100%);
  position: relative;
  overflow: clip;
}
.heicom-branding::after {
  content: "";
  background-image: url(/wp-content/uploads/heicom-icon.svg);
  background-repeat: no-repeat;
  background-size: auto 120%;
  background-position: center;
  position: absolute;
  z-index: 1;
  opacity: 0.1;
  top: -15%;
  bottom: -60%;
  left: 0%;
  right: 0%;
  pointer-events: none;
}
.heicom-branding .heading {
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: transparent;
  border: 2px solid #fff;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  font-size: var(--fluid-text-l);
  width: auto;
}
.heicom-branding .logo {
  margin-bottom: 3rem;
}
.heicom-branding .logo img {
  width: 50vw;
  max-width: 350px;
  transition: all 0.3s ease;
}
.heicom-branding .logo img:hover, .heicom-branding .logo img:focus {
  transform: scale(0.95);
}
.heicom-branding .erecht-logo {
  width: 200px;
}
.section--erecht h1, .section--erecht h2, .section--erecht h3, .section--erecht h4, .section--erecht h5, .section--erecht h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.section--erecht h1 {
  margin-top: 4rem;
}
.section--erecht h2 {
  margin-top: 4rem;
}
.section--erecht h3 {
  margin-top: 2.5rem;
}
.section--erecht h1:first-of-type, .section--erecht h2:first-of-type {
  margin-top: 0;
}
.section--erecht .text p, .section--erecht p {
  margin: 1rem 0;
}
#BorlabsCookieBox .brlbs-dialog-logo {
  max-width: 75px;
  max-height: 30px;
  height: auto !important;
  object-fit: contain;
  margin-right: 1rem;
}
.image-source {
  border: 1px solid #888888;
  padding: 0.5rem;
  border-radius: 0.5rem;
}
.image-source__image {
  border-radius: 0.3rem;
  overflow: hidden;
  margin-bottom: 0.7rem;
}
.image-source__link {
  font-size: var(--fluid-text-xs);
  margin: 0.1rem 0;
}
.image-source__link span.thin {
  font-weight: 300;
}
#brx-content.post-password-required {
  height: 100vh;
  min-height: 100vh;
}
#brx-content.post-password-required .post-password-form {
  margin-top: 40vh;
}
/*
///########################################################################
///------------------- 08 Plugins
///########################################################################
*/
html.lenis {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-scrolling iframe {
  pointer-events: none;
}
/*
///########################################################################
///------------------- 08 shop
///########################################################################
*/
.page-breadcrumbs {
  margin-bottom: 3rem;
  font-style: italic;
  font-size: var(--fluid-text--s);
}
.page-breadcrumbs [aria-current="page"], .page-breadcrumbs .navigation {
  font-weight: 700;
}
.page-breadcrumbs .item, .page-breadcrumbs a, .page-breadcrumbs .separator {
  font-weight: 400;
  text-decoration: none;
}
.page-breadcrumbs .item:hover, .page-breadcrumbs a:hover {
  text-decoration: underline;
}
.infobox {
  gap: 1rem;
}
.infobox .infotext {
  gap: 0.5rem;
  align-items: flex-start;
  flex-direction: row !important;
  flex-wrap: nowrap;
}
.infobox .infotext .text, .infobox .infotext p {
  font-size: var(--fluid-text--s);
}
.infobox .infotext .icon, .infobox .infotext .icon::before {
  font-size: var(--fluid-text--s);
  width: auto;
  height: auto;
  line-height: normal;
  margin-top: 1px;
}
.col--fabric .infobox .infotext .icon, .col--fabric .infobox .infotext .icon::before {
  color: #CFFF00;
}
.col--fabric [data-balloon-pos=top]::after {
  background: #fff;
  color: #000;
}
.col--fabric [data-balloon-pos=top]::before {
  border-top-color: #fff !important;
}
.col--customer-details label, .hcs .woocommerce .form-row label {
  font-size: var(--fluid-text--xs);
}
.col--customer-details input, .col--customer-details textarea, .col--customer-details span.select2 .select2-selection__rendered, .hcs .woocommerce .form-row input, .hcs .woocommerce .form-row textarea, .hcs .woocommerce .form-row span.select2 .select2-selection__rendered {
  font-size: 1rem;
  line-height: normal;
  padding: 0.4rem 1rem;
  border-radius: 0.25rem;
  border: none;
  background-color: #E9E9E9;
}
.col--customer-details input::-webkit-input-placeholder, .col--customer-details textarea::-webkit-input-placeholder, .col--customer-details span.select2 .select2-selection__rendered::-webkit-input-placeholder, .hcs .woocommerce .form-row input::-webkit-input-placeholder, .hcs .woocommerce .form-row textarea::-webkit-input-placeholder, .hcs .woocommerce .form-row span.select2 .select2-selection__rendered::-webkit-input-placeholder {
  color: #1D1D1B;
  opacity: 0.5;
}
.col--customer-details .select2-selection, .hcs .woocommerce .form-row .select2-selection {
  border: none !important;
}
.col--customer-details .checkout-inline-error-message, .hcs .woocommerce .form-row .checkout-inline-error-message {
  color: red;
  font-size: var(--fluid-text--xs);
  margin-top: 0.4rem;
  margin-bottom: 1rem;
}
.woocommerce .woocommerce-terms-and-conditions-wrapper, .woocommerce .wc-gzd-checkbox-placeholder {
  font-size: var(--fluid-text--xs);
  line-height: 1.2;
  margin-bottom: 2rem;
}
.woocommerce label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
  display: flex !important;
  flex-direction: row;
  gap: 0.5rem;
}
.woocommerce input.woocommerce-form__input.woocommerce-form__input-checkbox.input-checkbox, .woocommerce input.woocommerce-form__input.woocommerce-form__input-checkbox {
  width: 1rem;
  height: 1rem;
  accent-color: #9858BF;
  cursor: pointer;
}
.kategorie-panel {
  transform: translateY(-100%);
  transition: transform 0.4s cubic-bezier(0.32, 0, 0.67, 0);
  position: fixed;
  background: #fff;
  z-index: 1000000000000000000;
  left: 0;
  top: 0;
  height: 100vh;
  height: 100svh;
  max-height: 100vh;
  max-height: 100svh;
  overflow-y: scroll;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  -webkit-overflow-scrolling: touch;
  align-items: center;
  justify-content: flex-start;
}
.kategorie-panel::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1024px) {
  .kategorie-panel {
    top: 0rem;
  }
}
.kategorie-panel.open {
  transform: translateX(0);
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.btn--cat-panel-close::before {
  background: #414141;
  z-index: 9;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-content: center;
  text-align: center;
  color: #fff;
  flex-wrap: wrap;
  border-radius: min(0.25rem, 0.75vw);
}
.btn--cat-panel-close:hover::before {
  background: red;
}
.kategorie-panel .category-main__links, .kategorie-panel .category-main-sub__links {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  flex-direction: row;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  gap: 0.5rem;
}
.kategorie-panel .category-main__links::-webkit-scrollbar, .kategorie-panel .category-main-sub__links::-webkit-scrollbar {
  width: 7px;
}
.kategorie-panel .category-main__links::-webkit-scrollbar-track, .kategorie-panel .category-main-sub__links::-webkit-scrollbar-track {
  background: transparent;
}
.kategorie-panel .category-main__links::-webkit-scrollbar-thumb, .kategorie-panel .category-main-sub__links::-webkit-scrollbar-thumb {
  background-color: rgba(155, 155, 155, 0.5);
  border-radius: 20px;
  border: transparent;
}
.kategorie-panel .category-main__links > div, .kategorie-panel .category-main-sub__links > div {
  flex: 0 0 auto;
}
.kategorie-panel .wrapper_top-category {
  margin-bottom: 0.5rem;
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px dashed #393939;
}
.kategorie-panel .wrapper_sub-category {
  height: auto;
}
.kategorie-panel .category-main-sub__links {
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.kategorie-panel .category-main-sub__links.active {
  height: 3rem;
}
.kategorie-panel .wrapper_top-category .category__link, .kategorie-panel .wrapper_sub-category .category__link {
  padding: min(0.5rem, 1vw) min(1rem, 2vw);
  border-radius: 0.25rem;
  width: auto;
  background: #F3F3F3;
  font-weight: 700;
  font-size: var(--fluid-text--s);
  border: 2px solid transparent;
  transition: all 0.1s ease;
  cursor: pointer;
}
.kategorie-panel .wrapper_top-category .category__link.active, .kategorie-panel .wrapper_sub-category .category__link.active {
  background: var(--customer-background-color);
  color: var(--customer-text-color);
}
.kategorie-panel .wrapper_sub-category .category__link.active {
  background: transparent;
  border-color: var(--customer-background-color);
  color: #1D1D1B;
}
.kategorie-panel .wrapper_product-category {
  margin-top: 2rem;
  justify-content: flex-start;
}
.kategorie-panel .category-product__links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.kategorie-panel .category-product__links .category__link, .kategorie-panel .grid__item {
  display: none;
  flex: 1 0 max(350px, 20%);
  align-self: stretch;
  background-color: #000;
  background-image: url("/wp-content/uploads/45-degree-fabric-light.png") !important;
  background-repeat: repeat !important;
  background-size: auto !important;
  color: #F3F3F3;
  position: relative;
  padding: 1.5rem;
  border-radius: 0.25rem;
}
.kategorie-panel .category-product__links .category__link:has(.category__name:hover), .kategorie-panel .grid__item:has(.category__name:hover) {
  opacity: 0.85;
}
.kategorie-panel .category-product__links .category__link.loading, .kategorie-panel .grid__item.loading {
  color: transparent !important;
}
.kategorie-panel .category-product__links .category__link.loading .category__name, .kategorie-panel .category-product__links .category__link.loading .wrapper_product-sub-category, .kategorie-panel .grid__item.loading .category__name, .kategorie-panel .grid__item.loading .wrapper_product-sub-category {
  opacity: 0.3;
}
.kategorie-panel .category-product__links .category__link.loading svg, .kategorie-panel .category-product__links .category__link.loading i, .kategorie-panel .category-product__links .category__link.loading i::before, .kategorie-panel .category-product__links .category__link.loading polygon, .kategorie-panel .category-product__links .category__link.loading path, .kategorie-panel .category-product__links .category__link.loading g, .kategorie-panel .grid__item.loading svg, .kategorie-panel .grid__item.loading i, .kategorie-panel .grid__item.loading i::before, .kategorie-panel .grid__item.loading polygon, .kategorie-panel .grid__item.loading path, .kategorie-panel .grid__item.loading g {
  fill: transparent !important;
  color: transparent !important;
}
.kategorie-panel .category-product__links .category__link.loading::after, .kategorie-panel .grid__item.loading::after {
  content: "";
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid transparent;
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}
.kategorie-panel .category-product__links .category__link.loading::after, .kategorie-panel .grid__item.loading::after {
  border-top-color: #CFFF00;
  border-bottom-color: #CFFF00;
}
.kategorie-panel .category-product__links .category__link.active, .kategorie-panel .grid__item.active {
  display: flex;
}
.kategorie-panel .category-product__links .category__link .category__name, .kategorie-panel .grid__item .category__name {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  color: #F3F3F3;
  width: 100%;
  font-weight: 700;
  font-size: var(--fluid-heading--xs);
  transition: all 0.3s ease;
}
.kategorie-panel .category-product__links .category__link .category__name:hover, .kategorie-panel .grid__item .category__name:hover {
  color: #CFFF00;
  transform: translateX(0.5rem);
}
.kategorie-panel .category-product__links .category__link .count-value, .kategorie-panel .grid__item .count-value {
  font-family: "Satoshi", "Open Sans", Arial, sans-serif;
  font-weight: 700;
  font-size: 0.6rem;
  color: #1D1D1B;
  background: #CFFF00;
  border-radius: 100px;
  width: 1.2rem;
  height: 1.2rem;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  line-height: normal;
  padding-top: px;
}
.kategorie-panel .category-product__links .category__link .count-value.empty, .kategorie-panel .grid__item .count-value.empty {
  background: #A2A2A2;
  color: #1D1D1B;
}
.kategorie-panel .wrapper_product-sub-category {
  margin-top: 1.5rem;
  gap: 0.3rem;
}
.kategorie-panel .wrapper_product-sub-category .subcategory__link .subcategory__name {
  display: list-item;
  list-style: none;
  padding-inline-start: 0rem;
  margin-inline-start: 0rem;
  margin-inline-end: 0;
  color: #F3F3F3;
  font-size: var(--fluid-text--m);
  transition: all 0.1s ease;
}
.kategorie-panel .wrapper_product-sub-category .subcategory__link .subcategory__name .count-value {
  background: none;
  color: #F3F3F3;
  font-size: var(--fluid-text--s);
  font-weight: 300;
  height: auto;
  opacity: 0.6;
  display: inline;
}
.kategorie-panel .wrapper_product-sub-category .subcategory__link .subcategory__name .count-value::before {
  content: "|";
  color: #F3F3F3;
  margin-right: 0.3em;
  margin-left: 0.6em;
}
.kategorie-panel .wrapper_product-sub-category .subcategory__link .subcategory__name .count-value.empty {
  color: #F3F3F3;
}
.kategorie-panel .wrapper_product-sub-category .subcategory__link:hover .subcategory__name {
  font-weight: 700;
  text-decoration: underline;
  transform: translateX(0.2rem);
}
.kategorie-panel .wrapper_product-sub-category svg.category-thumbnail {
  opacity: 0.7;
  width: 55%;
  display: none;
  align-self: center;
  margin: 1rem auto;
  fill: #fff;
}
.kategorie-panel .wrapper_product-sub-category svg.category-thumbnail path {
  fill: #fff !important;
}
.kategorie-panel {
  transform: translateY(-100%);
  transition: transform 0.4s cubic-bezier(0.32, 0, 0.67, 0);
  position: fixed;
  background: #fff;
  z-index: 1000000000000000000;
  left: 0;
  top: 0;
  height: 100vh;
  height: 100svh;
  max-height: 100vh;
  max-height: 100svh;
  overflow-y: scroll;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  -webkit-overflow-scrolling: touch;
  align-items: center;
  justify-content: flex-start;
}
.kategorie-panel::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1024px) {
  .kategorie-panel {
    top: 0rem;
  }
}
.kategorie-panel.open {
  transform: translateX(0);
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.btn--cat-panel-close::before {
  background: #414141;
  z-index: 9;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-content: center;
  text-align: center;
  color: #fff;
  flex-wrap: wrap;
  border-radius: min(0.25rem, 0.75vw);
}
.btn--cat-panel-close:hover::before {
  background: red;
}
.kategorie-panel .tabs--oc-kategorien .tabs__menu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
}
.kategorie-panel .tabs--oc-kategorien .tabs__menu .tabs__title {
  padding: min(0.5rem, 1vw) min(1rem, 2vw);
  border-radius: 0.25rem;
  width: auto;
  background: #F3F3F3;
  border: 2px solid transparent;
  transition: all 0.1s ease;
  cursor: pointer;
  display: flex;
}
.kategorie-panel .tabs--oc-kategorien .tabs__menu .tabs__title.brx-open {
  background: var(--customer-background-color);
  color: var(--customer-text-color);
}
.kategorie-panel .tabs--oc-kategorien .tabs__menu .tabs__title.brx-open .tabs__title-text {
  color: var(--customer-text-color);
}
.kategorie-panel .tabs--oc-kategorien .tabs__menu .tabs__title-text {
  align-self: center;
  font-weight: 700;
  font-size: var(--fluid-text--s);
}
.kategorie-panel .tabs--oc-kategorien .tabs__menu .btn {
  font-size: var(--fluid-text--s);
}
.kategorie-panel .tabs--oc-kategorien .tabs__content {
  justify-content: flex-start;
}
.kategorie-panel .tabs--oc-kategorien .tabs__content .product-category_grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.tabs--oc-kategorien .product-category_wrapper.grid__item {
  display: flex;
  flex-direction: column;
  flex: 1 0 max(350px, 20%);
  align-self: stretch;
  background-color: #000;
  background-image: url("/wp-content/uploads/45-degree-fabric-light.png") !important;
  background-repeat: repeat !important;
  background-size: auto !important;
  color: #F3F3F3;
  position: relative;
  padding: 1.5rem;
  border-radius: 0.25rem;
}
.tabs--oc-kategorien .product-category_wrapper.grid__item:has(.term-name:hover) {
  opacity: 0.85;
}
.tabs--oc-kategorien .product-category_wrapper.grid__item .term-name {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  color: #F3F3F3;
  width: 100%;
  font-weight: 700;
  font-size: var(--fluid-heading--xs);
  transition: all 0.3s ease;
}
.tabs--oc-kategorien .product-category_wrapper.grid__item .term-name:hover {
  color: #CFFF00;
  transform: translateX(0.5rem);
}
.tabs--oc-kategorien .product-category_wrapper.grid__item .term-name .count-value {
  font-family: "Satoshi", "Open Sans", Arial, sans-serif;
  font-weight: 700;
  font-size: 0.6rem;
  color: #1D1D1B;
  background: #CFFF00;
  border-radius: 100px;
  width: 1.3rem;
  height: 1.3rem;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  line-height: normal;
  padding-top: px;
}
.tabs--oc-kategorien .product-category_wrapper.grid__item .term-name .count-value.empty {
  background: #A2A2A2;
  color: #1D1D1B;
}
.tabs--oc-kategorien .product-subcategory_wrapper {
  margin-top: 1.5rem;
  gap: 0.3rem;
  display: flex;
  flex-direction: column;
}
.tabs--oc-kategorien .product-subcategory_wrapper .subterm-name {
  display: list-item;
  list-style: none;
  padding-inline-start: 0rem;
  margin-inline-start: 0rem;
  margin-inline-end: 0;
  color: #F3F3F3;
  font-size: var(--fluid-text--m);
  transition: all 0.1s ease;
}
.tabs--oc-kategorien .product-subcategory_wrapper .subterm-name:hover {
  font-weight: 700;
  text-decoration: underline;
  transform: translateX(0.2rem);
}
.tabs--oc-kategorien .product-subcategory_wrapper .subterm-name .count-value {
  background: none;
  color: #F3F3F3;
  font-size: var(--fluid-text--s);
  font-weight: 300;
  height: auto;
  opacity: 0.6;
  display: inline;
}
.tabs--oc-kategorien .product-subcategory_wrapper .subterm-name .count-value::before {
  content: "|";
  color: #F3F3F3;
  margin-right: 0.3em;
  margin-left: 0.3em;
}
.tabs--oc-kategorien .product-subcategory_wrapper .subterm-name .count-value.empty {
  color: #F3F3F3;
}
.produkt-grid.cards_wrapper.grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: min(2rem, 8vw);
}
@media (max-width: 1366px) {
  .produkt-grid.cards_wrapper.grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .produkt-grid.cards_wrapper.grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 500px) {
  .produkt-grid.cards_wrapper.grid {
    grid-template-columns: 1fr;
  }
}
.produkt-grid.cards_wrapper.grid .card {
  flex: 1 1 100%;
  width: 100%;
  max-width: 100%;
}
.btn.btn--mini-cart {
  padding: 0.4rem 0.8rem;
}
.btn.btn--mini-cart .mini-cart-link {
  line-height: 1;
  align-items: center;
  gap: 1rem;
}
.btn.btn--mini-cart .cart-icon {
  line-height: 1;
  height: auto;
  transform: translateY(0.5px);
  align-items: center;
}
.btn.btn--mini-cart .cart-icon::after {
  content: "Warenkorb";
  align-self: center;
  justify-content: center;
  font-size: var(--fluid-text--m);
  line-height: 1;
  margin-left: 0.5rem;
  letter-spacing: 0;
}
.btn.btn--mini-cart .cart-icon i, .btn.btn--mini-cart .cart-icon i::before {
  font-size: var(--fluid-text--xs);
  height: auto;
}
.btn.btn--mini-cart .cart-subtotal bdi, .btn.btn--mini-cart .cart-subtotal span {
  font-family: "Satoshi", "Open Sans", Arial, sans-serif;
  font-weight: 700;
  font-size: var(--fluid-text--xs);
  letter-spacing: 0;
}
.produkt-details.wrapper.flex {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: min(5rem, 10vw);
}
@media (max-width: 768px) {
  .produkt-details.wrapper.flex {
    flex-direction: column;
  }
}
.produkt-details .col--image {
  width: auto;
  flex: 0 0 30%;
  min-width: 200px;
  max-width: 500px;
}
@media (max-width: 768px) {
  .produkt-details .col--image {
    max-width: 100%;
    width: 100%;
  }
}
.produkt-details .col--content {
  width: auto;
  flex-grow: 1;
  flex-direction: column;
  flex-wrap: nowrap;
}
.produkt-details .col--content .wc-gzd-additional-info {
  display: none;
}
@media (max-width: 768px) {
  .produkt-details .col--content {
    max-width: 100%;
    width: 100%;
    flex-direction: column;
  }
}
.produkt-details .col--image .slider__image {
  width: 100%;
  height: 100%;
}
.produkt-details .col--image .sync-sliders-thumb .slider__slide {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100px !important;
}
.produkt-details .col--image .sync-sliders-thumb .slider__slide img {
  width: 100%;
  height: 100%;
}
.produkt-details__heading {
  font-family: "Anton", "Satoshi", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-size: var(--fluid-heading--m);
  text-transform: uppercase;
}
.produkt-details .divider.line {
  margin: min(1.5rem, 6vw) 0;
}
.produkt-details__title_wrapper {
  padding-bottom: 2.5rem;
}
.produkt-details__subtitle_wrapper {
  margin-top: 0.5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.produkt-details .produkt-details__subtitle {
  font-size: var(--fluid-text--s);
  font-weight: 400;
  font-size: var(--fluid-text--xs);
  background: #414141;
  border-radius: 0.1rem;
  padding: 0.3rem 0.4rem;
  color: #F3F3F3;
  line-height: 1;
  font-weight: 400;
  flex: 0 0 auto;
}
.produkt-details .produkt-details__subtitle .bold {
  font-weight: 700;
}
.produkt-details .produkt-details__subtitle--light {
  background: #E9E9E9;
  color: #1D1D1B;
}
.produkt-details .produkt-details__subtitle::after {
  color: #1D1D1B;
}
.produkt-details__block {
  flex-direction: row;
}
@media (max-width: 1024px) {
  .produkt-details__block {
    flex-direction: column;
  }
}
.produkt-details__block .values_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.produkt-details__block .values {
  display: flex;
  user-select: none;
  font-weight: 700;
  width: auto;
}
.produkt-details__block .values::after {
  content: "|";
  font-weight: 300;
  margin: 0 0.3rem;
}
.produkt-details__block .values:last-child::after {
  display: none;
}
.produkt-details__block .text ul, .produkt-details__block.text ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.produkt-details__block .text ul > li, .produkt-details__block.text ul > li {
  line-height: 1.2;
}
.produkt-details__label {
  font-size: var(--fluid-text--s);
  font-weight: 400;
  width: auto;
  min-width: 120px;
  margin: 0rem 0;
  margin-right: 1rem;
  font-style: italic;
}
@media (max-width: 1024px) {
  .produkt-details__label {
    text-decoration: underline;
    font-weight: 700;
    margin-bottom: 1rem;
  }
}
.produkt-details__colors {
  display: flex;
}
.produkt-details__colors .colors_wrapper {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
.produkt-details__colors .color__preview-circle {
  width: 1rem;
  height: 1rem;
  border-radius: 200px;
  outline: 1px solid #909090;
  outline-offset: 1px;
}
.produkt-details__sizes .values--range {
  display: inline-flex;
}
.produkt-details__sizes .values--range::after {
  content: "-";
  margin: 0 0.4em;
}
.produkt-details__sizes .values--range:last-child::after {
  display: none;
}
.produkt-details__motiv {
  display: flex;
}
.produkt-details__motiv .wrapper {
  width: 100%;
}
.produkt-details__preis .wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
}
.produkt-details__preis .wrapper--preis {
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-end;
  align-items: flex-end;
  line-height: 1;
  gap: 0.3rem;
}
.produkt-details__preis .preis {
  margin-right: 0.7rem;
  font-size: var(--fluid-heading--xs);
  font-weight: 700;
  line-height: 1rem;
}
.produkt-details__preis .preis.empty {
  font-size: var(--fluid-text--m);
  color: #fff;
  background: red;
  border-radius: min(0.25rem, 0.75vw);
  padding: 0.6rem 1.2rem;
}
.produkt-details__preis .preis .produkt-details__label {
  margin-right: 0.5rem;
  text-decoration: none !important;
  font-weight: 400 !important;
}
.produkt-details__preis .preis-zusatz {
  font-size: var(--fluid-text--s);
  line-height: 1rem;
}
.produkt-details__preis .preis-zusatz a {
  text-decoration: underline;
}
.quantity-picker, form.woocommerce-cart-form .quantity-picker {
  display: flex;
  align-items: center;
}
.quantity-picker .quantity, form.woocommerce-cart-form .quantity-picker .quantity {
  border: 1px solid #E9E9E9;
  border-radius: 0.25rem;
  width: 100%;
  max-width: fit-content;
  align-self: center;
  display: flex;
  flex-direction: row;
}
.quantity-picker .quantity .minus, form.woocommerce-cart-form .quantity-picker .quantity .minus {
  order: 0;
}
.quantity-picker .quantity .qty, form.woocommerce-cart-form .quantity-picker .quantity .qty {
  order: 1;
}
.quantity-picker .quantity .plus, form.woocommerce-cart-form .quantity-picker .quantity .plus {
  order: 2;
}
.quantity-picker .quantity input, .quantity-picker .quantity span.action, .quantity-picker .quantity .action, form.woocommerce-cart-form .quantity-picker .quantity input, form.woocommerce-cart-form .quantity-picker .quantity span.action, form.woocommerce-cart-form .quantity-picker .quantity .action {
  border: none !important;
  border-color: transparent !important;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;
}
.quantity-picker .quantity input, .quantity-picker .quantity input.qty, form.woocommerce-cart-form .quantity-picker .quantity input, form.woocommerce-cart-form .quantity-picker .quantity input.qty {
  width: 100% !important;
  max-width: 40px;
  font-size: var(--fluid-text--s);
  line-height: 2rem;
}
.quantity-picker .quantity input::-webkit-outer-spin-button, .quantity-picker .quantity input::-webkit-inner-spin-button, .quantity-picker .quantity input.qty::-webkit-outer-spin-button, .quantity-picker .quantity input.qty::-webkit-inner-spin-button, form.woocommerce-cart-form .quantity-picker .quantity input::-webkit-outer-spin-button, form.woocommerce-cart-form .quantity-picker .quantity input::-webkit-inner-spin-button, form.woocommerce-cart-form .quantity-picker .quantity input.qty::-webkit-outer-spin-button, form.woocommerce-cart-form .quantity-picker .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity-picker .quantity span.action, .quantity-picker .quantity .action, form.woocommerce-cart-form .quantity-picker .quantity span.action, form.woocommerce-cart-form .quantity-picker .quantity .action {
  width: 2rem;
  height: 2rem;
  opacity: 0.75;
}
.quantity-picker .quantity span.action:hover, .quantity-picker .quantity .action:hover, form.woocommerce-cart-form .quantity-picker .quantity span.action:hover, form.woocommerce-cart-form .quantity-picker .quantity .action:hover {
  background: rgba(0, 0, 0, 0.05);
  cursor: pointer;
  opacity: 1;
}
.quantity-picker .quantity span.action svg, .quantity-picker .quantity span.action i, .quantity-picker .quantity .action svg, .quantity-picker .quantity .action i, form.woocommerce-cart-form .quantity-picker .quantity span.action svg, form.woocommerce-cart-form .quantity-picker .quantity span.action i, form.woocommerce-cart-form .quantity-picker .quantity .action svg, form.woocommerce-cart-form .quantity-picker .quantity .action i {
  width: 1rem;
  height: 1rem;
  font-size: 1rem;
  text-align: center;
  line-height: normal;
  color: #414141;
  fill: #414141;
}
.quantity-picker .quantity span.action svg::before, .quantity-picker .quantity span.action i::before, .quantity-picker .quantity .action svg::before, .quantity-picker .quantity .action i::before, form.woocommerce-cart-form .quantity-picker .quantity span.action svg::before, form.woocommerce-cart-form .quantity-picker .quantity span.action i::before, form.woocommerce-cart-form .quantity-picker .quantity .action svg::before, form.woocommerce-cart-form .quantity-picker .quantity .action i::before {
  width: 1rem;
  height: 1rem;
  font-size: 1rem;
  display: block;
  line-height: normal;
}
.quantity-picker .quantity span.action svg path, .quantity-picker .quantity span.action svg g, .quantity-picker .quantity span.action svg polygon, .quantity-picker .quantity span.action svg line, .quantity-picker .quantity span.action svg text, .quantity-picker .quantity span.action i path, .quantity-picker .quantity span.action i g, .quantity-picker .quantity span.action i polygon, .quantity-picker .quantity span.action i line, .quantity-picker .quantity span.action i text, .quantity-picker .quantity .action svg path, .quantity-picker .quantity .action svg g, .quantity-picker .quantity .action svg polygon, .quantity-picker .quantity .action svg line, .quantity-picker .quantity .action svg text, .quantity-picker .quantity .action i path, .quantity-picker .quantity .action i g, .quantity-picker .quantity .action i polygon, .quantity-picker .quantity .action i line, .quantity-picker .quantity .action i text, form.woocommerce-cart-form .quantity-picker .quantity span.action svg path, form.woocommerce-cart-form .quantity-picker .quantity span.action svg g, form.woocommerce-cart-form .quantity-picker .quantity span.action svg polygon, form.woocommerce-cart-form .quantity-picker .quantity span.action svg line, form.woocommerce-cart-form .quantity-picker .quantity span.action svg text, form.woocommerce-cart-form .quantity-picker .quantity span.action i path, form.woocommerce-cart-form .quantity-picker .quantity span.action i g, form.woocommerce-cart-form .quantity-picker .quantity span.action i polygon, form.woocommerce-cart-form .quantity-picker .quantity span.action i line, form.woocommerce-cart-form .quantity-picker .quantity span.action i text, form.woocommerce-cart-form .quantity-picker .quantity .action svg path, form.woocommerce-cart-form .quantity-picker .quantity .action svg g, form.woocommerce-cart-form .quantity-picker .quantity .action svg polygon, form.woocommerce-cart-form .quantity-picker .quantity .action svg line, form.woocommerce-cart-form .quantity-picker .quantity .action svg text, form.woocommerce-cart-form .quantity-picker .quantity .action i path, form.woocommerce-cart-form .quantity-picker .quantity .action i g, form.woocommerce-cart-form .quantity-picker .quantity .action i polygon, form.woocommerce-cart-form .quantity-picker .quantity .action i line, form.woocommerce-cart-form .quantity-picker .quantity .action i text {
  fill: #414141;
}
.quantity-picker .quantity span.action svg::before, .quantity-picker .quantity span.action i::before, .quantity-picker .quantity .action svg::before, .quantity-picker .quantity .action i::before, form.woocommerce-cart-form .quantity-picker .quantity span.action svg::before, form.woocommerce-cart-form .quantity-picker .quantity span.action i::before, form.woocommerce-cart-form .quantity-picker .quantity .action svg::before, form.woocommerce-cart-form .quantity-picker .quantity .action i::before {
  color: #414141;
}
.quantity-picker--bricks {
  border: 1px solid #E9E9E9;
  border-radius: 0.25rem;
  width: 100%;
  max-width: fit-content;
  align-self: center;
  display: flex;
  flex-direction: row;
}
.quantity-picker--bricks .minus {
  order: 0;
}
.quantity-picker--bricks .qty {
  order: 1;
}
.quantity-picker--bricks .plus {
  order: 2;
}
.quantity-picker--bricks input, .quantity-picker--bricks span.action, .quantity-picker--bricks .action {
  border: none !important;
  border-color: transparent !important;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;
}
.quantity-picker--bricks input, .quantity-picker--bricks input.qty {
  width: 100% !important;
  max-width: 40px;
  font-size: var(--fluid-text--s);
  line-height: 2rem;
}
.quantity-picker--bricks input::-webkit-outer-spin-button, .quantity-picker--bricks input::-webkit-inner-spin-button, .quantity-picker--bricks input.qty::-webkit-outer-spin-button, .quantity-picker--bricks input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity-picker--bricks span.action, .quantity-picker--bricks .action {
  width: 2rem;
  height: 2rem;
  opacity: 0.75;
}
.quantity-picker--bricks span.action:hover, .quantity-picker--bricks .action:hover {
  background: rgba(0, 0, 0, 0.05);
  cursor: pointer;
  opacity: 1;
}
.quantity-picker--bricks span.action svg, .quantity-picker--bricks span.action i, .quantity-picker--bricks .action svg, .quantity-picker--bricks .action i {
  width: 1rem;
  height: 1rem;
  font-size: 1rem;
  text-align: center;
  line-height: normal;
  color: #414141;
  fill: #414141;
}
.quantity-picker--bricks span.action svg::before, .quantity-picker--bricks span.action i::before, .quantity-picker--bricks .action svg::before, .quantity-picker--bricks .action i::before {
  width: 1rem;
  height: 1rem;
  font-size: 1rem;
  display: block;
  line-height: normal;
}
.quantity-picker--bricks span.action svg path, .quantity-picker--bricks span.action svg g, .quantity-picker--bricks span.action svg polygon, .quantity-picker--bricks span.action svg line, .quantity-picker--bricks span.action svg text, .quantity-picker--bricks span.action i path, .quantity-picker--bricks span.action i g, .quantity-picker--bricks span.action i polygon, .quantity-picker--bricks span.action i line, .quantity-picker--bricks span.action i text, .quantity-picker--bricks .action svg path, .quantity-picker--bricks .action svg g, .quantity-picker--bricks .action svg polygon, .quantity-picker--bricks .action svg line, .quantity-picker--bricks .action svg text, .quantity-picker--bricks .action i path, .quantity-picker--bricks .action i g, .quantity-picker--bricks .action i polygon, .quantity-picker--bricks .action i line, .quantity-picker--bricks .action i text {
  fill: #414141;
}
.quantity-picker--bricks span.action svg::before, .quantity-picker--bricks span.action i::before, .quantity-picker--bricks .action svg::before, .quantity-picker--bricks .action i::before {
  color: #414141;
}
.table-data--product_quantity.quantity-picker {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  align-content: stretch;
  gap: 0.1rem;
  background: none;
}
.table-data--product_quantity.quantity-picker .plus, .table-data--product_quantity.quantity-picker .minus {
  cursor: pointer;
  padding: 0.75rem;
  background-color: transparent;
  border: 1px dashed #909090;
  height: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 0.1rem;
  border-width: 1px;
}
.table-data--product_quantity.quantity-picker .plus:hover, .table-data--product_quantity.quantity-picker .minus:hover {
  background-color: var(--customer-background-color);
}
.table-data--product_quantity.quantity-picker input.quantity-input {
  width: 100%;
  height: 100%;
  text-align: center;
  border: 1px solid #ccc;
  line-height: 1;
  justify-content: center;
  display: flex;
  align-self: stretch;
  background: none;
  border: 1px dashed #909090 !important;
  border-width: 1px !important;
  max-width: none;
}
.table-data--product_quantity.quantity-picker input.quantity-input::-webkit-outer-spin-button, .table-data--product_quantity.quantity-picker input.quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.table-data--product_quantity.quantity-picker input.quantity-input:active, .table-data--product_quantity.quantity-picker input.quantity-input:focus {
  background: rgba(255, 255, 255, 0.3);
}
@media (max-width: 1366px) {
  .section.einzelprodukt-preistabelle .fixed_ctr {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.produkttabelle--filter {
  padding: 3rem;
  padding: min(3rem, 6vw);
}
.produkttabelle--filter .produkttabelle__liste .produkttabelle__table-row {
  display: none;
}
.produkttabelle--filter .produkttabelle__liste .produkttabelle__table-row.active {
  display: flex;
}
.produkttabelle .switch-outer_wrapper {
  gap: 1rem;
}
.produkttabelle .produkttabelle__switch-wrapper {
  align-items: flex-start;
  flex-direction: row;
}
@media (max-width: 1024px) {
  .produkttabelle .produkttabelle__switch-wrapper {
    flex-direction: column;
  }
}
.produkttabelle .produkttabelle__switch-wrapper .heading__label {
  color: #fff;
  font-size: var(--fluid-text--s);
  margin-right: 2rem;
  margin-top: 0;
  min-width: 8rem;
}
.produkttabelle .logo_btn, .produkttabelle .color_btn {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 0;
  border-right: 1px solid #393939;
}
.produkttabelle .logo_btn:last-child, .produkttabelle .color_btn:last-child {
  border-right: 0;
}
.produkttabelle .logo_btn.active .logo__preview-circle, .produkttabelle .logo_btn.active .color__preview-circle, .produkttabelle .color_btn.active .logo__preview-circle, .produkttabelle .color_btn.active .color__preview-circle {
  outline: 2px solid #CFFF00;
}
.produkttabelle .logo_btn.active .logo__label, .produkttabelle .logo_btn.active .color__label, .produkttabelle .color_btn.active .logo__label, .produkttabelle .color_btn.active .color__label {
  font-weight: 400;
}
.produkttabelle .logo_btn.active .logo__label, .produkttabelle .color_btn.active .logo__label {
  outline: 2px solid #CFFF00;
}
.produkttabelle .logo__preview-circle, .produkttabelle .color__preview-circle {
  outline: 1px dashed #7F7F7F;
  outline-offset: 2px;
  transition: none;
}
.produkttabelle .logo__label, .produkttabelle .color__label {
  font-size: var(--fluid-text--s);
  text-align: center;
}
.produkttabelle__color-switch > .wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(85px, 100%), 1fr));
  justify-items: center;
  gap: 0.5rem;
}
.produkttabelle__color-switch .color_btn {
  width: fit-content;
}
.produkttabelle__color-switch .color_btn .color__preview-circle {
  width: 2rem;
  height: 2rem;
  border-radius: 200px;
}
.produkttabelle__color-switch .color_btn .color__label {
  margin-top: 0.75rem;
  max-width: 9rem;
}
.produkttabelle__logo-switch .logo-varianten {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}
.produkttabelle__logo-switch .logo_btn {
  padding-right: 1rem;
}
.produkttabelle__logo-switch .logo_btn .logo__label {
  padding: 0.5rem;
  border-radius: 0.25rem;
}
@media (max-width: 1024px) {
  .produkttabelle__liste {
    overflow-x: scroll;
    scrollbar-width: thin;
  }
  .produkttabelle__liste::-webkit-scrollbar {
    width: 7px;
  }
  .produkttabelle__liste::-webkit-scrollbar-track {
    background: transparent;
  }
  .produkttabelle__liste::-webkit-scrollbar-thumb {
    background-color: rgba(155, 155, 155, 0.5);
    border-radius: 20px;
    border: transparent;
  }
}
.produkttabelle__liste .produkttabelle__head-row, .produkttabelle__liste .produkttabelle__table-row {
  justify-content: center;
  align-content: stretch;
  margin: 0.15rem auto;
  column-gap: 0.3rem !important;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.produkttabelle__liste .produkttabelle__head-row.has-items .td--preis.active, .produkttabelle__liste .produkttabelle__head-row.has-items .td--sku, .produkttabelle__liste .produkttabelle__head-row.has-items .td--size, .produkttabelle__liste .produkttabelle__head-row.has-items .td--color, .produkttabelle__liste .produkttabelle__head-row.has-items input, .produkttabelle__liste .produkttabelle__table-row.has-items .td--preis.active, .produkttabelle__liste .produkttabelle__table-row.has-items .td--sku, .produkttabelle__liste .produkttabelle__table-row.has-items .td--size, .produkttabelle__liste .produkttabelle__table-row.has-items .td--color, .produkttabelle__liste .produkttabelle__table-row.has-items input {
  color: #CFFF00 !important;
  font-weight: 700;
}
.produkttabelle__liste .has-items .table-data {
  background: rgba(255, 255, 255, 0.3);
}
.produkttabelle__liste .table-data {
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  align-self: stretch;
  align-content: center;
  padding: 0.3rem 0.5rem;
  width: 100%;
  font-size: var(--fluid-text--s);
}
.produkttabelle__liste .table-data--label {
  background: none;
  font-weight: 700;
  font-size: 0.8rem;
  justify-self: center;
  text-align: center;
}
.produkttabelle__liste .table-data {
  display: flex;
  flex: 0 1 auto;
  min-width: 100px;
}
.produkttabelle__liste .table-data.td--preis {
  max-width: 100px;
}
.produkttabelle__liste .table-data.td--quantity {
  max-width: 140px;
  min-width: 140px;
  flex: 0 0 auto;
}
.produkttabelle__liste .produkttabelle__table-row .table-data--size {
  display: flex;
  flex-direction: row;
}
.produkttabelle__liste .produkttabelle__table-row .table-data--size .label {
  font-size: 0.7rem;
  font-weight: 300;
  margin: 0 0.3rem;
}
.produkttabelle__liste .produkttabelle__table-row .table-data--product_quantity {
  padding: 0 !important;
  background: none;
}
.produkttabelle__liste [class*="table-data--preis"] {
  opacity: 0.3;
}
.produkttabelle__liste [class*="table-data--preis"].active {
  opacity: 1;
}
.produkttabelle .btn--go-to-cart {
  visibility: hidden;
}
.produkttabelle .btn--go-to-cart.active {
  visibility: visible;
  animation: key--fade-in-left 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.produkttabelle .info_wrapper {
  gap: 1rem;
}
.produkttabelle .info_wrapper .produkthinweis {
  background: #CFFF00;
  border-radius: 0.1rem;
  color: #1D1D1B;
  padding: 0.75rem 1rem;
  font-size: var(--fluid-text--m);
  width: 100%;
}
.logo-preview .color_wrapper {
  margin-bottom: min(1rem, 2vw);
  border-radius: 0.25rem;
  overflow: hidden;
  outline: 1px solid #393939;
  outline-width: 2px;
  outline-offset: 1px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.logo-preview .color_wrapper:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.logo-preview .color_wrapper__block {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  border-left: 1px solid #909090;
  width: auto;
  flex: 1 1 auto;
  flex-wrap: nowrap;
  min-height: 5rem;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .logo-preview .color_wrapper__block {
    width: 100%;
  }
}
.logo-preview .color_wrapper__block:last-child {
  border-right: none;
}
.logo-preview .color_wrapper__block:last-child .logo_wrapper {
  border-right: none;
}
.logo-preview .color_wrapper__block:not(.motivposition) {
  min-width: min(17rem, 100%);
  flex: 0 1 auto;
}
.logo-preview .color_wrapper__block.motivposition {
  flex-wrap: nowrap;
  min-width: min(10rem, 100%);
}
.logo-preview .color_wrapper__block.motivposition .switch_color {
  background: linear-gradient(45deg, var(--textil-farbe-2) calc(100% - 2rem), var(--textil-farbe-1) calc(100% - 2rem));
}
.logo-preview .color_wrapper__label {
  background: #fff;
  width: 100%;
  padding: 0.3rem 0.6rem;
  font-size: var(--fluid-text--xs);
  color: #1D1D1B;
  text-align: center;
  align-self: center;
  border-top: 1px solid #909090;
  border-bottom: 1px solid #909090;
  position: relative;
}
.logo-preview .color_wrapper__label .bold {
  font-weight: 700;
}
.logo-preview .color_wrapper__label::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: -2px;
  height: 0;
  border-top: 1px solid #fff;
  z-index: 3;
}
.logo-preview .logo_wrapper {
  justify-content: center;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 1rem 1rem;
  height: 100%;
}
.logo-preview .logo_wrapper .image {
  height: 4rem;
  max-width: 200px;
  border-radius: 0;
  object-fit: contain;
}
.logo-preview .logo_wrapper .image img {
  border-radius: 0;
  filter: drop-shadow(1px 1px 0px rgba(0, 0, 0, 0.2)) drop-shadow(-1px -1px 0px rgba(255, 255, 255, 0.2));
  padding: 1px;
}
.logo-preview .logo_wrapper .galerie--varianten {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1rem;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  flex-direction: row;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  min-width: 170px;
  width: fit-content;
}
.logo-preview .logo_wrapper .galerie--varianten::-webkit-scrollbar {
  width: 7px;
}
.logo-preview .logo_wrapper .galerie--varianten::-webkit-scrollbar-track {
  background: transparent;
}
.logo-preview .logo_wrapper .galerie--varianten::-webkit-scrollbar-thumb {
  background-color: rgba(155, 155, 155, 0.5);
  border-radius: 20px;
  border: transparent;
}
.logo-preview .logo_wrapper .galerie--varianten > div {
  flex: 0 0 auto;
}
.logo-preview .logo_wrapper .galerie--varianten img {
  aspect-ratio: auto;
  max-width: 100px;
}
.produkttabelle .color_wrapper_js {
  display: none;
  outline: 2px solid #CFFF00;
  outline-offset: 1px;
  width: fit-content;
  width: 100%;
  margin-bottom: 0;
}
.produkttabelle .color_wrapper_js.active {
  display: flex;
}
.produkttabelle .color_wrapper__block {
  min-height: 5rem;
  width: fit-content;
  min-width: 8rem;
}
.produkttabelle .color_wrapper__block .color_wrapper__label {
  background-color: #000;
  background-image: url("/wp-content/uploads/45-degree-fabric-light.png") !important;
  background-repeat: repeat !important;
  background-size: auto !important;
  color: #F3F3F3;
}
.produkttabelle .color_wrapper__block .color_wrapper__label::before {
  display: none;
}
.produkttabelle .logo_wrapper .image {
  max-height: 4rem;
  max-width: 200px;
  border-radius: 0;
}
.wrapper--kundenfilter-admin {
  gap: min(0.5rem, 0.75vw);
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(min(175px, 100%), 1fr));
  width: 100%;
}
.wrapper--kundenfilter-admin .item {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.7;
  justify-content: center;
  align-items: center;
  border-radius: min(0.5rem, 1.5vw);
  background: #F7F7F7;
  transition: all 0.3s ease;
  border: 3px solid transparent;
}
.wrapper--kundenfilter-admin .item:hover {
  background: transparent;
  border-color: #E9E9E9;
}
.wrapper--kundenfilter-admin .item .logo {
  width: 70%;
  height: 60%;
  object-fit: contain;
  transition: all 0.3s ease;
}
.produktfilter {
  align-items: center;
}
.produktfilter .heading {
  width: auto;
  margin-right: 4rem;
  hyphens: none;
}
.produktfilter .inner_wrapper {
  gap: 1rem;
}
.produktfilter .filter {
  border-radius: min(0.25rem, 0.75vw) !important;
  overflow: hidden;
  background-color: #E9E9E9 !important;
  height: 2rem;
  width: auto;
  line-height: normal;
  border: none;
  max-width: 175px !important;
  padding: 0 1rem !important;
  display: flex !important;
  font-size: 1rem;
  padding-right: 2rem !important;
  max-width: none !important;
}
.produktfilter .filter::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1D1D1B !important;
  opacity: 0.5 !important;
  font-size: 1rem;
}
.wc-notice.woocommerce-notices-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #CFFF00;
  padding: 0.5rem 1.5rem;
}
.wc-notice.woocommerce-notices-wrapper > ul, .wc-notice.woocommerce-notices-wrapper > div, .wc-notice.woocommerce-notices-wrapper .woocommerce-message, .wc-notice.woocommerce-notices-wrapper .woocommerce-error, .wc-notice.woocommerce-notices-wrapper .woocommerce-info, .wc-notice.woocommerce-notices-wrapper .woocommerce-notice {
  padding: 0 !important;
  background: transparent !important;
}
.wc-notice.woocommerce-notices-wrapper > ul a, .wc-notice.woocommerce-notices-wrapper > div a, .wc-notice.woocommerce-notices-wrapper .woocommerce-message a, .wc-notice.woocommerce-notices-wrapper .woocommerce-error a, .wc-notice.woocommerce-notices-wrapper .woocommerce-info a, .wc-notice.woocommerce-notices-wrapper .woocommerce-notice a {
  align-items: center;
  background-color: transparent;
  border-width: 0;
  color: currentcolor;
  display: block;
  font-weight: 400;
  justify-content: center;
  min-height: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
}
.wc-notice.woocommerce-notices-wrapper > ul strong, .wc-notice.woocommerce-notices-wrapper > div strong, .wc-notice.woocommerce-notices-wrapper .woocommerce-message strong, .wc-notice.woocommerce-notices-wrapper .woocommerce-error strong, .wc-notice.woocommerce-notices-wrapper .woocommerce-info strong, .wc-notice.woocommerce-notices-wrapper .woocommerce-notice strong {
  font-weight: 700;
}
.wc-notice.woocommerce-notices-wrapper.show {
  animation: key--fib 1s ease-out both;
}
.wc-notice.woocommerce-notices-wrapper.hide {
  animation: key--fob 1s ease-in both;
}
.wc-notice.woocommerce-notices-wrapper {
  color: #000;
  font-size: var(--fluid-text--s);
  text-align: center;
}
.wc-notice.woocommerce-notices-wrapper div, .wc-notice.woocommerce-notices-wrapper ul, .wc-notice.woocommerce-notices-wrapper li, .wc-notice.woocommerce-notices-wrapper a, .wc-notice.woocommerce-notices-wrapper .woocommerce-message, .wc-notice.woocommerce-notices-wrapper .woocommerce-error, .wc-notice.woocommerce-notices-wrapper .woocommerce-info, .wc-notice.woocommerce-notices-wrapper .woocommerce-notice {
  color: #000;
  font-size: var(--fluid-text--s);
  text-align: center;
  justify-content: center;
}
.wc-notice.woocommerce-notices-wrapper .wc-notice-close {
  background: red;
  border: none;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
  position: absolute;
  color: #fff;
  right: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.wc-notice.woocommerce-notices-wrapper .wc-notice-close:hover {
  background: #414141;
}
@media (max-width: 1366px) {
  .section--cart .template-cart {
    display: flex;
    flex-direction: column;
  }
}
.hcs .woocommerce table.shop_table--cart {
  margin-bottom: 0;
}
.hcs .woocommerce table.shop_table--cart thead .produkt-quantity {
  text-align: center;
}
.hcs .woocommerce table.shop_table--cart thead .produkt-subtotal {
  text-align: right;
}
@media (max-width: 768px) {
  .hcs .woocommerce table.shop_table--cart thead {
    display: none;
  }
}
@media (max-width: 768px) {
  .hcs .woocommerce table.shop_table--cart tbody tr {
    display: flex;
    flex-direction: column;
    padding: 2rem;
    gap: 0.5rem;
  }
}
.hcs .woocommerce table.shop_table--cart tbody td {
  padding: 2rem 1rem;
}
@media (max-width: 768px) {
  .hcs .woocommerce table.shop_table--cart tbody td {
    padding: 0;
  }
  .hcs .woocommerce table.shop_table--cart tbody td::before {
    margin-right: 1rem;
    font-weight: 400;
  }
}
.hcs .woocommerce table.shop_table--cart tbody td.produkt-thumbnail {
  text-align: center;
  padding-right: 0;
}
.hcs .woocommerce table.shop_table--cart tbody td.produkt-thumbnail .image img, .hcs .woocommerce table.shop_table--cart tbody td.produkt-thumbnail .image {
  border-radius: 0.25rem;
  max-width: 4rem;
}
@media (max-width: 768px) {
  .hcs .woocommerce table.shop_table--cart tbody td.produkt-thumbnail .image img, .hcs .woocommerce table.shop_table--cart tbody td.produkt-thumbnail .image {
    max-width: 100px;
  }
}
.hcs .woocommerce table.shop_table--cart tbody td.produkt-info .produkt-title {
  font-size: var(--fluid-text--m);
  margin-bottom: 1rem;
  margin-top: 0;
}
@media (max-width: 768px) {
  .hcs .woocommerce table.shop_table--cart tbody td.produkt-info .produkt-title {
    font-size: var(--fluid-text--l);
  }
}
.hcs .woocommerce table.shop_table--cart tbody td.produkt-info .produkt-eigenschaften, .hcs .woocommerce table.shop_table--cart tbody td.produkt-info .produkt-zusatzinfo {
  margin-top: 0.3rem;
}
.hcs .woocommerce table.shop_table--cart tbody td.produkt-info .produkt-preis {
  font-size: var(--fluid-text--s);
  margin-top: 0.7rem;
}
.hcs .woocommerce table.shop_table--cart tbody td.produkt-info .produkt-preis del .amount {
  font-weight: 400;
  opacity: 0.7;
}
.hcs .woocommerce table.shop_table--cart tbody td.produkt-info .produkt-preis ins, .hcs .woocommerce table.shop_table--cart tbody td.produkt-info .produkt-preis .amount {
  font-weight: 700;
  text-decoration: none;
}
.hcs .woocommerce table.shop_table--cart tbody td.produkt-info .button-group {
  margin-top: 0.7rem;
  gap: 1rem;
  align-items: stretch;
}
.hcs .woocommerce table.shop_table--cart tbody td.produkt-info .remove-link .remove-icon {
  font-weight: 700;
  color: red;
}
.hcs .woocommerce table.shop_table--cart tbody td.produkt-info .remove-link .loading {
  color: transparent !important;
}
.hcs .woocommerce table.shop_table--cart tbody td.produkt-info .remove-link .loading svg, .hcs .woocommerce table.shop_table--cart tbody td.produkt-info .remove-link .loading i, .hcs .woocommerce table.shop_table--cart tbody td.produkt-info .remove-link .loading i::before, .hcs .woocommerce table.shop_table--cart tbody td.produkt-info .remove-link .loading polygon, .hcs .woocommerce table.shop_table--cart tbody td.produkt-info .remove-link .loading path, .hcs .woocommerce table.shop_table--cart tbody td.produkt-info .remove-link .loading g {
  fill: transparent !important;
  color: transparent !important;
}
.hcs .woocommerce table.shop_table--cart tbody td.produkt-info .remove-link .loading::after {
  content: "";
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid transparent;
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}
.hcs .woocommerce table.shop_table--cart tbody td.produkt-info .remove-link .loading::after {
  border-top-color: #1D1D1B;
  border-bottom-color: #1D1D1B;
}
@media (max-width: 768px) {
  .hcs .woocommerce table.shop_table--cart tbody td.produkt-info {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .hcs .woocommerce table.shop_table--cart tbody td.produkt-quantity {
    display: flex;
    flex-direction: row;
    gap: 0;
  }
  .hcs .woocommerce table.shop_table--cart tbody td.produkt-quantity::before {
    content: attr(data-titel) ":";
  }
}
.hcs .woocommerce table.shop_table--cart tbody td.produkt-subtotal {
  text-align: right;
  justify-content: flex-end;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .hcs .woocommerce table.shop_table--cart tbody td.produkt-subtotal {
    font-weight: 700;
  }
  .hcs .woocommerce table.shop_table--cart tbody td.produkt-subtotal::before {
    content: attr(data-titel) ":";
  }
}
.section--cart .col--cart-totals {
  padding: 2rem;
  overflow: visible;
}
.section--cart .cart-collaterals {
  margin-bottom: 1rem;
}
.section--cart .cart-collaterals .cart_totals {
  display: flex;
  flex-direction: column;
}
.section--cart .cart-collaterals .cart_totals h2 {
  font-family: "Anton", "Satoshi", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.1;
  font-size: var(--fluid-heading--s);
  margin-bottom: 2rem;
  margin-top: 0rem;
}
.section--cart .cart-collaterals .cart_totals table.shop_table {
  margin-bottom: 2rem;
  border-bottom: none;
  border: none;
  outline: none;
  background: none;
  border-radius: 0;
  overflow: visible;
}
.section--cart .cart-collaterals .cart_totals table.shop_table td, .section--cart .cart-collaterals .cart_totals table.shop_table th {
  padding-left: 0;
}
.section--cart .cart-collaterals .cart_totals table.shop_table th .icon, .section--cart .cart-collaterals .cart_totals table.shop_table th .icon::before {
  font-size: var(--fluid-text--s);
  width: auto;
  height: auto;
  line-height: normal;
  margin-top: 1px;
  margin-left: 0.25rem;
}
.section--cart .cart-collaterals .cart_totals table.shop_table tr {
  border-bottom: 1px solid #909090;
}
.section--cart .cart-collaterals .cart_totals table.shop_table tr:last-child {
  border: none;
}
.section--cart .cart-collaterals .cart_totals table.shop_table tr.shipping li {
  margin-bottom: 0;
}
.section--cart .cart-collaterals .cart_totals table.shop_table tr.shipping label {
  color: #F3F3F3;
  line-height: normal;
  margin-bottom: 0;
}
.section--cart .cart-collaterals .cart_totals table.shop_table tr.shipping .woocommerce-shipping-destination {
  display: none;
}
.section--cart .cart-collaterals .cart_totals table.shop_table tr.tax-rate small {
  display: none;
}
.section--cart .cart-collaterals .cart_totals table.shop_table tr.order-total {
  border-top: 1px solid #E1E1E1;
  border-top-style: double;
  border-width: 4px;
}
.section--checkout .template-checkout .col--customer-details h3:not(#ship-to-different-address), .section--checkout .template-checkout .col--order-review h3:not(#ship-to-different-address) {
  font-family: "Anton", "Satoshi", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.1;
  font-size: var(--fluid-heading--s);
  margin-bottom: 2rem;
}
.section--checkout .template-checkout .col--customer-details .woocommerce-shipping-fields {
  border-top: 1px solid #909090;
  border-bottom: 1px solid #909090;
  margin: 3rem 0;
  padding: 1.5rem 0;
}
.section--checkout .template-checkout .col--customer-details .woocommerce-shipping-fields #ship-to-different-address {
  margin: 0;
}
.section--checkout .template-checkout .col--customer-details .woocommerce-shipping-fields #ship-to-different-address label {
  letter-spacing: 0;
  font-size: var(--fluid-text--m);
  font-weight: 700;
  margin-bottom: 0;
}
.section--checkout .template-checkout .woocommerce-additional-fields__field-wrapper {
  background: none;
  margin-top: 4rem;
}
.section--checkout .woocommerce-checkout .template-checkout .col--order-review #order_review {
  border: none !important;
}
.section--checkout .woocommerce-checkout .template-checkout .col--order-review #payment.woocommerce-checkout-payment {
  border-width: 0;
}
.section--checkout .woocommerce-checkout .template-checkout .col--order-review #payment.woocommerce-checkout-payment .wc_payment_method {
  background: #E9E9E9;
  border-radius: 0.5rem;
  margin-bottom: 0;
  overflow: hidden;
}
.section--checkout .woocommerce-checkout .template-checkout .col--order-review #payment.woocommerce-checkout-payment .wc_payment_method label {
  padding: 0.75rem 1rem;
  margin: 0;
}
.section--checkout .woocommerce-checkout .template-checkout .col--order-review #payment.woocommerce-checkout-payment .wc_payment_method .payment_box {
  padding: 0.75rem 1rem;
  margin: 0;
}
.section--checkout .woocommerce-checkout .template-checkout .col--order-review .coupon-block {
  border-radius: 0.5rem;
  overflow: hidden;
  margin-bottom: 1rem;
}
.section--checkout .woocommerce-checkout .template-checkout .col--order-review .coupon-block .coupon-toggle {
  background: #E9E9E9;
  color: #1D1D1B;
  font-weight: 700;
}
.section--checkout .woocommerce-checkout .template-checkout .col--order-review .shop_table.woocommerce-checkout-review-order-table tbody .wc-gzd-cart-item-thumbnail {
  display: none;
}
.section--checkout .woocommerce-checkout .template-checkout .col--order-review .shop_table.woocommerce-checkout-review-order-table tbody .wc-gzd-cart-item-thumbnail img {
  border-radius: 0.25rem;
}
.section--checkout .woocommerce-checkout .template-checkout .col--order-review .shop_table.woocommerce-checkout-review-order-table tbody .variation {
  align-items: center;
  margin-block-start: 0.5rem;
  margin-block-end: 0;
  gap: 0.2rem;
}
.section--checkout .woocommerce-checkout .template-checkout .col--order-review .shop_table.woocommerce-checkout-review-order-table tbody .variation dt {
  display: none;
}
.section--checkout .woocommerce-checkout .template-checkout .col--order-review .shop_table.woocommerce-checkout-review-order-table tbody .variation dd {
  display: flex;
  flex-direction: row;
  font-weight: 300;
}
.section--checkout .woocommerce-checkout .template-checkout .col--order-review .shop_table.woocommerce-checkout-review-order-table tbody .variation dd::after {
  content: "|";
  padding-left: 0.2rem;
}
.section--checkout .woocommerce-checkout .template-checkout .col--order-review .shop_table.woocommerce-checkout-review-order-table tbody .variation dd:last-child::after {
  display: none;
}
.section--checkout .woocommerce-checkout .template-checkout .col--order-review .shop_table.woocommerce-checkout-review-order-table tfoot .icon, .section--checkout .woocommerce-checkout .template-checkout .col--order-review .shop_table.woocommerce-checkout-review-order-table tfoot .icon::before {
  font-size: var(--fluid-text--s);
  width: auto;
  height: auto;
  line-height: normal;
  margin-top: 1px;
  margin-left: 0.25rem;
}
.section--checkout .woocommerce-checkout .template-checkout .col--order-review .shop_table.woocommerce-checkout-review-order-table tfoot label {
  font-weight: 400;
}
.section--checkout .woocommerce-checkout .template-checkout .col--order-review #payment {
  padding: 0;
  margin-bottom: 6rem;
}
.section--checkout .woocommerce-checkout .template-checkout .col--order-review .woocommerce-checkout-payment {
  margin-top: 1rem;
}
.section--checkout .template_bestellung-erhalten {
  justify-content: center;
  display: flex;
  align-items: center;
}
.section--checkout .template_bestellung-erhalten .woocommerce-thankyou-order-received {
  margin-bottom: 2rem;
  color: #1D1D1B !important;
}
.section--checkout .template_bestellung-erhalten .woocommerce-order-overview.order_details {
  outline: 1px dashed #E1E1E1;
  outline-offset: -0.5rem;
  border-radius: 1rem;
  overflow: clip;
  background-color: #000;
  background-image: url("/wp-content/uploads/45-degree-fabric-light.png") !important;
  background-repeat: repeat !important;
  background-size: auto !important;
  color: #F3F3F3;
  padding: 1rem;
  color: #F3F3F3;
}
@media (max-width: 768px) {
  .section--checkout .template_bestellung-erhalten .woocommerce-order-overview.order_details {
    outline-offset: -0.25rem;
    outline-width: 1px;
  }
}
.section--checkout .template_bestellung-erhalten .woocommerce-order-overview.order_details li {
  padding: 1rem 2rem;
  border-color: rgba(255, 255, 255, 0.2);
}
.section--checkout .template_bestellung-erhalten .woocommerce-order-overview.order_details + p {
  text-align: left;
  font-size: var(--fluid-text--xs);
  width: 100%;
}
.section--checkout .template_bestellung-erhalten .woocommerce-order-details {
  margin-top: 6rem;
}
.section--checkout .template_bestellung-erhalten .woocommerce-order-details__title {
  font-family: "Anton", "Satoshi", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.1;
  font-size: var(--fluid-heading--s);
  margin-bottom: 2rem;
}
.section--checkout .template_bestellung-erhalten table.shop_table tbody .woocommerce-table__product-name a {
  font-weight: 700;
  color: #5c2483;
}
.section--checkout .template_bestellung-erhalten table.shop_table tbody .wc-item-meta {
  padding-inline-start: 1rem;
}
.section--checkout .template_bestellung-erhalten table.shop_table tbody .wc-item-meta li {
  display: flex;
  gap: 0.5rem;
}
.section--checkout .template_bestellung-erhalten table.shop_table tfoot tr:last-child {
  border-top: 2px solid #E1E1E1;
  background: #fff;
}
.section--checkout .template_bestellung-erhalten .woocommerce-customer-details {
  margin-top: 6rem;
  outline: 1px dashed #E1E1E1;
  outline-offset: -0.5rem;
  border-radius: 1rem;
  overflow: clip;
  background-color: #000;
  background-image: url("/wp-content/uploads/45-degree-fabric-light.png") !important;
  background-repeat: repeat !important;
  background-size: auto !important;
  color: #F3F3F3;
  padding: 2rem;
}
@media (max-width: 768px) {
  .section--checkout .template_bestellung-erhalten .woocommerce-customer-details {
    outline-offset: -0.25rem;
    outline-width: 1px;
  }
}
.section--checkout .template_bestellung-erhalten .woocommerce-customer-details .woocommerce-column__title {
  font-family: "Anton", "Satoshi", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.1;
  font-size: var(--fluid-heading--s);
  margin-bottom: 2rem;
  color: #F3F3F3;
  font-size: var(--fluid-heading--xs);
  margin-bottom: 2rem;
  margin-top: 0;
}
.section--checkout .template_bestellung-erhalten .woocommerce-customer-details address {
  font-size: var(--fluid-text--s);
}
.add-to-cart-by-sku .heading--content {
  font-size: var(--fluid-text--l);
  margin-top: 0;
}
.add-to-cart-by-sku__wrapper {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.add-to-cart-by-sku__wrapper input {
  border-radius: min(0.25rem, 0.75vw) !important;
  overflow: hidden;
  background-color: #E9E9E9 !important;
  height: 2rem;
  width: auto;
  line-height: normal;
  border: none;
  max-width: 175px !important;
  padding: 0 1rem !important;
  display: flex !important;
  font-size: 1rem;
  max-width: 200px !important;
}
.add-to-cart-by-sku__wrapper input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1D1D1B !important;
  opacity: 0.5 !important;
  font-size: 1rem;
}
.add-to-cart-by-sku__wrapper button {
  border: none;
}
.add-to-cart-by-sku__template {
  margin-top: 1rem;
  width: 100%;
}
.woocommerce-account .template-account .woocommerce-MyAccount-navigation {
  background-color: transparent;
  border-radius: min(0.25rem, 0.75vw);
  overflow: hidden;
  margin-bottom: 2rem;
}
.woocommerce-account .template-account .woocommerce-MyAccount-navigation li {
  border-right: 1px solid #E1E1E1;
  border-radius: min(0.25rem, 0.75vw);
}
.woocommerce-account .template-account .woocommerce-MyAccount-navigation li:last-child {
  border-right: none;
}
.woocommerce-account .template-account .woocommerce-MyAccount-navigation li a {
  background: #fff;
  margin: 0;
  font-weight: 400;
  font-size: var(--fluid-text--s);
  padding: 1rem 1rem;
  line-height: normal;
  color: #1D1D1B;
  border: 0 solid transparent;
}
.woocommerce-account .template-account .woocommerce-MyAccount-navigation li.is-active, .woocommerce-account .template-account .woocommerce-MyAccount-navigation li:hover.is-active {
  border-color: transparent;
}
.woocommerce-account .template-account .woocommerce-MyAccount-navigation li.is-active a, .woocommerce-account .template-account .woocommerce-MyAccount-navigation li:hover.is-active a {
  background: var(--customer-background-color);
  margin: 0;
  font-weight: 400;
  font-size: var(--fluid-text--s);
  padding: 1rem 1rem;
  line-height: normal;
  color: var(--customer-text-color);
  border: 0 solid transparent;
  font-weight: 700;
}
.woocommerce-account .template-account .woocommerce-MyAccount-navigation li:hover {
  border-color: transparent;
}
.woocommerce-account .template-account .woocommerce-MyAccount-navigation li:hover a {
  background: #F3F3F3;
  margin: 0;
  font-weight: 400;
  font-size: var(--fluid-text--s);
  padding: 1rem 1rem;
  line-height: normal;
  color: #1D1D1B;
  border: 0 solid transparent;
}
.template-account .wrapper--login {
  gap: min(5rem, 10vw);
  justify-content: center;
  align-items: center;
  min-height: 95vh;
}
.template-account .wrapper--login .logo {
  width: 350px;
  max-width: 50vw;
}
.hcs .woocommerce .template-account .wrapper--login .wrapper--input {
  max-width: 500px;
  outline: 1px dashed #E1E1E1;
  outline-offset: -0.5rem;
  border-radius: 1rem;
  overflow: clip;
  background-color: #000;
  background-image: url("/wp-content/uploads/45-degree-fabric-light.png") !important;
  background-repeat: repeat !important;
  background-size: auto !important;
  color: #F3F3F3;
  padding: 2.5rem;
  gap: 2rem;
}
@media (max-width: 768px) {
  .hcs .woocommerce .template-account .wrapper--login .wrapper--input {
    outline-offset: -0.25rem;
    outline-width: 1px;
  }
}
.hcs .woocommerce .template-account .wrapper--login .wrapper--input .heading {
  color: #F3F3F3;
  margin: 0;
}
.hcs .woocommerce .template-account .wrapper--login from.form--login, .hcs .woocommerce .template-account .wrapper--login .form--password form {
  gap: 1rem;
  margin: 0;
}
.hcs .woocommerce .template-account .wrapper--login .form-group {
  gap: 2rem;
  width: 100%;
  max-width: 300px;
}
.hcs .woocommerce .template-account .wrapper--login .form-group.remember {
  margin-top: 1rem;
}
.hcs .woocommerce .template-account .wrapper--login label, .hcs .woocommerce .template-account .wrapper--login input {
  font-family: "Satoshi", "Open Sans", Arial, sans-serif !important;
  line-height: 1.5 !important;
}
.hcs .woocommerce .template-account .wrapper--login label {
  font-size: 0.8rem;
  font-weight: 300;
  color: #F3F3F3;
  margin-top: 0.6rem;
  margin-bottom: 0.1rem;
}
.hcs .woocommerce .template-account .wrapper--login input {
  border: 2px solid transparent;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0.25rem;
  box-shadow: none;
  font-size: var(--fluid-text--m);
  color: #F3F3F3;
  font-weight: 400;
  height: auto;
  padding: 0.5rem 1rem;
}
.hcs .woocommerce .template-account .wrapper--login input:active, .hcs .woocommerce .template-account .wrapper--login input:focus {
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-weight: 400;
  outline: none;
}
.hcs .woocommerce .template-account .wrapper--login input::-webkit-input-placeholder {
  color: #F3F3F3;
  opacity: 0.5;
}
.woocommerce-account .woocommerce-password-strength {
  border-width: 0 !important;
  border-radius: 0.2rem;
  font-size: 0.8rem;
  color: #000 !important;
}
.woocommerce-account form .show-password-input {
  top: 1rem;
}
.template-account-orders .woocommerce-info {
  display: none;
}
.template-account-orders .woocommerce-orders-table__header-order-status, .template-account-orders .woocommerce-orders-table__cell-order-status {
  display: none;
}
.template-account-orders .woocommerce-orders-table__header-order-actions span {
  display: none;
}
.template-account-orders .woocommerce-orders-table__cell-order-actions {
  text-align: right;
}
.template-account-orders .woocommerce-orders-table__cell-order-total .amount {
  font-weight: 700;
}
.template-account-order-view {
  /*
	// erste Info ausblenden
	> p {
		display: none;
	}
	
	.woocommerce-order-details__title {
		display: none;
    	margin-bottom: 1rem;
    }
	
    // Section Items
    .woocommerce-order-details {
        margin-top: 0;

		table.shop_table {
			thead {
				display: table-header-group;
			}
		}
		
		// tabelle
		


        .wc-item-meta {
            display: flex;
            flex-direction: row;
            padding-inline-start: 0;
            gap: 1.5rem;

            li {
                display: flex;
                flex-direction: row;
                padding-inline-start: 0;
                gap: 0.2rem;
            }
        }
    }

    // Adressen
    .woocommerce-customer-details {
        margin: 5rem auto;

        .woocommerce-column__title {
            font-size: var(--fluid-heading--xs);
            margin-bottom: 1rem;
        }
    }

    // Sendung

    .woocommerce-shipments-list__title, .woocommerce-shipments-table {
        display: none;
    }
	
	*/
}
.woocommerce-account .template-account .woocommerce-Addresses .woocommerce-Address {
  background: #E9E9E9;
  border-radius: min(0.25rem, 0.75vw);
  padding: 2rem;
}
.woocommerce-account .template-account .woocommerce-Addresses h3 {
  font-family: "Anton", "Satoshi", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.1;
  font-size: var(--fluid-heading--s);
  margin-bottom: 2rem;
  margin-top: 0;
  font-size: var(--fluid-heading--xs);
}
.woocommerce-account .template-account .woocommerce-Addresses .edit {
  border: 1px solid transparent;
  border-color: #414141;
  font-size: var(--fluid-text--s);
  padding: 0.4rem 0.8rem;
  line-height: normal;
  border-radius: min(0.25rem, 0.75vw);
  margin-bottom: 1rem;
}
.new-order-view.section--cover {
  min-height: 35vh;
  margin: 0;
  max-width: 100%;
  border-radius: 0;
  outline: none;
}
.new-order-view.section--cover .heading--section {
  color: #fff;
  background-image: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #F3F3F3;
  margin: 0 !important;
  font-size: var(--fluid-heading--xl);
}
.new-order-view .heading--content {
  margin-top: 3rem;
  margin-bottom: 2rem;
  font-size: 2rem;
}
.new-order-view__info {
  gap: 0.5rem;
  flex-wrap: wrap;
}
.new-order-view__info .mw-tag {
  font-size: var(--fluid-text--s);
  background: #414141;
  color: #fff;
  font-weight: 300;
  padding: 0.6rem 2rem;
  border-radius: 0;
}
.new-order-view__info .mw-tag .bold {
  font-weight: 700;
}
.new-order-view__info .bold {
  font-weight: 700;
}
.new-order-view__info.zusatz > .wrapper {
  flex-direction: row;
}
.new-order-view__info.zusatz .label {
  width: 400px;
  max-width: 400px;
  margin-right: 2rem;
}
.new-order-view__info.zusatz .mw-tag {
  margin-right: 0.5rem;
}
.new-order-view__info.zusatz .mw-tag.green {
  background: green;
}
.new-order-view__info.zusatz .mw-tag.red {
  background: red;
}
table.table--order-view {
  width: 100%;
}
table.table--order-view thead {
  display: table-header-group;
}
table.table--order-view tbody {
  display: table-row-group;
}
table.table--order-view .table__row {
  background: #F3F3F3;
  border-bottom: 5px solid #fff;
  display: table-row;
  width: auto;
  vertical-align: top;
}
table.table--order-view .table__row--head {
  background: #414141;
  color: #F3F3F3;
}
table.table--order-view .table__data, table.table--order-view .table__header {
  padding: 1rem 1rem;
  text-align: left;
  width: auto;
  font-size: 0.8rem;
  border-bottom: none;
  display: table-cell;
}
table.table--order-view .table__data .product-title {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
table.table--order-view .table__data .quantity {
  font-weight: 700;
  text-align: center;
}
table.table--order-view {
  counter-reset: post-counter;
}
table.table--order-view .table__data.pos-counter .number::after {
  counter-increment: post-counter;
  content: counter(post-counter) ". ";
  font-weight: bold;
}
table.table--order-view .table__data--qr canvas, table.table--order-view .table__data--image {
  height: 7rem !important;
  width: 7rem !important;
}
table.table--order-view .table__data--qr {
  padding: 0;
  mix-blend-mode: color-burn;
}
table.table--order-view .table__data--attributes > div {
  display: flex;
  flex-direction: row;
  margin-bottom: 0.1rem;
}
table.table--order-view .table__data--attributes .label {
  margin-right: 0.5rem;
  min-width: 3.5rem;
  display: flex;
}
table.table--order-view .table__data--attributes .variante {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid #393939;
  border-color: #A2A2A2;
}
table.table--order-view .table__data--image {
  position: relative;
  min-width: 100px;
}
table.table--order-view .table__data--image img {
  object-fit: cover;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
table.table--order-view .table__data--logo-details .motivhinweis p {
  margin: 0;
}
