/* Category */
.vpf-section-category {
    padding: 0 !important;
}
.vpf-product-categorys {
    gap: 8px;
}
.vpf-product-categorys .wg-cls {
    border: 1px solid #ebebeb; 
    padding: 6px;
    border-radius: 8px;
    gap: 10px;
}
.vpf-product-categorys .wg-cls .image-box img {
    border-radius: 6px;
}
.canvas-filter .current-scrollbar {
    margin-right: 0;
}
.variation-product .woocommerce-loop-product__title {
    font-size: 18px;
    margin-bottom: 8px;
    margin-top: 10px;
}
@media screen and (max-width: 480px) {
    .tf-grid-layout.tf-col-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}