Product zoom is an element which allows the user to open a product gallery in a popup and zoom over it.
<aside> ℹ️ Usually, styling this element takes from-to: 3-5h
</aside>
//add our design expectations
//add a link to figma, good and bad examples
To theme the product zoom, override ImageZoomPopup
component.
Additionally you may need to override Popup
component, for example to style the popup close button.
To style a component, override its .style.scss
file. You can also customize how it is rendered by overriding the .component.js
file.
How to override JavaScript classes?