@import url('https://fonts.googleapis.com/css2?family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/* Dittrich – Serifen-Überschriften (Times-Optik via Tinos), shopweit */
body.gradient {
  --font-heading-family: 'Tinos', 'Times New Roman', Times, serif;
  --font-heading-weight: 400;
}

/* Startseite: ruhige, freigegebene Abstimmung (Größe + leichter Fließtext) */
body.template-index {
  --font-body-weight: 300;
}
body.template-index h1, body.template-index .h1, body.template-index .h0 { font-size: clamp(22px, 2vw, 26px) !important; line-height: 1.18 !important; letter-spacing: .01em; }
body.template-index h2, body.template-index .h2 { font-size: clamp(20px, 1.8vw, 23px) !important; line-height: 1.22 !important; letter-spacing: .01em; }
body.template-index .rich-text__text, body.template-index .rte p { font-weight: 300; }

/* Größen-Label nur zeigen, wenn das Produkt tatsächlich Varianten hat.
   Bei Produkten ohne Optionen (z. B. Pflegemittel) stand bisher
   "Wählen Sie Ihre Größe aus:" über einem leeren Bereich. */
.product__info-container:not(:has(variant-radios, variant-selects, .product-form__input)) p.product__text {
  display: none;
}

/* Journal-Teaser mit genau einem Beitrag: Bild links, Text rechts – so wie der
   fruehere "Alte Molkerei"-Block. Greift nur bei einem einzelnen Artikel.
   Das Slider-Layout begrenzt eine Kachel sonst auf 50 % Breite, deshalb wird
   es hier neutralisiert. */
@media screen and (min-width: 750px) {
  .blog__posts:has(> li:only-child) {
    display: block !important;
  }
  .blog__posts > li:only-child {
    max-width: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .blog__posts > li:only-child .card.article-card {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    column-gap: 4.5rem;
  }
  .blog__posts > li:only-child .card.article-card > .card__inner {
    margin-bottom: 0;
    width: 100%;
  }
  .blog__posts > li:only-child .card.article-card > .card__content {
    padding-top: 0;
    margin-top: 0;
  }
}

.media-wrapper {
  	position: relative;
  	height: 100%;
}
  	
  .media-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: .05;
  }

/*
h1, h2, h3, h4, h5, h6, p {
  margin: 0 !important;
}
*/

.newsletter__agree,
.cart-footer-terms,
.footer_newsletter__agree,
.contact-form-agree{
  text-align: left;
  line-height: 1.2;
  padding-left: 2.1rem;
  position: relative;
}



.newsletter__agree input[type='checkbox'],
.cart-footer-terms input[type='checkbox'],
.footer_newsletter__agree input[type='checkbox'],
.contact-form-agree input[type='checkbox']{
    position: absolute !important;
    left: 0;
    top: 0.6rem;
    margin-left: 0 !important;
  }

.contact-form-agree input[type='checkbox']{
  top: 0;
}


.newsletter_agree a {
     color: #000;
}

.privacyterms-contact {
  margin-top: -1rem;
  position: relative !important;
  padding-left: 2.1rem;
}

.privacyterms-nl {
  font-size: 11px;
  padding-top: 0.8rem;
  line-height: 1.3;
}

.checkout-terms {
  font-size: 1.3rem;
  text-align: right !important;
  padding-bottom: 1.5rem;
}

.hide {
  display: none;
}

.pb0 {
  padding-bottom: 0;
}

.pb1 {
  padding-bottom: 1rem;
}

.pb2 {
  padding-bottom: 2rem;
}

.pb3 {
  padding-bottom: 3rem;
}

.pb4 {
  padding-bottom: 4.5
}
