/** Shopify CDN: Minification failed

Line 42:0 Unexpected "}"
Line 129:0 Expected "}" to go with "{"

**/
/* für das ganze Theme ANFANG */
.MegaMenu {
  background: #f1f1f1;
}
.Badge {
  padding-top: 0.2rem;
  padding-right: 0.5rem;
  padding-bottom: 0.2rem;
  padding-left: 0.5rem;
}
.Text--ToneLow {
  color: #888888;
  font-size: 0.95rem;
}
.Text--VariantHeadingLg {
  font-size: 12px;
}
.Link--RemoveUnderline {
  font-size: 13px;
}
/* für das ganze Theme ENDE */
/* größrntabelle App link ANFANG */
.css-i81pqi {
  display: inline-block !important;
  background: #f4edac;
  padding: 3px;
}
.smartsize-button-text {
  margin-top: 0px!important;
}

.smartsize-text-container ul {
  list-style: decimal !important;
  padding-left: 25px !important;
}
}
@media only screen and (max-width: 600px) {
  .smartsize-button-text {
    letter-spacing: 2px;
    font-size: 0.9rem;
  }
}
/* größrntabelle App link ENDE */

/* Quize ANFANG */
.quiz-logo-container {
  height: 0vh !important;
  display: none !important;
}
.quiz-logo {
  display: none !important;
}
/* Quize Emde */

/* Datenschutz  */
.shopify-policy__body .rte h1 {
  font-size: 1.6rem !important;
}
.shopify-policy__body h2 {
  font-size: 1.4rem !important;
  padding-top: 12px !important;
  padding-bottom: 5px !important;
}
.shopify-policy__body h3 {
  font-size: 1.4rem !important;
}
/* Cookie  */
#gdpr_page h2 {
 font-size: var(--font-size-xl);
  padding-top:25px;
}
/* Buy Button mobile  */
@media (max-width: 768px) {
.tpo_add-to-cart {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
} 
/* Button zürück Blog  */
.zurueck {
  display: inline;
  padding: 5px;
  border: 1px solid;
  text-align: center;
  line-height: 1;
  width: 120px;
  border-radius: 5px;
}
.zurueck a {
text-decoration: none;
}
.zurueck a:hover {
color: grey;
  }
/* Blog 3- bilder responsiv */
.container-blog {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 10px;
            padding: 20px;
        }
        .blog-image-box {
            flex: 1 1 calc(33.333% - 20px);
            max-width: calc(33.333% - 20px);
        }
        .blog-image-box img {
            width: 100%;
            height: auto;
            display: block;
        }
         .blog-caption {
            margin-top: 5px;
            font-size: 14px;
            color: #555;
           text-align: center;
        }
        @media (max-width: 768px) {
            .blog-image-box {
                flex: 1 1 100%;
                max-width: 100%;
            }
