Outiref

Code source de l'URL : http://www.katxiklothing.com

<!doctype html>
<html class="no-js" lang="fr">
  <head>
    
    <script type="application/vnd.locksmith+json" data-locksmith>{"version":"v109","locked":false,"initialized":true,"scope":"index","access_granted":true,"access_denied":false,"requires_customer":false,"manual_lock":false,"remote_lock":false,"has_timeout":false,"remote_rendered":null,"hide_resource":false,"hide_links_to_resource":false,"transparent":true,"locks":{"all":[],"opened":[]},"keys":[],"keys_signature":"48e044d17f3e8fb3f9678fad53d0bf0d423917aa6b83a93b3b1060afea9a06e8","state":{"template":"index","theme":112774807712,"product":null,"collection":null,"page":null,"blog":null,"article":null,"app":null},"now":1714009024,"path":"\/","locale_root_url":"\/","canonical_url":"https:\/\/katxiklothing.com\/","customer_id":null,"customer_id_signature":"48e044d17f3e8fb3f9678fad53d0bf0d423917aa6b83a93b3b1060afea9a06e8","cart":null}</script><script data-locksmith>!function(){var require=undefined,reqwest=function(){function succeed(e){var t=protocolRe.exec(e.url);return t=t&&t[1]||context.location.protocol,httpsRe.test(t)?twoHundo.test(e.request.status):!!e.request.response}function handleReadyState(e,t,n){return function(){return e._aborted?n(e.request):e._timedOut?n(e.request,"Request is aborted: timeout"):void(e.request&&4==e.request[readyState]&&(e.request.onreadystatechange=noop,succeed(e)?t(e.request):n(e.request)))}}function setHeaders(e,t){var n,s=t.headers||{};s.Accept=s.Accept||defaultHeaders.accept[t.type]||defaultHeaders.accept["*"];var r="undefined"!=typeof FormData&&t.data instanceof FormData;for(n in!t.crossOrigin&&!s[requestedWith]&&(s[requestedWith]=defaultHeaders.requestedWith),!s[contentType]&&!r&&(s[contentType]=t.contentType||defaultHeaders.contentType),s)s.hasOwnProperty(n)&&"setRequestHeader"in e&&e.setRequestHeader(n,s[n])}function setCredentials(e,t){"undefined"!=typeof t.withCredentials&&"undefined"!=typeof e.withCredentials&&(e.withCredentials=!!t.withCredentials)}function generalCallback(e){lastValue=e}function urlappend(e,t){return e+(/[?]/.test(e)?"&":"?")+t}function handleJsonp(e,t,n,s){var r=uniqid++,a=e.jsonpCallback||"callback",o=e.jsonpCallbackName||reqwest.getcallbackPrefix(r),i=new RegExp("((^|[?]|&)"+a+")=([^&]+)"),l=s.match(i),c=doc.createElement("script"),u=0,d=-1!==navigator.userAgent.indexOf("MSIE 10.0");return l?"?"===l[3]?s=s.replace(i,"$1="+o):o=l[3]:s=urlappend(s,a+"="+o),context[o]=generalCallback,c.type="text/javascript",c.src=s,c.async=!0,"undefined"!=typeof c.onreadystatechange&&!d&&(c.htmlFor=c.id="_reqwest_"+r),c.onload=c.onreadystatechange=function(){if(c[readyState]&&"complete"!==c[readyState]&&"loaded"!==c[readyState]||u)return!1;c.onload=c.onreadystatechange=null,c.onclick&&c.onclick(),t(lastValue),lastValue=undefined,head.removeChild(c),u=1},head.appendChild(c),{abort:function(){c.onload=c.onreadystatechange=null,n({},"Request is aborted: timeout",{}),lastValue=undefined,head.removeChild(c),u=1}}}function getRequest(e,t){var n,s=this.o,r=(s.method||"GET").toUpperCase(),a="string"==typeof s?s:s.url,o=!1!==s.processData&&s.data&&"string"!=typeof s.data?reqwest.toQueryString(s.data):s.data||null,i=!1;return("jsonp"==s.type||"GET"==r)&&o&&(a=urlappend(a,o),o=null),"jsonp"==s.type?handleJsonp(s,e,t,a):((n=s.xhr&&s.xhr(s)||xhr(s)).open(r,a,!1!==s.async),setHeaders(n,s),setCredentials(n,s),context[xDomainRequest]&&n instanceof context[xDomainRequest]?(n.onload=e,n.onerror=t,n.onprogress=function(){},i=!0):n.onreadystatechange=handleReadyState(this,e,t),s.before&&s.before(n),i?setTimeout(function(){n.send(o)},200):n.send(o),n)}function Reqwest(e,t){this.o=e,this.fn=t,init.apply(this,arguments)}function setType(e){return null===e?undefined:e.match("json")?"json":e.match("javascript")?"js":e.match("text")?"html":e.match("xml")?"xml":void 0}function init(o,fn){function complete(e){for(o.timeout&&clearTimeout(self.timeout),self.timeout=null;0<self._completeHandlers.length;)self._completeHandlers.shift()(e)}function success(resp){var type=o.type||resp&&setType(resp.getResponseHeader("Content-Type"));resp="jsonp"!==type?self.request:resp;var filteredResponse=globalSetupOptions.dataFilter(resp.responseText,type),r=filteredResponse;try{resp.responseText=r}catch(e){}if(r)switch(type){case"json":try{resp=context.JSON?context.JSON.parse(r):eval("("+r+")")}catch(err){return error(resp,"Could not parse JSON in response",err)}break;case"js":resp=eval(r);break;case"html":resp=r;break;case"xml":resp=resp.responseXML&&resp.responseXML.parseError&&resp.responseXML.parseError.errorCode&&resp.responseXML.parseError.reason?null:resp.responseXML}for(self._responseArgs.resp=resp,self._fulfilled=!0,fn(resp),self._successHandler(resp);0<self._fulfillmentHandlers.length;)resp=self._fulfillmentHandlers.shift()(resp);complete(resp)}function timedOut(){self._timedOut=!0,self.request.abort()}function error(e,t,n){for(e=self.request,self._responseArgs.resp=e,self._responseArgs.msg=t,self._responseArgs.t=n,self._erred=!0;0<self._errorHandlers.length;)self._errorHandlers.shift()(e,t,n);complete(e)}this.url="string"==typeof o?o:o.url,this.timeout=null,this._fulfilled=!1,this._successHandler=function(){},this._fulfillmentHandlers=[],this._errorHandlers=[],this._completeHandlers=[],this._erred=!1,this._responseArgs={};var self=this;fn=fn||function(){},o.timeout&&(this.timeout=setTimeout(function(){timedOut()},o.timeout)),o.success&&(this._successHandler=function(){o.success.apply(o,arguments)}),o.error&&this._errorHandlers.push(function(){o.error.apply(o,arguments)}),o.complete&&this._completeHandlers.push(function(){o.complete.apply(o,arguments)}),this.request=getRequest.call(this,success,error)}function reqwest(e,t){return new Reqwest(e,t)}function normalize(e){return e?e.replace(/\r?\n/g,"\r\n"):""}function serial(e,t){var n,s,r,a,o=e.name,i=e.tagName.toLowerCase(),l=function(e){e&&!e.disabled&&t(o,normalize(e.attributes.value&&e.attributes.value.specified?e.value:e.text))};if(!e.disabled&&o)switch(i){case"input":/reset|button|image|file/i.test(e.type)||(n=/checkbox/i.test(e.type),s=/radio/i.test(e.type),r=e.value,(!n&&!s||e.checked)&&t(o,normalize(n&&""===r?"on":r)));break;case"textarea":t(o,normalize(e.value));break;case"select":if("select-one"===e.type.toLowerCase())l(0<=e.selectedIndex?e.options[e.selectedIndex]:null);else for(a=0;e.length&&a<e.length;a++)e.options[a].selected&&l(e.options[a])}}function eachFormElement(){var e,t,a=this,n=function(e,t){var n,s,r;for(n=0;n<t.length;n++)for(r=e[byTag](t[n]),s=0;s<r.length;s++)serial(r[s],a)};for(t=0;t<arguments.length;t++)e=arguments[t],/input|select|textarea/i.test(e.tagName)&&serial(e,a),n(e,["input","select","textarea"])}function serializeQueryString(){return reqwest.toQueryString(reqwest.serializeArray.apply(null,arguments))}function serializeHash(){var n={};return eachFormElement.apply(function(e,t){e in n?(n[e]&&!isArray(n[e])&&(n[e]=[n[e]]),n[e].push(t)):n[e]=t},arguments),n}function buildParams(e,t,n,s){var r,a,o,i=/\[\]$/;if(isArray(t))for(a=0;t&&a<t.length;a++)o=t[a],n||i.test(e)?s(e,o):buildParams(e+"["+("object"==typeof o?a:"")+"]",o,n,s);else if(t&&"[object Object]"===t.toString())for(r in t)buildParams(e+"["+r+"]",t[r],n,s);else s(e,t)}var context=this,XHR2;if("window"in context)var doc=document,byTag="getElementsByTagName",head=doc[byTag]("head")[0];else try{XHR2=require("xhr2")}catch(ex){throw new Error("Peer dependency `xhr2` required! Please npm install xhr2")}var httpsRe=/^http/,protocolRe=/(^\w+):\/\//,twoHundo=/^(20\d|1223)$/,readyState="readyState",contentType="Content-Type",requestedWith="X-Requested-With",uniqid=0,callbackPrefix="reqwest_"+ +new Date,lastValue,xmlHttpRequest="XMLHttpRequest",xDomainRequest="XDomainRequest",noop=function(){},isArray="function"==typeof Array.isArray?Array.isArray:function(e){return e instanceof Array},defaultHeaders={contentType:"application/x-www-form-urlencoded",requestedWith:xmlHttpRequest,accept:{"*":"text/javascript, text/html, application/xml, text/xml, */*",xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript",js:"application/javascript, text/javascript"}},xhr=function(e){if(!0!==e.crossOrigin)return context[xmlHttpRequest]?new XMLHttpRequest:XHR2?new XHR2:new ActiveXObject("Microsoft.XMLHTTP");var t=context[xmlHttpRequest]?new XMLHttpRequest:null;if(t&&"withCredentials"in t)return t;if(context[xDomainRequest])return new XDomainRequest;throw new Error("Browser does not support cross-origin requests")},globalSetupOptions={dataFilter:function(e){return e}};return Reqwest.prototype={abort:function(){this._aborted=!0,this.request.abort()},retry:function(){init.call(this,this.o,this.fn)},then:function(e,t){return e=e||function(){},t=t||function(){},this._fulfilled?this._responseArgs.resp=e(this._responseArgs.resp):this._erred?t(this._responseArgs.resp,this._responseArgs.msg,this._responseArgs.t):(this._fulfillmentHandlers.push(e),this._errorHandlers.push(t)),this},always:function(e){return this._fulfilled||this._erred?e(this._responseArgs.resp):this._completeHandlers.push(e),this},fail:function(e){return this._erred?e(this._responseArgs.resp,this._responseArgs.msg,this._responseArgs.t):this._errorHandlers.push(e),this},"catch":function(e){return this.fail(e)}},reqwest.serializeArray=function(){var n=[];return eachFormElement.apply(function(e,t){n.push({name:e,value:t})},arguments),n},reqwest.serialize=function(){if(0===arguments.length)return"";var e,t=Array.prototype.slice.call(arguments,0);return(e=t.pop())&&e.nodeType&&t.push(e)&&(e=null),e&&(e=e.type),("map"==e?serializeHash:"array"==e?reqwest.serializeArray:serializeQueryString).apply(null,t)},reqwest.toQueryString=function(e,t){var n,s,r=t||!1,a=[],o=encodeURIComponent,i=function(e,t){t="function"==typeof t?t():null==t?"":t,a[a.length]=o(e)+"="+o(t)};if(isArray(e))for(s=0;e&&s<e.length;s++)i(e[s].name,e[s].value);else for(n in e)e.hasOwnProperty(n)&&buildParams(n,e[n],r,i);return a.join("&").replace(/%20/g,"+")},reqwest.getcallbackPrefix=function(){return callbackPrefix},reqwest.compat=function(e,t){return e&&(e.type&&(e.method=e.type)&&delete e.type,e.dataType&&(e.type=e.dataType),e.jsonpCallback&&(e.jsonpCallbackName=e.jsonpCallback)&&delete e.jsonpCallback,e.jsonp&&(e.jsonpCallback=e.jsonp)),new Reqwest(e,t)},reqwest.ajaxSetup=function(e){for(var t in e=e||{})globalSetupOptions[t]=e[t]},reqwest}();
/*!
  * Reqwest! A general purpose XHR connection manager
  * license MIT (c) Dustin Diaz 2015
  * https://github.com/ded/reqwest
  */!function(){var o=window.Locksmith={},e=document.querySelector('script[type="application/vnd.locksmith+json"]'),n=e&&e.innerHTML;if(o.state={},o.util={},o.loading=!1,n)try{o.state=JSON.parse(n)}catch(u){}if(document.addEventListener&&document.querySelector){var s,r,a,t=[76,79,67,75,83,77,73,84,72,49,49],i=function(){r=t.slice(0)},l="style",c=function(e){e&&27!==e.keyCode&&"click"!==e.type||(document.removeEventListener("keydown",c),document.removeEventListener("click",c),s&&document.body.removeChild(s),s=null)};i(),document.addEventListener("keyup",function(e){if(e.keyCode===r[0]){if(clearTimeout(a),r.shift(),0<r.length)return void(a=setTimeout(i,1e3));i(),c(),(s=document.createElement("div"))[l].width="50%",s[l].maxWidth="1000px",s[l].height="85%",s[l].border="1px rgba(0, 0, 0, 0.2) solid",s[l].background="rgba(255, 255, 255, 0.99)",s[l].borderRadius="4px",s[l].position="fixed",s[l].top="50%",s[l].left="50%",s[l].transform="translateY(-50%) translateX(-50%)",s[l].boxShadow="0 2px 5px rgba(0, 0, 0, 0.3), 0 0 100vh 100vw rgba(0, 0, 0, 0.5)",s[l].zIndex="2147483645";var t=document.createElement("textarea");t.value=JSON.stringify(JSON.parse(n),null,2),t[l].border="none",t[l].display="block",t[l].boxSizing="border-box",t[l].width="100%",t[l].height="100%",t[l].background="transparent",t[l].padding="22px",t[l].fontFamily="monospace",t[l].fontSize="14px",t[l].color="#333",t[l].resize="none",t[l].outline="none",t.readOnly=!0,s.appendChild(t),document.body.appendChild(s),t.addEventListener("click",function(e){e.stopImmediatePropagation()}),t.select(),document.addEventListener("keydown",c),document.addEventListener("click",c)}})}o.isEmbedded=-1!==window.location.search.indexOf("_ab=0&_fd=0&_sc=1"),o.path=o.state.path||window.location.pathname,o.basePath=o.state.locale_root_url.concat("/apps/locksmith").replace(/^\/\//,"/"),o.reloading=!1,o.util.console=window.console||{log:function(){},error:function(){}},o.util.makeUrl=function(e,t){var n,s=o.basePath+e,r=[],a=o.cache();for(n in a)r.push(n+"="+encodeURIComponent(a[n]));for(n in t)r.push(n+"="+encodeURIComponent(t[n]));return o.state.customer_id&&(r.push("customer_id="+encodeURIComponent(o.state.customer_id)),r.push("customer_id_signature="+encodeURIComponent(o.state.customer_id_signature))),s+=(-1===s.indexOf("?")?"?":"&")+r.join("&")},o._initializeCallbacks=[],o.on=function(e,t){if("initialize"!==e)throw'Locksmith.on() currently only supports the "initialize" event';o._initializeCallbacks.push(t)},o.initializeSession=function(e){if(!o.isEmbedded){var t=!1,n=!0,s=!0;(e=e||{}).silent&&(s=n=!(t=!0)),o.ping({silent:t,spinner:n,reload:s,callback:function(){o._initializeCallbacks.forEach(function(e){e()})}})}},o.cache=function(e){var t={};try{var n=function r(e){return(document.cookie.match("(^|; )"+e+"=([^;]*)")||0)[2]};t=JSON.parse(decodeURIComponent(n("locksmith-params")||"{}"))}catch(u){}if(e){for(var s in e)t[s]=e[s];document.cookie="locksmith-params=; expires=Thu, 01 Jan 1970 00:00:00 GMT; path=/",document.cookie="locksmith-params="+encodeURIComponent(JSON.stringify(t))+"; path=/"}return t},o.cache.cart=o.state.cart,o.cache.cartLastSaved=null,o.params=o.cache(),o.util.reload=function(){o.reloading=!0;try{window.location.href=window.location.href.replace(/#.*/,"")}catch(u){o.util.console.error("Preferred reload method failed",u),window.location.reload()}},o.cache.saveCart=function(e){if(!o.cache.cart||o.cache.cart===o.cache.cartLastSaved)return e?e():null;var t=o.cache.cartLastSaved;o.cache.cartLastSaved=o.cache.cart,reqwest({url:"/cart/update.json",method:"post",type:"json",data:{attributes:{locksmith:o.cache.cart}},complete:e,error:function(e){if(o.cache.cartLastSaved=t,!o.reloading)throw e}})},o.util.spinnerHTML='<style>body{background:#FFF}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}#loading{display:flex;width:100%;height:50vh;color:#777;align-items:center;justify-content:center}#loading .spinner{display:block;animation:spin 600ms linear infinite;position:relative;width:50px;height:50px}#loading .spinner-ring{stroke:currentColor;stroke-dasharray:100%;stroke-width:2px;stroke-linecap:round;fill:none}</style><div id="loading"><div class="spinner"><svg width="100%" height="100%"><svg preserveAspectRatio="xMinYMin"><circle class="spinner-ring" cx="50%" cy="50%" r="45%"></circle></svg></svg></div></div>',o.util.clobberBody=function(e){document.body.innerHTML=e},o.util.clobberDocument=function(e){e.responseText&&(e=e.responseText),document.documentElement&&document.removeChild(document.documentElement);var t=document.open("text/html","replace");t.writeln(e),t.close(),setTimeout(function(){var e=t.querySelector("[autofocus]");e&&e.focus()},100)},o.util.serializeForm=function(e){if(e&&"FORM"===e.nodeName){var t,n,s={};for(t=e.elements.length-1;0<=t;t-=1)if(""!==e.elements[t].name)switch(e.elements[t].nodeName){case"INPUT":switch(e.elements[t].type){default:case"text":case"hidden":case"password":case"button":case"reset":case"submit":s[e.elements[t].name]=e.elements[t].value;break;case"checkbox":case"radio":e.elements[t].checked&&(s[e.elements[t].name]=e.elements[t].value);break;case"file":}break;case"TEXTAREA":s[e.elements[t].name]=e.elements[t].value;break;case"SELECT":switch(e.elements[t].type){case"select-one":s[e.elements[t].name]=e.elements[t].value;break;case"select-multiple":for(n=e.elements[t].options.length-1;0<=n;n-=1)e.elements[t].options[n].selected&&(s[e.elements[t].name]=e.elements[t].options[n].value)}break;case"BUTTON":switch(e.elements[t].type){case"reset":case"submit":case"button":s[e.elements[t].name]=e.elements[t].value}}return s}},o.util.on=function(e,a,o,t){t=t||document;var i="locksmith-"+e+a,n=function(e){var t=e.target,n=e.target.parentElement,s=t.className.baseVal||t.className||"",r=n.className.baseVal||n.className||"";("string"==typeof s&&-1!==s.split(/\s+/).indexOf(a)||"string"==typeof r&&-1!==r.split(/\s+/).indexOf(a))&&!e[i]&&(e[i]=!0,o(e))};t.attachEvent?t.attachEvent(e,n):t.addEventListener(e,n,!1)},o.util.enableActions=function(e){o.util.on("click","locksmith-action",function(e){e.preventDefault();var t=e.target;t.dataset.confirmWith&&!confirm(t.dataset.confirmWith)||(t.disabled=!0,t.innerText=t.dataset.disableWith,o.post("/action",t.dataset.locksmithParams,{spinner:!1,type:"text",success:function(e){(e=JSON.parse(e.responseText)).message&&alert(e.message),o.util.reload()}}))},e)},o.util.inject=function(e,t){var n=["data","locksmith","append"];if(-1!==t.indexOf(n.join("-"))){var s=document.createElement("div");s.innerHTML=t,e.appendChild(s)}else e.innerHTML=t;var r,a,o=e.querySelectorAll("script");for(a=0;a<o.length;++a){r=o[a];var i=document.createElement("script");if(r.type&&(i.type=r.type),r.src)i.src=r.src;else{var l=document.createTextNode(r.innerHTML);i.appendChild(l)}e.appendChild(i)}var c=e.querySelector("[autofocus]");c&&c.focus()},o.post=function(e,t,n){!1!==(n=n||{}).spinner&&o.util.clobberBody(o.util.spinnerHTML);var s={};n.container===document?(s.layout=1,n.success=function(e){document.getElementById(n.container);o.util.clobberDocument(e)}):n.container&&(s.layout=0,n.success=function(e){var t=document.getElementById(n.container);o.util.inject(t,e),t.id===t.firstChild.id&&t.parentElement.replaceChild(t.firstChild,t)}),o.loading=!0;var r=o.util.makeUrl(e,s);reqwest({url:r,method:"post",type:n.type||"html",data:t,complete:function(){o.loading=!1},error:function(e){if(!o.reloading)if("dashboard.weglot.com"!==window.location.host){if(!n.silent)throw alert("Something went wrong! Please refresh and try again."),e;console.error(e)}else console.error(e)},success:n.success||o.util.clobberDocument})},o.postResource=function(e,t){e.path=o.path,e.search=window.location.search,e.state=o.state,e.passcode&&(e.passcode=e.passcode.trim()),e.email&&(e.email=e.email.trim()),e.state.cart=o.cache.cart,e.locksmith_json=o.jsonTag,e.locksmith_json_signature=o.jsonTagSignature,o.post("/resource",e,t)},o.ping=function(e){if(!o.isEmbedded){e=e||{};var t=function(){e.reload?o.util.reload():"function"==typeof e.callback&&e.callback()};o.post("/ping",{path:o.path,search:window.location.search,state:o.state},{spinner:!!e.spinner,silent:"undefined"==typeof e.silent||e.silent,type:"text",success:function(e){(e=JSON.parse(e.responseText)).messages&&0<e.messages.length&&o.showMessages(e.messages),e.cart&&o.cache.cart!==e.cart?(o.cache.cart=e.cart,o.cache.saveCart(function(){t(),e.cart&&e.cart.match(/^.+:/)&&o.util.reload()})):t()}})}},o.timeoutMonitor=function(){var e=o.cache.cart;o.ping({callback:function(){e!==o.cache.cart||setTimeout(function(){o.timeoutMonitor()},6e4)}})},o.showMessages=function(e){var t=document.createElement("div");t.style.position="fixed",t.style.left=0,t.style.right=0,t.style.bottom="-50px",t.style.opacity=0,t.style.background="#191919",t.style.color="#ddd",t.style.transition="bottom 0.2s, opacity 0.2s",t.style.zIndex=999999,t.innerHTML="        <style>          .locksmith-ab .locksmith-b { display: none; }          .locksmith-ab.toggled .locksmith-b { display: flex; }          .locksmith-ab.toggled .locksmith-a { display: none; }          .locksmith-flex { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; padding: 10px 20px; }          .locksmith-message + .locksmith-message { border-top: 1px #555 solid; }          .locksmith-message a { color: inherit; font-weight: bold; }          .locksmith-message a:hover { color: inherit; opacity: 0.8; }          a.locksmith-ab-toggle { font-weight: inherit; text-decoration: underline; }          .locksmith-text { flex-grow: 1; }          .locksmith-cta { flex-grow: 0; text-align: right; }          .locksmith-cta button { transform: scale(0.8); transform-origin: left; }          .locksmith-cta > * { display: block; }          .locksmith-cta > * + * { margin-top: 10px; }          .locksmith-message a.locksmith-close { flex-grow: 0; text-decoration: none; margin-left: 15px; font-size: 30px; font-family: monospace; display: block; padding: 2px 10px; }                    @media screen and (max-width: 600px) {            .locksmith-wide-only { display: none !important; }            .locksmith-flex { padding: 0 15px; }            .locksmith-flex > * { margin-top: 5px; margin-bottom: 5px; }            .locksmith-cta { text-align: left; }          }                    @media screen and (min-width: 601px) {            .locksmith-narrow-only { display: none !important; }          }        </style>      "+e.map(function(e){return'<div class="locksmith-message">'+e+"</div>"}).join(""),document.body.appendChild(t),document.body.style.position="relative",document.body.parentElement.style.paddingBottom=t.offsetHeight+"px",setTimeout(function(){t.style.bottom=0,t.style.opacity=1},50),o.util.on("click","locksmith-ab-toggle",function(e){e.preventDefault();for(var t=e.target.parentElement;-1===t.className.split(" ").indexOf("locksmith-ab");)t=t.parentElement;-1!==t.className.split(" ").indexOf("toggled")?t.className=t.className.replace("toggled",""):t.className=t.className+" toggled"}),o.util.enableActions(t)}}()}();</script>
      <script data-locksmith>Locksmith.cache.cart=null</script>


  <script data-locksmith>Locksmith.jsonTag="\u003cscript type=\"application\/vnd.locksmith+json\" data-locksmith\u003e{\"version\":\"v109\",\"locked\":false,\"initialized\":true,\"scope\":\"index\",\"access_granted\":true,\"access_denied\":false,\"requires_customer\":false,\"manual_lock\":false,\"remote_lock\":false,\"has_timeout\":false,\"remote_rendered\":null,\"hide_resource\":false,\"hide_links_to_resource\":false,\"transparent\":true,\"locks\":{\"all\":[],\"opened\":[]},\"keys\":[],\"keys_signature\":\"48e044d17f3e8fb3f9678fad53d0bf0d423917aa6b83a93b3b1060afea9a06e8\",\"state\":{\"template\":\"index\",\"theme\":112774807712,\"product\":null,\"collection\":null,\"page\":null,\"blog\":null,\"article\":null,\"app\":null},\"now\":1714009024,\"path\":\"\\\/\",\"locale_root_url\":\"\\\/\",\"canonical_url\":\"https:\\\/\\\/katxiklothing.com\\\/\",\"customer_id\":null,\"customer_id_signature\":\"48e044d17f3e8fb3f9678fad53d0bf0d423917aa6b83a93b3b1060afea9a06e8\",\"cart\":null}\u003c\/script\u003e";Locksmith.jsonTagSignature="b91878def15c7b33329a78253d7764c61431a4093c40ecebfdc405ceaa800d70"</script>

    <meta charset="utf-8"> 
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, height=device-height, minimum-scale=1.0, maximum-scale=1.0">
    <meta name="theme-color" content="">
    <title>
      Katxi Klothing - Marque de vêtements basques depuis 2016
    </title><meta name="description" content="Katxi Klothing, c&#39;est la marque de vêtements du Pays Basque qui propose une vision moderniste d&#39;un style basque et branché. Katxi propose des collections éco-responsables et locales de vêtements (sweat shirts, tee-shirts, vestes) et accessoires. Les 2 créateurs s&#39;inspirent de la culture caractéristique du Pays Basque.">
<link rel="canonical" href="https://katxiklothing.com/"><link rel="shortcut icon" href="//katxiklothing.com/cdn/shop/files/favicon_katxi_515e82a7-fee5-462a-a1ab-7d555595b069_96x.png?v=1614322701" type="image/png"><!-- Google Tag Manager -->
    <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
    new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
    j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
    'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
    })(window,document,'script','dataLayer','GTM-TK7TLHR');</script>
    <!-- End Google Tag Manager -->

    <!-- Google tag (gtag.js) -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=AW-11311908344">
    </script>
    <script>
      window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments);}
      gtag('js', new Date());
    
      gtag('config', 'AW-11311908344');
    </script>

    <meta property="og:type" content="website">
<meta property="og:title" content="Katxi Klothing - Marque de vêtements basques depuis 2016">
<meta property="og:description" content="Katxi Klothing, c&#39;est la marque de vêtements du Pays Basque qui propose une vision moderniste d&#39;un style basque et branché. Katxi propose des collections éco-responsables et locales de vêtements (sweat shirts, tee-shirts, vestes) et accessoires. Les 2 créateurs s&#39;inspirent de la culture caractéristique du Pays Basque.">
<meta property="og:url" content="https://katxiklothing.com/">
<meta property="og:site_name" content="Katxi Klothing"><meta name="twitter:card" content="summary"><meta name="twitter:title" content="Katxi Klothing - Marque de vêtements basques depuis 2016">
<meta name="twitter:description" content="Katxi Klothing, c&#39;est la marque de vêtements du Pays Basque qui propose une vision moderniste d&#39;un style basque et branché. Katxi propose des collections éco-responsables et locales de vêtements (sweat shirts, tee-shirts, vestes) et accessoires. Les 2 créateurs s&#39;inspirent de la culture caractéristique du Pays Basque.">

    <style>
  @font-face {
  font-family: Montserrat;
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
  src: url("//katxiklothing.com/cdn/fonts/montserrat/montserrat_n5.e72d00d31ae5399d260a80ec70322c62c1819762.woff2?h1=a2F0eGlrbG90aGluZy5jb20&h2=a2F0eGkta2xvdGhpbmcuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=e622225567c4ca51e7e04e524a80c6ff64091693b1f3c4741e71414b8d0a1ea8") format("woff2"),
       url("//katxiklothing.com/cdn/fonts/montserrat/montserrat_n5.18a018b6c83e89030c5d70a6d4c02c969f228500.woff?h1=a2F0eGlrbG90aGluZy5jb20&h2=a2F0eGkta2xvdGhpbmcuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=6b29ab6e23e8928e8d8ae9f36f0e0ba44b611899a3c31fba53e2b3a4d69a896b") format("woff");
}

  @font-face {
  font-family: Montserrat;
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
  src: url("//katxiklothing.com/cdn/fonts/montserrat/montserrat_n4.1d581f6d4bf1a97f4cbc0b88b933bc136d38d178.woff2?h1=a2F0eGlrbG90aGluZy5jb20&h2=a2F0eGkta2xvdGhpbmcuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=58144ce7c9b75f82a8a282dd1677bb03f33f447f6ddc02468082d1b30ef5c8ff") format("woff2"),
       url("//katxiklothing.com/cdn/fonts/montserrat/montserrat_n4.cfce41a967758ce5a9b7d48daeb5b028fd977a9b.woff?h1=a2F0eGlrbG90aGluZy5jb20&h2=a2F0eGkta2xvdGhpbmcuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=4bb1218a228de32ebd945a8ad58a69d50dadc24d3cca6504a320f6518da86349") format("woff");
}


  @font-face {
  font-family: Montserrat;
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
  src: url("//katxiklothing.com/cdn/fonts/montserrat/montserrat_n7.c496e9cf2031deec4c4bca338faa81971c8631d4.woff2?h1=a2F0eGlrbG90aGluZy5jb20&h2=a2F0eGkta2xvdGhpbmcuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=a3106038024c0c6a18828a8516ce019c104fa6086fcd79b59e9ea919dc421cb4") format("woff2"),
       url("//katxiklothing.com/cdn/fonts/montserrat/montserrat_n7.78b0223375c94b39ce1af7e09a0225f2bb3d05f7.woff?h1=a2F0eGlrbG90aGluZy5jb20&h2=a2F0eGkta2xvdGhpbmcuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=d531e0420a7b2d4dde6302bbe4181443b032ec3e6d7e46d28c2bef439c921ea8") format("woff");
}

  @font-face {
  font-family: Montserrat;
  font-weight: 400;
  font-style: italic;
  font-display: fallback;
  src: url("//katxiklothing.com/cdn/fonts/montserrat/montserrat_i4.ae02483b3d5e8777d0d4a4ccf396482c364d8955.woff2?h1=a2F0eGlrbG90aGluZy5jb20&h2=a2F0eGkta2xvdGhpbmcuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=1de5e0f1b56beb1d2f6e09b0344161c21e32b6bd2aacd7662475867a573d910d") format("woff2"),
       url("//katxiklothing.com/cdn/fonts/montserrat/montserrat_i4.ba28d1a04ec09448de486d83c63235903dfc0af8.woff?h1=a2F0eGlrbG90aGluZy5jb20&h2=a2F0eGkta2xvdGhpbmcuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=a9ed4ce22c19826f5ee1a687529ed557fbc9c22a11371143a830c1e64a28dc6b") format("woff");
}

  @font-face {
  font-family: Montserrat;
  font-weight: 700;
  font-style: italic;
  font-display: fallback;
  src: url("//katxiklothing.com/cdn/fonts/montserrat/montserrat_i7.83866c3eec90071fa974c17980ffb42977f9e667.woff2?h1=a2F0eGlrbG90aGluZy5jb20&h2=a2F0eGkta2xvdGhpbmcuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=9c5582d797f5fdcbf938cceed3f61d609e4a5b37475a4d12a9b5db34b5347f81") format("woff2"),
       url("//katxiklothing.com/cdn/fonts/montserrat/montserrat_i7.25524241b12d864609c85325613d60efcf1a87e3.woff?h1=a2F0eGlrbG90aGluZy5jb20&h2=a2F0eGkta2xvdGhpbmcuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=ea7004db3a0aa40532169f3aa1cbe6015dd0c7b96930fb19f5b6a166f5894734") format("woff");
}


  :root {
    --heading-font-family : Montserrat, sans-serif;
    --heading-font-weight : 500;
    --heading-font-style  : normal;

    --text-font-family : Montserrat, sans-serif;
    --text-font-weight : 400;
    --text-font-style  : normal;

    --base-text-font-size   : 16px;
    --default-text-font-size: 14px;--background          : #ffffff;
    --background-rgb      : 255, 255, 255;
    --light-background    : #ffffff;
    --light-background-rgb: 255, 255, 255;
    --heading-color       : #000000;
    --text-color          : #000000;
    --text-color-rgb      : 0, 0, 0;
    --text-color-light    : #1c1b1b;
    --text-color-light-rgb: 28, 27, 27;
    --link-color          : #1c1b1b;
    --link-color-rgb      : 28, 27, 27;
    --border-color        : #d9d9d9;
    --border-color-rgb    : 217, 217, 217;

    --button-background    : #000000;
    --button-background-rgb: 0, 0, 0;
    --button-text-color    : #ffffff;

    --header-background       : #ffffff;
    --header-heading-color    : #000000;
    --header-light-text-color : #1c1b1b;
    --header-border-color     : #d9d9d9;

    --footer-background    : #ffffff;
    --footer-text-color    : #1c1b1b;
    --footer-heading-color : #000000;
    --footer-border-color  : #dddddd;

    --navigation-background      : #000000;
    --navigation-background-rgb  : 0, 0, 0;
    --navigation-text-color      : #ffffff;
    --navigation-text-color-light: rgba(255, 255, 255, 0.5);
    --navigation-border-color    : rgba(255, 255, 255, 0.25);

    --newsletter-popup-background     : #000000;
    --newsletter-popup-text-color     : #ffffff;
    --newsletter-popup-text-color-rgb : 255, 255, 255;

    --secondary-elements-background       : #000000;
    --secondary-elements-background-rgb   : 255, 255, 255;
    --secondary-elements-text-color       : #ffffff;
    --secondary-elements-text-color-light : rgba(255, 255, 255, 0.5);
    --secondary-elements-border-color     : rgba(255, 255, 255, 0.25);

    --product-sale-price-color    : #f94c43;
    --product-sale-price-color-rgb: 249, 76, 67;

    /* Products */

    --horizontal-spacing-four-products-per-row: 60px;
        --horizontal-spacing-two-products-per-row : 60px;

    --vertical-spacing-four-products-per-row: 60px;
        --vertical-spacing-two-products-per-row : 75px;

    /* Animation */
    --drawer-transition-timing: cubic-bezier(0.645, 0.045, 0.355, 1);
    --header-base-height: 80px; /* We set a default for browsers that do not support CSS variables */

    /* Cursors */
    --cursor-zoom-in-svg    : url(//katxiklothing.com/cdn/shop/t/2/assets/cursor-zoom-in.svg?v=100326362725928540331601023785);
    --cursor-zoom-in-2x-svg : url(//katxiklothing.com/cdn/shop/t/2/assets/cursor-zoom-in-2x.svg?v=71919207650934979201601023785);
  }
</style>

<script>
  // IE11 does not have support for CSS variables, so we have to polyfill them
  if (!(((window || {}).CSS || {}).supports && window.CSS.supports('(--a: 0)'))) {
    const script = document.createElement('script');
    script.type = 'text/javascript';
    script.src = 'https://cdn.jsdelivr.net/npm/css-vars-ponyfill@2';
    script.onload = function() {
      cssVars({});
    };

    document.getElementsByTagName('head')[0].appendChild(script);
  }
</script>

    <script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.start');</script><meta name="google-site-verification" content="e7T8kBqo5T0Yue2cO2iEYC7yeSjJ07fIveq4F41Y0F4">
<meta id="shopify-digital-wallet" name="shopify-digital-wallet" content="/49557930144/digital_wallets/dialog">
<meta name="shopify-checkout-api-token" content="e3c40643ae3697f87eada156ae03fd90">
<meta id="in-context-paypal-metadata" data-shop-id="49557930144" data-venmo-supported="false" data-environment="production" data-locale="fr_FR" data-paypal-v4="true" data-currency="EUR">
<link rel="alternate" hreflang="x-default" href="https://katxiklothing.com/">
<link rel="alternate" hreflang="fr-FR" href="https://katxiklothing.com/">
<link rel="alternate" hreflang="es-FR" href="https://katxiklothing.com/es">
<script async="async" src="/checkouts/internal/preloads.js?locale=fr-FR"></script>
<script async="async" src="https://shop.app/checkouts/internal/preloads.js?locale=fr-FR&shop_id=49557930144" crossorigin="anonymous"></script>
<script id="apple-pay-shop-capabilities" type="application/json">{"shopId":49557930144,"countryCode":"FR","currencyCode":"EUR","merchantCapabilities":["supports3DS"],"merchantId":"gid:\/\/shopify\/Shop\/49557930144","merchantName":"Katxi Klothing","requiredBillingContactFields":["postalAddress","email","phone"],"requiredShippingContactFields":["postalAddress","email","phone"],"shippingType":"shipping","supportedNetworks":["visa","masterCard"],"total":{"type":"pending","label":"Katxi Klothing","amount":"1.00"},"shopifyPaymentsEnabled":false,"supportsSubscriptions":false}</script>
<script id="shopify-features" type="application/json">{"accessToken":"e3c40643ae3697f87eada156ae03fd90","betas":["rich-media-storefront-analytics"],"domain":"katxiklothing.com","predictiveSearch":true,"shopId":49557930144,"smart_payment_buttons_url":"https:\/\/katxiklothing.com\/cdn\/shopifycloud\/payment-sheet\/assets\/latest\/spb.fr.js","dynamic_checkout_cart_url":"https:\/\/katxiklothing.com\/cdn\/shopifycloud\/payment-sheet\/assets\/latest\/dynamic-checkout-cart.fr.js","locale":"fr","flg4ff40b22":false}</script>
<script>var Shopify = Shopify || {};
Shopify.shop = "katxi-klothing.myshopify.com";
Shopify.locale = "fr";
Shopify.currency = {"active":"EUR","rate":"1.0"};
Shopify.country = "FR";
Shopify.theme = {"name":"Prestige","id":112774807712,"theme_store_id":855,"role":"main"};
Shopify.theme.handle = "null";
Shopify.theme.style = {"id":null,"handle":null};
Shopify.cdnHost = "katxiklothing.com/cdn";
Shopify.routes = Shopify.routes || {};
Shopify.routes.root = "/";</script>
<script type="module">!function(o){(o.Shopify=o.Shopify||{}).modules=!0}(window);</script>
<script>!function(o){function n(){var o=[];function n(){o.push(Array.prototype.slice.apply(arguments))}return n.q=o,n}var t=o.Shopify=o.Shopify||{};t.loadFeatures=n(),t.autoloadFeatures=n()}(window);</script>
<script>(function() {
  function asyncLoad() {
    var urls = ["https:\/\/chimpstatic.com\/mcjs-connected\/js\/users\/7b9ed7ffbc9c1570c91ba73ca\/a787bd853febcd809c961ca9e.js?shop=katxi-klothing.myshopify.com","https:\/\/cdn-app.cart-bot.net\/public\/js\/append.js?shop=katxi-klothing.myshopify.com","https:\/\/shopwebapp.dpd.fr\/shopify\/js\/dpd_maps.js?shop=katxi-klothing.myshopify.com","https:\/\/cdn.nfcube.com\/instafeed-8e9d9238605d9883d92475efa0d2a52a.js?shop=katxi-klothing.myshopify.com"];
    for (var i = 0; i < urls.length; i++) {
      var s = document.createElement('script');
      s.type = 'text/javascript';
      s.async = true;
      s.src = urls[i];
      var x = document.getElementsByTagName('script')[0];
      x.parentNode.insertBefore(s, x);
    }
  };
  if(window.attachEvent) {
    window.attachEvent('onload', asyncLoad);
  } else {
    window.addEventListener('load', asyncLoad, false);
  }
})();</script>
<script id="__st">var __st={"a":49557930144,"offset":7200,"reqid":"bcccbe09-d3c8-4e02-b5fd-77bd525b989a-1714009024","pageurl":"katxiklothing.com\/","u":"907256dfbd77","p":"home"};</script>
<script>window.ShopifyPaypalV4VisibilityTracking = true;</script>
<script>!function(o){o.addEventListener("DOMContentLoaded",function(){window.Shopify=window.Shopify||{},window.Shopify.recaptchaV3=window.Shopify.recaptchaV3||{siteKey:"6LeHG2ApAAAAAO4rPaDW-qVpPKPOBfjbCpzJB9ey"};var t=['form[action*="/contact"] input[name="form_type"][value="contact"]','form[action*="/comments"] input[name="form_type"][value="new_comment"]','form[action*="/account"] input[name="form_type"][value="customer_login"]','form[action*="/account"] input[name="form_type"][value="recover_customer_password"]','form[action*="/account"] input[name="form_type"][value="create_customer"]','form[action*="/contact"] input[name="form_type"][value="customer"]'].join(",");function n(e){e=e.target;null==e||null!=(e=function e(t,n){if(null==t.parentElement)return null;if("FORM"!=t.parentElement.tagName)return e(t.parentElement,n);for(var o=t.parentElement.action,r=0;r<n.length;r++)if(-1!==o.indexOf(n[r]))return t.parentElement;return null}(e,["/contact","/comments","/account"]))&&null!=e.querySelector(t)&&((e=o.createElement("script")).setAttribute("src","https://cdn.shopify.com/shopifycloud/storefront-recaptcha-v3/v0.6/index.js"),o.body.appendChild(e),o.removeEventListener("focus",n,!0),o.removeEventListener("change",n,!0),o.removeEventListener("click",n,!0))}o.addEventListener("click",n,!0),o.addEventListener("change",n,!0),o.addEventListener("focus",n,!0)})}(document);</script>
<script integrity="sha256-n5Uet9jVOXPHGd4hH4B9Y6+BxkTluaaucmYaxAjUcvY=" data-source-attribution="shopify.loadfeatures" defer="defer" src="//katxiklothing.com/cdn/shopifycloud/shopify/assets/storefront/load_feature-9f951eb7d8d53973c719de211f807d63af81c644e5b9a6ae72661ac408d472f6.js" crossorigin="anonymous"></script>
<script integrity="sha256-HAs5a9TQVLlKuuHrahvWuke+s1UlxXohfHeoYv8G2D8=" data-source-attribution="shopify.dynamic-checkout" defer="defer" src="//katxiklothing.com/cdn/shopifycloud/shopify/assets/storefront/features-1c0b396bd4d054b94abae1eb6a1bd6ba47beb35525c57a217c77a862ff06d83f.js" crossorigin="anonymous"></script>
<script type='text/javascript' async='' src='https://cdn.shopify.com/shopifycloud/privacy-banner/storefront-banner.js'></script>

<style id="shopify-dynamic-checkout-cart">@media screen and (min-width: 750px) {
  #dynamic-checkout-cart {
    min-height: 50px;
  }
}

@media screen and (max-width: 750px) {
  #dynamic-checkout-cart {
    min-height: 120px;
  }
}
</style><script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.end');</script>

    <link rel="stylesheet" href="//katxiklothing.com/cdn/shop/t/2/assets/theme.css?v=146177138572949860691679987912">

    
    <script>
      // This allows to expose several variables to the global scope, to be used in scripts
      window.theme = {
        pageType: "index",
        moneyFormat: "{{amount_with_comma_separator}}€",
        moneyWithCurrencyFormat: "{{amount_with_comma_separator}} EUR",
        productImageSize: "natural",
        searchMode: "product,article,page",
        showPageTransition: true,
        showElementStaggering: false,
        showImageZooming: true
      };

      window.routes = {
        rootUrl: "\/",
        cartUrl: "\/cart",
        cartAddUrl: "\/cart\/add",
        cartChangeUrl: "\/cart\/change",
        searchUrl: "\/search",
        productRecommendationsUrl: "\/recommendations\/products"
      };

      window.languages = {
        cartAddNote: "Ajouter une note",
        cartEditNote: "Editer la note",
        productImageLoadingError: "L\u0026#39;image n\u0026#39;a pas pu être chargée. Essayez de recharger la page.",
        productFormAddToCart: "Ajouter au panier",
        productFormUnavailable: "Indisponible",
        productFormSoldOut: "Rupture",
        shippingEstimatorOneResult: "1 option disponible :",
        shippingEstimatorMoreResults: "{{count}} options disponibles :",
        shippingEstimatorNoResults: "Nous ne livrons pas à cette adresse."
      };

      window.lazySizesConfig = {
        loadHidden: false,
        hFac: 0.5,
        expFactor: 2,
        ricTimeout: 150,
        lazyClass: 'Image--lazyLoad',
        loadingClass: 'Image--lazyLoading',
        loadedClass: 'Image--lazyLoaded'
      };

      document.documentElement.className = document.documentElement.className.replace('no-js', 'js');
      document.documentElement.style.setProperty('--window-height', window.innerHeight + 'px');

      // We do a quick detection of some features (we could use Modernizr but for so little...)
      (function() {
        document.documentElement.className += ((window.CSS && window.CSS.supports('(position: sticky) or (position: -webkit-sticky)')) ? ' supports-sticky' : ' no-supports-sticky');
        document.documentElement.className += (window.matchMedia('(-moz-touch-enabled: 1), (hover: none)')).matches ? ' no-supports-hover' : ' supports-hover';
      }());
    </script>

    <script src="//katxiklothing.com/cdn/shop/t/2/assets/lazysizes.min.js?v=174358363404432586981600960505" async></script><script src="https://cdn.polyfill.io/v3/polyfill.min.js?unknown=polyfill&features=fetch,Element.prototype.closest,Element.prototype.remove,Element.prototype.classList,Array.prototype.includes,Array.prototype.fill,Object.assign,CustomEvent,IntersectionObserver,IntersectionObserverEntry,URL" defer></script>
    <script src="//katxiklothing.com/cdn/shop/t/2/assets/libs.min.js?v=26178543184394469741600960505" defer></script>
    <script src="//katxiklothing.com/cdn/shop/t/2/assets/theme.min.js?v=69950333494449357101712132598" defer></script>
    <script src="//katxiklothing.com/cdn/shop/t/2/assets/custom.js?v=14673134875222477011679922055" defer></script>

    <script>
      (function () {
        window.onpageshow = function() {
          if (window.theme.showPageTransition) {
            var pageTransition = document.querySelector('.PageTransition');

            if (pageTransition) {
              pageTransition.style.visibility = 'visible';
              pageTransition.style.opacity = '0';
            }
          }

          // When the page is loaded from the cache, we have to reload the cart content
          document.documentElement.dispatchEvent(new CustomEvent('cart:refresh', {
            bubbles: true
          }));
        };
      })();
    </script>

    


  <script type="application/ld+json">
  {
    "@context": "http://schema.org",
    "@type": "BreadcrumbList",
  "itemListElement": [{
      "@type": "ListItem",
      "position": 1,
      "name": "Translation missing: fr.general.breadcrumb.home",
      "item": "https://katxiklothing.com"
    }]
  }
  </script>

    <!--Gem_Page_Header_Script-->
    
<link rel="preconnect" href="https://ucarecdn.com">
<link rel="dns-prefetch" href="https://ucarecdn.com">

<link rel="preconnect" href="https://d1um8515vdn9kb.cloudfront.net">
<link rel="dns-prefetch" href="https://d1um8515vdn9kb.cloudfront.net">

<link rel="preconnect" href="https://maxcdn.bootstrapcdn.com">
<link rel="dns-prefetch" href="https://maxcdn.bootstrapcdn.com">

<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="dns-prefetch" href="https://fonts.gstatic.com">

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="dns-prefetch" href="https://fonts.googleapis.com">

    


    <!--End_Gem_Page_Header_Script-->    
  
    <!-- Hotjar Tracking Code for https://katxiklothing.com/ -->
    <script>
        (function(h,o,t,j,a,r){
            h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
            h._hjSettings={hjid:2311765,hjsv:6};
            a=o.getElementsByTagName('head')[0];
            r=o.createElement('script');r.async=1;
            r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
            a.appendChild(r);
        })(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
    </script>
    
     

    

    

    
  
    
<meta property="og:image" content="https://cdn.shopify.com/s/files/1/0495/5793/0144/files/favicon_katxi.png?height=628&pad_color=ffffff&v=1614322700&width=1200" />
<meta property="og:image:secure_url" content="https://cdn.shopify.com/s/files/1/0495/5793/0144/files/favicon_katxi.png?height=628&pad_color=ffffff&v=1614322700&width=1200" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="628" />
<meta property="og:image:alt" content="Katxi Klothing" />
<link href="https://monorail-edge.shopifysvc.com" rel="dns-prefetch">
<script>(function(){if ("sendBeacon" in navigator && "performance" in window) {var session_token = document.cookie.match(/_shopify_s=([^;]*)/);function handle_abandonment_event(e) {var entries = performance.getEntries().filter(function(entry) {return /monorail-edge.shopifysvc.com/.test(entry.name);});if (!window.abandonment_tracked && entries.length === 0) {window.abandonment_tracked = true;var currentMs = Date.now();var navigation_start = performance.timing.navigationStart;var payload = {shop_id: 49557930144,url: window.location.href,navigation_start,duration: currentMs - navigation_start,session_token: session_token && session_token.length === 2 ? session_token[1] : "",page_type: "index"};window.navigator.sendBeacon("https://monorail-edge.shopifysvc.com/v1/produce", JSON.stringify({schema_id: "online_store_buyer_site_abandonment/1.1",payload: payload,metadata: {event_created_at_ms: currentMs,event_sent_at_ms: currentMs}}));}}window.addEventListener('pagehide', handle_abandonment_event);}}());</script>
<script id="web-pixels-manager-setup">(function e(e,n,a,t,r){var o="function"==typeof BigInt&&-1!==BigInt.toString().indexOf("[native code]")?"modern":"legacy";window.Shopify=window.Shopify||{};var i=window.Shopify;i.analytics=i.analytics||{};var s=i.analytics;s.replayQueue=[],s.publish=function(e,n,a){return s.replayQueue.push([e,n,a]),!0};try{self.performance.mark("wpm:start")}catch(e){}var l=[a,"/wpm","/b",r,o.substring(0,1),".js"].join("");!function(e){var n=e.src,a=e.async,t=void 0===a||a,r=e.onload,o=e.onerror,i=document.createElement("script"),s=document.head,l=document.body;i.async=t,i.src=n,r&&i.addEventListener("load",r),o&&i.addEventListener("error",o),s?s.appendChild(i):l?l.appendChild(i):console.error("Did not find a head or body element to append the script")}({src:l,async:!0,onload:function(){var a=window.webPixelsManager.init(e);n(a);var t=window.Shopify.analytics;t.replayQueue.forEach((function(e){var n=e[0],t=e[1],r=e[2];a.publishCustomEvent(n,t,r)})),t.replayQueue=[],t.publish=a.publishCustomEvent,t.visitor=a.visitor},onerror:function(){var n=e.storefrontBaseUrl.replace(/\/$/,""),a="".concat(n,"/.well-known/shopify/monorail/unstable/produce_batch"),r=JSON.stringify({metadata:{event_sent_at_ms:(new Date).getTime()},events:[{schema_id:"web_pixels_manager_load/2.0",payload:{version:t||"latest",page_url:self.location.href,status:"failed",error_msg:"".concat(l," has failed to load")},metadata:{event_created_at_ms:(new Date).getTime()}}]});try{if(self.navigator.sendBeacon.bind(self.navigator)(a,r))return!0}catch(e){}var o=new XMLHttpRequest;try{return o.open("POST",a,!0),o.setRequestHeader("Content-Type","text/plain"),o.send(r),!0}catch(e){console&&console.warn&&console.warn("[Web Pixels Manager] Got an unhandled error while logging a load error.")}return!1}})})({shopId: 49557930144,storefrontBaseUrl: "https://katxiklothing.com",cdnBaseUrl: "https://katxiklothing.com/cdn",surface: "storefront-renderer",enabledBetaFlags: ["5de24938"],webPixelsConfigList: [{"id":"202834269","configuration":"{\"tagID\":\"2612856024731\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"54f3ea9d23f4af69f7d812fb978ff7ee","type":"APP","apiClientId":3009811,"privacyPurposes":null},{"id":"shopify-app-pixel","configuration":"{}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"063","apiClientId":"shopify-pixel","type":"APP","purposes":["ANALYTICS"]},{"id":"shopify-custom-pixel","eventPayloadVersion":"v1","runtimeContext":"LAX","scriptVersion":"063","apiClientId":"shopify-pixel","type":"CUSTOM","purposes":["ANALYTICS"]}],initData: {"cart":null,"checkout":null,"customer":null,"productVariants":[]},},function pageEvents(webPixelsManagerAPI) {webPixelsManagerAPI.publish("page_viewed");},"https://katxiklothing.com/cdn","4c9a6e6a0e8f3d3b51facc92be062e7acecb2b79","8de8d7d4w4d3016cbp0498fcd6mc7126278",);</script>  <script>window.ShopifyAnalytics = window.ShopifyAnalytics || {};
window.ShopifyAnalytics.meta = window.ShopifyAnalytics.meta || {};
window.ShopifyAnalytics.meta.currency = 'EUR';
var meta = {"page":{"pageType":"home"}};
for (var attr in meta) {
  window.ShopifyAnalytics.meta[attr] = meta[attr];
}</script>
<script>window.ShopifyAnalytics.merchantGoogleAnalytics = function() {
  
};
</script>
<script class="analytics">(function () {
    var customDocumentWrite = function(content) {
      var jquery = null;

      if (window.jQuery) {
        jquery = window.jQuery;
      } else if (window.Checkout && window.Checkout.$) {
        jquery = window.Checkout.$;
      }

      if (jquery) {
        jquery('body').append(content);
      }
    };

    var hasLoggedConversion = function(token) {
      if (token) {
        return document.cookie.indexOf('loggedConversion=' + token) !== -1;
      }
      return false;
    }

    var setCookieIfConversion = function(token) {
      if (token) {
        var twoMonthsFromNow = new Date(Date.now());
        twoMonthsFromNow.setMonth(twoMonthsFromNow.getMonth() + 2);

        document.cookie = 'loggedConversion=' + token + '; expires=' + twoMonthsFromNow;
      }
    }

    var trekkie = window.ShopifyAnalytics.lib = window.trekkie = window.trekkie || [];
    if (trekkie.integrations) {
      return;
    }
    trekkie.methods = [
      'identify',
      'page',
      'ready',
      'track',
      'trackForm',
      'trackLink'
    ];
    trekkie.factory = function(method) {
      return function() {
        var args = Array.prototype.slice.call(arguments);
        args.unshift(method);
        trekkie.push(args);
        return trekkie;
      };
    };
    for (var i = 0; i < trekkie.methods.length; i++) {
      var key = trekkie.methods[i];
      trekkie[key] = trekkie.factory(key);
    }
    trekkie.load = function(config) {
      trekkie.config = config || {};
      trekkie.config.initialDocumentCookie = document.cookie;
      var first = document.getElementsByTagName('script')[0];
      var script = document.createElement('script');
      script.type = 'text/javascript';
      script.onerror = function(e) {
        var scriptFallback = document.createElement('script');
        scriptFallback.type = 'text/javascript';
        scriptFallback.onerror = function(error) {
                var Monorail = {
      produce: function produce(monorailDomain, schemaId, payload) {
        var currentMs = new Date().getTime();
        var event = {
          schema_id: schemaId,
          payload: payload,
          metadata: {
            event_created_at_ms: currentMs,
            event_sent_at_ms: currentMs
          }
        };
        return Monorail.sendRequest("https://" + monorailDomain + "/v1/produce", JSON.stringify(event));
      },
      sendRequest: function sendRequest(endpointUrl, payload) {
        // Try the sendBeacon API
        if (window && window.navigator && typeof window.navigator.sendBeacon === 'function' && typeof window.Blob === 'function' && !Monorail.isIos12()) {
          var blobData = new window.Blob([payload], {
            type: 'text/plain'
          });

          if (window.navigator.sendBeacon(endpointUrl, blobData)) {
            return true;
          } // sendBeacon was not successful

        } // XHR beacon

        var xhr = new XMLHttpRequest();

        try {
          xhr.open('POST', endpointUrl);
          xhr.setRequestHeader('Content-Type', 'text/plain');
          xhr.send(payload);
        } catch (e) {
          console.log(e);
        }

        return false;
      },
      isIos12: function isIos12() {
        return window.navigator.userAgent.lastIndexOf('iPhone; CPU iPhone OS 12_') !== -1 || window.navigator.userAgent.lastIndexOf('iPad; CPU OS 12_') !== -1;
      }
    };
    Monorail.produce('monorail-edge.shopifysvc.com',
      'trekkie_storefront_load_errors/1.1',
      {shop_id: 49557930144,
      theme_id: 112774807712,
      app_name: "storefront",
      context_url: window.location.href,
      source_url: "//katxiklothing.com/cdn/s/trekkie.storefront.88baf04046928b6edf6574afd22dbd026cc7d568.min.js"});

        };
        scriptFallback.async = true;
        scriptFallback.src = '//katxiklothing.com/cdn/s/trekkie.storefront.88baf04046928b6edf6574afd22dbd026cc7d568.min.js';
        first.parentNode.insertBefore(scriptFallback, first);
      };
      script.async = true;
      script.src = '//katxiklothing.com/cdn/s/trekkie.storefront.88baf04046928b6edf6574afd22dbd026cc7d568.min.js';
      first.parentNode.insertBefore(script, first);
    };
    trekkie.load(
      {"Trekkie":{"appName":"storefront","development":false,"defaultAttributes":{"shopId":49557930144,"isMerchantRequest":null,"themeId":112774807712,"themeCityHash":"17681839871385881546","contentLanguage":"fr","currency":"EUR"},"isServerSideCookieWritingEnabled":true,"monorailRegion":"shop_domain","enabledBetaFlags":["bbcf04e6"]},"Facebook Pixel":{"pixelIds":["174697487703028"],"agent":"plshopify1.2"},"Pinterest Pixel":{"pixelId":"2612856024731"},"Google Gtag Pixel":{"conversionId":"G-Z5E2ZTLEG1","eventLabels":[{"type":"search","action_label":["G-Z5E2ZTLEG1","AW-11311908344\/LAdcCN_Ay_4YEPiL-JEq"]},{"type":"begin_checkout","action_label":["G-Z5E2ZTLEG1","AW-11311908344\/1YLDCOXAy_4YEPiL-JEq"]},{"type":"view_item","action_label":["G-Z5E2ZTLEG1","AW-11311908344\/9v37CNzAy_4YEPiL-JEq","MC-3CL27XYPDJ"]},{"type":"purchase","action_label":["G-Z5E2ZTLEG1","AW-11311908344\/glAXCNbAy_4YEPiL-JEq","MC-3CL27XYPDJ"]},{"type":"page_view","action_label":["G-Z5E2ZTLEG1","AW-11311908344\/Ban8CNnAy_4YEPiL-JEq","MC-3CL27XYPDJ"]},{"type":"add_payment_info","action_label":["G-Z5E2ZTLEG1","AW-11311908344\/p9u7COjAy_4YEPiL-JEq"]},{"type":"add_to_cart","action_label":["G-Z5E2ZTLEG1","AW-11311908344\/VU-OCOLAy_4YEPiL-JEq"]}],"targetCountry":"FR"},"Session Attribution":{},"S2S":{"facebookCapiEnabled":true,"facebookAppPixelId":"174697487703028","source":"trekkie-storefront-renderer"}}
    );

    var loaded = false;
    trekkie.ready(function() {
      if (loaded) return;
      loaded = true;

      window.ShopifyAnalytics.lib = window.trekkie;

  
      var originalDocumentWrite = document.write;
      document.write = customDocumentWrite;
      try { window.ShopifyAnalytics.merchantGoogleAnalytics.call(this); } catch(error) {};
      document.write = originalDocumentWrite;

      window.ShopifyAnalytics.lib.page(null,{"pageType":"home"});

      var match = window.location.pathname.match(/checkouts\/(.+)\/(thank_you|post_purchase)/)
      var token = match? match[1]: undefined;
      if (!hasLoggedConversion(token)) {
        setCookieIfConversion(token);
        
      }
    });


        var eventsListenerScript = document.createElement('script');
        eventsListenerScript.async = true;
        eventsListenerScript.src = "//katxiklothing.com/cdn/shopifycloud/shopify/assets/shop_events_listener-61fa9e0a912c675e178777d2b27f6cbd482f8912a6b0aa31fa3515985a8cd626.js";
        document.getElementsByTagName('head')[0].appendChild(eventsListenerScript);

})();</script>
<script class="boomerang">
(function () {
  if (window.BOOMR && (window.BOOMR.version || window.BOOMR.snippetExecuted)) {
    return;
  }
  window.BOOMR = window.BOOMR || {};
  window.BOOMR.snippetStart = new Date().getTime();
  window.BOOMR.snippetExecuted = true;
  window.BOOMR.snippetVersion = 12;
  window.BOOMR.application = "storefront-renderer";
  window.BOOMR.themeName = "Prestige";
  window.BOOMR.themeVersion = "4.9.7";
  window.BOOMR.shopId = 49557930144;
  window.BOOMR.themeId = 112774807712;
  window.BOOMR.renderRegion = "gcp-europe-west3";
  window.BOOMR.url =
    "https://katxiklothing.com/cdn/shopifycloud/boomerang/shopify-boomerang-1.0.0.min.js";
  var where = document.currentScript || document.getElementsByTagName("script")[0];
  var parentNode = where.parentNode;
  var promoted = false;
  var LOADER_TIMEOUT = 3000;
  function promote() {
    if (promoted) {
      return;
    }
    var script = document.createElement("script");
    script.id = "boomr-scr-as";
    script.src = window.BOOMR.url;
    script.async = true;
    parentNode.appendChild(script);
    promoted = true;
  }
  function iframeLoader(wasFallback) {
    promoted = true;
    var dom, bootstrap, iframe, iframeStyle;
    var doc = document;
    var win = window;
    window.BOOMR.snippetMethod = wasFallback ? "if" : "i";
    bootstrap = function(parent, scriptId) {
      var script = doc.createElement("script");
      script.id = scriptId || "boomr-if-as";
      script.src = window.BOOMR.url;
      BOOMR_lstart = new Date().getTime();
      parent = parent || doc.body;
      parent.appendChild(script);
    };
    if (!window.addEventListener && window.attachEvent && navigator.userAgent.match(/MSIE [67]./)) {
      window.BOOMR.snippetMethod = "s";
      bootstrap(parentNode, "boomr-async");
      return;
    }
    iframe = document.createElement("IFRAME");
    iframe.src = "about:blank";
    iframe.title = "";
    iframe.role = "presentation";
    iframe.loading = "eager";
    iframeStyle = (iframe.frameElement || iframe).style;
    iframeStyle.width = 0;
    iframeStyle.height = 0;
    iframeStyle.border = 0;
    iframeStyle.display = "none";
    parentNode.appendChild(iframe);
    try {
      win = iframe.contentWindow;
      doc = win.document.open();
    } catch (e) {
      dom = document.domain;
      iframe.src = "javascript:var d=document.open();d.domain='" + dom + "';void(0);";
      win = iframe.contentWindow;
      doc = win.document.open();
    }
    if (dom) {
      doc._boomrl = function() {
        this.domain = dom;
        bootstrap();
      };
      doc.write("<body onload='document._boomrl();'>");
    } else {
      win._boomrl = function() {
        bootstrap();
      };
      if (win.addEventListener) {
        win.addEventListener("load", win._boomrl, false);
      } else if (win.attachEvent) {
        win.attachEvent("onload", win._boomrl);
      }
    }
    doc.close();
  }
  var link = document.createElement("link");
  if (link.relList &&
    typeof link.relList.supports === "function" &&
    link.relList.supports("preload") &&
    ("as" in link)) {
    window.BOOMR.snippetMethod = "p";
    link.href = window.BOOMR.url;
    link.rel = "preload";
    link.as = "script";
    link.addEventListener("load", promote);
    link.addEventListener("error", function() {
      iframeLoader(true);
    });
    setTimeout(function() {
      if (!promoted) {
        iframeLoader(true);
      }
    }, LOADER_TIMEOUT);
    BOOMR_lstart = new Date().getTime();
    parentNode.appendChild(link);
  } else {
    iframeLoader(false);
  }
  function boomerangSaveLoadTime(e) {
    window.BOOMR_onload = (e && e.timeStamp) || new Date().getTime();
  }
  if (window.addEventListener) {
    window.addEventListener("load", boomerangSaveLoadTime, false);
  } else if (window.attachEvent) {
    window.attachEvent("onload", boomerangSaveLoadTime);
  }
  if (document.addEventListener) {
    document.addEventListener("onBoomerangLoaded", function(e) {
      e.detail.BOOMR.init({
        ResourceTiming: {
          enabled: true,
          trackedResourceTypes: ["script", "img", "css"]
        },
      });
      e.detail.BOOMR.t_end = new Date().getTime();
    });
  } else if (document.attachEvent) {
    document.attachEvent("onpropertychange", function(e) {
      if (!e) e=event;
      if (e.propertyName === "onBoomerangLoaded") {
        e.detail.BOOMR.init({
          ResourceTiming: {
            enabled: true,
            trackedResourceTypes: ["script", "img", "css"]
          },
        });
        e.detail.BOOMR.t_end = new Date().getTime();
      }
    });
  }
})();</script>
</head><body class="prestige--v4 features--heading-small features--heading-uppercase features--show-page-transition features--show-button-transition features--show-image-zooming  template-index">
    <a class="PageSkipLink u-visually-hidden" href="#main">Aller au contenu</a>
    <span class="LoadingBar"></span>
    <div class="PageOverlay"></div><div class="PageTransition"></div><div id="shopify-section-popup" class="shopify-section">

      <aside class="NewsletterPopup" data-section-id="popup" data-section-type="newsletter-popup" data-section-settings='        {          "apparitionDelay": 5,          "showOnlyOnce": true        }      ' aria-hidden="true">
        <button class="NewsletterPopup__Close" data-action="close-popup" aria-label="Fermer"><svg class="Icon Icon--close" role="presentation" viewbox="0 0 16 14">
      <path d="M15 0L1 14m14 0L1 0" stroke="currentColor" fill="none" fill-rule="evenodd"></path>
    </svg></button><div class="NewsletterPopup__Heading Heading u-h2">Newsletter</div><div class="NewsletterPopup__Content">
            <p>Inscris-toi à notre Kourrier pour recevoir <strong>une remise de 10% sur le e-shop</strong>, des bons plans et toutes les nouveautés Katxi !!!</p>
          </div><form method="post" action="/contact#newsletter-popup" id="newsletter-popup" accept-charset="UTF-8" class="NewsletterPopup__Form"><input type="hidden" name="form_type" value="customer" /><input type="hidden" name="utf8" value="✓" /><input type="hidden" name="contact[tags]" value="newsletter">

              <input type="email" name="contact[email]" class="Form__Input" required="required" aria-label="Entrez votre email" placeholder="Entrez votre email">
              <button class="Form__Submit Button Button--primary Button--full" type="submit">S&#39;inscrire</button></form></aside></div>
    <div id="shopify-section-sidebar-menu" class="shopify-section"><section id="sidebar-menu" class="SidebarMenu Drawer Drawer--small Drawer--fromLeft" aria-hidden="true" data-section-id="sidebar-menu" data-section-type="sidebar-menu">
    <header class="Drawer__Header" data-drawer-animated-left>
      <button class="Drawer__Close Icon-Wrapper--clickable" data-action="close-drawer" data-drawer-id="sidebar-menu" aria-label="Fermer la navigation"><svg class="Icon Icon--close" role="presentation" viewbox="0 0 16 14">
      <path d="M15 0L1 14m14 0L1 0" stroke="currentColor" fill="none" fill-rule="evenodd"></path>
    </svg></button>
    </header>

    <div class="Drawer__Content">
      <div class="Drawer__Main" data-drawer-animated-left data-scrollable>
        <div class="Drawer__Container">
          <nav class="SidebarMenu__Nav SidebarMenu__Nav--primary" aria-label="Navigation latérale"><div class="Collapsible"><button class="Collapsible__Button Heading u-h6" data-action="toggle-collapsible" aria-expanded="false">Le Shop<span class="Collapsible__Plus"></span>
                  </button>

                  <div class="Collapsible__Inner">
                    <div class="Collapsible__Content"><div class="Collapsible"><button class="Collapsible__Button Heading Text--subdued Link--primary u-h7" data-action="toggle-collapsible" aria-expanded="false">Catégories<span class="Collapsible__Plus"></span>
                            </button>

                            <div class="Collapsible__Inner">
                              <div class="Collapsible__Content">
                                <ul class="Linklist Linklist--bordered Linklist--spacingLoose"><li class="Linklist__Item">
                                      <a href="/collections/tous-les-produits" class="Text--subdued Link Link--primary">Tous les produits</a>
                                    </li><li class="Linklist__Item">
                                      <a href="/collections/tee-shirts-polos" class="Text--subdued Link Link--primary">Nos Tee-Shirts</a>
                                    </li><li class="Linklist__Item">
                                      <a href="/collections/sweats-vestes" class="Text--subdued Link Link--primary">Nos Sweats &amp; Vestes</a>
                                    </li><li class="Linklist__Item">
                                      <a href="/collections/accessoires" class="Text--subdued Link Link--primary">Nos Accessoires</a>
                                    </li><li class="Linklist__Item">
                                      <a href="/collections/affiches" class="Text--subdued Link Link--primary">Affiches</a>
                                    </li><li class="Linklist__Item">
                                      <a href="/products/karte-kdo" class="Text--subdued Link Link--primary">Kartes KDO</a>
                                    </li><li class="Linklist__Item">
                                      <a href="/pages/prix-casses" class="Text--subdued Link Link--primary">OUTLET : Prix Kassés</a>
                                    </li></ul>
                              </div>
                            </div></div><div class="Collapsible"><button class="Collapsible__Button Heading Text--subdued Link--primary u-h7" data-action="toggle-collapsible" aria-expanded="false">Kollections<span class="Collapsible__Plus"></span>
                            </button>

                            <div class="Collapsible__Inner">
                              <div class="Collapsible__Content">
                                <ul class="Linklist Linklist--bordered Linklist--spacingLoose"><li class="Linklist__Item">
                                      <a href="/collections/amalurra-2" class="Text--subdued Link Link--primary">AMALURRA : Printemps/Été</a>
                                    </li><li class="Linklist__Item">
                                      <a href="/collections/amalurra-1" class="Text--subdued Link Link--primary">AMALURRA : Automne/Hiver</a>
                                    </li><li class="Linklist__Item">
                                      <a href="/collections/nos-incontournables" class="Text--subdued Link Link--primary">INKONTOURNABLES : Kollection permanente</a>
                                    </li><li class="Linklist__Item">
                                      <a href="/pages/prix-casses" class="Text--subdued Link Link--primary">OUTLET  : Prix Kassés</a>
                                    </li></ul>
                              </div>
                            </div></div></div>
                  </div></div><div class="Collapsible"><button class="Collapsible__Button Heading u-h6" data-action="toggle-collapsible" aria-expanded="false">Points de Vente<span class="Collapsible__Plus"></span>
                  </button>

                  <div class="Collapsible__Inner">
                    <div class="Collapsible__Content"><div class="Collapsible"><a href="/pages/boutik-st-jean" class="Collapsible__Button Heading Text--subdued Link Link--primary u-h7">La Boutik Saint-Jean-de-Luz</a></div><div class="Collapsible"><a href="/pages/boutik-bayonne" class="Collapsible__Button Heading Text--subdued Link Link--primary u-h7">La Boutik Bayonne</a></div><div class="Collapsible"><a href="/pages/lokal" class="Collapsible__Button Heading Text--subdued Link Link--primary u-h7">Le Lokal Saint-Jean-de-Luz</a></div><div class="Collapsible"><a href="/pages/distributeurs-katxiklothing" class="Collapsible__Button Heading Text--subdued Link Link--primary u-h7">Nos distributeurs</a></div></div>
                  </div></div><div class="Collapsible"><button class="Collapsible__Button Heading u-h6" data-action="toggle-collapsible" aria-expanded="false">La Marque<span class="Collapsible__Plus"></span>
                  </button>

                  <div class="Collapsible__Inner">
                    <div class="Collapsible__Content"><div class="Collapsible"><a href="/pages/laventure-katxi" class="Collapsible__Button Heading Text--subdued Link Link--primary u-h7">L&#39;Aventure Katxi</a></div><div class="Collapsible"><a href="/pages/customisation-basque-et-eco-responsable" class="Collapsible__Button Heading Text--subdued Link Link--primary u-h7">Kustomisation Basque &amp; Eko-responsabilité</a></div><div class="Collapsible"><a href="/pages/kommunaute-katxi" class="Collapsible__Button Heading Text--subdued Link Link--primary u-h7">La Kommunauté Katxi</a></div><div class="Collapsible"><a href="/pages/copy-of-kommunaute-katxi" class="Collapsible__Button Heading Text--subdued Link Link--primary u-h7">La Team K</a></div></div>
                  </div></div><div class="Collapsible"><button class="Collapsible__Button Heading u-h6" data-action="toggle-collapsible" aria-expanded="false">News<span class="Collapsible__Plus"></span>
                  </button>

                  <div class="Collapsible__Inner">
                    <div class="Collapsible__Content"><div class="Collapsible"><a href="https://katxiklothing.com/blogs/news/tagged/actualites" class="Collapsible__Button Heading Text--subdued Link Link--primary u-h7">Actualités</a></div><div class="Collapsible"><a href="https://katxiklothing.com/blogs/news/tagged/evenements" class="Collapsible__Button Heading Text--subdued Link Link--primary u-h7">Évènements </a></div><div class="Collapsible"><a href="https://katxiklothing.com/blogs/news/tagged/kollab" class="Collapsible__Button Heading Text--subdued Link Link--primary u-h7">Kollab&#39;</a></div><div class="Collapsible"><a href="https://katxiklothing.com/blogs/news/tagged/kollection" class="Collapsible__Button Heading Text--subdued Link Link--primary u-h7">Kollections</a></div><div class="Collapsible"><a href="https://katxiklothing.com/blogs/news/tagged/kommunaute-katxi" class="Collapsible__Button Heading Text--subdued Link Link--primary u-h7">Kommunauté Katxi </a></div><div class="Collapsible"><a href="https://katxiklothing.com/blogs/news/tagged/kopains-daventure" class="Collapsible__Button Heading Text--subdued Link Link--primary u-h7">Kopains D&#39;aventures</a></div><div class="Collapsible"><a href="https://katxiklothing.com/blogs/news/tagged/presse" class="Collapsible__Button Heading Text--subdued Link Link--primary u-h7">Presse</a></div></div>
                  </div></div><div class="Collapsible"><a href="/pages/prix-casses" class="Collapsible__Button Heading Link Link--primary u-h6">PRIX KASSÉS</a></div></nav><nav class="SidebarMenu__Nav SidebarMenu__Nav--secondary">
            <ul class="Linklist Linklist--spacingLoose"><li class="Linklist__Item">
                  <a href="/account" class="Text--subdued Link Link--primary">Compte</a>
                </li></ul>
          </nav>
        </div>
      </div><aside class="Drawer__Footer" data-drawer-animated-bottom><ul class="SidebarMenu__Social HorizontalList HorizontalList--spacingFill">
    <li class="HorizontalList__Item">
      <a href="https://www.facebook.com/KatxiKlothing/" class="Link Link--primary" target="_blank" rel="noopener" aria-label="Facebook">
        <span class="Icon-Wrapper--clickable"><svg class="Icon Icon--facebook" viewbox="0 0 9 17">
      <path d="M5.842 17V9.246h2.653l.398-3.023h-3.05v-1.93c0-.874.246-1.47 1.526-1.47H9V.118C8.718.082 7.75 0 6.623 0 4.27 0 2.66 1.408 2.66 3.994v2.23H0v3.022h2.66V17h3.182z"></path>
    </svg></span>
      </a>
    </li>

    
<li class="HorizontalList__Item">
      <a href="https://www.instagram.com/katxiklothing/?hl=fr" class="Link Link--primary" target="_blank" rel="noopener" aria-label="Instagram">
        <span class="Icon-Wrapper--clickable"><svg class="Icon Icon--instagram" role="presentation" viewbox="0 0 32 32">
      <path d="M15.994 2.886c4.273 0 4.775.019 6.464.095 1.562.07 2.406.33 2.971.552.749.292 1.283.635 1.841 1.194s.908 1.092 1.194 1.841c.216.565.483 1.41.552 2.971.076 1.689.095 2.19.095 6.464s-.019 4.775-.095 6.464c-.07 1.562-.33 2.406-.552 2.971-.292.749-.635 1.283-1.194 1.841s-1.092.908-1.841 1.194c-.565.216-1.41.483-2.971.552-1.689.076-2.19.095-6.464.095s-4.775-.019-6.464-.095c-1.562-.07-2.406-.33-2.971-.552-.749-.292-1.283-.635-1.841-1.194s-.908-1.092-1.194-1.841c-.216-.565-.483-1.41-.552-2.971-.076-1.689-.095-2.19-.095-6.464s.019-4.775.095-6.464c.07-1.562.33-2.406.552-2.971.292-.749.635-1.283 1.194-1.841s1.092-.908 1.841-1.194c.565-.216 1.41-.483 2.971-.552 1.689-.083 2.19-.095 6.464-.095zm0-2.883c-4.343 0-4.889.019-6.597.095-1.702.076-2.864.349-3.879.743-1.054.406-1.943.959-2.832 1.848S1.251 4.473.838 5.521C.444 6.537.171 7.699.095 9.407.019 11.109 0 11.655 0 15.997s.019 4.889.095 6.597c.076 1.702.349 2.864.743 3.886.406 1.054.959 1.943 1.848 2.832s1.784 1.435 2.832 1.848c1.016.394 2.178.667 3.886.743s2.248.095 6.597.095 4.889-.019 6.597-.095c1.702-.076 2.864-.349 3.886-.743 1.054-.406 1.943-.959 2.832-1.848s1.435-1.784 1.848-2.832c.394-1.016.667-2.178.743-3.886s.095-2.248.095-6.597-.019-4.889-.095-6.597c-.076-1.702-.349-2.864-.743-3.886-.406-1.054-.959-1.943-1.848-2.832S27.532 1.247 26.484.834C25.468.44 24.306.167 22.598.091c-1.714-.07-2.26-.089-6.603-.089zm0 7.778c-4.533 0-8.216 3.676-8.216 8.216s3.683 8.216 8.216 8.216 8.216-3.683 8.216-8.216-3.683-8.216-8.216-8.216zm0 13.549c-2.946 0-5.333-2.387-5.333-5.333s2.387-5.333 5.333-5.333 5.333 2.387 5.333 5.333-2.387 5.333-5.333 5.333zM26.451 7.457c0 1.059-.858 1.917-1.917 1.917s-1.917-.858-1.917-1.917c0-1.059.858-1.917 1.917-1.917s1.917.858 1.917 1.917z"></path>
    </svg></span>
      </a>
    </li>

    
<li class="HorizontalList__Item">
      <a href="https://www.youtube.com/channel/UC_LSKRT9W9nHkyQCY0EgSfQ/videos" class="Link Link--primary" target="_blank" rel="noopener" aria-label="YouTube">
        <span class="Icon-Wrapper--clickable"><svg class="Icon Icon--youtube" role="presentation" viewbox="0 0 33 32">
      <path d="M0 25.693q0 1.997 1.318 3.395t3.209 1.398h24.259q1.891 0 3.209-1.398t1.318-3.395V6.387q0-1.997-1.331-3.435t-3.195-1.438H4.528q-1.864 0-3.195 1.438T.002 6.387v19.306zm12.116-3.488V9.876q0-.186.107-.293.08-.027.133-.027l.133.027 11.61 6.178q.107.107.107.266 0 .107-.107.213l-11.61 6.178q-.053.053-.107.053-.107 0-.16-.053-.107-.107-.107-.213z"></path>
    </svg></span>
      </a>
    </li>

    

  </ul>

</aside></div>
</section>

</div>
<div id="sidebar-cart" class="Drawer Drawer--fromRight" aria-hidden="true" data-section-id="cart" data-section-type="cart" data-section-settings='{  "type": "drawer",  "itemCount": 0,  "drawer": true,  "hasShippingEstimator": false}'>
  <div class="Drawer__Header Drawer__Header--bordered Drawer__Container">
      <span class="Drawer__Title Heading u-h4">Panier</span>

      <button class="Drawer__Close Icon-Wrapper--clickable" data-action="close-drawer" data-drawer-id="sidebar-cart" aria-label="Fermer le panier"><svg class="Icon Icon--close" role="presentation" viewbox="0 0 16 14">
      <path d="M15 0L1 14m14 0L1 0" stroke="currentColor" fill="none" fill-rule="evenodd"></path>
    </svg></button>
  </div>

  <form class="Cart Drawer__Content" action="/cart" method="POST" novalidate>
    <div class="Drawer__Main" data-scrollable><div class="Cart__ShippingNotice Text--subdued">
          <div class="Drawer__Container"><p class="strong">Encore <span>100€</span> pour bénéficier des frais de port gratuits !</p></div>
        </div><p class="Cart__Empty Heading u-h5">Votre panier est vide</p></div></form>
</div>
<div class="PageContainer">
      <div id="shopify-section-announcement" class="shopify-section"><section id="section-announcement" data-section-id="announcement" data-section-type="announcement-bar">
      <div class="AnnouncementBar">
        <div class="AnnouncementBar__Wrapper">
          <p class="AnnouncementBar__Content Heading"><a href="/products/tee-shirt-kabino-outlet">alerte prix kassés ! dékouvre une sélection d&#39;inKontournables à prix réduits !</a></p>
        </div>
      </div>
    </section>

    <style>
      #section-announcement {
        background: #efefe8;
        color: #1c1b1b;
      }
    </style>

    <script>
      document.documentElement.style.setProperty('--announcement-bar-height', document.getElementById('shopify-section-announcement').offsetHeight + 'px');
    </script></div>
      <div id="shopify-section-header" class="shopify-section shopify-section--header"><div id="Search" class="Search" aria-hidden="true">
  <div class="Search__Inner">
    <div class="Search__SearchBar">
      <form action="/search" name="GET" role="search" class="Search__Form">
        <div class="Search__InputIconWrapper">
          <span class="hidden-tablet-and-up"><svg class="Icon Icon--search" role="presentation" viewbox="0 0 18 17">
      <g transform="translate(1 1)" stroke="currentColor" fill="none" fill-rule="evenodd" stroke-linecap="square">
        <path d="M16 16l-5.0752-5.0752"></path>
        <circle cx="6.4" cy="6.4" r="6.4"></circle>
      </g>
    </svg></span>
          <span class="hidden-phone"><svg class="Icon Icon--search-desktop" role="presentation" viewbox="0 0 21 21">
      <g transform="translate(1 1)" stroke="currentColor" stroke-width="2" fill="none" fill-rule="evenodd" stroke-linecap="square">
        <path d="M18 18l-5.7096-5.7096"></path>
        <circle cx="7.2" cy="7.2" r="7.2"></circle>
      </g>
    </svg></span>
        </div>

        <input type="search" class="Search__Input Heading" name="q" autocomplete="off" autocorrect="off" autocapitalize="off" placeholder="Recherche..." autofocus>
        <input type="hidden" name="type" value="product">
      </form>

      <button class="Search__Close Link Link--primary" data-action="close-search"><svg class="Icon Icon--close" role="presentation" viewbox="0 0 16 14">
      <path d="M15 0L1 14m14 0L1 0" stroke="currentColor" fill="none" fill-rule="evenodd"></path>
    </svg></button>
    </div>

    <div class="Search__Results" aria-hidden="true"><div class="PageLayout PageLayout--breakLap">
          <div class="PageLayout__Section"></div>
          <div class="PageLayout__Section PageLayout__Section--secondary"></div>
        </div></div>
  </div>
</div><header id="section-header"
        class="Header Header--inline  Header--transparent Header--withIcons"
        data-section-id="header"
        data-section-type="header"
        data-section-settings='{  "navigationStyle": "inline",  "hasTransparentHeader": true,  "isSticky": true}'
        role="banner">
  <div class="Header__Wrapper">
    <div class="Header__FlexItem Header__FlexItem--fill">
      <button class="Header__Icon Icon-Wrapper Icon-Wrapper--clickable hidden-desk" aria-expanded="false" data-action="open-drawer" data-drawer-id="sidebar-menu" aria-label="Ouvrir la navigation">
        <span class="hidden-tablet-and-up"><svg class="Icon Icon--nav" role="presentation" viewbox="0 0 20 14">
      <path d="M0 14v-1h20v1H0zm0-7.5h20v1H0v-1zM0 0h20v1H0V0z" fill="currentColor"></path>
    </svg></span>
        <span class="hidden-phone"><svg class="Icon Icon--nav-desktop" role="presentation" viewbox="0 0 24 16">
      <path d="M0 15.985v-2h24v2H0zm0-9h24v2H0v-2zm0-7h24v2H0v-2z" fill="currentColor"></path>
    </svg></span>
      </button><nav class="Header__MainNav hidden-pocket hidden-lap" aria-label="Navigation principale">
          <ul class="HorizontalList HorizontalList--spacingExtraLoose"><li class="HorizontalList__Item" aria-haspopup="true">
                <a href="/collections/tous-les-produits" class="Heading u-h6">Le Shop<span class="Header__LinkSpacer">Le Shop</span></a><div class="MegaMenu" aria-hidden="true" >
                      <div class="MegaMenu__Inner"><div class="MegaMenu__Item MegaMenu__Item--fit">
                            
                              <a href="/collections" class="MegaMenu__Title Heading Text--subdued u-h7">Catégories</a><ul class="Linklist"><li class="Linklist__Item">
                                      <a href="/collections/tous-les-produits" class="Link Link--secondary">Tous les produits</a>
                                    </li><li class="Linklist__Item">
                                      <a href="/collections/tee-shirts-polos" class="Link Link--secondary">Nos Tee-Shirts</a>
                                    </li><li class="Linklist__Item">
                                      <a href="/collections/sweats-vestes" class="Link Link--secondary">Nos Sweats &amp; Vestes</a>
                                    </li><li class="Linklist__Item">
                                      <a href="/collections/accessoires" class="Link Link--secondary">Nos Accessoires</a>
                                    </li><li class="Linklist__Item">
                                      <a href="/collections/affiches" class="Link Link--secondary">Affiches</a>
                                    </li><li class="Linklist__Item">
                                      <a href="/products/karte-kdo" class="Link Link--secondary">Kartes KDO</a>
                                    </li><li class="Linklist__Item">
                                      <a href="/pages/prix-casses" class="Link Link--secondary">OUTLET : Prix Kassés</a>
                                    </li></ul></div><div class="MegaMenu__Item MegaMenu__Item--fit">
                            
                              <a href="/collections" class="MegaMenu__Title Heading Text--subdued u-h7">Kollections</a><ul class="Linklist"><li class="Linklist__Item">
                                      <a href="/collections/amalurra-2" class="Link Link--secondary">AMALURRA : Printemps/Été</a>
                                    </li><li class="Linklist__Item">
                                      <a href="/collections/amalurra-1" class="Link Link--secondary">AMALURRA : Automne/Hiver</a>
                                    </li><li class="Linklist__Item">
                                      <a href="/collections/nos-incontournables" class="Link Link--secondary">INKONTOURNABLES : Kollection permanente</a>
                                    </li><li class="Linklist__Item">
                                      <a href="/pages/prix-casses" class="Link Link--secondary">OUTLET  : Prix Kassés</a>
                                    </li></ul></div><div class="MegaMenu__Item" style="width: 660px; min-width: 425px;"><div class="MegaMenu__Push MegaMenu__Push--shrink"><a class="MegaMenu__PushLink" href="/products/tee-shirt-kabino"><div class="MegaMenu__PushImageWrapper AspectRatio" style="background: url(//katxiklothing.com/cdn/shop/files/1_a480408e-8224-4ce5-9280-ca26cefdd2fa_1x1.png.jpg?v=1713173124); max-width: 370px; --aspect-ratio: 1.608695652173913">
                                  <img class="Image--lazyLoad Image--fadeIn"
                                       data-src="//katxiklothing.com/cdn/shop/files/1_a480408e-8224-4ce5-9280-ca26cefdd2fa_370x230@2x.png?v=1713173124"
                                       alt="">

                                  <span class="Image__Loader"></span>
                                </div><p class="MegaMenu__PushHeading Heading u-h6">NOS INKONTOURNABLES</p><p class="MegaMenu__PushSubHeading Heading Text--subdued u-h7">aux Kouleurs de l&#39;été</p></a></div><div class="MegaMenu__Push MegaMenu__Push--shrink"><a class="MegaMenu__PushLink" href="/products/tee-shirt-dona-maria"><div class="MegaMenu__PushImageWrapper AspectRatio" style="background: url(//katxiklothing.com/cdn/shop/files/Design_sans_titre-4_e15147ac-a99a-4908-9c89-e99df4775041_1x1.png.jpg?v=1710232881); max-width: 370px; --aspect-ratio: 1.608695652173913">
                                  <img class="Image--lazyLoad Image--fadeIn"
                                       data-src="//katxiklothing.com/cdn/shop/files/Design_sans_titre-4_e15147ac-a99a-4908-9c89-e99df4775041_370x230@2x.png?v=1710232881"
                                       alt="">

                                  <span class="Image__Loader"></span>
                                </div><p class="MegaMenu__PushHeading Heading u-h6">DONA MARIA</p></a></div></div></div>
                    </div></li><li class="HorizontalList__Item" aria-haspopup="true">
                <a href="/pages/nos-boutiques-katxi-klothing" class="Heading u-h6">Points de Vente</a><div class="DropdownMenu" aria-hidden="true">
                    <ul class="Linklist"><li class="Linklist__Item" >
                          <a href="/pages/boutik-st-jean" class="Link Link--secondary">La Boutik Saint-Jean-de-Luz </a></li><li class="Linklist__Item" >
                          <a href="/pages/boutik-bayonne" class="Link Link--secondary">La Boutik Bayonne </a></li><li class="Linklist__Item" >
                          <a href="/pages/lokal" class="Link Link--secondary">Le Lokal Saint-Jean-de-Luz </a></li><li class="Linklist__Item" >
                          <a href="/pages/distributeurs-katxiklothing" class="Link Link--secondary">Nos distributeurs </a></li></ul>
                  </div></li><li class="HorizontalList__Item" aria-haspopup="true">
                <a href="/pages/laventure-katxi" class="Heading u-h6">La Marque<span class="Header__LinkSpacer">La Marque</span></a><div class="MegaMenu" aria-hidden="true" >
                      <div class="MegaMenu__Inner">
                        			<div class="MegaMenu__Item MegaMenu__Item--fit">
                        				<ul>
                                	
								
                                          <li class="Linklist__Item">
                                          <a href="/pages/laventure-katxi" class="Link Link--secondary">L&#39;Aventure Katxi</a>
                                          </li>
                              	
                                

                                          <li class="Linklist__Item">
                                          <a href="/pages/customisation-basque-et-eco-responsable" class="Link Link--secondary">Kustomisation Basque &amp; Eko-responsabilité</a>
                                          </li>
                              	
                                

                                          <li class="Linklist__Item">
                                          <a href="/pages/kommunaute-katxi" class="Link Link--secondary">La Kommunauté Katxi</a>
                                          </li>
                              	
                                

                                          <li class="Linklist__Item">
                                          <a href="/pages/copy-of-kommunaute-katxi" class="Link Link--secondary">La Team K</a>
                                          </li>
                              	
                                      	</ul>
                                  	</div>
                        		
                                
<div class="MegaMenu__Item" style="width: 660px; min-width: 425px;"><div class="MegaMenu__Push MegaMenu__Push--shrink"><a class="MegaMenu__PushLink" href="/pages/customisation-basque-et-eco-responsable"><div class="MegaMenu__PushImageWrapper AspectRatio" style="background: url(//katxiklothing.com/cdn/shop/files/Shooting_Detail-10_3_1x1.jpg?v=1614341038); max-width: 370px; --aspect-ratio: 1.6666666666666667">
                                  <img class="Image--lazyLoad Image--fadeIn"
                                       data-src="//katxiklothing.com/cdn/shop/files/Shooting_Detail-10_3_370x230@2x.jpg?v=1614341038"
                                       alt="">

                                  <span class="Image__Loader"></span>
                                </div><p class="MegaMenu__PushHeading Heading u-h6">Kustomisation Basque et éko-responsable</p></a></div><div class="MegaMenu__Push MegaMenu__Push--shrink"><a class="MegaMenu__PushLink" href="/pages/laventure-katxi"><div class="MegaMenu__PushImageWrapper AspectRatio" style="background: url(//katxiklothing.com/cdn/shop/files/L_Aventure_Katxi_1x1.png.jpg?v=1620207019); max-width: 370px; --aspect-ratio: 1.608695652173913">
                                  <img class="Image--lazyLoad Image--fadeIn"
                                       data-src="//katxiklothing.com/cdn/shop/files/L_Aventure_Katxi_370x230@2x.png?v=1620207019"
                                       alt="">

                                  <span class="Image__Loader"></span>
                                </div><p class="MegaMenu__PushHeading Heading u-h6">L&#39;Aventure Katxi</p><p class="MegaMenu__PushSubHeading Heading Text--subdued u-h7">il était une fois</p></a></div></div></div>
                    </div></li><li class="HorizontalList__Item" aria-haspopup="true">
                <a href="/blogs/news" class="Heading u-h6">News</a><div class="DropdownMenu" aria-hidden="true">
                    <ul class="Linklist"><li class="Linklist__Item" >
                          <a href="https://katxiklothing.com/blogs/news/tagged/actualites" class="Link Link--secondary">Actualités </a></li><li class="Linklist__Item" >
                          <a href="https://katxiklothing.com/blogs/news/tagged/evenements" class="Link Link--secondary">Évènements  </a></li><li class="Linklist__Item" >
                          <a href="https://katxiklothing.com/blogs/news/tagged/kollab" class="Link Link--secondary">Kollab&#39; </a></li><li class="Linklist__Item" >
                          <a href="https://katxiklothing.com/blogs/news/tagged/kollection" class="Link Link--secondary">Kollections </a></li><li class="Linklist__Item" >
                          <a href="https://katxiklothing.com/blogs/news/tagged/kommunaute-katxi" class="Link Link--secondary">Kommunauté Katxi  </a></li><li class="Linklist__Item" >
                          <a href="https://katxiklothing.com/blogs/news/tagged/kopains-daventure" class="Link Link--secondary">Kopains D&#39;aventures </a></li><li class="Linklist__Item" >
                          <a href="https://katxiklothing.com/blogs/news/tagged/presse" class="Link Link--secondary">Presse </a></li></ul>
                  </div></li><li class="HorizontalList__Item" >
                <a href="/pages/prix-casses" class="Heading u-h6">PRIX KASSÉS<span class="Header__LinkSpacer">PRIX KASSÉS</span></a></li></ul>
        </nav></div><div class="Header__FlexItem Header__FlexItem--logo"><h1 class="Header__Logo"><a href="/" class="Header__LogoLink"><img class="Header__LogoImage Header__LogoImage--primary"
               src="//katxiklothing.com/cdn/shop/files/Logo_katxiK_2x_1cd98710-417e-4b5f-8204-ee767db12cd1_90x.png?v=1614320862"
               srcset="//katxiklothing.com/cdn/shop/files/Logo_katxiK_2x_1cd98710-417e-4b5f-8204-ee767db12cd1_90x.png?v=1614320862 1x, //katxiklothing.com/cdn/shop/files/Logo_katxiK_2x_1cd98710-417e-4b5f-8204-ee767db12cd1_90x@2x.png?v=1614320862 2x"
               width="90"
               alt="KATXI KLOTHING - Vêtements basque éco-conception et customisation locale Pays Basque"></a></h1></div>

    <div class="Header__FlexItem Header__FlexItem--fill"><a href="/account" class="Header__Icon Icon-Wrapper Icon-Wrapper--clickable hidden-phone"><svg class="Icon Icon--account" role="presentation" viewbox="0 0 20 20">
      <g transform="translate(1 1)" stroke="currentColor" stroke-width="2" fill="none" fill-rule="evenodd" stroke-linecap="square">
        <path d="M0 18c0-4.5188182 3.663-8.18181818 8.18181818-8.18181818h1.63636364C14.337 9.81818182 18 13.4811818 18 18"></path>
        <circle cx="9" cy="4.90909091" r="4.90909091"></circle>
      </g>
    </svg></a><a href="/search" class="Header__Icon Icon-Wrapper Icon-Wrapper--clickable" data-action="toggle-search" aria-label="Recherche">
        <span class="hidden-tablet-and-up"><svg class="Icon Icon--search" role="presentation" viewbox="0 0 18 17">
      <g transform="translate(1 1)" stroke="currentColor" fill="none" fill-rule="evenodd" stroke-linecap="square">
        <path d="M16 16l-5.0752-5.0752"></path>
        <circle cx="6.4" cy="6.4" r="6.4"></circle>
      </g>
    </svg></span>
        <span class="hidden-phone"><svg class="Icon Icon--search-desktop" role="presentation" viewbox="0 0 21 21">
      <g transform="translate(1 1)" stroke="currentColor" stroke-width="2" fill="none" fill-rule="evenodd" stroke-linecap="square">
        <path d="M18 18l-5.7096-5.7096"></path>
        <circle cx="7.2" cy="7.2" r="7.2"></circle>
      </g>
    </svg></span>
      </a>

      <a href="/cart" class="Header__Icon Icon-Wrapper Icon-Wrapper--clickable" data-action="open-drawer" data-drawer-id="sidebar-cart" aria-expanded="false" aria-label="Ouvrir le panier">
        <span class="hidden-tablet-and-up"><svg class="Icon Icon--cart" role="presentation" viewbox="0 0 17 20">
      <path d="M0 20V4.995l1 .006v.015l4-.002V4c0-2.484 1.274-4 3.5-4C10.518 0 12 1.48 12 4v1.012l5-.003v.985H1V19h15V6.005h1V20H0zM11 4.49C11 2.267 10.507 1 8.5 1 6.5 1 6 2.27 6 4.49V5l5-.002V4.49z" fill="currentColor"></path>
    </svg></span>
        <span class="hidden-phone"><svg class="Icon Icon--cart-desktop" role="presentation" viewbox="0 0 19 23">
      <path d="M0 22.985V5.995L2 6v.03l17-.014v16.968H0zm17-15H2v13h15v-13zm-5-2.882c0-2.04-.493-3.203-2.5-3.203-2 0-2.5 1.164-2.5 3.203v.912H5V4.647C5 1.19 7.274 0 9.5 0 11.517 0 14 1.354 14 4.647v1.368h-2v-.912z" fill="currentColor"></path>
    </svg></span>
        <span class="Header__CartDot"></span>
      </a>
    </div>
  </div>


</header>

<style>:root {
      --use-sticky-header: 1;
      --use-unsticky-header: 0;
    }

    .shopify-section--header {
      position: -webkit-sticky;
      position: sticky;
    }@media screen and (max-width: 640px) {
      .Header__LogoImage {
        max-width: 70px;
      }
    }:root {
      --header-is-not-transparent: 0;
      --header-is-transparent: 1;
    }

    .shopify-section--header {
      margin-bottom: calc(-1 * var(--header-height));
    }

    .supports-sticky .Search[aria-hidden="true"] + .Header--transparent {box-shadow: 0 -1px rgba(0, 0, 0, 0.25) inset;color: #000000;
    }</style>

<script>
  document.documentElement.style.setProperty('--header-height', document.getElementById('shopify-section-header').offsetHeight + 'px');
</script>

</div>

      <main id="main" role="main"><style>
                 .es {
                   display:none;
                 }
               </style>
             <!-- BEGIN content_for_index --><div id="shopify-section-slideshow" class="shopify-section shopify-section--slideshow"><section id="section-slideshow" data-section-id="slideshow" data-section-type="slideshow">
  <div class="Slideshow">
    <div class="Slideshow__Carousel Slideshow__Carousel--withScrollButton Carousel Carousel--fadeIn  Carousel--insideDots"
         data-flickity-config='{  "prevNextButtons": false,  "setGallerySize": true,  "adaptiveHeight": true,  "wrapAround": true,  "dragThreshold": 15,  "pauseAutoPlayOnHover": false,  "autoPlay": 7000,  "pageDots": true}'><a href="/collections/nos-incontournables" id="Slideimage_6Hzrzr" class="Slideshow__Slide Carousel__Cell is-selected" style="visibility: visible" data-slide-index="0" ><div class="Slideshow__ImageContainer Image--contrast AspectRatio hidden-tablet-and-up"
                 style="--aspect-ratio: 0.6818181818181818; background-image: url(//katxiklothing.com/cdn/shop/files/Slider_du_haut_portable_-5_1x1.png.jpg?v=1713171582)">
                <img class="Slideshow__Image Image--lazyLoad"
                     src="//katxiklothing.com/cdn/shop/files/Slider_du_haut_portable_-5_1x1.png?v=1713171582"
                     data-src="//katxiklothing.com/cdn/shop/files/Slider_du_haut_portable_-5_x800.png?v=1713171582"
                     alt="">

                <noscript>
                  <img class="Slideshow__Image" src="//katxiklothing.com/cdn/shop/files/Slider_du_haut_portable_-5_x800.png?v=1713171582" alt="">
                </noscript>
            </div><div class="Slideshow__ImageContainer Image--contrast AspectRatio AspectRatio--withFallback hidden-phone"
                 style="padding-bottom: 44.44444444444444%; --aspect-ratio: 2.25; background-image: url(//katxiklothing.com/cdn/shop/files/Slider_du_haut_-12_1x1.png.jpg?v=1713171582)">
              

              <img class="Slideshow__Image Image--lazyLoad hide-no-js"
                   data-src="//katxiklothing.com/cdn/shop/files/Slider_du_haut_-12_{width}x.png?v=1713171582"
                   data-optimumx="1.2"
                   data-widths="[400, 600, 800, 1000, 1200, 1400, 1600, 1800, 2000, 2200]"
                   data-sizes="auto"
                   alt="">

              <noscript>
                <img class="Slideshow__Image" src="//katxiklothing.com/cdn/shop/files/Slider_du_haut_-12_1000x.png?v=1713171582" alt="">
              </noscript>
            </div><div class="Slideshow__Content Slideshow__Content--bottomLeft">
              <header class="SectionHeader">
                <div class="SectionHeader__SubHeading Heading u-h6">du nouveau kôté</div><div class="SectionHeader__Heading SectionHeader__Heading--emphasize Heading u-h1 americana">INKONTOURNABLES !</div>
              </header>
            </div></a><div id="Slideimage_WxpXV3" class="Slideshow__Slide Carousel__Cell"  data-slide-index="1" ><div class="Slideshow__ImageContainer Image--contrast AspectRatio hidden-tablet-and-up"
                 style="--aspect-ratio: 0.6818181818181818; background-image: url(//katxiklothing.com/cdn/shop/files/Slider_du_haut_portable_-3_7ecfe505-16a1-4984-981e-baa0f89300e4_1x1.png.jpg?v=1710229864)">
                <img class="Slideshow__Image Image--lazyLoad"
                     src="//katxiklothing.com/cdn/shop/files/Slider_du_haut_portable_-3_7ecfe505-16a1-4984-981e-baa0f89300e4_1x1.png?v=1710229864"
                     data-src="//katxiklothing.com/cdn/shop/files/Slider_du_haut_portable_-3_7ecfe505-16a1-4984-981e-baa0f89300e4_x800.png?v=1710229864"
                     alt="">

                <noscript>
                  <img class="Slideshow__Image" src="//katxiklothing.com/cdn/shop/files/Slider_du_haut_portable_-3_7ecfe505-16a1-4984-981e-baa0f89300e4_x800.png?v=1710229864" alt="">
                </noscript>
            </div><div class="Slideshow__ImageContainer Image--contrast AspectRatio AspectRatio--withFallback hidden-phone"
                 style="padding-bottom: 44.44444444444444%; --aspect-ratio: 2.25; background-image: url(//katxiklothing.com/cdn/shop/files/Slider_du_haut_-11_1x1.png.jpg?v=1710229865)">
              

              <img class="Slideshow__Image Image--lazyLoad hide-no-js"
                   data-src="//katxiklothing.com/cdn/shop/files/Slider_du_haut_-11_{width}x.png?v=1710229865"
                   data-optimumx="1.2"
                   data-widths="[400, 600, 800, 1000, 1200, 1400, 1600, 1800, 2000, 2200]"
                   data-sizes="auto"
                   alt="">

              <noscript>
                <img class="Slideshow__Image" src="//katxiklothing.com/cdn/shop/files/Slider_du_haut_-11_1000x.png?v=1710229865" alt="">
              </noscript>
            </div><div class="Slideshow__Content Slideshow__Content--bottomLeft">
              <header class="SectionHeader">
                <div class="SectionHeader__SubHeading Heading u-h6">KOLLECTION PRINTEMPS⎜été</div><div class="SectionHeader__Heading SectionHeader__Heading--emphasize Heading u-h1 americana">Amalurra #2</div><div class="SectionHeader__ButtonWrapper">
                <div class="ButtonGroup ButtonGroup--spacingSmall"><a href="/collections/amalurra-2" class="ButtonGroup__Item Button">c&#39;est en ligne !</a></div>
              </div>
              </header>
            </div></div><div id="Slideimage_MVH9kk" class="Slideshow__Slide Carousel__Cell"  data-slide-index="2" ><div class="Slideshow__ImageContainer Image--contrast AspectRatio hidden-tablet-and-up"
                 style="--aspect-ratio: 0.6818181818181818; background-image: url(//katxiklothing.com/cdn/shop/files/Slider_du_haut_portable_-4_1x1.png.jpg?v=1712747000)">
                <img class="Slideshow__Image Image--lazyLoad"
                     src="//katxiklothing.com/cdn/shop/files/Slider_du_haut_portable_-4_1x1.png?v=1712747000"
                     data-src="//katxiklothing.com/cdn/shop/files/Slider_du_haut_portable_-4_x800.png?v=1712747000"
                     alt="">

                <noscript>
                  <img class="Slideshow__Image" src="//katxiklothing.com/cdn/shop/files/Slider_du_haut_portable_-4_x800.png?v=1712747000" alt="">
                </noscript>
            </div><div class="Slideshow__ImageContainer Image--contrast AspectRatio AspectRatio--withFallback hidden-phone"
                 style="padding-bottom: 44.44444444444444%; --aspect-ratio: 2.25; background-image: url(//katxiklothing.com/cdn/shop/files/3_51a24823-234c-4d40-b40e-6da0dd6fb099_1x1.png.jpg?v=1712746899)">
              

              <img class="Slideshow__Image Image--lazyLoad hide-no-js"
                   data-src="//katxiklothing.com/cdn/shop/files/3_51a24823-234c-4d40-b40e-6da0dd6fb099_{width}x.png?v=1712746899"
                   data-optimumx="1.2"
                   data-widths="[400, 600, 800, 1000, 1200, 1400, 1600, 1800, 2000, 2200]"
                   data-sizes="auto"
                   alt="">

              <noscript>
                <img class="Slideshow__Image" src="//katxiklothing.com/cdn/shop/files/3_51a24823-234c-4d40-b40e-6da0dd6fb099_1000x.png?v=1712746899" alt="">
              </noscript>
            </div><div class="Slideshow__Content Slideshow__Content--bottomCenter">
              <header class="SectionHeader">
                <div class="SectionHeader__SubHeading Heading u-h6">NOS INKONTOURNABLES À</div><div class="SectionHeader__Heading SectionHeader__Heading--emphasize Heading u-h1 americana">PRIX kasses</div><div class="SectionHeader__ButtonWrapper">
                <div class="ButtonGroup ButtonGroup--spacingSmall"><a href="/pages/prix-casses" class="ButtonGroup__Item Button">Y&#39;A PLUS K !!!</a></div>
              </div>
              </header>
            </div></div><div id="Slidedebbd243-ddf6-492d-92d8-b41a837131c8" class="Slideshow__Slide Carousel__Cell"  data-slide-index="3" ><div class="Slideshow__ImageContainer Image--contrast AspectRatio hidden-tablet-and-up"
                 style="--aspect-ratio: 0.6818181818181818; background-image: url(//katxiklothing.com/cdn/shop/files/Slider_du_haut_portable_ba7504ba-2c93-4d2a-961a-48673e83d4ff_1x1.png.jpg?v=1707117395)">
                <img class="Slideshow__Image Image--lazyLoad"
                     src="//katxiklothing.com/cdn/shop/files/Slider_du_haut_portable_ba7504ba-2c93-4d2a-961a-48673e83d4ff_1x1.png?v=1707117395"
                     data-src="//katxiklothing.com/cdn/shop/files/Slider_du_haut_portable_ba7504ba-2c93-4d2a-961a-48673e83d4ff_x800.png?v=1707117395"
                     alt="">

                <noscript>
                  <img class="Slideshow__Image" src="//katxiklothing.com/cdn/shop/files/Slider_du_haut_portable_ba7504ba-2c93-4d2a-961a-48673e83d4ff_x800.png?v=1707117395" alt="">
                </noscript>
            </div><div class="Slideshow__ImageContainer Image--contrast AspectRatio AspectRatio--withFallback hidden-phone"
                 style="padding-bottom: 44.44444444444444%; --aspect-ratio: 2.25; background-image: url(//katxiklothing.com/cdn/shop/files/Slider_du_haut_-8_20cb433f-1e29-4659-ac98-308992307aa9_1x1.png.jpg?v=1707117395)">
              

              <img class="Slideshow__Image Image--lazyLoad hide-no-js"
                   data-src="//katxiklothing.com/cdn/shop/files/Slider_du_haut_-8_20cb433f-1e29-4659-ac98-308992307aa9_{width}x.png?v=1707117395"
                   data-optimumx="1.2"
                   data-widths="[400, 600, 800, 1000, 1200, 1400, 1600, 1800, 2000, 2200]"
                   data-sizes="auto"
                   alt="">

              <noscript>
                <img class="Slideshow__Image" src="//katxiklothing.com/cdn/shop/files/Slider_du_haut_-8_20cb433f-1e29-4659-ac98-308992307aa9_1000x.png?v=1707117395" alt="">
              </noscript>
            </div><div class="Slideshow__Content Slideshow__Content--bottomRight">
              <header class="SectionHeader">
                <div class="SectionHeader__SubHeading Heading u-h6">KOLLEC&#39; AUTOMNE ⎪HIVER</div><div class="SectionHeader__Heading SectionHeader__Heading--emphasize Heading u-h1 americana">amalurra</div><div class="SectionHeader__ButtonWrapper">
                <div class="ButtonGroup ButtonGroup--spacingSmall"><a href="/collections/amalurra-1" class="ButtonGroup__Item Button">dékouvrir</a></div>
              </div>
              </header>
            </div></div></div><button data-href="#section-slideshow-end" class="Slideshow__ScrollButton RoundButton RoundButton--medium" aria-label="Accéder au contenu" data-animate-bottom><svg class="Icon Icon--arrow-bottom" role="presentation" viewbox="0 0 21 11">
      <polyline fill="none" stroke="currentColor" points="0.5 0.5 10.5 10.5 20.5 0.5" stroke-width="1.25"></polyline>
    </svg></button></div>

  <span id="section-slideshow-end" class="Anchor"></span>
</section>

<style>
  #section-slideshow .Heading,
   #section-slideshow .flickity-page-dots {
    color: #ffffff;
  }

  #section-slideshow .Button {
    color: #ffffff;
    border-color: #000000;
  }

  #section-slideshow .Button::before {
    background-color: #000000;
  }@media (-moz-touch-enabled: 0), (hover: hover) {
      #section-slideshow .Button:hover {
        color: #000000;
      }
    }</style>

</div><div id="shopify-section-timeline" class="shopify-section shopify-section--bordered shopify-section--timeline"><section id="section-timeline" class="Section Section--spacingNormal" data-section-id="timeline" data-section-type="timeline">
  <div class="Container">
    <div class="Timeline"><button class="flickity-prev-next-button previous" type="button" aria-label="previous" data-action="prev"><svg data-action="prev" viewbox="0 0 100 100"><path d="M 20,50 L 60,90 L 60,85 L 25,50  L 60,15 L 60,10 Z" class="arrow"></path></svg></button>
      <button class="flickity-prev-next-button next" type="button" aria-label="next" data-action="next"><svg data-action="next" viewbox="0 0 100 100"><path d="M 20,50 L 60,90 L 60,85 L 25,50  L 60,15 L 60,10 Z" class="arrow" transform="translate(100, 100) rotate(180) "></path></svg></button>
      
        <div class="Timeline__Nav">
          <div class="Timeline__NavWrapper"><button type="button" class="Timeline__NavItem is-selected Link Link--primary" data-index="0">
                <span class="Timeline__NavLabel">Kulture Basque</span>
              </button><button type="button" class="Timeline__NavItem  Link Link--primary" data-index="1">
                <span class="Timeline__NavLabel">Kustomisation locale</span>
              </button><button type="button" class="Timeline__NavItem  Link Link--primary" data-index="2">
                <span class="Timeline__NavLabel">Eko-Responsable</span>
              </button><button type="button" class="Timeline__NavItem  Link Link--primary" data-index="3">
                <span class="Timeline__NavLabel">Kopains comme Katxi</span>
              </button></div>
        </div><div class="Timeline__ListItem"><div  class="Timeline__Item is-selected" data-index="0">
            <div class="Timeline__ImageWrapper Image--contrast" style="background: url(//katxiklothing.com/cdn/shop/files/Sans_titre-7_1920d86f-27d7-453b-a20d-4dcc9bb1e4ab_1x1.png?v=1678101584)"><div class="Timeline__Image Image--lazyLoad hide-no-js" data-bgset="//katxiklothing.com/cdn/shop/files/Sans_titre-7_1920d86f-27d7-453b-a20d-4dcc9bb1e4ab_x650.png?v=1678101584 [(max-width: 640px)] | //katxiklothing.com/cdn/shop/files/Sans_titre-7_1920d86f-27d7-453b-a20d-4dcc9bb1e4ab_1000x.png?v=1678101584"></div>

                <noscript>
                  <div class="Timeline__Image" style="background-image: url(//katxiklothing.com/cdn/shop/files/Sans_titre-7_1920d86f-27d7-453b-a20d-4dcc9bb1e4ab_1000x.png?v=1678101584)"></div>
                </noscript></div><div class="Timeline__Inner">
                <header class="Timeline__Header SectionHeader SectionHeader--center">
                  
                  
                  
                  
                  <img src="//katxiklothing.com/cdn/shop/t/2/assets/0_valeurs.png?v=129455369673411384591607015161" style="width: 50px;margin-bottom: 15px;"/><h3 class="SectionHeader__SubHeading Heading u-h6">Kulture Basque</h3><h2 class="SectionHeader__Heading Heading u-h1 americana">Euskal herria, le Pays Basque</h2><div class="SectionHeader__Description Rte">
                      <p>Katxi Klothing a pour ambition de transmettre une partie de l’immense richesse culturelle basque à travers ses collections, jonglant entre traditions et modernité, tentant même de les faire co-exister. Les graphismes sont épurés, nets. Ils dépoussièrent les symboles et les personnages oubliés de l’Histoire du Pays Basque, comme un devoir de mémoire, une nécessité de retrouver ses repères, de prendre le relais de la transmission intergénérationnelle, sans pathos, de façon ludique, chic et authentique. </p><p></p>
                    </div></header>
              </div></div><div  class="Timeline__Item" data-index="1">
            <div class="Timeline__ImageWrapper Image--contrast" style="background: url(//katxiklothing.com/cdn/shop/files/Kustumisation_lokal_1x1.png?v=1662368484)"><div class="Timeline__Image Image--lazyLoad hide-no-js" data-bgset="//katxiklothing.com/cdn/shop/files/Kustumisation_lokal_x650.png?v=1662368484 [(max-width: 640px)] | //katxiklothing.com/cdn/shop/files/Kustumisation_lokal_1000x.png?v=1662368484"></div>

                <noscript>
                  <div class="Timeline__Image" style="background-image: url(//katxiklothing.com/cdn/shop/files/Kustumisation_lokal_1000x.png?v=1662368484)"></div>
                </noscript></div><div class="Timeline__Inner">
                <header class="Timeline__Header SectionHeader SectionHeader--center">
                  
                  
                  
                  
                  <img src="//katxiklothing.com/cdn/shop/t/2/assets/1_valeurs.png?v=96899201097056218641607015171" style="width: 50px;margin-bottom: 15px;"/><h3 class="SectionHeader__SubHeading Heading u-h6">From Euskal Herria with Love</h3><h2 class="SectionHeader__Heading Heading u-h1 americana">Kustomisation locale</h2><div class="SectionHeader__Description Rte">
                      <p>Depuis sa Kréation, Katxi Klothing a pris le parti des circuits courts et du local. <br/>Sérigraphie, couture, broderie, étiquetage : toute la customisation est faite au Pays Basque, dans un rayon maximum de 30 km autour de Saint-Jean-de-Luz. <br/>En plus de limiter l’empreinte carbone de la société, ce choix d’ultra-localisme nous permet de mettre en avant les richesses de l’artisanat basque et luzien et les compétences de  nos collaborateurs.</p><p></p>
                    </div></header>
              </div></div><div  class="Timeline__Item" data-index="2">
            <div class="Timeline__ImageWrapper Image--contrast" style="background: url(//katxiklothing.com/cdn/shop/files/1_f4ed0bf1-a7ba-4c82-bb05-21d6611388b2_1x1.png?v=1678101929)"><div class="Timeline__Image Image--lazyLoad hide-no-js" data-bgset="//katxiklothing.com/cdn/shop/files/1_f4ed0bf1-a7ba-4c82-bb05-21d6611388b2_x650.png?v=1678101929 [(max-width: 640px)] | //katxiklothing.com/cdn/shop/files/1_f4ed0bf1-a7ba-4c82-bb05-21d6611388b2_1000x.png?v=1678101929"></div>

                <noscript>
                  <div class="Timeline__Image" style="background-image: url(//katxiklothing.com/cdn/shop/files/1_f4ed0bf1-a7ba-4c82-bb05-21d6611388b2_1000x.png?v=1678101929)"></div>
                </noscript></div><div class="Timeline__Inner">
                <header class="Timeline__Header SectionHeader SectionHeader--center">
                  
                  
                  
                  
                  <img src="//katxiklothing.com/cdn/shop/t/2/assets/2_valeurs.png?v=85248617350071552361607015181" style="width: 50px;margin-bottom: 15px;"/><h3 class="SectionHeader__SubHeading Heading u-h6">Eko-Responsable</h3><h2 class="SectionHeader__Heading Heading u-h1 americana">S&#39;engager durablement</h2><div class="SectionHeader__Description Rte">
                      <p>Notre marque s’inscrit dans une démarche éco-responsable : nous développons l’ultra-localisme et sommes particulièrement soucieux de la provenance de nos matières premières, et des conditions de fabrication de nos produits. <br/>Tous les vêtements Katxi Klothing sont en coton bio 100% et polyester recyclé, des matières plus respectueuses de l'environnement et d’une qualité bien supérieure aux textiles classiques. <br/>Les méthodes de fabrication sont étudiées de façon à protéger au maximum la Terre et les Hommes. <br/>Des engagements dont nous sommes fiers.</p>
                    </div></header>
              </div></div><div  class="Timeline__Item" data-index="3">
            <div class="Timeline__ImageWrapper Image--contrast" style="background: url(//katxiklothing.com/cdn/shop/files/Design_sans_titre-4_1x1.png?v=1692186760)"><div class="Timeline__Image Image--lazyLoad hide-no-js" data-bgset="//katxiklothing.com/cdn/shop/files/Design_sans_titre-4_x650.png?v=1692186760 [(max-width: 640px)] | //katxiklothing.com/cdn/shop/files/Design_sans_titre-4_1000x.png?v=1692186760"></div>

                <noscript>
                  <div class="Timeline__Image" style="background-image: url(//katxiklothing.com/cdn/shop/files/Design_sans_titre-4_1000x.png?v=1692186760)"></div>
                </noscript></div><div class="Timeline__Inner">
                <header class="Timeline__Header SectionHeader SectionHeader--center">
                  
                  
                  
                  
                  <img src="//katxiklothing.com/cdn/shop/t/2/assets/3_valeurs.png?v=87281097608566659581679988090" style="width: 50px;margin-bottom: 15px;"/><h3 class="SectionHeader__SubHeading Heading u-h6">plus que des kollaborateurs</h3><h2 class="SectionHeader__Heading Heading u-h1 americana">une histoire d&#39;amitie</h2><div class="SectionHeader__Description Rte">
                      <p>La marque réunit une communauté grandissante et chacun apporte sa pierre à l'édifice. On pense à nos très chers clients évidemment, notre équipe d'ambassadeurs - la très fière Team K -, bien sûr, mais aussi à chacun de nos collaborateurs, de la customisation à la distribution en passant par notre équipe de numéros 10. </p><p><em>Katxi Klothing c'est une marque qui tisse aussi des liens.</em></p>
                    </div></header>
              </div></div></div>


    </div>
  </div>
</section>

<style>
  #section-timeline .Timeline__ListItem {
    color: #ffffff;
  }
</style>


</div><div id="shopify-section-collection-list" class="shopify-section"><section id="section-collection-list" data-section-id="collection-list" data-section-type="collection-list"><div class="CollectionList CollectionList--grid">
      <div  class="CollectionItem  Carousel__Cell" data-slide-index=""><div class="CollectionItem__Wrapper CollectionItem__Wrapper--normal" style="background-image: url(//katxiklothing.com/cdn/shop/files/NOS_TSHIRTS_41ac9a33-fea4-4427-8481-c28263264aca_1x1.png?v=1710757465)">
    <div class="CollectionItem__ImageWrapper">
      <div class="CollectionItem__Image  Image--lazyLoad Image--zoomOut hide-no-js"
           style="background-position: center center"
           data-optimumx="1.4"
           data-expand="-150"
           data-bgset="//katxiklothing.com/cdn/shop/files/NOS_TSHIRTS_41ac9a33-fea4-4427-8481-c28263264aca_750x960_crop_center.png?v=1710757465 750w, //katxiklothing.com/cdn/shop/files/NOS_TSHIRTS_41ac9a33-fea4-4427-8481-c28263264aca_1000x.png?v=1710757465 1000w, //katxiklothing.com/cdn/shop/files/NOS_TSHIRTS_41ac9a33-fea4-4427-8481-c28263264aca_1500x.png?v=1710757465 1500w"></div><noscript>
          <div class="CollectionItem__Image" style="background-position: center center; background-image: url(//katxiklothing.com/cdn/shop/files/NOS_TSHIRTS_41ac9a33-fea4-4427-8481-c28263264aca_1000x.png?v=1710757465)"></div>
        </noscript></div>

    <div class="CollectionItem__Content CollectionItem__Content--bottomLeft">
      <header class="SectionHeader"><span class="SectionHeader__Heading SectionHeader__Heading--emphasize Heading u-h1 americana">Nos Tee-Shirts</span>

        <div class="SectionHeader__ButtonWrapper"><a href="/collections/tee-shirts-polos" class="CollectionItem__Link Button">DéKouvrir</a></div>
      </header>
    </div>
  </div>
</div><div  class="CollectionItem  Carousel__Cell" data-slide-index=""><div class="CollectionItem__Wrapper CollectionItem__Wrapper--normal" style="background-image: url(//katxiklothing.com/cdn/shop/files/NOS_TSHIRTS_5da1e607-8c4e-4edd-91f5-81963c801cba_1x1.png?v=1710757849)">
    <div class="CollectionItem__ImageWrapper">
      <div class="CollectionItem__Image Image--contrast Image--lazyLoad Image--zoomOut hide-no-js"
           style="background-position: center center"
           data-optimumx="1.4"
           data-expand="-150"
           data-bgset="//katxiklothing.com/cdn/shop/files/NOS_TSHIRTS_5da1e607-8c4e-4edd-91f5-81963c801cba_750x960_crop_center.png?v=1710757849 750w, //katxiklothing.com/cdn/shop/files/NOS_TSHIRTS_5da1e607-8c4e-4edd-91f5-81963c801cba_1000x.png?v=1710757849 1000w, //katxiklothing.com/cdn/shop/files/NOS_TSHIRTS_5da1e607-8c4e-4edd-91f5-81963c801cba_1500x.png?v=1710757849 1500w"></div><noscript>
          <div class="CollectionItem__Image Image--contrast" style="background-position: center center; background-image: url(//katxiklothing.com/cdn/shop/files/NOS_TSHIRTS_5da1e607-8c4e-4edd-91f5-81963c801cba_1000x.png?v=1710757849)"></div>
        </noscript></div>

    <div class="CollectionItem__Content CollectionItem__Content--bottomLeft">
      <header class="SectionHeader"><span class="SectionHeader__Heading SectionHeader__Heading--emphasize Heading u-h1 americana">Nos Accessoires</span>

        <div class="SectionHeader__ButtonWrapper"><a href="/collections/accessoires" class="CollectionItem__Link Button">DéKouvrir</a></div>
      </header>
    </div>
  </div>
</div><div  class="CollectionItem  Carousel__Cell" data-slide-index=""><div class="CollectionItem__Wrapper CollectionItem__Wrapper--normal" style="background-image: url(//katxiklothing.com/cdn/shop/files/NOS_TSHIRTS_80b87062-7435-4a2a-96a6-1abb20dd9bb4_1x1.png?v=1710758063)">
    <div class="CollectionItem__ImageWrapper">
      <div class="CollectionItem__Image Image--contrast Image--lazyLoad Image--zoomOut hide-no-js"
           style="background-position: center center"
           data-optimumx="1.4"
           data-expand="-150"
           data-bgset="//katxiklothing.com/cdn/shop/files/NOS_TSHIRTS_80b87062-7435-4a2a-96a6-1abb20dd9bb4_750x960_crop_center.png?v=1710758063 750w, //katxiklothing.com/cdn/shop/files/NOS_TSHIRTS_80b87062-7435-4a2a-96a6-1abb20dd9bb4_1000x.png?v=1710758063 1000w, //katxiklothing.com/cdn/shop/files/NOS_TSHIRTS_80b87062-7435-4a2a-96a6-1abb20dd9bb4_1500x.png?v=1710758063 1500w"></div><noscript>
          <div class="CollectionItem__Image Image--contrast" style="background-position: center center; background-image: url(//katxiklothing.com/cdn/shop/files/NOS_TSHIRTS_80b87062-7435-4a2a-96a6-1abb20dd9bb4_1000x.png?v=1710758063)"></div>
        </noscript></div>

    <div class="CollectionItem__Content CollectionItem__Content--bottomLeft">
      <header class="SectionHeader"><span class="SectionHeader__Heading SectionHeader__Heading--emphasize Heading u-h1 americana">Nos Sweats &amp; Vestes</span>

        <div class="SectionHeader__ButtonWrapper"><a href="/collections/sweats-vestes" class="CollectionItem__Link Button">DéKouvrir</a></div>
      </header>
    </div>
  </div>
</div>
    </div></section>

<style>
  #section-collection-list .CollectionItem .Heading,
  #section-collection-list .flickity-page-dots {
    color: #ffffff;
  }

  #section-collection-list .CollectionItem__Link {
    color: #363636;
    border-color: #ffffff;
  }

  #section-collection-list .CollectionItem__Link::before {
    background-color: #ffffff;
  }

  @media (-moz-touch-enabled: 0), (hover: hover) {
    #section-collection-list .CollectionItem__Link:hover {
      color: #ffffff;
    }
  }
</style>

</div><div id="shopify-section-featured-collections" class="shopify-section shopify-section--bordered"><section class="Section Section--spacingNormal" data-section-id="featured-collections" data-section-type="featured-collections" data-settings='{  "layout": "grid"}'>
  <header class="SectionHeader SectionHeader--center">
    <div class="Container"><span class="SectionHeader__SubHeading Heading u-h6">DéKouvrez</span><div class="SectionHeader__TabList TabList" role="tablist"><button class="Heading u-h1 TabList__Item is-active" data-action="toggle-tab" aria-controls="block-featured-collection-0" aria-selected="true" role="tab">AMALURRA</button><button class="Heading u-h1 TabList__Item" data-action="toggle-tab" aria-controls="block-1601111442283" aria-selected="false" role="tab">INKONTOURNABLES</button></div></div>
  </header><div class="TabPanel" id="block-featured-collection-0" aria-hidden="false" role="tabpanel" >
      <div class="ProductListWrapper"><div class="ProductList ProductList--grid ProductList--removeMargin Grid" data-mobile-count="2" data-desktop-count="4"><div class="Grid__Cell 1/2--phone 1/2--tablet 1/4--lap-and-up"><div class="ProductItem">
  <div class="ProductItem__Wrapper"><a href="/products/tee-shirt-olatuak" class="ProductItem__ImageWrapper ProductItem__ImageWrapper--withAlternateImage"><div class="AspectRatio AspectRatio--withFallback" style="max-width: 1200px; padding-bottom: 141.66666666666666%; --aspect-ratio: 0.7058823529411765"><img class="ProductItem__Image ProductItem__Image--alternate Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/TS3K_4_cfdd49ff-d358-4d3d-9641-d2cb8f8d48ac_{width}x.png?v=1710758507" data-widths="[200,300,400,600,800,900,1000,1200]" data-sizes="auto" alt="Tee-Shirt Olatuak" data-media-id="47897052676445"><img class="ProductItem__Image Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/BASIK_4_47069275-b05c-4421-8673-81c7dcb00d01_{width}x.png?v=1709716903" data-widths="[200,400,600,700,800,900,1000,1200]" data-sizes="auto" alt="" data-media-id="">
        <span class="Image__Loader"></span>

        <noscript>
          <img class="ProductItem__Image ProductItem__Image--alternate" src="//katxiklothing.com/cdn/shop/files/BASIK_4_47069275-b05c-4421-8673-81c7dcb00d01_600x.png?v=1709716903" alt="Tee-Shirt Olatuak">
          <img class="ProductItem__Image" src="//katxiklothing.com/cdn/shop/files/BASIK_4_47069275-b05c-4421-8673-81c7dcb00d01_600x.png?v=1709716903" alt="Tee-Shirt Olatuak">
        </noscript>
      </div>
    </a><div class="ProductItem__Info ProductItem__Info--center"><h3 class="ProductItem__Title Heading">
          <a href="/products/tee-shirt-olatuak">Tee-Shirt Olatuak</a>
        </h3><div class="ProductItem__PriceList  Heading"><span class="ProductItem__Price Price Text--subdued">38€</span></div></div></div></div></div><div class="Grid__Cell 1/2--phone 1/2--tablet 1/4--lap-and-up"><div class="ProductItem">
  <div class="ProductItem__Wrapper"><a href="/products/tee-shirt-mundaka-1" class="ProductItem__ImageWrapper ProductItem__ImageWrapper--withAlternateImage"><div class="AspectRatio AspectRatio--withFallback" style="max-width: 1200px; padding-bottom: 141.66666666666666%; --aspect-ratio: 0.7058823529411765"><img class="ProductItem__Image ProductItem__Image--alternate Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/AMALUR_6_6a8ec825-20f6-4883-be89-c4d52b1c2855_{width}x.png?v=1710758581" data-widths="[200,300,400,600,800,900,1000,1200]" data-sizes="auto" alt="Tee-shirt Mundaka" data-media-id="47896967840093"><img class="ProductItem__Image Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/AMALUR_9_62b7029e-520e-480e-a2a8-46efa522730d_{width}x.png?v=1709716650" data-widths="[200,400,600,700,800,900,1000,1200]" data-sizes="auto" alt="" data-media-id="">
        <span class="Image__Loader"></span>

        <noscript>
          <img class="ProductItem__Image ProductItem__Image--alternate" src="//katxiklothing.com/cdn/shop/files/AMALUR_9_62b7029e-520e-480e-a2a8-46efa522730d_600x.png?v=1709716650" alt="Tee-shirt Mundaka">
          <img class="ProductItem__Image" src="//katxiklothing.com/cdn/shop/files/AMALUR_9_62b7029e-520e-480e-a2a8-46efa522730d_600x.png?v=1709716650" alt="Tee-shirt Mundaka">
        </noscript>
      </div>
    </a><div class="ProductItem__Info ProductItem__Info--center"><h3 class="ProductItem__Title Heading">
          <a href="/products/tee-shirt-mundaka-1">Tee-shirt Mundaka</a>
        </h3><div class="ProductItem__PriceList  Heading"><span class="ProductItem__Price Price Text--subdued">38€</span></div></div></div></div></div><div class="Grid__Cell 1/2--phone 1/2--tablet 1/4--lap-and-up"><div class="ProductItem">
  <div class="ProductItem__Wrapper"><a href="/products/tee-shirt-dona-maria" class="ProductItem__ImageWrapper ProductItem__ImageWrapper--withAlternateImage"><div class="AspectRatio AspectRatio--withFallback" style="max-width: 1200px; padding-bottom: 141.66666666666666%; --aspect-ratio: 0.7058823529411765"><img class="ProductItem__Image ProductItem__Image--alternate Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/BASIK_2_d2024c9a-7b73-43d5-b2c0-60c8a8ad6eb0_{width}x.png?v=1710758612" data-widths="[200,300,400,600,800,900,1000,1200]" data-sizes="auto" alt="Tee-Shirt Dona Maria" data-media-id="47897080430941"><img class="ProductItem__Image Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/24_ee728dab-2760-4e21-b38f-68f507f5895f_{width}x.png?v=1710756690" data-widths="[200,400,600,700,800,900,1000,1200]" data-sizes="auto" alt="" data-media-id="">
        <span class="Image__Loader"></span>

        <noscript>
          <img class="ProductItem__Image ProductItem__Image--alternate" src="//katxiklothing.com/cdn/shop/files/24_ee728dab-2760-4e21-b38f-68f507f5895f_600x.png?v=1710756690" alt="Tee-Shirt Dona Maria">
          <img class="ProductItem__Image" src="//katxiklothing.com/cdn/shop/files/24_ee728dab-2760-4e21-b38f-68f507f5895f_600x.png?v=1710756690" alt="Tee-Shirt Dona Maria">
        </noscript>
      </div>
    </a><div class="ProductItem__Info ProductItem__Info--center"><h3 class="ProductItem__Title Heading">
          <a href="/products/tee-shirt-dona-maria">Tee-Shirt Dona Maria</a>
        </h3><div class="ProductItem__PriceList  Heading"><span class="ProductItem__Price Price Text--subdued">38€</span></div></div></div></div></div><div class="Grid__Cell 1/2--phone 1/2--tablet 1/4--lap-and-up"><div class="ProductItem">
  <div class="ProductItem__Wrapper"><a href="/products/sweat-olatuak" class="ProductItem__ImageWrapper ProductItem__ImageWrapper--withAlternateImage"><div class="AspectRatio AspectRatio--withFallback" style="max-width: 1200px; padding-bottom: 141.66666666666666%; --aspect-ratio: 0.7058823529411765"><img class="ProductItem__Image ProductItem__Image--alternate Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/3_bf76e631-77b6-43d3-981f-c84a728a6170_{width}x.png?v=1713252923" data-widths="[200,300,400,600,800,900,1000,1200]" data-sizes="auto" alt="Sweat Olatuak" data-media-id="48423739294045"><img class="ProductItem__Image Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/1_c4871d56-a328-44a7-98c5-5bdc5b268f56_{width}x.png?v=1713252923" data-widths="[200,400,600,700,800,900,1000,1200]" data-sizes="auto" alt="" data-media-id="">
        <span class="Image__Loader"></span>

        <noscript>
          <img class="ProductItem__Image ProductItem__Image--alternate" src="//katxiklothing.com/cdn/shop/files/1_c4871d56-a328-44a7-98c5-5bdc5b268f56_600x.png?v=1713252923" alt="Sweat Olatuak">
          <img class="ProductItem__Image" src="//katxiklothing.com/cdn/shop/files/1_c4871d56-a328-44a7-98c5-5bdc5b268f56_600x.png?v=1713252923" alt="Sweat Olatuak">
        </noscript>
      </div>
    </a><div class="ProductItem__Info ProductItem__Info--center"><h3 class="ProductItem__Title Heading">
          <a href="/products/sweat-olatuak">Sweat Olatuak</a>
        </h3><div class="ProductItem__PriceList  Heading"><span class="ProductItem__Price Price Text--subdued">74€</span></div></div></div></div></div></div></div><div class="Container">
          <div class="SectionFooter">
            <a href="/collections/amalurra-2" class="Button Button--primary">Voir tous les produits</a>
          </div>
        </div></div><div class="TabPanel" id="block-1601111442283" aria-hidden="true" role="tabpanel" >
      <div class="ProductListWrapper"><div class="ProductList ProductList--grid ProductList--removeMargin Grid" data-mobile-count="2" data-desktop-count="4"><div class="Grid__Cell 1/2--phone 1/2--tablet 1/4--lap-and-up"><div class="ProductItem">
  <div class="ProductItem__Wrapper"><a href="/products/tee-shirt-kabino" class="ProductItem__ImageWrapper ProductItem__ImageWrapper--withAlternateImage"><div class="AspectRatio AspectRatio--withFallback" style="max-width: 1200px; padding-bottom: 141.66666666666666%; --aspect-ratio: 0.7058823529411765"><img class="ProductItem__Image ProductItem__Image--alternate Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/TS3K_9_4aa076fa-cff8-4c87-a77d-3ab5b2945c51_{width}x.png?v=1713167602" data-widths="[200,300,400,600,800,900,1000,1200]" data-sizes="auto" alt="Tee-Shirt Kabino" data-media-id="48409246695773"><img class="ProductItem__Image Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/45_b8d544f6-3417-454b-8f01-03e1a176472d_{width}x.png?v=1713167602" data-widths="[200,400,600,700,800,900,1000,1200]" data-sizes="auto" alt="" data-media-id="">
        <span class="Image__Loader"></span>

        <noscript>
          <img class="ProductItem__Image ProductItem__Image--alternate" src="//katxiklothing.com/cdn/shop/files/45_b8d544f6-3417-454b-8f01-03e1a176472d_600x.png?v=1713167602" alt="Tee-Shirt Kabino">
          <img class="ProductItem__Image" src="//katxiklothing.com/cdn/shop/files/45_b8d544f6-3417-454b-8f01-03e1a176472d_600x.png?v=1713167602" alt="Tee-Shirt Kabino">
        </noscript>
      </div>
    </a><div class="ProductItem__Info ProductItem__Info--center"><h3 class="ProductItem__Title Heading">
          <a href="/products/tee-shirt-kabino">Tee-Shirt Kabino</a>
        </h3><div class="ProductItem__PriceList  Heading"><span class="ProductItem__Price Price Text--subdued">38€</span></div></div></div></div></div><div class="Grid__Cell 1/2--phone 1/2--tablet 1/4--lap-and-up"><div class="ProductItem">
  <div class="ProductItem__Wrapper"><a href="/products/tee-shirt-guernika" class="ProductItem__ImageWrapper ProductItem__ImageWrapper--withAlternateImage"><div class="AspectRatio AspectRatio--withFallback" style="max-width: 1200px; padding-bottom: 141.66666666666666%; --aspect-ratio: 0.7058823529411765"><img class="ProductItem__Image ProductItem__Image--alternate Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/19_{width}x.png?v=1713168364" data-widths="[200,300,400,600,800,900,1000,1200]" data-sizes="auto" alt="Tee-Shirt Gernika" data-media-id="48409338052957"><img class="ProductItem__Image Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/1_8cef3df2-6c7e-4241-8684-19ec58914be7_{width}x.png?v=1713168364" data-widths="[200,400,600,700,800,900,1000,1200]" data-sizes="auto" alt="" data-media-id="">
        <span class="Image__Loader"></span>

        <noscript>
          <img class="ProductItem__Image ProductItem__Image--alternate" src="//katxiklothing.com/cdn/shop/files/1_8cef3df2-6c7e-4241-8684-19ec58914be7_600x.png?v=1713168364" alt="Tee-Shirt Gernika">
          <img class="ProductItem__Image" src="//katxiklothing.com/cdn/shop/files/1_8cef3df2-6c7e-4241-8684-19ec58914be7_600x.png?v=1713168364" alt="Tee-Shirt Gernika">
        </noscript>
      </div>
    </a><div class="ProductItem__Info ProductItem__Info--center"><h3 class="ProductItem__Title Heading">
          <a href="/products/tee-shirt-guernika">Tee-Shirt Gernika</a>
        </h3><div class="ProductItem__PriceList  Heading"><span class="ProductItem__Price Price Text--subdued">38€</span></div></div></div></div></div><div class="Grid__Cell 1/2--phone 1/2--tablet 1/4--lap-and-up"><div class="ProductItem">
  <div class="ProductItem__Wrapper"><a href="/products/sweat-kabino-broderie" class="ProductItem__ImageWrapper ProductItem__ImageWrapper--withAlternateImage"><div class="AspectRatio AspectRatio--withFallback" style="max-width: 1200px; padding-bottom: 141.66666666666666%; --aspect-ratio: 0.7058823529411765"><img class="ProductItem__Image ProductItem__Image--alternate Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/TS3K_4_141ba095-3255-4f83-bbf8-f87b182ddc8d_{width}x.png?v=1713169625" data-widths="[200,300,400,600,800,900,1000,1200]" data-sizes="auto" alt="Sweat Bleu Kabino Broderie" data-media-id="48409468010845"><img class="ProductItem__Image Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/TS3K_61554439-35c6-47e9-acf5-f4acc90a6dd5_{width}x.png?v=1713169625" data-widths="[200,400,600,700,800,900,1000,1200]" data-sizes="auto" alt="" data-media-id="">
        <span class="Image__Loader"></span>

        <noscript>
          <img class="ProductItem__Image ProductItem__Image--alternate" src="//katxiklothing.com/cdn/shop/files/TS3K_61554439-35c6-47e9-acf5-f4acc90a6dd5_600x.png?v=1713169625" alt="Sweat Bleu Kabino Broderie">
          <img class="ProductItem__Image" src="//katxiklothing.com/cdn/shop/files/TS3K_61554439-35c6-47e9-acf5-f4acc90a6dd5_600x.png?v=1713169625" alt="Sweat Bleu Kabino Broderie">
        </noscript>
      </div>
    </a><div class="ProductItem__Info ProductItem__Info--center"><h3 class="ProductItem__Title Heading">
          <a href="/products/sweat-kabino-broderie">Sweat Bleu Kabino Broderie</a>
        </h3><div class="ProductItem__PriceList  Heading"><span class="ProductItem__Price Price Text--subdued">74€</span></div></div></div></div></div><div class="Grid__Cell 1/2--phone 1/2--tablet 1/4--lap-and-up"><div class="ProductItem">
  <div class="ProductItem__Wrapper"><a href="/products/veste-langilea" class="ProductItem__ImageWrapper ProductItem__ImageWrapper--withAlternateImage"><div class="AspectRatio AspectRatio--withFallback" style="max-width: 1200px; padding-bottom: 141.66666666666666%; --aspect-ratio: 0.7058823529411765"><img class="ProductItem__Image ProductItem__Image--alternate Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/3_ddfb98b5-53c4-4311-b627-15d0f97d281c_{width}x.png?v=1713171053" data-widths="[200,300,400,600,800,900,1000,1200]" data-sizes="auto" alt="Veste Langilea" data-media-id="48409691652445"><img class="ProductItem__Image Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/1_dc2c8bd3-04b5-43b4-8a4b-4eeed4c04def_{width}x.png?v=1713171053" data-widths="[200,400,600,700,800,900,1000,1200]" data-sizes="auto" alt="" data-media-id="">
        <span class="Image__Loader"></span>

        <noscript>
          <img class="ProductItem__Image ProductItem__Image--alternate" src="//katxiklothing.com/cdn/shop/files/1_dc2c8bd3-04b5-43b4-8a4b-4eeed4c04def_600x.png?v=1713171053" alt="Veste Langilea">
          <img class="ProductItem__Image" src="//katxiklothing.com/cdn/shop/files/1_dc2c8bd3-04b5-43b4-8a4b-4eeed4c04def_600x.png?v=1713171053" alt="Veste Langilea">
        </noscript>
      </div>
    </a><div class="ProductItem__Info ProductItem__Info--center"><h3 class="ProductItem__Title Heading">
          <a href="/products/veste-langilea">Veste Langilea</a>
        </h3><div class="ProductItem__PriceList  Heading"><span class="ProductItem__Price Price Text--subdued">89€</span></div></div></div></div></div></div></div><div class="Container">
          <div class="SectionFooter">
            <a href="/collections/nos-incontournables" class="Button Button--primary">Voir tous les produits</a>
          </div>
        </div></div></section></div><div id="shopify-section-shop-the-look" class="shopify-section shopify-section--bordered"><section class="Section Section--spacingNormal" data-section-id="shop-the-look" data-section-type="shop-the-look"><header class="SectionHeader SectionHeader--center">
      <div class="Container"><div class="SectionHeader__SubHeading Heading u-h6">découvrez</div><div class="SectionHeader__Heading Heading u-h1 americana">Les looks katxi</div></div>
    </header><div class="ShopTheLook Carousel" data-flickity-config='{  "prevNextButtons": false,  "pageDots": false,  "draggable": true,  "cellAlign": "center",  "wrapAround": false,  "percentPosition": false,  "dragThreshold": 10,  "cellSelector": ".ShopTheLook__Item",  "arrowShape": {"x0": 20, "x1": 60, "y1": 40, "x2": 60, "y2": 35, "x3": 25},  "breakpoints": [    {      "matches": "lap-and-up",      "settings": {        "prevNextButtons": true,        "draggable": false,        "wrapAround": true      }    }  ]}'><div  class="ShopTheLook__Item Carousel__Cell is-selected" id="block-look_YnC6tW" data-slide-index="0">
        <div class="ShopTheLook__Inner"><div class="ShopTheLook__ImageWrapper" style="width: 550px; background: url(//katxiklothing.com/cdn/shop/files/Looks_Katxi_2f0fb232-f680-49bc-95f3-12f4ad992b6d_1x1.png.jpg?v=1710758721)">
            <div class="AspectRatio AspectRatio--withFallback" style="max-width: 1200px; padding-bottom: 100.0%; --aspect-ratio: 1.0"><img class="ShopTheLook__Image Image--lazyLoad Image--fadeIn"
                       data-src="//katxiklothing.com/cdn/shop/files/Looks_Katxi_2f0fb232-f680-49bc-95f3-12f4ad992b6d_{width}x.progressive.png.jpg?v=1710758721"
                       data-widths="[200,400,600,700,800,1000,1200]"
                       data-sizes="auto"
                       alt="">

                  <noscript>
                    <img class="ShopTheLook__Image" src="//katxiklothing.com/cdn/shop/files/Looks_Katxi_2f0fb232-f680-49bc-95f3-12f4ad992b6d_600x.png?v=1710758721" alt="">
                  </noscript></div><span class="ShopTheLook__Dot ShopTheLook__Dot--light is-active" data-product-index="1" style="left: 22%; top: 51%"></span></div><div class="ShopTheLook__ProductList Carousel Carousel--fadeIn hidden-pocket" data-flickity-config='{            "prevNextButtons": false,            "pageDots": false,            "draggable": false,            "wrapAround": true,            "cellSelector": ".ShopTheLook__ProductItem"          }' data-look-index="0">
            <div class="ShopTheLook__ProductItem ShopTheLook__ProductItem--withHiddenInfo Carousel__Cell is-selected" data-product-url="/products/tee-shirt-dona-maria">
                  <div class="ProductItem">
  <div class="ProductItem__Wrapper"><a href="/products/tee-shirt-dona-maria" class="ProductItem__ImageWrapper ProductItem__ImageWrapper--withAlternateImage"><div class="AspectRatio AspectRatio--withFallback" style="max-width: 1200px; padding-bottom: 141.66666666666666%; --aspect-ratio: 0.7058823529411765"><img class="ProductItem__Image ProductItem__Image--alternate Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/BASIK_2_d2024c9a-7b73-43d5-b2c0-60c8a8ad6eb0_{width}x.png?v=1710758612" data-widths="[200,300,400,600,800,900,1000,1200]" data-sizes="auto" alt="Tee-Shirt Dona Maria" data-media-id="47897080430941"><img class="ProductItem__Image Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/24_ee728dab-2760-4e21-b38f-68f507f5895f_{width}x.png?v=1710756690" data-widths="[200,400,600,700,800,900,1000,1200]" data-sizes="auto" alt="" data-media-id="">
        <span class="Image__Loader"></span>

        <noscript>
          <img class="ProductItem__Image ProductItem__Image--alternate" src="//katxiklothing.com/cdn/shop/files/24_ee728dab-2760-4e21-b38f-68f507f5895f_600x.png?v=1710756690" alt="Tee-Shirt Dona Maria">
          <img class="ProductItem__Image" src="//katxiklothing.com/cdn/shop/files/24_ee728dab-2760-4e21-b38f-68f507f5895f_600x.png?v=1710756690" alt="Tee-Shirt Dona Maria">
        </noscript>
      </div>
    </a><div class="ProductItem__Info ProductItem__Info--center"><h3 class="ProductItem__Title Heading">
          <a href="/products/tee-shirt-dona-maria">Tee-Shirt Dona Maria</a>
        </h3><div class="ProductItem__PriceList  Heading"><span class="ProductItem__Price Price Text--subdued">38€</span></div></div></div></div>
                </div>
            <a href="/products/tee-shirt-dona-maria" class="ShopTheLook__ViewButton Button Button--primary Button--full">Voir ce produit</a>
          </div>
        </div>
      </div><div id="block-look_YnC6tW-popover" class="Popover Popover--secondary hidden-lap-and-up" aria-hidden="true">
        <header class="Popover__Header">
          <button class="Popover__Close Icon-Wrapper--clickable" data-action="close-popover"><svg class="Icon Icon--close" role="presentation" viewbox="0 0 16 14">
      <path d="M15 0L1 14m14 0L1 0" stroke="currentColor" fill="none" fill-rule="evenodd"></path>
    </svg></button>
          <span class="Popover__Title Heading u-h4">Parcourir le look</span>
        </header>

        <div class="Popover__Content">
          <div class="ShopTheLook__ProductList Carousel" data-flickity-config='{        "prevNextButtons": false,        "pageDots": false,        "draggable": false,        "wrapAround": true      }' data-look-index="0">
            <div class="ShopTheLook__ProductItem ShopTheLook__ProductItem--withHiddenInfo Carousel__Cell is-selected" data-product-url="/products/tee-shirt-dona-maria">
                  <div class="ProductItem">
  <div class="ProductItem__Wrapper"><a href="/products/tee-shirt-dona-maria" class="ProductItem__ImageWrapper ProductItem__ImageWrapper--withAlternateImage"><div class="AspectRatio AspectRatio--withFallback" style="max-width: 1200px; padding-bottom: 141.66666666666666%; --aspect-ratio: 0.7058823529411765"><img class="ProductItem__Image ProductItem__Image--alternate Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/BASIK_2_d2024c9a-7b73-43d5-b2c0-60c8a8ad6eb0_{width}x.png?v=1710758612" data-widths="[200,300,400,600,800,900,1000,1200]" data-sizes="auto" alt="Tee-Shirt Dona Maria" data-media-id="47897080430941"><img class="ProductItem__Image Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/24_ee728dab-2760-4e21-b38f-68f507f5895f_{width}x.png?v=1710756690" data-widths="[200,400,600,700,800,900,1000,1200]" data-sizes="auto" alt="" data-media-id="">
        <span class="Image__Loader"></span>

        <noscript>
          <img class="ProductItem__Image ProductItem__Image--alternate" src="//katxiklothing.com/cdn/shop/files/24_ee728dab-2760-4e21-b38f-68f507f5895f_600x.png?v=1710756690" alt="Tee-Shirt Dona Maria">
          <img class="ProductItem__Image" src="//katxiklothing.com/cdn/shop/files/24_ee728dab-2760-4e21-b38f-68f507f5895f_600x.png?v=1710756690" alt="Tee-Shirt Dona Maria">
        </noscript>
      </div>
    </a><div class="ProductItem__Info ProductItem__Info--center"><h3 class="ProductItem__Title Heading">
          <a href="/products/tee-shirt-dona-maria">Tee-Shirt Dona Maria</a>
        </h3><div class="ProductItem__PriceList  Heading"><span class="ProductItem__Price Price Text--subdued">38€</span></div></div></div></div>
                </div>
          </div>
        </div>
      </div><div  class="ShopTheLook__Item Carousel__Cell" id="block-4194dc7b-5b3a-4db3-aae9-414dda8f84cb" data-slide-index="1">
        <div class="ShopTheLook__Inner"><div class="ShopTheLook__ImageWrapper" style="width: 550px; background: url(//katxiklothing.com/cdn/shop/files/Looks_Katxi_2f0fb232-f680-49bc-95f3-12f4ad992b6d_1x1.png.jpg?v=1710758721)">
            <div class="AspectRatio AspectRatio--withFallback" style="max-width: 1200px; padding-bottom: 100.0%; --aspect-ratio: 1.0"><img class="ShopTheLook__Image Image--lazyLoad Image--fadeIn"
                       data-src="//katxiklothing.com/cdn/shop/files/Looks_Katxi_2f0fb232-f680-49bc-95f3-12f4ad992b6d_{width}x.progressive.png.jpg?v=1710758721"
                       data-widths="[200,400,600,700,800,1000,1200]"
                       data-sizes="auto"
                       alt="">

                  <noscript>
                    <img class="ShopTheLook__Image" src="//katxiklothing.com/cdn/shop/files/Looks_Katxi_2f0fb232-f680-49bc-95f3-12f4ad992b6d_600x.png?v=1710758721" alt="">
                  </noscript></div><span class="ShopTheLook__Dot ShopTheLook__Dot--light is-active" data-product-index="1" style="left: 67%; top: 55%"></span><span class="ShopTheLook__Dot ShopTheLook__Dot--light" data-product-index="3" style="left: 25%; top: 53%"></span></div><div class="ShopTheLook__ProductList Carousel Carousel--fadeIn hidden-pocket" data-flickity-config='{            "prevNextButtons": false,            "pageDots": true,            "draggable": false,            "wrapAround": true,            "cellSelector": ".ShopTheLook__ProductItem"          }' data-look-index="1">
            <div class="ShopTheLook__ProductItem ShopTheLook__ProductItem--withHiddenInfo Carousel__Cell is-selected" data-product-url="/products/tee-shirt-olatuak">
                  <div class="ProductItem">
  <div class="ProductItem__Wrapper"><a href="/products/tee-shirt-olatuak" class="ProductItem__ImageWrapper ProductItem__ImageWrapper--withAlternateImage"><div class="AspectRatio AspectRatio--withFallback" style="max-width: 1200px; padding-bottom: 141.66666666666666%; --aspect-ratio: 0.7058823529411765"><img class="ProductItem__Image ProductItem__Image--alternate Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/TS3K_4_cfdd49ff-d358-4d3d-9641-d2cb8f8d48ac_{width}x.png?v=1710758507" data-widths="[200,300,400,600,800,900,1000,1200]" data-sizes="auto" alt="Tee-Shirt Olatuak" data-media-id="47897052676445"><img class="ProductItem__Image Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/BASIK_4_47069275-b05c-4421-8673-81c7dcb00d01_{width}x.png?v=1709716903" data-widths="[200,400,600,700,800,900,1000,1200]" data-sizes="auto" alt="" data-media-id="">
        <span class="Image__Loader"></span>

        <noscript>
          <img class="ProductItem__Image ProductItem__Image--alternate" src="//katxiklothing.com/cdn/shop/files/BASIK_4_47069275-b05c-4421-8673-81c7dcb00d01_600x.png?v=1709716903" alt="Tee-Shirt Olatuak">
          <img class="ProductItem__Image" src="//katxiklothing.com/cdn/shop/files/BASIK_4_47069275-b05c-4421-8673-81c7dcb00d01_600x.png?v=1709716903" alt="Tee-Shirt Olatuak">
        </noscript>
      </div>
    </a><div class="ProductItem__Info ProductItem__Info--center"><h3 class="ProductItem__Title Heading">
          <a href="/products/tee-shirt-olatuak">Tee-Shirt Olatuak</a>
        </h3><div class="ProductItem__PriceList  Heading"><span class="ProductItem__Price Price Text--subdued">38€</span></div></div></div></div>
                </div><div class="ShopTheLook__ProductItem ShopTheLook__ProductItem--withHiddenInfo Carousel__Cell" data-product-url="/products/tee-shirt-dona-maria">
                  <div class="ProductItem">
  <div class="ProductItem__Wrapper"><a href="/products/tee-shirt-dona-maria" class="ProductItem__ImageWrapper ProductItem__ImageWrapper--withAlternateImage"><div class="AspectRatio AspectRatio--withFallback" style="max-width: 1200px; padding-bottom: 141.66666666666666%; --aspect-ratio: 0.7058823529411765"><img class="ProductItem__Image ProductItem__Image--alternate Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/BASIK_2_d2024c9a-7b73-43d5-b2c0-60c8a8ad6eb0_{width}x.png?v=1710758612" data-widths="[200,300,400,600,800,900,1000,1200]" data-sizes="auto" alt="Tee-Shirt Dona Maria" data-media-id="47897080430941"><img class="ProductItem__Image Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/24_ee728dab-2760-4e21-b38f-68f507f5895f_{width}x.png?v=1710756690" data-widths="[200,400,600,700,800,900,1000,1200]" data-sizes="auto" alt="" data-media-id="">
        <span class="Image__Loader"></span>

        <noscript>
          <img class="ProductItem__Image ProductItem__Image--alternate" src="//katxiklothing.com/cdn/shop/files/24_ee728dab-2760-4e21-b38f-68f507f5895f_600x.png?v=1710756690" alt="Tee-Shirt Dona Maria">
          <img class="ProductItem__Image" src="//katxiklothing.com/cdn/shop/files/24_ee728dab-2760-4e21-b38f-68f507f5895f_600x.png?v=1710756690" alt="Tee-Shirt Dona Maria">
        </noscript>
      </div>
    </a><div class="ProductItem__Info ProductItem__Info--center"><h3 class="ProductItem__Title Heading">
          <a href="/products/tee-shirt-dona-maria">Tee-Shirt Dona Maria</a>
        </h3><div class="ProductItem__PriceList  Heading"><span class="ProductItem__Price Price Text--subdued">38€</span></div></div></div></div>
                </div>
            <a href="/products/tee-shirt-olatuak" class="ShopTheLook__ViewButton Button Button--primary Button--full">Voir ce produit</a>
          </div>
        </div>
      </div><div id="block-4194dc7b-5b3a-4db3-aae9-414dda8f84cb-popover" class="Popover Popover--secondary hidden-lap-and-up" aria-hidden="true">
        <header class="Popover__Header">
          <button class="Popover__Close Icon-Wrapper--clickable" data-action="close-popover"><svg class="Icon Icon--close" role="presentation" viewbox="0 0 16 14">
      <path d="M15 0L1 14m14 0L1 0" stroke="currentColor" fill="none" fill-rule="evenodd"></path>
    </svg></button>
          <span class="Popover__Title Heading u-h4">Parcourir le look</span>
        </header>

        <div class="Popover__Content">
          <div class="ShopTheLook__ProductList Carousel" data-flickity-config='{        "prevNextButtons": false,        "pageDots": false,        "draggable": true,        "wrapAround": true      }' data-look-index="1">
            <div class="ShopTheLook__ProductItem ShopTheLook__ProductItem--withHiddenInfo Carousel__Cell is-selected" data-product-url="/products/tee-shirt-olatuak">
                  <div class="ProductItem">
  <div class="ProductItem__Wrapper"><a href="/products/tee-shirt-olatuak" class="ProductItem__ImageWrapper ProductItem__ImageWrapper--withAlternateImage"><div class="AspectRatio AspectRatio--withFallback" style="max-width: 1200px; padding-bottom: 141.66666666666666%; --aspect-ratio: 0.7058823529411765"><img class="ProductItem__Image ProductItem__Image--alternate Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/TS3K_4_cfdd49ff-d358-4d3d-9641-d2cb8f8d48ac_{width}x.png?v=1710758507" data-widths="[200,300,400,600,800,900,1000,1200]" data-sizes="auto" alt="Tee-Shirt Olatuak" data-media-id="47897052676445"><img class="ProductItem__Image Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/BASIK_4_47069275-b05c-4421-8673-81c7dcb00d01_{width}x.png?v=1709716903" data-widths="[200,400,600,700,800,900,1000,1200]" data-sizes="auto" alt="" data-media-id="">
        <span class="Image__Loader"></span>

        <noscript>
          <img class="ProductItem__Image ProductItem__Image--alternate" src="//katxiklothing.com/cdn/shop/files/BASIK_4_47069275-b05c-4421-8673-81c7dcb00d01_600x.png?v=1709716903" alt="Tee-Shirt Olatuak">
          <img class="ProductItem__Image" src="//katxiklothing.com/cdn/shop/files/BASIK_4_47069275-b05c-4421-8673-81c7dcb00d01_600x.png?v=1709716903" alt="Tee-Shirt Olatuak">
        </noscript>
      </div>
    </a><div class="ProductItem__Info ProductItem__Info--center"><h3 class="ProductItem__Title Heading">
          <a href="/products/tee-shirt-olatuak">Tee-Shirt Olatuak</a>
        </h3><div class="ProductItem__PriceList  Heading"><span class="ProductItem__Price Price Text--subdued">38€</span></div></div></div></div>
                </div><div class="ShopTheLook__ProductItem ShopTheLook__ProductItem--withHiddenInfo Carousel__Cell" data-product-url="/products/tee-shirt-dona-maria">
                  <div class="ProductItem">
  <div class="ProductItem__Wrapper"><a href="/products/tee-shirt-dona-maria" class="ProductItem__ImageWrapper ProductItem__ImageWrapper--withAlternateImage"><div class="AspectRatio AspectRatio--withFallback" style="max-width: 1200px; padding-bottom: 141.66666666666666%; --aspect-ratio: 0.7058823529411765"><img class="ProductItem__Image ProductItem__Image--alternate Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/BASIK_2_d2024c9a-7b73-43d5-b2c0-60c8a8ad6eb0_{width}x.png?v=1710758612" data-widths="[200,300,400,600,800,900,1000,1200]" data-sizes="auto" alt="Tee-Shirt Dona Maria" data-media-id="47897080430941"><img class="ProductItem__Image Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/24_ee728dab-2760-4e21-b38f-68f507f5895f_{width}x.png?v=1710756690" data-widths="[200,400,600,700,800,900,1000,1200]" data-sizes="auto" alt="" data-media-id="">
        <span class="Image__Loader"></span>

        <noscript>
          <img class="ProductItem__Image ProductItem__Image--alternate" src="//katxiklothing.com/cdn/shop/files/24_ee728dab-2760-4e21-b38f-68f507f5895f_600x.png?v=1710756690" alt="Tee-Shirt Dona Maria">
          <img class="ProductItem__Image" src="//katxiklothing.com/cdn/shop/files/24_ee728dab-2760-4e21-b38f-68f507f5895f_600x.png?v=1710756690" alt="Tee-Shirt Dona Maria">
        </noscript>
      </div>
    </a><div class="ProductItem__Info ProductItem__Info--center"><h3 class="ProductItem__Title Heading">
          <a href="/products/tee-shirt-dona-maria">Tee-Shirt Dona Maria</a>
        </h3><div class="ProductItem__PriceList  Heading"><span class="ProductItem__Price Price Text--subdued">38€</span></div></div></div></div>
                </div>
          </div>
        </div>
      </div><div  class="ShopTheLook__Item Carousel__Cell" id="block-5555d769-450a-45a6-960c-c989e8696378" data-slide-index="2">
        <div class="ShopTheLook__Inner"><div class="ShopTheLook__ImageWrapper" style="width: 550px; background: url(//katxiklothing.com/cdn/shop/files/Look_Katxitrois_Kouronnes_1x1.png.jpg?v=1699431431)">
            <div class="AspectRatio AspectRatio--withFallback" style="max-width: 1200px; padding-bottom: 100.0%; --aspect-ratio: 1.0"><img class="ShopTheLook__Image Image--lazyLoad Image--fadeIn"
                       data-src="//katxiklothing.com/cdn/shop/files/Look_Katxitrois_Kouronnes_{width}x.progressive.png.jpg?v=1699431431"
                       data-widths="[200,400,600,700,800,1000,1200]"
                       data-sizes="auto"
                       alt="">

                  <noscript>
                    <img class="ShopTheLook__Image" src="//katxiklothing.com/cdn/shop/files/Look_Katxitrois_Kouronnes_600x.png?v=1699431431" alt="">
                  </noscript></div><span class="ShopTheLook__Dot ShopTheLook__Dot--light is-active" data-product-index="1" style="left: 51%; top: 55%"></span><span class="ShopTheLook__Dot ShopTheLook__Dot--light" data-product-index="2" style="left: 36%; top: 19%"></span></div><div class="ShopTheLook__ProductList Carousel Carousel--fadeIn hidden-pocket" data-flickity-config='{            "prevNextButtons": false,            "pageDots": true,            "draggable": false,            "wrapAround": true,            "cellSelector": ".ShopTheLook__ProductItem"          }' data-look-index="2">
            <div class="ShopTheLook__ProductItem ShopTheLook__ProductItem--withHiddenInfo Carousel__Cell is-selected" data-product-url="/products/tee-shirt-trois-kouronnes">
                  <div class="ProductItem">
  <div class="ProductItem__Wrapper"><a href="/products/tee-shirt-trois-kouronnes" class="ProductItem__ImageWrapper ProductItem__ImageWrapper--withAlternateImage"><div class="AspectRatio AspectRatio--withFallback" style="max-width: 1200px; padding-bottom: 141.66666666666666%; --aspect-ratio: 0.7058823529411765"><img class="ProductItem__Image ProductItem__Image--alternate Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/TS3K_8_{width}x.png?v=1710759259" data-widths="[200,300,400,600,800,900,1000,1200]" data-sizes="auto" alt="Tee-Shirt Trois Kouronnes" data-media-id="44623367897437"><img class="ProductItem__Image Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/TS3K_{width}x.png?v=1692177825" data-widths="[200,400,600,700,800,900,1000,1200]" data-sizes="auto" alt="" data-media-id="">
        <span class="Image__Loader"></span>

        <noscript>
          <img class="ProductItem__Image ProductItem__Image--alternate" src="//katxiklothing.com/cdn/shop/files/TS3K_600x.png?v=1692177825" alt="Tee-Shirt Trois Kouronnes">
          <img class="ProductItem__Image" src="//katxiklothing.com/cdn/shop/files/TS3K_600x.png?v=1692177825" alt="Tee-Shirt Trois Kouronnes">
        </noscript>
      </div>
    </a><div class="ProductItem__Info ProductItem__Info--center"><h3 class="ProductItem__Title Heading">
          <a href="/products/tee-shirt-trois-kouronnes">Tee-Shirt Trois Kouronnes</a>
        </h3><div class="ProductItem__PriceList  Heading"><span class="ProductItem__Price Price Text--subdued">38€</span></div></div></div></div>
                </div><div class="ShopTheLook__ProductItem ShopTheLook__ProductItem--withHiddenInfo Carousel__Cell" data-product-url="/products/casquette-k">
                  <div class="ProductItem">
  <div class="ProductItem__Wrapper"><a href="/products/casquette-k" class="ProductItem__ImageWrapper ProductItem__ImageWrapper--withAlternateImage"><div class="AspectRatio AspectRatio--withFallback" style="max-width: 1200px; padding-bottom: 141.66666666666666%; --aspect-ratio: 0.7058823529411765"><img class="ProductItem__Image ProductItem__Image--alternate Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/63_{width}x.png?v=1693213780" data-widths="[200,300,400,600,800,900,1000,1200]" data-sizes="auto" alt="Casquette Vintage K." data-media-id="44761468371293"><img class="ProductItem__Image Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/62_{width}x.png?v=1693213780" data-widths="[200,400,600,700,800,900,1000,1200]" data-sizes="auto" alt="" data-media-id="">
        <span class="Image__Loader"></span>

        <noscript>
          <img class="ProductItem__Image ProductItem__Image--alternate" src="//katxiklothing.com/cdn/shop/files/62_600x.png?v=1693213780" alt="Casquette Vintage K.">
          <img class="ProductItem__Image" src="//katxiklothing.com/cdn/shop/files/62_600x.png?v=1693213780" alt="Casquette Vintage K.">
        </noscript>
      </div>
    </a><div class="ProductItem__Info ProductItem__Info--center"><h3 class="ProductItem__Title Heading">
          <a href="/products/casquette-k">Casquette Vintage K.</a>
        </h3><div class="ProductItem__PriceList  Heading"><span class="ProductItem__Price Price Text--subdued">30€</span></div></div></div></div>
                </div>
            <a href="/products/tee-shirt-trois-kouronnes" class="ShopTheLook__ViewButton Button Button--primary Button--full">Voir ce produit</a>
          </div>
        </div>
      </div><div id="block-5555d769-450a-45a6-960c-c989e8696378-popover" class="Popover Popover--secondary hidden-lap-and-up" aria-hidden="true">
        <header class="Popover__Header">
          <button class="Popover__Close Icon-Wrapper--clickable" data-action="close-popover"><svg class="Icon Icon--close" role="presentation" viewbox="0 0 16 14">
      <path d="M15 0L1 14m14 0L1 0" stroke="currentColor" fill="none" fill-rule="evenodd"></path>
    </svg></button>
          <span class="Popover__Title Heading u-h4">Parcourir le look</span>
        </header>

        <div class="Popover__Content">
          <div class="ShopTheLook__ProductList Carousel" data-flickity-config='{        "prevNextButtons": false,        "pageDots": false,        "draggable": true,        "wrapAround": true      }' data-look-index="2">
            <div class="ShopTheLook__ProductItem ShopTheLook__ProductItem--withHiddenInfo Carousel__Cell is-selected" data-product-url="/products/tee-shirt-trois-kouronnes">
                  <div class="ProductItem">
  <div class="ProductItem__Wrapper"><a href="/products/tee-shirt-trois-kouronnes" class="ProductItem__ImageWrapper ProductItem__ImageWrapper--withAlternateImage"><div class="AspectRatio AspectRatio--withFallback" style="max-width: 1200px; padding-bottom: 141.66666666666666%; --aspect-ratio: 0.7058823529411765"><img class="ProductItem__Image ProductItem__Image--alternate Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/TS3K_8_{width}x.png?v=1710759259" data-widths="[200,300,400,600,800,900,1000,1200]" data-sizes="auto" alt="Tee-Shirt Trois Kouronnes" data-media-id="44623367897437"><img class="ProductItem__Image Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/TS3K_{width}x.png?v=1692177825" data-widths="[200,400,600,700,800,900,1000,1200]" data-sizes="auto" alt="" data-media-id="">
        <span class="Image__Loader"></span>

        <noscript>
          <img class="ProductItem__Image ProductItem__Image--alternate" src="//katxiklothing.com/cdn/shop/files/TS3K_600x.png?v=1692177825" alt="Tee-Shirt Trois Kouronnes">
          <img class="ProductItem__Image" src="//katxiklothing.com/cdn/shop/files/TS3K_600x.png?v=1692177825" alt="Tee-Shirt Trois Kouronnes">
        </noscript>
      </div>
    </a><div class="ProductItem__Info ProductItem__Info--center"><h3 class="ProductItem__Title Heading">
          <a href="/products/tee-shirt-trois-kouronnes">Tee-Shirt Trois Kouronnes</a>
        </h3><div class="ProductItem__PriceList  Heading"><span class="ProductItem__Price Price Text--subdued">38€</span></div></div></div></div>
                </div><div class="ShopTheLook__ProductItem ShopTheLook__ProductItem--withHiddenInfo Carousel__Cell" data-product-url="/products/casquette-k">
                  <div class="ProductItem">
  <div class="ProductItem__Wrapper"><a href="/products/casquette-k" class="ProductItem__ImageWrapper ProductItem__ImageWrapper--withAlternateImage"><div class="AspectRatio AspectRatio--withFallback" style="max-width: 1200px; padding-bottom: 141.66666666666666%; --aspect-ratio: 0.7058823529411765"><img class="ProductItem__Image ProductItem__Image--alternate Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/63_{width}x.png?v=1693213780" data-widths="[200,300,400,600,800,900,1000,1200]" data-sizes="auto" alt="Casquette Vintage K." data-media-id="44761468371293"><img class="ProductItem__Image Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/62_{width}x.png?v=1693213780" data-widths="[200,400,600,700,800,900,1000,1200]" data-sizes="auto" alt="" data-media-id="">
        <span class="Image__Loader"></span>

        <noscript>
          <img class="ProductItem__Image ProductItem__Image--alternate" src="//katxiklothing.com/cdn/shop/files/62_600x.png?v=1693213780" alt="Casquette Vintage K.">
          <img class="ProductItem__Image" src="//katxiklothing.com/cdn/shop/files/62_600x.png?v=1693213780" alt="Casquette Vintage K.">
        </noscript>
      </div>
    </a><div class="ProductItem__Info ProductItem__Info--center"><h3 class="ProductItem__Title Heading">
          <a href="/products/casquette-k">Casquette Vintage K.</a>
        </h3><div class="ProductItem__PriceList  Heading"><span class="ProductItem__Price Price Text--subdued">30€</span></div></div></div></div>
                </div>
          </div>
        </div>
      </div><div  class="ShopTheLook__Item Carousel__Cell" id="block-look-0" data-slide-index="3">
        <div class="ShopTheLook__Inner"><div class="ShopTheLook__ImageWrapper" style="width: 550px; background: url(//katxiklothing.com/cdn/shop/files/look_katxi_inkontournables_1x1.png.jpg?v=1699431635)">
            <div class="AspectRatio AspectRatio--withFallback" style="max-width: 1200px; padding-bottom: 100.0%; --aspect-ratio: 1.0"><img class="ShopTheLook__Image Image--lazyLoad Image--fadeIn"
                       data-src="//katxiklothing.com/cdn/shop/files/look_katxi_inkontournables_{width}x.progressive.png.jpg?v=1699431635"
                       data-widths="[200,400,600,700,800,1000,1200]"
                       data-sizes="auto"
                       alt="">

                  <noscript>
                    <img class="ShopTheLook__Image" src="//katxiklothing.com/cdn/shop/files/look_katxi_inkontournables_600x.png?v=1699431635" alt="">
                  </noscript></div><span class="ShopTheLook__Dot ShopTheLook__Dot--light is-active" data-product-index="1" style="left: 66%; top: 39%"></span><span class="ShopTheLook__Dot ShopTheLook__Dot--light" data-product-index="2" style="left: 32%; top: 28%"></span></div><div class="ShopTheLook__ProductList Carousel Carousel--fadeIn hidden-pocket" data-flickity-config='{            "prevNextButtons": false,            "pageDots": true,            "draggable": false,            "wrapAround": true,            "cellSelector": ".ShopTheLook__ProductItem"          }' data-look-index="3">
            <div class="ShopTheLook__ProductItem ShopTheLook__ProductItem--withHiddenInfo Carousel__Cell is-selected" data-product-url="/products/hoodie-gernika-broderie">
                  <div class="ProductItem">
  <div class="ProductItem__Wrapper"><a href="/products/hoodie-gernika-broderie" class="ProductItem__ImageWrapper ProductItem__ImageWrapper--withAlternateImage"><div class="AspectRatio AspectRatio--withFallback" style="max-width: 1200px; padding-bottom: 141.66666666666666%; --aspect-ratio: 0.7058823529411765"><img class="ProductItem__Image ProductItem__Image--alternate Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/GERNIKABRODERIE_2_{width}x.png?v=1698402324" data-widths="[200,300,400,600,800,900,1000,1200]" data-sizes="auto" alt="Hoodie Gernika Broderie" data-media-id="45757181788509"><img class="ProductItem__Image Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/GERNIKABRODERIE_{width}x.png?v=1698402325" data-widths="[200,400,600,700,800,900,1000,1200]" data-sizes="auto" alt="" data-media-id="">
        <span class="Image__Loader"></span>

        <noscript>
          <img class="ProductItem__Image ProductItem__Image--alternate" src="//katxiklothing.com/cdn/shop/files/GERNIKABRODERIE_600x.png?v=1698402325" alt="Hoodie Gernika Broderie">
          <img class="ProductItem__Image" src="//katxiklothing.com/cdn/shop/files/GERNIKABRODERIE_600x.png?v=1698402325" alt="Hoodie Gernika Broderie">
        </noscript>
      </div>
    </a><div class="ProductItem__Info ProductItem__Info--center"><h3 class="ProductItem__Title Heading">
          <a href="/products/hoodie-gernika-broderie">Hoodie Gernika Broderie</a>
        </h3><div class="ProductItem__PriceList  Heading"><span class="ProductItem__Price Price Text--subdued">79€</span></div></div></div></div>
                </div><div class="ShopTheLook__ProductItem ShopTheLook__ProductItem--withHiddenInfo Carousel__Cell" data-product-url="/products/bonnets-arrantzale">
                  <div class="ProductItem">
  <div class="ProductItem__Wrapper"><a href="/products/bonnets-arrantzale" class="ProductItem__ImageWrapper ProductItem__ImageWrapper--withAlternateImage"><div class="AspectRatio AspectRatio--withFallback" style="max-width: 1200px; padding-bottom: 141.66666666666666%; --aspect-ratio: 0.7058823529411765"><img class="ProductItem__Image ProductItem__Image--alternate Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/67_{width}x.png?v=1692178471" data-widths="[200,300,400,600,800,900,1000,1200]" data-sizes="auto" alt="Bonnet Arrantzale" data-media-id="44623486419293"><img class="ProductItem__Image Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/66_{width}x.png?v=1692178471" data-widths="[200,400,600,700,800,900,1000,1200]" data-sizes="auto" alt="" data-media-id="">
        <span class="Image__Loader"></span>

        <noscript>
          <img class="ProductItem__Image ProductItem__Image--alternate" src="//katxiklothing.com/cdn/shop/files/66_600x.png?v=1692178471" alt="Bonnet Arrantzale">
          <img class="ProductItem__Image" src="//katxiklothing.com/cdn/shop/files/66_600x.png?v=1692178471" alt="Bonnet Arrantzale">
        </noscript>
      </div>
    </a><div class="ProductItem__Info ProductItem__Info--center"><h3 class="ProductItem__Title Heading">
          <a href="/products/bonnets-arrantzale">Bonnet Arrantzale</a>
        </h3><div class="ProductItem__PriceList  Heading"><span class="ProductItem__Price Price Text--subdued">30€</span></div></div></div></div>
                </div>
            <a href="/products/hoodie-gernika-broderie" class="ShopTheLook__ViewButton Button Button--primary Button--full">Voir ce produit</a>
          </div>
        </div>
      </div><div id="block-look-0-popover" class="Popover Popover--secondary hidden-lap-and-up" aria-hidden="true">
        <header class="Popover__Header">
          <button class="Popover__Close Icon-Wrapper--clickable" data-action="close-popover"><svg class="Icon Icon--close" role="presentation" viewbox="0 0 16 14">
      <path d="M15 0L1 14m14 0L1 0" stroke="currentColor" fill="none" fill-rule="evenodd"></path>
    </svg></button>
          <span class="Popover__Title Heading u-h4">Parcourir le look</span>
        </header>

        <div class="Popover__Content">
          <div class="ShopTheLook__ProductList Carousel" data-flickity-config='{        "prevNextButtons": false,        "pageDots": false,        "draggable": true,        "wrapAround": true      }' data-look-index="3">
            <div class="ShopTheLook__ProductItem ShopTheLook__ProductItem--withHiddenInfo Carousel__Cell is-selected" data-product-url="/products/hoodie-gernika-broderie">
                  <div class="ProductItem">
  <div class="ProductItem__Wrapper"><a href="/products/hoodie-gernika-broderie" class="ProductItem__ImageWrapper ProductItem__ImageWrapper--withAlternateImage"><div class="AspectRatio AspectRatio--withFallback" style="max-width: 1200px; padding-bottom: 141.66666666666666%; --aspect-ratio: 0.7058823529411765"><img class="ProductItem__Image ProductItem__Image--alternate Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/GERNIKABRODERIE_2_{width}x.png?v=1698402324" data-widths="[200,300,400,600,800,900,1000,1200]" data-sizes="auto" alt="Hoodie Gernika Broderie" data-media-id="45757181788509"><img class="ProductItem__Image Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/GERNIKABRODERIE_{width}x.png?v=1698402325" data-widths="[200,400,600,700,800,900,1000,1200]" data-sizes="auto" alt="" data-media-id="">
        <span class="Image__Loader"></span>

        <noscript>
          <img class="ProductItem__Image ProductItem__Image--alternate" src="//katxiklothing.com/cdn/shop/files/GERNIKABRODERIE_600x.png?v=1698402325" alt="Hoodie Gernika Broderie">
          <img class="ProductItem__Image" src="//katxiklothing.com/cdn/shop/files/GERNIKABRODERIE_600x.png?v=1698402325" alt="Hoodie Gernika Broderie">
        </noscript>
      </div>
    </a><div class="ProductItem__Info ProductItem__Info--center"><h3 class="ProductItem__Title Heading">
          <a href="/products/hoodie-gernika-broderie">Hoodie Gernika Broderie</a>
        </h3><div class="ProductItem__PriceList  Heading"><span class="ProductItem__Price Price Text--subdued">79€</span></div></div></div></div>
                </div><div class="ShopTheLook__ProductItem ShopTheLook__ProductItem--withHiddenInfo Carousel__Cell" data-product-url="/products/bonnets-arrantzale">
                  <div class="ProductItem">
  <div class="ProductItem__Wrapper"><a href="/products/bonnets-arrantzale" class="ProductItem__ImageWrapper ProductItem__ImageWrapper--withAlternateImage"><div class="AspectRatio AspectRatio--withFallback" style="max-width: 1200px; padding-bottom: 141.66666666666666%; --aspect-ratio: 0.7058823529411765"><img class="ProductItem__Image ProductItem__Image--alternate Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/67_{width}x.png?v=1692178471" data-widths="[200,300,400,600,800,900,1000,1200]" data-sizes="auto" alt="Bonnet Arrantzale" data-media-id="44623486419293"><img class="ProductItem__Image Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/66_{width}x.png?v=1692178471" data-widths="[200,400,600,700,800,900,1000,1200]" data-sizes="auto" alt="" data-media-id="">
        <span class="Image__Loader"></span>

        <noscript>
          <img class="ProductItem__Image ProductItem__Image--alternate" src="//katxiklothing.com/cdn/shop/files/66_600x.png?v=1692178471" alt="Bonnet Arrantzale">
          <img class="ProductItem__Image" src="//katxiklothing.com/cdn/shop/files/66_600x.png?v=1692178471" alt="Bonnet Arrantzale">
        </noscript>
      </div>
    </a><div class="ProductItem__Info ProductItem__Info--center"><h3 class="ProductItem__Title Heading">
          <a href="/products/bonnets-arrantzale">Bonnet Arrantzale</a>
        </h3><div class="ProductItem__PriceList  Heading"><span class="ProductItem__Price Price Text--subdued">30€</span></div></div></div></div>
                </div>
          </div>
        </div>
      </div></div>

  <div class="ShopTheLook__DiscoverButtonWrapper hidden-lap-and-up">
    <button class="ShopTheLook__ViewButton Button Button--primary" aria-haspopup="true" aria-expanded="false" aria-controls="block-look_YnC6tW-popover" data-action="open-look">Voir les produits</button>
  </div>
</section>

</div><div id="shopify-section-2c89309b-d2ce-463f-9385-e9486122de89" class="shopify-section shopify-section--bordered shopify-section--press"><section id="section-2c89309b-d2ce-463f-9385-e9486122de89" class="Section Section--spacingNormal" data-section-id="2c89309b-d2ce-463f-9385-e9486122de89" data-section-type="timeline">
  <header class="SectionHeader SectionHeader--center">
      <div class="Container">
        <h3 class="SectionHeader__SubHeading Heading u-h6">quand la presse s'en mêle...</h3>
        <h2 class="SectionHeader__Heading Heading u-h1 americana">ama, on passe a la tv !</h2>
      </div>
  </header>
  <div class="Container">
    <div class="Timeline"><button class="flickity-prev-next-button previous" type="button" aria-label="previous" data-action="prev"><svg data-action="prev" viewbox="0 0 100 100"><path d="M 20,50 L 60,90 L 60,85 L 25,50  L 60,15 L 60,10 Z" class="arrow"></path></svg></button>
      <button class="flickity-prev-next-button next" type="button" aria-label="next" data-action="next"><svg data-action="next" viewbox="0 0 100 100"><path d="M 20,50 L 60,90 L 60,85 L 25,50  L 60,15 L 60,10 Z" class="arrow" transform="translate(100, 100) rotate(180) "></path></svg></button>
      
        <div class="Timeline__Nav hidden">
          <div class="Timeline__NavWrapper"><button type="button" class="Timeline__NavItem is-selected Link Link--primary" data-index="0">
                
              </button><button type="button" class="Timeline__NavItem  Link Link--primary" data-index="1">
                
              </button><button type="button" class="Timeline__NavItem  Link Link--primary" data-index="2">
                
              </button><button type="button" class="Timeline__NavItem  Link Link--primary" data-index="3">
                
              </button><button type="button" class="Timeline__NavItem  Link Link--primary" data-index="4">
                
              </button></div>
    </div><div class="Timeline__ListItem PressItem"><div  class="Timeline__Item is-selected" data-index="0">
            <div class="Timeline__ImageWrapper Image--contrast" style="background: url(//katxiklothing.com/cdn/shop/files/TF1_1x1.png?v=1678715191)"><div class="Timeline__Image Image--lazyLoad hide-no-js" data-bgset="//katxiklothing.com/cdn/shop/files/TF1_x650.png?v=1678715191 [(max-width: 640px)] | //katxiklothing.com/cdn/shop/files/TF1_1000x.png?v=1678715191"></div>

                <noscript>
                  <div class="Timeline__Image" style="background-image: url(//katxiklothing.com/cdn/shop/files/TF1_1000x.png?v=1678715191)"></div>
                </noscript></div><div class="Timeline__Inner">
                <header class="Timeline__Header SectionHeader SectionHeader--center"><div class="SectionHeader__SubHeading Heading u-h6">&quot;ama, on passe à la télé !&quot;</div><div class="SectionHeader__Heading Heading u-h1 americana">JT DE 20H SUR TF1</div><div class="SectionHeader__Description Rte">
                      <p>"Ces salariés d'une marque de prêt-à-porter à Saint-Jean-de-Luz ont le sourire. </p><p>Au printemps dernier, ils ont tous bénéficié d'une augmentation, plus 15% sur leurs salaires." </p><p>[...]</p><p>Un très grand merci à TF1 d'avoir pensé à nous pour illustrer les solutions qui existent face à la crise et à notre équipe de choc pour s'être prêté au jeu de la caméra.</p>
                    </div></header>
              </div></div><div  class="Timeline__Item" data-index="1">
            <div class="Timeline__ImageWrapper Image--contrast" style="background: url(//katxiklothing.com/cdn/shop/files/sud_ouest_1x1.png?v=1678717114)"><div class="Timeline__Image Image--lazyLoad hide-no-js" data-bgset="//katxiklothing.com/cdn/shop/files/sud_ouest_x650.png?v=1678717114 [(max-width: 640px)] | //katxiklothing.com/cdn/shop/files/sud_ouest_1000x.png?v=1678717114"></div>

                <noscript>
                  <div class="Timeline__Image" style="background-image: url(//katxiklothing.com/cdn/shop/files/sud_ouest_1000x.png?v=1678717114)"></div>
                </noscript></div><div class="Timeline__Inner">
                <header class="Timeline__Header SectionHeader SectionHeader--center"><div class="SectionHeader__SubHeading Heading u-h6">Katxi Klothing affiche une croissance XXL</div><div class="SectionHeader__Heading Heading u-h1 americana">sud-ouest</div><div class="SectionHeader__Description Rte">
                      <p>"Cette croissance XXL est d’autant plus appréciée que le trentenaire ne doute pas qu’un jour, comme ce fut le cas pour Katxi, « une autre petite marque se créera et prendra le dessus ». </p><p>Pas de quoi se prendre la tête : </p><p>« Mon rêve, c’était de créer une entreprise de potes, et ce rêve, il est atteint depuis des années. Depuis, c’est que du bonus ! »".</p>
                    </div></header>
              </div></div><div  class="Timeline__Item" data-index="2">
            <div class="Timeline__ImageWrapper Image--contrast" style="background: url(//katxiklothing.com/cdn/shop/files/Paris_Match_1x1.png?v=1678718702)"><div class="Timeline__Image Image--lazyLoad hide-no-js" data-bgset="//katxiklothing.com/cdn/shop/files/Paris_Match_x650.png?v=1678718702 [(max-width: 640px)] | //katxiklothing.com/cdn/shop/files/Paris_Match_1000x.png?v=1678718702"></div>

                <noscript>
                  <div class="Timeline__Image" style="background-image: url(//katxiklothing.com/cdn/shop/files/Paris_Match_1000x.png?v=1678718702)"></div>
                </noscript></div><div class="Timeline__Inner">
                <header class="Timeline__Header SectionHeader SectionHeader--center"><div class="SectionHeader__SubHeading Heading u-h6">le prêt-à-porter made in... Pays basque</div><div class="SectionHeader__Heading Heading u-h1 americana">paris match</div><div class="SectionHeader__Description Rte">
                      <p>"Katxi Klothing propose des T-shirts, des sweat, des casquettes loin des clichés du béret, des piments et du fromage de brebis. « On voulait montrer le vrai visage du Pays basque, explique Jean, à travers l’histoire, l’art, les traditions. » </p><p>Ainsi, leur modèle phare affiche la trogne de Sabino Arana, l’inventeur du drapeau basque. Leur dernière collection met en vedette Juan Sebastian El Cano, explorateur, ayant bouclé le tour de monde à la voile de Magellan."</p>
                    </div></header>
              </div></div><div  class="Timeline__Item" data-index="3">
            <div class="Timeline__ImageWrapper Image--contrast" style="background: url(//katxiklothing.com/cdn/shop/files/Mediabask_1x1.png?v=1678715035)"><div class="Timeline__Image Image--lazyLoad hide-no-js" data-bgset="//katxiklothing.com/cdn/shop/files/Mediabask_x650.png?v=1678715035 [(max-width: 640px)] | //katxiklothing.com/cdn/shop/files/Mediabask_1000x.png?v=1678715035"></div>

                <noscript>
                  <div class="Timeline__Image" style="background-image: url(//katxiklothing.com/cdn/shop/files/Mediabask_1000x.png?v=1678715035)"></div>
                </noscript></div><div class="Timeline__Inner">
                <header class="Timeline__Header SectionHeader SectionHeader--center"><div class="SectionHeader__SubHeading Heading u-h6">la &quot;lasai attitude&quot; s&#39;habille en Katxi</div><div class="SectionHeader__Heading Heading u-h1 americana">mediabask</div><div class="SectionHeader__Description Rte">
                      <p>"Donibandar et copains de toujours, Jean et Thibaud ont créé de toutes pièces leur marque de vêtements : Katxi Klothing. </p><p>À travers elle, les jeunes hommes extériorisent leur philosophie de vie, simple et cool.</p><p>[...]</p><p>C'est l'histoire d'une bande de potes. Ils me reçoivent comme si j'en faisais partie - à la cool - dans leur bureau atelier de la Rue Gambetta en plein coeur de Saint-Jean-de-Luz. "</p><p></p><p>Argitxu DUFAU</p>
                    </div></header>
              </div></div><div  class="Timeline__Item" data-index="4">
            <div class="Timeline__ImageWrapper Image--contrast" style="background: url(//katxiklothing.com/cdn/shop/files/les_autres_1x1.png?v=1678718907)"><div class="Timeline__Image Image--lazyLoad hide-no-js" data-bgset="//katxiklothing.com/cdn/shop/files/les_autres_x650.png?v=1678718907 [(max-width: 640px)] | //katxiklothing.com/cdn/shop/files/les_autres_1000x.png?v=1678718907"></div>

                <noscript>
                  <div class="Timeline__Image" style="background-image: url(//katxiklothing.com/cdn/shop/files/les_autres_1000x.png?v=1678718907)"></div>
                </noscript></div><div class="Timeline__Inner">
                <header class="Timeline__Header SectionHeader SectionHeader--center"><div class="SectionHeader__SubHeading Heading u-h6">katxi klothing &amp; la presse</div><div class="SectionHeader__Heading Heading u-h1 americana">de belles rencontres</div><div class="SectionHeader__Description Rte">
                      <p>Depuis sa création en 2016, Katxi Klothing a eu l'occasion d'être approché par des journalistes de divers médias : télévision, radio et presse papier. </p><p>Autant d'occasions pour la marque de diffuser son image et son esprit "à la cool".</p><p>Un grand merci à tous les journalistes qui ont pensé à nous et qui ont pris le temps de se pencher sur notre histoire pour réécrire notre parcours et participer ainsi au développement de l'enseigne !</p>
                    </div></header>
              </div></div></div>


    </div>
  </div>
</section>

<style>
  #section-2c89309b-d2ce-463f-9385-e9486122de89 .Timeline__ListItem {
    color: #ffffff;
  }
</style>


</div><div id="shopify-section-1601112050540" class="shopify-section"><section class="Section" id="section-1601112050540" data-section-id="1601112050540" data-section-type="background-video" data-section-settings='{  "videoType": "youtube",  "videoId": "HTjSC40vVZI",  "requestHost": "katxiklothing.com"}'>
  <div class="ImageHero ImageHero--large">
    <div class="ImageHero__VideoHolder"></div>
  </div>
</section>

</div><!-- END content_for_index -->
<div id="shopify-section-reinsurance" class="shopify-section"><section id="reinsurance" class="shopify-section--bordered shopify-section--bordered">
  <div class="reinsurance_bloc">
    <span class="SectionHeader__Heading Heading u-h4">Paiement Sécurisé</span>
    <p>Visa, Mastercard, Amex, Paypal, ApplePay</p>
  </div>
  <div class="reinsurance_bloc">
    <span class="SectionHeader__Heading Heading u-h4">Livraison</span>
    <p>Offerte à partir de 100€</p>
  </div>
  <div class="reinsurance_bloc">	    
    <span class="SectionHeader__Heading Heading u-h4">Nos engagements</span>
    <p>Customisation locale et éco-reponsable</p>
  </div>
</section>

</div><script data-locksmith>
    var load = function () {


            Locksmith.initializeSession({silent: window.location.search === ""});


      Locksmith.util.on('submit', 'locksmith-resource-form', function (event) {
        event.preventDefault();
        var data = Locksmith.util.serializeForm(event.target);
        Locksmith.postResource(data, { spinner: false, container: 'locksmith-content' });
      });

      Locksmith.util.on('click', 'locksmith-manual-trigger', function (event) {
        event.preventDefault();
        Locksmith.postResource({}, { spinner: true, container: document });
      });

      Locksmith.submitPasscode = function (passcode) {
        Locksmith.postResource(
          { passcode: passcode },
          { spinner: false, container: 'locksmith-content' }
        );
      };
    };

    if (typeof Locksmith !== 'undefined') {
      load();
    } else {
      window.addEventListener('load', load);
    }
  </script>
             <script>
               function removeElementsByClass(className) {
                    var elements = document.getElementsByClassName(className);
                    while (elements.length > 0) {
                        elements[0].parentNode.removeChild(elements[0]);
                    }
                }
                
                // Call the function with the class name you want to remove
                removeElementsByClass("es");

             </script></main>

      <div id="shopify-section-footer" class="shopify-section shopify-section--footer">    
    

    
    

    <a id="BackToTop" href="#" title="Retourner en haut" class="back-to-top hide">
    <!--span>Retourner en haut</span--> <i class="fa fa-arrow-circle-o-up fa-2x"></i> 
    </a>
    <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css" rel="stylesheet" type="text/css" media="all" />
    <style>
    .back-to-top {
    position: fixed;
    bottom: 1.5em;
    right: 1.5em;
    text-decoration: none;
    color: #000;
    background-color: #EEE;
    font-size: 20px;
    padding: 5px 8px;
    border-radius: 25px;
    z-index: 10;
    }
    .back-to-top i {
    vertical-align: middle;
    }
    .back-to-top span {
    padding-left: 0.5em;
    }
    .back-to-top i + span {
    padding-left: 0;
    }
    .back-to-top:hover {
    text-decoration: none;
    color: #555;
    }
    .hide {
    display: none!important;
    }
    </style>
    <script>
    (function() {
    function trackScroll() {
        var scrolled = window.pageYOffset;
        var coords = 900;

        if (scrolled > coords) {
        goTopBtn.classList.remove('hide');
        }
        if (scrolled < coords) {
        goTopBtn.classList.add('hide');
        }
    }

    function backToTop() {
        if (window.pageYOffset > 0) {
        window.scrollBy(0, -80);
        setTimeout(backToTop, 0);
        }
    }

    var goTopBtn = document.querySelector('.back-to-top');

    window.addEventListener('scroll', trackScroll);
    goTopBtn.addEventListener('click', backToTop);
    })();
    </script>
<footer id="section-footer" data-section-id="footer" data-section-type="footer" class="Footer" role="contentinfo">
  <div class="Container"><div class="Footer__Inner"><div class="Footer__Block Footer__Block--text" ><div class="Footer__Title Heading u-h6">À propos de Katxi Klothing</div><div class="Footer__Content Rte">
                    <p>Katxi Klothing, c&#x27;est la marque de vêtements du Pays Basque qui propose une vision moderniste d&#x27;un style basque et branché. C&#x27;est aussi un travail d&#x27;équipe et de copains, et une approche éco-responsable et locale du vêtement. Thibaud et Jean puisent leur inspiration dans la culture et l&#x27;art de vivre, si riches et caractéristiques du Pays Basque.</p>
                  </div><ul class="Footer__Social HorizontalList HorizontalList--spacingLoose">
    <li class="HorizontalList__Item">
      <a href="https://www.facebook.com/KatxiKlothing/" class="Link Link--primary" target="_blank" rel="noopener" aria-label="Facebook">
        <span class="Icon-Wrapper--clickable"><svg class="Icon Icon--facebook" viewbox="0 0 9 17">
      <path d="M5.842 17V9.246h2.653l.398-3.023h-3.05v-1.93c0-.874.246-1.47 1.526-1.47H9V.118C8.718.082 7.75 0 6.623 0 4.27 0 2.66 1.408 2.66 3.994v2.23H0v3.022h2.66V17h3.182z"></path>
    </svg></span>
      </a>
    </li>

    
<li class="HorizontalList__Item">
      <a href="https://www.instagram.com/katxiklothing/?hl=fr" class="Link Link--primary" target="_blank" rel="noopener" aria-label="Instagram">
        <span class="Icon-Wrapper--clickable"><svg class="Icon Icon--instagram" role="presentation" viewbox="0 0 32 32">
      <path d="M15.994 2.886c4.273 0 4.775.019 6.464.095 1.562.07 2.406.33 2.971.552.749.292 1.283.635 1.841 1.194s.908 1.092 1.194 1.841c.216.565.483 1.41.552 2.971.076 1.689.095 2.19.095 6.464s-.019 4.775-.095 6.464c-.07 1.562-.33 2.406-.552 2.971-.292.749-.635 1.283-1.194 1.841s-1.092.908-1.841 1.194c-.565.216-1.41.483-2.971.552-1.689.076-2.19.095-6.464.095s-4.775-.019-6.464-.095c-1.562-.07-2.406-.33-2.971-.552-.749-.292-1.283-.635-1.841-1.194s-.908-1.092-1.194-1.841c-.216-.565-.483-1.41-.552-2.971-.076-1.689-.095-2.19-.095-6.464s.019-4.775.095-6.464c.07-1.562.33-2.406.552-2.971.292-.749.635-1.283 1.194-1.841s1.092-.908 1.841-1.194c.565-.216 1.41-.483 2.971-.552 1.689-.083 2.19-.095 6.464-.095zm0-2.883c-4.343 0-4.889.019-6.597.095-1.702.076-2.864.349-3.879.743-1.054.406-1.943.959-2.832 1.848S1.251 4.473.838 5.521C.444 6.537.171 7.699.095 9.407.019 11.109 0 11.655 0 15.997s.019 4.889.095 6.597c.076 1.702.349 2.864.743 3.886.406 1.054.959 1.943 1.848 2.832s1.784 1.435 2.832 1.848c1.016.394 2.178.667 3.886.743s2.248.095 6.597.095 4.889-.019 6.597-.095c1.702-.076 2.864-.349 3.886-.743 1.054-.406 1.943-.959 2.832-1.848s1.435-1.784 1.848-2.832c.394-1.016.667-2.178.743-3.886s.095-2.248.095-6.597-.019-4.889-.095-6.597c-.076-1.702-.349-2.864-.743-3.886-.406-1.054-.959-1.943-1.848-2.832S27.532 1.247 26.484.834C25.468.44 24.306.167 22.598.091c-1.714-.07-2.26-.089-6.603-.089zm0 7.778c-4.533 0-8.216 3.676-8.216 8.216s3.683 8.216 8.216 8.216 8.216-3.683 8.216-8.216-3.683-8.216-8.216-8.216zm0 13.549c-2.946 0-5.333-2.387-5.333-5.333s2.387-5.333 5.333-5.333 5.333 2.387 5.333 5.333-2.387 5.333-5.333 5.333zM26.451 7.457c0 1.059-.858 1.917-1.917 1.917s-1.917-.858-1.917-1.917c0-1.059.858-1.917 1.917-1.917s1.917.858 1.917 1.917z"></path>
    </svg></span>
      </a>
    </li>

    
<li class="HorizontalList__Item">
      <a href="https://www.youtube.com/channel/UC_LSKRT9W9nHkyQCY0EgSfQ/videos" class="Link Link--primary" target="_blank" rel="noopener" aria-label="YouTube">
        <span class="Icon-Wrapper--clickable"><svg class="Icon Icon--youtube" role="presentation" viewbox="0 0 33 32">
      <path d="M0 25.693q0 1.997 1.318 3.395t3.209 1.398h24.259q1.891 0 3.209-1.398t1.318-3.395V6.387q0-1.997-1.331-3.435t-3.195-1.438H4.528q-1.864 0-3.195 1.438T.002 6.387v19.306zm12.116-3.488V9.876q0-.186.107-.293.08-.027.133-.027l.133.027 11.61 6.178q.107.107.107.266 0 .107-.107.213l-11.61 6.178q-.053.053-.107.053-.107 0-.16-.053-.107-.107-.107-.213z"></path>
    </svg></span>
      </a>
    </li>

    

  </ul>
</div><div class="Footer__Block Footer__Block--links" ><div class="Footer__Title Heading u-h6">Shop</div>

                  <ul class="Linklist"><li class="Linklist__Item">
                        <a href="/collections/tee-shirts-polos" class="Link Link--primary">Nos Tee-Shirts</a>
                      </li><li class="Linklist__Item">
                        <a href="/collections/sweats-vestes" class="Link Link--primary">Nos Sweats &amp; Vestes</a>
                      </li><li class="Linklist__Item">
                        <a href="/collections/accessoires" class="Link Link--primary">Nos Accessoires</a>
                      </li><li class="Linklist__Item">
                        <a href="/collections/affiches" class="Link Link--primary">Affiches</a>
                      </li></ul></div><div class="Footer__Block Footer__Block--links" ><div class="Footer__Title Heading u-h6">Infomations</div>

                  <ul class="Linklist"><li class="Linklist__Item">
                        <a href="/search" class="Link Link--primary">Recherche</a>
                      </li><li class="Linklist__Item">
                        <a href="/policies/terms-of-sale" class="Link Link--primary">CGV</a>
                      </li><li class="Linklist__Item">
                        <a href="/policies/legal-notice" class="Link Link--primary">Mentions légales</a>
                      </li><li class="Linklist__Item">
                        <a href="/policies/privacy-policy" class="Link Link--primary">Politique de confidentialité</a>
                      </li><li class="Linklist__Item">
                        <a href="/policies/refund-policy" class="Link Link--primary">Politique de retour</a>
                      </li><li class="Linklist__Item">
                        <a href="/policies/terms-of-service" class="Link Link--primary">Conditions d&#39;utilisation</a>
                      </li></ul></div><div class="Footer__Block Footer__Block--newsletter" ><div class="Footer__Title Heading u-h6">Newsletter</div><div class="Footer__Content Rte">
                    <p><strong>Le Kourrier Katxi !</strong> Inscris-toi, nous t'offrons <strong>une remise de 10% sur tout le e-shop</strong>, et tu recevras nos bons plans et toutes les nouveautés Katxi !!! </p>
                  </div><form method="post" action="/contact#footer-newsletter" id="footer-newsletter" accept-charset="UTF-8" class="Footer__Newsletter Form"><input type="hidden" name="form_type" value="customer" /><input type="hidden" name="utf8" value="✓" /><input type="hidden" name="contact[tags]" value="newsletter">
                    <input type="email" name="contact[email]" class="Form__Input" aria-label="Entrez votre email" placeholder="Entrez votre email" required>
                    <button type="submit" class="Form__Submit Button Button--primary">S&#39;inscrire</button></form></div></div><div class="Footer__Aside"><div class="Footer__Localization"><form method="post" action="/localization" id="localization_form_footer" accept-charset="UTF-8" class="Footer__LocalizationForm" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization" /><input type="hidden" name="utf8" value="✓" /><input type="hidden" name="_method" value="put" /><input type="hidden" name="return_to" value="/" /><div class="Footer__LocalizationItem">
                <input type="hidden" name="locale_code" value="fr">
                <span class="u-visually-hidden">Langue</span>

                <button type="button" class="SelectButton Link Link--primary u-h8" aria-haspopup="true" aria-expanded="false" aria-controls="footer-locale-popover">français<svg class="Icon Icon--select-arrow" role="presentation" viewbox="0 0 19 12">
      <polyline fill="none" stroke="currentColor" points="17 2 9.5 10 2 2" fill-rule="evenodd" stroke-width="2" stroke-linecap="square"></polyline>
    </svg></button>

                <div id="footer-locale-popover" class="Popover Popover--small Popover--noWrap" aria-hidden="true">
                  <header class="Popover__Header">
                    <button type="button" class="Popover__Close Icon-Wrapper--clickable" data-action="close-popover"><svg class="Icon Icon--close" role="presentation" viewbox="0 0 16 14">
      <path d="M15 0L1 14m14 0L1 0" stroke="currentColor" fill="none" fill-rule="evenodd"></path>
    </svg></button>
                    <span class="Popover__Title Heading u-h4">Langue</span>
                  </header>

                  <div class="Popover__Content">
                    <div class="Popover__ValueList Popover__ValueList--center" data-scrollable><button type="submit" name="locale_code" class="Popover__Value is-selected Heading Link Link--primary u-h6" value="fr" aria-current="true">français</button><button type="submit" name="locale_code" class="Popover__Value  Heading Link Link--primary u-h6" value="es" >Español</button></div>
                  </div>
                </div>
              </div></form></div><div class="Footer__Copyright">
        <a href="/" class="Footer__StoreName Heading u-h7 Link Link--secondary">© Katxi Klothing</a>
        <p class="Footer__ThemeAuthor"><a target="_blank" rel="nofollow" href="https://fr.shopify.com?utm_campaign=poweredby&amp;utm_medium=shopify&amp;utm_source=onlinestore">Réalisé par Alan Billi et Digitalisez-moi</a></p>
      </div><ul class="Footer__PaymentList HorizontalList">
            <li class="HorizontalList__Item"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" role="img" x="0" y="0" width="38" height="24" viewbox="0 0 165.521 105.965" xml:space="preserve" aria-labelledby="pi-apple_pay"><title id="pi-apple_pay">Apple Pay</title><path fill="#000" d="M150.698 0H14.823c-.566 0-1.133 0-1.698.003-.477.004-.953.009-1.43.022-1.039.028-2.087.09-3.113.274a10.51 10.51 0 0 0-2.958.975 9.932 9.932 0 0 0-4.35 4.35 10.463 10.463 0 0 0-.975 2.96C.113 9.611.052 10.658.024 11.696a70.22 70.22 0 0 0-.022 1.43C0 13.69 0 14.256 0 14.823v76.318c0 .567 0 1.132.002 1.699.003.476.009.953.022 1.43.028 1.036.09 2.084.275 3.11a10.46 10.46 0 0 0 .974 2.96 9.897 9.897 0 0 0 1.83 2.52 9.874 9.874 0 0 0 2.52 1.83c.947.483 1.917.79 2.96.977 1.025.183 2.073.245 3.112.273.477.011.953.017 1.43.02.565.004 1.132.004 1.698.004h135.875c.565 0 1.132 0 1.697-.004.476-.002.952-.009 1.431-.02 1.037-.028 2.085-.09 3.113-.273a10.478 10.478 0 0 0 2.958-.977 9.955 9.955 0 0 0 4.35-4.35c.483-.947.789-1.917.974-2.96.186-1.026.246-2.074.274-3.11.013-.477.02-.954.022-1.43.004-.567.004-1.132.004-1.699V14.824c0-.567 0-1.133-.004-1.699a63.067 63.067 0 0 0-.022-1.429c-.028-1.038-.088-2.085-.274-3.112a10.4 10.4 0 0 0-.974-2.96 9.94 9.94 0 0 0-4.35-4.35A10.52 10.52 0 0 0 156.939.3c-1.028-.185-2.076-.246-3.113-.274a71.417 71.417 0 0 0-1.431-.022C151.83 0 151.263 0 150.698 0z" /><path fill="#FFF" d="M150.698 3.532l1.672.003c.452.003.905.008 1.36.02.793.022 1.719.065 2.583.22.75.135 1.38.34 1.984.648a6.392 6.392 0 0 1 2.804 2.807c.306.6.51 1.226.645 1.983.154.854.197 1.783.218 2.58.013.45.019.9.02 1.36.005.557.005 1.113.005 1.671v76.318c0 .558 0 1.114-.004 1.682-.002.45-.008.9-.02 1.35-.022.796-.065 1.725-.221 2.589a6.855 6.855 0 0 1-.645 1.975 6.397 6.397 0 0 1-2.808 2.807c-.6.306-1.228.511-1.971.645-.881.157-1.847.2-2.574.22-.457.01-.912.017-1.379.019-.555.004-1.113.004-1.669.004H14.801c-.55 0-1.1 0-1.66-.004a74.993 74.993 0 0 1-1.35-.018c-.744-.02-1.71-.064-2.584-.22a6.938 6.938 0 0 1-1.986-.65 6.337 6.337 0 0 1-1.622-1.18 6.355 6.355 0 0 1-1.178-1.623 6.935 6.935 0 0 1-.646-1.985c-.156-.863-.2-1.788-.22-2.578a66.088 66.088 0 0 1-.02-1.355l-.003-1.327V14.474l.002-1.325a66.7 66.7 0 0 1 .02-1.357c.022-.792.065-1.717.222-2.587a6.924 6.924 0 0 1 .646-1.981c.304-.598.7-1.144 1.18-1.623a6.386 6.386 0 0 1 1.624-1.18 6.96 6.96 0 0 1 1.98-.646c.865-.155 1.792-.198 2.586-.22.452-.012.905-.017 1.354-.02l1.677-.003h135.875" /><g><g><path fill="#000" d="M43.508 35.77c1.404-1.755 2.356-4.112 2.105-6.52-2.054.102-4.56 1.355-6.012 3.112-1.303 1.504-2.456 3.959-2.156 6.266 2.306.2 4.61-1.152 6.063-2.858" /><path fill="#000" d="M45.587 39.079c-3.35-.2-6.196 1.9-7.795 1.9-1.6 0-4.049-1.8-6.698-1.751-3.447.05-6.645 2-8.395 5.1-3.598 6.2-.95 15.4 2.55 20.45 1.699 2.5 3.747 5.25 6.445 5.151 2.55-.1 3.549-1.65 6.647-1.65 3.097 0 3.997 1.65 6.696 1.6 2.798-.05 4.548-2.5 6.247-5 1.95-2.85 2.747-5.6 2.797-5.75-.05-.05-5.396-2.101-5.446-8.251-.05-5.15 4.198-7.6 4.398-7.751-2.399-3.548-6.147-3.948-7.447-4.048" /></g><g><path fill="#000" d="M78.973 32.11c7.278 0 12.347 5.017 12.347 12.321 0 7.33-5.173 12.373-12.529 12.373h-8.058V69.62h-5.822V32.11h14.062zm-8.24 19.807h6.68c5.07 0 7.954-2.729 7.954-7.46 0-4.73-2.885-7.434-7.928-7.434h-6.706v14.894z" /><path fill="#000" d="M92.764 61.847c0-4.809 3.665-7.564 10.423-7.98l7.252-.442v-2.08c0-3.04-2.001-4.704-5.562-4.704-2.938 0-5.07 1.507-5.51 3.82h-5.252c.157-4.86 4.731-8.395 10.918-8.395 6.654 0 10.995 3.483 10.995 8.89v18.663h-5.38v-4.497h-.13c-1.534 2.937-4.914 4.782-8.579 4.782-5.406 0-9.175-3.222-9.175-8.057zm17.675-2.417v-2.106l-6.472.416c-3.64.234-5.536 1.585-5.536 3.95 0 2.288 1.975 3.77 5.068 3.77 3.95 0 6.94-2.522 6.94-6.03z" /><path fill="#000" d="M120.975 79.652v-4.496c.364.051 1.247.103 1.715.103 2.573 0 4.029-1.09 4.913-3.899l.52-1.663-9.852-27.293h6.082l6.863 22.146h.13l6.862-22.146h5.927l-10.216 28.67c-2.34 6.577-5.017 8.735-10.683 8.735-.442 0-1.872-.052-2.261-.157z" /></g></g></svg>
</li><li class="HorizontalList__Item"><svg viewbox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" role="img" width="38" height="24" aria-labelledby="pi-master"><title id="pi-master">Mastercard</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><circle fill="#EB001B" cx="15" cy="12" r="7"/><circle fill="#F79E1B" cx="23" cy="12" r="7"/><path fill="#FF5F00" d="M22 12c0-2.4-1.2-4.5-3-5.7-1.8 1.3-3 3.4-3 5.7s1.2 4.5 3 5.7c1.8-1.2 3-3.3 3-5.7z"/></svg></li><li class="HorizontalList__Item"><svg viewbox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" width="38" height="24" role="img" aria-labelledby="pi-paypal"><title id="pi-paypal">PayPal</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><path fill="#003087" d="M23.9 8.3c.2-1 0-1.7-.6-2.3-.6-.7-1.7-1-3.1-1h-4.1c-.3 0-.5.2-.6.5L14 15.6c0 .2.1.4.3.4H17l.4-3.4 1.8-2.2 4.7-2.1z"/><path fill="#3086C8" d="M23.9 8.3l-.2.2c-.5 2.8-2.2 3.8-4.6 3.8H18c-.3 0-.5.2-.6.5l-.6 3.9-.2 1c0 .2.1.4.3.4H19c.3 0 .5-.2.5-.4v-.1l.4-2.4v-.1c0-.2.3-.4.5-.4h.3c2.1 0 3.7-.8 4.1-3.2.2-1 .1-1.8-.4-2.4-.1-.5-.3-.7-.5-.8z"/><path fill="#012169" d="M23.3 8.1c-.1-.1-.2-.1-.3-.1-.1 0-.2 0-.3-.1-.3-.1-.7-.1-1.1-.1h-3c-.1 0-.2 0-.2.1-.2.1-.3.2-.3.4l-.7 4.4v.1c0-.3.3-.5.6-.5h1.3c2.5 0 4.1-1 4.6-3.8v-.2c-.1-.1-.3-.2-.5-.2h-.1z"/></svg></li><li class="HorizontalList__Item"><svg viewbox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" role="img" width="38" height="24" aria-labelledby="pi-visa"><title id="pi-visa">Visa</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><path d="M28.3 10.1H28c-.4 1-.7 1.5-1 3h1.9c-.3-1.5-.3-2.2-.6-3zm2.9 5.9h-1.7c-.1 0-.1 0-.2-.1l-.2-.9-.1-.2h-2.4c-.1 0-.2 0-.2.2l-.3.9c0 .1-.1.1-.1.1h-2.1l.2-.5L27 8.7c0-.5.3-.7.8-.7h1.5c.1 0 .2 0 .2.2l1.4 6.5c.1.4.2.7.2 1.1.1.1.1.1.1.2zm-13.4-.3l.4-1.8c.1 0 .2.1.2.1.7.3 1.4.5 2.1.4.2 0 .5-.1.7-.2.5-.2.5-.7.1-1.1-.2-.2-.5-.3-.8-.5-.4-.2-.8-.4-1.1-.7-1.2-1-.8-2.4-.1-3.1.6-.4.9-.8 1.7-.8 1.2 0 2.5 0 3.1.2h.1c-.1.6-.2 1.1-.4 1.7-.5-.2-1-.4-1.5-.4-.3 0-.6 0-.9.1-.2 0-.3.1-.4.2-.2.2-.2.5 0 .7l.5.4c.4.2.8.4 1.1.6.5.3 1 .8 1.1 1.4.2.9-.1 1.7-.9 2.3-.5.4-.7.6-1.4.6-1.4 0-2.5.1-3.4-.2-.1.2-.1.2-.2.1zm-3.5.3c.1-.7.1-.7.2-1 .5-2.2 1-4.5 1.4-6.7.1-.2.1-.3.3-.3H18c-.2 1.2-.4 2.1-.7 3.2-.3 1.5-.6 3-1 4.5 0 .2-.1.2-.3.2M5 8.2c0-.1.2-.2.3-.2h3.4c.5 0 .9.3 1 .8l.9 4.4c0 .1 0 .1.1.2 0-.1.1-.1.1-.1l2.1-5.1c-.1-.1 0-.2.1-.2h2.1c0 .1 0 .1-.1.2l-3.1 7.3c-.1.2-.1.3-.2.4-.1.1-.3 0-.5 0H9.7c-.1 0-.2 0-.2-.2L7.9 9.5c-.2-.2-.5-.5-.9-.6-.6-.3-1.7-.5-1.9-.5L5 8.2z" fill="#142688"/></svg></li>
          </ul></div>
  </div>
</footer>

<div id="Newsletter_popin" class="">
  <div class="Newsletter_popin_content centered">
    <div class="Heading americana features--heading-small Rte u-h2">KONGRATULATIONS</div>
    <p>
      Tu fais maintenant partie de l&#39;aventure KATXI !!!
    </p>
	<iframe src="https://giphy.com/embed/hcsoflVVr8gYE" width="100%" height="100%" frameborder="0" class="giphy-embed" allowfullscreen></iframe>
  </div>
</div><style>
    .Footer {
      border-top: 1px solid var(--border-color);
    }
  </style></div>
    </div>
  <!--Gem_Page_Footer_Script-->
  
<!--End_Gem_Page_Footer_Script-->







































































  <!-- Google Tag Manager (noscript) -->
  <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TK7TLHR"
  height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
  <!-- End Google Tag Manager (noscript) -->
</body>
</html>