How to access products from a custom section

i made a new product template in dawn theme and on that page i want to make a section which can access products , i want to customize products in this page and i made a custom page i want a section in which i select product and in my page according to that product heading and price should be change according to product

can you elaborate.

Thanks

I WRITE THIS CODE IN A NEW TEMPLATE LIQUID FILE AND NOW I WANT TO MAKE
SWITCH IMAGES BY CLICKING ON VARIANTS AND SWITCH FEAUTURE IMAGES AND MEDIA
IMAGES , CAN U WRUTE ME A JS CODE AND EXPLAIN IT TO ME HOW CAN I DO IT WITH
CUSTOM ELEMENTS>?

{% for image in product.images %}

{% endfor %}

{{ product.vendor }}

{{- product.title }}

{{ product.type }}

{{ product.price | money_with_currency

}}
{% for option in product.options_with_values %}

{{ option.name }}

{% for value in option.values %}

{{ value }}

{% endfor %}

{% endfor %}

name=“quantity” min=“1” max=“10”>

BUY NOW
ADD TO CART

{{ product.description }}