{% extends "layout/base.html.twig" %}
{% block base_style %}
{{ parent() }}
{% if oViewConf.getActiveClassName() == "basket" %}
{{ style({ include: oViewConf.getVersionedModuleUrl("c4s_offer_ald", "out/src/css/c4s_offer_ald_checkout.css") }) }}
{% endif %}
{% endblock %}