.sub-categories-tag {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 25px;
    margin-bottom: 50px;
}

.sub-categories-tag a.tag {
    color: #FBB908 !important;
    text-align: center;
    font-size: 1.2857rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4286rem;
    padding: 8px 16px;
    border-radius: 8px;
    border: 1px solid #FBB908;
    background: #FFF;
}

.sub-categories-tag .tag:hover {
    background-color: #FBB90840;
}

.sub-categories-tag .tag.active {
    background-color: #FBB908;
    color: white !important;
}

.sub-categories-tag a.tag:nth-child(2) {
    color: #3FA535 !important;
    border-color: #3FA535;
}

.sub-categories-tag a.tag:nth-child(2):hover {
    background-color: #3FA53540;
}

.sub-categories-tag a.tag:nth-child(2).active {
    background-color: #3FA535;
    color: white !important;
}

.sub-categories-tag a.tag:nth-child(3) {
    color: #CCCBCE !important;
    border-color: #CCCBCE;
}

.sub-categories-tag a.tag:nth-child(3):hover {
    background-color: #CCCBCE40;
}

.sub-categories-tag a.tag:nth-child(3).active {
    background-color: #CCCBCE;
    color: white !important;
}

.sub-categories-tag a.tag:nth-child(4) {
    color: #0D92D2 !important;
    border-color: #0D92D2;
}

.sub-categories-tag a.tag:nth-child(4):hover {
    background-color: #0D92D240;
}

.sub-categories-tag a.tag:nth-child(4).active {
    background-color: #0D92D2;
    color: white !important;
}

.sub-categories-tag a.tag:nth-child(5) {
    color: #B66B0D !important;
    border-color: #B66B0D;
}

.sub-categories-tag a.tag:nth-child(5):hover {
    background-color: #B66B0D40;
}

.sub-categories-tag a.tag:nth-child(5).active {
    background-color: #B66B0D;
    color: white !important;
}

.sub-categories-tag a.tag:nth-child(6) {
    color: #E73443 !important;
    border-color: #E73443;
}

.sub-categories-tag a.tag:nth-child(6):hover {
    background-color: #E7344340;
}

.sub-categories-tag a.tag:nth-child(6).active {
    background-color: #E73443;
    color: white !important;
}

.sub-categories-tag a.tag:nth-child(7) {
    color: #A6A6A6 !important;
    border-color: #A6A6A6;
}

.sub-categories-tag a.tag:nth-child(7):hover {
    background-color: #A6A6A640;
}

.sub-categories-tag a.tag:nth-child(7).active {
    background-color: #A6A6A6;
    color: white !important;
}

.sub-cat-section .sub-cat-header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.sub-cat-section .sub-cat-header .title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
}

.sub-cat-section .sub-cat-header .title span {
    overflow: hidden;
    color: #1A2A32;
    text-overflow: ellipsis;
    font-size: 1.4286rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.7143rem;
}

.sub-cat-section .sub-cat-header .link a {
    color: #344054 !important;
    font-size: 1.1429rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.7143rem;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.sub-cat-section-container .sub-cat-section:nth-child(2) .title path {
    fill: #3FA535;
}

.sub-cat-section-container .sub-cat-section:nth-child(3) .title path {
    fill: #CCCBCE;
}

.sub-cat-section-container .sub-cat-section:nth-child(4) .title path {
    fill: #0D92D2;
}

.sub-cat-section-container .sub-cat-section:nth-child(5) .title path {
    fill: #B66B0D;
}

.sub-cat-section-container .sub-cat-section:nth-child(6) .title path {
    fill: #E73443;
}

.sub-cat-section-container .sub-cat-section:nth-child(7) .title path {
    fill: #A6A6A6;
}

.sub-cat-products #js-product-list .products, .sub-cat-section-container.filtred #js-product-list .products {
    margin-bottom: 60px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 24px;
    margin-top: 32px;
}

.sub-cat-products .product-card, .sub-cat-section-container.filtred .product-card {
    display: flex;
    flex-direction: column;
    padding: 16px;
    border-radius: 16px;
    border: 1px solid #E8EAEE;
    background: #FFF;
    gap: 0px;
    position: relative;
    top: 0px;
    transition: all 300ms ease;
    height: 100%;
}

.sub-cat-products .product-description, .sub-cat-section-container.filtred .product-description {
    padding: 0px !important;
    height: 100%;
}

.sub-cat-products .product-description a, .sub-cat-section-container.filtred .product-description a {
    height: 100%;
    display: block;
}

.sub-cat-products .product-card .arrow-red, .sub-cat-section-container.filtred .product-card .arrow-red {
    position: absolute;
    right: 10px;
    top: 10px;
    opacity: 0;
    transition: all 300ms ease;
    z-index: 2;
}

.sub-cat-products .product-card .image img, .sub-cat-section-container.filtred .product-card .image img {
    max-width: 100%;
    margin-bottom: 16px;
}

.sub-cat-products .product-card .name, .sub-cat-section-container.filtred .product-card .name {
    color: #1A2A32;
    font-size: 1.4286rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.1429rem;
    text-align: start;
    flex-grow: 1;
}

.sub-cat-products .product-card .brand, .sub-cat-section-container.filtred .product-card .brand {
    color: #7F96A8;
    font-size: 1.1429rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7143rem;
    text-align: start;
    width: 100%;
}

.sub-cat-products .product-card:hover, .sub-cat-section-container.filtred .product-card:hover {
    border-color: var(--main-1-color);
    top: -16px;
}

.sub-cat-products .product-card:hover .arrow-red, .sub-cat-section-container.filtred .product-card:hover .arrow-red {
    opacity: 1;
}

.sub-cat-products .product-card .product-hover-overlay, .sub-cat-section-container.filtred .product-card .product-hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #394247ab;
    /* backdrop-filter: blur(4px); */
    border-radius: 16px;
    opacity: 0;
    transition: opacity 300ms ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    z-index: 1;
    pointer-events: none;
}

.sub-cat-products .product-card:hover .product-hover-overlay, .sub-cat-section-container.filtred .product-card:hover .product-hover-overlay {
    opacity: 1;
}

.sub-cat-products .product-card .product-hover-overlay .overlay-content, .sub-cat-section-container.filtred .product-card .product-hover-overlay .overlay-content {
    text-align: center;
}

.sub-cat-products .product-card .product-hover-overlay .overlay-title, .sub-cat-section-container.filtred .product-card .product-hover-overlay .overlay-title {
    color: white;
    font-size: 1.5625rem;
    font-weight: 600;
    line-height: 1.5625rem;
    margin-bottom: 12px;
}

.sub-cat-products .product-card .product-hover-overlay .overlay-description, .sub-cat-section-container.filtred .product-card .product-hover-overlay .overlay-description {
    color: white;
    font-size: 1.1429rem;
    font-weight: 500;
    line-height: 1.7143rem;
}

.category_top {
    border-radius: 16px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-radius: 16px;
    margin-bottom: 25px;
    background-size: cover, cover !important;
}

.category_top .title {
    color: #FFF;
    font-size: 2.1429rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.1429rem;
    margin-bottom: 0px;
}

.category_top .text {
    color: #FFFFFF;
    font-size: 1.2857rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7143rem; /* 133.333% */
    /* max-width: 50%; */
}

.category_top .text,
.category_top .text * {
    color: #FFFFFF !important;
}

.category_description {
    color: #1A2A32;
    font-size: 1.2857rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7143rem; /* 133.333% */
    max-width: 50%;
}

.category_top .divider {
    height: 2px;
    background: var(--main-1-color);
    width: 90px;
}

@media only screen and (max-width: 768px) {
    .sub-categories-tag {
        gap: 8px 10px;
        margin-bottom: 30px;
        justify-content: center;
    }

    .sub-cat-products #js-product-list .products, .sub-cat-section-container.filtred #js-product-list .products {
        grid-template-columns: repeat(1, 1fr);
    }

    .sub-cat-products .product-card .image img, .sub-cat-section-container.filtred .product-card .image img {
        max-height: 275px;
    }

    .category_top {
        background-size: cover, 200% !important;
    }

    /* .category_top .text {
        max-width: 100%;
    } */
}