How to make only 2 opposite corners round of slider in DAWN theme?

I am trying to make only 2 corners round as the sample picture given below in DAWN theme of shopify. Can someone pls help on how to achieve this

@TCB2023 You can use below CSS code

border-radius: 40px 0px 40px 0px;

Here 1st 40px will make corner on top left side and 3rd 40px will make corner on the bottom right side, you can change the value as per your requirement. [See Below Screenshot]

If works, Please like and mark as solve!

Thank you so much. It worked.