/** Shopify CDN: Minification failed

Line 11:0 Expected identifier but found "<"
Line 155:0 Unexpected "="
Line 299:1 Unexpected ">"

**/
/* Countdown Timer Styles - Desarrollado por @Elkingarc_ia */

.countdown-timer-section {
<<<<<<< HEAD
  text-align: center;
  padding: 10px 0;
}

.countdown-timer-wrapper {
  font-size: 16px;
  font-weight: 700;
  line-height: 19.7px;
  letter-spacing: -0.01em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: nowrap;
}

.countdown-timer-text {
  font-size: 16px;
  font-weight: 700;
  margin-right: 15px;
  white-space: nowrap;
  flex-shrink: 0;
}

.countdown-timer-clock {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  gap: 2px;
}

.countdown-timer-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  width: var(--box-width, 2.5rem);
  height: var(--box-height, 3rem);
  margin: 0 2px;
  padding: 3px;
  font-size: 12px;
  line-height: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.countdown-timer-number {
  font-size: var(--counter-number-size, 14px);
  font-weight: 900;
  line-height: 1;
  color: var(--counter-text-color, inherit);
}

.countdown-timer-label {
  font-size: var(--counter-label-size, 10px);
  line-height: 1;
  text-transform: uppercase;
  color: var(--counter-text-color, inherit);
  opacity: 0.9;
}

.countdown-timer-separator {
  padding: 0 0.15rem;
  font-weight: 800;
  font-size: 18px;
  color: var(--counter-text-color, inherit);
}

/* Responsive Design */
@media (max-width: 740px) {
  .countdown-timer-wrapper {
    font-size: 14px;
    gap: 0.8rem;
  }
  
  .countdown-timer-text {
    font-size: 14px;
    margin-right: 10px;
  }
  
  .countdown-timer-box {
    width: var(--box-width, 2rem);
    height: var(--box-height, 2.5rem);
  }
  
  .countdown-timer-number {
    font-size: var(--counter-number-size, 12px);
  }
  
  .countdown-timer-label {
    font-size: var(--counter-label-size, 8px);
  }
  
  .countdown-timer-separator {
    font-size: 16px;
    padding: 0 0.1rem;
  }
}

@media (max-width: 479px) {
  .countdown-timer-wrapper {
    gap: 0.5rem;
  }
  
  .countdown-timer-text {
    font-size: 13px;
    margin-right: 8px;
  }
  
  .countdown-timer-box {
    width: var(--box-width, 1.8rem);
    height: var(--box-height, 2.2rem);
  }
  
  .countdown-timer-number {
    font-size: var(--counter-number-size, 11px);
  }
  
  .countdown-timer-label {
    font-size: var(--counter-label-size, 7px);
  }
  
  .countdown-timer-separator {
    font-size: 14px;
    padding: 0 0.05rem;
  }
}

@media (max-width: 360px) {
  .countdown-timer-box {
    width: var(--box-width, 2rem);
    height: var(--box-height, 2.5rem);
  }
  
  .countdown-timer-number {
    font-size: var(--counter-number-size, 11px);
  }
  
  .countdown-timer-label {
    font-size: var(--counter-label-size, 7px);
  }
}
=======
    text-align: center;
    padding: 10px 0;
  }
  
  .countdown-timer-wrapper {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.7px;
    letter-spacing: -0.01em;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex-wrap: nowrap;
  }
  
  .countdown-timer-text {
    font-size: 16px;
    font-weight: 700;
    margin-right: 15px;
    white-space: nowrap;
    flex-shrink: 0;
  }
  
  .countdown-timer-clock {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    gap: 2px;
  }
  
  .countdown-timer-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    width: var(--box-width, 2.5rem);
    height: var(--box-height, 3rem);
    margin: 0 2px;
    padding: 3px;
    font-size: 12px;
    line-height: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  }
  
  .countdown-timer-number {
    font-size: var(--counter-number-size, 14px);
    font-weight: 900;
    line-height: 1;
    color: var(--counter-text-color, inherit);
  }
  
  .countdown-timer-label {
    font-size: var(--counter-label-size, 10px);
    line-height: 1;
    text-transform: uppercase;
    color: var(--counter-text-color, inherit);
    opacity: 0.9;
  }
  
  .countdown-timer-separator {
    padding: 0 0.15rem;
    font-weight: 800;
    font-size: 18px;
    color: var(--counter-text-color, inherit);
  }
  
  /* Responsive Design */
  @media (max-width: 740px) {
    .countdown-timer-wrapper {
      font-size: 14px;
      gap: 0.8rem;
    }
    
    .countdown-timer-text {
      font-size: 14px;
      margin-right: 10px;
    }
    
    .countdown-timer-box {
      width: var(--box-width, 2rem);
      height: var(--box-height, 2.5rem);
    }
    
    .countdown-timer-number {
      font-size: var(--counter-number-size, 12px);
    }
    
    .countdown-timer-label {
      font-size: var(--counter-label-size, 8px);
    }
    
    .countdown-timer-separator {
      font-size: 16px;
      padding: 0 0.1rem;
    }
  }
  
  @media (max-width: 479px) {
    .countdown-timer-wrapper {
      gap: 0.5rem;
    }
    
    .countdown-timer-text {
      font-size: 13px;
      margin-right: 8px;
    }
    
    .countdown-timer-box {
      width: var(--box-width, 1.8rem);
      height: var(--box-height, 2.2rem);
    }
    
    .countdown-timer-number {
      font-size: var(--counter-number-size, 11px);
    }
    
    .countdown-timer-label {
      font-size: var(--counter-label-size, 7px);
    }
    
    .countdown-timer-separator {
      font-size: 14px;
      padding: 0 0.05rem;
    }
  }
  
  @media (max-width: 360px) {
    .countdown-timer-box {
      width: var(--box-width, 2rem);
      height: var(--box-height, 2.5rem);
    }
    
    .countdown-timer-number {
      font-size: var(--counter-number-size, 11px);
    }
    
    .countdown-timer-label {
      font-size: var(--counter-label-size, 7px);
    }
  }
>>>>>>> main
