I want to remove the top cart from mobile version of urna theme

I want to remove the top cart from mobile version of urna theme kindly tell me where i can disable or remove it

Hello,

You can this CSS in Urna Option
.topbar-device-mobile .top-right-mobile .top-cart {
display: none;
}