/* ==============================================
   TM24 NOVAChild – Footer
   Modul: modules/global/footer/footer.css
   Scope: .shop-footer
   UTF-8 ohne BOM
   ============================================== */

.shop-footer {
    background: var(--txt);
    color: rgba(255, 255, 255, .65);
    padding: 48px 20px 24px;
    font-family: var(--f);
    font-size: 13px;
    line-height: 1.7;
}

.shop-footer-inner {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

/* ---- Spalten-Titel ---- */
.shop-footer-title {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .9);
    margin-bottom: 16px;
}

/* ---- Links ---- */
.shop-footer a {
    color: rgba(255, 255, 255, .55) !important;
    text-decoration: none !important;
    display: block;
    padding: 2px 0;
    transition: color var(--speed);
}

.shop-footer a:hover {
    color: rgba(255, 255, 255, .9) !important;
}

/* ---- Copyright-Zeile ---- */
.shop-footer-bottom {
    max-width: 1320px;
    margin: 24px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 12px;
    color: rgba(255, 255, 255, .35);
}

/* ---- Mobil ---- */
@media (max-width: 767px) {
    .shop-footer-inner { grid-template-columns: 1fr 1fr; gap: 24px; }
}

@media (max-width: 575px) {
    .shop-footer-inner { grid-template-columns: 1fr; }
}

/* ---- Aus legacy custom.css uebernommen ---- */
.newsletter-form input {
    border-radius: var(--rp) !important;
}

.newsletter-form .btn {
    border-radius: var(--rp) !important;
}

.footer-wrapper {
    background: #fafafa !important;
    color: var(--txt) !important;
    font-family: var(--f) !important;
    border-top: 1px solid var(--brd) !important;
    padding: 40px 0 20px !important;
}

footer .footer-title {
    color: var(--txt) !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    letter-spacing: .8px !important;
    margin-bottom: 16px !important;
}

footer a {
    color: var(--mut) !important;
    transition: color var(--speed) !important;
    font-size: 14px !important;
}

footer a:hover {
    color: var(--p) !important;
}

footer hr {
    border-color: var(--brd) !important;
}

.copyright {
    border-top: 1px solid var(--brd) !important;
    color: var(--light) !important;
    font-size: 12px !important;
    padding-top: 16px !important;
    margin-top: 16px !important;
}
