fix: refactor product detail page to extend base template and use correct paths
Issues resolved: - Product detail page was standalone HTML without proper styling - Referenced non-existent CSS files (/static/css/shared/base.css, /static/css/vendor/vendor.css) - Used wrong image path (/static/images/ instead of /static/shop/img/) - Missing header, footer, and navigation - Not integrated with shop layout system Changes: - Extend shop/base.html for consistent styling and layout - Remove hardcoded CSS references (now inherited from base) - Update image paths to /static/shop/img/placeholder.jpg - Integrate with shopLayoutData() for cart and toast functionality - Add proper breadcrumbs with landing page navigation - Use Tailwind classes consistent with other shop pages - Use theme CSS variables from base template The product detail page now has proper styling, navigation, and integrates seamlessly with the rest of the shop frontend. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in: