<{include file="components/backdrop.html" class="slideover__backdrop" type="modal" xshow="open"}>
<{if $settings.checkout_cart.enable_slideover_cart_recommendations}> <{include file="components/order-summary-flyout.html" fragment="orderSummaryFlyout"}> <{/if}>

<{t}>Cart<{/t}>

<{$total_amount}> <{if $total_amount != 1}> <{t}>items<{/t}> <{else}> <{t}>item<{/t}> <{/if}>
<{$price|number_format:2:$smarty.capture.decimal:$smarty.capture.thousand}> <{$currency|escape}>
<{include file="components/button.html" size="lg" text="Go to cart"|t type="link" class="btn--block slideover__cart-btn" variant="action" href="/basket"}> <{include file="components/shipping-notice.html" }>
<{include file="components/order-summary-products.html" fragment="orderSummaryProducts"}> <{include file="components/order-summary-table.html" fragment="orderSummaryTable"}> <{include file="components/order-summary-upsell.html" fragment="orderSummaryUpsell"}>
<{if $settings.shipping_alert.enable && $settings.shipping_alert.time && $settings.shipping_alert.days}>
<{include file="components/shipping-alert.html" class="alert--sm alert--block alert--text-center alert--margin-t"}>
<{/if}> <{include file="components/share-basket.html" class="basket__actions"}>