/* Páginas con poco contenido: el footer queda al pie del viewport */
#page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: 100dvh;
}

#page > footer {
    margin-top: auto;
}

footer {
    background-color: #1a1816 !important;
    background-image: url('/images/fondo-footer.png');
    background-repeat: repeat;
    background-position: center top;
    background-size: auto;
}

/* Misma textura que el footer — cabeceras de bloque lateral (categorías) y blog */
body.delibreakfast .side-nav-categories .block-title,
body.delibreakfast .sidebar.blog-side .block .widget-title {
    background-color: #1a1816 !important;
    background-image: url('/images/fondo-footer.png');
    background-repeat: repeat;
    background-position: center top;
    background-size: auto;
    color: #FFF !important;
}

    footer .footer-column a,
    footer h3,
    footer h4,
    footer li,
    div.coppyright {
        color: #FFF !important;
    }

footer .footer-column .links a,
footer .footer-column h3 a,
footer .footer-column h4 a {
    color: #fff !important;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.5);
    text-underline-offset: 3px;
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

footer .footer-column .links a:hover,
footer .footer-column h3 a:hover,
footer .footer-column h4 a:hover {
    color: #f5b4ba !important;
    text-decoration-color: var(--color-brand);
}

footer .footer-social-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    margin-top: 8px;
}

footer .footer-social-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

footer .footer-social-list li {
    margin: 0;
    border: none;
    float: none;
}

footer .footer-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: none !important;
    border-radius: 50%;
    background: transparent !important;
    color: #fff !important;
    font-size: 22px;
    line-height: 1;
    padding: 0 !important;
    transition: color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

footer .footer-social-link:hover {
    transform: translateY(-2px);
    color: #fff !important;
}

footer .footer-social-list li:first-child .footer-social-link:hover {
    background: rgba(60, 91, 155, 0.35) !important;
}

footer .footer-social-list li:nth-child(2) .footer-social-link:hover {
    background: rgba(225, 48, 108, 0.35) !important;
}

footer .footer-social-list li:nth-child(3) .footer-social-link:hover {
    background: rgba(189, 8, 28, 0.35) !important;
}

footer .footer-reviews-link {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 6px;
    width: auto !important;
    height: auto !important;
    line-height: normal !important;
    margin: 0 0 0 8px;
    padding: 0 0 0 20px;
    border: none !important;
    border-left: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 0 !important;
    color: #fff !important;
    text-decoration: none !important;
    background: transparent !important;
    transition: opacity 0.2s ease;
}

footer .footer-reviews-link:before {
    display: none !important;
    content: none !important;
}

footer .footer-reviews-link:hover {
    opacity: 0.88;
    color: #fff !important;
    text-decoration: none !important;
}

footer .footer-reviews-stars {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #fff !important;
    font-size: 14px;
    line-height: 1;
}

footer .footer-reviews-stars .fa-star {
    color: #fff !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

footer .footer-reviews-text {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    line-height: 1.2;
    white-space: nowrap;
}

footer .footer-reviews-text .fa-google {
    font-size: 16px;
    color: #fff !important;
}

footer .footer-reviews-text strong {
    font-weight: 700;
}

footer .footer-payment-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-top: 8px;
}

footer .footer-payment-logos .footer-payment-logo {
    display: block;
    height: 22px;
    width: auto;
    min-height: 22px;
    max-width: 88px;
    margin: 0;
    padding: 0;
    border: none !important;
    border-radius: 0;
    background: transparent !important;
    filter: none;
    opacity: 0.95;
    object-fit: contain;
    object-position: left center;
    transition: opacity 0.2s ease;
}

footer .footer-payment-logos .footer-payment-logo:hover {
    opacity: 1;
}

footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
    background: transparent;
}

.mini-cart .basket a span.cart_count {
    background: var(--color-brand);
}

.bestsellers6 .new-label,
.sale-label {
    background: var(--color-brand) !important;
}

.toplinks div.links div a,
.welcome-msg,
.welcome-msg a {
    font-size: 15px !important;
    color: #000 !important;
}

.toplinks div.links div a {
    font-size: 15px !important;
    color: #000 !important;
    font-weight: bold !important;
}

footer .footer-social .fb a,
footer .footer-social .tw a,
footer .footer-social .pin a,
footer .footer-social .footer-social-link:before {
    display: none !important;
}

