Accesing collection metafield from liquid section

Hi,

I try to access collection metafield (in my case namespace and key is: custom.detailed_description) using liquid section (I use prestige v.6 theme). I enter {{collection.metafields.custom.detailed_description.value}} but it does not work. I have checked wheter it can see collection instance and for example {{collection.id}} . I was also trying to test {{collection.metafields.custom.detailed_description.value}} directly in code of main-collection.liquid section and it works fine.

Please help