.woocommerce-tabs .tabs li[class^=wc_custom_tabs_] a {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

.woocommerce-tabs .tabs li[class^=wc_custom_tabs_] a::before {
    content: '';
    background-size: contain;
    display: inline-block;
    margin-right: 10px;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
}

.wc_custom_tabs_preparation_tab a::before {
    background-image: url("/wp-content/plugins/acf-tabs-woocommerce/assets/img/preparation_icon.svg");
}

.wc_custom_tabs_list_of_ingredients_tab a::before {
    background-image: url("/wp-content/plugins/acf-tabs-woocommerce/assets/img/list_of_ingredients.svg");
}

.wc_custom_tabs_nutritional_value_tab a::before {
    background-image: url("/wp-content/plugins/acf-tabs-woocommerce/assets/img/nutritional_value.svg");
}