/** Shopify CDN: Minification failed

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

**/
#countdown-wrapper {
 /* Color de fondo */
  background-color: #d3d7ce;
 /* 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%, #a3a7f f 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;
