.elementor .ocultar-siempre{display:none;}.elementor .tarjeta-clip{width:260px;min-width:260px;overflow:hidden;border-radius:12px;border-width:1px;border-color:#E8E8E8;border-style:solid;background-color:#ffffff;flex-direction:column;/* ==============================
 TARJETA COMPLETA
============================== */

selector {
  width: 260px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  overflow: hidden;
}


/* El shortcode ocupa todo el ancho */

selector .elementor-widget-shortcode {
  width: 100%;
}


/* ==============================
 FICHA INFERIOR
============================== */

selector .producto-clip-ficha {
  width: 100%;
  padding: 14px;
  box-sizing: border-box;
  background: #ffffff;
}


/* ==============================
 FOTO + INFORMACIÓN
============================== */

selector .producto-clip-info {
  display: flex;
  align-items: center;
  gap: 12px;

  width: 100%;

  text-decoration: none !important;
  color: inherit !important;

  margin-bottom: 14px;
}


/* ==============================
 FOTO
============================== */

selector .producto-clip-foto {
  width: 68px;
  min-width: 68px;
  height: 75px;

  display: flex;
  align-items: center;
  justify-content: center;
}

selector .producto-clip-foto img {
  width: 68px !important;
  height: 68px !important;

  object-fit: contain !important;

  margin: 0 !important;
}


/* ==============================
 DATOS
============================== */

selector .producto-clip-datos {
  flex: 1;
  min-width: 0;
}


/* NOMBRE */

selector .producto-clip-nombre {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;

  color: #172033;

  margin-bottom: 7px;
}


/* PRECIO */

selector .producto-clip-precio {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;

  color: #172033;
}


/* Por si WooCommerce agrega estilos al precio */

selector .producto-clip-precio .amount {
  color: #172033;
  font-weight: 700;
}


/* ==============================
 BOTÓN VER PRODUCTO
============================== */

selector .producto-clip-boton {
  display: block;

  width: 100%;
  box-sizing: border-box;

  padding: 12px 10px;

  background: #1737D4;
  color: #ffffff !important;

  border-radius: 6px;

  text-align: center;
  text-decoration: none !important;

  font-size: 14px;
  font-weight: 600;

  transition: 0.2s ease;
}


selector .producto-clip-boton:hover {
  background: #1029a8;
  color: #ffffff !important;
}\n}.elementor .carrusel-ventanav{overflow:hidden;}