/** Shopify CDN: Minification failed

Line 16:0 Unexpected "{"
Line 16:1 Expected identifier but found "%"
Line 16:37 Expected identifier but found "%"
Line 25:0 Unexpected "{"
Line 25:1 Expected identifier but found "%"
Line 25:28 Expected identifier but found "%"
Line 55:0 Unexpected "{"
Line 55:1 Expected identifier but found "%"
Line 55:26 Expected identifier but found "%"

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

{% comment %} Logo-Liste Hausmarken {% endcomment %} 
.logo-bar__image {
  filter: grayscale(1);
}

.logo-bar__image:hover{
  filter: grayscale(0);
}

{% comment %} Produktseite {% endcomment %} 
.short-description-list::before {
  content: "";
  background-image: url('/cdn/shop/files/checklist.png?v=1694703274');
  background-size:10px 10px;
  background-repeat: no-repeat;
  background-position: center; 
  background-color:#FF7A00;
  display:block;
  position:absolute;
  border-radius: 100%;
  height:17px;
  width: 17px;
  margin-top: 4px;
}

.short-description-bulletpoint {
  padding-left:30px;
  margin-bottom: 5px;
}

.short-description {
  margin-top:30px;
  margin-bottom:30px;
}

.label-font {
  font-weight: bold;
}

{% comment %} Startseite {% endcomment %} 

.header-section--wrapper {
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  z-index: 1000;
}