    .product-list-page-v2 {
        background: linear-gradient(180deg, #f6f9ff 0%, #f8fafc 34%, #ffffff 100%);
        color: #0f1f3d;
        font-family: inherit;
        min-height: 70vh;
    }

    .product-list-breadcrumb .breadcrumb {
        --bs-breadcrumb-divider-color: #9aa8c3;
        align-items: center;
        background: transparent;
        font-size: 12px;
        font-weight: 400;
        gap: 4px;
    }

    .product-list-breadcrumb a,
    .product-list-breadcrumb .active {
        color: #42608f;
        font-weight: 400;
    }

    .product-filter-panel,
    .product-list-toolbar,
    .product-list-page-v2 .product-card {
        background: #ffffff;
        border: 1px solid #e2e8f5;
        border-radius: 0;
        box-shadow: 0 8px 24px rgba(15, 31, 61, 0.04);
    }

    .product-filter-panel {
        padding: 14px;
        position: sticky;
        top: 86px;
    }

    .filter-panel-head {
        border-bottom: 1px solid #e5ebf5;
        margin-bottom: 16px;
        padding-bottom: 12px;
    }

    .filter-panel-head {
        align-items: center;
        display: flex;
        justify-content: space-between;
    }

    .filter-title {
        color: #17233c;
        font-size: 1rem;
        font-weight: 700;
        letter-spacing: -.01em;
    }

    .filter-head-clear {
        color: #0b55ff;
        font-size: .75rem;
        font-weight: 500;
        text-decoration: none;
    }

    .filter-head-clear:hover {
        color: #053bd2;
        text-decoration: underline;
    }

    .filter-group {
        border-bottom: 1px solid #edf1f7;
        padding: 12px 0;
    }

    .filter-reset-bottom {
        align-items: center;
        background: #ffffff;
        border: 1px solid #cfd9ea;
        border-radius: 4px;
        color: #053bd2;
        display: flex;
        font-size: .875rem;
        font-weight: 600;
        gap: 8px;
        min-height: 38px;
        justify-content: center;
        margin-top: 12px;
        padding: 8px 12px;
        text-decoration: none;
        transition: all .2s ease;
    }

    .filter-reset-bottom:hover {
        background: #f4f7ff;
        border-color: #053bd2;
        color: #053bd2;
    }

    .filter-group-title {
        color: #17233c;
        font-size: .875rem;
        font-weight: 600;
        margin-bottom: 9px;
    }

    .category-tree-group {
        padding-top: 6px;
    }

    .category-count {
        background: #eef4ff;
        border-radius: 0;
        color: #0b55ff;
        font-size: 10px;
        font-weight: 800;
        line-height: 1;
        padding: 5px 8px;
    }

    .current-category-box {
        align-items: center;
        background: linear-gradient(135deg, #063bd2 0%, #0c66ff 100%);
        border-radius: 0;
        color: #ffffff;
        display: flex;
        gap: 10px;
        margin-bottom: 12px;
        padding: 11px;
    }

    .current-category-icon {
        align-items: center;
        background: rgba(255, 255, 255, 0.16);
        border-radius: 0;
        display: inline-flex;
        flex: 0 0 34px;
        height: 34px;
        justify-content: center;
        width: 34px;
    }

    .current-category-text {
        display: flex;
        flex-direction: column;
        min-width: 0;
    }

    .current-category-text span {
        color: rgba(255, 255, 255, 0.72);
        font-size: .75rem;
        line-height: 1.2;
    }

    .current-category-text strong {
        display: -webkit-box;
        font-size: .875rem;
        font-weight: 700;
        line-height: 1.35;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .subcategory-title {
        color: #75839a;
        font-size: .75rem;
        font-weight: 700;
        letter-spacing: .04em;
        margin-bottom: 7px;
        text-transform: uppercase;
    }

    .subcategory-item {
        align-items: center;
        background: #ffffff;
        border: 1px solid #edf1f7;
        border-radius: 0;
        color: #33425f;
        display: flex;
        font-size: .875rem;
        font-weight: 600;
        gap: 8px;
        margin-bottom: 7px;
        padding: 9px 10px;
        text-decoration: none;
        transition: all .2s ease;
    }

    .subcategory-item:hover,
    .subcategory-item.active {
        background: #f3f7ff;
        border-color: #b8cdfa;
        color: #0b55ff;
        transform: translateX(2px);
    }

    .subcategory-bullet {
        background: #d9e6ff;
        border: 3px solid #f5f8ff;
        border-radius: 0;
        flex: 0 0 12px;
        height: 12px;
        width: 12px;
    }

    .subcategory-item:hover .subcategory-bullet,
    .subcategory-item.active .subcategory-bullet {
        background: #0b55ff;
    }

    .subcategory-name {
        flex: 1;
        min-width: 0;
    }

    .subcategory-item i {
        color: #a5b1c5;
        font-size: 10px;
    }

    .filter-check {
        align-items: center;
        color: #5e6c84;
        cursor: pointer;
        display: flex;
        font-size: .875rem;
        gap: 8px;
        line-height: 1.35;
        margin-bottom: 8px;
    }

    .filter-check .form-check-input {
        border-color: #d8e0ee;
        box-shadow: none;
        height: 13px;
        margin: 0;
        width: 13px;
    }

    .filter-check .form-check-input:checked {
        background-color: #0b55ff;
        border-color: #0b55ff;
    }

    .brand-filter-logo {
        border-radius: 0;
        flex-shrink: 0;
        object-fit: contain;
    }

    .filter-collapsible-list {
        position: relative;
    }

    .filter-collapsible-list.is-collapsed {
        max-height: 288px;
        overflow: hidden;
    }

    .filter-collapsible-list.is-collapsed::after {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 88%);
        bottom: 0;
        content: "";
        height: 48px;
        left: 0;
        pointer-events: none;
        position: absolute;
        right: 0;
    }

    .filter-show-more {
        align-items: center;
        background: #ffffff;
        border: 1px solid #dbe5f5;
        border-radius: 4px;
        color: #053bd2;
        display: flex;
        font-size: .8125rem;
        font-weight: 600;
        justify-content: center;
        margin-top: 8px;
        min-height: 32px;
        padding: 6px 10px;
        width: 100%;
    }

    .filter-show-more:hover {
        background: #f4f7ff;
        border-color: #053bd2;
    }

    .price-range-line {
        color: #5e6c84;
        display: flex;
        font-size: .8125rem;
        justify-content: space-between;
        margin-bottom: 8px;
    }

    .price-slider-box {
        margin-bottom: 14px;
    }

    .range-slider {
        height: 30px;
        margin: 4px 2px 10px;
        position: relative;
    }

    .range-slider-track {
        background: #dbe5f5;
        border-radius: 999px;
        height: 5px;
        left: 0;
        position: absolute;
        right: 0;
        top: 13px;
    }

    .range-slider input[type="range"] {
        -webkit-appearance: none;
        appearance: none;
        background: none;
        height: 30px;
        left: 0;
        margin: 0;
        pointer-events: none;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .range-slider input[type="range"]::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        background: #0b55ff;
        border: 3px solid #ffffff;
        border-radius: 50%;
        box-shadow: 0 3px 10px rgba(11, 85, 255, .35);
        cursor: pointer;
        height: 18px;
        pointer-events: auto;
        width: 18px;
    }

    .range-slider input[type="range"]::-moz-range-thumb {
        background: #0b55ff;
        border: 3px solid #ffffff;
        border-radius: 50%;
        box-shadow: 0 3px 10px rgba(11, 85, 255, .35);
        cursor: pointer;
        height: 18px;
        pointer-events: auto;
        width: 18px;
    }

    .range-slider input[type="range"]::-webkit-slider-runnable-track {
        background: transparent;
        border: 0;
    }

    .range-slider input[type="range"]::-moz-range-track {
        background: transparent;
        border: 0;
    }

    .filter-apply {
        background: #053bd2;
        border: 1px solid #053bd2;
        border-radius: 4px;
        font-size: .875rem;
        font-weight: 600;
        min-height: 38px;
        padding: 8px 12px;
    }

    .filter-apply:hover {
        background: #042fa8;
        border-color: #042fa8;
    }

    .product-list-heading h1 {
        color: #0e1b36;
        font-size: 24px;
        font-weight: 800;
        margin-bottom: 6px;
    }

    .product-list-heading p {
        color: #6c7b95;
        font-size: 13px;
        margin: 0;
        max-width: 780px;
    }

    .product-list-toolbar {
        align-items: center;
        display: flex;
        gap: 12px;
        justify-content: space-between;
        padding: 10px 12px;
    }

    .filter-toggle,
    .sort-toggle {
        background: #ffffff;
        border: none !important;
        border-radius: 0;
        color: #17315f;
        font-size: 12px;
        padding: 0 12px;
    }
    
    .sort-toggle {
        margin-left: -12px;
    }

    .sort-dropdown-menu {
        background: #ffffff;
        border: 1px solid #e2e8f5 !important;
        border-radius: 0;
        box-shadow: 0 8px 24px rgba(15, 31, 61, 0.12);
        font-size: 13px;
        margin-top: 4px;
        min-width: 180px;
        padding: 6px 0;
    }

    .sort-dropdown-menu .dropdown-item {
        color: #33425f;
        font-size: 13px;
        font-weight: 500;
        padding: 8px 14px;
        transition: all .2s ease;
    }

    .sort-dropdown-menu .dropdown-item:hover {
        background: #f3f7ff;
        color: #0b55ff;
    }

    .sort-dropdown-menu .dropdown-item.active {
        background: #eef4ff;
        color: #053bd2;
        font-weight: 600;
    }

    .toolbar-result {
        color: #5f6f89;
        flex: 1;
        font-size: 12px;
        text-align: right;
    }

    .quick-filter-panel {
        background: #ffffff;
        border: 1px solid #e2e8f5;
        box-shadow: 0 8px 24px rgba(15, 31, 61, 0.04);
        padding: 12px;
    }

    .quick-filter-group + .quick-filter-group {
        border-top: 1px solid #edf1f7;
        margin-top: 12px;
        padding-top: 12px;
    }

    .quick-filter-title {
        align-items: center;
        color: #17233c;
        display: flex;
        font-size: .875rem;
        font-weight: 600;
        gap: 8px;
        justify-content: flex-start;
        margin-bottom: 8px;
    }

    .quick-filter-clear {
        color: #0b55ff;
        font-size: .75rem;
        font-weight: 500;
        text-decoration: none;
    }

    .quick-filter-clear:hover {
        color: #053bd2;
        text-decoration: underline;
    }

    .quick-filter-list {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .quick-filter-chip {
        align-items: center;
        background: #f7faff;
        border: 1px solid #dbe5f5;
        border-radius: 4px;
        color: #33425f;
        cursor: pointer;
        display: inline-flex;
        font-size: .8125rem;
        gap: 6px;
        margin: 0;
        padding: 7px 10px;
        transition: all .2s ease;
    }

    .quick-filter-chip:hover {
        background: #f3f7ff;
        border-color: #b8cdfa;
        color: #0b55ff;
    }

    .quick-filter-chip .form-check-input {
        height: 13px;
        margin: 0;
        width: 13px;
    }

    .quick-filter-chip .form-check-input:checked {
        background-color: #0b55ff;
        border-color: #0b55ff;
    }

    .view-switch {
        border: 1px solid #d9e3f3;
        border-radius: 0;
        overflow: hidden;
    }

    .view-switch button {
        background: #ffffff;
        border: 0;
        color: #65758f;
        height: 34px;
        width: 36px;
    }

    .view-switch button.active {
        background: #0b55ff;
        color: #ffffff;
    }

    .product-list-page-v2 #product-list {
        --bs-gutter-x: 14px;
        --bs-gutter-y: 14px;
    }

    .product-empty-state {
        background: #ffffff;
        border: 1px solid #e2e8f5;
        box-shadow: 0 8px 24px rgba(15, 31, 61, 0.04);
        padding: 48px 16px;
        text-align: center;
    }

    .product-list-page-v2 #product-list.is-loading {
        display: none;
    }

    .product-skeleton-card {
        background: #ffffff;
        border: 1px solid #e2e8f5;
        border-radius: 0;
        overflow: hidden;
        padding: 0;
    }

    .skeleton {
        animation: skeleton-loading 1.15s ease-in-out infinite;
        background: linear-gradient(90deg, #eef3fb 25%, #f8fbff 37%, #eef3fb 63%);
        background-size: 400% 100%;
        border-radius: 0;
    }

    .skeleton-image {
        aspect-ratio: 4 / 3;
        border-radius: 0;
        width: 100%;
    }

    .skeleton-body {
        padding: 10px 12px 12px;
    }

    .skeleton-line {
        height: 12px;
        margin-bottom: 8px;
    }

    .skeleton-title {
        height: 32px;
        width: 92%;
    }

    .skeleton-code {
        width: 58%;
    }

    .skeleton-price {
        height: 14px;
        margin-bottom: 0;
        width: 48%;
    }

    @keyframes skeleton-loading {
        0% {
            background-position: 100% 50%;
        }

        100% {
            background-position: 0 50%;
        }
    }

    .product-list-page-v2 .product-card {
        border-radius: 0;
        overflow: hidden;
        padding: 0 !important;
        transition: box-shadow .2s ease, transform .2s ease;
    }

    .product-list-page-v2 .product-card:hover {
        box-shadow: 0 14px 32px rgba(15, 31, 61, 0.12);
        transform: translateY(-2px);
    }

    .product-list-page-v2 .product-card .card-img-top {
        background: #eef6ff;
        border-radius: 0;
        display: block;
        overflow: hidden;
        padding: 0;
        height: inherit;
    }

    .product-list-page-v2 .product-card .card-img-top img {
        display: block;
        height: auto;
        object-fit: cover;
        width: 100%;
    }

    .product-list-page-v2 .product-card .card-body {
        padding: 10px 12px 12px;
        text-align: left !important;
    }

    .product-list-page-v2 .product-card .card-title {
        font-size: 13px;
        font-weight: 700;
        line-height: 1.35;
        margin-top: 0;
        margin-bottom: 4px;
        min-height: 36px;
    }

    .product-list-page-v2 .product-card .card-title a {
        color: #10203d;
    }

    .product-list-page-v2 .product-card .code {
        color: #75839a;
        font-size: 11px;
        margin-bottom: 8px;
    }

    .product-list-page-v2 .product-card .price-wrapper {
        justify-content: flex-start !important;
    }

    .product-list-page-v2 .product-card .current-price {
        color: #f01414;
        font-size: 14px;
        font-weight: 800;
    }

    .product-list-page-v2 .product-card .original-price {
        color: #98a4b8;
        font-size: 11px;
    }

    .product-list-page-v2 .product-card .discount-badge {
        background: #fff1f1;
        border-radius: 0;
        color: #e32020;
        font-size: 10px;
        padding: 1px 5px;
    }

    .product-brand-logo {
        align-items: center;
        background: #ffffff;
        border: 1px solid #e2e8f5;
        border-radius: 0;
        display: flex;
        height: 32px;
        justify-content: center;
        left: 8px;
        overflow: hidden;
        position: absolute;
        top: 8px;
        width: 32px;
        z-index: 2;
    }

    .product-brand-logo img {
        border-radius: 0;
        height: 100%;
        object-fit: contain;
        width: 100%;
    }

    .product-list-page-v2 .product-card {
        position: relative;
    }

    .product-mobile-filter .top-filters {
        margin-bottom: 0 !important;
    }

    .product-mobile-filter .top-filters form > .d-flex {
        align-items: stretch !important;
        flex-direction: column;
        gap: 10px !important;
    }

    @media (max-width: 991.98px) {
        .product-list-toolbar {
            align-items: stretch;
            flex-wrap: wrap;
        }

        .toolbar-result {
            flex-basis: 100%;
            text-align: left;
        }
    }

    @media (max-width: 575.98px) {
        .product-list-heading h1 {
            font-size: 20px;
        }

        .product-list-page-v2 .product-card .card-body {
            padding: 9px;
        }
    }
