/** Shopify CDN: Minification failed

Line 66:0 All "@import" rules must come first

**/
/* ----------------------------------------------------
   COVENANT PASSWORD PAGE — FINAL PREMIUM VERSION
---------------------------------------------------- */

:root{
  --white:#fff;
  --muted:rgba(255,255,255,.65);
}

/* Fullscreen */
.covenant-password-section{
  width:100%;
  min-height:100vh;
  overflow-x:hidden;
  overflow-y:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
  margin:0;

  background-color:#000 !important;
  background-size:cover !important;
  background-position:center !important;
}

/* Dynamic background */
.covenant-password-section{
  background: var(--bg-image, #000);
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}

.covenant-password-inner{
  width:100%;
  max-width:360px;
  padding:34px 16px;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:26px;
  text-align:center;
  color:var(--white);
}

/* LOGO */
.covenant-logo{
  width:120px;
  height:auto;
  display:block;
  margin-bottom:6px;
}

/* FONT FIX */
body, input, button, a, p, span{
  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

/* TÍTULO */
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');

.coming{
  font-family:'Archivo Black',sans-serif !important;
  font-size:40px;
  font-weight:900;
  letter-spacing:2px;
  color:var(--white);
  margin:8px 0 10px 0;
}

/* COUNTDOWN */
#countdown{
  display:flex;
  gap:18px;
  margin-bottom:18px;
}

#countdown span{
  font-size:30px;
  font-weight:700;
  color:#fff;
}

/* PASSWORD INPUT */
.pw-input{
  width:230px;
  background:transparent;
  border:none;
  border-bottom:1px solid rgba(255,255,255,0.35);
  padding:8px 6px;
  font-size:15px;
  text-align:center;
  color:#fff;
  outline:none;
  transition:border-color .2s ease;
}

.pw-input::placeholder{
  color:rgba(255,255,255,0.45);
}

.pw-input:focus{
  border-bottom:1px solid #fff;
}

.pw-btn{
  display:none;
}

/* TEXT */
.early-access{
  font-size:13px;
  opacity:0.85;
  margin-top:5px;
  margin-bottom:1px;
}

/* SUBSCRIBE */
.covenant-subscribe-box{
  width:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:16px;
  margin-top:1px;
}

.subscribe-pill{
  width:260px;
  background:#fff;
  display:flex;
  align-items:center;
  border-radius:26px;
  padding:2px 6px 2px 14px;
}

.subscribe-pill-input{
  flex:1;
  background:transparent;
  border:none;
  padding:10px 6px;
  font-size:14px;
  color:#000;
  outline:none;
}

.subscribe-pill-input::placeholder{
  color:#00000075;
}

.subscribe-pill-btn{
  background:#000;
  border:none;
  width:40px;
  height:40px;
  border-radius:20px;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  transition:opacity .2s ease, transform .2s ease;
}

.subscribe-pill-btn:hover{
  opacity:.9;
  transform:scale(.96);
}

.subscribe-pill-btn .arrow{
  color:#fff;
  font-size:18px;
  margin-left:1px;
}

/* SUCCESS MESSAGE */
.subscribe-success{
  color:#00ffae;
  margin-top:12px;
  font-size:14px;
  text-align:center;
}

.subscribe-error{
  color:#ff6b6b;
  margin-top:12px;
  font-size:14px;
  text-align:center;
}

/* RESPONSIVE */
@media(max-width:480px){
  .covenant-password-inner{
    max-width:88%;
    gap:24px;
    padding:28px 12px;
  }

  .coming{
    font-size:32px;
  }

  #countdown span{
    font-size:26px;
  }

  .subscribe-pill{
    width:220px;
  }
}

/* Hace que TODA la pantalla sea ocupada por el fondo */
html, body {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  height: 100%;
  background: #000;
}

/* Shopify mete un wrapper */
body.template-password,
.template-password main,
.template-password #MainContent,
.template-password .shopify-section {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  height: 100%;
}

/* Contenedor principal */
.covenant-password-section {
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Evita scroll interno */
.covenant-password-inner {
  width: 100%;
  max-width: 600px;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

/* =========================================
   🔥 FIX FINAL — SOLO CELULAR
   PC NO SE TOCA
========================================= */
@media (max-width: 768px) {

  .covenant-password-inner {
    transform: translateY(-8vh);
  }

}
