/** Shopify CDN: Minification failed

Line 99:5 Expected ":"

**/
@charset "utf-8";@media only screen and (min-width:590px){.product__price{color:#5fa625;font-size:1.5em;font-weight:700!important}}@media only screen and (min-width:590px){.product__price{color:#5fa625;font-size:1.5em;font-weight:700!important}}.fans{display:flex;align-items:center}.social_fans_text{font-size:10px;line-height:16px}.cart-point{display:block;margin-bottom:5px}.cart-points{list-style:none;font-size:12px;font-weight:500}.cart-points svg{min-width:25px;text-align:left}ul.cart-points{padding-inline-start:0}.cart-points span,.cart-points svg{align-items:center}.cart-points li{padding:5px}.cart-points .icon{width:25px;height:25px;margin-right:24px}.cart-points .icontext{width:20px;height:20px;margin-right:5px;margin-left:5px}.sales-point{display:block;margin-bottom:5px}.sales-points{list-style:none;font-size:12px;font-weight:500}.sales-points svg{min-width:25px;text-align:left}ul.sales-points{padding-inline-start:0}.sales-points span,.sales-points svg{display:flex;align-items:center}.sales-points li{padding:5px}.sales-points .icon{width:25px;height:25px;margin-right:24px}.sales-points .icontext{width:20px;height:20px;margin-right:5px;margin-left:5px}.product-form__buttons{max-width:100%!important}ul.my-paymentmethods{display:flex;justify-content:flex-start;flex-wrap:wrap;list-style:none;margin-left:0;padding-left:4px}li.payment-method-item{margin-bottom:8px;margin-right:4px}.icon-and-text img{filter:invert(65%) sepia(16%) saturate(1820%) hue-rotate(54deg) brightness(95%) contrast(81%)}.koala-deal__tier__body{padding:1px 10px!important}.koala-deal__tier{min-height:1px!important}.koala-deal__tier__regular-price{visibility:hidden!important}.koala-deal__related-products__product-card{padding:var(--block-inside-top-padding) 0 var(--block-inside-bottom-padding)!important}.koala-deal__related-products__product-variant-select{background:var(--call-to-action-button-color)!important;border:1px!important}.site-nav--has-dropdown:hover .site-nav__dropdown{z-index:7!important}.rte .enlarge-text p{font-size:calc(var(--typeBaseSize)* 0.9)}@media only screen and (min-width:590px){.rte .enlarge-text p{font-size:calc(var(--typeBaseSize))}}.cart-flame{width:12px;height:12px;background-color:#e8f7dd!important;border-radius:50%;margin-right:8px;position:relative}.cart-flame::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;background-color:#e8f7dd!important;animation:pulse 1.8s infinite ease-in-out}@keyframes pulse{0%{transform:scale(1);opacity:1}100%{transform:scale(1.8);opacity:0}}.announce-bar{background-color:#e8f7dd;color:#1c1d1d;display:flex;align-items:center;justify-content:center;position:sticky;top:0;z-index:999;padding:.1rem 1rem;font-size:.75rem}.announce-slider-wrapper{overflow:hidden;flex:1;max-width:100%}.announce-slider{display:flex;transition:transform 0.6s ease-in-out}.announce-item{flex:0 0 100%;white-space:nowrap;text-align:center;padding:.2rem 1rem;box-sizing:border-box}.announce-btn{background:#fff0;border:none;color:#1c1d1d;font-size:1rem;cursor:pointer;padding:0 .5rem}.announce-btn:hover{color:#ccc}@media (max-width:768px){.announce-bar{font-size:.875rem;padding:.5rem}.announce-btn{font-size:1rem}}.cc-deny{background-color:transparent!important;border-color:#e8f7dd!important}.gOjxTE button,.gOjxTE [type='button'],.gOjxTE [type='reset'],.gOjxTE [type='submit']{cursor:pointer;font-family:inherit;line-height:inherit;-webkit-transition:background-color 0.2s ease-in-out;transition:background-color 0.2s ease-in-out;margin-bottom:75px!important}/* Accordion Wrapper */
.koala-accordion {
  margin: 14px 0;
  background-color: var(--call-to-action-button-color);
    border: var(--call-to-action-button-border-size) solid var(--call-to-action-button-border-color);
    border-radius: var(--call-to-action-button-border-radius);
    color: var(--call-to-action-button-text-color);
  overflow: hidden;
}

/* Summary = Klickfläche */
.koala-accordion summary {
  align-items: center;
    background: var(--colorBtnPrimary) var(--urlButtonArrowPng) no-repeat 150% 35%;
    border: var(--call-to-action-button-border-size) solid var(--call-to-action-button-border-color);
    border-radius: var(--call-to-action-button-border-radius);
    color: var(--call-to-action-button-text-color);
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: var(--call-to-action-button-font-weight);
    gap: 10px;
    justify-content: center;
    padding: 8px 16px;
    width: 100%;
}

/* Hover-Feedback */
.koala-accordion summary:hover {
  background: var(--colorBtnPrimary) var(--urlButtonArrowPng) no-repeat 150% 35%;
}

/* Fokus (Keyboard) */
.koala-accordion summary:focus {
  outline: none;
}

/* Entfernt Standard-Pfeil (Chrome) */
.koala-accordion summary::-webkit-details-marker {
  display: none;
}

/* Unser Pfeil */
.koala-accordion summary::before {
  content: "▸";
  font-size: 14px;
  transition: transform 0.2s ease;
}

/* Pfeil rotiert bei offen */
.koala-accordion[open] summary::before {
  transform: rotate(90deg);
}

/* Inhalt */
.koala-accordion__content {
  padding: 12px 16px 16px;
  background: #fff;
}

.koala-inquiry{
  margin-top: 5px;
  padding-top: 5px;
  }

.koala-inquiry__link{
  display: inline-flex;
  align-items: center;
  gap: 6px;
    text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
  user-select: none;
  color: #66b539;
}

.koala-inquiry__link:hover{
  opacity: 0.85;
}

.koala-inquiry__link::after{
  content: "›";
  font-weight: 700;
}

.koala-inquiry__hint{
  margin-top: 6px;
  font-size: 0.92em;
  opacity: 0.8;
}


.btn-widerruf {
  btn btn--full add-to-cart textboxAddToCartBtn
}

.ay24-master-product{margin-top:48px;margin-bottom:48px}.ay24-master-product__inner{display:grid;gap:28px}.ay24-master-product__eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:.8em;opacity:.7;margin-bottom:8px}.ay24-master-product__intro{max-width:860px;margin:0 auto;text-align:center}.ay24-master-product__intro h2{margin-bottom:14px}.ay24-master-product__image-wrap{border-radius:18px;overflow:hidden}.ay24-master-product__image{display:block;width:100%;height:auto}.ay24-master-product__cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.ay24-card{padding:22px;border:1px solid rgba(0,0,0,.1);border-radius:16px;background:#fff}.ay24-card h3{font-size:1.05rem;margin:0 0 10px}.ay24-card ul{margin:0;padding-left:18px}.ay24-card li{margin-bottom:6px}.ay24-master-product__trust{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.ay24-master-product__trust>div{padding:16px;border-radius:14px;background:rgba(232,247,221,1);text-align:center}.ay24-master-product__trust strong{display:block}.ay24-master-product__trust span{display:block;font-size:.9em}.ay24-master-product__faq{max-width:860px;margin:0 auto;width:100%}.ay24-master-product__faq h3{text-align:center}.ay24-master-product__faq details{border-bottom:1px solid rgba(0,0,0,.12);padding:14px 0}.ay24-master-product__faq summary{cursor:pointer;font-weight:700}@media(max-width:900px){.ay24-master-product__cards,.ay24-master-product__trust{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.ay24-master-product__cards,.ay24-master-product__trust{grid-template-columns:1fr}.ay24-master-product{margin-top:32px;margin-bottom:32px}}
/* AY24 homepage flat polish – clean version, Draft Theme only */
:root {
  --ay24-mint: #e8f7dd;
  --ay24-green: #3c8d40;
  --ay24-green-dark: #253224;
  --ay24-text: #222222;
  --ay24-muted: #666666;
  --ay24-soft: #fafafa;
}

.template-index,
.template-index .main-content,
.template-index #MainContent {
  background: #ffffff !important;
  color: var(--ay24-text);
}

.template-index .index-section {
  margin-top: 64px;
  margin-bottom: 64px;
}

.template-index .index-section--hero {
  margin-top: 0;
  margin-bottom: 44px;
}

/* Hero */
.template-index .hero__text-content .hero__title,
.template-index .hero__subtitle {
  text-shadow: 0 3px 18px rgba(0,0,0,.22);
}



/* Headings */
.template-index .section-header__title,
.template-index .section-header h2,
.template-index h2,
.template-index .h1,
.template-index .h2,
.template-index .h3 {
  color: var(--ay24-text);
  text-align: left;
}

.template-index .section-header__title:after,
.template-index .section-header h2:after {
  content: "";
  display: block;
  width: 64px;
  height: 6px;
  margin-top: 12px;
  border-radius: 999px;
  background: var(--ay24-mint);
}

.template-index .section-header.text-center .section-header__title:after,
.template-index .section-header.text-center h2:after,
.template-index .text-center .section-header__title:after {
  margin-left: auto;
  margin-right: auto;
}

/* Remove cards/shadows/background boxes */
.template-index .text-column__grid > div,
.template-index .grid-product__content,
.template-index .feature-row,
.template-index .background-media-text__text,
.template-index [id*="ay24_faq_seo"] .page-width,
.template-index [id*="ay24_categories"] .page-width,
.template-index [id*="ay24_occasions"] .page-width,
.template-index [id*="ay24_motivwelten"] .page-width {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.template-index [id*="ay24_categories"] .page-width,
.template-index [id*="ay24_occasions"] .page-width,
.template-index [id*="ay24_motivwelten"] .page-width,
.template-index [id*="ay24_faq_seo"] .page-width {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.template-index [id*="ay24_faq_seo"] {
  background: #ffffff !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Images: flat, clean, slight hover */
.template-index .skrim__item,
.template-index .grid-product__image-mask,
.template-index .collection--square-small,
.template-index .collection--wide,
.template-index .collection--tall,
.template-index .collection--square-large {
  border-radius: 0 !important;
  overflow: hidden;
  box-shadow: none !important;
}

.template-index .skrim__item img,
.template-index .grid-product__image,
.template-index .image-wrap img {
  transition: transform .22s ease;
}

.template-index .skrim__item:hover img,
.template-index .grid-product__content:hover .grid-product__image,
.template-index .image-wrap:hover img {
  transform: scale(1.025);
}

.template-index .skrim__item-content,
.template-index .grid-product__content,
.template-index .grid-product__image-mask {
  box-shadow: none !important;
  border: 0 !important;
}

.template-index .grid-product__content {
  padding-bottom: 0 !important;
}

.template-index .grid-product__meta {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 14px;
}

/* Trust row: no tiles */
.template-index .text-column__grid > div {
  padding: 0 18px !important;
}

.template-index .text-column__grid h3,
.template-index .text-column__grid .h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

.template-index .text-column__grid .rte,
.template-index .feature-row__text,
.template-index .background-media-text__text,
.template-index .rte {
  color: var(--ay24-muted);
}

/* Image/text sections: keep clean */
.template-index .feature-row {
  padding: 0 !important;
}

.template-index .feature-row__text,
.template-index .background-media-text__text {
  padding: 32px !important;
}

.template-index .feature-row__text .subtitle,
.template-index .larger-text .subtitle,
.template-index .background-media-text__text .subtitle {
  color: var(--ay24-green);
  letter-spacing: .04em;
  font-weight: 700;
}

/* Links */
.template-index .rte a,
.template-index .grid-product__title a,
.template-index .section-header__link {
  color: var(--ay24-green-dark);
}

/* Softer spacing on mobile */
@media screen and (max-width: 768px) {
  .template-index .index-section {
    margin-top: 42px;
    margin-bottom: 42px;
  }

  .template-index .index-section--hero {
    margin-bottom: 32px;
  }

  .template-index .feature-row__text,
  .template-index .background-media-text__text {
    padding: 22px 0 !important;
  }

  .template-index .text-column__grid > div {
    padding: 0 0 18px !important;
  }
}
.grid__item {
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 32px;
}