When the customer clicks on the cart icon, the cart overlay appears. It displays the items currently in the cart, as well as the cart total.
It provides buttons for navigating to the cart page or the checkout.
<aside> ℹ️ Usually, styling this element takes from-to: 3-5h
</aside>
Cart overlay can be seen after clicking the cart icon in the header.
Cart overlay should be represented in several states:
All buttons should represent hover effects if not inherited from the Base template style.
Theme the CartOverlay
component.
Only default elements should be styles, if designs contain some custom logic that requires BE data/adjustments, this part should be done by the internal team.
<aside> ➡️ Styles should be applied with higher selectors amount to override source styling!
</aside>