/* =====================================================
   🦶 Footer
   ===================================================== */
.shop-footer {
    background-color: var(--shop-footer-bg);
    color: #cfd8e3;
}

.shop-footer .footer-link {
    color: #cfd8e3;
    text-decoration: none;
}

.shop-footer .footer-link:hover {
    color: #ffffff;
    text-decoration: underline;
}

.shop-footer hr {
    border-color: rgba(255, 255, 255, 0.15);
}