/** Shopify CDN: Minification failed

Line 1870:0 Unexpected "<"
Line 1940:0 Unexpected "<"
Line 2437:18 Unexpected "{"
Line 2437:27 Expected ":"
Line 2437:34 Unexpected "{"

**/
@media screen and (min-width: 700px) {
  .tabs-inner {
    gap: var(--spacing-10);
    display: grid;
  }

  .tabs-inner::part(tab-list) {
    box-shadow: inset 0 -2px rgb(var(--text-color) / .1);
    grid: auto / auto-flow 1fr;
    align-items: end;
    display: grid;
    position: relative;
  }

  .tabs-inner::part(tab-list):after {
    content: "";
    height: 2px;
    width: calc(100% / var(--item-count));
    background: rgb(var(--text-color));
    transform: translateX(calc(var(--selected-index) * var(--transform-logical-flip) * 100%));
    transition: transform .3s;
    position: absolute;
    bottom: 0;
  }

  .tabs-inner::part(tab-list):not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)):after {
    left: 0;
  }

  .tabs-inner::part(tab-list):is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)):after {
    right: 0;
  }

  .tabs-nav__button {
    padding-block-start: var(--spacing-6);
    padding-block-end: var(--spacing-6);
    transition: color .2s ease-in-out;
  }

  .tabs-nav__button[aria-selected="true"] {
    color: rgb(var(--text-color));
  }
}

.testimonial-list {
  grid: var(--testimonial-list-grid);
  gap: var(--grid-gutter);
  align-items: start;
  display: grid;
}

.testimonial {
  align-content: start;
  gap: var(--spacing-4);
  padding: var(--spacing-6);
  scroll-snap-align: center;
  scroll-snap-stop: always;
  display: grid;
}

.testimonial__image {
  width: var(--spacing-10);
}

@media screen and (min-width: 700px) {
  .testimonial {
    gap: var(--spacing-5);
    padding: var(--spacing-8);
  }

  .testimonial__image {
    width: var(--spacing-14);
  }
}

@media screen and (min-width: 1150px) {
  .testimonial {
    scroll-snap-align: none;
  }
}

@media screen and (min-width: 1400px) {
  .testimonial {
    gap: var(--spacing-6);
    padding: var(--spacing-10);
  }
}

.text-with-icons {
  gap: var(--spacing-8);
  text-align: var(--text-with-icons-text-align);
  justify-content: var(--text-with-icons-justify);
  display: grid;
}

.text-with-icons__list {
  grid: auto / var(--text-with-icons-template);
  row-gap: var(--spacing-6);
  align-items: start;
  min-width: 0;
  display: grid;
}

.text-with-icons__item {
  gap: var(--text-with-icons-gap);
  justify-items: var(--text-with-icons-justify);
  padding-inline-start: var(--spacing-6);
  padding-inline-end: var(--spacing-6);
  display: grid;
}

@media screen and (min-width: 1000px) {
  :not(.is-scrollable) .text-with-icons__list {
    gap: var(--spacing-6);
  }

  :not(.is-scrollable) .text-with-icons__item {
    padding-inline-start: 0;
    padding-inline-end: 0;
  }
}

@media screen and (min-width: 1400px) {
  :not(.is-scrollable) .text-with-icons__list {
    gap: var(--spacing-10);
  }
}

.timeline {
  gap: var(--spacing-8);
  grid-template-columns: minmax(0, 1fr);
  display: grid;
}

.timeline__slider {
  align-items: start;
  display: grid;
}

.timeline__slider > * {
  grid-area: 1 / -1;
}

.timeline__slide {
  gap: var(--spacing-6);
  text-align: center;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  display: grid;
}

.timeline__image {
  width: 100%;
  max-width: 410px;
  margin-inline-start: auto;
  margin-inline-end: auto;
  position: relative;
}

.timeline__controls {
  --timeline-dot-size: var(--spacing-4);
  --timeline-dot-padding-inline-end: var(--spacing-4);
  padding-block-start: calc((var(--timeline-dot-size) / 2));
}

.timeline__nav {
  grid: auto / repeat(var(--timeline-nav-item-count), minmax(0, 1fr));
  width: max-content;
  min-width: 100%;
  display: grid;
}

.timeline__nav-bar {
  background-color: rgb(var(--text-color) / .12);
  width: 100%;
  height: 2px;
  position: absolute;
  top: -1px;
}

.timeline__nav-bar:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  left: 0;
}

.timeline__nav-bar:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  right: 0;
}

.timeline__nav-item {
  gap: var(--spacing-3);
  align-content: flex-start;
  min-width: 100px;
  max-width: 200px;
  padding-inline-end: var(--timeline-dot-padding-inline-end);
  display: grid;
  position: relative;
}

.timeline__nav-item:before {
  content: "";
  width: var(--timeline-dot-size);
  height: var(--timeline-dot-size);
  border-radius: var(--rounded-full);
  background-color: rgb(var(--background));
  border-width: 2px;
  margin-block-start: calc((var(--timeline-dot-size) / 2) * -1);
  transition: border-color .2s ease-in-out, background-color .2s ease-in-out;
}

.timeline__nav-item[aria-current="true"]:before {
  border-color: rgb(var(--text-color));
  background-color: rgb(var(--text-color));
}

.timeline__nav-label {
  opacity: .5;
  transition: opacity .2s ease-in-out;
}

.timeline__nav-item[aria-current="true"] .timeline__nav-label {
  opacity: 1;
}

@media screen and (min-width: 700px) {
  .timeline {
    gap: var(--spacing-14);
  }

  .timeline__slide {
    gap: var(--spacing-10);
  }

  .timeline__slide > .prose {
    padding-inline-start: var(--spacing-14);
    padding-inline-end: var(--spacing-14);
  }

  .timeline__content {
    gap: var(--spacing-6);
  }

  .timeline__controls {
    --timeline-dot-size: var(--spacing-5);
    --timeline-dot-padding-inline-end: var(--spacing-5);
  }

  .timeline__nav-item {
    min-width: 160px;
  }
}

@media screen and (min-width: 1000px) {
  .timeline__slide {
    text-align: start;
    grid: auto / repeat(2, minmax(0, 1fr));
    gap: 0;
  }

  .timeline__slide > .timeline__image-wrapper {
    padding-inline-end: 16.5%;
  }

  .timeline__slide > .prose {
    z-index: 1;
    padding-inline-start: 0;
    padding-inline-end: 0;
    position: relative;
  }

  .timeline__image {
    max-width: initial;
  }

  .timeline__image-wrapper {
    position: relative;
  }

  .timeline__controls {
    align-items: flex-start;
    gap: var(--spacing-10);
    display: flex;
  }

  .timeline__controls.scroll-area {
    overflow: visible;
  }

  .timeline__buttons {
    gap: var(--spacing-4);
    margin-block-start: calc(var(--spacing-6) * -1);
    display: flex;
  }

  .timeline__nav {
    width: 100%;
    min-width: auto;
    padding-block-start: 0;
  }

  .timeline__nav-item {
    min-width: auto;
  }
}

@media screen and (min-width: 1150px) {
  .timeline__slide > .prose {
    padding-inline-end: 16.5%;
  }

  .timeline__content {
    gap: var(--spacing-8);
  }
}

@media screen and (min-width: 1400px) {
  .timeline__slide > .prose {
    max-width: 85%;
  }
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

:is(.sr-only[type="checkbox"]:focus-visible + label, .sr-only[type="radio"]:focus-visible + label) {
  outline: 2px solid highlight;
  outline: 2px solid -webkit-focus-ring-color;
}

.skip-to-content:focus-visible {
  z-index: 9999;
  clip: auto;
  color: #fff;
  background: #000;
  width: auto;
  height: auto;
  padding: 6px 12px;
  font-weight: bold;
  overflow: auto;
}

.tap-area {
  position: relative;
}

.tap-area:before {
  content: "";
  inset: calc(-1 * var(--spacing-2-5));
  position: absolute;
}

@media print {
  .print\:hidden {
    display: none;
  }
}

@keyframes translateFull {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-100% * var(--transform-logical-flip)));
  }
}

@keyframes ping {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(.8);
  }
}

@media screen and (pointer: fine) {
  .zoom-image--enabled .zoom-image {
    transform-origin: center;
    transition: transform 1.5s cubic-bezier(.22, 1, .36, 1);
  }

  .zoom-image--enabled .group:hover .zoom-image {
    transform: scale(1.06);
  }
}

.reveal {
  opacity: 0;
}

.reveal-invisible {
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: no-preference) {
  [reveal-js], [reveal-on-scroll="true"] {
    opacity: 0;
  }
}

@media (scripting: none) {
  [reveal-js], [reveal-on-scroll="true"] {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: no-preference) {
  reveal-items {
    opacity: var(--stagger-products-reveal-opacity);
  }
}

@media (scripting: none) {
  reveal-items {
    opacity: 1;
  }
}

.border {
  border-width: 1px;
}

.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}

.border-y {
  border-block-start-width: 1px;
  border-block-end-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-s {
  border-block-start-width: 1px;
}

.border-e {
  border-block-end-width: 1px;
}

.divide-x > :not([hidden]) ~ :not([hidden]) {
  border-inline-start-width: 1px;
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  border-block-start-width: 1px;
}

.ring {
  box-shadow: 0 0 0 1px rgb(var(--text-color) / .12);
}

.ring-current {
  box-shadow: 0 0 0 1px rgb(var(--text-color));
}

.ring-inset {
  box-shadow: inset 0 0 0 1px rgb(var(--text-color) / .12);
}

.rounded-xs {
  border-radius: var(--rounded-xs);
}

.rounded-sm {
  border-radius: var(--rounded-sm);
}

.rounded {
  border-radius: var(--rounded);
}

.rounded-lg {
  border-radius: var(--rounded-lg);
}

.rounded-full {
  border-radius: var(--rounded-full);
}

.text-custom {
  color: rgb(var(--text-color));
}

.text-accent {
  color: rgb(var(--accent));
}

.text-success {
  color: rgb(var(--success-text));
}

.text-warning {
  color: rgb(var(--warning-text));
}

.text-error {
  color: rgb(var(--error-text));
}

.text-subdued {
  color: rgb(var(--text-color) / .7);
}

.text-on-sale {
  color: rgb(var(--on-sale-text));
}

.text-stroke {
  -webkit-text-stroke: 1px currentColor;
  -webkit-text-fill-color: transparent;
}

.text-gradient {
  background-image: var(--gradient);
  color: #0000;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  -webkit-background-clip: text;
  background-clip: text;
}

.text-stroke.text-gradient {
  color: rgb(var(--background));
  -webkit-text-stroke-color: transparent;
  -webkit-text-fill-color: unset;
}

.bg-custom {
  background: rgb(var(--background));
}

.bg-gradient {
  background-image: var(--gradient);
}

.bg-text {
  background: rgb(var(--text-color));
}

.bg-error {
  background: rgb(var(--error-background));
}

.bg-success {
  background: rgb(var(--success-background));
}

.bg-warning {
  background: rgb(var(--warning-background));
}

.bg-secondary {
  background: rgb(var(--text-color) / .05);
}

.opacity-0 {
  opacity: 0;
}

.backdrop-blur {
  -webkit-backdrop-filter: blur(var(--backdrop-blur, 0px));
  backdrop-filter: blur(var(--backdrop-blur, 0px));
}

.filter-invert {
  filter: invert();
}

.shadow-sm {
  filter: drop-shadow(var(--shadow-sm));
}

.shadow {
  filter: drop-shadow(var(--shadow));
}

.shadow-md {
  filter: drop-shadow(var(--shadow-md));
}

.shadow-block {
  box-shadow: var(--shadow-block);
}

.cross-fade {
  display: block;
}

.cross-fade > * {
  transition: opacity .2s ease-in-out;
}

.cross-fade > :last-child {
  display: none;
}

@media screen and (pointer: fine) {
  .cross-fade > :last-child {
    opacity: 0;
    display: block;
  }

  .cross-fade:hover > :first-child {
    opacity: 0;
  }

  .cross-fade:hover > :last-child {
    opacity: 1;
  }
}

.pointer-events-none {
  pointer-events: none;
}

.scroll-area {
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  overscroll-behavior-x: contain;
  overflow: auto hidden;
}

.scroll-area::-webkit-scrollbar {
  display: none;
}

.snap-start {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.snap-center {
  scroll-snap-align: center;
  scroll-snap-stop: always;
}

:not(.is-scrollable) ~ .peer-not-scrollable\:hidden, .hidden, .empty\:hidden:empty {
  display: none;
}

.inline-block {
  display: inline-block;
}

.block {
  display: block;
}

.contents {
  display: contents;
}

@media screen and (min-width: 700px) {
  .sm\:hidden {
    display: none;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:table-cell {
    display: table-cell;
  }

  .sm\:contents {
    display: contents;
  }
}

@media screen and (min-width: 1000px) {
  .md\:hidden {
    display: none;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:table-cell {
    display: table-cell;
  }

  .md\:contents {
    display: contents;
  }
}

@media screen and (min-width: 1150px) {
  .lg\:hidden {
    display: none;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:table-cell {
    display: table-cell;
  }

  .lg\:contents {
    display: contents;
  }
}

@media screen and (min-width: 1400px) {
  .xl\:hidden {
    display: none;
  }

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:grid {
    display: grid;
  }

  .xl\:table-cell {
    display: table-cell;
  }

  .xl\:contents {
    display: contents;
  }
}

@media screen and (min-width: 1600px) {
  .\32 xl\:hidden {
    display: none;
  }

  .\32 xl\:block {
    display: block;
  }

  .\32 xl\:flex {
    display: flex;
  }

  .\32 xl\:grid {
    display: grid;
  }

  .\32 xl\:table-cell {
    display: table-cell;
  }

  .\32 xl\:contents {
    display: contents;
  }
}

@media screen and (max-width: 699px) {
  .sm-max\:hidden {
    display: none;
  }
}

@media screen and (max-width: 999px) {
  .md-max\:hidden {
    display: none;
  }
}

@media screen and (max-width: 1149px) {
  .lg-max\:hidden {
    display: none;
  }
}

@media screen and (max-width: 1399px) {
  .xl-max\:hidden {
    display: none;
  }
}

@media screen and (max-width: 1599px) {
  .\32 xl-max\:hidden {
    display: none;
  }
}

@media screen and (pointer: fine) {
  .pointer-fine\:hidden {
    display: none;
  }

  .pointer-fine\:block {
    display: block;
  }
}

@media not screen and (pointer: fine) {
  .pointer-coarse\:hidden {
    display: none;
  }

  .pointer-coarse\:block {
    display: block;
  }
}

@media (prefers-reduced-motion: reduce) {
  .motion-reduce\:hidden {
    display: none;
  }

  .motion-reduce\:block {
    display: block;
  }
}

.invisible {
  visibility: hidden;
}

.relative {
  position: relative;
}

.wrap {
  flex-wrap: wrap;
}

.grow {
  flex-grow: 1;
}

.shrink-0 {
  flex-shrink: 0;
}

.text-start {
  text-align: start;
}

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

.text-end {
  text-align: end;
}

.justify-start {
  justify-content: start;
}

.justify-center {
  justify-content: safe center;
}

.justify-end {
  justify-content: end;
}

.justify-between {
  justify-content: space-between;
}

.justify-evenly {
  justify-content: space-evenly;
}

.justify-self-start {
  justify-self: start;
}

.justify-self-center {
  justify-self: center;
}

.justify-self-end {
  justify-self: end;
}

.justify-items-start {
  justify-items: start;
}

.justify-items-center {
  justify-items: safe center;
}

.justify-items-end {
  justify-items: end;
}

.align-start {
  align-items: start;
}

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

.align-end {
  align-items: end;
}

.align-self-start {
  align-self: start;
}

.align-self-center {
  align-self: center;
}

.align-self-end {
  align-self: end;
}

.align-self-stretch {
  align-self: stretch;
}

.place-self-start {
  place-self: start;
}

.place-self-start-center {
  place-self: start center;
}

.place-self-start-end {
  place-self: start end;
}

.place-self-center {
  place-self: center;
}

.place-self-center-start {
  place-self: center start;
}

.place-self-center-end {
  place-self: center end;
}

.place-self-end {
  place-self: end;
}

.place-self-end-start {
  place-self: end start;
}

.place-self-end-center {
  place-self: end center;
}

@media screen and (min-width: 700px) {
  .sm\:text-start {
    text-align: start;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-end {
    text-align: end;
  }

  .sm\:place-self-start {
    place-self: start;
  }

  .sm\:place-self-start-center {
    place-self: start center;
  }

  .sm\:place-self-start-end {
    place-self: start end;
  }

  .sm\:place-self-center {
    place-self: center;
  }

  .sm\:place-self-center-start {
    place-self: center start;
  }

  .sm\:place-self-center-end {
    place-self: center end;
  }

  .sm\:place-self-end {
    place-self: end;
  }

  .sm\:place-self-end-start {
    place-self: end start;
  }

  .sm\:place-self-end-center {
    place-self: end center;
  }

  .sm\:justify-items-center {
    justify-items: safe center;
  }
}

.align-top {
  vertical-align: top;
}

.align-center {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.w-0 {
  width: 0;
}

.min-w-full {
  min-width: 100%;
}

.min-h-full {
  min-height: 100%;
}

.mx-auto {
  margin-inline-start: auto;
  margin-inline-end: auto;
}

.my-auto {
  margin-block-start: auto;
  margin-block-end: auto;
}

.aspect-short {
  aspect-ratio: 4 / 3;
}

.aspect-tall {
  aspect-ratio: 2 / 3;
}

.aspect-square {
  aspect-ratio: 1;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.aspect-video iframe {
  width: 100%;
  height: 100%;
}

.gap-0\.5 {
  gap: var(--spacing-0-5);
}

.gap-1 {
  gap: var(--spacing-1);
}

.gap-1\.5 {
  gap: var(--spacing-1-5);
}

.gap-2 {
  gap: var(--spacing-2);
}

.gap-2\.5 {
  gap: var(--spacing-2-5);
}

.gap-3 {
  gap: var(--spacing-3);
}

.gap-3\.5 {
  gap: var(--spacing-3-5);
}

.gap-4 {
  gap: var(--spacing-4);
}

.gap-4\.5 {
  gap: var(--spacing-4-5);
}

.gap-5 {
  gap: var(--spacing-5);
}

.gap-5\.5 {
  gap: var(--spacing-5-5);
}

.gap-6 {
  gap: var(--spacing-6);
}

.gap-8 {
  gap: var(--spacing-8);
}

.gap-10 {
  gap: var(--spacing-10);
}

.gap-12 {
  gap: var(--spacing-12);
}

@media screen and (min-width: 700px) {
  .sm\:gap-0\.5 {
    gap: var(--spacing-0-5);
  }

  .sm\:gap-1 {
    gap: var(--spacing-1);
  }

  .sm\:gap-1\.5 {
    gap: var(--spacing-1-5);
  }

  .sm\:gap-2 {
    gap: var(--spacing-2);
  }

  .sm\:gap-2\.5 {
    gap: var(--spacing-2-5);
  }

  .sm\:gap-3 {
    gap: var(--spacing-3);
  }

  .sm\:gap-3\.5 {
    gap: var(--spacing-3-5);
  }

  .sm\:gap-4 {
    gap: var(--spacing-4);
  }

  .sm\:gap-4\.5 {
    gap: var(--spacing-4-5);
  }

  .sm\:gap-5 {
    gap: var(--spacing-5);
  }

  .sm\:gap-5\.5 {
    gap: var(--spacing-5-5);
  }

  .sm\:gap-6 {
    gap: var(--spacing-6);
  }

  .sm\:gap-8 {
    gap: var(--spacing-8);
  }

  .sm\:gap-10 {
    gap: var(--spacing-10);
  }

  .sm\:gap-12 {
    gap: var(--spacing-12);
  }
}

.overflow-hidden {
  overflow: hidden;
}

.object-fill {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.object-fill:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  left: 0;
}

.object-fill:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  right: 0;
}

.object-fill, .object-fill-safe, .object-cover {
  object-fit: cover;
  object-position: center;
}

.object-contain {
  object-fit: contain;
  object-position: center;
}

.placeholder {
  background: rgb(var(--text-primary) / .3);
  fill: rgb(var(--text-primary) / .7);
  color: rgb(var(--text-primary) / .7);
  display: block;
}

.bold {
  font-weight: bold;
}

.text-xxs {
  font-size: 10px;
  line-height: 1.7;
}

.text-xs {
  font-size: var(--text-xs);
  line-height: 1.7;
}

.text-sm {
  font-size: var(--text-sm);
  line-height: 1.6;
}

.text-base {
  font-size: var(--text-base);
  line-height: 1.6;
}

.text-lg {
  font-size: var(--text-lg);
  line-height: 1.6;
}

.subheading {
  font-weight: bold;
}

.heading, .h0, .h1, .h2, .h3, .h4, .h5, .h6, .prose :is(h1, h2, h3, h4, h5, h6) {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  letter-spacing: var(--heading-letter-spacing);
  text-transform: var(--heading-text-transform);
  overflow-wrap: anywhere;
}

.h0 {
  font-size: var(--text-h0);
  line-height: 1;
}

.h1, .prose h1:not(.h0, .h1, .h2, .h3, .h4, .h5, .h6) {
  font-size: var(--text-h1);
  line-height: 1.1;
}

.h2, .prose h2:not(.h0, .h1, .h2, .h3, .h4, .h5, .h6) {
  font-size: var(--text-h2);
  line-height: 1.1;
}

.h3, .prose h3:not(.h0, .h1, .h2, .h3, .h4, .h5, .h6) {
  font-size: var(--text-h3);
  line-height: 1.2;
}

.h4, .prose h4:not(.h0, .h1, .h2, .h3, .h4, .h5, .h6) {
  font-size: var(--text-h4);
  line-height: 1.3;
}

.h5, .prose h5:not(.h0, .h1, .h2, .h3, .h4, .h5, .h6) {
  font-size: var(--text-h5);
  line-height: 1.4;
}

.h6, .prose h6:not(.h0, .h1, .h2, .h3, .h4, .h5, .h6) {
  font-size: var(--text-h6);
  line-height: 1.4;
}

@media screen and (min-width: 700px) {
  .sm\:text-xxs {
    font-size: 10px;
    line-height: 1.7;
  }

  .sm\:text-xs {
    font-size: var(--text-xs);
    line-height: 1.7;
  }

  .sm\:text-sm {
    font-size: var(--text-sm);
    line-height: 1.6;
  }

  .sm\:text-base {
    font-size: var(--text-base);
    line-height: 1.6;
  }

  .sm\:text-lg {
    font-size: var(--text-lg);
    line-height: 1.6;
  }

  .sm\:h0 {
    font-size: var(--text-h0);
    line-height: 1;
  }

  .sm\:h1 {
    font-size: var(--text-h1);
    line-height: 1.1;
  }

  .sm\:h2 {
    font-size: var(--text-h2);
    line-height: 1.1;
  }

  .sm\:h3 {
    font-size: var(--text-h3);
    line-height: 1.2;
  }

  .sm\:h4 {
    font-size: var(--text-h4);
    line-height: 1.3;
  }

  .sm\:h5 {
    font-size: var(--text-h5);
    line-height: 1.4;
  }

  .sm\:h6 {
    font-size: var(--text-h6);
    line-height: 1.4;
  }
}

.line-through {
  text-decoration: line-through;
}

.break-all {
  overflow-wrap: anywhere;
}

.hyphenate {
  -webkit-hyphens: auto;
  hyphens: auto;
}

.truncate-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
}

.line-clamp {
  -webkit-line-clamp: var(--line-clamp-count, 2);
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

/* B2B Formular Wrapper */
.b2b-wrapper {
  max-width: 960px;
  margin: 60px auto;
  padding: 40px;
  background-color: #f5f5f5; /* exakter Grauton wie im Login-Formular */
  border-radius: 12px;
  font-family: 'Poppins', sans-serif;
}

/* Titel */
.b2b-title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: #111;
}

/* Formular-Layout */
.b2b-form {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

/* Zwei Spalten */
.b2b-column {
  flex: 1 1 45%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Label-Styling */
.b2b-form label {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 4px;
}

/* Eingabefelder & Dropdowns */
.b2b-form input[type="text"],
.b2b-form input[type="email"],
.b2b-form input[type="tel"],
.b2b-form select {
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  background: #fff;
  transition: border 0.2s ease-in-out;
}

.b2b-form input:focus,
.b2b-form select:focus {
  border-color: #999;
  outline: none;
}

/* Datenschutz-Checkbox */
.b2b-footer {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #444;
  margin-top: 30px;
}

/* Button */
.b2b-button {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 30px auto 0;
  padding: 16px 24px;
  background-color: #f1c40f;
  color: #000;
  border: none;
  border-radius: 9999px;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}

.b2b-button:hover {
  background-color: #ddb90c;
}

/* Responsives Verhalten */
@media (max-width: 768px) {
  .b2b-form {
    flex-direction: column;
  }

  .b2b-column {
    width: 100%;
  }

  .b2b-button {
    max-width: 100%;
  }
}

/* Styling für YMQ-Formular */
.ymq-b2b-registration-form {
  max-width: 960px;
  margin: 60px auto;
  padding: 40px;
  background-color: #f5f5f5;
  border-radius: 12px;
  font-family: 'Poppins', sans-serif;
}

/* Titel anpassen */
.ymq-b2b-registration-form h1,
.ymq-b2b-registration-form h2 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: #111;
  font-family: 'Poppins', sans-serif;
}

/* Felder in 2 Spalten */
.ymq-b2b-registration-form .ymq-b2b-rf-form > div {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

/* Einzelne Eingabefelder */
.ymq-b2b-registration-form .ymq-b2b-rf-form .ymq-b2b-rf-field {
  flex: 1 1 45%;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

/* Eingabefeld und Label */
.ymq-b2b-registration-form input,
.ymq-b2b-registration-form select,
.ymq-b2b-registration-form label {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #111;
}

.ymq-b2b-registration-form input,
.ymq-b2b-registration-form select {
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fff;
  width: 100%;
}

/* === YMQ Formular Styling (B2B Seite) === */
#ymq-form {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  padding: 40px 20px;
  box-sizing: border-box;
}

#ymq-form .ymq-form-item {
  flex: 1 1 45%;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

#ymq-form .ymq-form-item.full-width {
  flex: 1 1 100%;
}

#ymq-form label {
  font-weight: 600;
  margin-bottom: 5px;
}

#ymq-form input,
#ymq-form select,
#ymq-form textarea {
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  width: 100%;
}

#ymq-form button,
#ymq-form input[type="submit"] {
  background-color: #f5c400;
  color: #000;
  font-weight: bold;
  border: none;
  padding: 14px 24px;
  font-size: 18px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 20px;
}

#ymq-form button:hover,
#ymq-form input[type="submit"]:hover {
  background-color: #e0b200;
}

/* Nur für Seite /pages/b2b – optional: sichere Eingrenzung */
body.page-b2b #ymq_form,
.page-b2b #ymq_form {
  max-width: 1000px;
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  padding: 40px;
  background: #f9f9f9;
  border-radius: 8px;
}

/* Zweispaltige Felder */
body.page-b2b .ymq-form-item,
.page-b2b .ymq-form-item {
  width: 48%;
  display: flex;
  flex-direction: column;
}

/* Volle Breite bei z. B. Textarea oder spezielle Felder */
body.page-b2b .ymq-form-item.full-width,
.page-b2b .ymq-form-item.full-width {
  width: 100%;
}

/* Labels anpassen */
body.page-b2b .ymq-form-item label {
  font-weight: 600;
  margin-bottom: 6px;
}

/* Eingabefelder */
body.page-b2b .ymq-form-item input,
body.page-b2b .ymq-form-item select,
body.page-b2b .ymq-form-item textarea {
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
}

/* Gelber Button wie bei /account/register */
body.page-b2b .ymq-submit,
body.page-b2b input[type="submit"],
body.page-b2b button[type="submit"] {
  background-color: #f5c400 !important;
  color: #000 !important;
  font-weight: bold;
  border: none;
  padding: 14px 24px;
  font-size: 18px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 20px;
}

/* Hover-Effekt */
body.page-b2b .ymq-submit:hover,
body.page-b2b input[type="submit"]:hover,
body.page-b2b button[type="submit"]:hover {
  background-color: #e0b200 !important;
}

/* Nur auf /pages/b2b anwenden */
body.page-b2b .ymq-b2b-registration-form {
  max-width: 1000px;
  margin: 60px auto;
  padding: 40px;
  background-color: #f5f5f5;
  border-radius: 12px;
  font-family: "Poppins", sans-serif;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

/* Zwei Spalten – Felder nebeneinander */
body.page-b2b .ymq-b2b-options-box {
  width: 48%;
  display: flex;
  flex-direction: column;
}

/* Falls etwas volle Breite braucht */
body.page-b2b .ymq-b2b-options-box.full-width {
  width: 100%;
}

/* Feldbeschriftungen */
body.page-b2b .ymq-b2b-options-box label {
  font-weight: 600;
  margin-bottom: 5px;
}

/* Input-Styling */
body.page-b2b .ymq-b2b-options-box input,
body.page-b2b .ymq-b2b-options-box select,
body.page-b2b .ymq-b2b-options-box textarea {
  padding: 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
}

/* Gelber Submit-Button */
body.page-b2b .ymq-b2b-submit,
body.page-b2b .ymq-b2b-registration-form button[type="submit"],
body.page-b2b .ymq-b2b-registration-form input[type="submit"] {
  background-color: #f5c400 !important;
  color: black !important;
  border: none;
  padding: 14px 24px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: auto;
  margin-top: 20px;
}

/* Button-Hover */
body.page-b2b .ymq-b2b-submit:hover,
body.page-b2b .ymq-b2b-registration-form button[type="submit"]:hover {
  background-color: #e0b200 !important;
}

/* Container-Stil */
.ymq-b2b-registration-form {
  max-width: 1000px !important;
  padding: 40px !important;
  background-color: #f5f5f5 !important;
  border-radius: 12px !important;
  font-family: "Poppins", sans-serif !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 20px !important;
  justify-content: space-between !important;
}

/* Felder nebeneinander in zwei Spalten */
.ymq-b2b-registration-form .ymq-b2b-options-box {
  width: 48% !important;
  display: flex !important;
  flex-direction: column !important;
}

/* Volle Breite bei Bedarf */
.ymq-b2b-registration-form .ymq-b2b-options-box.full-width {
  width: 100% !important;
}

/* Labels */
.ymq-b2b-registration-form label {
  font-weight: 600 !important;
  margin-bottom: 5px !important;
}

/* Input, Select, Textarea */
.ymq-b2b-registration-form input,
.ymq-b2b-registration-form select,
.ymq-b2b-registration-form textarea {
  padding: 12px !important;
  font-size: 16px !important;
  border: 1px solid #ccc !important;
  border-radius: 5px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

/* Button-Styling */
.ymq-b2b-registration-form .ymq-b2b-submit,
.ymq-b2b-registration-form button[type="submit"],
.ymq-b2b-registration-form input[type="submit"] {
  background-color: #f5c400 !important;
  color: black !important;
  border: none !important;
  padding: 14px 24px !important;
  font-size: 18px !important;
  font-weight: bold !important;
  border-radius: 6px !important;
  cursor: pointer !important;
  transition: background-color 0.3s ease !important;
  width: auto !important;
  margin-top: 20px !important;
}

<style>
  .ymq-b2b-registration-form {
    max-width: 1000px !important;
    margin: 60px auto !important;
    padding: 40px !important;
    background-color: #f5f5f5 !important;
    border-radius: 12px !important;
    font-family: "Poppins", sans-serif !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0px 20px !important; /* Abstand komplett entfernt */
    justify-content: space-between !important;
  }

  .ymq-b2b-registration-form .ymq-b2b-options-box {
    width: 48% !important;
    display: flex !important;
    flex-direction: column !important;
    margin-bottom: 0px !important; /* Abstand komplett entfernt */
  }

  .ymq-b2b-registration-form .ymq-b2b-options-box.full-width {
    width: 100% !important;
  }

  .ymq-b2b-registration-form label {
    font-weight: 600 !important;
    margin-bottom: 4px !important;
    font-size: 15px !important;
  }

  .ymq-b2b-registration-form input,
  .ymq-b2b-registration-form select,
  .ymq-b2b-registration-form textarea {
    padding: 10px 12px !important;
    font-size: 15px !important;
    border: 1px solid #ccc !important;
    border-radius: 5px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .ymq-b2b-registration-form .ymq-b2b-submit,
  .ymq-b2b-registration-form button[type="submit"],
  .ymq-b2b-registration-form input[type="submit"] {
    background-color: #f5c400 !important;
    color: #000 !important;
    border: none !important;
    padding: 14px 30px !important;
    font-size: 18px !important;
    font-weight: bold !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease, transform 0.2s ease !important;
    margin: 30px auto 0 auto !important;
    display: block !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
  }

  .ymq-b2b-registration-form .ymq-b2b-submit:hover,
  .ymq-b2b-registration-form button[type="submit"]:hover {
    background-color: #e0b200 !important;
    transform: translateY(-1px) !important;
  }

  @media (max-width: 768px) {
    .ymq-b2b-registration-form .ymq-b2b-options-box {
      width: 100% !important;
    }
  }
</style>

/* Container für Dropdown („Anrede“) korrekt ausrichten */
#option-box-5 {
  display: flex !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Dropdown auf gleiche Höhe & Breite wie Textfelder bringen */
#option-box-5 select {
  width: 100% !important;
  height: 48px !important;
  padding: 10px 14px !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
  border: 1px solid #ccc !important;
  border-radius: 6px !important;
  box-sizing: border-box !important;
  appearance: none !important;
  font-family: 'Poppins', sans-serif !important;
  background-color: #fff !important;
}

#option-box-11 select {
  width: 100% !important;
  height: 48px !important;
  padding: 10px 14px !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
  border: 1px solid #ccc !important;
  border-radius: 6px !important;
  box-sizing: border-box !important;
  appearance: none !important;
  font-family: 'Poppins', sans-serif !important;
  background-color: #fff !important;
}

/* Einheitliches Styling für Textfelder */
.ymq-b2b-options-box input[type="text"],
.ymq-b2b-options-box input[type="email"],
.ymq-b2b-options-box input[type="tel"] {
  width: 100% !important;
  height: 48px !important;
  padding: 10px 14px !important;
  font-size: 16px !important;
  font-family: 'Poppins', sans-serif !important;
  line-height: 1.4 !important;
  border: 1px solid #ccc !important;
  border-radius: 6px !important;
  box-sizing: border-box !important;
}

/* Gemeinsames Layout für alle relevanten Dropdown-Container */
#option-box-5,
#option-box-12 {
  display: flex !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Dropdown-Styles für "Anrede", "Land" und "Sind Sie bereits Kunde?" */
#option-box-5 select,
#option-box-12 select {
  width: 100% !important;
  height: 48px !important;
  padding: 10px 14px !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
  border: 1px solid #ccc !important;
  border-radius: 6px !important;
  box-sizing: border-box !important;
  appearance: none !important;
  font-family: 'Poppins', sans-serif !important;
  background-color: #fff !important;
}

/* Einheitliches Styling für Textfelder */
.ymq-b2b-options-box input[type="text"],
.ymq-b2b-options-box input[type="email"],
.ymq-b2b-options-box input[type="tel"] {
  width: 100% !important;
  height: 48px !important;
  padding: 10px 14px !important;
  font-size: 16px !important;
  font-family: 'Poppins', sans-serif !important;
  line-height: 1.4 !important;
  border: 1px solid #ccc !important;
  border-radius: 6px !important;
  box-sizing: border-box !important;
}

/* Box „Land“ korrekt positionieren */
#option-box-9 {
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end; /* sorgt für exakte Ausrichtung */
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Größe des Dropdowns anpassen */
#option-box-9 select {
  height: 48px !important;
  padding: 10px 14px !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  border-radius: 6px !important;
  border: 1px solid #ccc !important;
  width: 100% !important;
  box-sizing: border-box !important;
  background-color: #fff !important;
}

/* Vertikale Positionierung optimieren */
#option-box-9 {
  padding-top: 8px !important;
  margin-top: 0 !important;
}

/* Gleiche Höhe und Styling wie Telefonnummer (box-7) */
#option-box-9 select {
  height: 48px !important;
  padding: 10px 14px !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  border-radius: 6px !important;
  border: 1px solid #ccc !important;
  width: 100% !important;
  box-sizing: border-box !important;
  background-color: #fff !important;
}

/* Gleiche vertikale Position wie box-7 */
#option-box-9 {
  margin-top: 0 !important;
  padding-top: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/* Höhenausrichtung & Styling für das Dropdown in Box 9 (Land) */
#option-box-9 select,
#ymq_custom_fields #option-box-9 .ymq-option-wrapper select {
  height: 48px !important;
  padding: 10px 14px !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  border-radius: 6px !important;
  border: 1px solid #ccc !important;
  width: 100% !important;
  box-sizing: border-box !important;
  background-color: #fff !important;
  vertical-align: middle !important;
}

/* Box selbst ausrichten wie Telefonnummer */
#option-box-9,
#ymq_custom_fields #option-box-9 {
  margin-top: 0 !important;
  padding-top: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
}

/* Entfernt vertikalen Abstand zwischen Eingabe-/Dropdown-Boxen */
.ymq-b2b-registration-form {
  gap: 0px 20px !important; /* Kein vertikaler Abstand */
}

.ymq-b2b-registration-form .ymq-b2b-options-box {
  margin-bottom: 0px !important; /* Kein eigener unterer Abstand */
  padding-bottom: 0px !important;
}

.ymq-b2b-registration-form input,
.ymq-b2b-registration-form select,
.ymq-b2b-registration-form textarea {
  margin-bottom: 0px !important; /* Kein Abstand zwischen Label und Feld */
}

/* Rechten Abstand der gesamten grauen Box reduzieren */
.ymq-b2b-registration-form {
  padding-right: 0px !important; /* vorher wahrscheinlich 40px oder mehr */
  padding-left: 55px !important;  /* belasse links, damit es gleich aussieht */
}

button.ymq-b2b-rf-create {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  pointer-events: none !important;
}

.ymq-b2b-registration-form {
  margin-bottom: 0px !important; /* Standard ist vermutlich 40px */
}

.ymq-b2b-options-box {
  margin-bottom: 10px;
}

.ymq-b2b-registration-form {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 20px;
}

/* Verringert vertikalen Abstand zwischen Formularfeld und Container-Ende */
.ymq-b2b-registration-form .ymq-b2b-options-box:last-of-type {
  margin-bottom: 0 !important;
}

/* Alternativ: Alle Optionen etwas enger packen */
.ymq-b2b-registration-form .ymq-b2b-options-box {
  margin-bottom: 6px !important;  /* vorher z. B. 10px oder 16px */
}

.ymq-b2b-registration-form {
  padding-bottom: 0px !important; /* vorher evtl. 40px */
}

.page {
  gap: 0 !important;
}

@media (max-width: 768px) {
  .ymq-b2b-registration-form {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}

@media (max-width: 768px) {
  .ymq-b2b-lable.required {
    font-size: 14px !important;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .ymq-b2b-registration-form {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .ymq-b2b-lable.required {
    font-size: 16px !important;
  }
}

/* Basis-Styling für alle Devices */
.ipad-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}

.ipad-section > * {
  flex: 1 1 48%;
  max-width: 48%;
}

/* iPad Mini (768px - 819px): erzwinge zwei Spalten */
@media screen and (min-width: 768px) and (max-width: 819px) {
  .ymq-b2b-registration-form {
    justify-content: space-around;
  }

  .ymq-b2b-registration-form > * {
    flex: 1 1 48%;
    max-width: 48%;
  }
}

/* iPad Air (820px - 1023px) - zwei Spalten */
@media screen and (min-width: 820px) and (max-width: 1023px) {
  .ipad-section {
    justify-content: space-around;
  }

  .ipad-section > * {
    flex: 1 1 45%;
    max-width: 45%;
  }
}

/* iPad Pro (ab 1024px aufwärts, bleibt perfekt) */
@media screen and (min-width: 1024px) {
  .ipad-section {
    justify-content: center;
  }

  .ipad-section > * {
    flex: 1 1 45%;
    max-width: 45%;
  }
}

.ymq-b2b-options-box {
   margin: 0 !important;
   padding: 0 !important;
}

.navigation-drawer span.reversed-link {
  font-size: 22px !important;
}

.panel-footer__account-link.bold.text-sm {
  font-size: 18px !important;
}

/* === Kopfzeilenhöhe für große Bildschirme reduzieren (ca. -10px) === */
@media screen and (min-width: 1008px) {
  .header__wrapper {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
}

/* Verkleinert Abstand zwischen Header-Elementen auf großen Bildschirmen */
@media screen and (min-width: 1008px) {
  .header__wrapper {
    column-gap: 1rem !important;
  }
}

@media screen and (min-width: 1008px) {
  .header__logo img {
    max-height: 84px !important;
    width: auto !important;
  }
}

@media screen and (min-width: 1008px) {
  .header__logo {
    margin-left: 20px !important;
  }
}

@media screen and (min-width: 1008px) {
  .desktop-search-bar {
    max-width: 300px;
  }

  .desktop-search-form {
    background: #ffffff !important;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 0 0.75rem;
    height: 36px;
    box-sizing: border-box;
  }

  .desktop-search-form input {
    font-size: 0.9rem;
    padding: 0;
    margin: 0;
    width: 100%;
    background: transparent;
  }

  .desktop-search-form button {
    background: none;
    border: none;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
}

.desktop-search-form input {
  height: 100%;
  padding: 0;
  font-size: 14px;
  line-height: 1;
}

/* === Desktop-Suchleiste Styling für richtigen Sitz im Header === */
@media screen and (min-width: 1008px) {
  .desktop-search-form {
    height: 36px;
    margin: 0;
    padding: 0 12px;
    background-color: #f7f7f7;
    border-radius: 6px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
  }

  .desktop-search-form input {
    font-size: 13px;
    padding: 0;
    margin: 0;
    height: 100%;
    line-height: 1;
    background: transparent;
  }

  .desktop-search-form button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: none;
    border: none;
    margin-right: 8px;
    cursor: pointer;
  }
}


.predictive-search,
.predictive-search__results,
.shopify-predictive-search {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  height: 0 !important;
}

/* Entfernt den schwarzen Rand beim Fokussieren des Eingabefelds */
#PredictiveSearchInput:focus {
  outline: none;
  box-shadow: none;
}

@media screen and (min-width: 1008px) {
  .icon, svg {
    stroke-width: 1 !important;
  }
}

/*zeigt Menu für 1150-1215px nicht an, da es verzogen ist*/
@media screen and (min-width: 1150px) and (max-width: 1215px) {
  .header__link-list {
    display: none !important;
  }
}

@media screen and (min-width: 1008px) {
  /* Abstand zwischen Account und Warenkorb */
  .header__icon-list li:nth-last-child(2) {
    margin-right: 6px !important;
  }

  /* Abstand vom Warenkorb zum rechten Rand */
  .header__icon-list li:last-child {
    margin-right: 10px !important;
  }

  .header__icon-list form.desktop-search-form {
    margin-right: 30px !important;
  }

    .header__icon-list > li.desktop-search-wrapper {
    margin-right: 10px !important;
  }
}

.predictive-search-results {
  position: fixed;
  top: var(--header-height, 92px);
  left: 0;
  width: 100%;
  height: calc(100vh - var(--header-height, 92px));
  background: white;
  z-index: 5;
  overflow-y: auto;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-10px);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0.4s;
}

.predictive-search-results.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}


#shopify-section-{{ section.id }} {
  z-index: 10;
}

#clear-search-button {
  display: none;
}

#clear-search-button.visible {
  display: block;
}

/* 🧼 Entfernt den schwarzen Rahmen beim Fokus */
input[type="search"] {
  outline: none;
  box-shadow: none;
  border: none;
}

/* 🧼 Entfernt das automatische "x" (Löschen-Symbol) in Chrome/Opera */
input[type="search"]::-webkit-search-cancel-button {
  display: none;
  -webkit-appearance: none;
}

.clear-button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 100; /* Dünner geht kaum */
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-left: 0.5rem;
}

.desktop-search-form input[type="search"] {
  font-size: 0.75rem;         /* kleiner, gleichmäßig */
  height: 100%;               /* hält es stabil */
  padding: 0;                 /* optional: falls Browser extra Padding setzt */
  line-height: 1.2;           /* verhindert „Aufblähen“ */
  box-sizing: border-box;     /* verhindert Größenänderung durch Border/Padding */
  transition: none !important;
}

.search-overlay-divider {
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1); /* sanftes Grau */
  width: 100%;
  margin-bottom: 1rem;
}

.search-overlay-content {
  display: flex;
  gap: 2rem;
}

.search-overlay-sidebar {
  width: 18%;
  padding: 2vh 2vw;
  box-sizing: border-box;
}

.search-menu-section:not(:first-child) {
  margin-top: 2rem; /* Mehr Abstand zwischen Kategorien */
}

.menu-heading {
  font-size: 0.9rem;          /* Etwas größer */
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  color: #1a1a1a;
}

.search-overlay-sidebar ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.search-overlay-sidebar li {
  margin-bottom: 0.5rem;
}

.search-overlay-sidebar a {
  color: #555;
  text-decoration: none;
  font-size: 1rem;            /* 1px größer als vorher */
  transition: color 0.2s ease;
  display: inline-block;
}

.search-overlay-sidebar a:hover {
  color: #000;
}

.search-overlay-content {
  display: flex;
  height: 100%;
  position: relative;
}

/* Trennlinie */
.search-overlay-content::before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 50px;
  left: 20%;
  width: 1px;
  background-color: #ddd;
}

.search-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.5rem;
  width: 100%;
  padding: 0; /* Vorher: padding-left: 2vw; */
}

.search-product-card {
  background: #f9f9f9; /* Helles Grau */
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 0.2s ease;
  height: 305px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.search-product-card a {
  color: inherit;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.search-product-card:hover {
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}

.search-product-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

.product-info {
  padding: 0.5rem 0.75rem 0.75rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-grow: 1;
}

.product-title {
  font-weight: 600;
  font-size: 1.05rem;
  margin-bottom: 0.rem;
  line-height: 1.2;
}

.product-variant {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 0rem;
  line-height: 1.2;
  margin-top: 0.1rem !important;
}

.product-price {
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-top: auto;
  line-height: 1.2;
}

.search-product-heading-wrapper {
  padding: 0 20px;
}

.search-product-heading {
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #1a1a1a;
  margin-bottom: 0.75rem;
  padding-left: 0; /* Sicherstellen, dass kein zusätzliches Padding hier stört */
}

.search-product-divider {
  height: 1px;
  background-color: #e0e0e0;
  width: 100%;
  margin-bottom: 2rem;
}

.search-overlay-main {
  width: 80%;
  padding: 2vh 1.5vw 2vh 1.6vw;
  box-sizing: border-box;
}

.search-product-card:hover {
  background: #fff;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}

.search-product-card {
  background: #fff;
  border-radius: 8px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  padding-left: 0;
}

.search-product-grid {
  padding-left: 0.5rem;  /* oder dein Wunschwert z. B. 0.5rem */
  padding-right: 0;    /* sicherstellen, dass rechts nichts dazu kommt */
  box-sizing: border-box;
}

#clear-search-button {
  display: none;
  font-size: 1.4rem;
  background: none;
  border: none;
  cursor: pointer;
  color: #333;
  padding: 0 0.5rem;
}

#clear-search-button {
  display: none;
}

#Search:focus + #clear-search-button {
  display: inline;
}

/* === Zentrale Navigation wie bei Snocks === */
.custom-center-nav ul {
  display: flex;
  gap: 2rem;
  list-style: none;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.custom-center-nav .nav-link {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  position: relative;
}

.custom-center-nav .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #333;
}

/* Nur ab 1150px anzeigen */
.custom-center-nav {
  display: none;
}

@media (min-width: 1150px) {
  .custom-center-nav {
    display: block;
    font-size: 18px;
  }
}

.custom-center-nav .nav-item {
  position: relative;
}

/* Mega-Hover-Stil */
:root {
  --produkte-hover-panel-height: 300px !important;
}

/* === HOVER DROPDOWN GRUNDSTRUKTUR === */
.product-mega-hover {
  display: none !important;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  width: 100% !important;
  height: 35vh !important;
  background: white !important;
  z-index: 9999 !important;
  padding: 0 !important;
}

.product-mega-hover.visible {
  display: block !important;
}

/* === INNENAUFBAU – ZENTRIERT & STABIL === */
.hover-panel-inner {
  display: grid !important;
  grid-template-columns: 1fr 2px 1fr !important;
  align-items: center !important; /* <<< macht beide Spalten mittig */
  justify-content: center !important;
  max-width: 1000px !important;
  margin: 0 auto !important;
  height: 100% !important;
  padding: 0 2rem !important;
  gap: 4rem !important;
  transform: translateX(-1vh) !important;
}


/* === SPALTEN === */
.column {
  width: auto !important;
}

.column.left {
  margin-right: 2rem !important;
}

.column.right {
  margin-left: 2rem !important;
  overflow-y: auto !important;
  max-height: 100% !important;
}

/* === LINK-LISTEN === */
.column ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: left !important;
}

.column li {
  margin-bottom: 1.2rem !important;
  font-size: 1rem !important;
  line-height: 1.8 !important;
}

/* === TRENNLINIE === */
.separator {
  width: 2px !important;
  height: calc(100% - 7vh) !important;
  background-color: #ccc !important;
  border-radius: 9999px !important;
  align-self: center !important;
}

.produkte-link {
  position: relative !important;
  color: #333 !important;
  font-weight: 400 !important;
  text-decoration: none !important;
}

.produkte-link.active {
  font-weight: 600 !important;
  color: black !important;
}

.produkte-link.active::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  bottom: -2px !important;
  height: 2px !important;
  width: 100% !important;
  background-color: black !important;
  border-radius: 1px !important;
}

/* === DYNAMISCHER INHALT RECHTE SEITE === */
.right-content {
  display: none !important;
}

.right-content.active {
  display: block !important;
}

/* === OPTIONALER BACKDROP === */
.product-mega-backdrop {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  height: calc(100vh - 80px);
  background: rgba(0, 0, 0, 0.05);
  z-index: -1;
}

.column.left {
  justify-self: end !important;  /* rückt näher an die Trennlinie */
}

.column.right {
  justify-self: start !important;
}

.produkte-link {
  position: relative !important;
  color: #333 !important;
  font-weight: 400 !important;
  text-decoration: none !important;
}

.produkte-link.active,
.produkte-link.hovered {
  font-weight: 600 !important;
}

.produkte-link.active::after,
.produkte-link.hovered::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  bottom: -2px !important;
  height: 2px !important;
  width: 100% !important;
  background-color: black !important;
  border-radius: 1px !important;
}

.column.right a {
  color: #333 !important;
  text-decoration: none !important;
  transition: color 0.3s ease, text-decoration 0.3s ease !important;
}

.column.right a:hover {
  color: black !important;
}

.column.right a:hover {
  color: black !important;
  text-decoration: underline !important;
}

/* Standard-Link-Stil */
.nav-link {
  position: relative !important;
  color: #333 !important;
  font-weight: 400 !important;
  text-decoration: none !important;
  transition: all 0.05s ease !important;
}

/* Aktiver Link (z. B. bei Hover über Kategorie oder Socke) */
.nav-link.active,
.nav-link.selected {
  color: black !important;
  font-weight: 600 !important;
}

/* Unterstrich nur bei aktiv/ausgewählt */
.nav-link.active::after,
.nav-link.selected::after {
  content: "" !important;
  position: absolute !important;
  bottom: -2px !important;
  left: 0 !important;
  height: 2px !important;
  width: 100% !important;
  background-color: black !important;
  border-radius: 1px !important;
}

/* Produkte-spezifisch */
.nav-link-produkte {
  /* Kein eigener Stil mehr nötig – wird über .selected gesteuert */
}

.product-mega-top-bar {
  height: 1px;
  width: 100%;
  background-color: #ccc;
  opacity: 0.5;
  margin: 0;
}

.footer__custom-icons a svg {
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0.8;
}

.footer__custom-icons a:hover svg {
  transform: scale(1.1);
  opacity: 1;
}

/*Blendet Footer Policy Links aus*/
.footer__policy-links.unstyled-list {
  display: none !important;
}

.footer__custom-icons a:hover {
  opacity: 0.7;
}

.footer__custom-icons svg {
  width: 30px;
  height: 30px;
  transition: width 0.3s ease, height 0.3s ease;
}

@media (max-width: 759px) {
  .footer__custom-icons svg {
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 480px) {
  .footer__custom-icons svg {
    width: 20px;
    height: 20px;
  }
}


.footer__block-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
}

.footer__block {
  flex: 1 1 20%;
  min-width: 200px;
}

.footer__block--custom ul li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.footer__block--custom ul img {
  height: 24px;
  width: auto;
  display: inline-block;
}

.footer__block-list empty:hidden {
  padding-bottom: 50px !important;
}

.footer__block-list {
  margin-bottom: 2rem; /* oder z. B. 3rem, je nach gewünschtem Abstand */
}

.footer-accordion details {
  margin-bottom: 1rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5rem;
}

.footer-accordion summary {
  cursor: pointer;
  font-weight: bold;
  list-style: none;
}

.footer-accordion summary::-webkit-details-marker {
  display: none;
}

.footer-accordion summary + div {
  margin-top: 20px;
}

.footer-accordion summary {
  position: relative;
  cursor: pointer;
  font-weight: bold;
  padding-right: 1.5rem; /* Platz für das Symbol */
}

/* Symbol als rotiertes 'x' bei geschlossen */
.footer-accordion summary::after {
  content: '✕';
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(45deg); /* wirkt wie ein + */
  transition: transform 0.3s ease;
  font-weight: bold;
  font-size: 1rem;
  color: inherit;
}

/* Wenn geöffnet: echtes 'x' (nicht rotiert) */
.footer-accordion details[open] summary::after {
  transform: rotate(0deg); /* echtes X */
}

.footer-accordion details > div {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
}

/* Wenn geöffnet */
.footer-accordion details[open] > div {
  max-height: 200px; /* bei Bedarf anpassen */
  opacity: 1;
  visibility: visible;
}

/* Letztes Element ohne Abstand */
.footer__block--menu ul li:last-child {
  margin-bottom: 0;
}

.footer-section-heading {
  font-weight: bold;
  font-size: 20px;
  color: inherit; /* passt sich dem restlichen Text an */
}

.newsletter__text{
  margin-bottom: 10px;
  color: var(--text-color); /* oder #d1d5db, je nach Theme */
}

.newsletter-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 25px;
  align-items: flex-start;
}

.newsletter-btn {
  background: linear-gradient(
    135deg,
    #000000 0%,
    #1a1a1a 25%,
    #dd0000 40%,
    #e10000 60%,
    #ffce00 70%,
    #ffe000 75%
  );
  color: white;
  border: 2px solid #003366;
  padding: 8px 20px;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  width: 100%;
  text-align: center;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Aktiver Zustand */
.newsletter-btn.active,
.newsletter-btn:focus {
  background-color: #003366;
  color: #fff;
}

.newsletter-options {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.newsletter-wrapper {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

.newsletter-options,
.newsletter-form-container {
  width: 100%;
}

.newsletter-options {
  margin-bottom: 20px; /* oder z. B. 20px für etwas mehr Luft */
}

.skip-to-content.sr-only {
  display: none !important;
}


/* COOKIE BANNER DESIGN */
section#shopify-pc__banner.shopify-pc__banner_dialog {
  background: #fff !important;
  color: #222 !important;
  border-radius: 16px !important;
  box-shadow: 0 8px 24px rgba(0,0,0,0.15) !important;
  max-width: 700px !important;
  margin: 36px auto !important;
  padding: 36px 40px 30px 40px !important;
  font-family: 'Poppins', Arial, sans-serif !important;
  font-size: 17px !important;
  line-height: 1.7 !important;
}

.shopify-pc__banner__body {
  margin-bottom: 18px !important;
}

.shopify-pc__banner_body-title {
  color: #111 !important;
  font-size: 2rem !important;
  font-weight: bold !important;
  margin-bottom: 16px !important;
  margin-top: 0 !important;
}

.shopify-pc__banner__body p,
.shopify-pc__banner__body span,
.shopify-pc__banner__body a {
  font-size: 17px !important;
  color: #222 !important;
}

#shopify-pc__banner_body-policy-link {
  color: #3066be !important;
  text-decoration: underline !important;
  font-weight: 500 !important;
  margin-left: 8px !important;
}

.shopify-pc__banner_btns {
  display: flex !important;
  justify-content: center !important;
  gap: 18px !important;
  margin-top: 28px !important;
}

.shopify-pc__banner_btns button,
.shopify-pc__banner_btns .shopify-pc__banner_btn {
  background: #111 !important;
  color: #fff !important;
  border-radius: 10px !important;
  border: none !important;
  font-size: 18px !important;
  padding: 13px 40px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  margin: 0 6px !important;
  transition: background 0.2s;
}
.shopify-pc__banner_btns button:hover,
.shopify-pc__banner_btns .shopify-pc__banner_btn:hover {
  background: #3066be !important;
}

@media (max-width: 800px) {
  section#shopify-pc__banner.shopify-pc__banner_dialog {
    max-width: 97vw !important;
    padding: 14vw 2vw 16vw 2vw !important;
    font-size: 15px !important;
  }
  .shopify-pc__banner_btns {
    flex-direction: column !important;
    gap: 10px !important;
  }
  .shopify-pc__banner_btns button,
  .shopify-pc__banner_btns .shopify-pc__banner_btn {
    font-size: 16px !important;
    padding: 12px 0 !important;
    width: 100%;
  }
}


  .footer__main-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 4vw; /* oder z.B. 2rem, je nach Geschmack */
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
  .footer__block--text {
    max-width: 400px;
    width: 100%;
  }
  .footer__block--custom {
    max-width: 250px;
    width: 100%;
    margin-left: auto;
  }
  @media (max-width: 900px) {
    .footer__main-row {
      flex-direction: column;
      gap: 2rem;
    }
    .footer__block--custom, .footer__block--text {
      margin-left: 0;
      margin-right: 0;
      max-width: 100%;
    }
  }

@media screen and (min-width: 1000px) {
  .footer__block-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 3vw;
  }
  /* Linker Info-Block */
  .footer__block--text {
    max-width: 500px;
    width: 100%;
    margin-right: auto;
  }
  /* Mittlerer Block (Newsletter oder Links) */
  .footer__block--menu,
  .footer__block--newsletter {
    flex: 1 1 0;
    min-width: 220px;
    max-width: 350px;
    margin: 0 2vw;
  }
  /* Rechter Zahlungsarten-Block */
  .footer__block--custom {
    max-width: 250px;
    width: 100%;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}


.hcaptcha-badge {
  transform: scale(0.8);
  right: 10px !important;
  bottom: 10px !important;
}

.slider__arrow {
  display: none !important;
}

.ymq-b2b-tax-and-discount-position {
  display: none !important;
}

button[name="checkout"] .icon-picto-lock {
  display: none;
}

@media screen and (max-width: 699px) {
  a.tap-area {
    display: block !important;
  }
}

#language-popup {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999 !important;
  justify-content: center;
  align-items: center;
  pointer-events: auto !important;
}

#language-popup,
#language-popup * {
  pointer-events: auto !important;
  z-index: 99999 !important;
}

#language-popup .popup-content {
  background: white;
  padding: 2rem;
  border-radius: 8px;
  text-align: center;
  position: relative;
  max-width: 600px; /* breiter gemacht */
  width: 90%;
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
}

.popup-flags {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
  justify-items: center;
  margin-top: 1.2rem;
  gap: 0.2rem;
}

.popup-flags button {
  all: unset;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  cursor: pointer;
  border-radius: 4px;
  padding: 0.3rem 0.6rem;
  transition: background 0.2s ease;
  flex: 1 1 20%; /* gleichmäßige Aufteilung */
  min-width: 100px;
  max-width: 120px;
}

.popup-flags button:hover {
  background: rgba(0, 0, 0, 0.05);
}

.popup-flags img {
  width: 48px;
  height: 32px;
  border: 2px solid transparent;
  border-radius: 4px;
  transition: transform 0.2s ease;
}

.popup-flags span {
  font-size: 0.9rem;
  color: black;
}

#ea-auto-translate-embed {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

#language-popup h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: #111;
  margin-bottom: 0.5rem;
}

.popup-subtext {
  font-size: 0.85rem;
  color: #555;
  margin-bottom: 1rem;
}

@media (max-width: 550px) {
  .popup-flags button {
    flex: 1 1 40%; /* z.B. 2 nebeneinander bei kleinen Screens */
  }
}

.footer-language-selector {
  display: inline-block;
  margin-left: 0.5rem;
  cursor: pointer;
}

.footer-language-selector img {
  width: 40px;         /* minimal größer */
  height: 32px;
  margin-top: -4px;    /* leicht nach oben schieben */
}

#ea-auto-translate-root {
  display: none !important;
}

.footer__block--menu {
  margin-left: 0 !important;
  padding-left: 0 !important;
  text-align: left !important;
}

.ea-bottomSpacer {
  display: none !important;
}

.label-with-icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.info-popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 105;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-hidden {
  display: none !important;
}

.info-popup__content {
  background: #fff;
  padding: 24px 30px;
  border-radius: 12px;
  max-width: 380px;
  width: 90%;
  font-family: 'Poppins', sans-serif;
  position: relative;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.info-popup__content h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.info-popup__content p {
  font-size: 16px;
  color: #333;
  line-height: 1.4;
}

.info-popup__close {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}

#shop-hcaptcha-badge-container {
  display: none !important;
}

body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

/* Hintergrund des Abschnitts */
.feedback-section {
  background-color: #145da0;
  padding: 2rem 0;
  text-align: center;
}

/* Button-Styling */
#openFeedback.button {
  background-color: #ffffff;
  color: #145da0;
  padding: 12px 32px;
  font-size: 16px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: opacity 0.2s ease;
  display: inline-block;
  text-align: center;
}

/* Hover-Effekt: Nur Opacity ändern */
#openFeedback.button:hover {
  opacity: 0.8;
}

/* Responsive Anpassungen */
@media (max-width: 768px) {
  #openFeedback.button {
    font-size: 15px;
    padding: 12px 30px;
  }
}

@media (max-width: 480px) {
  #openFeedback.button {
    font-size: 14px;
    padding: 10px 28px;
  }
}


.feedback-section {
  background-color: #145da0;
  padding: 1.5rem 0 1rem;
  text-align: center;
  position: relative;
}

/* Überschrift: Poppins Bold & groß */
.feedback-text h2 {
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-weight: 700; /* Bold */
  font-size: 28px;
  margin-bottom: 0.5rem;
}

/* Hinweistext darunter */
.feedback-text p {
  color: #cccccc;
  font-size: 13px;
  margin-bottom: 1.5rem;
}

.feedback-text {
  max-width: 1000px;
  margin: 0 auto 1.5rem;
  text-align: center;
}

.custom-product-gallery {
  margin-top: 2rem;
  padding: 1.5rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.gallery-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}

.product-meta-text {
  margin-top: 1rem;
  font-size: 1rem;
  color: #333;
  line-height: 1.5;
}

.custom-product-gallery .gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.pswp__bottom-bar .pagination {
  border-radius: var(--rounded-full);
}

.pagination {
  display: flex;
  gap: 0.5vw; /* 👉 Abstand relativ zur Viewport-Breite */
  justify-content: center;
  align-items: center;
  background: rgb(var(--background));
  border-radius: var(--rounded-button);
  border-width: 1px;
  padding: 0.8vw 1.2vw; /* 👉 responsive Padding */
  margin: 0 4vw; /* 👉 Abstand zu Bildschirmrand */
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: auto; /* 👉 falls nötig, horizontal scrollbar */
  white-space: nowrap; /* 👉 Verhindert Umbruch */
}

.pagination__item {
  padding: 0.6vw 1vw; /* 👉 responsive Padding */
  font-size: clamp(14px, 1.5vw, 18px); /* 👉 skaliert von 14px bis max. 18px */
  font-weight: 500;
  border-radius: 9999px;
  text-align: center;
  min-width: clamp(28px, 3vw, 36px); /* 👉 ebenfalls responsiv */
  height: clamp(28px, 3vw, 36px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  transition: background-color 0.2s ease;
  cursor: pointer;
  flex-shrink: 1; /* 👉 schrumpfbar bei Bedarf */
}


.pagination__item:hover {
  background-color: #f2f2f2;
}

.pagination__item--active {
  background-color: #f2f2f2;
  font-weight: 600;
  pointer-events: none;
}

/*.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
*/

.inline-block.link-faded.break-all {
  font-size: 18px;
}

.footer-accordion summary {
  font-size: 18px;
}

footer .bold {
  font-size: 18px;
}

.footer-section-heading {
  font-size: 18px;
}

.prose.text-subdued p {
  font-size: 16px;
}

.footer__wrapper,
.footer__block-list,
.footer__main-row {
  gap: clamp(1rem, 3vw, 2.5rem);
}

@media (max-width: 759px) {
  .text-sm {
    font-size: 14px !important;
  }
}

.product-info__block-item[data-block-id="inventory_cAey8G"] {
  margin-bottom: 8px;                       /* z.B. nur 8px Abstand */
}

.product-info__block-item[data-block-id="buy_buttons"] {
  margin-top: 0.5rem;                       /* optional – falls zusätzlicher Abstand hier entsteht */
}

/* Sterne Bewertung bei jedem Produkt */
/* ========== DESKTOP-STYLES ========== */
.fine-stars {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0px !important;                     /* kleiner Abstand zwischen Sternen */
  vertical-align: middle !important;
}

.star-wrapper {
  position: relative !important;
  display: inline-block !important;
  font-size: 24px !important;              /* Sterne größer */
  width: 1.1em !important;
  height: 1.1em !important;
  line-height: 1.1em !important;
  overflow: hidden !important;
  vertical-align: middle !important;
}

.star-base {
  color: #d1d5db !important;
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 1 !important;
  top: 0 !important;
  left: 0 !important;
}

.star-fill {
  color: #fbbf24 !important;
  position: absolute !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  z-index: 2 !important;
  top: 0 !important;
  left: 0 !important;
  height: 100% !important;
}

.rating__count {
  font-size: 16px !important;
  line-height: 1.1em !important;
  margin-left: 6px !important;
  display: inline-block !important;
  position: relative !important;
  top: 1.5px !important;                    /* ganz leicht nach unten versetzt */
  color: #374151 !important;
}

.star-wrapper:not(:first-child) {
  margin-left: -3px !important;
}

/* Sterne Bewertung bei jedem Produkt */
/* ========== MOBILE-STYLES < 600px ========== */
@media screen and (max-width: 600px) {
  .fine-stars {
    font-size: 18px !important;            /* kleiner, aber immer noch gut sichtbar */
  }

  .star-wrapper {
    font-size: 18px !important;
    width: 1.05em !important;
    height: 1.05em !important;
  }

  .rating__count {
    font-size: 14px !important;
    margin-left: 4px !important;
    top: 1px !important;
  }

  .star-wrapper:not(:first-child) {
    margin-left: -1.8px !important;
  }
}

.product-info__block-item {
  margin: 13px 0;
}

.product-info__block-item:first-child {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/*Bei der Section "Featured Product" habe ich einen veränderten Hitnergrund eingefügt, in Deutschland-Farben*/
div.section.section--tight.section-blends.section-full.text-custom {
  background: linear-gradient(
    135deg,                               /* ← schräg: 135° (von links oben nach rechts unten) */
    black 0%, 
    black 25%, 
    #d10000 40%, 
    #d10000 60%,                          /* → Roter Teil breiter */
    #ffcc00 75%, 
    #ffcc00 100%
  ) !important;
  padding-top: clamp(2rem, 5vw, 6rem);   /* min: 2rem, bevorzugt: 5% vom Viewport, max: 6rem */
}

/*Bei der Section "Collection-list" habe ich einen Abstand nach oben eingefügt, da der generelle Abstand 0px ist*/
#shopify-section-template--25584405283081__collection_list_TjV6Yr{
  padding-top: 20px;
}

/*Bei der Section "FAQ" habe ich einen Abstand nach oben eingefügt, da der generelle Abstand 0px ist*/
#shopify-section-template--25584405283081__faq{
  padding-top: 60px;
}

/*Sorgt dafür, dass man den dicken, runden Cursor nicht mehr sieht aber seine Funktion bleibt bestehen*/
.slideshow__cursor {
  opacity: 0 !important;
  pointer-events: none !important;
  background: none !important;
}


/* Für alle Slides klickbar/zeigbar machen */
.slideshow__carousel,
.slideshow__slide,
.content-over-media {
  cursor: default !important;
} 

body.template-customers-register .newsletter-info-icon {
  display: inline-block;
}

body:not(.template-customers-register) .newsletter-info-icon {
  display: none;
}

