/** Shopify CDN: Minification failed

Line 8:27 Unterminated string token

**/
 @font-face {
   src: url('/cdn/shop/files/YouTubeSansRegular.otf?v=1749230718');
   font-family: 'YouTube'';
   font-weight: 400;
 }
 @font-face {
   src: url('/cdn/shop/files/YouTubeSansDarkMedium.otf?v=1749230718');
   font-family: 'YouTube-header';
   font-weight: 700;
 }

:root { 
  --font-body-family: 'YouTube', sans-serif !important;
  --font-heading-family: 'YouTube-header', sans-serif !important; 
}

.copyright__content {
    font-size: 1.5rem;
    letter-spacing: 0.5px;
}
.banner:after, .banner__media:after {
display: none;
}

/* product page */

.global-media-settings {
  border: none;
}

/* policy pages */

.shopify-policy__container {
    max-width: 60%;
}