/** Shopify CDN: Minification failed

Line 16:0 Unexpected "}"
Line 117:0 All "@import" rules must come first

**/
/* custom.css */
.status-dot {
  font-size: 1em; /* oder eine geeignete Größe */
  line-height: 1;
  font-weight: bold;
  font-size: 30px; 
  vertical-align: middle;
  margin-right: 10px;
}
}

.status-dot--warning {
  color: var(--color-warning, #FFA500); /* Orange mit Fallback */
}

.status-dot--error {
  color: var(--color-error, #FF0000); /* Rot mit Fallback */
}

.status-dot--success {
  color: var(--color-success, #34a853); /* Grün mit Fallback */
}

.inventory-text {
  color: black; /* Stellt sicher, dass der Text schwarz ist */
}
.sale-price {
    display: block; /* Stelle sicher, dass der sale-price als Blockelement angezeigt wird */
    font-size: inherit; /* Vererbe die Schriftgröße */
    font-weight: inherit; /* Vererbe die Schriftstärke */
    font-family: inherit; /* Vererbe die Schriftart */
    margin: 0; /* Entferne jegliche Margins */
    padding: 0; /* Entferne jegliches Padding */
}

.fa-circle-info:before,.fa-info-circle:before {
    content: "\f05a"
}
.fa {
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-weight: var(--fa-style,900)
}

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    src: url('/cdn/shop/files/fa-solid-900.woff2?v=1713485505') format('woff2'),
         url('/cdn/shop/files/fa-solid-900.ttf?v=1713485506') format('truetype');
}


.fa-solid,.fas {
    font-family: "Font Awesome 6 Free";
    font-weight: 900
}

.product-gallery__carousel-with-arrows .tap-area {
  position: relative;
  color: #fff;
  background-color: #1C1C1C;
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.product-gallery__carousel-with-arrows .tap-area svg {
  width: 10px;
  height: 10px;
  opacity: 1;
}


.product-gallery__carousel-with-arrows {
  position: relative;
}

.product-gallery__carousel-with-arrows .tap-area {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}

.product-gallery__carousel-with-arrows .tap-area.prev-button {
  left: 16px;
}

.product-gallery__carousel-with-arrows .tap-area.next-button {
  right: 16px;
}

@media screen and (max-width: 699px) {
  .product-gallery__carousel-with-arrows .tap-area {
    top: 42%;
    transform: translateY(-42%);

  }

}

/* Versteckt die Buttons auf allen Bildschirmen */
.tap-area.prev-button, .tap-area.next-button {
  display: none;
}

@import "https://d19ayerf5ehaab.cloudfront.net/css/product-widget/style.css";body.reviews-popup,html.reviews-popup {
    overflow: hidden!important;
    height: 100%!important
}

.ruk_rating_snippet {
    color: #67c116
}

.ruk_rating_snippet .ruk-rating-snippet-count {
    color: #333;
    font-size: 12px;
    position: relative;
    bottom: 2px;
    font-family: inherit;
    line-height: 22px
}

.ruk_rating_snippet i {
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 22px;
    cursor: pointer
}

@font-face {
  font-family: 'Guthen Jaqueline';
  src: url('{{ "GuthenJaqueline-d9Pj6" | asset_url }}') format('woff2'),
       url('{{ "GuthenJaqueline-d9Pj6.woff" | asset_url }}') format('woff'),
       url('{{ "GuthenJaqueline-d9Pj6.ttf" | asset_url }}') format('truetype');
}


