<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'Montserrat';
  src: url('/assets/fonts/Montserrat-Regular.ttf');
}
@font-face {
  font-family: 'Montserrat Black';
  src: url('/assets/fonts/Montserrat-Black.ttf');
}
@font-face {
  font-family: 'Pacifico';
  src: url('/assets/fonts/Pacifico-Regular.ttf');
}
body div.shop {
  position: relative;
}
body div.shop::before {
  content: '';
  display: block;
  background: var(--color-white);
  position: absolute;
  top: -3em;
  left: 0;
  width: 100vw;
  height: 3em;
}
html#ecwid_html body#ecwid_body div.shop .ec-size.ec-size--s .ec-store .product-details-module {
  margin-bottom: 3em;
}
html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store {
  font-family: 'Montserrat', sans-serif;
}
@media (max-width: 66rem) {
  html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .ec-store__content-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (min-width: 66rem) {
  html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .ec-footer {
    position: fixed;
    top: 16em;
    right: 0;
    z-index: 1;
    padding: 1em 0 0;
    background: var(--color-white);
  }
  html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .ec-footer::before {
    content: '';
    display: block;
    width: 9em;
    height: 9em;
    background: url(/assets/graphics/frame-t-l.svg) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .ec-footer::after {
    content: '';
    display: block;
    width: 9em;
    height: 9em;
    background: url(/assets/graphics/frame-t-l.svg) no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    transform: rotate(180deg);
  }
  html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .ec-footer .ec-footer__row {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 3;
  }
}
@media (max-width: 711px) {
  html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .grid__products[data-cols="2"] .grid-product:nth-child(n+1) {
    width: 100%;
  }
}
html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .details-gallery__image-wrapper-inner {
  justify-content: center;
  align-items: flex-start;
}
html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .details-gallery__images-container::before {
  content: '';
  display: block;
  width: 100%;
  height: auto;
  background: url(/assets/graphics/frame-t-l.svg) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .details-gallery__images-container::after {
  content: '';
  display: block;
  width: 100%;
  height: auto;
  background: url(/assets/graphics/frame-t-l.svg) no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  transform: rotate(180deg);
}
html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .product-details-module__title.ec-header-h6.details-product-share__title,
html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .product-details-module__title.ec-header-h6.details-product-share__title + .product-details-module__content.product-details-module__content--indented {
  display: none;
}
html#ecwid_html body#ecwid_body div.shop .ec-size .grid-product__image {
  margin-bottom: 1em;
}
html#ecwid_html body#ecwid_body div.shop .ec-size .grid-product__image::before {
  content: '';
  display: block;
  width: 100%;
  height: auto;
  background: url(/assets/graphics/frame-t-l.svg) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
html#ecwid_html body#ecwid_body div.shop .ec-size .grid-product__image::after {
  content: '';
  display: block;
  width: 100%;
  height: auto;
  background: url(/assets/graphics/frame-t-l.svg) no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  transform: rotate(180deg);
}
html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .ec-label.label--attention {
  background: var(--color-red);
  color: var(--color-white);
  text-shadow: 1px 1px 0 var(--color-black);
  padding: 0.25em 0.5em;
  box-shadow: 0 0 0 1px var(--color-black);
  margin-right: 2px;
  transform: translateY(-4%) rotate(5deg);
}
html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .ec-text-muted {
  color: var(--color-black);
}
html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .form-control--secondary .form-control__button {
  border: none;
  display: inline-block;
  width: fit-content;
  padding: 1em;
  text-align: center;
  text-decoration: none;
  font-size: 1.2em;
  line-height: 1.35em;
  color: var(--color-white);
  background: var(--color-red);
  border-radius: 1em;
  box-shadow: 0px 0px 0px 2px var(--color-black);
  margin: 2px;
  transition: background .5s ease, color .5s ease;
}
html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .form-control--secondary .form-control__button.combined {
  border-radius: 1em 0 0 1em;
}
html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .form-control--secondary .form-control__button.combined + button,
html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .form-control--secondary .form-control__button.combined + .button {
  border-radius: 0 1em 1em 0;
}
html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .form-control--secondary .form-control__button:hover {
  background: var(--color-white);
  color: var(--color-black);
}
html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .grid__products--medium-items .grid-product__wrap {
  padding: 1em;
}
html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .grid-product__wrap-inner {
  background: url(/assets/graphics/polaroid-frame.svg) no-repeat;
  padding: 4em 4em 4em 2.8em;
  width: 27em;
  height: 30em;
  position: relative;
  box-sizing: border-box;
  text-align: right;
  transform: rotate(-4.4deg);
}
html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .grid-product__wrap-inner .polaroid-image {
  width: 100%;
  position: relative;
  height: 11em;
  overflow: hidden;
}
html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .grid-product__wrap-inner .polaroid-image img,
html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .grid-product__wrap-inner .polaroid-image svg {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
}
html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .grid-product__wrap-inner .polaroid-image .frame {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .grid-product__wrap-inner h3 {
  position: absolute;
  top: 6.2em;
  left: 1.35em;
  z-index: 2;
  transform: rotate(-8deg);
  text-align: left;
  font-size: 2em;
  line-height: 1.35em;
  color: var(--color-green-dark);
  text-shadow: 1px 1px 0 var(--color-black), -1px -1px 0 var(--color-white);
  font-family: Pacifico, cursive;
}
html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .grid-product__wrap-inner .ingredients {
  font-size: .8em;
  padding: 0;
  margin: 3em 0 1em;
  height: 3em;
}
html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .grid-product__wrap-inner button {
  background: var(--color-white);
  width: 3em;
  color: transparent;
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
  background: url(/assets/icons/warenkorb.svg) center no-repeat;
  background-size: 2.2em;
}
html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .grid-product__wrap-inner .button.combined {
  z-index: 1;
  position: relative;
}
html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .grid-product__wrap-inner .price-tag {
  position: absolute;
  top: 50%;
  right: 4em;
  z-index: 4;
}
@media (max-width: 27rem) {
  html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .grid-product__wrap-inner {
    font-size: 3vw;
    line-height: 1.35em;
  }
  html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .grid-product__wrap-inner h3 {
    top: 39%;
    left: 10%;
  }
}
html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .grid-product__wrap-inner .grid-product__image {
  order: 1;
}
html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .grid-product__wrap-inner .grid-product__price {
  order: 2;
}
html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .grid-product__wrap-inner .grid-product__subtitle {
  order: 3;
}
html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .grid-product__wrap-inner .grid-product__tax {
  display: none;
  /*margin-top: 0;
				display: flex;
				gap: 1em;
				justify-content: flex-end;

				.grid-product__textblock {
					padding: 0;
				}*/
}
html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .grid-product__details {
  display: none;
}
html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .grid__sort .form-control__select-text {
  text-transform: none;
  border: none;
  display: inline-block;
  width: fit-content;
  padding: 1em;
  text-align: center;
  text-decoration: none;
  font-size: 1.2em;
  line-height: 1.35em;
  color: var(--color-white);
  background: var(--color-red);
  border-radius: 1em;
  box-shadow: 0px 0px 0px 2px var(--color-black);
  margin: 2px;
  transition: background .5s ease, color .5s ease;
  padding: .5em;
  border-radius: .5em;
}
html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .grid__sort .form-control__select-text.combined {
  border-radius: 1em 0 0 1em;
}
html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .grid__sort .form-control__select-text.combined + button,
html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .grid__sort .form-control__select-text.combined + .button {
  border-radius: 0 1em 1em 0;
}
html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .grid__sort .form-control__select-text:hover {
  background: var(--color-white);
  color: var(--color-black);
}
html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .form-control--select-inline .form-control__arrow {
  display: none;
}
html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .grid__products--medium-items {
  margin-left: 0;
  margin-right: 0;
  font-size: 1em;
}
html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .grid__products--medium-items .grid-product__title-inner {
  font-size: 1.3em;
  line-height: 1.35em;
  overflow: visible;
  color: var(--color-green-dark);
  text-shadow: 1px 1px 0 var(--color-black), -1px -1px 0 var(--color-white);
  font-family: Pacifico, cursive;
}
html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .grid-product__image + * {
  margin-top: 0;
}
html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .grid-product__image + *.grid-product__title {
  margin-top: .8em;
}
html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .grid-product__wrap {
  display: flex;
  justify-content: center;
}
html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .grid-product__wrap:hover .grid-product__title .grid-product__title-inner {
  color: var(--color-green-dark);
}
html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .grid__products[data-cols="3"] .grid-product:nth-child(n+1) {
  width: 50%;
  max-width: 30em;
}
@media (max-width: 850px) {
  html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .grid__products[data-cols="3"] .grid-product:nth-child(n+1) {
    width: 100%;
    max-width: none;
  }
}
html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .grid__wrap-inner,
html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .grid__categories,
html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .grid__products {
  justify-content: center;
}
html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .grid-product__wrap-inner {
  position: relative;
}
html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .grid-product__wrap-inner .grid-product__title {
  position: absolute;
  top: 5.3em;
  left: 1.35em;
  z-index: 2;
  transform: rotate(-5.1deg);
  text-align: left;
  font-size: 2em;
  line-height: 1.35em;
  overflow: visible;
  color: var(--color-green-dark);
  text-shadow: 1px 1px 0 var(--color-black), -1px -1px 0 var(--color-white);
  font-family: Pacifico, cursive;
}
html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .grid-product__price {
  padding-top: 1em;
  margin-top: -1em;
}
html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .grid-product__details.ec-text-muted {
  position: absolute;
  right: 4em;
  bottom: 15.6em;
  z-index: 2;
  transform: rotate(5deg);
}
html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .grid-product__details.ec-text-muted .grid-product__textblock {
  font-size: 1em;
}
html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .ec-cart__order.ec-cart-order {
  position: relative;
  border: none;
  padding-bottom: .5rem;
  margin-bottom: 2.5rem;
}
html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .ec-cart__order.ec-cart-order::after {
  content: '';
  width: 100%;
  height: 2rem;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  position: absolute;
  top: calc(100% - 1rem);
  left: 0;
  background: url(/assets/graphics/border.svg) no-repeat;
  background-size: cover;
}
html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .ec-cart__products {
  width: 100%;
}
html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .ec-cart__products .ec-cart__item.ec-cart-item.ec-cart-item--summary {
  flex: 33% 1 1;
}
html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .ec-cart__products .ec-cart__products-inner {
  flex: 66% 1 1;
}
html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .ec-confirmation__status--shipped,
html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .ec-confirmation__status--paid {
  color: var(--color-green-dark);
}
html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .ec-form__cell--6 {
  width: 100%;
}
html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .ec-form__cell .ec-cart-item__picture {
  width: 8em;
}
html#ecwid_html body#ecwid_body div.shop .ec-size .ec-store .ec-confirmation__step--cartitems .ec-cart__products {
  margin-bottom: 2.5rem;
}
</pre></body></html>