How to conceal the translate flag in the cart on both mobile and desktop?

Hi,

id like to hide the translate flag on mobile and desktop in the cart. My site is https://b32b39-5.myshopify.com/products/marni-long-leather-coat?_pos=1&_sid=94fdce320&_ss=r

Hey @MIKESTORK ,

Add this to your CSS

body:has(> cart-drawer) .gt_switcher_wrapper {
    display: none;
}