Choosing a selection results in a full page refresh.
PICKY CART FOCUS FIX ==================== Add this snippet just before the closing tag in theme.liquid Problem: After closing the PickyStory cart drawer, the page becomes completely unresponsive (menus, links, everything) until a page refresh. Root cause: PickyStory renders its cart as a persistent element that stays in the DOM after closing (display:flex, opacity:1, pointer-events:none). It does not set aria-hidden or inert on the cart when closed, so its internal focus trap continues to capture focus — trapping it on an invisible share button inside the cart. Since focus is stuck inside a visually hidden element, all user interactions appear broken. Fix: A MutationObserver watches for the picky-cart-opened class being added/removed from (PickyStory's own open/close signal). On close, it sets inert + aria-hidden on the cart (disabling the focus trap) and returns focus to the page. On open, it removes both attributes so the cart is fully interactive again.
Declare withdrawal
Please fill out the following form to declare your withdrawal from the contract.