.elementor-27343 .elementor-element.elementor-element-3f88f871{--display:flex;}.elementor-27343 .elementor-element.elementor-element-25d6fa30{width:100%;max-width:100%;}.elementor-27343 .elementor-element.elementor-element-3dc63401{width:100%;max-width:100%;}.elementor-27343 .elementor-element.elementor-element-3dc63401 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-27343 .elementor-element.elementor-element-3dc63401.elementor-element{--align-self:flex-start;}.elementor-27343 .elementor-element.elementor-element-b963790{--display:flex;}/* Start custom CSS */.woocommerce-breadcrumb {
        padding-top: 1rem;
        padding-bottom: 1rem;
        display: none;
    }
    /* ============================================================
   SURF SERIES - LUXURY UPGRADE
   ============================================================ */

/* 1. EFECTO DE REVELADO SUAVE AL HACER SCROLL */
.series-hero, .series-system-light, .series-weber-dark, .series-metrics-light, .series-catalog-real {
    animation: luxuryReveal 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}

@keyframes luxuryReveal {
    from { opacity: 0; transform: translateY(40px); }
    to { opacity: 1; transform: translateY(0); }
}

/* 2. TRATAMIENTO DE IMÁGENES TIPO ESTUDIO */
.system-visual-side img, .weber-visual img, .metrics-visual img {
    filter: contrast(1.1) brightness(0.95);
    transition: all 0.6s ease;
    border-radius: 2px;
}

.system-visual-side:hover img, .weber-visual:hover img {
    filter: contrast(1.2) brightness(1.05);
    transform: scale(1.02);
}

/* 3. TOQUE GOLD EN LOS PRECIOS Y TÍTULOS */
.woocommerce-products-luxury .price ins {
    text-decoration: none;
    background: rgba(200, 169, 126, 0.1);
    padding: 2px 10px;
    border: 1px solid var(--iwood-gold);
}

/* 4. ANIMACIÓN DE LA LÍNEA DE "ESTATUS" */
.m-card {
    position: relative;
    overflow: hidden;
}

.m-card::before {
    content: '';
    position: absolute;
    top: 0; left: -100%;
    width: 100%; height: 2px;
    background: linear-gradient(90deg, transparent, #C8A97E, transparent);
    animation: scanLine 6s infinite;
}

@keyframes scanLine {
    0% { left: -100%; }
    20% { left: 100%; }
    100% { left: 100%; }
}

/* 5. DISEÑO DE BOTONES DE FILTRO (Si los usas) */
.woocommerce-ordering select {
    border: 1px solid rgba(0,0,0,0.1) !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    border-radius: 0 !important;
    padding: 10px !important;
}

/* 6. RESPONSIVE REFINADO */
@media (max-width: 768px) {
    .series-title { font-size: 48px !important; letter-spacing: -2px !important; }
    .woocommerce-products-luxury ul.products { grid-template-columns: 1fr !important; }
}

/* ============================================================
   REJILLA PARAMÉTRICA IWOOD - VERSIÓN FINAL BLINDADA
   ============================================================ */

/* Contenedor de la rejilla para forzar orden */
.woocommerce-products-luxury ul.products {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 40px !important;
    padding: 20px 0 !important;
}

/* La Tarjeta de Producto */
.woocommerce ul.products li.product {
    background: #ffffff !important;
    border: 1px solid rgba(200, 169, 126, 0.2) !important;
    padding: 30px !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    min-height: 600px !important; /* Forzamos altura para que todo quepa */
    transition: all 0.4s ease !important;
    position: relative !important;
    overflow: visible !important;
}

/* MARCO PARAMÉTRICO (Esquinas) */
.woocommerce ul.products li.product::before {
    content: "";
    position: absolute;
    top: -2px; left: -2px;
    width: 30px; height: 30px;
    border-top: 3px solid #C8A97E;
    border-left: 3px solid #C8A97E;
    z-index: 10;
}

.woocommerce ul.products li.product::after {
    content: "";
    position: absolute;
    bottom: -2px; right: -2px;
    width: 30px; height: 30px;
    border-bottom: 3px solid #C8A97E;
    border-right: 3px solid #C8A97E;
    z-index: 10;
}

/* Hover de la tarjeta */
.woocommerce ul.products li.product:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(12, 26, 42, 0.1) !important;
    border-color: #C8A97E !important;
}

/* Arreglo del Título */
.woocommerce-loop-product__title {
    font-size: 18px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    color: #0C1A2A !important;
    margin: 20px 0 !important;
    line-height: 1.2 !important;
    min-height: 45px !important;
}

/* Arreglo del Precio y Texto de IVA */
.woocommerce ul.products li.product .price {
    font-family: monospace !important;
    color: #0C1A2A !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    display: block !important;
}

/* FIX DEL BOTÓN (Imagen 4) */
.woocommerce ul.products li.product .button {
    margin-top: auto !important; /* Empuja el botón al final */
    background: #0C1A2A !important;
    color: #F2F2F0 !important;
    padding: 20px !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: 2px !important;
    border-radius: 0px !important;
    text-align: center !important;
    display: block !important;
    width: 100% !important;
    border: 1px solid #C8A97E !important;
    line-height: 1 !important;
    height: auto !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.woocommerce ul.products li.product .button:hover {
    background: #C8A97E !important;
    color: #0C1A2A !important;
}

/* Imagen del Producto */
.woocommerce-loop-product__link img {
    margin-bottom: 20px !important;
    filter: contrast(1.05);
}
.wk-scanner-line {
    width: 100%;
    height: 3px;
    background: rgba(200, 169, 126, 0.1);
    position: relative;
    overflow: hidden;
    margin: 40px 0;
}
.scanner-glow {
    position: absolute;
    width: -150px;
    height: 100%;
    background: linear-gradient(90deg, transparent, #C8A97E, transparent);
    animation: kitt-scan 3s infinite ease-in-out;
}
@keyframes kitt-scan {
    0% { left: -150px; }
    50% { left: calc(100% + 150px); }
    100% { left: -150px; }
}
.section-blueprint {
    background-image: 
        linear-gradient(rgba(200, 169, 126, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(200, 169, 126, 0.05) 1px, transparent 1px);
    background-size: 30px 30px; /* Tamaño de la cuadrícula */
}
.section-blueprint {
    background-image: 
        linear-gradient(rgba(200, 169, 126, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(200, 169, 126, 0.05) 1px, transparent 1px);
    background-size: 30px 30px; /* Tamaño de la cuadrícula */
}
.btn-path:hover::before, .filter-pill-v3:hover::before {
    content: "LAT: 36.52 // LONG: -6.28"; /* Coordenadas reales de donde estés o de IWOOD */
    position: absolute;
    top: -20px;
    left: 0;
    font-family: monospace;
    font-size: 8px;
    color: #C8A97E;
    letter-spacing: 1px;
    animation: fadeIn 0.3s forwards;
}
.body.elementor-page-27343-title span {
    position: relative;
    display: inline-block;
}
.body.elementor-page-27343-title span:hover {
    animation: tech-glitch 0.2s cubic-bezier(.25,.46,.45,.94) both infinite;
}

@keyframes tech-glitch {
    0% { transform: translate(0); }
    20% { transform: translate(-2px, 2px); }
    40% { transform: translate(-2px, -2px); }
    60% { transform: translate(2px, 2px); }
    80% { transform: translate(2px, -2px); }
    100% { transform: translate(0); }
}/* End custom CSS */