How to have a unique Cart colour icon on each product page?

Is there a way i can have the functionality to be able to have a unique cart icon colour for each product page?

example page >> https://toltano.com/products/cosybabe-3-piece-knit-set

go to your online store then find header unde the sections
find ou the class header__icons and where the svg is render or attached then add a simple condition
{% if product.handle == 'Product Name ’ %}
{% render ‘svg’%}
{% else %}

{% render ‘current svg’ %}

{% endif %}

remember to add the code of new svg in the snippit

if you feel any problem inform me

or share the code

This is what I see under the Sections folder related to header. However there is no reference to the SVG in either of these

in this file check the part that is responsible for the cart
or share the store url i will guide you properly in above store the following class is containg the svg of cart header__icons

or you can check by inspecting the preview of your store

could you please check - toltano.com

much appreciated

i can already check this and inform you about the class which contain the cart svg
if you are facing any problem please share collabrative access i will do this for you if you have no issue
here is my mail
nhbalouch0@gmail.com
thanks

Okay you should have it now - thank you