/* General
================================================== */
body {
  font-family: "Barlow", Helvetica, sans-serif;
}
h1:not(.body-font), h2:not(.body-font), h3:not(.body-font), h4:not(.body-font), h5:not(.body-font), h6:not(.body-font), .gui-page-title, .title-font {
  font-family: "Oswald", Helvetica, sans-serif;
  text-transform: uppercase;
  color: var(--black);
  font-weight: bold;
}

/* Headlines */
.headlines .headline-1 {
  background-image: url('https://cdn.webshopapp.com/shops/41685/themes/185450/v/2842764/assets/headline-1.jpg?20260630111153?20260630110624');
}

.headlines .headline-2 {
	background-image: url('https://cdn.webshopapp.com/shops/41685/themes/185450/v/2842764/assets/headline-2-image.jpg?20260630111153?20260630110624');
}

.headlines .headline-3 {
	background-image: url('https://cdn.webshopapp.com/shops/41685/themes/185450/v/2842764/assets/headline-3-image.jpg?20260630111153?20260630110624');
}
/* End headlines */

/* Usp bar */
@media(min-width: 992px){
  .uspbar .inner {
    background: #000000;
    color: #ffffff;
  }
}
@media(max-width: 991px){
  .uspbar {
    background: #000000;
    color: #ffffff;
  }
}


.uspbar .inner a {
  color: #ffffff;
  text-decoration: underline;
}
#productpage .product-detail .btn{
  color: #ffffff;
  background-color: #000000;
}
/* End usp bar */