/** Shopify CDN: Minification failed

Line 63:33 Expected "}" to go with "{"

**/
            .frames {
                position: absolute;
            }
            
            .svg-size{
	            
	            width:280px;
	            
            }
            
            .mush-logo{
            }
            
            .mush-logo div{
animation-play-state: paused !important;
}
            
                        .mush-logo:hover div{
animation-play-state: running !important;
}
            
            .frame1{
                
                animation: frame1 .6s linear infinite;
            }
            
            .frame2{
                opacity: 0;
                animation: frame2 .6s linear infinite;
                
            }
            
            .frame3{
                opacity: 0;
                animation: frame3 .6s linear infinite;
            }
			
			@keyframes frame1 {
			0% { opacity: 1; }
            33% { opacity: 1; }
            34% { opacity: 0; }
	  	    100% { opacity: 0; }
				} 
            
            @keyframes frame2 {
			0% { opacity: 0; }
            33% { opacity: 0; }    
            34% { opacity: 1; }
            66% { opacity: 1; }
            67%  { opacity: 0; }  
	  	    100% { opacity: 0; }
				} 
            
            @keyframes frame3 {
			0% { opacity: 0; }
            66%  { opacity: 0; }
            67%  { opacity: 1; }
            100%  { opacity: 1; }