.elementor-14 .elementor-element.elementor-element-f55f798{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-14 .elementor-element.elementor-element-8854b47{--display:flex;}.elementor-14 .elementor-element.elementor-element-ae03846{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-a97b283{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-14 .elementor-element.elementor-element-e7bceda{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-14 .elementor-element.elementor-element-6446cd1{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-14 .elementor-element.elementor-element-779c9ed{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-14 .elementor-element.elementor-element-e548f35{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-ae03846 *//* ===== CONTENEDOR GENERAL ===== */
.products-premium-ui ul.products {
  margin-top: 20px;
}

/* ===== CARD ===== */
.products-premium-ui ul.products li.product {
  background: #f5f7fb;
  border-radius: 18px;
  padding: 16px;
  transition: all 0.3s ease;
  border: 1px solid rgba(0,0,0,0.03);
}

/* HOVER PREMIUM */
.products-premium-ui ul.products li.product:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

/* ===== IMAGEN ===== */
.products-premium-ui ul.products li.product img {
  background: #ffffff;
  border-radius: 14px;
  padding: 20px;
  margin-bottom: 14px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

/* ===== TITULO ===== */
.products-premium-ui ul.products li.product .woocommerce-loop-product__title {
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.4;
  margin-bottom: 6px;
}

/* ===== PRECIO ===== */
.products-premium-ui ul.products li.product .price {
  font-size: 15px;
  font-weight: 700;
  color: #2563eb;
  margin-bottom: 12px;
}

/* ===== OCULTAR BOTÓN ORIGINAL ===== */
.products-premium-ui ul.products li.product a.button {
  display: none !important;
}

/* ===== BOTÓN "VER PRODUCTO" ===== */
.products-premium-ui ul.products li.product .view-product-btn {
  display: block;
  width: 100%;
  border-radius: 999px;
  background: linear-gradient(135deg, #0f172a, #1e293b);
  color: white;
  font-size: 13px;
  font-weight: 600;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  transition: all 0.25s ease;
}

/* HOVER BOTÓN */
.products-premium-ui ul.products li.product .view-product-btn:hover {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  box-shadow: 0 6px 18px rgba(37,99,235,0.3);
}

/* ===== QUITAR SUBRAYADO LINKS ===== */
.products-premium-ui a {
  text-decoration: none !important;
}

/* ===== HOVER PREMIUM AZUL ===== */
.products-premium-ui ul.products li.product {
  position: relative;
  overflow: hidden;
}

/* CAPA DE COLOR (SUAVE) */
.products-premium-ui ul.products li.product::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #157EB1;
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 0;
}

/* ACTIVACIÓN */
.products-premium-ui ul.products li.product:hover::before {
  opacity: 1;
}

/* CONTENIDO ENCIMA */
.products-premium-ui ul.products li.product * {
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}

/* TEXTO BLANCO EN HOVER */
.products-premium-ui ul.products li.product:hover .woocommerce-loop-product__title,
.products-premium-ui ul.products li.product:hover .price {
  color: #ffffff !important;
}

/* IMAGEN MÁS LIMPIA */
.products-premium-ui ul.products li.product:hover img {
  background: rgba(255,255,255,0.15);
  transform: scale(1.05);
}

/* BOTÓN EN HOVER */
.products-premium-ui ul.products li.product:hover .view-product-btn {
  background: #ffffff;
  color: #157EB1;
}

/* SOMBRA MÁS PRO */
.products-premium-ui ul.products li.product:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(21,126,177,0.25);
}/* End custom CSS */