/** Shopify CDN: Minification failed

Line 20:19 Expected identifier but found whitespace
Line 20:21 Unexpected "{"
Line 20:30 Expected ":"
Line 21:14 Expected identifier but found whitespace
Line 21:16 Unexpected "{"
Line 21:25 Expected ":"
Line 21:51 Expected ":"
Line 22:17 Expected identifier but found whitespace
Line 22:19 Unexpected "{"
Line 22:28 Expected ":"
... and 1 more hidden warnings

**/


/* CSS from section stylesheet tags */
.beige-3columns-section {
  background-color: {{ section.settings.background_color }};
  padding-top: {{ section.settings.padding_top }}px;
  padding-bottom: {{ section.settings.padding_bottom }}px;
  color: #4a2c1d; /* Standard-Schriftfarbe */
}

.beige-3columns-section .columns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.beige-3columns-section .column {
  flex: 1 1 30%;
  min-width: 250px;
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
  text-align: justify;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #4a2c1d;
}

/* Hover-Effekt */
.beige-3columns-section .column:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.05);
}

.beige-3columns-section .column img {
  max-width: 100%;
  height: auto;
  margin: 10px 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  transition: transform 0.3s ease;
}

.beige-3columns-section .column:hover img {
  transform: scale(1.03);
}

/* Überschriften */
.beige-3columns-section .column h1,
.beige-3columns-section .column h2,
.beige-3columns-section .column h3,
.beige-3columns-section .column h4,
.beige-3columns-section .column h5,
.beige-3columns-section .column h6 {
  color: #4a2c1d;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
}

/* Fließtext */
.beige-3columns-section .column p,
.beige-3columns-section .column span,
.beige-3columns-section .column li,
.beige-3columns-section .column strong,
.beige-3columns-section .column em {
  color: #4a2c1d;
  font-size: 1em;
  line-height: 1.6;
  text-align: justify;
}

/* Links */
.beige-3columns-section .column a {
  color: #4a2c1d;
  text-decoration: underline;
}

.beige-3columns-section .column a:hover {
  opacity: 0.8;
  text-decoration: none;
}

/* Responsive Anpassungen */
@media (max-width: 768px) {
  .beige-3columns-section .columns {
    flex-direction: column;
    gap: 20px;
  }
  .beige-3columns-section .column {
    flex: 1 1 100%;
    transform: none !important;
    box-shadow: none !important;
  }
  .beige-3columns-section .column img {
    transform: none !important;
  }
}
.dialog-zoomed-gallery { cursor: zoom-out; }
  .dialog--preloading { opacity: 0; }
  .product-media__drag-zoom-wrapper { aspect-ratio: inherit; }
.dialog-zoomed-gallery {
    cursor: zoom-out;
  }

  .dialog--preloading {
    opacity: 0;
  }

  .product-media__drag-zoom-wrapper {
    aspect-ratio: inherit;
    min-height: inherit;
    min-width: inherit;
    display: inherit;
    flex: inherit;
  }

  @media screen and (max-width: 749px) {
    .dialog-zoomed-gallery {
      /* Prevent scroll wheel or swipe scrolling */
      overscroll-behavior: none;
      scrollbar-width: none;
      display: flex;
      scroll-snap-type: x mandatory;
      overflow-x: hidden;
      scroll-behavior: smooth;
      height: 100%;

      &::-webkit-scrollbar {
        display: none;
      }
    }

    .dialog-zoomed-gallery .product-media-container {
      flex: 0 0 100%;
      scroll-snap-align: start;
      position: relative;
    }

    .dialog-zoomed-gallery .product-media-container--image .product-media {
      aspect-ratio: auto;
      height: 100%;
      width: 100%;
      overflow: hidden;
    }

    .dialog-zoomed-gallery .product-media-container--video,
    .dialog-zoomed-gallery .product-media-container--external_video {
      align-content: center;
    }

    .dialog-zoomed-gallery
      :is(.product-media-container--video, .product-media-container--external_video, .product-media-container--model)
      .product-media {
      aspect-ratio: auto;
      align-items: center;
      height: 100%;

      .product-media__image {
        height: 100%;
      }
    }

    .product-media__drag-zoom-wrapper {
      display: flex;
      aspect-ratio: auto;
      height: 100%;
      width: 100%;
      overflow: scroll;
      scrollbar-width: none;
      justify-content: center;

      &::-webkit-scrollbar {
        display: none;
      }
    }

    .product-media__drag-zoom-wrapper .product-media__image {
      --product-media-fit: contain;
      overflow: hidden;
      transform: scale(var(--drag-zoom-scale))
        translate(var(--drag-zoom-translate-x, 0), var(--drag-zoom-translate-y, 0));
    }

    .media-gallery--hint {
      --slideshow-gap: var(--gap-2xs);

      :not(.dialog-zoomed-gallery) > .product-media-container:not(:only-child) {
        width: 90%;

        .product-media img {
          object-fit: cover;
        }
      }
    }
  }

  .dialog-zoomed-gallery__close-button {
    border-radius: 50%;
    color: white;
    mix-blend-mode: difference;
    z-index: var(--layer-raised);
  }

  .media-gallery__mobile-controls {
    grid-area: auto;
  }

  .dialog-zoomed-gallery .product-media-container--zoomable.product-media-container--image {
    cursor: zoom-out;
  }

  .product-media-container--zoomable.product-media-container--image {
    cursor: zoom-in;
  }

  .dialog-zoomed-gallery .product-media-container--video deferred-media,
  .dialog-zoomed-gallery .product-media-container--external_video deferred-media {
    height: auto;
    aspect-ratio: var(--ratio);
  }

  .dialog-zoomed-gallery .product-media-container--model .product-media__image {
    /* Make the height match the height of the model-viewer */
    height: 100vh;
  }
.trust-benefits {
    width: 100%;
  }

  .trust-benefits__header {
    margin-bottom: var(--gap-lg);
    text-align: var(--horizontal-alignment);
  }

  .trust-benefits__heading {
    margin: 0;
  }

  .trust-benefits__container {
    width: 100%;
     border-radius: var(--trust-border-radius);
  }

  .trust-benefits__items {
    display: grid;
    gap: var(--trust-gap);
    grid-template-columns: repeat(var(--trust-columns-mobile), 1fr);
    align-items: start;
  }

  @media screen and (min-width: 750px) {
    .trust-benefits__items {
      grid-template-columns: repeat(var(--trust-columns-tablet), 1fr);
    }
  }

  @media screen and (min-width: 990px) {
    .trust-benefits__items {
      grid-template-columns: repeat(var(--trust-columns-desktop), 1fr);
    }
  }

  /* Layout variations */
  .trust-benefits--horizontal .trust-benefits__items {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .trust-benefits--vertical .trust-benefits__items {
    grid-template-columns: 1fr;
    margin: 0 auto;
  }

  .trust-benefits--compact .trust-benefits__items {
    gap: calc(var(--trust-gap) * 0.75);
  }

  /* Individual item styling */
  .trust-benefits__item {
    display: flex;
    align-items: flex-start;
    gap: var(--gap-sm);
    padding: var(--padding-sm);
    border-radius: var(--trust-border-radius);
    transition: transform var(--animation-speed) var(--animation-easing);
  }

  .trust-benefits--vertical .trust-benefits__item {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .trust-benefits__item:hover {
    transform: translateY(-2px);
  }

  .trust-benefits--animated .trust-benefits__item {
    opacity: 0;
    animation: fadeInUp 0.6s var(--animation-easing) forwards;
  }

  .trust-benefits--animated .trust-benefits__item:nth-child(1) { animation-delay: 0.1s; }
  .trust-benefits--animated .trust-benefits__item:nth-child(2) { animation-delay: 0.2s; }
  .trust-benefits--animated .trust-benefits__item:nth-child(3) { animation-delay: 0.3s; }
  .trust-benefits--animated .trust-benefits__item:nth-child(4) { animation-delay: 0.4s; }
  .trust-benefits--animated .trust-benefits__item:nth-child(5) { animation-delay: 0.5s; }

  /* Icon styling */
  .trust-benefits__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: var(--trust-icon-size);
    height: var(--trust-icon-size);
  }

  .trust-benefits__icon--checkmark {
    color: var(--color-success, #00aa00);
  }

  .trust-benefits__icon--checkmark svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
  }

  .trust-benefits__icon-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  /* Content styling */
  .trust-benefits__content {
    flex: 1;
    min-width: 0;
  }

  .trust-benefits__text {
    margin: 0;
    line-height: 1.4;
  }

  /* Alignment variations */
  .trust-benefits--align-left {
    --horizontal-alignment: left;
  }

  .trust-benefits--align-center {
    --horizontal-alignment: center;
  }

  .trust-benefits--align-center .trust-benefits__items {
    justify-items: center;
  }

  .trust-benefits--align-center .trust-benefits__item {
    text-align: center;
  }

  .trust-benefits--align-right {
    --horizontal-alignment: right;
  }

  .trust-benefits--align-right .trust-benefits__items {
    justify-items: end;
  }

  /* Animation keyframes */
  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /* Reduced motion respect */
  @media (prefers-reduced-motion: reduce) {
    .trust-benefits--animated .trust-benefits__item {
      animation: none;
      opacity: 1;
    }
    
    .trust-benefits__item {
      transition: none;
    }
    
    .trust-benefits__item:hover {
      transform: none;
    }
  }