/** Shopify CDN: Minification failed

Line 52:19 Expected "}" to go with "{"

**/
#countdown-wrapper {
/* Color de fondo */
background-color: white;
/* Color fuente - textos */
color: #1e1e1e;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
font-size: 18px;
}
#countdown-header {
padding: 1px;
text-align: center;
font-size: 22px;
font-weight: bold;
}
#countdown-header2 {
padding: 1px;
font-size: 12px;
text-align: center;
}
#countdown {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
font-size: 10px;
text-align: center;
}
#countdown > div {
flex-direction: column;
align-items: center;
margin: 0 10px;
}
#countdown > div > span {
font-size: 25px;
font-weight: bold;
/* Color de fondo de numeros */
background-color: RED;
/* Color de numeros*/
color: #ffffff;
padding: 5px;
border-radius: 5px;
margin-top: 5px;
margin-bottom: 5px;
text-align: center;