Help & Support
Frequently Asked Questions
document.getElementById(item.category).scrollIntoView({ behavior: 'smooth' }))"
class="relative block cursor-pointer py-2 pr-9 pl-3 text-gray-700 select-none hover:bg-blue-50"
:class="{'bg-blue-50 text-blue-700': selectedCategory === item.category}"
x-text="item.category"
>
document.getElementById(item.product_handle).scrollIntoView({ behavior: 'smooth' }))"
class="relative block cursor-pointer py-2 pr-9 pl-3 text-gray-700 select-none hover:bg-blue-50"
:class="{'bg-blue-50 text-blue-700': selectedCategory === item.product_title}"
x-text="item.product_title"
>