/* Ocultar footer por defecto de Blocksy u otros temas comunes para evitar duplicados */
.site-footer, #colophon, .ct-footer, footer[data-id="footer"], .footer-wrap {
    display: none !important;
}

/* Base del SA-Footer */
.sa-footer-wrapper {
    background-color: #050505; /* Negro elegante */
    color: #e0e0e0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    position: relative;
    width: 100%;
    z-index: 100;
    /* Ajuste para el carrito flotante de SA-Pro movido al copyright */
    padding-bottom: 0;
    box-sizing: border-box;
    border-top: 1px solid #222;
}

.sa-footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    gap: 20px;
}

.sa-footer-column {
    flex: 1;
    min-width: 250px;
    box-sizing: border-box;
}

.sa-footer-column h3 {
    color: #ffffff;
    font-size: 1.2rem;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sa-footer-column p {
    line-height: 1.6;
    font-size: 0.95rem;
    color: #b0b0b0;
}

.sa-footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sa-footer-column ul li {
    margin-bottom: 10px;
}

.sa-footer-column ul li a {
    color: #b0b0b0;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 0.95rem;
}

.sa-footer-column ul li a:hover {
    color: #ffffff;
}

.sa-footer-social {
    display: flex;
    gap: 15px;
}

.sa-footer-social li a {
    display: inline-block;
    padding: 5px 0;
}

.sa-footer-bottom {
    background-color: #000000;
    text-align: center;
    padding: 20px;
    padding-bottom: 95px; /* Espacio para el Dock Móvil (Carrito, WA, SAM) */
    font-size: 0.85rem;
    color: #888;
    border-top: 1px solid #1a1a1a;
}
