/** Shopify CDN: Minification failed

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

**/
#countdown-wrapper {
/* Color de fondo */
background-image: linear-gradient(0, #ffc31a 0, #ffb42b 8.33%, #ffa338 16.67%, #ff9143 25%, #ff7d4b 33.33%, #ff6851 41.67%, #f25353 50%, #d94053 58.33%, #c23054 66.67%, #ae2455 75%, #9d1c56 83.33%, #8e1859 91.67%, #81195d 100%);/* Color fuente – textos */
color: #FFFFFF;
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%);
/* Color de numeros*/
color: #ffffff;
padding: 5px;
border-radius: 5px;
margin-top: 5px;
margin-bottom: 5px;
text-align: center;

