/* LAVUMALL category.php 拆分模組 */
/* 頁尾列：背景透明、移除頂部分隔線 */
        footer { background-color: transparent; color: #86868b; padding: 45px 0; font-size: 13px; border-top: none; }
        .footer-content { display: flex; justify-content: space-between; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
        .footer-links a { color: #515154; text-decoration: none; margin-right: 15px; transition: color 0.4s ease; }
        .footer-links a:hover { color: #0071e3; }