._category_style8{
    --text-black-900: #000000;
    --text-black-700: #504e70;
    --text-black-500: #504e70;
    --text-black-400: #555555;
    --text-black-300: #6c757d;
    --white: #ffffff;



    a {
        font-size: 1em;
        text-decoration: none !important;
        color: var(--text-black-500);
    }

    figure {
        margin-bottom: 0;
    }

    .cursor-pointer {
        cursor: pointer;
    }

    .category-border-white {
        border: 1px solid var(--white);
    }

    .border-title-grey-bottom {
        border-bottom: 1px solid var(--text-black-500);
    }

    .btn {
        border-radius: 0;
    }

    .explore-btn {
        color: var(--text-black-700);
        border: none;
    }

    .explore-btn .btn-text {
        font-size: 1.75em;
    }

    .home-main-title {
        font-weight: 600;
        font-size: 3em;
        line-height: 74px;
        color: var(--text-black-700);
    }

    .home-main-subTitle {
        font-size: 2em;
        line-height: 48px;
    }

    .furniture-category-container {
        padding: 12px 0;
    }

    .furniture-category-container .category {
        flex-wrap: nowrap;
        height: 100%;
    }

    .furniture-category-container .category .furniture-category {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 16px;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 2fr;
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        height: 100%;
    }

    .furniture-category-container .category .furniture-category .inner-furniture-category {
        background: var(--white);
        position: relative;
    }

    .furniture-category-container .category .furniture-category .inner-furniture-category .furniture-category-img {
        max-height: 50vh;
        overflow: hidden;
    }

    .furniture-category-container .category .furniture-category .inner-furniture-category .furniture-category-img img {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
    }

    .furniture-category-container .category .furniture-category .inner-furniture-category .category-name {
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, .5);
        color: var(--white);
        visibility: hidden;
    }

    .furniture-category-container .category .furniture-category .inner-furniture-category .category-name p {
        font-size: 1.8em;
    }

    .furniture-category-container .category .furniture-category .inner-furniture-category:hover .category-name {
        visibility: visible;
    }

    * {
        scrollbar-width: auto;
        scrollbar-color: var(--grey-300);
    }

    ::-webkit-scrollbar {
        background: var(--gray);
        width: 6px;
        height: 6px;
    }

    ::-webkit-scrollbar-corner {
        background: var(--grey-100);
        border-color: var(--grey-100);
    }

    ::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: var(--grey-800);
    }

    ::-webkit-scrollbar-track {
        border-radius: 10px;
        background: var(--grey-100);
    }

    @media (max-width:1600px) {
        .furniture-category-container .category .furniture-category .inner-furniture-category .furniture-category-img {
            max-height: 43.4782608696vh;
        }
    }

    @media (max-width:1440px) {
        .home-main-title {
            font-size: 2.5em;
            line-height: 44px;
        }

        .home-main-subTitle {
            font-size: 1.5em;
            line-height: 32px;
        }

        .explore-btn .btn-text {
            font-size: 1.25em;
        }

        .furniture-category-container .category .furniture-category .inner-furniture-category .furniture-category-img {
            max-height: 38.4615384615vh;
        }

        .furniture-category-container .category .furniture-category .inner-furniture-category .category-name p {
            font-size: 1.75em;
        }
    }

    @media (max-width:1280px) {
        .furniture-category-container .category .furniture-category .inner-furniture-category .furniture-category-img {
            max-height: 33.3333333333vh;
        }
    }

    @media (max-width:1024px) {
        .furniture-category-container .category .furniture-category .inner-furniture-category .furniture-category-img {
            max-height: 31.25vh;
        }
    }

    @media (max-width:992px) {
        ::-webkit-scrollbar {
            display: none;
        }

        .furniture-category-container {
            padding-top: 0;
        }

        .furniture-category-container .category .furniture-category .inner-furniture-category .furniture-category-img {
            max-height: 25vh;
        }

        .furniture-category-container .category .furniture-category .inner-furniture-category .category-name p {
            font-size: 1.5em;
        }
    }

    @media (max-width:768px) {
        .furniture-category-container .category .furniture-category .inner-furniture-category .furniture-category-img {
            max-height: 28.5714285714vh;
        }

        .furniture-category-container .category .furniture-category .inner-furniture-category .category-name p {
            font-size: 1.5em;
        }
    }

    @media (max-width:576px) {
        h2 {
            font-size: 1.5em;
        }

        .home-main-title {
            font-size: 1.25em;
            line-height: 28px;
        }

        .home-main-subTitle {
            font-size: 1em;
            line-height: 24px;
        }

        .explore-btn .btn-text {
            font-size: .875em;
        }

        .furniture-category-container .category .furniture-category .inner-furniture-category .furniture-category-img {
            max-height: 22.2222222222vh;
        }

        .furniture-category-container .category .furniture-category .inner-furniture-category .category-name p {
            font-size: .8em;
        }
    }

    @media (max-width:425px) {
        .furniture-category-container .category .furniture-category .inner-furniture-category .furniture-category-img {
            max-height: 17.5438596491vh;
        }
    }

    @media (max-width:375px) {
        .furniture-category-container .category .furniture-category .inner-furniture-category .furniture-category-img {
            max-height: 17.2413793103vh;
        }
    }
}
