/* LAVUMALL category.php 拆分模組 */
* { box-sizing: border-box; margin: 0; padding: 0; font-family: 'Noto Sans TC', sans-serif; -webkit-user-select: none; user-select: none; }
        body { background-color: #ffffff; color: #333333; overflow-x: hidden; position: relative; }
        .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; position: relative; z-index: 2; }