/** Shopify CDN: Minification failed

Line 33:151 Expected ")" to end URL token

**/
.page-title {
  margin-top: 0;
}

.main-page-title {
  margin-bottom: 3rem;
}

@media screen and (min-width: 750px) {
  .main-page-title {
    margin-bottom: 4rem;
  }
}

.page-placeholder-wrapper {
  display: flex;
  justify-content: center;
}

.page-placeholder {
  width: 52.5rem;
  height: 52.5rem;
}

body {
  margin: 0;
  padding: 0;
  background-image: url(/cdn/shop/files/unisex-premium-sweatshirt-white-zoomed-in-660dacf76df99.jpg?v=1712172297');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* Workaround für Safari */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    body::before {
      content: "";
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
      background-image: url("/cdn/shop/files/unisex-premium-sweatshirt-white-zoomed-in-660dacf76df99.jpg?v=1712172297");
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
    }

    body {
      background: none;
    }
  }
}