hello
{ const container = document.querySelector('[x-data*=activeProductIndex]'); if(container) { Alpine.$data(container).activeProductIndex = $event.detail; } }, 50); }"
x-transition:enter="transition ease-out duration-300"
x-transition:enter-start="transform translate-x-full"
x-transition:enter-end="transform translate-x-0"
x-transition:leave="transition ease-in duration-300"
x-transition:leave-start="transform translate-x-0"
x-transition:leave-end="transform translate-x-full"
x-init="$watch('showContact', value => document.body.classList.toggle('overflow-hidden', value))"
@click.away="showContact=false"
class="z-[250] w-full fixed right-0 top-0 md:w-[50%] bg-[#ffffff] h-screen overflow-y-auto"
>
Living the Look