/** Shopify CDN: Minification failed

Line 56:0 Unexpected "}"

**/
.page-type-index #header-component[data-sticky-state="inactive"] .header-logo,
.page-type-index #header-component .header-logo  {
  display: none;
}

.page-type-index #header-component[data-sticky-state="active"] .header-logo {
  display: flex;
}

/* Desktop breakpoint */
@media screen and (min-width: 750px) {
  /* HEADER - Display hamburger menu on desktop */
  .header__drawer{
    display: block !important;
  }

  header-menu.header-menu {
    display: none !important;
  }
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
  letter-spacing: 5px;
}


#main-bg{
  position: fixed;
  background-image: url( 'unpeople-bg-blured.jpg' );
  background-size: cover;
  position: fixed;
  inset: 0;
  z-index: -1; /* Keeps it behind your content */
  background-position: center top; /* Initial state */
  will-change: background-position; /* Optimizes browser rendering performance */
} 

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

  #main-bg{
    background-image: url('/cdn/shop/files/unpeople-bg-blured-icons-4.jpg?v=1780838987');
  }

  .page-type-product #main-bg{
    background-image: url('/cdn/shop/files/unpeople-bg-blured-icons-product-1.jpg?v=1780842949');
  }

}

}

body.page-type-policy{
}

.pre-order-label{
  text-align:center;
  
}
.pre-order-label span{
  background: #000000;
  font-size: 0.7em;
  padding: 6px 12px;
  border-radius: 30px;
  color: #b24e5e;
}

.menu-list__link--active{
  color: #b24e5e !important;
}

.product-card{
  background: rgba(255,255,255,0.1);
}