/** Shopify CDN: Minification failed

Line 45:1 Expected "}" to go with "{"

**/
body {
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 35%, rgba(25,16,5,1) 100%) fixed;
    background: url('main-bg.jpg') fixed center top;
    background-size: cover;
    letter-spacing: .05em;
    padding-top: 40px;
}

.process-fade {
    transition: opacity ease-out .3s;
}

.hero-video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 102%;
    min-height: 102%;
    z-index: -1;
    padding: 0;
    filter: blur(3px);
}
/* Make sure hero video fills the container even at smaller window sizes */
@media only screen and (max-width: 1300px) {
    .hero-video-bg {
        min-width:300%;
}

.hero-shadow {
    text-shadow: 4px 4px 10px black;
}

.product-description {
    text-align: center;
}
.product-description h2 {
    font-family: "Futura", Impact, sans-serif;
    font-weight: 400;
}