#product-tag-filters {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

#tag-filters {
    display: flex;
    align-items: center;
    gap: 16px;
}

#product-tag-filters button.filter-tag {
    border-radius: 21px;
    padding: 10px 20px 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 13px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    color: #000000;
    background-color: #FFFFFF;
    border: 1px solid #D8D8D8;
}

#product-tag-filters button.filter-tag.active {
    background: #000000;
    color: #FFFFFF;
    font-weight: 700;
}


#product-tag-filters > h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 13px;
    letter-spacing: 0px;
    color: #000000;
    margin: 0;
    white-space: nowrap;
}


body #valentte35-refill-wrapper {
    margin-bottom: 27px !important;
}

#tag_filter {
    margin-bottom: 15px;
}


.custom_cat_products_container .woocommerce ul.products li.product a img {
    margin-top: 0 !important;
}

@media screen and (max-width: 768px) {
    body #valentte35-refill-wrapper {
        margin-bottom: 18px !important;
    }

    #tag_filter {
        margin-bottom: 12px;
    }

    body #product-tag-filters {
        display: block !important;
        gap: 8px;
    }

    #product-tag-filters > h4 {
        margin-bottom: 11px;
    }

    #tag-filters {
        overflow-x: scroll;
        gap: 8px;
        padding-bottom: 10px;
    }

    #tag-filters::-webkit-scrollbar-track {
        width: 360px;
        height: 5px;
        border-radius: 18px;
        background-color: #ECECEC;
    }

    #tag-filters::-webkit-scrollbar {
        height: 5px;
        background-color: transparent;
    }

    #tag-filters::-webkit-scrollbar-thumb {
        width: 231px;
        height: 5px;
        opacity: 1;
        border-radius: 12px;
        background-color: #A4A4A4;
    }
}