@charset "UTF-8";
/* farben */
/* Alpine Stuff */
[x-cloak] {
  display: none !important;
}

/* Based on bootstrap-grid and mobile first */
/* Media Queries */
html {
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  height: 100vh;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
  color: #161616;
}

a:hover {
  text-decoration: underline;
  color: #161616;
}

h1,
h2,
p {
  padding: 0;
  margin: 0;
}

ol li[data-list=bullet] {
  list-style-type: disc;
  list-style-position: inside;
  counter-reset: none;
}

ol {
  list-style: none;
  padding-left: 0;
}

[x-cloak] {
  display: none !important;
}

/* Kollektionen */
/*
.wq-content-wrap {
	max-width: 75rem;
	margin: 0 24px;

	@include tablet-landscape {
		margin: 0 auto;
	}
}
*/
.wq-content-wrap {
  max-width: 75rem;
  margin: 0 24px;
}
@media (min-width: 960px) {
  .wq-content-wrap {
    margin: 0 auto;
  }
}

.wq-pt-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

/* Produktdetail */
.wq-prod-wrap {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: 1fr;
}
@media (min-width: 960px) {
  .wq-prod-wrap {
    grid-template-columns: 1fr 1fr;
    max-width: 1584px;
    margin: 0 auto;
  }
}
@media (min-width: 1312px) {
  .wq-prod-wrap {
    max-width: 1312px;
  }
}

.wq-prod-images {
  width: 100vw;
  height: 75vh;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-snap-type: y mandatory;
}
@media (min-width: 960px) {
  .wq-prod-images {
    width: auto;
    height: auto;
    overflow: visible;
  }
}

.wq-prod-images img {
  width: 100%;
  height: auto;
  scroll-snap-align: start;
  display: block;
}

.wq-prod-content {
  position: sticky; /* Macht den rechten Bereich sticky */
  bottom: 0; /* Der Bereich bleibt am oberen Rand des Viewports */
  align-self: end; /* Stellt sicher, dass der Bereich am oberen Rand der Spalte bleibt */
  height: 25vh;
  padding-bottom: 48px;
}
@media (min-width: 960px) {
  .wq-prod-content {
    grid-column: 2;
    top: 0; /* Sticky am oberen Rand des Viewports für größere Bildschirme */
    align-self: start;
    margin-top: 0;
    height: auto;
  }
}

.wq-prod-details {
  margin: 0;
  padding: 24px 24px 0 24px;
  background-color: #FFFFFF;
}
@media (min-width: 960px) {
  .wq-prod-details {
    margin: 0 32px 0 0;
  }
}
@media (min-width: 1312px) {
  .wq-prod-details {
    margin: 0 32px 0 0;
    padding: 24px 0 0 0;
  }
}
@media (min-width: 1584px) {
  .wq-prod-details {
    margin: 0 32px 0 0;
    padding: 24px 0 0 0;
  }
}

.wq-prod-details h1 {
  padding: 0;
  margin: 0;
  font-size: 2rem;
  line-height: 1.3em;
  font-weight: 800;
}
@media (min-width: 720px) {
  .wq-prod-details h1 {
    font-size: 2.4rem;
  }
}
@media (min-width: 1312px) {
  .wq-prod-details h1 {
    font-size: 2.6rem;
  }
}
@media (min-width: 1584px) {
  .wq-prod-details h1 {
    font-size: 3rem;
  }
}

.wq-prod-details h2 {
  padding: 0;
  margin: 0 0 16px 0;
  font-weight: 800;
  font-size: 1rem;
  line-height: 1.3em;
}

.wq-prod-details p {
  padding: 0;
  margin: 0;
  font-size: 1rem;
  line-height: 1.3em;
}

.wp-prod-info {
  display: none;
}
@media (min-width: 960px) {
  .wp-prod-info {
    display: block;
  }
}

@media (min-width: 960px) {
  .wp-prod-accordion .wp-prod-toggle {
    display: none; /* Button nur in Mobile anzeigen */
  }
}

.wp-prod-toggle {
  border: 0;
  background-color: #FFFFFF;
  font-family: "Inter";
  color: #161616;
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
  line-height: 1.5em;
}

.wp-prod-toggle:hover {
  cursor: pointer;
}

.wq-main-prz {
  margin-top: 16px !important;
}
@media (min-width: 960px) {
  .wq-main-prz {
    margin-top: 24px !important;
  }
}

.wq-main-prz-uvp {
  margin-top: 0 !important;
  text-decoration: line-through;
  color: #8d8d8d;
}

.wq-main-size {
  margin-top: 8px;
  font-size: 0.8em;
  font-style: italic;
}

.wq-reorder {
  margin: 16px 0;
  padding: 16px 8px;
  background-color: #e0e0e0;
}

.wq-soldout {
  margin: 16px 0;
  padding: 16px 8px;
  background-color: #F4F4F4;
}

.wq-btn-wrap {
  margin: 0;
}

.wq-btn {
  background-color: #161616;
  color: #FFFFFF;
  font-size: 0.9rem;
  line-height: 1rem;
  text-align: center;
  padding: 18px 24px;
  max-width: 220px;
  border: 1px solid #161616;
  width: 100%;
}

.wq-btn:hover {
  border: 1px solid #161616;
  background-color: #FFFFFF;
  color: #161616;
  cursor: pointer;
}

.added-to-cart {
  background-color: #a8a8a8 !important;
  border: 1px solid #a8a8a8 !important;
  color: #161616 !important;
  opacity: 0.7;
  pointer-events: none; /* Verhindert weiteres Klicken */
  transition: all 0.3s ease-in-out;
  font-size: 1.1rem;
}

/* Related */
.wq-rel-wrap {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
}
@media (min-width: 720px) {
  .wq-rel-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1312px) {
  .wq-rel-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1584px) {
  .wq-rel-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}

.wq-rel-title {
  margin-top: 48px;
  margin-bottom: 24px;
}

.wq-rel-pt {
  border: 1px solid #e0e0e0;
  margin: 0;
  padding: 0;
  text-align: center;
}

.wq-rel-pt-txt {
  font-size: 1em;
}

.wq-rel-pt-txt h2 {
  font-weight: 700;
  font-size: 13px;
  color: #161616 !important;
}

.wq-rel-pt:hover a {
  text-decoration: none;
}

.wq-rel-prz {
  font-size: 13px;
  padding-top: 4px;
  padding-bottom: 12px;
  font-weight: 400;
}

/* Teasers */
.wq-pt {
  position: relative;
  flex: 0 1 calc(50% - 12px);
  max-width: calc(50% - 12px);
  box-sizing: border-box;
}
@media (min-width: 720px) {
  .wq-pt {
    flex: 0 1 calc(33.3333% - 24px);
    max-width: calc(33.3333% - 24px);
  }
}
@media (min-width: 1312px) {
  .wq-pt {
    flex: 0 1 calc(25% - 24px);
    max-width: calc(25% - 24px);
  }
}

.wq-pt a,
.wq-pt a:hover {
  text-decoration: none;
}

.wq-pt-img {
  overflow: hidden; /* Stellt sicher, dass das Bild nicht aus dem Rahmen herausläuft */
}

.wq-pt h2 {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.4em;
  text-align: center;
  margin: 16px 0 0 0;
}

.img-fluid {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  transition: transform 0.3s ease; /* Fügt eine glatte Übergangsanimation hinzu */
}

.wq-pt:hover .img-fluid {
  transform: scale(1.1); /* Vergrößert das Bild um 10% */
}

.wq-pt-txt {
  transition: transform 0.3s ease;
  width: 100%;
  position: relative;
  z-index: 1;
  background-color: #FFFFFF;
  padding: 8px 0 16px 0;
}

.wq-pt:hover .wq-pt-txt {
  transform: translateY(-25px); /* Bewegt den Textblock 10px nach oben */
}

.wq-pt:hover .wq-pt-prz-hover {
  opacity: 1;
}

.wq-pt-prz-hover {
  font-size: 0.8rem;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.wq-pt-soldout {
  color: #161616;
  background-color: #e0e0e0;
  font-weight: 400;
  font-size: 1rem;
  position: absolute;
  top: 16px;
  right: 0;
  z-index: 10;
  padding: 4px 8px;
}

.wq-pt-new {
  color: #FFFFFF;
  background-color: #161616;
  font-weight: 400;
  font-size: 1rem;
  position: absolute;
  top: 16px;
  right: 0;
  z-index: 10;
  padding: 4px 8px;
}

.wq-pt-sale {
  color: #FFFFFF;
  background-color: #8d8d8d;
  font-weight: 400;
  font-size: 1rem;
  position: absolute;
  top: 16px;
  right: 0;
  z-index: 10;
  padding: 4px 8px;
}

/* Filter */
.wq-filter-wrap {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 75rem;
  margin: 0 auto;
  gap: 16px;
  margin-bottom: 32px;
}
@media (min-width: 720px) {
  .wq-filter-wrap {
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 1312px) {
  .wq-filter-wrap {
    flex-direction: row;
  }
}

@media (min-width: 720px) {
  .wq-filter-mob-only {
    display: none;
  }
}

.wq-filter {
  border-radius: 16px;
  padding: 4px 16px;
  margin: 0;
  text-align: center;
  background-color: #fff;
  color: #000000;
  display: inline-flex;
  border: 1px solid #000000;
  font-size: 0.8em;
  letter-spacing: 0.2px;
  font-weight: 400;
}

.wq-filter:hover {
  background-color: #000000;
  color: #ffffff;
}

.wq-filter.active {
  background-color: #000000;
  color: #FFFFFF;
  border: 1px solid #000000;
}

.wq-filter a,
.wq-filter a:hover,
.wq-filter a:visited {
  font-size: 0.8em;
  letter-spacing: 0.2px;
  font-weight: 400;
  text-decoration: none;
}

.wq-filter a:hover {
  color: #FFFFFF;
}

/* Accordeion */
.wq-acc {
  border-bottom: 1px solid #161616;
}

.wq-acc-header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0 7px 0;
  font-weight: 800;
  font-size: 0.9rem;
  line-height: 0.9rem;
  text-transform: uppercase;
}

.wq-acc-content {
  padding: 8px 0 8px 0;
  border-bottom: 1px solid #ddd;
  font-weight: 400;
  font-size: 0.8rem;
}

/* Mini-Cart */
.wq-minicart {
  position: fixed;
  top: 0;
  right: 0;
  max-width: 25rem;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  overflow-y: hidden;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
  transform: translateX(110%);
  transition: transform 0.6s ease-in-out, opacity 0.3s ease-in-out;
  z-index: 1100;
  opacity: 1;
  overflow-y: scroll;
}

.wq-minicart.open {
  transform: translateX(0);
  opacity: 1;
}

.wq-mc-close {
  font-size: 1.2em;
}

.wq-mc-close:hover,
.wq-mc-more:hover {
  cursor: pointer;
}

.wq-mc-wrap {
  margin: 24px;
}

.wq-mc-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.wq-mc-titel {
  margin: 0;
  padding: 0;
  font-weight: 800;
}

.wq-mc-content {
  margin-top: 32px;
}

.wq-mc-content p {
  font-size: 0.8rem;
}

.wq-mc-more {
  text-decoration: underline;
}

/* Produkte Detail Anzahl */
.wq-btn-action {
  display: grid;
  grid-gap: 8px;
  grid-template-columns: 160px 1fr;
  margin: 16px 0;
}

.wq-anz-wrap-short {
  display: inline-grid;
  grid-gap: 0;
  grid-template-columns: 40px 40px 40px;
  color: #161616;
  font-family: "Inter";
  font-weight: 400;
  border: 1px solid #6f6f6f;
  border-radius: 0;
  padding: 16px;
}

.wq-negativ {
  font-family: "Inter";
  font-weight: 800;
  text-align: center;
}

.wq-plus {
  font-family: "Inter";
  font-weight: 800;
  text-align: center;
}

.wq-negativ:hover,
.wq-plus:hover {
  cursor: pointer;
}

.wq-nr {
  font-family: "Inter";
  font-weight: 800;
  text-align: center;
  color: #161616;
}

.wq-detail-back {
  display: none;
  max-width: 24px;
  padding-top: 32px;
  padding-left: 24px;
}
@media (min-width: 720px) {
  .wq-detail-back {
    display: block;
  }
}

.wg-back-path {
  fill: #161616;
}

.wg-back {
  max-width: 24px;
}

.wg-back:hover {
  cursor: pointer;
}

.wg-back:hover .wg-back-path {
  fill: #8d8d8d;
}

/* Sendinfo */
.wq-sendinfo {
  margin: 24px 0 0 0;
  font-size: 0.8rem;
  line-height: 1.3em;
}

/* Availiability Notifictation */
.wq-notify-wrap {
  margin: 24px 0;
}

.wq-notify-grid {
  margin-top: 24px;
  display: grid;
  grid-gap: 24px;
  grid-template-columns: 2fr 1fr;
}

.wq-input {
  width: 100%;
  border: 1px solid #a8a8a8;
  padding: 16px 12px 16px 8px;
  margin: 0;
  color: #161616;
  font-size: 1rem;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border-radius: 0;
}

.wq-btn-soft {
  background-color: #8d8d8d;
  color: #FFFFFF;
  font-size: 0.9rem;
  line-height: 1rem;
  text-align: center;
  padding: 18px 24px;
  max-width: 100%;
  border: 1px solid #8d8d8d;
  width: 100%;
}

.wq-btn-soft:hover {
  border: 1px solid #8d8d8d;
  background-color: #FFFFFF;
  color: #161616;
  cursor: pointer;
}

.wq-notify-error {
  margin-top: 8px !important;
  font-size: 0.9em !important;
  color: red;
}

.wq-info-wrap {
  position: relative;
}

.wq-info-wrap img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.wq-info-wrap h2 {
  text-align: left;
  font-size: 3rem;
  line-height: 1.2em;
  font-family: "Montserrat";
  font-weight: 900;
}

.wq-info-wrap p {
  text-align: left;
  font-size: 1rem;
  line-height: 1.2em;
  font-family: "Montserrat";
  font-weight: 400;
}

.wq-grid-two {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
  align-items: center;
}
@media (min-width: 960px) {
  .wq-grid-two {
    grid-template-columns: 1fr 1fr;
    max-width: 720px;
    margin: 0 auto;
  }
}
@media (min-width: 1312px) {
  .wq-grid-two {
    max-width: 960px;
  }
}

.wq-grid-one-two {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
}
@media (min-width: 960px) {
  .wq-grid-one-two {
    grid-template-columns: 1fr 2fr;
    max-width: 720px;
    margin: 0 auto;
  }
}
@media (min-width: 1312px) {
  .wq-grid-one-two {
    max-width: 960px;
  }
}

.wq-grid-two-one {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
}
@media (min-width: 960px) {
  .wq-grid-two-one {
    grid-template-columns: 2fr 1fr;
    max-width: 720px;
    margin: 0 auto;
  }
}
@media (min-width: 1312px) {
  .wq-grid-two-one {
    max-width: 960px;
  }
}

.wq-grid-three {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
}
@media (min-width: 960px) {
  .wq-grid-three {
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 720px;
    margin: 0 auto;
  }
}
@media (min-width: 1312px) {
  .wq-grid-three {
    max-width: 960px;
  }
}

.wq-img-fade-in {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.wq-img-fade-in.loaded {
  opacity: 1;
  transform: translateY(0);
}

.wq-info-box {
  align-self: center;
  padding-left: 32px;
  padding-right: 32px;
}
@media (min-width: 960px) {
  .wq-info-box {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1312px) {
  .wq-info-box {
    padding-left: 0;
    padding-right: 0;
  }
}

/* Toast */
.wq-toast {
  background-color: #0a0a0a;
  color: white;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.9rem;
  position: relative;
}

.wq-toast-txt {
  position: absolute;
  white-space: nowrap; /* Verhindert Zeilenumbrüche */
}

.wq-anim {
  animation: scrollText 25s linear infinite;
}

.close-icon {
  cursor: pointer;
  margin-left: 10px;
  font-size: 1.2em;
  position: absolute;
  right: 0;
  padding: 0 16px 0 8px;
  background-color: #0a0a0a;
  z-index: 10;
}

@keyframes scrollText {
  0% {
    transform: translateX(100%); /* Startet außerhalb des sichtbaren Bereichs rechts */
  }
  100% {
    transform: translateX(-100%); /* Endet außerhalb des sichtbaren Bereichs links */
  }
}
/* END TOAST */
.wq-mb-empty {
  font-size: 0.9em;
}

.wq-mb-empty-btn {
  background-color: #FFFFFF;
  color: #161616;
  font-size: 0.9rem;
  line-height: 1rem;
  text-align: center;
  padding: 12px 24px;
  max-width: 220px;
  border: 1px solid #161616;
  width: 100%;
}

.wq-mb-empty-btn:hover {
  border: 1px solid #161616;
  background-color: #161616;
  color: #FFFFFF;
  cursor: pointer;
}

.wq-mini-basket ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.wq-mb-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wq-mini-basket li {
  display: grid;
  grid-template-columns: 80px 1fr;
  grid-gap: 16px;
  width: 100%;
  border-bottom: 1px solid #E6E4DC;
  padding: 16px 0 16px 0;
}

.wq-mb-sum {
  border-bottom: 1px solid #E6E4DC;
  padding: 16px 0 16px 0;
  font-size: 13px;
  line-height: 1.2em;
  font-family: "Inter";
  font-weight: 700;
  color: #2C4A32;
}

.wq-mb-thumb img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.wq-mb-item {
  font-size: 13px;
  line-height: 1.2em;
  font-family: "Inter";
  font-weight: 400;
}

.wq-mb-item strong {
  font-weight: 800;
}

.wq-mb-prize-sale {
  text-decoration: line-through;
  color: #8d8d8d;
}

.wq-mb-lineaction {
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-gap: 16px;
  width: 100%;
  padding-top: 16px;
}

.wq-anz-wrap-mini {
  display: inline-grid;
  grid-gap: 0;
  grid-template-columns: 20px 40px 20px;
  font-family: "Inter";
  font-weight: 400;
  border: 1px solid #161616;
  border-radius: 0;
  padding: 8px;
  font-size: 12px;
}

.wq-negativ-mini {
  font-family: "Inter";
  font-weight: 700;
  text-align: center;
}

.wq-plus-mini {
  font-family: "Inter";
  font-weight: 800;
  text-align: center;
}

.wq-negativ-mini:hover,
.wq-plus-mini:hover {
  cursor: pointer;
}

.wq-nr-mini {
  font-family: "Inter";
  font-weight: 800;
  text-align: center;
  color: #161616;
}

.wb-item-remove {
  margin-top: 9px;
  color: #8d8d8d;
}

.wb-item-remove:hover {
  cursor: pointer;
}

.wq-btn-small {
  background-color: #161616;
  color: #FFFFFF;
  font-size: 0.9rem;
  line-height: 1rem;
  text-align: center;
  padding: 8px 12px;
  max-width: 180px;
  border: 1px solid #161616;
  width: 100%;
}

.wq-btn-small:hover {
  border: 1px solid #161616;
  background-color: #FFFFFF;
  color: #161616;
  cursor: pointer;
}

/* inter-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: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/inter-v18-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700 - 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: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/inter-v18-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* Header inklusive Intro-Sektion */
header {
  max-width: 1584px;
  margin: 0px auto 0px auto;
  display: grid;
  grid-gap: 8px;
  grid-template-columns: 80px 1fr 80px;
  padding: 24px 0 16px 0;
}
@media (min-width: 960px) {
  header {
    grid-template-columns: 80px 1fr 80px;
    max-width: 75rem;
  }
}
@media (min-width: 1312px) {
  header {
    max-width: 1312px;
  }
}

.wq-web-back {
  display: block;
}
@media (min-width: 960px) {
  .wq-web-back {
    display: block;
  }
}

.wq-logo {
  text-align: center;
  margin-left: 0 auto;
  max-width: 120px;
}
@media (min-width: 960px) {
  .wq-logo {
    text-align: center;
    margin: 0 auto;
    max-width: 280px;
  }
}

.wq-b {
  margin: 0 0 0 auto;
  display: flex;
}
@media (min-width: 960px) {
  .wq-b {
    margin: 0 0 0 auto;
  }
}

.wq-basket {
  width: 50px;
  position: relative;
  height: 1.75rem;
}

.wq-num {
  font-size: 0.75rem;
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  color: #FFFFFF;
  background-color: #161616;
  position: absolute;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  right: 1rem;
  top: 0;
  z-index: 2;
}

#wqb {
  max-width: 24px;
  position: absolute;
  bottom: 0;
  text-align: left;
}

/* Wishlist */
.wq-wishlist {
  width: 42px;
  position: relative;
  height: 1.75rem;
  margin-top: 3px;
}

.wqw-num {
  font-size: 0.75rem;
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  color: #FFFFFF;
  background-color: #161616;
  position: absolute;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  right: 1rem;
  top: 0;
  z-index: 2;
}

#wqw {
  max-width: 24px;
  position: absolute;
  bottom: 0;
  text-align: left;
}

/* Intro */
.wq-intro-wrap {
  position: relative;
}

.wq-i-img {
  position: relative;
  max-height: 60vh;
  overflow: hidden;
}
@media (min-width: 1312px) {
  .wq-i-img {
    max-height: 45vh;
  }
}

.wq-i-h1 {
  padding: 36px 0 0 0;
  margin: 0 24px;
  text-align: center;
  font-size: 2rem;
  line-height: 1.2em;
  font-weight: 800;
}
@media (min-width: 720px) {
  .wq-i-h1 {
    margin: 0 auto;
    padding: 36px 0 0 0;
    max-width: 65vw;
  }
}
@media (min-width: 1312px) {
  .wq-i-h1 {
    margin: 0 auto;
    padding: 64px 0 0 0;
    max-width: 35vw;
  }
}

.wq-i-txt {
  padding: 24px 0 32px 0;
  margin: 0 24px;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.35em;
}
@media (min-width: 720px) {
  .wq-i-txt {
    margin: 0 auto;
    max-width: 65vw;
    font-size: 1.2rem;
  }
}
@media (min-width: 1312px) {
  .wq-i-txt {
    margin: 0 auto;
    max-width: 35vw;
  }
}

/* --- Burger Button --- */
.wq-burger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 16px;
  cursor: pointer;
  margin-left: 24px;
  margin-top: 12px;
  transition: transform 0.3s ease;
  position: relative;
  z-index: 1001;
}
@media (min-width: 720px) {
  .wq-burger {
    display: none;
  }
}

.wq-burger span {
  display: block;
  height: 1.5px;
  background: #161616;
  border-radius: 0;
  transition: all 0.3s ease;
}

/* Animation für "X" */
.wq-burger.on span:nth-child(1) {
  transform: rotate(45deg) translate(4px, 4px);
}

.wq-burger.on span:nth-child(2) {
  opacity: 0;
}

.wq-burger.on span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

.wq-filter-wrap.mobile {
  position: fixed;
  display: flex;
  z-index: 1000;
  inset: 0;
  background: rgba(255, 255, 255, 0.85);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  transform: translateY(-100%);
  transition: transform 0.4s ease;
  font-size: 1.5rem;
  margin: 0;
}

.wq-filter-wrap.mobile.on {
  transform: translateY(0);
}

footer {
  border-top: 0px solid #a8a8a8;
}

.wq-f-adr {
  padding: 16px 0 0 0;
  font-size: 0.9em;
  line-height: 1.3;
}

.wq-f-legal {
  padding-top: 24px;
  font-size: 0.9em;
  line-height: 1.3;
}

.wq-f-legal a {
  margin: 0 8px;
  text-decoration: none;
}

.wq-f-legal a:hover {
  margin: 0 8px;
  text-decoration: none;
  border-bottom: 1px solid #000000;
}

/* wq-copyright */
.wq-copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 16px auto 0 auto;
  text-align: center;
  padding-bottom: 24px;
}

.wq-made {
  display: grid;
  grid-template-columns: 1fr 16px;
  grid-gap: 8px;
  margin: 0 auto;
}

.wq-made-txt {
  font-size: 0.7em;
  color: #666666;
}

.wq-made-icon {
  width: 16px;
  height: auto;
}

/* Social Media */
.wq-social-wrap {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  padding-top: 24px;
}

.wq-social-wrap a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wq-social-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Verhindert Scrollen im Body bei offenem Modal */
body.no-scroll {
  overflow: hidden;
}

/* Der halbtransparente Overlay-Hintergrund */
.modal-overlay {
  position: fixed;
  inset: 0; /* top, right, bottom, left: 0 */
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

/* Der eigentliche Modal-Container */
.modal-content {
  background-color: #fafafa;
  width: 72vw;
  max-width: 72vw;
  height: 88vh;
  border-radius: 0;
  padding: 2rem;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  font-size: 1em;
  line-height: 1.3;
  text-align: left;
}
@media (min-width: 1312px) {
  .modal-content {
    width: 72vw;
    max-width: 50vw;
    height: 72vh;
  }
}

.modal-content h2 {
  padding-bottom: 24px;
}

/* Schließen-Button oben rechts */
.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  color: #333;
}

.modal-close:hover {
  color: #000;
}

.modal-overlay[x-cloak],
.modal-content[x-cloak] {
  display: none !important;
}

[x-show=showModal] .modal-overlay,
[x-show=showModal] .modal-content {
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* redaktioneller inhalt */
.wq-editorial-titel {
  padding: 0;
  margin: 32px 0 16px 0;
}

.wq-editorial-titel h2 {
  margin: 0;
  padding: 0;
  font-weight: 800;
  font-size: 2rem;
  line-height: 1.3em;
}

.wq-editorial-faq {
  border: 2px solid #6f6f6f;
  padding: 8px 16px !important;
  background-color: #FFF;
  border-radius: 25px;
  margin: 0 0 12px 0;
}

.wq-editorial-faq-titel {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0 7px 0;
  font-weight: 800;
  font-size: 0.9rem;
  line-height: 0.9rem;
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  color: inherit;
  font-family: inherit;
}

.wq-editorial-faq-content {
  padding: 8px 0;
  font-weight: 400;
  font-size: 0.8rem;
}

/* FAQ Icon */
.wq-faq-icon {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}

.wq-faq-icon::before,
.wq-faq-icon::after {
  content: "";
  position: absolute;
  background-color: currentColor;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Horizontale Linie */
.wq-faq-icon::before {
  width: 12px;
  height: 1.5px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* Vertikale Linie (wird bei open ausgeblendet) */
.wq-faq-icon::after {
  width: 1.5px;
  height: 12px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* Minus-Zustand wenn offen */
.wq-editorial-faq-titel[aria-expanded=true] .wq-faq-icon::after {
  transform: translateX(-50%) rotate(90deg);
  opacity: 0;
}

/* Farben
   $col-red:#90553D; -> NEU #90553D
   $col-yellow: #E2FA42;
   $col-lightolive: #E6E4DC;
   $col-darkolive: #2C4A32;

   */
/* Fonts */
@font-face {
  font-display: swap;
  font-family: "Instrument-Serif";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/instrument/instrument-serif-v4-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Instrument-Serif";
  font-style: italic;
  font-weight: 400;
  src: url("fonts/instrument/instrument-serif-v4-latin-italic.woff2") format("woff2");
}
/* inter-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/inter/inter-v18-latin-regular.woff2") format("woff2");
}
/* inter-800 - latin */
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  src: url("fonts/inter/inter-v18-latin-800.woff2") format("woff2");
}
.wq-sendinfo {
  font-family: "Inter";
  color: #2C4A32;
  font-size: 0.9em;
  line-height: 1.6em;
  padding: 24px 0 36px 0;
}

body {
  font-family: "Instrument-Serif";
  background-color: #E6E4DC;
}

.wq-burger span {
  display: block;
  height: 1.5px;
  background: #E2FA42;
  border-radius: 0;
  transition: all 0.3s ease;
}

.wq-toast {
  background-color: #E2FA42;
  width: 100%;
  height: 40px;
  margin: 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  height: 50px;
  padding: 0;
}

.wq-toast-txt {
  font-family: "Inter";
  font-weight: 800;
  font-size: 0.8rem;
  padding: 12px 0;
  position: absolute;
  white-space: nowrap; /* Verhindert Zeilenumbrüche */
  color: #2C4A32;
  font-size: 1rem;
  padding: 0;
}

.wq-toast-txt-anim {
  animation: scrollText 15s linear infinite;
}

.close-icon {
  background-color: #E2FA42;
  color: #2C4A32;
  z-index: 1;
  font-size: 2.4em;
}

.header-wrap {
  position: absolute;
  width: 100%;
  z-index: 10;
}

.wq-mc-close {
  font-size: 2.4em;
}

.wq-mc-titel {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 36px;
}

.wq-basket:hover {
  cursor: pointer;
}

.wq-i-img {
  max-height: 60vh;
}

.wq-num {
  background-color: #E2FA42;
  color: #2C4A32;
  font-family: "Inter";
  font-weight: 800;
}

.wq-btn-action {
  display: inline-grid;
  grid-gap: 16px;
  grid-template-columns: 1fr 2fr;
  margin-top: 24px;
}

.wq-anz-wrap-short {
  display: inline-grid;
  grid-gap: 0;
  grid-template-columns: 40px 40px 40px;
  color: #2C4A32;
  font-family: "Inter";
  font-weight: 400;
  border: 2px solid #2c4a32;
  border-radius: 50px;
  padding: 16px;
}

.wq-negativ {
  font-family: "Inter";
  font-weight: 800;
  text-align: center;
}

.wq-plus {
  font-family: "Inter";
  font-weight: 800;
  text-align: center;
}

.wq-negativ:hover,
.wq-plus:hover {
  cursor: pointer;
}

.wq-nr {
  font-family: "Inter";
  font-weight: 800;
  text-align: center;
  color: #90553D;
}

.wq-prod-wrap {
  max-width: 1460px;
  margin: 0px auto 0px auto;
}

.wq-prod-images img {
  border-radius: 25px;
  margin-bottom: 16px;
}

.wq-prod-details {
  background-color: #E6E4DC;
  color: #2C4A32;
}

.wq-btn-wrap {
  margin: 0;
}

.wq-btn {
  font-family: "Inter";
  font-weight: 800;
  font-size: 12px;
  color: #2c4a32;
  background-color: #E2FA42;
  border: 2px solid #2c4a32;
  padding: 1px 30px;
  border-radius: 50px;
  cursor: pointer;
  padding: 1px 30px;
  width: 230px;
  height: 55px;
  line-height: 14px;
}

.wq-btn:hover {
  border: 2px solid #E2FA42;
  background-color: #FFFFFF;
  color: #90553D;
  cursor: pointer;
  box-shadow: none;
}

.wq-mb-empty {
  font-size: 1.1em;
}

.wq-mb-empty-btn {
  color: #2c4a32;
  font-family: "Inter";
  font-weight: 800;
  font-size: 12px;
  text-align: center;
  padding: 18px 24px;
  max-width: 230px;
  border: 2px solid #2c4a32;
  background-color: #E2FA42;
  width: 100%;
  border-radius: 50px;
}

.wq-mb-empty-btn:hover {
  border: 2px solid #E2FA42;
  background-color: #FFFFFF;
  color: #90553D;
  cursor: pointer;
}

.wq-btn-small {
  color: #2c4a32;
  font-family: "Inter";
  font-weight: 800;
  font-size: 12px;
  text-align: center;
  padding: 18px 24px;
  max-width: 230px;
  border: 2px solid #2c4a32;
  background-color: #E2FA42;
  width: 100%;
  border-radius: 50px;
}

.wq-btn-small:hover {
  border: 2px solid #E2FA42;
  background-color: #FFFFFF;
  color: #90553D;
  cursor: pointer;
}

.added-to-cart {
  font-family: "Inter";
  font-weight: 800;
  font-size: 16px;
  color: #000000;
  background-color: #E2FA42 !important;
  border: 2px solid #2c4a32;
  padding: 1px 30px;
  border-radius: 50px;
  box-shadow: 5px 5px 0 #2c4a32, 0px 0px 0 #fff;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  padding: 1px 30px;
  width: 230px;
  height: 55px;
  line-height: 14px;
  pointer-events: none; /* Verhindert weiteres Klicken */
  transition: all 0.3s ease-in-out;
}

.wq-prod-details h1 {
  margin-bottom: 16px;
  margin-top: 8px;
  line-height: 1em;
  font-weight: 400;
}

.wq-prod-details h2 {
  font-weight: 40000;
  font-size: 16px;
  color: #90553D;
  margin: 0;
  font-family: "Inter";
}

.wq-prod-details p {
  font-family: "Inter";
  font-weight: 100;
  font-size: 0.9rem;
  line-height: 1.5em;
  color: #2c4a32;
}

.wq-prod-details p strong {
  font-weight: 600;
}

.wq-prod-details ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.wq-prod-details ol li::before {
  content: "• ";
  color: #2c4a32;
  font-weight: bold;
  list-style-position: inside;
  margin-left: -10px;
}

.wq-prod-details li {
  font-family: "Inter";
  font-weight: 100;
  font-size: 0.9rem;
  line-height: 1.5em;
  margin-left: 10px;
}

.wq-pt-prz {
  font-family: "Inter";
  font-weight: 100;
  color: #90553D;
  margin: 8px 8px 0 8px;
  font-size: 0.9rem;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.wq-pt:hover .wq-pt-prz {
  opacity: 1;
  margin-top: 16px;
  margin-bottom: -8px;
}

.wq-pt-prz strong {
  font-weight: 600;
}

.wq-pt-prz-zusatz {
  text-align: center;
  font-family: "Inter";
  font-weight: 100;
  padding: 0;
  margin: 0;
  font-size: 0.75em;
  opacity: 0.6;
}

.wq-soldout {
  font-family: "Inter";
  font-weight: 600;
  margin: 24px 0;
  color: #90553D;
}

.wq-pt-soldout {
  z-index: 99;
  background-color: #2C4A32 !important;
  color: #E2FA42 !important;
}

p.wq-main-prz {
  font-family: "Inter";
  font-weight: 800;
  font-size: 1rem;
}

.wq-main-prz-uvp {
  margin-top: 0 !important;
  text-decoration: line-through;
  color: #8d8d8d;
}

.wq-mb-prize-sale {
  text-decoration: line-through;
  color: #8d8d8d;
}

/* Teasers */
.wq-pt {
  position: relative;
  flex: 0 1 calc(100% - 12px);
  max-width: calc(100% - 12px);
  box-sizing: border-box;
  border-radius: 24px;
  border: 2px solid #2C4A32;
  background-color: #FFFFFF;
  margin-bottom: 0;
  overflow: hidden;
}
@media (min-width: 720px) {
  .wq-pt {
    flex: 0 1 calc(33.3333% - 24px);
    max-width: calc(33.3333% - 24px);
  }
}
@media (min-width: 1312px) {
  .wq-pt {
    flex: 0 1 calc(33.3333% - 24px);
    max-width: calc(33.3333% - 24px);
  }
}

.wq-pt a,
.wq-pt a:hover {
  text-decoration: none;
}

.wq-pt h2 {
  font-weight: 400;
  font-size: 16px;
  color: #2C4A32;
  margin: 8px 16px 0 16px;
}

.wq-pt h3 {
  font-weight: 400;
  font-size: 16px;
  color: #2C4A32;
  margin: 8px 16px 0 16px;
  text-align: center;
}

.wq-pt-img {
  margin: 0;
  border-radius: 0;
}

.wq-i-noimg {
  background-color: #90553D;
  min-height: 200px;
}

.wq-pt-new {
  background-color: #E2FA42;
  color: #2C4A32;
  font-family: "Inter";
  font-weight: 800;
  border-right: 50px;
  width: 75px;
  height: 75px;
  border-radius: 50px;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  top: 24px;
  right: 24px;
  hyphens: auto;
  word-break: break-word;
  padding: 4px;
  transform: rotate(-7deg);
  z-index: 5;
}

.wq-pt-new p {
  transform: rotate(10deg);
}

.wq-i-h1 h1 {
  font-size: 38px;
  color: #2C4A32;
  line-height: 1.1em;
  padding-bottom: 24px;
  font-weight: 600;
}

.wq-i-txt {
  font-size: 24px;
  line-height: 1.25em;
  max-width: 960px;
  color: #2C4A32;
}

.wq-rel-t,
.wq-rel-wrap,
.wq-oelmaa-no-img {
  display: none;
}

.wq-rel-wrap h2 {
  font-size: 14px !important;
}

.wq-prod-details {
  background-color: #FFFFFF;
  border-radius: 24px 24px 0 0;
}

.wq-footer {
  padding: 0;
  margin: 0;
  background-color: #90553D !important;
}

.wp-logo-a {
  display: none;
}

@media (min-width: 960px) {
  .wp-logo-a {
    display: block;
  }
  .wq-prod-details {
    background-color: #FFFFFF;
    border-radius: 24px;
    padding: 32px;
    margin: 0;
  }
  .wq-footer {
    margin-top: 50px;
  }
  .wq-oelmaa-no-img {
    background-color: #90553D;
    height: 200px;
    margin-bottom: 32px;
    display: block;
  }
  .wq-i-h1 h1 {
    font-size: 75px;
    color: #2C4A32;
    line-height: 1.1em;
    padding-bottom: 24px;
    font-weight: 400;
    max-width: 640px;
    margin: 0 auto;
  }
  .wq-pt h2 {
    font-size: 24px;
  }
  .wq-pt h3 {
    font-size: 24px;
  }
  .wq-i-txt {
    font-size: 40px;
    line-height: 1.25em;
    max-width: 960px;
    color: #2C4A32;
  }
  .wq-rel-t {
    display: block;
  }
  .wq-rel-wrap {
    display: grid;
  }
  .wq-prod-wrap {
    padding: 0 24px;
  }
}
.wq-filter-wrap {
  padding-top: 24px;
  flex-direction: column;
}

.wq-logo {
  text-align: center;
  margin-left: 0;
  max-width: 140px;
  margin: 0 auto;
  padding-top: 16px;
}
@media (min-width: 960px) {
  .wq-logo {
    text-align: center;
    margin: 0 auto;
    max-width: 240px;
    padding-top: 8px;
  }
}

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

@media (min-width: 960px) {
  .wq-logo {
    max-width: 240px;
  }
  .wq-filter-wrap {
    flex-direction: row;
  }
}
.wq-acc-header {
  font-family: "Inter";
  font-weight: 600;
}

.wq-acc-header span {
  font-weight: 800;
}

.wq-filter {
  font-family: "Inter";
  font-weight: 600;
  font-size: 14px;
  color: #2C4A32;
  background-color: #E2FA42; /* Hintergrundfarbe */
  border: 2px solid #FFFFFF;
  padding: 8px 24px;
  border-radius: 50px; /* Für die abgerundete Form */
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  line-height: 14px;
}

.wq-filter:hover {
  box-shadow: none;
  color: #90553D;
  background-color: #FFFFFF;
  border: 2px solid #E2FA42;
}

.wq-filter.active {
  border: 2px solid #E2FA42;
  background-color: #FFFFFF;
  color: #90553D;
  font-weight: 800;
}

.wq-oelmaa-footer {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
  margin: 0 35px;
  max-width: 960px;
  margin: 0 auto 0 auto;
}

.wq-oelmaa-footer a {
  color: #FFFFFF;
  text-decoration: underline;
  font-family: "Inter";
  font-weight: 400;
}

.footer-logo {
  width: 150px;
  margin: 0 auto;
}

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

.footer-grid-mob {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
}

.footer-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  color: #FFFFFF;
  font-family: "Inter";
  font-weight: 400;
  padding-bottom: 16px;
}

@media (min-width: 1024px) {
  .wq-oelmaa-footer {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 16px;
  }
  .footer-logo {
    width: 240px;
    margin: 0;
  }
  .footer-title {
    font-size: 16px;
    line-height: 1.3em;
  }
}
.wq-footer {
  background-color: #2C4A32;
  padding: 48px 0;
}

.social_insta {
  border-radius: 60px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  background-color: #2C4A32 !important;
  border: 2px solid #FFFFFF;
  background: url("/stores/OELMAA/assets/media/ico_instagram.svg") center center no-repeat;
  background-size: 24px;
  background-color: #90553D;
}

.social_linkedin {
  border-radius: 60px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  background-color: #2C4A32 !important;
  border: 2px solid #FFFFFF;
  background: url("/stores/OELMAA/assets/media/ico_linkedin.svg") center center no-repeat;
  background-size: 24px;
  background-color: #C9663C;
}

/*
.social_insta:hover,
.social_linkedin:hover {
  transform: translateY(5px);
  box-shadow: none;
}
*/
.footer-social-wrap {
  display: grid;
  grid-template-columns: 60px 60px;
  grid-gap: 16px;
  width: 176px;
  margin: 24px auto 0 auto;
  justify-content: center;
}

@media (min-width: 1024px) {
  .footer-social-wrap {
    margin: 24px auto;
  }
}
.wq-mini-basket ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.wq-mb-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wq-mini-basket li {
  display: grid;
  grid-template-columns: 80px 1fr;
  grid-gap: 16px;
  width: 100%;
  border-bottom: 1px solid #E6E4DC;
  padding: 16px 0 16px 0;
}

.wq-mb-sum {
  border-bottom: 1px solid #E6E4DC;
  padding: 16px 0 16px 0;
  font-size: 13px;
  line-height: 1.2em;
  font-family: "Inter";
  font-weight: 800;
  color: #2C4A32;
}

.wq-mb-thumb img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.wq-mb-item {
  font-size: 13px;
  line-height: 1.2em;
  font-family: "Inter";
  font-weight: 400;
  color: #2C4A32;
}

.wq-mb-item strong {
  font-weight: 800;
}

.wq-mb-lineaction {
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-gap: 16px;
  width: 100%;
  padding-top: 16px;
  color: #2C4A32;
}

.wq-anz-wrap-mini {
  display: inline-grid;
  grid-gap: 0;
  grid-template-columns: 20px 40px 20px;
  color: #2C4A32;
  font-family: "Inter";
  font-weight: 400;
  border: 2px solid #2c4a32;
  border-radius: 50px;
  padding: 8px;
  font-size: 12px;
}

.wq-negativ-mini {
  font-family: "Inter";
  font-weight: 800;
  text-align: center;
}

.wq-plus-mini {
  font-family: "Inter";
  font-weight: 800;
  text-align: center;
}

.wq-negativ-mini:hover,
.wq-plus-mini:hover {
  cursor: pointer;
}

.wq-nr-mini {
  font-family: "Inter";
  font-weight: 800;
  text-align: center;
  color: #90553D;
}

.wb-item-remove {
  margin-top: 9px;
  color: #666666;
}

.wb-item-remove:hover {
  cursor: pointer;
}

.wq-sendinfo-mob {
  display: block;
  font-size: 0.7em;
  color: #2C4A32;
  padding: 16px 0 36px 0;
  font-family: "Inter";
  line-height: 1.6em;
}

.wq-rel-t {
  font-size: 24px;
  margin-top: 48px;
  margin-bottom: 24px;
}

@media (max-width: 960px) {
  .footer-nav {
    text-align: center;
  }
  .footer-agb {
    text-align: center;
    margin-top: 24px;
  }
  .wq-toast {
    height: 36px;
  }
  .wq-toast-txt {
    font-size: 0.7rem;
    font-weight: 800;
  }
  .wq-i-h1 h1 {
    font-weight: 400;
  }
  .wq-anz-wrap-short {
    grid-template-columns: 30px 30px 30px;
  }
  .wq-btn {
    width: 180px;
  }
  .wq-btn-action {
    margin-bottom: 16px;
  }
  .wq-prod-details h1 {
    font-size: 1.4rem;
  }
  .wq-sendinfo {
    display: none;
  }
  .wq-pt {
    margin-bottom: 0;
  }
  .wq-pt-new {
    font-size: 0.8rem;
    border-radius: 20px;
    padding: 0;
    top: 12px;
    right: 12px;
    height: 50px;
    z-index: 5;
  }
  .wq-pt-txt {
    z-index: 0;
  }
  .wq-pt h2 {
    margin: 8px 8px 0 8px;
  }
  .wq-minicart {
    max-width: 22rem;
  }
  .wq-filter-wrap {
    padding-top: 0;
  }
  .wq-i-noimg {
    min-height: 110px;
  }
  footer {
    margin-top: 24px;
  }
}
.sticky-header {
  position: fixed;
  top: -120px;
  left: 0;
  right: 0;
  background-color: #2C4A32;
  transition: top 0.3s ease;
  width: 100%;
  z-index: 9;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.sticky-header.show {
  top: 0; /* Header wird sichtbar, wenn wir nach unten scrollen */
}

.sticky-header-wrap {
  max-width: 1584px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 80px 1fr 80px;
}

.sticky-basket {
  text-align: left;
  margin-top: 8px;
}

.sticky-basket .wq-basket {
  margin: 0 0 0 auto;
}

.sticky-logo {
  text-align: center;
}

.sticky-logo img {
  width: 60px;
  margin: 16px 0 8px 16px;
}

.wp-prod-toggle {
  border: 0;
  font-family: "Inter";
  color: #2C4A32;
  font-size: 0.9rem;
  line-height: 1.5em;
}

.wp-prod-toggle-open {
  color: #90553D;
  margin-bottom: 8px;
}

.wq-notify-wrap {
  margin: 24px 0;
}

.wq-notify-grid {
  margin-top: 24px;
  display: grid;
  grid-gap: 24px;
  grid-template-columns: 2fr 1fr;
}

.wq-input {
  width: 100%;
  border: 1px solid #2C4A32;
  padding: 16px 12px 16px 16px;
  margin: 0;
  color: #161616;
  font-size: 1rem;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border-radius: 50px;
}

.wq-btn-soft {
  background-color: #FFFFFF;
  color: #2C4A32;
  font-size: 0.9rem;
  line-height: 1rem;
  text-align: center;
  padding: 18px 24px;
  max-width: 100%;
  border: 1px solid #8d8d8d;
  width: 100%;
}

.wq-btn-soft:hover {
  border: 1px solid #8d8d8d;
  background-color: #FFFFFF;
  color: #90553D;
  cursor: pointer;
}

.wq-notify-error {
  padding: 0px 0 0 16px !important;
  margin-top: 8px !important;
  color: red;
}

.wq-notify-success {
  padding: 0 0 16px 0;
  color: green;
  font-family: "Inter";
  font-weight: 100;
  font-size: 0.9rem;
  line-height: 1.5em;
}

@keyframes scrollText {
  0% {
    transform: translateX(100%); /* Startet außerhalb des sichtbaren Bereichs rechts */
  }
  100% {
    transform: translateX(-100%); /* Endet außerhalb des sichtbaren Bereichs links */
  }
}
/* Editorial */
.wq-editorial-wrap {
  max-width: 1024px;
  margin: 0 auto;
}

.wq-editorial-titel {
  text-align: center;
  padding-top: 75px;
}

.wq-editorial-titel h2 {
  font-family: "Instrument-Serif";
  font-size: 75px;
  color: #2C4A32;
  line-height: 1.1em;
  padding-bottom: 24px;
  font-weight: 400;
  max-width: 640px;
  margin: 0 auto;
}

.wq-editorial-faq {
  font-family: "Inter";
  color: #2C4A32;
  padding: 8px 0;
}

.wq-editorial-faq-titel {
  font-weight: 800;
  font-size: 16px;
  padding: 8px 0;
}

.wq-editorial-faq-content {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.35em;
}

.wq-rel-pt {
  width: 100%;
  max-width: 100%;
}

.wq-detail-back {
  padding-top: 12px;
}

.wq-prod-content {
  position: sticky;
  bottom: 0;
  align-self: end;
  height: auto;
  padding-bottom: 0;
  border-bottom: 24px solid #FFFFFF;
}
@media (min-width: 960px) {
  .wq-prod-content {
    grid-column: 2;
    top: 0;
    align-self: start;
    margin-top: 0;
    height: auto;
    border-bottom: 0;
  }
}
