.eci-products-section *, 
.eci-products-section *::before, 
.eci-products-section *::after {
    box-sizing: border-box;
}

.eci-products-section { 
    padding: 40px 20px 60px; 
    overflow: hidden; 
    font-family: 'Urbanist', Arial, sans-serif;
}
.eciSwiper { overflow: visible; }

.eci-card {
    position: relative;
    background: #fff;
    border-radius: 0;
    padding: 18px; 
    overflow: hidden;
    transition: transform .45s ease, box-shadow .45s ease;
    border: none;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0,10,35,.15);
    display: flex;
    flex-direction: column;
}
.eci-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0,10,35,.4);
}

.eci-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,115,0,.12), rgba(255,0,0,.03));
    opacity: 0;
    transition: opacity .5s;
    z-index: 1;
    pointer-events: none;
}
.eci-card:hover::before { opacity: 1; }

.eci-shine {
    position: absolute;
    top: -120px;
    left: -120px;
    width: 180px; 
    height: 180px; 
    background: rgba(255,255,255,.25);
    filter: blur(40px);
    transform: rotate(25deg);
    opacity: 0;
    transition: opacity .8s ease, left .8s ease;
    z-index: 2;
    pointer-events: none;
}
.eci-card:hover .eci-shine {
    opacity: 1;
    left: 120%;
}

.eci-brand {
    text-align: center;
    color: #ff6600;
    font-size: 16px; 
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 5px; 
    position: relative;
    z-index: 30; 
    text-shadow: 0 2px 8px rgba(255, 255, 255, 0.9); 
    transition: transform .45s ease;
}
.eci-card:hover .eci-brand {
    transform: translateY(-18px); 
}

.eci-image {
    height: 200px; 
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px; 
    position: relative;
    z-index: 20; 
    transition: transform .45s cubic-bezier(.22,.61,.36,1); 
}
.eci-card:hover .eci-image {
    transform: translateY(-40px); 
}
.eci-image img {
    width: 160px; 
    object-fit: contain;
    transition: transform .5s ease;
    max-width: 100%;
}
.eci-card:hover .eci-image img { 
    transform: scale(1.25); 
}

.eci-content-wrapper {
    position: relative;
    z-index: 3;
    margin-top: auto;
}
.eci-title {
    font-size: 17px; 
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #222;
    margin-bottom: 6px; 
    transition: color .3s ease;
}
.eci-card:hover .eci-title { color: #ff6600; }

.eci-code {
    color: #777;
    font-size: 13px; 
    font-weight: 600;
    margin-bottom: 12px; 
}

.eci-btn {
    width: 100%;
    border: none !important;
    background: #e94e1b;
    color: #fff !important;
    padding: 10px; 
    border-radius: 0;
    font-family: 'Urbanist', Arial, sans-serif;
    font-size: 15px; 
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background .35s ease, transform .35s ease;
}
.eci-btn:hover { background: #e94e1b; transform: scale(1.03); }

.eci-specs-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(160deg, #000a23 0%, #001540 100%);
    border-radius: 0;
    padding: 20px 18px 16px;
    transform: translateY(100%);
    transition: transform .45s cubic-bezier(.22,.61,.36,1);
    z-index: 10; 
}
.eci-card:hover .eci-specs-overlay {
    transform: translateY(0);
}

.eci-specs-title {
    color: #ff6600;
    font-size: 13px; 
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px; 
    border-bottom: 1px solid rgba(255,102,0,.3);
    padding-bottom: 6px;
}

/* RESET FUERTE PARA LAS LISTAS DE ELEMENTOR */
.eci-specs-list {
    list-style: none !important;
    margin: 0 0 12px !important;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 5px; 
}
.eci-specs-list li {
    list-style: none !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px; 
    line-height: 1.2;
    margin: 0 !important;
    padding: 0 !important;
}
.eci-specs-list li .spec-label {
    color: #7b93b8;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.eci-specs-list li .spec-value {
    color: #fff;
    font-weight: 700;
    text-align: right;
    max-width: 55%;
}
.eci-specs-btn {
    width: 100%;
    border: none !important;
    background: #e94e1b;
    color: #fff !important;
    padding: 9px; 
    border-radius: 0;
    font-family: 'Urbanist', Arial, sans-serif;
    font-size: 14px; 
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background .3s ease, transform .3s ease;
}
.eci-specs-btn:hover { background: #e05500; transform: scale(1.02); }

@media(max-width:768px){
    .eci-title { font-size: 16px; } 
    .eci-image { height: 220px; } 
    .eci-image img { width: 180px; max-width: 70%; } 
    .eci-specs-list li { font-size: 12px; }
}