/** Shopify CDN: Minification failed

Line 10:6 Unexpected "@font-face"
Line 12:27 Unterminated string token
Line 77:0 Expected percentage but found "｝"
Line 80:0 Expected "," but found "#MainContent"
Line 98:35 Expected "}" to go with "{"

**/
verse @font-face {
   src: url('https://cdn.shopify.com/s/files/1/0692/4160/2100/files/YouTubeSansRegular.otf?v=1749230718');
   font-family: 'YouTube'';
   font-weight: 400;
 }
 @font-face {
   src: url('https://cdn.shopify.com/s/files/1/0692/4160/2100/files/YouTubeSansDarkMedium.otf?v=1749230718');
   font-family: 'YouTube-header';
   font-weight: 700;
 }
 @font-face {
   src: url('/cdn/shop/files/itsadzoke-046.otf?v=1750257160');
   font-family: 'itsadzoke';
 }

/* BODY */

.password {
    height: 100vh;
}

/* logo image code */

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

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

.password-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
  display: block !important;
  background-size: cover !important;
  background-position: center!important;
  height: 100vh;
  background-image: url("/cdn/shop/files/pm7-bg-layer.webp?v=1750262697");
  background-repeat: no-repeat;
}

.cloud-img {
  width: 1920px;
  height: 100%;
  position: fixed;
  z-index: 1;
  display: block !important;
  background-size: cover !important;
  background-position: center!important;
  height: 100vh;
  background-image: url("/cdn/shop/files/pm7-top-bg-layer_2ecd3c81-7bd3-4f1d-a972-955ca1ade2b0.webp?v=1750209149");
  background-repeat: no-repeat;
  animation: slide 10s linear infinite;
}

@keyframes slide{
0%{
transform: translateX(100%);
}
100% {
transform: translate(-100%);
}
｝
  

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

/* FOOTER */

.copyright__content {
    font-size: 1.5rem;
    letter-spacing: 0.5px;
}

.footer {
    border-top: 0px !important;
}

.footer__content-bottom {
    border-top: solid 0 !important;