/* General
================================================== */
body{
  font-family: "Poppins", Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .gui-page-title, .title-font{
  font-family: "Poppins", Helvetica, sans-serif;
  line-height: 1.1em;
}

#personalize .head {
  background: url() no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#personalize .head.screenprotectors {
  background: url() no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#header .mobile-usp-bar {
  background: ;
  color: ;
}

#newsletter-popup .image {
	background: url(https://cdn.webshopapp.com/shops/305385/themes/173673/v/192815/assets/newsletter-popup-image.jpg?20200922142204?20200910091302) no-repeat center center;
}

.headlines .item.item-1 {
  background: url() no-repeat center center; 
/*   background: url(https://cdn.webshopapp.com/shops/18572/files/264549374/slider-website-min.jpg) no-repeat center center;  */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.headlines .item.item-2 {
  background: url() no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.headlines .item.item-3 {
  background: url() no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media (max-width: 767px){
  
  	#personalize .head {
      background: url() no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	}
  #personalize .head.screenprotectors {
    background: url() no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	}
  
  .headlines .item.item-1 {
    background: url() no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 316px;
	}
  .headlines .item.item-2 {
    background: url() no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 316px;
	}
  .headlines .item.item-3 {
    background: url() no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 316px;
	}
}