.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-58f53e7-font-family:"Helvetica";--e-global-typography-58f53e7-font-size:14px;--e-global-typography-58f53e7-font-weight:600;--e-global-typography-58f53e7-letter-spacing:-0.9px;--e-page-transition-entrance-animation:e-page-transition-fade-out-left;--e-page-transition-exit-animation:e-page-transition-fade-in-right;--e-page-transition-animation-duration:1500ms;}.elementor-kit-6 e-page-transition{background-color:#000000;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Ocultar cursor nativo */
body * {
  cursor: none !important;
}

/* Cursor personalizado */
.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 2147483647;
}

.custom-cursor img {
  width: 100%;
  height: 100%;
  transform: rotate(0deg);
  transition: transform 0.1s linear;
}

/* Estelas */
.trail {
  position: fixed;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 2147483646;
  animation: fadeOut 0.6s forwards;
}

.trail-white {
  background: radial-gradient(circle, rgba(255,255,255,0.8) 0%, rgba(200,200,200,0) 80%);
}

.trail-black {
  background: radial-gradient(circle, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 80%);
}

@keyframes fadeOut {
  from { opacity: 1; transform: scale(1); }
  to { opacity: 0; transform: scale(3); }
}

/* Ocultar cursor en móviles */
@media (max-width: 1024px) {
  .custom-cursor,
  .trail {
    display: none !important;
  }
}

#Preloader {
  display: none;
  position: fixed;
  inset: 0;
  background: #000;
  color: #fff;
  font-family: "Courier New", monospace;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999 !important;
  opacity: 1;
  transition: opacity 0.8s ease;
}

#Preloader.hidden {
  opacity: 0;
  pointer-events: none;
}

.wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: left; /* alineado interno a la izquierda */
  display: inline-block;
  line-height: 1.3;
}

.line span {
  font-size: 1.2rem;
  white-space: pre;
}

.cursor {
  display: inline-block;
  animation: blink 0.6s steps(1) infinite;
}

.subtext {
  font-size: 0.9rem;
  margin-top: 0.3rem;
  text-transform: uppercase;
  opacity: 0;
}

@keyframes blink {
  0%,50%,100% { opacity: 1; }
  25%,75% { opacity: 0; }
}

/* Contenedor principal */
.woocommerce-order {
    max-width: 800px;
    margin: 40px auto;
    padding: 40px;
    background: #fff; /* fondo blanco */
    color: #111;      /* texto negro oscuro */
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    font-family: 'Inter', sans-serif;
}

/* Mensaje de agradecimiento */
.woocommerce-order .woocommerce-thankyou-order-received {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
    color: #111;
}

/* Detalles del pedido */
.woocommerce-order .order_details {
    background: #f9f9f9; /* gris muy claro para contraste */
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 25px;
}

/* Tabla de productos */
.woocommerce-order .woocommerce-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 25px;
}

.woocommerce-order .woocommerce-table th,
.woocommerce-order .woocommerce-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #e0e0e0;
    color: #111;
}

.woocommerce-order .woocommerce-table th {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

/* Total y subtotales */
.woocommerce-order .woocommerce-table tfoot tr th,
.woocommerce-order .woocommerce-table tfoot tr td {
    font-weight: 700;
    font-size: 16px;
}

/* Botones de acción (Ver carrito / Seguir comprando) */
.woocommerce-order .woocommerce-order-actions a.button {
    display: inline-block;
    background: #111; /* negro elegante */
    color: #fff;     /* texto blanco */
    padding: 12px 25px;
    margin: 10px 5px 0 0;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.woocommerce-order .woocommerce-order-actions a.button:hover {
    background: #1abc9c; /* color de hover suave */
    color: #fff;
}

/* Información adicional (dirección, método de pago) */
.woocommerce-order .woocommerce-customer-details {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    margin-top: 25px;
}

.woocommerce-order .woocommerce-customer-details h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

/* Enlaces dentro de la Thank You Page */
.woocommerce-order a {
    color: #111;
    text-decoration: none;
    transition: color 0.3s ease;
}

.woocommerce-order a:hover {
    color: #1abc9c;
    text-decoration: underline;
}

/* Responsive */
@media(max-width: 768px){
    .woocommerce-order {
        padding: 20px;
        margin: 20px;
    }

    .woocommerce-order .woocommerce-table th,
    .woocommerce-order .woocommerce-table td {
        padding: 10px;
    }
}/* End custom CSS */