/** Shopify CDN: Minification failed

Line 31:53 Unexpected "{"
Line 37:54 Unexpected "{"
Line 78:76 Unexpected "{"

**/
/* nikin-advents.css – green Version (für nikin-advents, nikin-advents-dschungel) */

body.template-product-nikin-advents,
body.template-product-nikin-advents-dschungel,
body.template-product-nikin-25 {
  background-color: #F7F6F3;
  color: #121212;
}

/* Buttons und Texte */
body.template-product-nikin-advents .product__title,
body.template-product-nikin-advents .product__description,
body.template-product-nikin-advents .product__price,
body.template-product-nikin-advents .product-form__submit,

body.template-product-nikin-advents-dschungel .product__title,
body.template-product-nikin-advents-dschungel .product__description,
body.template-product-nikin-advents-dschungel .product__price,
body.template-product-nikin-advents-dschungel .product-form__submit,

body.template-product-nikin-25 .product__title,
body.template-product-nikin-25 .product__description,
body.template-product-nikin-25 .product__price,
body.template-product-nikin-25 .product-form__submit,{
  color: #121212 !important;
}

body.template-product-nikin-advents .product-form__submit,
body.template-product-nikin-advents-dschungel .product-form__submit,
body.template-product-nikin-25 .product-form__submit, {
  background-color: #60BFA4 !important;
  color: #fff !important;
  border-radius: 8px;
  padding: 12px 24px;
  font-weight: bold;
}

/* Badges */
.feey-product-badges {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0rem;
  padding: 0.25rem 0;
  flex-wrap: wrap;
  align-items: center;
}

.feey-badge {
  display: inline-block;
  padding: 0.3em 0.8em;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1;
}

.badge-deal {
  background-color: #face44;
  color: #121212;
}

.badge-design {
  background-color: #121212;
  color: white;
}

body.template-product-nikin-advents .product-block--sales-point:nth-of-type(3n),
body.template-product-nikin-advents-dschungel .product-block--sales-point:nth-of-type(3n),
body.template-product-nikin-25 .product-block--sales-point:nth-of-type(3n), {
    color: #729580;
}

/* 📱 Mobile: zentrieren */
@media (max-width: 768px) {
  .feey-product-badges {
    justify-content: center;
    text-align: center;
  }
}
