/* Products Catalog Page Specific Styles (Chỉ áp dụng cho Trang Sản Phẩm /Products) */

/* Redesigned Hero Header Banner */
.products-hero-banner {
    border: none;
}

/* Category Filter Bar & Horizontal Carousel Track */
.category-filter-wrapper {
    max-width: 100%;
}

.category-filter-track-container {
    max-width: 720px;
    scroll-behavior: smooth;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 10px 6px !important;
}

.category-filter-track-container::-webkit-scrollbar {
    display: none;
}

.category-scroll-btn {
    transition: all 0.25s ease;
    color: #0f172a;
    background-color: #ffffff;
}

.category-scroll-btn:hover {
    background-color: var(--primary-color) !important;
    color: #ffffff !important;
    border-color: var(--primary-color) !important;
    transform: scale(1.1);
}

.category-filter-bar .category-filter-btn {
    font-weight: 600;
    font-size: 0.925rem;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    border-color: #cbd5e1;
    color: #475569;
    background-color: #ffffff;
    margin-right: 0.5rem !important;
    margin-top: 2px;
    margin-bottom: 2px;
}

.category-filter-bar .category-filter-btn:last-child {
    margin-right: 0 !important;
}

.category-filter-bar .category-filter-btn:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
    background-color: #eff6ff;
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.22);
}

.category-filter-bar .category-filter-btn.active {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35) !important;
}
