.products__search-filter {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 8px;
    /* padding-top: 4px; */
}

.products__search-filter-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    color: var(--gray);
    white-space: nowrap;
}

.products__search-filter .products-selected-filter__item {
    margin: 0;
    max-width: max-content;
    text-decoration: none;
    gap: 8px;
    font: inherit;
    cursor: pointer;
}

.products__search-filter .products-selected-filter__item p {
    margin: 0;
}

.products__search-filter .products-selected-filter__item:hover {
    text-decoration: none;
}

body[data-route="web.v1.client.product.indexV2"] .product-filter-category__item > .product-filter-check .product-filter-check__arrow,
body[data-route="web.v1.client.product.indexV2"] .product-filter-category__subitem_parent > .product-filter-check .product-filter-check__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-left: auto;
    margin-right: 0;
    padding: 0;
    /* background: var(--white); */
      background-color: transparent;
    border: 0;
    box-shadow: none;
    line-height: 0;
    flex-shrink: 0;
}

body[data-route="web.v1.client.product.indexV2"] .product-filter-category__item > .product-filter-check .product-filter-check__arrow .icon,
body[data-route="web.v1.client.product.indexV2"] .product-filter-category__subitem_parent > .product-filter-check .product-filter-check__arrow .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    /* background: var(--white); */
      background-color: transparent;
    border: 0;
    box-shadow: none;
    line-height: 0;
}

body[data-route="web.v1.client.product.indexV2"] .product-filter-category__item > .product-filter-check .product-filter-check__arrow svg,
body[data-route="web.v1.client.product.indexV2"] .product-filter-category__subitem_parent > .product-filter-check .product-filter-check__arrow svg {
    display: block;
    width: 14px;
    height: 8px;
    background: transparent;
}
