{% sw_extends '@Storefront/storefront/page/checkout/cart/cart-product-header.html.twig' %}
{% block page_checkout_cart_header_quantity %}
<div class="col-2 cart-header-quantity"></div>
{% endblock %}
{% block page_checkout_cart_header_unit_price %}
<div class="col-2 cart-header-unit-price"></div>
{% endblock %}