.elementor-1769 .elementor-element.elementor-element-f9a9fc0{--spacer-size:50px;}/* Start custom CSS for shortcode, class: .elementor-element-cdbfa58 */.product-pro-custom {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  max-width: 1200px;
  margin: auto;
  padding: 80px 20px;
  position: relative;
}

/* GLOW */
.product-pro-custom::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(21,126,177,0.2), transparent);
  top: -120px;
  right: -120px;
  filter: blur(120px);
}

/* IMAGE */
.image-box {
  background: #f8fafc;
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.05);
  text-align: center;
}

.image-box img {
  max-width: 100%;
  transition: 0.4s;
}

.image-box:hover img {
  transform: scale(1.05);
}

/* RIGHT */
.product-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* BADGE */
.badge {
  background: rgba(21,126,177,0.1);
  color: #157EB1;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 13px;
  width: fit-content;
  margin-bottom: 15px;
}

/* TITLE */
.title {
  font-size: 34px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 15px;
}

/* PRICE */
.price {
  font-size: 32px;
  font-weight: 700;
  color: #157EB1;
  margin-bottom: 15px;
}


/* FEATURES */
.features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 25px;
}

.features div {
  font-size: 14px;
}

/* BUTTON */
.btn-main {
  display: inline-block;
  padding: 16px 26px;
  border-radius: 14px;
  background: linear-gradient(135deg, #157EB1, #1d4ed8);
  color: white;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.btn-main:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(21,126,177,0.3);
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .product-pro-custom {
    grid-template-columns: 1fr;
  }
}

/* ===== TRUST BOX ===== */
.trust-box {
  background: #f1f5f9;
  border-radius: 16px;
  padding: 16px;
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* ITEM */
.trust-item {
  font-size: 14px;
  color: #334155;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* ICONO MÁS LIMPIO */
.trust-item span {
  line-height: 1.4;
}

/* EFECTO SUTIL */
.trust-box:hover {
  background: #e2e8f0;
  transition: 0.3s;
}

/* ===== SOCIAL PROOF ===== */
.social-proof {
  margin-top: 15px;
  font-size: 13px;
  color: #16a34a;
  font-weight: 600;
}

/* ===== URGENCIA ===== */
.urgency {
  background: rgba(255, 183, 0, 0.15);
  color: #92400e;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 13px;
  margin-bottom: 15px;
}

/* ===== TRUST BOX ===== */
.trust-box {
  background: #f1f5f9;
  border-radius: 16px;
  padding: 16px;
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.trust-item {
  font-size: 14px;
  color: #334155;
}

/* ===== CTA MÁS POTENTE ===== */
.btn-main {
  display: inline-block;
  padding: 18px 26px;
  border-radius: 14px;
  background: linear-gradient(135deg, #157EB1, #1d4ed8);
  color: white;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
  font-size: 15px;
}

.btn-main:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(21,126,177,0.35);
}

/* ===== SEGURIDAD ===== */
.secure-note {
  margin-top: 12px;
  font-size: 12px;
  color: #64748b;
}

/* REVIEWS */
.reviews {
  margin: 20px 0;
  font-size: 13px;
  color: #475569;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* CTA PRINCIPAL MÁS FUERTE */
.btn-main {
  display: inline-block;
  padding: 18px 26px;
  border-radius: 14px;
  background: linear-gradient(135deg, #157EB1, #1d4ed8);
  color: white;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
  font-size: 15px;
}

.btn-main:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(21,126,177,0.35);
}

/* STICKY CTA */
.sticky-cta {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: linear-gradient(135deg, #157EB1, #1d4ed8);
  color: white;
  padding: 14px 18px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  z-index: 9999;
  transition: 0.3s;
}

.sticky-cta:hover {
  transform: scale(1.05);
}/* End custom CSS */
/* Start custom CSS *//* ===== CONTENEDOR GENERAL ===== */
.single-product .elementor-widget-woocommerce-product-images,
.single-product .elementor-widget-woocommerce-product-title,
.single-product .elementor-widget-woocommerce-product-price {
  position: relative;
  z-index: 2;
}

/* ===== LAYOUT GENERAL ===== */
.single-product .elementor-section {
  position: relative;
}

/* ===== FONDO PRO ===== */
.single-product .elementor-section::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(21,126,177,0.2), transparent);
  top: -120px;
  right: -120px;
  filter: blur(120px);
  z-index: 0;
}

/* ===== IMAGEN PRODUCTO ===== */
.single-product .woocommerce-product-gallery {
  background: #f8fafc;
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.05);
  transition: 0.4s;
}

.single-product .woocommerce-product-gallery:hover {
  transform: translateY(-6px);
}

/* ===== TITULO ===== */
.single-product .product_title {
  font-size: 34px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.2;
  margin-bottom: 15px;
}

/* ===== PRECIO ===== */
.single-product .price {
  font-size: 30px;
  font-weight: 700;
  color: #157EB1;
  margin-bottom: 15px;
}

/* ===== DESCRIPCIÓN ===== */
.single-product .woocommerce-product-details__short-description {
  color: #64748b;
  margin-bottom: 20px;
}

/* ===== LISTA (ICON LIST ELEMENTOR) ===== */
.single-product .elementor-icon-list-item {
  font-size: 14px;
  color: #334155;
}

/* ===== BOTÓN PRINCIPAL ===== */
.single-product .single_add_to_cart_button,
.single-product .elementor-button {
  background: linear-gradient(135deg, #157EB1, #1d4ed8);
  border-radius: 14px;
  padding: 16px 26px;
  color: white;
  font-weight: 600;
  border: none;
  transition: 0.3s;
}

/* HOVER */
.single-product .single_add_to_cart_button:hover,
.single-product .elementor-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(21,126,177,0.3);
}

/* ===== OCULTAR BASURA ===== */
.single-product .product_meta {
  display: none;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .single-product .elementor-section {
    padding: 40px 20px;
  }

  .single-product .product_title {
    font-size: 26px;
  }
}/* End custom CSS */