Sense Theme - Removing "View Full Details" dropdown on "Featured Product" section

Hello - thanks in advance for any help.

Under the Buy Now section, I’d like to remove the View Full Details dropdown under the Buy it now button.

Instead, I’d like for this page to appear as follows without being prompted to View full details:

Hello @MiuraBeauty

Please provide your store URL, so I can review it and provide a solution.

miurabeauty.com

Hello @MiuraBeauty

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

.share-button+.product__view-details {
    display: none;
    visibility: hidden;
}

thanks but that didn’t work. It just eliminated product information, pictures:

I’d like for the page to look like my second screenshot in my original post