/* ========================================
   FOOTER - Base
   ======================================== */
#wrapper-footer-colophon
{
    background-color: #141820;
    color: #ffffff;
    margin-top: auto;
    padding: 0 !important;
}
footer .bi-whatsapp::before
{
    font-size: 1rem;
}
.footer-accent-bar
{
    height: 3px;
    background: linear-gradient(90deg, transparent, #8E2C3B 50%, transparent);
}

/* ========================================
   FOOTER - Main content area
   ======================================== */
.footer-main
{
    padding: 3rem 1rem 2rem;
}

#wrapper-footer-colophon .footer-main a,
#wrapper-footer-colophon .footer-main p
{
    font-size: 0.9375rem !important;
    color: #ffffff;
    line-height: 1.7;
}

#wrapper-footer-colophon .footer-main a
{
    text-decoration: none;
    transition: color 0.25s ease;
}

#wrapper-footer-colophon .footer-main a:hover
{
    color: #8E2C3B;
}

/* ========================================
   FOOTER - Headings
   ======================================== */
.footer-columns h2,
.site-footer h2
{
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #fff;
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: 0.6rem;
}

.footer-columns h2::after,
.site-footer h2::after
{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #8E2C3B;
    border-radius: 1px;
}

/* ========================================
   FOOTER - Lists & columns
   ======================================== */
.footer-columns ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-columns ul li
{
    margin-bottom: 0.4rem;
}

.footer-columns ul li a
{
    color: #ffffff;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.25s ease, padding-left 0.25s ease;
}

.footer-columns ul li a:hover
{
    color: #8E2C3B;
    padding-left: 4px;
}

/* ========================================
   FOOTER - Social icons
   ======================================== */
.social-icons ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 0.75rem;
}

.social-icons ul li a
{
    color: #ffffff;
    transition: color 0.25s ease, transform 0.25s ease;
    display: inline-flex;
}

.social-icons ul li a:hover
{
    color: #8E2C3B;
    transform: translateY(-2px);
}

#wrapper-footer-colophon .footer-main i.bi
{
    color: #ffffff;
    font-size: 1.5rem;
    transition: color 0.25s ease, transform 0.25s ease;
}

#wrapper-footer-colophon .footer-main i.bi:hover
{
    color: #8E2C3B;
    transform: translateY(-2px);
}

/* ========================================
   FOOTER - Contact info section
   ======================================== */
#wrapper-footer-colophon #block-8 p,
#wrapper-footer-colophon #block-8 a
{
    font-size: 1.0625rem !important;
    color: #ffffff !important;
}

#wrapper-footer-colophon #block-8 i.bi
{
    display: block;
    margin-bottom: 0.35rem;
    font-size: 1.4rem;
    color: #ffffff;
}

#wrapper-footer-colophon #block-8 h2
{
    font-size: 0.875rem !important;
    color: #ffffff;
}

.site-footer h2[style*="font-size"]
{
    font-size: 1rem !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* ========================================
   FOOTER - Email input
   ======================================== */
#wrapper-footer-colophon .footer-join-email h2
{
    font-size: 1.2rem;
    margin-bottom: 0;
    color: #fff;
}

.footer-email-input
{
    height: 46px;
    position: relative;
}

#wrapper-footer-colophon input
{
    padding: 0.5rem 3.5rem 0.5rem 1rem;
    height: 100%;
    border-radius: 4px;
    border: 1px solid rgba(176, 150, 83, 0.4);
    background-color: rgba(255, 255, 255, 0.05);
    color: #fff;
    font-size: 0.85rem;
    transition: border-color 0.25s ease;
}

#wrapper-footer-colophon input:focus
{
    border-color: #8E2C3B;
    outline: none;
}

.footer-email-input::after
{
    content: "\F135";
    font-family: "bootstrap-icons";
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    color: #8E2C3B;
}

/* ========================================
   FOOTER - Divider
   ======================================== */
.footer-hr
{
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin: 1.5rem 0;
}

/* ========================================
   FOOTER - Store locator button
   ======================================== */
.store-locator,
.store-locator:hover
{
    background-color: transparent;
    color: #fff;
    padding: 0.5rem 1.25rem;
    border: 1px solid rgba(176, 150, 83, 0.5);
    border-radius: 4px;
    transition: all 0.3s ease;
    font-size: 0.85rem;
}

.store-locator:hover
{
    background-color: #8E2C3B;
    border-color: #8E2C3B;
    color: #fff;
}

/* ========================================
   FOOTER - Nav menu links
   ======================================== */
.footer-nav-menu a,
.footer-widget.widget_nav_menu .menu a
{
    color: #ffffff;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: color 0.25s ease;
}

.footer-nav-menu a:hover,
.footer-widget.widget_nav_menu .menu a:hover
{
    color: #8E2C3B;
}

/* ========================================
   FOOTER - Contact / WhatsApp
   ======================================== */
.footer-contact-wrap
{
    padding: 0.5rem 1rem 1rem;
    text-align: center;
}

.footer-contact
{
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.footer-whatsapp-link
{
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #ffffff;
    text-decoration: none;
    font-size: 1rem;
    transition: color 0.25s ease;
}

.footer-whatsapp-link:hover
{
    color: #25d366;
}

.footer-whatsapp-link i.bi-whatsapp
{
    font-size: 1.3rem;
    color: #25d366;
}

/* ========================================
   FOOTER - Social icons row
   ======================================== */
.footer-social-wrap
{
    padding: 0.5rem 1rem 1.5rem;
}

.footer-social
{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.footer-social li
{
    margin: 0;
}

.footer-social a
{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background-color: rgba(255, 255, 255, 0.08);
    transition: color 0.25s ease, border-color 0.25s ease, background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.footer-social a:hover,
.footer-social a:focus-visible
{
    color: #fff;
    border-color: #8E2C3B;
    background-color: #8E2C3B;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(142, 44, 59, 0.4);
}

.footer-social a i.bi
{
    font-size: 1.25rem;
    line-height: 1;
    color: inherit;
}

.footer-social a:hover i.bi,
.footer-social a:focus-visible i.bi
{
    color: #fff;
}

/* ========================================
   FOOTER - Bottom bar (copyright + legal)
   ======================================== */
.footer-bottom
{
    background-color: rgba(0, 0, 0, 0.25);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 1rem;
}

.footer-copyright
{
    font-size: 0.8rem !important;
    color: #707070 !important;
    letter-spacing: 0.02em;
}

.footer-legal-links
{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.footer-legal-menu
{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.footer-legal-menu li
{
    margin: 0;
    padding: 0;
}

.footer-legal-menu a,
.footer-legal-links a
{
    font-size: 0.8rem !important;
    color: #707070 !important;
    transition: color 0.25s ease;
}

.footer-legal-menu a:hover,
.footer-legal-links a:hover
{
    color: #8E2C3B !important;
}

.footer-legal-sep
{
    color: rgba(255, 255, 255, 0.15);
    font-size: 0.75rem;
}

/* ========================================
   FOOTER - Accordion (mobile)
   ======================================== */
.footer-accordion-toggle
{
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-icon
{
    font-size: 1rem;
    font-weight: bold;
    color: #8E2C3B;
    transition: transform 0.3s ease;
}

/* ========================================
   FOOTER - Responsive: Mobile
   ======================================== */
@media (max-width: 579px)
{
    .footer-main
    {
        padding: 2rem 0.5rem 1.5rem;
    }

    .footer-columns h2,
    .site-footer h2
    {
        margin-bottom: 0;
        font-size: 0.8rem;
    }

    .footer-columns h2::after,
    .site-footer h2::after
    {
        display: none;
    }

    .footer-accordion
    {
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        margin-top: 0 !important;
    }

    .footer-accordion-toggle
    {
        padding: 0.75rem 0;
        margin-bottom: 0;
    }

    .footer-accordion-content
    {
        padding-bottom: 0.5rem;
        transition: max-height 0.3s ease-out;
        overflow: hidden;
    }

    .footer-bottom
    {
        text-align: center;
    }

    .footer-legal-links
    {
        justify-content: center;
        margin-top: 0.5rem;
    }

    .footer-legal-menu
    {
        justify-content: center;
    }
}

/* ========================================
   FOOTER - Responsive: Desktop
   ======================================== */
@media (min-width: 580px)
{
    .accordion-icon
    {
        display: none !important;
    }

    .footer-accordion-content
    {
        display: block !important;
    }
}
