/** Shopify CDN: Minification failed

Line 60:0 Unexpected "}"
Line 249:0 Unexpected "}"
Line 423:20 Expected identifier but found whitespace
Line 1285:0 Unexpected "}"

**/

.product {
  margin: 0;
}

.product--no-media {
  max-width: 57rem;
  margin: 0 auto;

}

.product__media-wrapper {
  padding-left: 0;
}

.product__info-wrapper {
  padding-left: 0;
  padding-bottom: 0;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .product-section {
    margin-top: 0;
  }
}

@media screen and (min-width: 750px) {
  .product--thumbnail .product__media-gallery,
  .product--thumbnail_slider .product__media-gallery,
  .product--stacked .product__info-container--sticky {
    display: block;
    position: sticky;
    top: 3rem;
    z-index: 2;
}
  }

  .product__info-wrapper {
    padding-left: 0rem;
    margin-bottom: 2.5rem;
    margin-top: 1.5rem;
    /* width: 343 !important; */
    border-radius: 8px;
    border: 2px solid rgba(51, 51, 51, 0.07);
    /* box-shadow: rgb(0 0 0 / 13%) 0px 7px 15px, rgb(0 0 0 / 5%) 0px 0px 3px; */
  }

  .product__media-container .slider-buttons {
    display: none;
  }
}

@media screen and (min-width: 990px) {
  .product--large:not(.product--no-media) .product__media-wrapper {
    max-width: 65%;
    width: calc(65% - 1rem / 2);
  }

  .product--large:not(.product--no-media) .product__info-wrapper {
    padding-left: 4rem;
    max-width: 35%;
    width: calc(35% - 1rem / 2);
  }

  .product--medium:not(.product--no-media) .product__media-wrapper,
  .product--small:not(.product--no-media) .product__info-wrapper {
    max-width: 55%;
    width: calc(55% - 1rem / 2);
  }

  .product--medium:not(.product--no-media) .product__info-wrapper,
  .product--small:not(.product--no-media) .product__media-wrapper {
    max-width: 45%;
    width: calc(45% - 1rem / 2);
  }
}

/* Dynamic checkout */

.shopify-payment-button__button {
  border-radius: 0;
  font-family: inherit;
  min-height: 4.6rem;
}

.shopify-payment-button__button [role="button"].focused,
.no-js .shopify-payment-button__button [role="button"]:focus {
  outline: .2rem solid rgba(var(--color-foreground),.5) !important;
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 .1rem rgba(var(--color-button),var(--alpha-button-border)),0 0 0 .3rem rgb(var(--color-background)),0 0 .5rem .4rem rgba(var(--color-foreground),.3) !important;
}

.shopify-payment-button__button [role="button"]:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none !important;
}

.shopify-payment-button__button [role="button"]:focus-visible {
  outline: .2rem solid rgba(var(--color-foreground),.5) !important;
  box-shadow: 0 0 0 .1rem rgba(var(--color-button),var(--alpha-button-border)),0 0 0 .3rem rgb(var(--color-background)),0 0 .5rem .4rem rgba(var(--color-foreground),.3) !important;
}

.shopify-payment-button__button--unbranded {
  background-color: rgba(var(--color-button), var(--alpha-button-background));
  box-shadow: 0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border));
  color: rgb(var(--color-button-text));
  font-size: 1.4rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  letter-spacing: 0.07rem;
}

.shopify-payment-button__button--unbranded::selection {
  background-color: rgba(var(--color-button-text), 0.3);
}

.shopify-payment-button__button--unbranded:hover,
.shopify-payment-button__button--unbranded:hover:not([disabled]) {
  background-color: rgba(var(--color-button), var(--alpha-button-background));
  box-shadow: 0 0 0 0.2rem rgba(var(--color-button), var(--alpha-button-border));
}

.shopify-payment-button__more-options {
  margin: 1.6rem 0 1rem;
  font-size: 1.2rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  letter-spacing: 0.05rem;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.shopify-payment-button__button--hidden {
  display: none;
}

/* Product form */

.product-form {
  display: block;
}

.product-form__error-message-wrapper:not([hidden]) {
  display: flex;
  align-items: flex-start;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}

.product-form__error-message-wrapper svg {
  flex-shrink: 0;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.7rem;
  margin-top: 0.5rem;
}

/* Form Elements */
.product-form__input {
  flex: 0 0 100%;
  padding-left: 2.5px;
  padding-right: 2.5px;
  margin: 0 0 1.2rem 0;
  max-width: max-content; /*Variant Varianten centeren*/
  min-width: fit-content;
  border: none;
}

variant-radios,
variant-selects {
  display: inline-flex;
  margin-top: 1 !important;
}

.product-form__input--dropdown {
  margin-bottom: 0rem;
}

.product-form__input .form__label {
  padding-left: ;
}

fieldset.product-form__input .form__label {
  margin-bottom: 0.2rem;
}

.product-form__input input[type='radio'] {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}

.product-form__input input[type='radio'] + label {
  border: 0.1rem solid rgba(var(--color-foreground), 0.55);
  border-radius: 8rem;
  color: rgb(var(--color-foreground));
  display: inline-block;
  margin: 0.7rem 0.2rem 0.2rem 0.2rem;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  text-align: center;
  transition: border var(--duration-short) ease;
  cursor: pointer;
  border-style: none;
   transition: all 0.2s ease;
}

.product-form__input input[type='radio'] + label:hover {
  border: 0.1rem solid rgb(var(--color-foreground));
}

.product-form__input input[type='radio']:checked + label {
  background-color: rgb(var(--color-foreground));
  color: rgb(var(--color-background));
}

@media screen and (forced-colors: active) {
  .product-form__input input[type=radio]:checked + label {
    text-decoration: underline;
  }
}

.product-form__input input[type='radio']:checked + label::selection {
  background-color: rgba(var(--color-background), 0.3);
}

.product-form__input input[type='radio']:disabled + label {
  border-color: rgba(var(--color-foreground), 0.1);
  color: rgba(var(--color-foreground), 0.4);
  text-decoration: line-through;
  background: white;
    color: black;
    border-width: 2;
    border-color: black;
    border-style: solid;
  transition: all 0.2s ease;
}
}
.product-form__input input[type='radio']:focus-visible + label {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0 0.5rem rgba(var(--color-foreground), 0.55);
}

/* Fallback */
.product-form__input input[type='radio'].focused + label,
.no-js .shopify-payment-button__button [role="button"]:focus + label {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0 0.5rem rgba(var(--color-foreground), 0.55);
}

/* No outline when focus-visible is available in the browser */
.no-js .product-form__input input[type='radio']:focus:not(:focus-visible) + label {
  box-shadow: none;
}

.product-form__input .select {
  max-width: 100%;
}

.product-form__submit {
  margin-bottom: 0rem;
}

.no-js .product-form__submit.button--secondary {
  --color-button: var(--color-base-accent-1);
  --color-button-text: rgb (255, 255, 255);
  --alpha-button-background: 1;
}

.product-form__submit[aria-disabled="true"] + .shopify-payment-button,
.product-form__submit[disabled] + .shopify-payment-button {
  display: none;
}

@media screen and (forced-colors: active) {
  .product-form__submit[aria-disabled="true"] {
    color: Window;
  }
}

/* Overrides */
.shopify-payment-button__more-options {
  color: rgb(var(--color-foreground));
}

.shopify-payment-button__button {
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
}

/* Product info */

.product__info-container > * + * {
  margin-bottom: 0rem;
  margin-top: 2rem;
}

.product__info-container .product-form,
.product__info-container .product__description {
  padding: 0;
  font-size: 14px;
  display: inline;
}

.product__description {
  background-color: white;
  border-radius: 16px;
  font-size: 11px !important;
  /*text-transform: uppercase !important;*/
  font-weight: 200;
}

.product__text {
  margin-bottom: 0;
}

a.product__text {
  display: block;
  text-decoration: none;
  color: rgba(var(--color-foreground), 0.75);
}

.product__text.caption-with-letter-spacing {
  text-transform: inherit;
  font-size: 12px;
  color: #008b10;
  border-top: 0rem solid rgba(var(--color-foreground),.08);
  border-bottom: 0rem solid rgba(var(--color-foreground),.08);
  width: 300;
  display: inline-flex;
  text-align: center;
  justify-content: center;
  font-weight: 400;
  margin-bottom: 6;
  margin-top: 8 !important;
  padding-top: 16;
}

.product__title {
  word-break: break-word;
  margin-bottom: 0rem;
  margin-top: 0rem !important;
  text-align: center !important;
  justify-content: center !important;
  align-items: center !important;
  display: inline-flex;
  padding-top: 15px;
}

.product__title + .product__text.caption-with-letter-spacing {
  margin-top: -1.5rem;
}

.product__text.caption-with-letter-spacing + .product__title {
  margin-top: 0;
}

.product__accordion .accordion__content {
  padding: 0 1.5rem;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

.product .price {
  align-items: flex-start;
  text-align: center;
  padding-top: 8px;
}

.product .price .badge {
  margin-top: 0.5rem;
  margin-bottom: 0,5rem;
  text-align: center; 
}

.product .price dl {
  margin-top: 0.5rem;
  margin-bottom: 0,5rem;
  text-align: center; 
}

.product .price--sold-out .price__badge-sold-out {
  background: transparent;
  text-align: center; 
  color: red;
  border: none;
}

.product .price--sold-out .price__badge-sale {
  display: none;
  text-align: center; 
}

@media screen and (min-width: 750px) {
  .product__info-container .price--on-sale .price-item--regular {
    font-size: 2.6rem;
    text-align: center; 

  }

  .product__info-container > *:first-child {
    margin-top: 0;
    text-align: center; 

  }
}

.product__description-title {
  font-weight: 400;
}

.product--no-media .
.product--no-media .product__text .product__price
.product--no-media noscript .product-form__input,
.product--no-media .product__tax  {
  text-align: center;
}

.product--no-media .product__media-wrapper {
  padding: 0;
}

.product__tax {  /*Versandinformationen (Spracheinstellungen um Inhalt umzuändern, Versand Shipping*/
  margin-top: -0.2rem;
  margin-left: 0rem;
  font-size: 12px;
  color: RGB(175, 175, 175);
  font-weight: normal;
  padding-bottom: 20;
  width: 341;
  justify-content: center !important;
  border-bottom: 1px solid rgb(240, 240, 240);
  align-items: center !important;
  text-align: center !important;
  display: inline-flex;
}

.product--no-media noscript .product-form__input,
.product--no-media .share-button {
  max-width: 100%;
}

.product--no-media fieldset.product-form__input,
.product--no-media .product-form__quantity,
.product--no-media .product-form__input--dropdown,
.product--no-media .share-button,
.product--no-media .product__view-details,
.product--no-media .product__pickup-availabilities,
.product--no-media .product-form {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.product--no-media .product-form {
  flex-direction: column;
}

.product--no-media .product-form > .form {
  max-width: 30rem;
  width: 100%;
}

.product--no-media .product-form__quantity,
.product--no-media .product-form__input--dropdown {
  flex-direction: column;
  max-width: 100%;
}

.product--no-media fieldset.product-form__input {
  flex-wrap: wrap;
  margin: 0 auto 0 auto;
}

.product--no-media .product__info-container > modal-opener {
  display: block;
  text-align: center;
}

.product--no-media .product-popup-modal__button {
  padding-right: 0;
}

.product--no-media .price {
  justify-content: center;
  text-align: center
}

.product--no-media .product__info-wrapper {
  padding-left: 0;
}

/* Product media */

@media screen and (max-width: 749px) {
  .product__media-list {
    margin-left: -2.5rem;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
    width: calc(100% + 4rem);

  }

  .product__media-wrapper slider-component:not(.thumbnail-slider--no-slide) {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .slider.slider--mobile.product__media-list {
    padding-bottom: 0;
    margin-bottom: 0.5rem;
  }

  .slider.product__media-list::-webkit-scrollbar {
    height: 0.2rem;
    width: 0.2rem;
  }

  .product__media-list::-webkit-scrollbar-thumb {
    background-color: rgb(var(--color-foreground));
  }

  .product__media-list::-webkit-scrollbar-track {
    background-color: rgba(var(--color-foreground), 0.2);
  }

  .product__media-list .product__media-item {
    width: 275/*375/*calc(100% - 3rem)*/;
  }

  .slider.product__media-list .product__media-item:first-of-type {
    padding-left: 0rem;
  }
}

@media screen and (min-width: 750px) {
  .product__media-item:first-child {
    width: 100%;
  }

  .product--thumbnail .product__media-item:not(.is-active),
  .product--thumbnail_slider .product__media-item:not(.is-active) {
    display: none;
  }

  .product-media-modal__content > .product__media-item--variant.product__media-item--variant {
    display: none;
  }

  .product-media-modal__content > .product__media-item--variant:first-child {
    display: block;
  }
}

.product__media-item.product__media-item--variant {
  display: none;
}

.product__media-item--variant:first-child {
  display: block;
}

@media screen and (max-width: 749px) {
  .product__media-item--variant:first-child {
    padding-right: 01.5rem;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .product__media-list .product__media-item:first-child {
    padding-left: 0;
  }

  .product--thumbnail_slider .product__media-list {
    margin-left: 0;
  }

  .product__media-list .product__media-item {
    padding: 0 0 0.5rem;
    width: 100%;
  }
}

.product__media-icon .icon {
  width: 1.2rem;
  height: 1.4rem;
}

.product__media-icon, .thumbnail__badge {
    background-color: transparent;
    border-radius: 50%;
    border: 0.rem solid rgba(var(--color-foreground), 0.1);
    color: rgb(var(--color-foreground));
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    width: 3rem;
    position: absolute;
    left: 1.5rem;
    top: 1.5rem;
    z-index: 1;
    transition: color var(--duration-short) ease, opacity var(--duration-short) ease;
}

.product__media-video .product__media-icon {
  opacity: 1;
}

.product__modal-opener--image .product__media-toggle:hover {
  cursor: zoom-in;
}

.product__modal-opener:hover .product__media-icon {
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
}

@media screen and (min-width: 750px) {
  .grid__item.product__media-item--full {
    width: 100%;
  }
}

@media screen and (min-width: 990px) {
  .product__modal-opener .product__media-icon {
    opacity: 0;
  }

  .product__modal-opener:hover .product__media-icon,
  .product__modal-opener:focus .product__media-icon {
    opacity: 1;
  }
}

.product__media-item > * {
  display: block;
  position: relative;
}

.product__media-toggle {
  display: flex;
  border: none;
  background-color: transparent;
  color: currentColor;
  padding: 0;
}

.product__media-toggle::after {
  content: '';
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
}

.product__media-toggle:focus-visible {
  outline: 0;
  box-shadow: none;
}

.product__media-toggle.focused {
  outline: 0;
  box-shadow: none;
}

.product__media-toggle:focus-visible:after {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.product__media-toggle.focused::after {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.product-media-modal {
  background-color: rgb(var(--color-background));
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.product-media-modal[open] {
  visibility: visible;
  opacity: 1;
  z-index: 101;
}

.product-media-modal__dialog {
  display: flex;
  align-items: center;
  height: 100vh;
}

.product-media-modal__content {
  max-height: 100vh;
  width: 100%;
  overflow: auto;
}

.product-media-modal__content > *:not(.active),
.product__media-list .deferred-media {
  display: none;
}

@media screen and (min-width: 750px) {
  .product-media-modal__content {
    padding-bottom: 2rem;
  }

  .product-media-modal__content > *:not(.active) {
    display: block;
  }

  .product__modal-opener:not(.product__modal-opener--image) {
    display: none;
  }

  .product__media-list .deferred-media {
    display: block;
  }
}

@media screen and (max-width: 749px) {
  .product--thumbnail .is-active > .product__modal-opener:not(.product__modal-opener--image),
  .product--thumbnail_slider .is-active > .product__modal-opener:not(.product__modal-opener--image) {
    display: none;
  }

  .product--thumbnail .is-active .deferred-media,
  .product--thumbnail_slider .is-active .deferred-media {
    display: block;
    width: 100%;
  }
}

.product__media-list .deferred-media,
.product__media-list .product__modal-opener {
  border: 0.1rem solid rgba(var(--color-foreground), 0.04);
}

.product-media-modal__content > * {
  display: block;
  height: auto;
  margin: auto;
  border: 0.1rem solid rgba(var(--color-foreground), 0.04);
}

.product-media-modal__content .media {
  background: none;
}

.product-media-modal__model {
  width: 100%;
}

.product-media-modal__toggle {
  background-color: rgb(var(--color-background));
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  border-radius: 50%;
  color: rgba(var(--color-foreground), 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  right: 2rem;
  padding: 1.2rem;
  position: fixed;
  z-index: 2;
  top: 2rem;
  width: 4rem;
}

.product-media-modal__content .deferred-media {
  width: 100%;
}

@media screen and (min-width: 750px) {
  .product-media-modal__content {
    padding: 2rem 11rem;
  }

  .product-media-modal__content > * {
    width: 100%;
  }

  .product-media-modal__content > * + * {
    margin-top: 2rem;
  }

  .product-media-modal__toggle {
    right: 5rem;
    top: 2.2rem;
  }
}

@media screen and (min-width: 990px) {
  .product-media-modal__content {
    padding: 2rem 11rem;
  }

  .product-media-modal__content > * + * {
    margin-top: 1.5rem;
  }

  .product-media-modal__content {
    padding-bottom: 1.5rem;
  }

  .product-media-modal__toggle {
    right: 5rem;
  }
}

.product-media-modal__toggle:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.product-media-modal__toggle .icon {
  height: auto;
  margin: 0;
  width: 2.2rem;
}

/* Product popup */

.product-popup-modal {
  box-sizing: border-box;
  opacity: 0;
  position: fixed;
  visibility: hidden;
  z-index: -1;
  margin: 0 auto;
  top: 0;
  left: 0;
  overflow: auto;
  width: 100%;
  background: rgba(var(--color-foreground), 0.2);
  height: 100%;
}

.product-popup-modal[open] {
  opacity: 1;
  visibility: visible;
  z-index: 101;
}

.product-popup-modal__content {
  background-color: white;
  color: black;
  overflow: auto;
  height: 80%;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 5rem;
  width: 92%;
  position: absolute;
  top: 0;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
  font-size: 15px;
  border-radius: 16px;
}

@media screen and (min-width: 750px) {
  .product-popup-modal__content {
    padding-right: 1.5rem;
    margin-top: 10rem;
    width: 70%;
    padding: 0 3rem;
  }
}

.product-popup-modal__content img {
  max-width: 100%;
}

@media screen and (max-width: 749px) {
  .product-popup-modal__content table {
    display: block;
    max-width: fit-content;
    overflow-x: auto;
    white-space: nowrap;
    margin: 0;
  }
}

.product-popup-modal__opener {
  display: inline-block;
  margin-top: 3;
  font-size: 10px !important;
  border-bottom: 0rem solid rgba(var(--color-foreground),.08);
  padding-bottom: 0px;
  width: 300;
}

.product-popup-modal__button {
  font-size: 1.6rem;
  padding-right: 7;
  padding-left: 7;
  height: 2rem;
  text-underline-offset: 0;
  text-underline-color: white;
  text-decoration-thickness: 0;
  transition: text-decoration-thickness var(--duration-short) ease;
  font-size: 13px;
  text-transform: inherit;
  color: 6782a4;
  font-weight: 400;
  /*border-color: grey;
  border-radius: 12px;
  border: 0.1rem black;
  background-color: #54c63a;*/
}

.product-popup-modal__button:hover {
  text-decoration-thickness: 0rem;
}

.product-popup-modal__content-info {
}

.product-popup-modal__content-info > * {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  padding-bottom: 2px;
}

@media screen and (max-width: 749px) {
  .product-popup-modal__content-info > * {
    max-height: 100%;
  }
}

.product-popup-modal__toggle {
  border: 0rem solid rgba(var(--color-foreground), 0.1);
  background: transparent;
  border-radius: 50%;
  color: rgba(var(--color-foreground), 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: sticky;
  padding: 1.2rem;
  z-index: 2;
  top: 1.5rem;
  width: 3.5rem;
  margin: 0 0 0 auto;
  margin-left: 285px;
}

.product-popup-modal__toggle:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.product-popup-modal__toggle .icon {
  height: auto;
  margin: 0;
  width: 2.2rem;
}

.thumbnail-list {
  flex-wrap: wrap;
  grid-gap: 1rem;
}

@media screen and (min-width: 750px) {
  .product--stacked .thumbnail-list {
    display: none;
  }

  .thumbnail-list {
    display: grid;
    margin-left: -1rem;
    grid-template-columns: repeat(4, 1fr);
  }
}

.thumbnail-list_item--variant:not(:first-child) {
  display: none;
}

@media screen and (min-width: 990px) {
  .thumbnail-list {
    margin-left: 0;
    grid-template-columns: repeat(4, 1fr);
  }

  .product--medium .thumbnail-list {
    grid-template-columns: repeat(5, 1fr);
  }

  .product--large .thumbnail-list {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media screen and (max-width: 749px) {
  .product__media-item {
    display: flex;
    align-items: center;
  }

  .product__modal-opener {
    width: 100%;
  }

  .thumbnail-slider {
    display: flex;
    align-items: center;
  }

  .thumbnail-list.slider {
    display: flex;
    padding: 0.5rem;
    flex: 1;
  }

  .thumbnail-list__item.slider__slide {
    width: calc(33% - 0.6rem);
  }
}

@media screen and (min-width: 750px) {
  .product--thumbnail_slider .thumbnail-slider {
    display: flex;
    align-items: center;
  }

  .thumbnail-list.slider--tablet-up {
    display: flex;
    padding: 0.5rem;
    flex: 1;
  }

  .product__media-gallery .slider-mobile-gutter .slider-button {
    display: none;
  }

  .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: calc(25% - 0.8rem);
  }

  .product--thumbnail_slider .slider-mobile-gutter .slider-button {
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .product--small .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: calc(25% - 0.8rem);
  }

  .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: calc(20% - 0.8rem);
  }
}

.thumbnail { /*Produkrgalerie, Galerie, Fotos Rahmen*/
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  padding: 0;
  color: rgb(var(--color-base-text));
  cursor: pointer;
  background-color: transparent;
  border: 0rem solid rgba(var(--color-foreground),.04);
}

.thumbnail:hover {
  opacity: 0.7;
}

.thumbnail[aria-current] {
  border: 0.1rem solid rgb(var(--color-base-text));
}

.thumbnail img {
  pointer-events: none;
}

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

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

.thumbnail__badge .icon {
  width: 1rem;
  height: 1rem;
}

.thumbnail__badge .icon-3d-model {
  width: 1.2rem;
  height: 1.2rem;
}

.thumbnail__badge {
  color: rgb(var(--color-foreground), 0.6);
  height: 2rem;
  width: 2rem;
  left: auto;
  right: 0.4rem;
  top: 0.4rem;
}

@media screen and (min-width: 750px) {
  .product:not(.product--small) .thumbnail__badge {
    height: 3rem;
    width: 3rem;
  }

  .product:not(.product--small) .thumbnail__badge .icon {
    width: 1.2rem;
    height: 1.2rem;
  }

  .product:not(.product--small) .thumbnail__badge .icon-3d-model {
    width: 1.4rem;
    height: 1.4rem;
  }
}

.thumbnail-list__item {
  position: relative;
}

.thumbnail-list__item::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.product__media-list .deferred-media, .product__media-list .product__modal-opener {
    border: 0rem solid transparent !important;

}.product__title {font-size: 28px; /* Produktitel GrÃ¶ÃŸe Ã¤ndern*/}
  

@media only screen and (min-width: 300px) and (max-width: 1040px)
#noreviews {
    width: 100vw;
    display: table-cell;
    text-align: center;
    border-radius: 14px;
}
  
#seal-star-rating-widget a {
    text-decoration: none;
    margin-left: 12px;
    font-size: 14px;
    font-weight: 400;
    color: #585858;
    line-height: 24px;
    cursor: pointer;
    display: none;
}

#seal-star-rating-widget {
    display: flex;
    align-items: center;
    margin-top: -25px !important;
    /* border-bottom: solid 1px; */
    padding-bottom: 0;
    border-color: rgb(220, 220, 220);
    /* width: 343 !important; */
    display: inline-flex;
    margin-bottom: 15;
}


  
#reviews, #noreviews {
    background-color: #FFFFFF;
    border-top: solid;
    border-top-color: rgb(200, 200, 200);
    border-top-width: 0.2px;
    padding-top: 10px;
    width: 341px !IMPORTANT;
}
  
#seal-star-rating-widget {
    display: flex;
    align-items: center;
    margin-top: -16px !important;
}
  
  
.animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    padding: 0px !important;
}
  
.button, .shopify-challenge__button, .customer button {
    cursor: pointer;
    display: inline-block;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    font: inherit;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 16px /*14px*/ 24px;
    font-size: 15px;
    line-height: 1.5;
    display: inline-block;
    font-family: var(--font-heading-family);
    font-weight: 600;
    /* width: 343; */
    justify-content: center;
    font-style: normal;
    text-transform: initial;
    letter-spacing: 1.4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    width: 97%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: normal;
    text-transform: uppercase;
    background-color: black /*3c2e9c*/ /*#31323f*/ /*#4B6BB9 /*#6e71db /*#6e6edb /*#9c9cff /*#111111 /*#57576b*/ /*#444487*/ /*#232370*/ !important;
    border-color: #f1f1f1 !important;
    color: white !important;
    box-shadow: 0 0px 0px white !important;
}
  
/*.button:not([disabled]):hover,
.shopify-challenge__button:hover,
.customer button:hover {
  box-shadow: 0 0 0 0.4rem #f1f1f1;
  /*background-color: #f1f1f1 !important;*/ /*
  background: linear-gradient(70deg, #f1f1f1, rgba(245, 245, 245), rgb(240, 240, 240));
  color: 27292b !important;
  border-color: #27292b; */
  
  /*box-shadow: 0 0 0 0.4rem #27292b /*rgba(var(--color-button), var(--alpha-button-border));*/
}


.button:not([disabled]):hover,
.shopify-challenge__button:hover,
.customer button:hover {
  box-shadow: 0 0 0 0.4rem #f1f1f1;
  /*background-color: #f1f1f1 !important;*/
  background: linear-gradient(70deg, #f1f1f1, rgba(245, 245, 245), rgb(240, 240, 240));
  /*background: #3c2e9c !important;*/
  color: white !important;
  border-color: *#f1f1f1 !important;
  border: solid 0.5rem !important;
  
  /*box-shadow: 0 0 0 0.4rem #27292b /*rgba(var(--color-button), var(--alpha-button-border));*/
}


@media (max-width: 750px).rio-media-gallery {
    padding-top: 15px;
    padding-bottom: 5px;
    width: 375 !important;
}


.cc-btn+.cc-btn {
margin-left: .5em;
border-radius: 50px !important;
}

.animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    margin-top: -5px !IMPORTANT;
}


.mfy-clean, .mfy-clean a, .mfy-clean abbr, .mfy-clean acronym, .mfy-clean address, .mfy-clean applet, .mfy-clean area, .mfy-clean article, .mfy-clean aside, .mfy-clean audio, .mfy-clean b, .mfy-clean big, .mfy-clean blockquote, .mfy-clean button, .mfy-clean canvas, .mfy-clean caption, .mfy-clean cite, .mfy-clean code, .mfy-clean col, .mfy-clean colgroup, .mfy-clean datalist, .mfy-clean dd, .mfy-clean del, .mfy-clean dfn, .mfy-clean dl, .mfy-clean dt, .mfy-clean em, .mfy-clean fieldset, .mfy-clean figcaption, .mfy-clean figure, .mfy-clean footer, .mfy-clean form, .mfy-clean h1, .mfy-clean h2, .mfy-clean h3, .mfy-clean h4, .mfy-clean h5, .mfy-clean h6, .mfy-clean header, .mfy-clean hr, .mfy-clean i, .mfy-clean iframe, .mfy-clean img, .mfy-clean input, .mfy-clean ins, .mfy-clean kbd, .mfy-clean label, .mfy-clean legend, .mfy-clean li, .mfy-clean main, .mfy-clean map, .mfy-clean mark, .mfy-clean menu, .mfy-clean meta, .mfy-clean nav, .mfy-clean object, .mfy-clean ol, .mfy-clean optgroup, .mfy-clean option, .mfy-clean output, .mfy-clean p, .mfy-clean pre, .mfy-clean progress, .mfy-clean q, .mfy-clean samp, .mfy-clean section, .mfy-clean select, .mfy-clean small, .mfy-clean span, .mfy-clean strike, .mfy-clean strong, .mfy-clean sub, .mfy-clean summary, .mfy-clean sup, .mfy-clean svg, .mfy-clean table, .mfy-clean tbody, .mfy-clean td, .mfy-clean textarea, .mfy-clean tfoot, .mfy-clean th, .mfy-clean thead, .mfy-clean time, .mfy-clean tr, .mfy-clean tt, .mfy-clean ul, .mfy-clean var, .mfy-clean video {
  
    letter-spacing: 1.1px !important;
    -webkit-font-smoothing: antialiased;
    font-weight: 600 !important;

}
  
.mfy-sticky .mfy-sticky-bg {
    width: 100%;
    background: #fff!important;
    box-sizing: border-box!important;
    box-shadow: 0 0 20px rgba(0,0,0,.14)!important;
    z-index: 1;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
}