/** Shopify CDN: Minification failed

Line 127:0 Unexpected "{"
Line 127:1 Expected identifier but found "%"
Line 129:0 Unexpected "<"
Line 137:0 Unexpected "<"
Line 139:1 Expected identifier but found "%"

**/
/* TYPEOGRAPHY */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Sanchez:ital@0;1&display=swap');

:root { 
  --font-heading-family: "Sanchez", serif !important;
  --font-body-family: "Open Sans", sans-serif !important;
}

/* BODY */

/* .password-bg-overlay {
  background-color: rgba(225, 225, 225, 0.5);
  width: 100%; 
  height: 100vh;
} */

.ps-video-container {
  display: flex;
  justify-content: center;
    width: 100%;
    height: 100vh;
  position: fixed;
  opacity: 0.4;
  /* z-index: -10; */

  /* VIDEO LAYER BLEND: */
mix-blend-mode: soft-light;
}

.ps-hero-vid {
  object-fit: cover;
  display: flex;
  justify-content: center;
  height: 100%; 
  width: 100%;
  position: absolute;
}
.ps-video-container::before {
  content:'';
  width: 100%;
  height: 100%;
   
/*    VIDEO COLOR OVERLAY */
  position: absolute;
  z-index: 1;
/*     background-image: linear-gradient(#7f1d1882, #B0776D, #E2D1C1); */
}

/* .password-header img {
  display: none;
} */

@media screen and (min-width: 750px) {
  .password-bg {
    display: none;
  }

.password-bg {
  width: 100%;
  position: fixed;
  z-index: -1;
  display: block !important;
  background-size: cover !important;
  background-position: center!important;
  height: 100vh;
  /* background: #ffffff; */
  background-image: url("/cdn/shop/files/ps-banner-img.webp");
  background-repeat: no-repeat;
}

.password-bg::before {
  content:'';
  width: 100%;
  height: 100%;

/*    IMAGE COLOR OVERLAY */
  position: absolute;
  z-index: 1;
  background-image: linear-gradient(#ffffff00, #ffffff75, #ffffffa6);
  mix-blend-mode: screen;
}
}

/* Mobile backgound img */

@media screen and (max-width: 750px) {
  .password-bg-mobile {
    display: none;
  }

  .password-bg-mobile {
  width: 100%;
  position: fixed;
  z-index: -1;
  display: block !important;
  background-size: cover !important;
  background-position: center!important;
  height: 100vh;
  /* background: #ffffff; */
  background-image: url("/cdn/shop/files/tolarian-mobile.webp");
  background-repeat: no-repeat;
}

.password-bg-mobile::before {
  content:'';
  width: 100%;
  height: 100%;

/*    IMAGE COLOR OVERLAY */
  position: absolute;
  z-index: 1;
  /* background: radial-gradient(#ffffff00, #ffffff); */
  background-image: linear-gradient(#FFFFFF00, #ffffff75, #ffffffa6);
  mix-blend-mode: screen;
}
}

{% if template == 'password' %}
 
<style>
.shopify-section-group-header-group.announcement-bar-section{
height: 10px;
}
.header-wrapper{
width: 100%;
background: transparent;
}
</style>
 
{% endif %}

#MainContent {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
}

.password-logo {
    width: 100%;
    margin-bottom: 1.5rem;
    z-index: 10 !important;
}

#wj-logo svg path {
  stroke-width: 0.5px; 
  stroke: #28236C;
}

.wj-ps-logo {
    width: 95px;
    margin-left: 6px;
}

.wj-logo-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}