/** Shopify CDN: Minification failed

Line 1997:9 Unexpected "/"

**/

:root {
  /* Accelerated checkout buttons */
  --accelerated-checkout-button-background: #000000;
  --accelerated-checkout-button-background-hover: #111111;
  --accelerated-checkout-button-border-color: transparent;
  --accelerated-checkout-button-border-radius: 8px;
  --accelerated-checkout-button-border-width: 0;
  --accelerated-checkout-button-color: #ffffff;
  --accelerated-checkout-button-font-size: 16px;
  --accelerated-checkout-button-font-weight: 600;
  --accelerated-checkout-button-height: 48px;
  --accelerated-checkout-button-letter-spacing: .02em;
  --accelerated-checkout-button-padding-inline: 16px;

  /* Variationen / States */
  --accelerated-checkout-button-background-disabled: #cccccc;
  --accelerated-checkout-button-color-disabled: #666666;
  --accelerated-checkout-button-outline-color-focus: #5e9ed6;
  --accelerated-checkout-button-animation-duration: 150ms; /* falls genutzt */
}

/*********** addlink.css *************/

#ctrlcopy {
  color: transparent;
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

/*********** Produkt-Teasesr: snippets/custom-miniteaser.liquide CSS *************/

.product-miniteaser-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-bottom: 2rem;
}

.product-miniteaser-row-item {
  width: 100%;
  margin-top: 0.75em;
}

@media (min-width: 768px) {
  .product-miniteaser-row-item {
    width: calc(50% - 0.625rem);
  }
}

.product-miniteaser__label {
  font-size: 0.85rem;
  font-weight: 500;
  color: #444;
  margin: 0;
  margin-bottom: 0.25em;
  padding-left: 1rem;
}

.product-miniteaser__container {
  box-sizing: border-box;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  background-color: #faf7f1;
  border-left: 0.5em solid #222;
}

.product-miniteaser {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1rem;
}

.product-miniteaser__image img {
  width: 90px;
  height: auto;
  display: block;
}

.product-miniteaser__info {
  flex-grow: 1;
}

.product-miniteaser__info a.title {
  font-size: 1rem;
  font-weight: 600;
  display: block;
  margin-bottom: 0.4rem;
  color: #111;
  line-height: 1.25;
  text-decoration: none !important;
}

.price-rating {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
}

@media (min-width: 768px) {
  .price-rating {
    flex-direction: row;
    align-items: baseline;
    gap: 0.5rem;
  }
}

.product-miniteaser__info .price {
  font-size: 1rem;
  color: #111;
  margin: 0;
}

.rating svg {
  height: 1em;
  vertical-align: baseline;
}

/*********** // *************/

.wrapper {
  max-width: 100% !important;
}

.footer-tags-list a {
  color: #333;
  font-size: 0.8em;
}

.footer-links li {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding-top: 9px;
}

/*********** /pages/matcha-latte *************/

.callout-box {
  border-radius: 0.5em;
  padding: 1.5rem;
  margin: 3rem 0;
  background: #1c212b;
  color: #222;
}
.callout-box h3 {
  margin-top: 0;
  font-size: 0.9rem;
  color: #222;
  text-transform: uppercase;
}
.callout-box ul {
  padding: 0;
  margin-bottom: 0;
}
.callout-box li {
  margin: 0.4rem 0;
}
.callout-box a {
  color: #222;
  text-decoration: underline;
  font-weight: 500;
}
.callout-box a:hover {
  text-decoration: none;
}

/*********** Article Meta *************/
.article-meta {
  display: flex;
  justify-content: space-between;
  font-size: .95rem;
  color: #555;
  background: #f3f4f6;
  padding: .75rem 1rem;
  border-radius: .5rem;
  margin: 2rem 0 0 0;
  text-align: center;
}

.article-meta > div {
  flex: 1;
  border-left: 1px dotted #000;
  padding: 0 .75rem;
}

.article-meta > div:first-child {
  border-left: none;
  padding-left: 0;
}

.article-meta strong {
  display: block;
  font-weight: 600;
  color: #222;
}

.article-meta span,
.article-meta time {
  display: block;
  line-height: 1.4;
}

/*********** product reviews *************/
.vm-review-heading {
  margin: 0.5em 0;
}

section.vm-product-reviews {
  max-width: 900px;
  margin: auto;
}

.vm-trusted-box {
  background: #FFDC0F;
  padding: 0.75em 1em 0.5em;
  margin: 3em 0 1em 0;
  border-radius: 0.5em;
}

.vm-trusted-link {
  display: inline-block;
}

.vm-trusted-logo {
  width: 80px;
  height: auto;
}

.vm-review-card {
  display: flex;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.04);
  margin-bottom: 1em;
  padding: 1em;
  border-radius: 6px;
}

.vm-review-header {
  display: flex;
  align-items: center;
  gap: 0.6em;
  flex-wrap: wrap;
}

.vm-review-stars {
  font-size: 1.2rem;
  color: #DF5B00;
  letter-spacing: 0.05em;
}

.vm-review-score {
  font-weight: 600;
}

.vm-review-label {
  color: #555;
}

.vm-review-title {
  margin: 0.6em 0;
  font-size: 1.05rem;
  font-weight: 600;
}

.vm-review-text {
  color: #333;
  font-size: 0.95rem;
  line-height: 1.5;
}

.vm-review-footer {
  margin-top: 0.8em;
  display: flex;
  align-items: center;
  gap: 0.4em;
  font-size: 0.85rem;
  color: #666;
}

.vm-review-logo {
  width: 16px;
  height: auto;
}

.vm-hidden-review {
  display: none;
}
.vm-show-more-button {
  margin-top: 1rem;
  padding: 0.75rem 1.5rem;
  background: #ffdc0f;
  color: #000;
  border: none;
  cursor: pointer;
  font-size: 1rem;
}

/*********** howto *************/
.howto-item {
  display: flex;
  align-items: center;
  gap: 1em;
  margin-bottom: 1.5em;
}

.howto-icon {
  flex-shrink: 0;
  border-radius: 4px;
}

.howto-step {
  display: flex;
  align-items: flex-start;
  gap: 1em;
  margin-bottom: 2em;
}

.howto-step-image {
  flex-shrink: 0;
  border-radius: 4px;
}

.howto-step-text h3 {
  margin: 0 0 0.25em;
}

.howto-step-text p {
  margin: 0;
}

/*********** recipe-box *************/
.recipe-box {
  border-radius: 0.5em;
  background: #1c212b;
  padding: 1em;
  margin-bottom: 2em;
  color: #fff;
}

.recipe-box h3,
.recipe-box h2 {
  margin-top: 0;
  padding-top: 0 !important;
  color: #fff;
  font-size: 1.5em;
}

.recipe-review {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: 0.85rem;
  color: #fff;
  margin: 0.5em 0;
}

.recipe-review .stars {
  color: #FFD700;
  display: flex;
}

.recipe-review .star {
  font-size: 1rem;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -.075em;
}


/*********** blogpost newsletter form *************/
body.template-article #MainContent > div.shopify-section:first-of-type {
  padding-top: 0;
}

/*********** FAQ Übersicht *************/
#faq-haufige-fragen-und-antworten-zu-matcha-tee .main-content {
  margin-bottom: 5em;
}

#faq-haufige-fragen-und-antworten-zu-matcha-tee .rich-text__subheading {
    letter-spacing: .15em;
    padding: 0.5em 1.5em 0.5em 2.5em;
    margin: 0 -1.5em 1em -2.5em;
    background: #1c222b;
    color: #fff;
}

#faq-haufige-fragen-und-antworten-zu-matcha-tee .featured-content-section {
  margin: 0;
  padding: 0;
}

.template-metaobject-faq .main-content .shopify-section {
    margin: auto 25px;
}

.template-metaobject-faq .main-content .metafield-rich_text_field {
    margin-bottom: 3em;
}

details.faq-item {
  border-bottom: 1px solid #ccc;
}

.faq-question {
  position: relative;
  padding-right: 2.5rem;
  cursor: pointer;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 0;
  top: -.25rem;
  font-size: 2rem;
  font-weight: 100;
  color: #333;
  transition: transform 0.3s ease;
  display: inline-block;
}

details[open] .faq-question::after {
  transform: rotate(45deg);
}

/* Optional: etwas mehr Abstand zur Antwort */
.faq-answer {
  margin-top: 0.75rem;
  margin-bottom: 1em !important;
}

/* FAQ Wrapper */
.faq-wrapper {
  padding-top: 2rem;
}

/* Kategorie-Überschrift */
.faq-kategorie {
  margin-bottom: 3rem;
}

/* Einzelnes FAQ-Element */
.faq-item {
  margin-bottom: 2rem;
}

/* Frage-Zeile (Accordion Header) */
.faq-question {
  cursor: pointer;
  margin-bottom: 0.5rem;
}

/* Antworttext */
.faq-answer {
  margin-top: 0.5rem;
}

.faq-detail-link {
  font-size: .9rem;
  margin-top: .5em;
  color: #007a5a;
  text-decoration: underline;
  text-align: right;
  display: block;
}

/*********** announcement-bar.liquid .top-bar *************/
.top-bar__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75em 0;
  flex-wrap: wrap;
  gap: 0.5em;
  font-size: 0.8rem;
}

.top-bar__left,
.top-bar__right {
  display: none;
}

@media (min-width: 801px) {
  .top-bar__left,
  .top-bar__right {
    display: flex;
  }
}

@media (min-width: 901px) {
  .top-bar__content {
    font-size: 1rem;
  }
}
.top-bar__left,
.top-bar__center,
.top-bar__right {
  flex: 1;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.4em;
}
.top-bar__left {
  justify-content: flex-start;
  font-weight: 500;
  color: #fff;
}
.top-bar__center a,
.top-bar__center {
  color: #fff;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
}
.top-bar__left a {
  display: inline-block;
}
.top-bar__right {
  justify-content: flex-end;
}
.top-bar__right img {
  height: 2em;
  margin-left: 0.25em;
  display: inline-block;
  vertical-align: middle;
}

.star {
  color: #ffdc00;
  font-size: 1rem;
  line-height: 1;
}
.stars {
  display: flex;
  gap: .025rem;
}


/*********** .product-barcode *************/
.product-barcode {
  font-size: .8em;
  opacity: .7;
  padding: 0;
  margin-top: -1em;
}

/*********** AddToCart Button *************/
table.cart-table {
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .cart__bottom__notes {
    flex-basis: 100%;
    padding-right: 3em;
  }
}
@media only screen and (min-width: 480px) {
  .cart__bottom__payment,
  .cart__checkout {
    width: 410px;
  }
}
.cart__row--buttons {
    width: 410px;
}
button.cart__update {
  border: 0;
  border-radius: 0.5em;
  letter-spacing: 0.015em;
  word-spacing: 0.25em;
}

.product__form__wrapper button.btn--submit,
.cart__buttons button.cart__checkout {
  background: #ef8c34;
  border: 0;
  font-weight: bold;
  border-radius: 0.5em;
  text-transform: uppercase;
  letter-spacing: 0.015em;
  word-spacing: 0.25em;
  padding: 1.15em 1em;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.product__form__wrapper button.btn--submit:hover,
.cart__buttons button.cart__checkout:hover {
  box-shadow: 0 0.4rem 1rem rgba(239, 140, 52, 0.25);
  transform: translateY(-1px);
}

.product__form__wrapper button.btn--submit #AddToCartText::before,
.top-bar__center a:before {
  content: "";
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  margin-right: .5em;
  vertical-align: text-bottom;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white' aria-hidden='true' focusable='false' role='presentation'><path d='M17 5.25H7A2.75 2.75 0 004.25 8v10A2.75 2.75 0 007 20.75h10A2.75 2.75 0 0019.75 18V8A2.75 2.75 0 0017 5.25zM7 6.75h10c.69 0 1.25.56 1.25 1.25v10c0 .69-.56 1.25-1.25 1.25H7c-.69 0-1.25-.56-1.25-1.25V8c0-.69.56-1.25 1.25-1.25z'/><path d='M12 1.25a3.75 3.75 0 013.745 3.55l.005.2v1.186h-1.5V5a2.25 2.25 0 00-4.495-.154L9.75 5v1.186h-1.5V5A3.75 3.75 0 0112 1.25z'/><circle cx='12' cy='13' r='2'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}



/*********** matcha-info-table *************/
table.matcha-info-table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  font-size: 1rem;
  color: #1a1a1a;
  border: 0;
}
table.matcha-info-table thead td {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 400;
  border-left: 0;
  border-right: 0;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
}
table.matcha-info-table thead td strong {
  text-transform: uppercase;
  letter-spacing: .15em;
  font-weight: 600;
  display: block;
  font-size: 1.25em;
}

/********* Aroma Profil ●●●●○ *********/
table.matcha-info-table .aroma-scale {
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

table.matcha-info-table .aroma-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}

table.matcha-info-table .flavor-set {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  gap: 0.4em;
}

table.matcha-info-table .flavor-label {
  font-weight: 500;
  color: #1a1a1a;
}

table.matcha-info-table .dot-group {
  display: inline-flex;
  gap: 0.2em;
}

table.matcha-info-table .dot {
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  vertical-align: middle;
}

table.matcha-info-table .dot.filled {
  background: #000;
}

table.matcha-info-table .dot.empty {
  border: 1px solid #000;
  background: transparent;
}





table.matcha-info-table thead td blockquote {
  margin: 0;
  text-align: left;
}
table.matcha-info-table tbody tr {
  background: transparent !important;
}
table.matcha-info-table tbody td:first-child {
  width: 25%;
  font-weight: 400 !important;
  color: #555;
  white-space: nowrap;
  padding: 1em;
  text-transform: uppercase;
  font-size: 0.9em;
  vertical-align: middle;
  border: 0;
  border-bottom: 2px solid #333;
}
table.matcha-info-table tbody td:last-child {
  color: #1a1a1a;
  line-height: 1.5;
  text-align: left;
  padding: 1em;
  border: 0;
  border-bottom: 2px solid #333;
}

/*********** <s> *************/
s {
  color: black; /* Farbe des Textes */
  position: relative; /* Positionierung für Pseudo-Element */
  font-weight: normal;
  text-decoration: none !important;
  margin-left: 0.5em;
}
s::before {
  content: "";
  position: absolute;
  top: 45%;
  left: -10%;
  width: 120%;
  height: 4px;
  background-color: red;
  z-index: 1;
  transform: rotate(-7deg);
  transform-origin: center;
  opacity: 0.5;
}

/*********** image height auto *************/
img {
  height: auto;
  width: auto;
}

/*********** matcha-checklist *************/
.matcha-checklist {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.matcha-checklist li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.75em;
}
.matcha-checklist li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #4caf50; /* Matcha-Grün */
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.5;
}

/*********** collection__description *************/
.collection__header .wrapper--small {
  width: 1100px;
}

.collection__description.rte--header {
  margin: 0 auto;
  padding: 2rem 1.5rem;
  text-align: left;
  column-count: 1;
  column-gap: 3rem;
  font-size: 1.1rem;
  line-height: 1.6;
}

@media (min-width: 960px) {
  .collection__description.rte--header {
    column-count: 2;
  }
}

.collection__description.rte--header p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/*********** Vergleichstabellen *************/
.table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 2em auto 1em auto;
}

table {
  width: auto;
  max-width: 800px;
  border-collapse: collapse;
  text-align: center;
  background: transparent;
  margin: 0 auto;
}

table.spalten-140 tr td,
table.spalten-140 tr th {
  min-width: 185px !important;
  width: 150px;
  line-height: 1.25em;
}


table.spalten-145 tr td,
table.spalten-145 tr th {
  min-width: 145px !important;
  width: auto;
  line-height: 1.25em;
}

table.blog-producttable {
  background-color: #eff2f1;
  color: #000;
  font-size: 0.9em;
  line-height: 1.45;
}

table.blog-producttable caption {
  caption-side: top;
  text-align: left;
  font-size: 1em;
  font-style: italic;
  color: #555;
  margin-bottom: 0.8em;
}

table.blog-producttable thead td {
  font-family: 'Domine', serif;
  color: #111;
  padding-bottom: 0.5em;
}

table.blog-producttable th,
table.blog-producttable td {
  padding-left: 1em;
  padding-right: 0;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  box-sizing: content-box;
}
table.blog-producttable th:last-child,
table.blog-producttable td:last-child {
  padding-right: 1em;
}

table.blog-producttable img {
  height: 160px;
  object-fit: contain;
  background-color: #fff;
  display: block;
  margin: 0 auto;
  width: 100%;
}

table.blog-producttable .cta-button {
  display: block;
  background-color: #e13608;
  background-color: #ef8c34;
  color: #fff;
  padding: 0.5em;
  font-weight: 500;
  margin-bottom: .5em;
  text-align: center;
  transition: background-color 0.2s ease-in-out;
  text-decoration: none !important;
  line-height: 1.25;
  border-radius: 0.5em;
}
table.blog-producttable .cta-button:hover {
  background-color: #c72f06;
}

table.spalten-gleichbreit {
  table-layout: fixed;
  width: 100%;
}

table.spalten-gleichbreit-scroll {
  table-layout: fixed;
}

table.kein-rahmen,
table.kein-rahmen th,
table.kein-rahmen td {
  border: none;
}

table.reset-td td:first-child {
  font-weight: normal;
}

table.valign-bottom tbody td {
  vertical-align: bottom;
}

table.td-min-width-9em tbody td {
  min-width: 9em;
}

table.td-min-width-10em tbody td {
  min-width: 10em;
}

table.valign-top tbody td,
table.valign-top thead td {
  vertical-align: top;
}

table.align-left td {
  text-align: left;
}

table th,
table td {
  padding: 0.75em;
  border: 1px solid #ddd;
}

table th {
  font-weight: bold;
  text-align: center;
  vertical-align: bottom;
}
table.th-middle th {
  vertical-align: middle;
}

table td {
  text-align: center;
  vertical-align: middle;
}

table td:first-child {
  font-weight: bold;
  text-align: left;
}

table tbody tr:nth-child(odd) {
  background-color: #eee;
}

table .product-image {
  width: 100px;
  height: auto;
}

table .checkmark,
table .crossmark {
  display: block;
  color: black;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.25em !important;
}

table.col-1st-normal td:first-child {
    font-weight: normal;
    text-align: center;
}

table.highlight-1st-col td:nth-child(1),
table.highlight-1st-col th:nth-child(1) {
  border: 7px solid #a9c93e;
  border-top: none;
  border-bottom: none;
}

table.highlight-1st-col tr:last-child td:nth-child(1) {
  border-bottom: 7px solid #a9c93e;
}

table.highlight-1st-col tr:last-child th:nth-child(1) {
  border-top: 7px solid #a9c93e;
}

table.highlight-2nd-col td:nth-child(2),
table.highlight-2nd-col th:nth-child(2) {
  border: 7px solid #a9c93e;
  border-top: none;
  border-bottom: none;
}

table.highlight-2nd-col tr:last-child td:nth-child(2) {
  border-bottom: 7px solid #a9c93e;
}

table.highlight-2nd-col tr:last-child th:nth-child(2) {
  border-top: 7px solid #a9c93e;
}

table.highlight-3rd-col td:nth-child(3),
table.highlight-3rd-col th:nth-child(3) {
  border: 7px solid #a9c93e;
  border-top: none;
  border-bottom: none;
}

table.highlight-3rd-col tr:last-child td:nth-child(3) {
  border-bottom: 7px solid #a9c93e;
}

table.highlight-3rd-col tr:last-child th:nth-child(3) {
  border-top: 7px solid #a9c93e;
}

table.matcha-latte-vergleich td {
  font-size: 0.9em;
  line-height: 1.2em;
}

table.tencha-vs-matcha td {
  width: 40%;
}

table.tencha-vs-matcha th {
  font-weight: bold;
}

table.tencha-vs-matcha td:first-child {
  width: 20%;
}

table.product-info-table {
  border: 0;
}

table.product-info-table tr {
  background: transparent !important;
}

table.product-info-table td {
  padding: 0.75em 1em 0.75em 0;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  vertical-align: top;
  text-align: left;
}

table.product-info-table .first {
  font-weight: bold;
  white-space: nowrap;
}

/* Coffee vs Matcha */
table.coffee-vs-matcha th,
table.coffee-vs-matcha td {
  text-align: center;
}

table.coffee-vs-matcha th {
  font-weight: bold;
}

table.coffee-vs-matcha {
  margin: 1.5em 0;
}

table.coffee-vs-matcha caption {
  text-align: left;
  caption-side: bottom;
  padding: 0.5em;
}

/********** dl **********/
/* Grundstruktur */
dl {
  background-color: #1e1e1e;
  border-left: 6px solid #66bb6a;
  padding: 1.5em;
  margin: 20px 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  border-radius: 0.5em;
}

/* Begriffe (dt) */
dl dt {
  font-size: 1.2em;
  color: #ffffff;
  margin-top: 0;
  padding-top: 0;
  font-weight: bold;
  position: relative;
}

/* Definitionen (dd) */
dl dd {
  margin: 0.25em 0 0 1.5em; /* Leichter Einzug für klare Struktur */
  font-size: 0.95em;
  color: #dcdcdc;
  padding-bottom: 1em;
  line-height: 1.6;
}

/* Hervorhebung von Schlüsselwörtern */
dl dd strong {
  color: #66bb6a; /* Grüner Akzent für Keywords */
  font-weight: bold;
}

/* Zusätzlicher Hover-Effekt für Begriffe */
dl dt:hover {
  color: #66bb6a; /* Grüner Text beim Hover */
  cursor: pointer;
}

/* Dezente Linie zwischen Punkten */
dl dt + dd {
  border-top: 1px solid rgba(255, 255, 255, 0.2); /* Dezente Linie */
  padding-top: 0.5em;
}

/* Mobile Anpassungen */
@media (max-width: 768px) {
  dl {
    padding: 1em;
    border-left: 4px solid #66bb6a; /* Schmalere Linie */
  }

  dl dt {
    font-size: 1em;
  }

  dl dd {
    font-size: 0.9em;
    margin-left: 1em;
  }
}

/********** quick-facts-box **********/
.quick-facts-box {
  background-color: #242424;
  border-left: 8px solid #66bb6a;
  padding: 1.5em;
  margin: 20px 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 0.5em;
}

.quick-facts-box h3 {
  font-size: 1.2em;
  color: #ffffff;
  margin-top: 0;
  padding-top: 0 !important;
  font-weight: bold;
}

.quick-facts-box ul {
  list-style-type: none;
  padding-left: 0;
  margin: 8px 0 0;
}

.quick-facts-box li {
  margin: 6px 0;
  font-size: 0.95em;
  color: #ffffff;
}

.wrapper .blog-post {
  margin-bottom: 5em;
}
.wrapper .blog-post .blog-post__item {
  margin-bottom: 2em;
}

.wrapper .blog-post .blog-post__item.normal {
  background: #1c222b;
}
.wrapper .blog-post .blog-post__item.normal h3,
.wrapper .blog-post .blog-post__item.normal .blog-excerpt,
.wrapper .blog-post .blog-post__item.normal .blog-read-more {
  color: #fff;
}


#shopify-section-template--14261528232033__main .page-title,
#shopify-section-template--14261528232033__main .rte,
#shopify-section-template--14261528232033__main section {
  margin-bottom: 0;
  padding-bottom: 0;
}

a.link-article-button {
  display: block;
  padding: 1em 1.5em;
  background: #111111;
  color: #fff;
  margin: 0.25em 0;
  text-decoration: none !important;
  font-weight: 600;
  border-radius: 0.5em;
  cursor: pointer;
}

a.link-article-button::before {
  content: "Mehr erfahren";
  display: block;
  font-size: 0.55em;
}

.shopify-pc__banner__dialog button.shopify-pc__banner__btn-decline {
  border-color: transparent !important;
  background-color: transparent !important;
}

.footer-block .bio-logos {
  margin-top: 1.5em;
}
.footer-block .bio-logos img {
  height: 50px;
}

b,
strong {
  font-weight: 700;
}

.verymatcha__rating {
  margin-top: -0.5em;
}

.verymatcha__price {
  font-size: 1.75em;
  font-weight: bold;
}

.product__price-and-badge .product__price {
  border-top: 2px solid #333;
  width: 100%;
  padding: 0.5em 0 0 0;
}

.product__unit-price {
  font-size: .7em;
}

/* =========== PRODUKTSEITE (.template-product) =========== */
.template-product .bio-siegel-wrapper {
  position: absolute;
  top: 3.5rem;
  right: 1.5rem;
  z-index: 9;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.4rem;
  pointer-events: none;
}

.template-product .bio-siegel-wrapper img {
  width: 80px;
  height: auto;
}

@media (max-width: 749px) {
  .template-product .bio-siegel-wrapper {
    top: 1.25rem;
    right: 1.25rem;
    gap: 0.3rem;
  }

  .template-product .bio-siegel-wrapper img {
    width: 50px;
  }
}


/* === PRODUKT GRID ITEM (Startseite, Collection etc.) === */
.product-grid-item__image {
  position: relative;
}

.product-grid-item__image .bio-siegel-wrapper {
  position: absolute;
  top: 0.5rem;
  right: 0.75rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.35rem;
  z-index: 9;
  pointer-events: none;
}

.product-grid-item__image .bio-siegel-wrapper img {
  width: 50px;
  height: auto;
}

@media (max-width: 749px) {
  .product-grid-item__image .bio-siegel-wrapper {
    top: 0.75rem;
    right: 0.75rem;
    gap: 0.25rem;
  }

  .product-grid-item__image .bio-siegel-wrapper img {
    width: 44px;
  }
}


/*********** Produktseite ***********/
.versandhinweis {
  padding-top: 0.5em;
  border-top: 1px solid #222;
}

@media screen and (max-width: 640px) {
  .bio-siegel-wrapper {
    top: 0.6rem;
    right: 0.6rem;
  }

  .bio-siegel-wrapper img {
    width: 48px;
  }
}

/*********** Cart ***********/
body.template-cart .main-content > .shopify-section:first-child {
  padding-top: 1em !important;
}

#CartSpecialInstructions::placeholder {
  color: #666666;
  font-style: italic;
  opacity: 1;
}

body.template-cart .cart__image .product-image {
  width: 150px !important;
  height: 150px !important;
  padding: 0 !important;
  background-image: url("https://verymatcha.de/cdn/shop/files/verymatcha-matcha-schale-chawan-akiyama-weiss-grau-braun-japan-form-han-tsutsu-gata-seitenansicht-01_900x.jpg?v=1730912371");
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  border-radius: 8px;
  display: block;
  margin: auto;
}

.cart-table .price {
  white-space: nowrap;
}

.cart__bottom__notes {
  margin: 0 0 1em;
}

.cart__message {
  padding: 0 0 1em 0;
  margin-top: 0;
}

.cart__message__success {
  color: #1e7e34;
  display: inline-block;
  padding-left: 1.5em;
  position: relative;
  line-height: 1.4;
}

.cart__message__success::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #1e7e34;
  border-radius: 50%;
  position: absolute;
  left: 0.5em;
  top: 0.5em; /* passt die vertikale Position an */
}

@media only screen and (max-width: 767px) {
  .cart-table td:before {
    line-height: 2em;
    padding-left: 0.75em;
  }
}

.template-cart .qty__input {
  font-weight: bold;
}

table.cart-table tbody tr {
  border-bottom: 3px solid #eee;
}

body.template-cart {
  shop-pay-wallet-button {
    display: none !important;
  }
  shopify-google-pay-button {
    display: none !important;
  }

  /* hide empty containers */
  .additional-checkout-buttons
    .dynamic-checkout__content
    > :not(shopify-paypal-button) {
    display: none !important;
  }
  .additional-checkout-buttons > *:empty {
    display: none !important;
  }
}

@media only screen and (min-width: 1000px) {
  .cart-table td:nth-child(3) {
    min-width: 300px;
  }
  .cart-table td:nth-child(2) {
    width: auto;
  }
}

.cart-table td:first-child,
.cart-table th:first-child {
  padding-left: 0.75em;
}
.cart-table td:last-child,
.cart-table th:last-child {
  padding-right: 0.75em;
}

.cart-table th,
.cart-table td {
  padding: 0.5em;
  text-align: left;
}

.cart-table .price--total {
  white-space: nowrap;
}

.cart__discounts {
  opacity: 1;
  line-height: 1.25em;
  padding: 0.5em 0;
  margin: 0;
}

.cart-table .product__unit-price {
  font-size: 0.7em;
  white-space: nowrap;
}

.cart__bottom {
  margin-top: 2em;
}

.cart__subtotal__price,
.cart__subtotal__title {
  font-size: 25px;
  font-weight: bold;
}

.cart__row--bottom {
  gap: 0;
  border-bottom: 1px solid #222;
}

/*********** Blogpost ***********/
.hero-subline {
  font-size: 1.125rem;     /* ca. 18px */
  line-height: 1.6;
  max-width: 48rem;         /* gute Lesbarkeit */
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  color: #444;              /* nicht zu dunkel, aber seriös */
}

.cta-button-kaufen {
  display: inline-block;
  background-color: #ef8c34;
  color: #fff;
  padding: 1em 2em;
  font-weight: 500;
  margin-bottom: .5em;
  text-align: center;
  transition: background-color 0.2s ease-in-out;
  text-decoration: none !important;
  line-height: 1.25;
  border-radius: 0.5em;
}
.cta-button:hover-kaufen {
  background-color: #c72f06;
}


/*********** Blogpost Rikyus 100 Verse ***********/
h3.verse {
  position: relative;
  padding-left: 2em;
  max-width: 470px;
}
.verse-number {
  font-size: 0.5em;
  font-weight: 700;
  color: #fff;
  background-color: #d52b1e;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5em;
  vertical-align: bottom;
  line-height: 1;
  padding: 0;
  position: absolute;
  left: 0;
}

/*********** Table of Contents ***********/
.toc ul {
  list-style: none;
  margin: 0.3em 0;
  padding: 0;
  text-align: left;
}
.toc ul ul {
  margin: 0 0 0 2em;
}
.toc ul li a {
  text-decoration: none !important;
}
.toc ul li a .tocnumber {
  font-weight: bold;
  padding-right: 0.5em;
}
.toc ul li a .toctext {
  text-decoration: underline !important;
}
.article__wrapper h2,
.article__wrapper h3 {
  padding-top: 2em;
  margin-top: 0 !important;
}
.article__wrapper h3 {
  margin: 0 !important;
  font-size: 1.35em;
  padding: 0;
}
.article__wrapper .author-bio h3 {
  padding-top: 0;
}
.article__image__wrapper {
  margin-bottom: 0;
}

/*********** Breadcrumbs ***********/
.breadcrumb {
  padding: 0 0 1em 0;
  margin-top: 1em;
  font-size: 0.9em;
}

.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumb li:not(:last-child)::after {
  display: inline-block;
  margin: 0 0.5rem;
  font-weight: bold;
  content: "»";
}

/*********** List-Icons ***********/
.vorteile th {
  background: rgb(241, 241, 239);
  font-weight: bold;
}

.vorteile ul {
  margin: 0;
}

.vorteile small {
  line-height: 1.5em;
  display: inline-block;
  font-style: italic;
}

.icon-check {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path d='M9 22l-10-10.598 2.798-2.859 7.149 7.473 13.144-14.016 2.909 2.806z' stroke='green' fill='green'/></svg>");
  background-repeat: no-repeat;
  list-style: none;
  background-size: 0.8em;
  padding-left: 1.5em;
  background-position: 0.3em 0.35em;
}

.icon-x {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path d='M24 20.188l-8.315-8.209 8.2-8.282-3.697-3.697-8.212 8.318-8.31-8.203-3.666 3.666 8.321 8.24-8.206 8.313 3.666 3.666 8.237-8.318 8.285 8.203z'/></svg>");
  background-repeat: no-repeat;
  list-style: none;
  background-size: 0.8em;
  padding-left: 1.5em;
  background-position: 0.3em 0.35em;
}

/*********** Produkt Bulletpoints ***********/
ul.bulletpoints {
  font-size: 0.85em;
  margin-left: 1.75em;
}
ul.bulletpoints li {
  list-style: none;
  text-indent: -1.4em;
  margin-bottom: 0.5em;
}

/*********** Ausverkauft Badge ***********/
.product__tag--rectangle {
  z-index: 9999;
  opacity: 0.95;
  position: absolute;
  top: auto !important;
  bottom: 0;
  width: 100%;
  border-radius: 0.5em;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  margin-bottom: 3em;
}
.product__tag--rectangle span {
  white-space: break-spaces;
}

/*********** Star Rating ***********/
.stars-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.1em;
  align-items: center;
  font-size: 18px;
}
.trusted-rating {
  padding-right: 0.25em;
}
.trusted-star {
  -webkit-mask-image: url(https://cdn.shopify.com/s/files/1/0253/0105/7633/files/star.svg?v=1727181674);
  mask-image: url(https://cdn.shopify.com/s/files/1/0253/0105/7633/files/star.svg?v=1727181674);
  mask-size: 1em 1em;
  background-color: #fd860a;
  width: 0.9em;
  height: 0.9em;
}
.trusted-logo {
  margin-left: 0.25em;
  vertical-align: middle;
  height: 0.9em;
  width: 0.9em;
  mask-image: url(https://cdn.shopify.com/s/files/1/0253/0105/7633/files/etrusted.svg?v=1727182061);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: 0;
  background-color: #333333;
  -webkit-mask-image: url(https://cdn.shopify.com/s/files/1/0253/0105/7633/files/etrusted.svg?v=1727182061);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0;
  margin-top: 0.15em;
}

.star-rating,
.star-rating span {
  background-size: 14px 11.4px;
  height: 11.4px;
  width: 68px;
}

.star-rating {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.44 19'><polygon fill='%23dadce0' points='10,15.27 16.18,19 14.54,11.97 20,7.24 12.81,6.63 10,0 7.19,6.63 0,7.24 5.46,11.97 3.82,19'/></svg>");
  background-repeat: repeat-x;
  display: block;
  overflow: hidden;
  position: relative;
  margin: 0.25em 0 0.5em 0;
}

.star-rating span {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.44 19'><polygon fill='%23fbbc04' points='10,15.27 16.18,19 14.54,11.97 20,7.24 12.81,6.63 10,0 7.19,6.63 0,7.24 5.46,11.97 3.82,19'/></svg>");
  background-repeat: repeat-x;
  display: block;
}

/*********** Blog-Übersicht CSS ***********/
.blog-post__item {
  background: #f9f6f1;
  padding: 1.5rem;
  border-radius: 8px;
  overflow: hidden;
}
.blog-image {
  background-size: cover;
  background-position: top center;
  border-radius: 6px;
  aspect-ratio: 1 / 1.33;
  margin-bottom: 1rem;
  margin-left: -1.5rem;
  margin-top: -1.5rem;
  margin-right: -1.5rem;
}

.blog-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog-content h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}

.blog-excerpt {
  font-size: 1rem;
  color: #444;
  line-height: 1.4;
  margin-bottom: 1rem;
}

.blog-read-more {
  font-size: 0.875rem;
  font-weight: 500;
  color: #1a1a1a;
  margin-top: auto;
}

/*********** Blog Article CSS ***********/
.blogpost {
  width: 340px;
  display: inline-block;
  margin-right: 10px;
}

.blogpost h1 {
  font-size: 1.5em;
}

.section-header--article {
  text-align: left;
}

.article__wrapper .rte table {
  font-size: 0.9em;
}

.article__wrapper .rte {
  font-size: 1.15em;
}

.section-header {
  padding-bottom: 0.5em;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 0.5em;
  padding: 0.5em 1em;
  font-size: 1.2em;
  border-left: 10px solid;
}

.ceremony {
  background: #e2371c;
  color: #fff;
  padding: 0.05em 0.3em 0.15em 0.3em;
  white-space: nowrap;
  font-weight: normal;
}
.barista {
  background: #0092b3;
  color: #fff;
  white-space: nowrap;
  padding: 0.05em 0.3em 0.15em 0.3em;
  font-weight: normal;
}

td,
th {
  padding: 0.5em;
  vertical-align: top;
}

.callout-newsletter {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  padding: 2em 1em 2em 9em;
  margin: 1.5em 0 !important;
  font-style: normal;
  border-radius: 0.5em;
  background: #333333;
  color: #fff;
  position: relative;
  background-image: url(/cdn/shop/files/CEREMONY_Ceremonial_Bio_Matcha_von_Very_Matcha-500x500.png?v=1725968722);
  background-repeat: no-repeat;
  background-size: 150px;
  background-position: left;
  animation: shake-background 5s ease-in-out infinite;
}

/* Keyframes für das leichte Wackeln */
@keyframes shake-background {
  0%,
  92% {
    transform: rotate(0deg);
  } /* 79% der Zeit bleibt es ruhig */
  93% {
    transform: rotate(-2deg);
  } /* Leichte Drehung nach rechts */
  95% {
    transform: rotate(2deg);
  } /* Leichte Drehung nach rechts */
  97% {
    transform: rotate(-2deg);
  } /* Wieder links */
  99% {
    transform: rotate(2deg);
  } /* Wieder rechts */
  100% {
    transform: rotate(0deg);
  } /* Zurück zur Ausgangsposition */
}

.callout-newsletter .code {
  display: block;
  width: auto;
  padding: 0.25em 1em;
  background-color: #fff;
  color: #242424;
  margin: 0.5em auto;
  text-align: center;
  font-family: monospace;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.callout {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  border-radius: 3px;
  background: #f3f4fb;
  padding: 1em;
  margin: 1.5em 0 !important;
  font-style: normal;
  border-radius: 0.5em;
  text-align: left;
}
.callout.black {
  background: #242424;
  background: #1c222b;
  color: #ffffff;
}
.callout.matcha {
  background: #74a12e;
  color: #ffffff;
}

.callout small {
  font-size: 0.8em;
  line-height: 1.1em;
  display: inline-block;
}

.callout:before {
  font-family: "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji,
    "Noto Color Emoji", "Segoe UI Symbol", "Android Emoji", EmojiSymbols;
  white-space: nowrap;
  content: "💡";
  content: "\2794";
  line-height: 1.4;
  margin-right: 0.5em;
  color: black;
  font-size: 1.2em;
}
.callout.black:before,
.callout.matcha:before {
  color: #ffffff;
}
.callout.clock {
  border: 2px dotted #242424;
}
.callout.star:before {
  content: "\2605";
}
.callout.clock:before {
  content: "";
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 512 512'><path d='M464 256A208 208 0 1 1 48 256a208 208 0 1 1 416 0zM0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM232 120V256c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z'></path></svg>");
  background-repeat: no-repeat;
  background-size: 1.2em;
  width: 1.2em;
}

/* Produkt Feature im Blog */
.article__wrapper .product-feature {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  padding: 1.5em 0;
}

.article__wrapper .product-feature .product-grid-item {
  background: #f9f6f1;
  border-radius: 0.5em;
  flex: 0 0 350px;
  padding: 2em;
  max-width: 100%;
}

.article__wrapper .product-feature .product-grid-item .product-grid-item__info {
  font-size: 1.15em;
  align-items: start;
  text-align: left;
}

.article__wrapper
  .product-feature
  .product-grid-item
  a:not(.btn):not(.shopify-payment-button__button--unbranded) {
  text-decoration: none;
}

.article__wrapper .product-feature .product-grid-item__title {
  text-decoration: none !important;
  text-align: left;
  font-weight: 700;
  line-height: 1.4em;
  font-size: 1.2em;
}

/** YouTube full width **/
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  margin: 4em 0;
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* image caption */
.img-caption {
  margin-top: -1.5em;
  font-size: 0.75em;
}

* Basis */
figure {
  margin: 1em 0;
}
figure img {
  display: block;
  width: 100%;
  height: auto;
}
figcaption {
  margin: 0;
  padding: 1em;
  background: #f9f6f1;
  color: #333;
}

/* Prominenter Bleed ohne über das Viewport-Max hinauszugehen */
:root {
  --wide-bleed: 100px; /* gewünschter Überstand je Seite */
}

figure.wide {
  /* Breite: Content + 2*Bleed, aber nie breiter als der Bildschirm */
  width: min(calc(100% + 2 * var(--wide-bleed)), 100vw);

  /* Negative Ränder: entweder bis zum Viewportrand oder max. Bleed */
  margin-top: 2em;
  margin-bottom: 2em;
  margin-left: clamp(calc(50% - 50vw), calc(-1 * var(--wide-bleed)), 0px);
  margin-right: clamp(calc(50% - 50vw), calc(-1 * var(--wide-bleed)), 0px);
}

figcaption {
  margin: 0;
  padding: 1em;
  background: #f9f6f1;
  color: #333;
  font-size: 0.9em;
}



.max75 {
  max-width: 75px;
  max-height: 50px;
  width: auto;
  height: auto;
}
.chawan-style td:first-child {
  text-align: center;
}

/** About the Author **/
.author-bio {
  background: #f9f6f1;
  border-radius: 0.5em;
  padding: 2em;
  margin-bottom: 3em;
}

.author-bio h3,
.author-bio p {
  padding-left: 120px;
  position: relative;
}

.author-bio img {
  position: absolute;
  top: 0;
  left: 0;
}

.author-bio--mini {
  background: #f9f6f1;
  border-radius: 0.5em;
  padding: 1em;
  margin-bottom: 1em;
}

/****************** Mobile ******************/
@media screen and (max-width: 420px) {
  article.article__wrapper {
    font-size: 0.85em;
  }
}

@media screen and (max-width: 600px) {
  .author-bio {
    padding: 1em;
  }

  .author-bio h3,
  .author-bio p {
    padding-left: 0;
  }

  .author-bio img {
    position: relative;
    display: block;
  }
}


/* Styling für die Key Findings Box im Matcha-Zahngesundheitsartikel */
.key-findings {
  background: #f9f6f1;
  border-radius: .5em;
  padding: 2em;
  margin: 2em 0;
}

.key-findings h2 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 1.2rem;
  line-height: 1.3;
}

.key-findings ul {
  margin: 10px 0 12px 18px;
  padding: 0;
}

.key-findings li {
  margin: 6px 0;
  line-height: 1.5;
}

.key-findings .source {
  margin: 10px 0 0 0;
  padding-top: 10px;
  border-top: 1px solid #e5e7eb;
  font-size: 0.9rem;
  color: #555;
}

.key-findings a {
  color: #0a7a4d;
  text-decoration: underline;
  text-underline-offset: 2px;
}