/* General */
body.black-friday-oficial {
    background-color: #000000; /* Fondo completamente negro */
    color: #ffffff; /* Texto completamente blanco */
    transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
}

header.black-friday-oficial,
footer.black-friday-oficial {
    background-color: #000000 !important; /* Fondo completamente negro */
    color: #ffffff !important; /* Texto blanco */
    transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
}
/* Ajuste para cualquier fondo residual */
html, body {
    background-color: #000000 !important;
}
/* Ajustes generales */
body.black-friday-oficial .wrap,
body.black-friday-oficial .content-area,
body.black-friday-oficial .entry-content,
body.black-friday-oficial .hentry {
    background-color: #000000 !important;
    color: #ffffff !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Breadcrumb oculto */
.storefront-breadcrumb {
    display: none;
}

/* Submenús */
.sub-menu {
    color: #ffffff; /* Texto blanco en los submenús */
}

/* Enlaces */
a {
    color: #ffffff; /* Color de enlaces */
    text-decoration: none;
}

a:hover {
    color: #ff0000; /* Enlaces en rojo al pasar el ratón */
    text-decoration: underline;
}
