/** Shopify CDN: Minification failed

Line 38:1 Expected "}" to go with "{"

**/
/* Place any CSS overrides in this file. */

.fa-plus:before {
  content: "\e804" !important;
}

.fa-minus:before {
  content: "\e803" !important;
}

.fa-user:before {
  content: "\e801" !important;
}

.fa-search:before {
  content: "\e800" !important;
}

.fa-star:before {
    content: '\e805' !important;

/* Schriftgröße und Abstand für den Produkttitel auf der Kollektionsseite */
.grid-view-item .product-grid--title a {
  font-size: 1.5em !important; /* Titelgröße anpassen */
  font-weight: bold !important;
  margin-bottom: 0.5em !important; /* Abstand unter dem Titel */
}

/* Schriftgröße für die Produktbeschreibung aus dem Metafeld */
.grid-view-item .product-collection-description {
  font-size: 1em !important; /* Kleinere Schriftgröße */
  color: #555 !important; /* Optional: Textfarbe */
}