/** Shopify CDN: Minification failed

Line 218:0 Unexpected "<"

**/
/* Additional CSS so as not to change the base.css for upgrades */


/* BASIS LAYOUT */

/* Abstand zum ersten Element vom Header*/

.spaced-section {
  margin-top: 0rem!important;
}

.shopify-policy__container {
    width: 75%!important;
    max-width: 900px!important;
}

@media only screen and (min-width:750px){

.page-width{
    padding:0 70px;
    max-width: 1500px;
}
  }
/* FONT */



.h1, h1 {
  font-size: 40px;
  line-height: 55px;
  letter-spacing: 4px;
  font-weight: 400;
}

.h2, h2 {
    font-size: 24px !important;
    line-height: 150% !important;
    letter-spacing: 3px !important;
    font-weight: 400 !important;  
  	margin-bottom: 9px !important;
} 

.h3, h3 {
	text-transform:uppercase;
    font-size: 16px !important;
    line-height: 25px !important;
    letter-spacing: 2px !important;
    font-weight: 400 !important;  
  	margin-bottom: 9px !important;
} 

.h4, h4 {
	text-transform:uppercase;
    font-size: 14px !important;
    letter-spacing: 1px !important;
    font-weight: 400 !important;  
} 

.rte p, .p {
    font-size: 16px !important;
    line-height: 25px !important;
    letter-spacing: 0.5px !important;
    font-weight: 400 !important;  
  	margin-bottom: 0px !important;
}


.lim-overlay-text {
    animation:fade-in 5s cubic-bezier(0.26, 0.54, 0.32, 1) 0s forwards;
    font-size:calc(var(--typeHeaderSize)*0.8);
    font-size: 15px !important;
    line-height: 24px !important;
    letter-spacing: 0px !important;
    font-weight: 400 !important; 
  	margin-bottom: 9px !important;      
}   
    
.lim-overlay-text i, .lim-overlay-text em{

    font-size:calc(var(--typeHeaderSize)*0.67);
	text-transform:uppercase;
    font-size: 15px !important;
    line-height: 25px !important;
    letter-spacing: 3px !important;
    font-weight: 400 !important;  
    margin-bottom: 0 !important; 
    font-style: normal !important;
} 

.lim-overlay-text a {

    font-size:calc(var(--typeHeaderSize)*0.67);
  	font-size: 15px !important;
  	line-height: 24px !important;
  	letter-spacing: 2px !important;
  	font-weight: 400 !important;
  	text-transform: uppercase !important;
} 

/* PRODUCT GRID */

/* Anzahl Flashchen pro Seite */

@media screen and (min-width: 990px) {
  .grid--quarter-max.grid--4-col-desktop .grid__item {
    max-width: 19%;
  }
}

/* Layout Flaschen im Grid */

@media screen and (min-width: 750px) {
  .grid__item {
    padding-left: 5rem;
    padding-right: 5rem;
    padding-bottom: 1rem;
    width: calc(25% - 1rem * 3 / 4);
    max-width: 50%;
  }
}

@media screen and (min-width: 750px) {
  .grid__item {
    padding-left: 5rem;
    padding-right: 5rem;
    padding-bottom: 1rem;
    width: calc(25% - 1rem * 3 / 4);
  }
}

@media screen and (min-width: 750px) {
  .grid__item.product__info-wrapper {
    max-width:60%!important;
  }
}
@media screen and (min-width: 750px) {
  .grid__item.product__media-wrapper {
    max-width:40%!important;
  }
}




/* Font Grössen für Product Grid */

.price {
  align-items: center!important;
    display: inline!important;
  font-size: 1.2rem!important;
  margin-top: 0px!important;
}

@media only screen and (min-width: 750px) {
	.card-information {
	    text-align: center!important;
	}
}  

h5,
.h5 {
  font-size: calc(var(--font-heading-scale) * 1.2rem)!important;
}

@media only screen and (min-width: 750px) {
  h5,
  .h5 {
    font-size: calc(var(--font-heading-scale) * 1.4rem)!important;
    margin-bottom: 0px !important;
    text-align: center;
  }
}

/* Font Grössen für Cookie Banner */


.shopify-pc__banner__body p, shopify-pc__prefs__scrollable p, shopify-pc__prefs__scrollable ul {
    font-size: 16px !important;
    line-height: 25px !important;
    letter-spacing: 0.5px !important;
    font-weight: 400 !important;  
  	margin-bottom: 0px !important;
}



.shopify-pc__prefs__overlay h2 {
    font-size: 16px !important;
    line-height: 150% !important;
    letter-spacing: 0.5px !important;
    font-weight: 400 !important;  
  	margin-bottom: 9px !important;
} 

.shopify-pc__prefs__header-title h3 {
	text-transform:uppercase;
    font-size: 16px !important;
    line-height: 25px !important;
    letter-spacing: 2px !important;
    font-weight: 400 !important;  
  	margin-bottom: 9px !important;
}

.shopify-pc__prefs__options label {
	text-transform:uppercase;
    font-size: 16px !important;
    line-height: 25px !important;
    letter-spacing: 2px !important;
    font-weight: 400 !important;  
  	margin-bottom: 9px !important;
}  

<h2 id="shopify-pc__prefs__header-title">Cookie-Konfigurationen</h2>

/* Bilder Animation reduzieren Blog und Produkte*/

.article-content:hover img {
  transform: scale(1.003)!important;
}

.card-wrapper:hover img {
    transform: scale(1.003)!important;
  }


/* Grid Aufteilung featured collection*/


@media screen and (min-width: 990px) {
  .grid--5-col-desktop .grid__item {
    width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
  }  
}