How can I display arrows on mobile version only in my T-shirt section?

Hi can you please help me display the arrows on mobile version only under the section T-shirts. I think I used CSS code to hide by accident.

page:https://matibrnd.com/products/alexander-the-great-ar-hoodie

code: biangu

Thank you

@MT27

may be you write some inline css in the theme customizeer

@media screen and (max-width: 749px) {
.collection.section-template--18448488431883__featured_collection_V4JcXg-padding .slider-button--prev,
.collection.section-template--18448488431883__featured_collection_V4JcXg-padding .slider-button--next {
	display: block !important;
}
}

.

please do it for the product page and not home page

https://matibrnd.com/products/alexander-the-great-ar-hoodie

@MT27

there are not arrows enabled for PDP

I want to show the arrows for the section T-shirts , in this link :https://matibrnd.com/products/alexander-the-great-ar-hoodie

now you cant see them

@MT27

which theme you are using?

Dawn