/** Shopify CDN: Minification failed

Line 11:2 Unexpected "<"
Line 128:19 Expected ":"
Line 128:30 Expected ":"
Line 182:0 Unexpected "<"

**/


  <style>
    


    
    
    #shopify-section-modal {
      display: none!important;
        position: fixed!important; /* Stay in place */
  z-index: 99999999999999999!important; /* Sit on top */
  left: 0;
  top: 0;
    right: 0;
    bottom: 0;
  width: 100vw!important; /* Full width */
  height: 100vh!important; /* Full height */
  background-color: black; /* Fallback color */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
    }
    
 



    
/* Modal Content */
.modal-content {
  position: fixed;
  width: 100%;
  height: auto;
    max-width: 600px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  
}
    
@media only screen and (max-width: 600px) {
    .modal-content {
  	height: auto;
    max-width: 250px;
	}
}

.modal-content-wrapper {
background-color: white;
position:relative;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;

}

.modal-content a {
    color: black;
    text-decoration: none;
}

/* The Close Button */
.close {
  color: white!important;
  position: absolute;
  top: 0px;
  right: 20px;
  font-size: 28px;
  font-weight: bold;
  transition: all .25s;
  z-index: 9999999999999;
  
}
    
 @media only screen and (max-width: 600px) {
    .close {
    font-size: 20px;
	}
}

.close:hover,
.close:focus {
  transition: all .25s;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
 position: relative;
  text-align: center;
  background-color:  white;
  color: black;
  padding: 20px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
    
   @media only screen and (max-width: 600px) {
    .modal-header {
    font-size: 10px;
	}
}
    
    
.modal-header h2{
  color: black !important;
}

.modal-cta {
    width: 200px;
    margin: 20px auto;
    height: 50px;
    background: black;
    color: white;
    text-decoration; uppercase;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .25s;

}
    
  @media only screen and (max-width: 600px) {
    .modal-cta {
     width: 150px;
    margin: 10px auto;
    height: 30px;
	}
}
    
.modal-cta a {
    color: white!important;
}

.modal-cta:hover {
    cursor: pointer;
    transition: all .25s;
    background: white;
    border: 2px solid black;
    color:  black;
}

.modal-cta:hover a {
    transition: all .25s;
    color: black!important;
}


.modal-body {
    position: relative;
width: 100%;
height: 400px;
  padding: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
    
  @media only screen and (max-width: 600px) {
    .modal-body {
     height: 200px;
      padding: 10px;
	}
}
   


</style>
