/*
Theme Name: Furniture Wholesale
Theme URI: https://made4home.us
Author: LEDAITU
Author URI: https://ledaitu.com
Description: A modern WordPress theme converted from a React layout for Furniture Wholesale.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: m4hus
*/

/* Hỗ trợ các class Tailwind còn thiếu trong main.css */
.invisible {
    visibility: hidden !important;
}

.visible {
    visibility: visible !important;
}

.pointer-events-none {
    pointer-events: none !important;
}

.translate-x-full {
    transform: translateX(100%);
}

.translate-x-0 {
    transform: translateX(0);
}

.opacity-0 {
    opacity: 0 !important;
}

.opacity-100 {
    opacity: 1 !important;
}

.z-\[100\] {
    z-index: 100 !important;
}

.z-\[150\] {
    z-index: 150 !important;
}

.z-\[9999\] {
    z-index: 9999 !important;
}

@media (min-width: 1280px) {
    .xl\:hidden {
        display: none !important;
    }

    .xl\:flex {
        display: flex !important;
    }
}

/* Hide scrollbar for horizontal scrolling */
.scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.scrollbar-hide::-webkit-scrollbar {
    display: none;
}

/* Pagination Styles */
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
    height: 2.5rem;
    padding: 0 0.75rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #57534e;
    background-color: #fff;
    border: 1px solid #e7e5e4;
    border-radius: 0.375rem;
    transition: all 0.2s;
    text-decoration: none;
}

.pagination .page-numbers:hover {
    background-color: #78716c;
    color: #fff;
    border-color: #78716c;
    transform: translateY(-1px);
}

.pagination .page-numbers.current {
    background-color: #78716c;
    color: #fff;
    border-color: #78716c;
    font-weight: 700;
}

.pagination .page-numbers.dots {
    border: none;
    background: transparent;
    cursor: default;
    pointer-events: none;
}

.pagination .page-numbers.dots:hover {
    background: transparent;
    transform: none;
}

.pagination .prev,
.pagination .next {
    font-weight: 700;
}

.pagination .prev:hover,
.pagination .next:hover {
    background-color: #78716c;
    color: #fff;
}

.left-\[71\%\] {
    left: 71%;
}

.text-4xl {
    font-size: 2.5rem;
}