/******* Do not edit this file *******
Code Snippets Manager
Saved: Mar 20 2026 | 14:24:30 */
@charset "UTF-8";
.woocommerce ul.products li.product .button {
  display: inline-block !important;
  width: 200px !important;
  height: 50px !important;
  padding: 6px 12px !important;
  font-size: 14px !important;
  white-space: nowrap;
}
a.add_to_cart_button, a.product_type_variable {
  position: relative !important;
  color: transparent !important;
}
a.add_to_cart_button::before, a.product_type_variable::before {
  content: "Seleccionar" !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  /* ajusta según tu botón */
  width: 100%;
  text-align: center;
  z-index: 2;
}
