/** Shopify CDN: Minification failed

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

**/
#countdown-wrapper {
/* Color de fondo */
background-color: #c2c2c0;
/* 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-image: radial-gradient(circle at 50% -20.71%, #a3a7ff 0, #7a8ffc 25%, #3c78f2 50%, #0063e8 75%, #0051de 100%);*/
background-image: radial-gradient(circle at 50% 50%, #ff8800 0, #ff7100 12.5%, #ff5800 25%, #ff3a17 37.5%, #f70725 50%, #e2002d 62.5%, #cf0033 75%, #be0039 87.5%, #ae003f 100%);
/* Color de numeros*/
color: #ffffff;
padding: 5px;
border-radius: 5px;
margin-top: 5px;
margin-bottom: 5px;
text-align: center;