Show options below product's price on collection page

Hello all,
How can i display the available option below product price on the collection page? For example i want to do something like that:

if product option name = X
then add option values below product price on the collection page with comma separated.

My idea must appear something like that:

$30.00
T-shirt, Sweatshirt, Hoodie

I am using Dawn theme

Hello There,

Please share your store URL and Screenshot.
So that I will check and let you know the exact solution here.

Hi there,
My store URL is www.teeshop.bg
Image describing my idea is attached.

For example:

If product has option name = Model
then the available option values to appear like that: T-shirt | Sweatshirt | Hoodie
(that’s are the option values im my case)

Regards,
Simeon

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >base.css and paste this at the bottom of the file:
.card-information__wrapper {
display: flex;
flex-direction: column-reverse;
}

Screenshot :- https://image.prntscr.com/image/RoY9x9kHTXCrNPA6AqH5_A.png

Hi there,
Thank you but this is totally different from what i am looking for.
Your code moves the product title below product price. My question is how to show the option values below product price if product contains specific option name