/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 31 2025 | 13:13:44 */
/* Contenedor común */
.xw-login-wrap { text-align:center; }

/* Botón en el loop (tienda/categorías) */
.woocommerce ul.products li.product .xw-login-btn{
  display:flex; align-items:center; justify-content:center; gap:.5rem;
  padding:.6rem .9rem; border-radius:999px; font-weight:600; line-height:1.2;
  width:100%; margin-top:.35rem; text-decoration:none;
}

/* Icono */
.woocommerce ul.products li.product .xw-login-btn svg{ flex:0 0 auto; }

/* Alturas uniformes */
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .xw-login-btn{ min-height:42px; }

/* En la ficha de producto */
.single-product .xw-login-btn{
  display:inline-flex; align-items:center; gap:.5rem;
  margin:8px 0 0; padding:.6rem .9rem; border-radius:999px;
}

/* Subtexto */
.xw-login-subtext{
  display:block; margin-top:.4rem; font-size:.9rem; opacity:.85;
}
.xw-login-subtext a{ font-weight:600; text-decoration:underline; }


