<{capture name="title"}> <{t}>3<{/t}> <{/capture}> <{include file="partials/meta.html"}> <{include file="partials/assets.html"}> <{include file="partials/colors.html"}> <{include file="partials/schema.html"}> <{include file="partials/datalayer.html"}> <{include file="partials/header.html"}>

<{t}>Confirm that you are not a robot<{/t}>

<{t}>To ensure that you are not a robot, please enter the code below in the field.<{/t}>

<{$form}> <{if $error}> <{include file="components/alert.html" variant="error" icon="x" text="Wrong code"|t}> <{/if}>
<{include file="components/label.html" for="captcha" text="Code"|t xclass="{'label--is-floating': captcha && captcha.length > 0 }" }> <{include file="components/input.html" name="c" type="text" placeholder="Code"|t inputmode="text" autocomplete="off" autofocus="true" xclass="{'input--has-value': captcha && captcha.length > 0 }" xmodel="captcha" xvalue="captcha" xref="captcha" xon_input="checkCaptchaAndSubmit" }>
<{include file="components/button.html" size="lg" text="Submit"|t type="Confirm" variant="primary"}>
<{include file="partials/footer.html"}> <{include file="components/modal.html"}> <{include file="components/modal-video.html"}> <{include file="components/modal-added-to-cart.html"}> <{include file="components/slideover-cart.html"}> <{include file="components/slideover-favourites.html"}> <{include file="components/admin-bar.html" }>