/* LAVUMALL category.php 拆分模組 */
/* 分頁控制列 */
        .pagination-container { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 40px 0 80px 0; }
        .page-link { display: inline-flex; align-items: center; justify-content: center; min-width: 40px; height: 40px; padding: 0 6px; border-radius: 50%; border: 1px solid #e5e5e7; background-color: #ffffff; color: #1d1d1f; text-decoration: none; font-size: 15px; font-weight: 500; transition: all 0.25s ease; cursor: pointer; }
        .page-link:hover:not(.disabled) { border-color: #0071e3; color: #0071e3; transform: translateY(-2px); }
        .page-active { background-color: #0071e3 !important; border-color: #0071e3 !important; color: #ffffff !important; font-weight: 700; }
        .page-link.disabled { opacity: 0.25; pointer-events: none; }