What problem does it solve? Shoppers often leave product listing pages to check details and never return, hurting conversion. This Skill implements a quick-view overlay that shows product images, variants, price, and an add-to-cart button directly on the listing page, reducing navigation friction. ## Core Features & Use Cases - Platform-Specific Setup: Step-by-step configuration for Shopify (Dawn Quick Add, Quick View app), WooCommerce (YITH Quick View), BigCommerce (Cornerstone theme), and custom/headless storefronts. - Accessible Modal Implementation: React components using the native <dialog> element with built-in focus trapping, Escape-to-close, backdrop-click dismissal, loading skeletons with aria-live, and focus return to the trigger button. - Variant Selection & Cart Integration: Variant pickers that disable out-of-stock options, update the displayed image per variant, and close the modal automatically after add-to-cart. - Use Case: A fashion retailer's shoppers bounce after navigating from the collection page to heavy product pages. Add a Quick View button to each product card so shoppers can pick a size and color and add to cart without leaving the listing. ## Quick Start Ask the AI to add a quick view modal with variant selection and add-to-cart to your product listing page for your platform, such as Shopify or a custom React storefront.