<!doctype html> <html class="no-js" lang="fr"> <head> <script type="application/vnd.locksmith+json" data-locksmith>{"version":"v216","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":1751425760,"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++,o=e.jsonpCallback||"callback",a=e.jsonpCallbackName||reqwest.getcallbackPrefix(r),i=new RegExp("((^|[?]|&)"+o+")=([^&]+)"),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="+a):a=l[3]:s=urlappend(s,o+"="+a),context[a]=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(),o="string"==typeof s?s:s.url,a=!1!==s.processData&&s.data&&"string"!=typeof s.data?reqwest.toQueryString(s.data):s.data||null,i=!1;return("jsonp"==s.type||"GET"==r)&&a&&(o=urlappend(o,a),a=null),"jsonp"==s.type?handleJsonp(s,e,t,o):((n=s.xhr&&s.xhr(s)||xhr(s)).open(r,o,!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(a)},200):n.send(a),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,o,a=e.name,i=e.tagName.toLowerCase(),l=function(e){e&&!e.disabled&&t(a,normalize(e.attributes.value&&e.attributes.value.specified?e.value:e.text))};if(!e.disabled&&a)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(a,normalize(n&&""===r?"on":r)));break;case"textarea":t(a,normalize(e.value));break;case"select":if("select-one"===e.type.toLowerCase())l(0<=e.selectedIndex?e.options[e.selectedIndex]:null);else for(o=0;e.length&&o<e.length;o++)e.options[o].selected&&l(e.options[o])}}function eachFormElement(){var e,t,o=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],o)};for(t=0;t<arguments.length;t++)e=arguments[t],/input|select|textarea/i.test(e.tagName)&&serial(e,o),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,o,a,i=/\[\]$/;if(isArray(t))for(o=0;t&&o<t.length;o++)a=t[o],n||i.test(e)?s(e,a):buildParams(e+"["+("object"==typeof a?o:"")+"]",a,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,o=[],a=encodeURIComponent,i=function(e,t){t="function"==typeof t?t():null==t?"":t,o[o.length]=a(e)+"="+a(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 o.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 a=window.Locksmith={},e=document.querySelector('script[type="application/vnd.locksmith+json"]'),n=e&&e.innerHTML;if(a.state={},a.util={},a.loading=!1,n)try{a.state=JSON.parse(n)}catch(u){}if(document.addEventListener&&document.querySelector){var s,r,o,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(o),r.shift(),0<r.length)return void(o=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)}})}a.isEmbedded=-1!==window.location.search.indexOf("_ab=0&_fd=0&_sc=1"),a.path=a.state.path||window.location.pathname,a.basePath=a.state.locale_root_url.concat("/apps/locksmith").replace(/^\/\//,"/"),a.reloading=!1,a.util.console=window.console||{log:function(){},error:function(){}},a.util.makeUrl=function(e,t){var n,s=a.basePath+e,r=[],o=a.cache();for(n in o)r.push(n+"="+encodeURIComponent(o[n]));for(n in t)r.push(n+"="+encodeURIComponent(t[n]));return a.state.customer_id&&(r.push("customer_id="+encodeURIComponent(a.state.customer_id)),r.push("customer_id_signature="+encodeURIComponent(a.state.customer_id_signature))),s+=(-1===s.indexOf("?")?"?":"&")+r.join("&")},a._initializeCallbacks=[],a.on=function(e,t){if("initialize"!==e)throw'Locksmith.on() currently only supports the "initialize" event';a._initializeCallbacks.push(t)},a.initializeSession=function(e){if(!a.isEmbedded){var t=!1,n=!0,s=!0;(e=e||{}).silent&&(s=n=!(t=!0)),a.ping({silent:t,spinner:n,reload:s,callback:function(){a._initializeCallbacks.forEach(function(e){e()})}})}},a.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},a.cache.cart=a.state.cart,a.cache.cartLastSaved=null,a.params=a.cache(),a.util.reload=function(){a.reloading=!0;try{window.location.href=window.location.href.replace(/#.*/,"")}catch(u){a.util.console.error("Preferred reload method failed",u),window.location.reload()}},a.cache.saveCart=function(e){if(!a.cache.cart||a.cache.cart===a.cache.cartLastSaved)return e?e():null;var t=a.cache.cartLastSaved;a.cache.cartLastSaved=a.cache.cart,reqwest({url:"/cart/update.json",method:"post",type:"json",data:{attributes:{locksmith:a.cache.cart}},complete:e,error:function(e){if(a.cache.cartLastSaved=t,!a.reloading)throw e}})},a.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>',a.util.clobberBody=function(e){document.body.innerHTML=e},a.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)},a.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}},a.util.on=function(e,o,a,t){t=t||document;var i="locksmith-"+e+o,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(o)||"string"==typeof r&&-1!==r.split(/\s+/).indexOf(o))&&!e[i]&&(e[i]=!0,a(e))};t.attachEvent?t.attachEvent(e,n):t.addEventListener(e,n,!1)},a.util.enableActions=function(e){a.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,a.post("/action",t.dataset.locksmithParams,{spinner:!1,type:"text",success:function(e){(e=JSON.parse(e.responseText)).message&&alert(e.message),a.util.reload()}}))},e)},a.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,o,a=e.querySelectorAll("script");for(o=0;o<a.length;++o){r=a[o];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()},a.post=function(e,t,n){!1!==(n=n||{}).spinner&&a.util.clobberBody(a.util.spinnerHTML);var s={};n.container===document?(s.layout=1,n.success=function(e){document.getElementById(n.container);a.util.clobberDocument(e)}):n.container&&(s.layout=0,n.success=function(e){var t=document.getElementById(n.container);a.util.inject(t,e),t.id===t.firstChild.id&&t.parentElement.replaceChild(t.firstChild,t)}),n.form_type&&(t.form_type=n.form_type),n.include_layout_classes!==undefined&&(t.include_layout_classes=n.include_layout_classes),n.lock_id!==undefined&&(t.lock_id=n.lock_id),a.loading=!0;var r=a.util.makeUrl(e,s);reqwest({url:r,method:"post",type:n.type||"html",data:t,complete:function(){a.loading=!1},error:function(e){if(!a.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||a.util.clobberDocument})},a.postResource=function(e,t){e.path=a.path,e.search=window.location.search,e.state=a.state,e.passcode&&(e.passcode=e.passcode.trim()),e.email&&(e.email=e.email.trim()),e.state.cart=a.cache.cart,e.locksmith_json=a.jsonTag,e.locksmith_json_signature=a.jsonTagSignature,a.post("/resource",e,t)},a.ping=function(e){if(!a.isEmbedded){e=e||{};a.post("/ping",{path:a.path,search:window.location.search,state:a.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&&a.showMessages(e.messages)}})}},a.timeoutMonitor=function(){var e=a.cache.cart;a.ping({callback:function(){e!==a.cache.cart||setTimeout(function(){a.timeoutMonitor()},6e4)}})},a.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),a.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"}),a.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\":\"v216\",\"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\":1751425760,\"path\":\"\\\/\",\"locale_root_url\":\"\\\/\",\"canonical_url\":\"https:\\\/\\\/katxiklothing.com\\\/\",\"customer_id\":null,\"customer_id_signature\":\"48e044d17f3e8fb3f9678fad53d0bf0d423917aa6b83a93b3b1060afea9a06e8\",\"cart\":null}\u003c\/script\u003e";Locksmith.jsonTagSignature="2a8c2b09ed8b746f69ae454c0f5cc3b2437211046a1638a5d42a84986ed7d8c7"</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'est la marque de vêtements du Pays Basque qui propose une vision moderniste d'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'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"><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'est la marque de vêtements du Pays Basque qui propose une vision moderniste d'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'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'est la marque de vêtements du Pays Basque qui propose une vision moderniste d'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'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="es" href="https://katxiklothing.com/es"> <script async="async" src="/checkouts/internal/preloads.js?locale=fr-FR"></script> <link rel="preconnect" href="https://shop.app" crossorigin="anonymous"> <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","amex","maestro"],"total":{"type":"pending","label":"Katxi Klothing","amount":"1.00"},"shopifyPaymentsEnabled":true,"supportsSubscriptions":true}</script> <script id="shopify-features" type="application/json">{"accessToken":"e3c40643ae3697f87eada156ae03fd90","betas":["rich-media-storefront-analytics"],"domain":"katxiklothing.com","predictiveSearch":true,"shopId":49557930144,"locale":"fr"}</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":"Katxi Klothing","id":112774807712,"schema_name":"Prestige","schema_version":"4.9.7","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>window.ShopifyPay = window.ShopifyPay || {}; window.ShopifyPay.apiHost = "shop.app\/pay";</script> <script id="shop-js-analytics" type="application/json">{"pageType":"index"}</script> <script> window.Shopify = window.Shopify || {}; if (!window.Shopify.featureAssets) window.Shopify.featureAssets = {}; window.Shopify.featureAssets['shop-js'] = {"shop-button":["modules/v2/client.shop-button_ZJ4P7cj6.fr.esm.js","modules/v2/chunk.common_BsrekD5e.esm.js"],"init-windoid":["modules/v2/client.init-windoid_0tVgggXv.fr.esm.js","modules/v2/chunk.common_BsrekD5e.esm.js"],"init-fed-cm":["modules/v2/client.init-fed-cm_D0HE040U.fr.esm.js","modules/v2/chunk.common_BsrekD5e.esm.js"],"shop-cash-offers":["modules/v2/client.shop-cash-offers_B4b2fyNF.fr.esm.js","modules/v2/chunk.common_BsrekD5e.esm.js","modules/v2/chunk.modal_B9mYV0I7.esm.js"],"checkout-modal":["modules/v2/client.checkout-modal_DHDoQFV-.fr.esm.js","modules/v2/chunk.common_BsrekD5e.esm.js","modules/v2/chunk.modal_B9mYV0I7.esm.js"],"init-shop-email-lookup-coordinator":["modules/v2/client.init-shop-email-lookup-coordinator_DmtNCMch.fr.esm.js","modules/v2/chunk.common_BsrekD5e.esm.js"],"pay-button":["modules/v2/client.pay-button_DuOnYR65.fr.esm.js","modules/v2/chunk.common_BsrekD5e.esm.js"],"avatar":["modules/v2/client.avatar_BTnouDA3.fr.esm.js"],"shop-toast-manager":["modules/v2/client.shop-toast-manager_Dh8kU79J.fr.esm.js","modules/v2/chunk.common_BsrekD5e.esm.js"],"init-shop-for-new-customer-accounts":["modules/v2/client.init-shop-for-new-customer-accounts_l-Jc3b8Z.fr.esm.js","modules/v2/client.shop-login-button_D9ZzJNB9.fr.esm.js","modules/v2/chunk.common_BsrekD5e.esm.js","modules/v2/chunk.modal_B9mYV0I7.esm.js"],"init-customer-accounts-sign-up":["modules/v2/client.init-customer-accounts-sign-up_BkgjCa__.fr.esm.js","modules/v2/client.shop-login-button_D9ZzJNB9.fr.esm.js","modules/v2/chunk.common_BsrekD5e.esm.js","modules/v2/chunk.modal_B9mYV0I7.esm.js"],"init-customer-accounts":["modules/v2/client.init-customer-accounts_B1chEjN3.fr.esm.js","modules/v2/client.shop-login-button_D9ZzJNB9.fr.esm.js","modules/v2/chunk.common_BsrekD5e.esm.js","modules/v2/chunk.modal_B9mYV0I7.esm.js"],"shop-login-button":["modules/v2/client.shop-login-button_D9ZzJNB9.fr.esm.js","modules/v2/chunk.common_BsrekD5e.esm.js","modules/v2/chunk.modal_B9mYV0I7.esm.js"],"shop-follow-button":["modules/v2/client.shop-follow-button_CY4LSMCP.fr.esm.js","modules/v2/chunk.common_BsrekD5e.esm.js","modules/v2/chunk.modal_B9mYV0I7.esm.js"],"lead-capture":["modules/v2/client.lead-capture_BbriwQ9r.fr.esm.js","modules/v2/chunk.common_BsrekD5e.esm.js","modules/v2/chunk.modal_B9mYV0I7.esm.js"],"payment-terms":["modules/v2/client.payment-terms_huH5G0b0.fr.esm.js","modules/v2/chunk.common_BsrekD5e.esm.js","modules/v2/chunk.modal_B9mYV0I7.esm.js"]}; </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":"4680118d-d867-4866-b56c-a87e25050339-1751425760","pageurl":"katxiklothing.com\/","u":"780c2228b76b","p":"home"};</script> <script>window.ShopifyPaypalV4VisibilityTracking = true;</script> <script id="captcha-bootstrap">!function(){'use strict';const t='contact',e='account',n='new_comment',o=[[t,t],['blogs',n],['comments',n],[t,'customer']],c=[[e,'customer_login'],[e,'guest_login'],[e,'recover_customer_password'],[e,'create_customer']],r=t=>t.map((([t,e])=>`form[action*='/${t}']:not([data-nocaptcha='true']) input[name='form_type'][value='${e}']`)).join(','),a=t=>()=>t?[...document.querySelectorAll(t)].map((t=>t.form)):[];function s(){const t=[...o],e=r(t);return a(e)}const i='password',u='form_key',d=['recaptcha-v3-token','g-recaptcha-response','h-captcha-response',i],f=()=>{try{return window.sessionStorage}catch{return}},m='__shopify_v',_=t=>t.elements[u];function p(t,e,n=!1){try{const o=window.sessionStorage,c=JSON.parse(o.getItem(e)),{data:r}=function(t){const{data:e,action:n}=t;return t[m]||n?{data:e,action:n}:{data:t,action:n}}(c);for(const[e,n]of Object.entries(r))t.elements[e]&&(t.elements[e].value=n);n&&o.removeItem(e)}catch(o){console.error('form repopulation failed',{error:o})}}const l='form_type',E='cptcha';function T(t){t.dataset[E]=!0}const w=window,h=w.document,L='Shopify',v='ce_forms',y='captcha';let A=!1;((t,e)=>{const n=(g='f06e6c50-85a8-45c8-87d0-21a2b65856fe',I='https://cdn.shopify.com/shopifycloud/storefront-forms-hcaptcha/ce_storefront_forms_captcha_hcaptcha.v1.5.2.iife.js',D={infoText:'Protégé par hCaptcha',privacyText:'Confidentialité',termsText:'Conditions'},(t,e,n)=>{const o=w[L][v],c=o.bindForm;if(c)return c(t,g,e,D).then(n);var r;o.q.push([[t,g,e,D],n]),r=I,A||(h.body.append(Object.assign(h.createElement('script'),{id:'captcha-provider',async:!0,src:r})),A=!0)});var g,I,D;w[L]=w[L]||{},w[L][v]=w[L][v]||{},w[L][v].q=[],w[L][y]=w[L][y]||{},w[L][y].protect=function(t,e){n(t,void 0,e),T(t)},Object.freeze(w[L][y]),function(t,e,n,w,h,L){const[v,y,A,g]=function(t,e,n){const i=e?o:[],u=t?c:[],d=[...i,...u],f=r(d),m=r(i),_=r(d.filter((([t,e])=>n.includes(e))));return[a(f),a(m),a(_),s()]}(w,h,L),I=t=>{const e=t.target;return e instanceof HTMLFormElement?e:e&&e.form},D=t=>v().includes(t);t.addEventListener('submit',(t=>{const e=I(t);if(!e)return;const n=D(e)&&!e.dataset.hcaptchaBound&&!e.dataset.recaptchaBound,o=_(e),c=g().includes(e)&&(!o||!o.value);(n||c)&&t.preventDefault(),c&&!n&&(function(t){try{if(!f())return;!function(t){const e=f();if(!e)return;const n=_(t);if(!n)return;const o=n.value;o&&e.removeItem(o)}(t);const e=Array.from(Array(32),(()=>Math.random().toString(36)[2])).join('');!function(t,e){_(t)||t.append(Object.assign(document.createElement('input'),{type:'hidden',name:u})),t.elements[u].value=e}(t,e),function(t,e){const n=f();if(!n)return;const o=[...t.querySelectorAll(`input[type='${i}']`)].map((({name:t})=>t)),c=[...d,...o],r={};for(const[a,s]of new FormData(t).entries())c.includes(a)||(r[a]=s);n.setItem(e,JSON.stringify({[m]:1,action:t.action,data:r}))}(t,e)}catch(e){console.error('failed to persist form',e)}}(e),e.submit())}));const S=(t,e)=>{t&&!t.dataset[E]&&(n(t,e.some((e=>e===t))),T(t))};for(const o of['focusin','change'])t.addEventListener(o,(t=>{const e=I(t);D(e)&&S(e,y())}));const B=e.get('form_key'),M=e.get(l),P=B&&M;t.addEventListener('DOMContentLoaded',(()=>{const t=y();if(P)for(const e of t)e.elements[l].value===M&&p(e,B);[...new Set([...A(),...v().filter((t=>'true'===t.dataset.shopifyCaptcha))])].forEach((e=>S(e,t)))}))}(h,new URLSearchParams(w.location.search),n,t,e,['guest_login'])})(!0,!0)}();</script> <script integrity="sha256-DTN/DDRLW4ijBM7GedgYZhatFOf+PYQ7/WEM4Q6kiFw=" data-source-attribution="shopify.loadfeatures" defer="defer" src="//katxiklothing.com/cdn/shopifycloud/shopify/assets/storefront/load_feature-0d337f0c344b5b88a304cec679d8186616ad14e7fe3d843bfd610ce10ea4885c.js" crossorigin="anonymous"></script> <script crossorigin="anonymous" defer="defer" src="//katxiklothing.com/cdn/shopifycloud/shopify/assets/shopify_pay/storefront-9846a8162782d0b340b9256e1835a4bf4ccf7ab521e1221004c475e86df911f4.js?v=20220906"></script> <script id='scb4127' type='text/javascript' async='' src='https://katxiklothing.com/cdn/shopifycloud/privacy-banner/storefront-banner.js'></script> <link rel="stylesheet" media="screen" href="https://katxiklothing.com/cdn/shopifycloud/portable-wallets/latest/accelerated-checkout-backwards-compat.css" crossorigin="anonymous"> <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="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css"/> <script defer src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script> <link rel="stylesheet" href="//katxiklothing.com/cdn/shop/t/2/assets/theme.css?v=127959906115500299171745843383"> <script> window.Shopify.loadFeatures( [ { name: 'consent-tracking-api', version: '0.1', }, ], error => { if (error) { // Rescue error } // If error is false, the API has loaded and ready to use! console.log("consent-tracking-api loaded"); }, ); // 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://polyfill-fastly.net/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.js?v=17711752068839855041750846667" defer></script> <script src="//katxiklothing.com/cdn/shop/t/2/assets/custom.js?v=42681257015920002081747230220" defer></script> <script> //for Pixels localStorage.setItem('user_type', 'b2c'); (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> <!-- SPARKLAYER --><!-- BEGIN app block: shopify://apps/stape-server-gtm/blocks/gtm/7e13c847-7971-409d-8fe0-29ec14d5f048 --><script> window.lsData = {}; </script> <script async src="https://sp.stapecdn.com/widget/script?shop=katxiklothing.com&shop_id=49557930144"></script> <!-- END app block --><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,d,r,n,o,i){if(void 0===i&&(i={}),!Boolean(null===(t=null===(a=window.Shopify)||void 0===a?void 0:a.analytics)||void 0===t?void 0:t.replayQueue)){var a,t;window.Shopify=window.Shopify||{};var s=window.Shopify;s.analytics=s.analytics||{};var l=s.analytics;l.replayQueue=[],l.publish=function(e,d,r){return l.replayQueue.push([e,d,r]),!0};try{self.performance.mark("wpm:start")}catch(e){}var u=function(){var e={modern:/Edge?\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Firefox\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Chrom(ium|e)\/(9{2}|\d{3,})\.\d+(\.\d+|)|(Maci|X1{2}).+ Version\/(15\.\d+|(1[6-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(9{2}|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(15[._]\d+|(1[6-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](13[3-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Android.+Firefox\/(13[5-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(13[3-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|SamsungBrowser\/([2-9]\d|\d{3,})\.\d+/,legacy:/Edge?\/(1[6-9]|[2-9]\d|\d{3,})\.\d+(\.\d+|)|Firefox\/(5[4-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)|Chrom(ium|e)\/(5[1-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)([\d.]+$|.*Safari\/(?![\d.]+ Edge\/[\d.]+$))|(Maci|X1{2}).+ Version\/(10\.\d+|(1[1-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(3[89]|[4-9]\d|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(10[._]\d+|(1[1-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](13[3-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Mobile Safari.+OPR\/([89]\d|\d{3,})\.\d+\.\d+|Android.+Firefox\/(13[5-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(13[3-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+(UC? ?Browser|UCWEB|U3)[ /]?(15\.([5-9]|\d{2,})|(1[6-9]|[2-9]\d|\d{3,})\.\d+)\.\d+|SamsungBrowser\/(5\.\d+|([6-9]|\d{2,})\.\d+)|Android.+MQ{2}Browser\/(14(\.(9|\d{2,})|)|(1[5-9]|[2-9]\d|\d{3,})(\.\d+|))(\.\d+|)|K[Aa][Ii]OS\/(3\.\d+|([4-9]|\d{2,})\.\d+)(\.\d+|)/},d=e.modern,r=e.legacy,n=navigator.userAgent;return n.match(d)?"modern":n.match(r)?"legacy":"unknown"}(),c="modern"===u?"modern":"legacy",f=(null!=o?o:{modern:"",legacy:""})[c],m=function(e){return[e.baseUrl,"/wpm","/b",e.hashVersion,"modern"===e.buildTarget?"m":"l",".js"].join("")}({baseUrl:r,hashVersion:n,buildTarget:c}),p=function(e){var d=e.version,r=e.bundleTarget,n=e.surface,o=e.pageUrl,i=e.monorailEndpoint;return{emit:function(e){var a=e.status,t=e.errorMsg,s=(new Date).getTime(),l=JSON.stringify({metadata:{event_sent_at_ms:s},events:[{schema_id:"web_pixels_manager_load/3.1",payload:{version:d,bundle_target:r,page_url:o,status:a,surface:n,error_msg:t},metadata:{event_created_at_ms:s}}]});if(!i)return console&&console.warn&&console.warn("[Web Pixels Manager] No Monorail endpoint provided, skipping logging."),!1;try{return self.navigator.sendBeacon.bind(self.navigator)(i,l)}catch(e){}var u=new XMLHttpRequest;try{return u.open("POST",i,!0),u.setRequestHeader("Content-Type","text/plain"),u.send(l),!0}catch(e){return console&&console.warn&&console.warn("[Web Pixels Manager] Got an unhandled error while logging to Monorail."),!1}}}}({version:n,bundleTarget:u,surface:e.surface,pageUrl:self.location.href,monorailEndpoint:e.monorailEndpoint});try{i.browserTarget=u,function(e){var d=e.src,r=e.async,n=void 0===r||r,o=e.onload,i=e.onerror,a=e.sri,t=e.scriptDataAttributes,s=void 0===t?{}:t,l=document.createElement("script"),u=document.querySelector("head"),c=document.querySelector("body");if(l.async=n,l.src=d,a&&(l.integrity=a,l.crossOrigin="anonymous"),s)for(var f in s)if(Object.prototype.hasOwnProperty.call(s,f))try{l.dataset[f]=s[f]}catch(e){}if(o&&l.addEventListener("load",o),i&&l.addEventListener("error",i),u)u.appendChild(l);else{if(!c)throw new Error("Did not find a head or body element to append the script");c.appendChild(l)}}({src:m,async:!0,onload:function(){if(!function(){var e,d;return Boolean(null===(d=null===(e=window.Shopify)||void 0===e?void 0:e.analytics)||void 0===d?void 0:d.initialized)}()){var r=window.webPixelsManager.init(e)||void 0;if(r){d(r);var n=window.Shopify.analytics;n.replayQueue.forEach((function(e){var d=e[0],n=e[1],o=e[2];r.publishCustomEvent(d,n,o)})),n.replayQueue=[],n.publish=r.publishCustomEvent,n.visitor=r.visitor,n.initialized=!0}}},onerror:function(){return p.emit({status:"failed",errorMsg:"".concat(m," has failed to load")})},sri:function(e){var d=/^sha384-[A-Za-z0-9+/=]+$/;return"string"==typeof e&&d.test(e)}(f)?f:"",scriptDataAttributes:i}),p.emit({status:"loading"})}catch(e){p.emit({status:"failed",errorMsg:(null==e?void 0:e.message)||"Unknown error"})}}})({shopId: 49557930144,storefrontBaseUrl: "https://katxiklothing.com",extensionsBaseUrl: "https://extensions.shopifycdn.com/cdn/shopifycloud/web-pixels-manager",monorailEndpoint: "https://monorail-edge.shopifysvc.com/unstable/produce_batch",surface: "storefront-renderer",enabledBetaFlags: ["ac843a20"],webPixelsConfigList: [{"id":"2145124701","configuration":"{\"accountID\":\"49557930144\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"29550c07d182da302d2b1a5840b37262","type":"APP","apiClientId":10250649601,"privacyPurposes":[]},{"id":"977338717","configuration":"{\"config\":\"{\\\"pixel_id\\\":\\\"AW-11311908344\\\",\\\"target_country\\\":\\\"FR\\\",\\\"gtag_events\\\":[{\\\"type\\\":\\\"begin_checkout\\\",\\\"action_label\\\":\\\"AW-11311908344\\/1YLDCOXAy_4YEPiL-JEq\\\"},{\\\"type\\\":\\\"search\\\",\\\"action_label\\\":\\\"AW-11311908344\\/LAdcCN_Ay_4YEPiL-JEq\\\"},{\\\"type\\\":\\\"view_item\\\",\\\"action_label\\\":[\\\"AW-11311908344\\/9v37CNzAy_4YEPiL-JEq\\\",\\\"MC-3CL27XYPDJ\\\"]},{\\\"type\\\":\\\"purchase\\\",\\\"action_label\\\":[\\\"AW-11311908344\\/glAXCNbAy_4YEPiL-JEq\\\",\\\"MC-3CL27XYPDJ\\\"]},{\\\"type\\\":\\\"page_view\\\",\\\"action_label\\\":[\\\"AW-11311908344\\/Ban8CNnAy_4YEPiL-JEq\\\",\\\"MC-3CL27XYPDJ\\\"]},{\\\"type\\\":\\\"add_payment_info\\\",\\\"action_label\\\":\\\"AW-11311908344\\/p9u7COjAy_4YEPiL-JEq\\\"},{\\\"type\\\":\\\"add_to_cart\\\",\\\"action_label\\\":\\\"AW-11311908344\\/VU-OCOLAy_4YEPiL-JEq\\\"}],\\\"enable_monitoring_mode\\\":false}\"}","eventPayloadVersion":"v1","runtimeContext":"OPEN","scriptVersion":"26a08df6fb732969dd50810ae4fdc2c1","type":"APP","apiClientId":1780363,"privacyPurposes":[]},{"id":"376242525","configuration":"{\"appDomain\":\"app.sparklayer.io\", \"siteId\":\"katxiklothing9d\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"0100e94392fc4a3fcf8a30b67f6151c2","type":"APP","apiClientId":4974139,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"]},{"id":"202834269","configuration":"{\"tagID\":\"2612856024731\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"a89c2bcc8138c8634a19a76241c7876a","type":"APP","apiClientId":3009811,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"]},{"id":"90964317","eventPayloadVersion":"1","runtimeContext":"LAX","scriptVersion":"68","type":"CUSTOM","privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"],"name":"GTM"},{"id":"223412573","eventPayloadVersion":"1","runtimeContext":"LAX","scriptVersion":"1","type":"CUSTOM","privacyPurposes":[],"name":"Stape"},{"id":"shopify-app-pixel","configuration":"{}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"0420","apiClientId":"shopify-pixel","type":"APP","privacyPurposes":["ANALYTICS","MARKETING"]},{"id":"shopify-custom-pixel","eventPayloadVersion":"v1","runtimeContext":"LAX","scriptVersion":"0420","apiClientId":"shopify-pixel","type":"CUSTOM","privacyPurposes":["ANALYTICS","MARKETING"]}],isMerchantRequest: false,effectiveTopLevelDomain: "com",initData: {"shop":{"name":"Katxi Klothing","paymentSettings":{"currencyCode":"EUR"},"myshopifyDomain":"katxi-klothing.myshopify.com","countryCode":"FR","storefrontUrl":"https://katxiklothing.com"},"customer":null,"cart":null,"checkout":null,"productVariants":[],"purchasingCompany":null},},function pageEvents(webPixelsManagerAPI) {webPixelsManagerAPI.publish("page_viewed", {});},"https://katxiklothing.com/cdn","6f677fd0w3c093ab1p02f691e5m32dd6af7",{"modern":"","legacy":""},{"shopId":"49557930144","storefrontBaseUrl":"https://katxiklothing.com","extensionBaseUrl":"https://extensions.shopifycdn.com/cdn/shopifycloud/web-pixels-manager","surface":"storefront-renderer","enabledBetaFlags":"[\"ac843a20\"]","isMerchantRequest":"false","hashVersion":"6f677fd0w3c093ab1p02f691e5m32dd6af7"});</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 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.7f48c99429cb25be36839f7a7bcca2ac8a69827d.min.js"}); }; scriptFallback.async = true; scriptFallback.src = '//katxiklothing.com/cdn/s/trekkie.storefront.7f48c99429cb25be36839f7a7bcca2ac8a69827d.min.js'; first.parentNode.insertBefore(scriptFallback, first); }; script.async = true; script.src = '//katxiklothing.com/cdn/s/trekkie.storefront.7f48c99429cb25be36839f7a7bcca2ac8a69827d.min.js'; first.parentNode.insertBefore(script, first); }; trekkie.load( {"Trekkie":{"appName":"storefront","development":false,"defaultAttributes":{"shopId":49557930144,"isMerchantRequest":null,"themeId":112774807712,"themeCityHash":"5371685239458269520","contentLanguage":"fr","currency":"EUR"},"isServerSideCookieWritingEnabled":true,"monorailRegion":"shop_domain"},"Session Attribution":{},"S2S":{"facebookCapiEnabled":false,"source":"trekkie-storefront-renderer","apiClientId":580111}} ); 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","shopifyEmitted":true}); 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-1d89eace2351930ad947448cd92e0cd236cb81ecc8f6bbf9ce2331557cb884b2.js"; document.getElementsByTagName('head')[0].appendChild(eventsListenerScript); })();</script> <script defer src="https://katxiklothing.com/cdn/shopifycloud/perf-kit/shopify-perf-kit-1.6.6.min.js" data-application="storefront-renderer" data-shop-id="49557930144" data-render-region="gcp-europe-west1" data-page-type="index" data-theme-instance-id="112774807712" data-theme-name="Prestige" data-theme-version="4.9.7" data-monorail-region="shop_domain" data-resource-timing-sampling-rate="10" data-shs="true" ></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"></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">T-Shirts</a> </li><li class="Linklist__Item"> <a href="/collections/sweats-vestes" class="Text--subdued Link Link--primary">Sweats </a> </li><li class="Linklist__Item"> <a href="/collections/vestes-chemises" class="Text--subdued Link Link--primary">Vestes & Chemises</a> </li><li class="Linklist__Item"> <a href="/collections/pantalons-shorts-maillots-de-bain" class="Text--subdued Link Link--primary">Pantalons, Shorts & Maillots de bain</a> </li><li class="Linklist__Item"> <a href="/collections/accessoires" class="Text--subdued Link Link--primary">Accessoires</a> </li><li class="Linklist__Item"> <a href="/collections/affiches" class="Text--subdued Link Link--primary">Affiches & Goodies</a> </li><li class="Linklist__Item"> <a href="/products/karte-kdo" class="Text--subdued Link Link--primary">Kartes KDO</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/bestak-2025" class="Text--subdued Link Link--primary">BESTAK 2K25</a> </li><li class="Linklist__Item"> <a href="/collections/katxi-in-donosti" class="Text--subdued Link Link--primary">NOUVELLE KAPSULE : Katxi in Donosti</a> </li><li class="Linklist__Item"> <a href="/collections/etxera-printemps-ete" class="Text--subdued Link Link--primary">ETXERA: Printemps/Été</a> </li><li class="Linklist__Item"> <a href="/collections/maison-jean-vier-x-katxi-klothing" class="Text--subdued Link Link--primary">Maison Jean-Vier x KATXI</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="/collections/gora-baiona" class="Text--subdued Link Link--primary">GORA BAIONA : Kollection limitée</a> </li><li class="Linklist__Item"> <a href="/pages/prix-casses" class="Text--subdued Link Link--primary">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-biarritz" class="Collapsible__Button Heading Text--subdued Link Link--primary u-h7">La BoutiK Biarritz</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/boutik-donosti" class="Collapsible__Button Heading Text--subdued Link Link--primary u-h7">La Boutik San Sebastián</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/nos-distributeurs" 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'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 & 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/la-team-k" 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/kollab" class="Collapsible__Button Heading Text--subdued Link Link--primary u-h7">Kollab'</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><div class="Collapsible"><a href="/pages/personnalisation-customisation-collection-capsule" class="Collapsible__Button Heading Link Link--primary u-h6">PERSONNALISATION</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><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></form></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"></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="/pages/categories-produits" 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">T-Shirts</a> </li><li class="Linklist__Item"> <a href="/collections/sweats-vestes" class="Link Link--secondary">Sweats </a> </li><li class="Linklist__Item"> <a href="/collections/vestes-chemises" class="Link Link--secondary">Vestes & Chemises</a> </li><li class="Linklist__Item"> <a href="/collections/pantalons-shorts-maillots-de-bain" class="Link Link--secondary">Pantalons, Shorts & Maillots de bain</a> </li><li class="Linklist__Item"> <a href="/collections/accessoires" class="Link Link--secondary">Accessoires</a> </li><li class="Linklist__Item"> <a href="/collections/affiches" class="Link Link--secondary">Affiches & Goodies</a> </li><li class="Linklist__Item"> <a href="/products/karte-kdo" class="Link Link--secondary">Kartes KDO</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/bestak-2025" class="Link Link--secondary">BESTAK 2K25</a> </li><li class="Linklist__Item"> <a href="/collections/katxi-in-donosti" class="Link Link--secondary">NOUVELLE KAPSULE : Katxi in Donosti</a> </li><li class="Linklist__Item"> <a href="/collections/etxera-printemps-ete" class="Link Link--secondary">ETXERA: Printemps/Été</a> </li><li class="Linklist__Item"> <a href="/collections/maison-jean-vier-x-katxi-klothing" class="Link Link--secondary">Maison Jean-Vier x KATXI</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="/collections/gora-baiona" class="Link Link--secondary">GORA BAIONA : Kollection limitée</a> </li><li class="Linklist__Item"> <a href="/pages/prix-casses" class="Link Link--secondary">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-1"><div class="MegaMenu__PushImageWrapper AspectRatio" style="background: url(//katxiklothing.com/cdn/shop/files/2_b53d7354-4d55-4f23-845a-bba8bf96e829_1x1.png.jpg?v=1740392583); max-width: 370px; --aspect-ratio: 1.608695652173913"> <img class="Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/2_b53d7354-4d55-4f23-845a-bba8bf96e829_370x230@2x.png?v=1740392583" alt=""> <span class="Image__Loader"></span> </div><p class="MegaMenu__PushHeading Heading u-h6">Nouvelle Kouleur,</p></a></div><div class="MegaMenu__Push MegaMenu__Push--shrink"><a class="MegaMenu__PushLink" href="/products/hoodie-kabino-1"><div class="MegaMenu__PushImageWrapper AspectRatio" style="background: url(//katxiklothing.com/cdn/shop/files/1_65bb03de-4e8e-42d4-a289-7d4d27af1397_1x1.png.jpg?v=1740392583); max-width: 370px; --aspect-ratio: 1.608695652173913"> <img class="Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/1_65bb03de-4e8e-42d4-a289-7d4d27af1397_370x230@2x.png?v=1740392583" alt=""> <span class="Image__Loader"></span> </div><p class="MegaMenu__PushHeading Heading u-h6">Nouveau Sweat</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-biarritz" class="Link Link--secondary">La BoutiK Biarritz </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/boutik-donosti" class="Link Link--secondary">La Boutik San Sebastián </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/nos-distributeurs" 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'Aventure Katxi</a> </li> <li class="Linklist__Item"> <a href="/pages/customisation-basque-et-eco-responsable" class="Link Link--secondary">Kustomisation Basque & 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/la-team-k" 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'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/kollab" class="Link Link--secondary">Kollab' </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><li class="HorizontalList__Item" > <a href="/pages/personnalisation-customisation-collection-capsule" class="Heading u-h6">PERSONNALISATION<span class="Header__LinkSpacer">PERSONNALISATION</span></a></li></ul> </nav><form method="post" action="/localization" id="localization_form_header" accept-charset="UTF-8" class="Header__LocalizationForm hidden-pocket hidden-lap" 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="HorizontalList HorizontalList--spacingLoose"><div class="HorizontalList__Item"> <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="header-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="header-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></div></form></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"><nav class="Header__SecondaryNav"> <ul class="HorizontalList HorizontalList--spacingLoose hidden-pocket hidden-lap"> <li class="HorizontalList__Item"> <form method="post" action="/localization" id="localization_form_header" accept-charset="UTF-8" class="Header__LocalizationForm hidden-pocket hidden-lap" 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="HorizontalList HorizontalList--spacingLoose"><div class="HorizontalList__Item"> <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="header-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="header-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></div></form> </li> </ul> </nav><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"> <script> //custom code for multi language function removeElementsByClass(className) { if (document.location.href.includes("katxiklothing.com")) { var elements = document.getElementsByClassName(className); while (elements.length > 0) { elements[0].parentNode.removeChild(elements[0]); } } }</script> <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}'><div id="Slideimage_XaiVkp" 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_-3_2ac53969-70fe-4fe3-9055-fc2fa97615b9_1x1.png.jpg?v=1750343670)"> <img class="Slideshow__Image Image--lazyLoad" src="//katxiklothing.com/cdn/shop/files/Slider_du_haut_portable_-3_2ac53969-70fe-4fe3-9055-fc2fa97615b9_1x1.png?v=1750343670" data-src="//katxiklothing.com/cdn/shop/files/Slider_du_haut_portable_-3_2ac53969-70fe-4fe3-9055-fc2fa97615b9_x800.png?v=1750343670" alt=""> <noscript> <img class="Slideshow__Image" src="//katxiklothing.com/cdn/shop/files/Slider_du_haut_portable_-3_2ac53969-70fe-4fe3-9055-fc2fa97615b9_x800.png?v=1750343670" 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/2_3395fcb7-b9ec-4eea-a7dc-b8bfa03c6e1a_1x1.png.jpg?v=1750343643)"> <img class="Slideshow__Image Image--lazyLoad hide-no-js" data-src="//katxiklothing.com/cdn/shop/files/2_3395fcb7-b9ec-4eea-a7dc-b8bfa03c6e1a_{width}x.png?v=1750343643" 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/2_3395fcb7-b9ec-4eea-a7dc-b8bfa03c6e1a_1000x.png?v=1750343643" alt=""> </noscript> </div><div class="Slideshow__Content Slideshow__Content--bottomLeft"> <header class="SectionHeader"> <div class="SectionHeader__SubHeading Heading u-h6">katxi kasse ses prix</div><div class="SectionHeader__Heading SectionHeader__Heading--emphasize Heading u-h1 americana">jusqu'a -50% !</div><div class="SectionHeader__ButtonWrapper"> <div class="ButtonGroup ButtonGroup--spacingSmall"><a href="/pages/prix-casses" class="ButtonGroup__Item Button">dékouvrir</a></div> </div> </header> </div></div><div id="Slideimage_7tr3dt" 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_-4_4efdf499-ea9d-4a6b-aef3-629cf89258c2_1x1.png.jpg?v=1750930247)"> <img class="Slideshow__Image Image--lazyLoad" src="//katxiklothing.com/cdn/shop/files/Slider_du_haut_portable_-4_4efdf499-ea9d-4a6b-aef3-629cf89258c2_1x1.png?v=1750930247" data-src="//katxiklothing.com/cdn/shop/files/Slider_du_haut_portable_-4_4efdf499-ea9d-4a6b-aef3-629cf89258c2_x800.png?v=1750930247" alt=""> <noscript> <img class="Slideshow__Image" src="//katxiklothing.com/cdn/shop/files/Slider_du_haut_portable_-4_4efdf499-ea9d-4a6b-aef3-629cf89258c2_x800.png?v=1750930247" 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/2_f7805371-3b4e-4e6e-9b6c-6fd8edae6805_1x1.png.jpg?v=1750930230)"> <img class="Slideshow__Image Image--lazyLoad hide-no-js" data-src="//katxiklothing.com/cdn/shop/files/2_f7805371-3b4e-4e6e-9b6c-6fd8edae6805_{width}x.png?v=1750930230" 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/2_f7805371-3b4e-4e6e-9b6c-6fd8edae6805_1000x.png?v=1750930230" alt=""> </noscript> </div><div class="Slideshow__Content Slideshow__Content--bottomLeft"> <header class="SectionHeader"> <div class="SectionHeader__SubHeading Heading u-h6">Le kompte à rebours est lancé</div><div class="SectionHeader__Heading SectionHeader__Heading--emphasize Heading u-h1 americana">baionako bestak</div><div class="SectionHeader__ButtonWrapper"> <div class="ButtonGroup ButtonGroup--spacingSmall"><a href="/collections/bestak-2025" class="ButtonGroup__Item Button">je veux !</a></div> </div> </header> </div></div><div id="Slideimage_eBmrbq" 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_-3_4afefe75-6351-4af9-aef7-284620c095b4_1x1.png.jpg?v=1747903974)"> <img class="Slideshow__Image Image--lazyLoad" src="//katxiklothing.com/cdn/shop/files/Slider_du_haut_portable_-3_4afefe75-6351-4af9-aef7-284620c095b4_1x1.png?v=1747903974" data-src="//katxiklothing.com/cdn/shop/files/Slider_du_haut_portable_-3_4afefe75-6351-4af9-aef7-284620c095b4_x800.png?v=1747903974" alt=""> <noscript> <img class="Slideshow__Image" src="//katxiklothing.com/cdn/shop/files/Slider_du_haut_portable_-3_4afefe75-6351-4af9-aef7-284620c095b4_x800.png?v=1747903974" 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/SLIDERS_HOMEPAGE-4_344f47ff-fcf5-4152-9356-63fbb8407187_1x1.png.jpg?v=1747903974)"> <img class="Slideshow__Image Image--lazyLoad hide-no-js" data-src="//katxiklothing.com/cdn/shop/files/SLIDERS_HOMEPAGE-4_344f47ff-fcf5-4152-9356-63fbb8407187_{width}x.png?v=1747903974" 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/SLIDERS_HOMEPAGE-4_344f47ff-fcf5-4152-9356-63fbb8407187_1000x.png?v=1747903974" 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">ETXE(RA).</div><div class="SectionHeader__ButtonWrapper"> <div class="ButtonGroup ButtonGroup--spacingSmall"><a href="https://katxiklothing.com/collections/etxera-printemps-ete" class="ButtonGroup__Item Button">déKouvrir !</a></div> </div> </header> </div></div><div id="Slideimage_bfmyXX" 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/2_eb033676-9fbf-4168-8dfe-f4197ec21239_1x1.png.jpg?v=1747904381)"> <img class="Slideshow__Image Image--lazyLoad" src="//katxiklothing.com/cdn/shop/files/2_eb033676-9fbf-4168-8dfe-f4197ec21239_1x1.png?v=1747904381" data-src="//katxiklothing.com/cdn/shop/files/2_eb033676-9fbf-4168-8dfe-f4197ec21239_x800.png?v=1747904381" alt=""> <noscript> <img class="Slideshow__Image" src="//katxiklothing.com/cdn/shop/files/2_eb033676-9fbf-4168-8dfe-f4197ec21239_x800.png?v=1747904381" 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/2_a0df90f0-3564-4edd-ae01-07cd02895293_1x1.png.jpg?v=1747904210)"> <img class="Slideshow__Image Image--lazyLoad hide-no-js" data-src="//katxiklothing.com/cdn/shop/files/2_a0df90f0-3564-4edd-ae01-07cd02895293_{width}x.png?v=1747904210" 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/2_a0df90f0-3564-4edd-ae01-07cd02895293_1000x.png?v=1747904210" alt=""> </noscript> </div><div class="Slideshow__Content Slideshow__Content--bottomLeft"> <header class="SectionHeader"> <div class="SectionHeader__SubHeading Heading u-h6">Nouvelle kapsule</div><div class="SectionHeader__Heading SectionHeader__Heading--emphasize Heading u-h1 americana">katxi in donosti</div><div class="SectionHeader__ButtonWrapper"> <div class="ButtonGroup ButtonGroup--spacingSmall"><a href="/collections/katxi-in-donosti" class="ButtonGroup__Item Button">dékouvrir</a></div> </div> </header> </div></div><div id="Slideimage_6Hzrzr" class="Slideshow__Slide Carousel__Cell" data-slide-index="4" ><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_-21_1x1.png.jpg?v=1742310178)"> <img class="Slideshow__Image Image--lazyLoad" src="//katxiklothing.com/cdn/shop/files/Slider_du_haut_portable_-21_1x1.png?v=1742310178" data-src="//katxiklothing.com/cdn/shop/files/Slider_du_haut_portable_-21_x800.png?v=1742310178" alt=""> <noscript> <img class="Slideshow__Image" src="//katxiklothing.com/cdn/shop/files/Slider_du_haut_portable_-21_x800.png?v=1742310178" 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/SLIDERS_HOMEPAGE-7_1x1.png.jpg?v=1742310178)"> <img class="Slideshow__Image Image--lazyLoad hide-no-js" data-src="//katxiklothing.com/cdn/shop/files/SLIDERS_HOMEPAGE-7_{width}x.png?v=1742310178" 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/SLIDERS_HOMEPAGE-7_1000x.png?v=1742310178" 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><div class="SectionHeader__ButtonWrapper"> <div class="ButtonGroup ButtonGroup--spacingSmall"><a href="/collections/nos-incontournables" 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'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'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 CollectionList--spaced"> <div class="CollectionItem Carousel__Cell" data-slide-index=""><div class="CollectionItem__Wrapper CollectionItem__Wrapper--large" style="background-image: url(//katxiklothing.com/cdn/shop/files/2_44c2415f-7975-41c8-bd3c-7a61d5c41cb8_1x1.png?v=1742375840)"> <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/2_44c2415f-7975-41c8-bd3c-7a61d5c41cb8_750x960_crop_center.png?v=1742375840 750w, //katxiklothing.com/cdn/shop/files/2_44c2415f-7975-41c8-bd3c-7a61d5c41cb8_1000x.png?v=1742375840 1000w, //katxiklothing.com/cdn/shop/files/2_44c2415f-7975-41c8-bd3c-7a61d5c41cb8_1500x.png?v=1742375840 1500w"></div><noscript> <div class="CollectionItem__Image Image--contrast" style="background-position: center center; background-image: url(//katxiklothing.com/cdn/shop/files/2_44c2415f-7975-41c8-bd3c-7a61d5c41cb8_1000x.png?v=1742375840)"></div> </noscript></div> <div class="CollectionItem__Content CollectionItem__Content--bottomLeft"> <header class="SectionHeader"><span class="SectionHeader__Heading SectionHeader__Heading--emphasize Heading u-h1 americana">TOUS NOS PRODUITS</span> <div class="SectionHeader__ButtonWrapper"><a href="/collections/tous-les-produits" 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--large" style="background-image: url(//katxiklothing.com/cdn/shop/files/1_2570bcc1-a568-4f4f-b06f-6bb17d49febb_1x1.png?v=1740056847)"> <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/1_2570bcc1-a568-4f4f-b06f-6bb17d49febb_750x960_crop_center.png?v=1740056847 750w, //katxiklothing.com/cdn/shop/files/1_2570bcc1-a568-4f4f-b06f-6bb17d49febb_1000x.png?v=1740056847 1000w, //katxiklothing.com/cdn/shop/files/1_2570bcc1-a568-4f4f-b06f-6bb17d49febb_1500x.png?v=1740056847 1500w"></div><noscript> <div class="CollectionItem__Image" style="background-position: center center; background-image: url(//katxiklothing.com/cdn/shop/files/1_2570bcc1-a568-4f4f-b06f-6bb17d49febb_1000x.png?v=1740056847)"></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--large" style="background-image: url(//katxiklothing.com/cdn/shop/files/1_d717e3d6-6942-40b5-8546-58d39761ce5d_1x1.png?v=1742375840)"> <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/1_d717e3d6-6942-40b5-8546-58d39761ce5d_750x960_crop_center.png?v=1742375840 750w, //katxiklothing.com/cdn/shop/files/1_d717e3d6-6942-40b5-8546-58d39761ce5d_1000x.png?v=1742375840 1000w, //katxiklothing.com/cdn/shop/files/1_d717e3d6-6942-40b5-8546-58d39761ce5d_1500x.png?v=1742375840 1500w"></div><noscript> <div class="CollectionItem__Image Image--contrast" style="background-position: center center; background-image: url(//katxiklothing.com/cdn/shop/files/1_d717e3d6-6942-40b5-8546-58d39761ce5d_1000x.png?v=1742375840)"></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 vestes & chemises</span> <div class="SectionHeader__ButtonWrapper"><a href="/collections/vestes-chemises" 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--large" style="background-image: url(//katxiklothing.com/cdn/shop/files/3_e0d29b17-2d63-43b4-a3fd-2863fbe5d619_1x1.png?v=1740056848)"> <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/3_e0d29b17-2d63-43b4-a3fd-2863fbe5d619_750x960_crop_center.png?v=1740056848 750w, //katxiklothing.com/cdn/shop/files/3_e0d29b17-2d63-43b4-a3fd-2863fbe5d619_1000x.png?v=1740056848 1000w, //katxiklothing.com/cdn/shop/files/3_e0d29b17-2d63-43b4-a3fd-2863fbe5d619_1500x.png?v=1740056848 1500w"></div><noscript> <div class="CollectionItem__Image" style="background-position: center center; background-image: url(//katxiklothing.com/cdn/shop/files/3_e0d29b17-2d63-43b4-a3fd-2863fbe5d619_1000x.png?v=1740056848)"></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</span> <div class="SectionHeader__ButtonWrapper"><a href="/collections/sweats-vestes" 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--large" style="background-image: url(//katxiklothing.com/cdn/shop/files/2_377fd9e8-fcfb-4f1d-8293-067540223bfd_1x1.png?v=1740056848)"> <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/2_377fd9e8-fcfb-4f1d-8293-067540223bfd_750x960_crop_center.png?v=1740056848 750w, //katxiklothing.com/cdn/shop/files/2_377fd9e8-fcfb-4f1d-8293-067540223bfd_1000x.png?v=1740056848 1000w, //katxiklothing.com/cdn/shop/files/2_377fd9e8-fcfb-4f1d-8293-067540223bfd_1500x.png?v=1740056848 1500w"></div><noscript> <div class="CollectionItem__Image" style="background-position: center center; background-image: url(//katxiklothing.com/cdn/shop/files/2_377fd9e8-fcfb-4f1d-8293-067540223bfd_1000x.png?v=1740056848)"></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--large" style="background-image: url(//katxiklothing.com/cdn/shop/files/29_abf6a090-c622-46db-a2d2-8e0f52478ed5_1x1.png?v=1739780623)"> <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/29_abf6a090-c622-46db-a2d2-8e0f52478ed5_750x960_crop_center.png?v=1739780623 750w, //katxiklothing.com/cdn/shop/files/29_abf6a090-c622-46db-a2d2-8e0f52478ed5_1000x.png?v=1739780623 1000w, //katxiklothing.com/cdn/shop/files/29_abf6a090-c622-46db-a2d2-8e0f52478ed5_1500x.png?v=1739780623 1500w"></div><noscript> <div class="CollectionItem__Image Image--contrast" style="background-position: center center; background-image: url(//katxiklothing.com/cdn/shop/files/29_abf6a090-c622-46db-a2d2-8e0f52478ed5_1000x.png?v=1739780623)"></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 PANTALONS, SHORTS,MAILLOTS</span> <div class="SectionHeader__ButtonWrapper"><a href="/collections/pantalons-shorts-maillots-de-bain" 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">ETXE(RA)</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-kanpoan-jatea" 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/10_84e5371d-2976-49d6-a1df-36b4352c3084_{width}x.png?v=1742469878" data-widths="[200,300,400,600,800,900,1000,1200]" data-sizes="auto" alt="Tee-Shirt Kanpoan Jatea" data-media-id="64043975016797"><img class="ProductItem__Image Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/7_1171f80f-d63c-4c49-975e-e76eb220c655_{width}x.png?v=1742469878" 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/7_1171f80f-d63c-4c49-975e-e76eb220c655_600x.png?v=1742469878" alt="Tee-Shirt Kanpoan Jatea"> <img class="ProductItem__Image" src="//katxiklothing.com/cdn/shop/files/7_1171f80f-d63c-4c49-975e-e76eb220c655_600x.png?v=1742469878" alt="Tee-Shirt Kanpoan Jatea"> </noscript> </div> </a> <div data-spark="b2c-only"></div><div class="ProductItem__Info ProductItem__Info--center"><h3 class="ProductItem__Title Heading"> <a href="/products/tee-shirt-kanpoan-jatea">Tee-Shirt Kanpoan Jatea</a> </h3><div data-spark="b2c-only"><div class="ProductItem__PriceList Heading"><span class="ProductItem__Price Price Text--subdued">38€</span></div></div></div><spark-product-price parent-id="14740207206749"></spark-product-price> </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-azieta-meta" 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/37_34dabe02-970c-4f54-9f7f-6197b224eaed_{width}x.png?v=1742467919" data-widths="[200,300,400,600,800,900,1000,1200]" data-sizes="auto" alt="Sweat Azieta Meta" data-media-id="64044248727901"><img class="ProductItem__Image Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/9_39a81a73-f263-498e-a333-14de2b22fd30_{width}x.png?v=1742467919" 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/9_39a81a73-f263-498e-a333-14de2b22fd30_600x.png?v=1742467919" alt="Sweat Azieta Meta"> <img class="ProductItem__Image" src="//katxiklothing.com/cdn/shop/files/9_39a81a73-f263-498e-a333-14de2b22fd30_600x.png?v=1742467919" alt="Sweat Azieta Meta"> </noscript> </div> </a> <div data-spark="b2c-only"></div><div class="ProductItem__Info ProductItem__Info--center"><h3 class="ProductItem__Title Heading"> <a href="/products/sweat-azieta-meta">Sweat Azieta Meta</a> </h3><div data-spark="b2c-only"><div class="ProductItem__PriceList Heading"><span class="ProductItem__Price Price Text--subdued">74€</span></div></div></div><spark-product-price parent-id="14757072994653"></spark-product-price> </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-hamar-3" 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/83_{width}x.png?v=1740749292" data-widths="[200,300,400,600,800,900,1000,1200]" data-sizes="auto" alt="Tee-Shirt Hamar+3" data-media-id="64044485443933"><img class="ProductItem__Image Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/79_{width}x.png?v=1739786729" 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/79_600x.png?v=1739786729" alt="Tee-Shirt Hamar+3"> <img class="ProductItem__Image" src="//katxiklothing.com/cdn/shop/files/79_600x.png?v=1739786729" alt="Tee-Shirt Hamar+3"> </noscript> </div> </a> <div data-spark="b2c-only"></div><div class="ProductItem__Info ProductItem__Info--center"><h3 class="ProductItem__Title Heading"> <a href="/products/tee-shirt-hamar-3">Tee-Shirt Hamar+3</a> </h3><div data-spark="b2c-only"><div class="ProductItem__PriceList Heading"><span class="ProductItem__Price Price Text--subdued">38€</span></div></div></div><spark-product-price parent-id="14740143407453"></spark-product-price> </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/chemise-jaka" 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/24_371babf4-9b30-4f88-a8ec-7a360dc2941a_{width}x.png?v=1742468545" data-widths="[200,300,400,600,800,900,1000,1200]" data-sizes="auto" alt="Chemise Jaka" data-media-id="64044111987037"><img class="ProductItem__Image Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/18_64076a91-c099-4fac-b2d3-0c40cb99ff55_{width}x.png?v=1739780489" 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/18_64076a91-c099-4fac-b2d3-0c40cb99ff55_600x.png?v=1739780489" alt="Chemise Jaka"> <img class="ProductItem__Image" src="//katxiklothing.com/cdn/shop/files/18_64076a91-c099-4fac-b2d3-0c40cb99ff55_600x.png?v=1739780489" alt="Chemise Jaka"> </noscript> </div> </a> <div data-spark="b2c-only"></div><div class="ProductItem__Info ProductItem__Info--center"><h3 class="ProductItem__Title Heading"> <a href="/products/chemise-jaka">Chemise Jaka</a> </h3><div data-spark="b2c-only"><div class="ProductItem__PriceList Heading"><span class="ProductItem__Price Price Text--subdued">74€</span></div></div></div><spark-product-price parent-id="14889057878365"></spark-product-price> </div></div></div></div></div><div class="Container"> <div class="SectionFooter"> <a href="/collections/etxera-printemps-ete" 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-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/60_795fd37a-1179-4748-8a50-010b5d89936e_{width}x.png?v=1747903828" data-widths="[200,300,400,600,800,900,1000,1200]" data-sizes="auto" alt="tee-shirt kabino" data-media-id="64044322062685"><img class="ProductItem__Image Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/62_8da915f2-296a-4fb2-92a2-6a69f24d1a91_{width}x.png?v=1747903828" 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_8da915f2-296a-4fb2-92a2-6a69f24d1a91_600x.png?v=1747903828" alt="tee-shirt kabino"> <img class="ProductItem__Image" src="//katxiklothing.com/cdn/shop/files/62_8da915f2-296a-4fb2-92a2-6a69f24d1a91_600x.png?v=1747903828" alt="tee-shirt kabino"> </noscript> </div> </a> <div data-spark="b2c-only"></div><div class="ProductItem__Info ProductItem__Info--center"><h3 class="ProductItem__Title Heading"> <a href="/products/tee-shirt-kabino-1">tee-shirt kabino</a> </h3><div data-spark="b2c-only"><div class="ProductItem__PriceList Heading"><span class="ProductItem__Price Price Text--subdued">38€</span></div></div></div><spark-product-price parent-id="14955940872541"></spark-product-price> </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/hoodie-kabino-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/56_{width}x.png?v=1739789885" data-widths="[200,300,400,600,800,900,1000,1200]" data-sizes="auto" alt="Hoodie Kabino" data-media-id="64044343230813"><img class="ProductItem__Image Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/57_{width}x.png?v=1739789885" 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/57_600x.png?v=1739789885" alt="Hoodie Kabino"> <img class="ProductItem__Image" src="//katxiklothing.com/cdn/shop/files/57_600x.png?v=1739789885" alt="Hoodie Kabino"> </noscript> </div> </a> <div data-spark="b2c-only"></div><div class="ProductItem__Info ProductItem__Info--center"><h3 class="ProductItem__Title Heading"> <a href="/products/hoodie-kabino-1">Hoodie Kabino</a> </h3><div data-spark="b2c-only"><div class="ProductItem__PriceList Heading"><span class="ProductItem__Price Price Text--subdued">79€</span></div></div></div><spark-product-price parent-id="14955981799773"></spark-product-price> </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-kabino-copie-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/2_0693f9bf-0638-4f74-a4ea-1b664dc123d4_{width}x.png?v=1730721567" data-widths="[200,300,400,600,800,900,1000,1200]" data-sizes="auto" alt="Tee-Shirt Kabino" data-media-id="62858588258653"><img class="ProductItem__Image Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/1_5414c892-74ca-4fb8-80ba-382d6b1fc51b_{width}x.png?v=1730721567" 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_5414c892-74ca-4fb8-80ba-382d6b1fc51b_600x.png?v=1730721567" alt="Tee-Shirt Kabino"> <img class="ProductItem__Image" src="//katxiklothing.com/cdn/shop/files/1_5414c892-74ca-4fb8-80ba-382d6b1fc51b_600x.png?v=1730721567" alt="Tee-Shirt Kabino"> </noscript> </div> </a> <div data-spark="b2c-only"></div><div class="ProductItem__Info ProductItem__Info--center"><h3 class="ProductItem__Title Heading"> <a href="/products/tee-shirt-kabino-copie-1">Tee-Shirt Kabino</a> </h3><div data-spark="b2c-only"><div class="ProductItem__PriceList Heading"><span class="ProductItem__Price Price Text--subdued">38€</span></div></div></div><spark-product-price parent-id="9552670097757"></spark-product-price> </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-gris-anthracite-broderie-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/10_f70b67cf-1cb1-4015-ba52-b0b3a69b1849_{width}x.png?v=1730721822" data-widths="[200,300,400,600,800,900,1000,1200]" data-sizes="auto" alt="Sweat Gris Anthracite Broderie Kabino" data-media-id="62858619289949"><img class="ProductItem__Image Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/11_de5573e6-5a6e-4256-b1dc-6357fea1df27_{width}x.png?v=1730721822" 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/11_de5573e6-5a6e-4256-b1dc-6357fea1df27_600x.png?v=1730721822" alt="Sweat Gris Anthracite Broderie Kabino"> <img class="ProductItem__Image" src="//katxiklothing.com/cdn/shop/files/11_de5573e6-5a6e-4256-b1dc-6357fea1df27_600x.png?v=1730721822" alt="Sweat Gris Anthracite Broderie Kabino"> </noscript> </div> </a> <div data-spark="b2c-only"></div><div class="ProductItem__Info ProductItem__Info--center"><h3 class="ProductItem__Title Heading"> <a href="/products/sweat-gris-anthracite-broderie-kabino">Sweat Gris Anthracite Broderie Kabino</a> </h3><div data-spark="b2c-only"><div class="ProductItem__PriceList Heading"><span class="ProductItem__Price Price Text--subdued">74€</span></div></div></div><spark-product-price parent-id="9551728869725"></spark-product-price> </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-4194dc7b-5b3a-4db3-aae9-414dda8f84cb" data-slide-index="0"> <div class="ShopTheLook__Inner"><div class="ShopTheLook__ImageWrapper" style="width: 550px; background: url(//katxiklothing.com/cdn/shop/files/3_c22b84a9-3d01-4089-9f79-c25b51196713_1x1.png.jpg?v=1742374231)"> <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/3_c22b84a9-3d01-4089-9f79-c25b51196713_{width}x.progressive.png.jpg?v=1742374231" data-widths="[200,400,600,700,800,1000,1200]" data-sizes="auto" alt=""> <noscript> <img class="ShopTheLook__Image" src="//katxiklothing.com/cdn/shop/files/3_c22b84a9-3d01-4089-9f79-c25b51196713_600x.png?v=1742374231" 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="2" style="left: 63%; top: 20%"></span><span class="ShopTheLook__Dot ShopTheLook__Dot--light" data-product-index="3" style="left: 31%; top: 35%"></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="0"> <div class="ShopTheLook__ProductItem ShopTheLook__ProductItem--withHiddenInfo Carousel__Cell is-selected" data-product-url="/products/chemise-jaka"> <div class="ProductItem"> <div class="ProductItem__Wrapper"><a href="/products/chemise-jaka" 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/24_371babf4-9b30-4f88-a8ec-7a360dc2941a_{width}x.png?v=1742468545" data-widths="[200,300,400,600,800,900,1000,1200]" data-sizes="auto" alt="Chemise Jaka" data-media-id="64044111987037"><img class="ProductItem__Image Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/18_64076a91-c099-4fac-b2d3-0c40cb99ff55_{width}x.png?v=1739780489" 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/18_64076a91-c099-4fac-b2d3-0c40cb99ff55_600x.png?v=1739780489" alt="Chemise Jaka"> <img class="ProductItem__Image" src="//katxiklothing.com/cdn/shop/files/18_64076a91-c099-4fac-b2d3-0c40cb99ff55_600x.png?v=1739780489" alt="Chemise Jaka"> </noscript> </div> </a> <div data-spark="b2c-only"></div><div class="ProductItem__Info ProductItem__Info--center"><h3 class="ProductItem__Title Heading"> <a href="/products/chemise-jaka">Chemise Jaka</a> </h3><div data-spark="b2c-only"><div class="ProductItem__PriceList Heading"><span class="ProductItem__Price Price Text--subdued">74€</span></div></div></div><spark-product-price parent-id="14889057878365"></spark-product-price> </div></div> </div><div class="ShopTheLook__ProductItem ShopTheLook__ProductItem--withHiddenInfo Carousel__Cell" data-product-url="/products/casquette-vintage-k-1"> <div class="ProductItem"> <div class="ProductItem__Wrapper"><a href="/products/casquette-vintage-k-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/16_f2bf8395-916b-4981-8426-81f2b36b78b1_{width}x.png?v=1739786814" data-widths="[200,300,400,600,800,900,1000,1200]" data-sizes="auto" alt="Casquette Vintage K." data-media-id="64044592759133"><img class="ProductItem__Image Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/13_f95bfe5d-4bf6-4a95-80d5-eeba5bad4011_{width}x.png?v=1739784197" 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/13_f95bfe5d-4bf6-4a95-80d5-eeba5bad4011_600x.png?v=1739784197" alt="Casquette Vintage K."> <img class="ProductItem__Image" src="//katxiklothing.com/cdn/shop/files/13_f95bfe5d-4bf6-4a95-80d5-eeba5bad4011_600x.png?v=1739784197" alt="Casquette Vintage K."> </noscript> </div> </a> <div data-spark="b2c-only"></div><div class="ProductItem__Info ProductItem__Info--center"><h3 class="ProductItem__Title Heading"> <a href="/products/casquette-vintage-k-1">Casquette Vintage K.</a> </h3><div data-spark="b2c-only"><div class="ProductItem__PriceList Heading"><span class="ProductItem__Price Price Text--subdued">30€</span></div></div></div><spark-product-price parent-id="14889241117021"></spark-product-price> </div></div> </div><div class="ShopTheLook__ProductItem ShopTheLook__ProductItem--withHiddenInfo Carousel__Cell" data-product-url="/products/tee-shirt-hamar-3"> <div class="ProductItem"> <div class="ProductItem__Wrapper"><a href="/products/tee-shirt-hamar-3" 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/83_{width}x.png?v=1740749292" data-widths="[200,300,400,600,800,900,1000,1200]" data-sizes="auto" alt="Tee-Shirt Hamar+3" data-media-id="64044485443933"><img class="ProductItem__Image Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/79_{width}x.png?v=1739786729" 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/79_600x.png?v=1739786729" alt="Tee-Shirt Hamar+3"> <img class="ProductItem__Image" src="//katxiklothing.com/cdn/shop/files/79_600x.png?v=1739786729" alt="Tee-Shirt Hamar+3"> </noscript> </div> </a> <div data-spark="b2c-only"></div><div class="ProductItem__Info ProductItem__Info--center"><h3 class="ProductItem__Title Heading"> <a href="/products/tee-shirt-hamar-3">Tee-Shirt Hamar+3</a> </h3><div data-spark="b2c-only"><div class="ProductItem__PriceList Heading"><span class="ProductItem__Price Price Text--subdued">38€</span></div></div></div><spark-product-price parent-id="14740143407453"></spark-product-price> </div></div> </div> <a href="/products/chemise-jaka" 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="0"> <div class="ShopTheLook__ProductItem ShopTheLook__ProductItem--withHiddenInfo Carousel__Cell is-selected" data-product-url="/products/chemise-jaka"> <div class="ProductItem"> <div class="ProductItem__Wrapper"><a href="/products/chemise-jaka" 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/24_371babf4-9b30-4f88-a8ec-7a360dc2941a_{width}x.png?v=1742468545" data-widths="[200,300,400,600,800,900,1000,1200]" data-sizes="auto" alt="Chemise Jaka" data-media-id="64044111987037"><img class="ProductItem__Image Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/18_64076a91-c099-4fac-b2d3-0c40cb99ff55_{width}x.png?v=1739780489" 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/18_64076a91-c099-4fac-b2d3-0c40cb99ff55_600x.png?v=1739780489" alt="Chemise Jaka"> <img class="ProductItem__Image" src="//katxiklothing.com/cdn/shop/files/18_64076a91-c099-4fac-b2d3-0c40cb99ff55_600x.png?v=1739780489" alt="Chemise Jaka"> </noscript> </div> </a> <div data-spark="b2c-only"></div><div class="ProductItem__Info ProductItem__Info--center"><h3 class="ProductItem__Title Heading"> <a href="/products/chemise-jaka">Chemise Jaka</a> </h3><div data-spark="b2c-only"><div class="ProductItem__PriceList Heading"><span class="ProductItem__Price Price Text--subdued">74€</span></div></div></div><spark-product-price parent-id="14889057878365"></spark-product-price> </div></div> </div><div class="ShopTheLook__ProductItem ShopTheLook__ProductItem--withHiddenInfo Carousel__Cell" data-product-url="/products/casquette-vintage-k-1"> <div class="ProductItem"> <div class="ProductItem__Wrapper"><a href="/products/casquette-vintage-k-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/16_f2bf8395-916b-4981-8426-81f2b36b78b1_{width}x.png?v=1739786814" data-widths="[200,300,400,600,800,900,1000,1200]" data-sizes="auto" alt="Casquette Vintage K." data-media-id="64044592759133"><img class="ProductItem__Image Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/13_f95bfe5d-4bf6-4a95-80d5-eeba5bad4011_{width}x.png?v=1739784197" 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/13_f95bfe5d-4bf6-4a95-80d5-eeba5bad4011_600x.png?v=1739784197" alt="Casquette Vintage K."> <img class="ProductItem__Image" src="//katxiklothing.com/cdn/shop/files/13_f95bfe5d-4bf6-4a95-80d5-eeba5bad4011_600x.png?v=1739784197" alt="Casquette Vintage K."> </noscript> </div> </a> <div data-spark="b2c-only"></div><div class="ProductItem__Info ProductItem__Info--center"><h3 class="ProductItem__Title Heading"> <a href="/products/casquette-vintage-k-1">Casquette Vintage K.</a> </h3><div data-spark="b2c-only"><div class="ProductItem__PriceList Heading"><span class="ProductItem__Price Price Text--subdued">30€</span></div></div></div><spark-product-price parent-id="14889241117021"></spark-product-price> </div></div> </div><div class="ShopTheLook__ProductItem ShopTheLook__ProductItem--withHiddenInfo Carousel__Cell" data-product-url="/products/tee-shirt-hamar-3"> <div class="ProductItem"> <div class="ProductItem__Wrapper"><a href="/products/tee-shirt-hamar-3" 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/83_{width}x.png?v=1740749292" data-widths="[200,300,400,600,800,900,1000,1200]" data-sizes="auto" alt="Tee-Shirt Hamar+3" data-media-id="64044485443933"><img class="ProductItem__Image Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/79_{width}x.png?v=1739786729" 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/79_600x.png?v=1739786729" alt="Tee-Shirt Hamar+3"> <img class="ProductItem__Image" src="//katxiklothing.com/cdn/shop/files/79_600x.png?v=1739786729" alt="Tee-Shirt Hamar+3"> </noscript> </div> </a> <div data-spark="b2c-only"></div><div class="ProductItem__Info ProductItem__Info--center"><h3 class="ProductItem__Title Heading"> <a href="/products/tee-shirt-hamar-3">Tee-Shirt Hamar+3</a> </h3><div data-spark="b2c-only"><div class="ProductItem__PriceList Heading"><span class="ProductItem__Price Price Text--subdued">38€</span></div></div></div><spark-product-price parent-id="14740143407453"></spark-product-price> </div></div> </div> </div> </div> </div><div class="ShopTheLook__Item Carousel__Cell" id="block-5555d769-450a-45a6-960c-c989e8696378" data-slide-index="1"> <div class="ShopTheLook__Inner"><div class="ShopTheLook__ImageWrapper" style="width: 550px; background: url(//katxiklothing.com/cdn/shop/files/8_de86fc52-17f8-4f19-bc05-3ed3dcfa7085_1x1.png.jpg?v=1742374231)"> <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/8_de86fc52-17f8-4f19-bc05-3ed3dcfa7085_{width}x.progressive.png.jpg?v=1742374231" data-widths="[200,400,600,700,800,1000,1200]" data-sizes="auto" alt=""> <noscript> <img class="ShopTheLook__Image" src="//katxiklothing.com/cdn/shop/files/8_de86fc52-17f8-4f19-bc05-3ed3dcfa7085_600x.png?v=1742374231" alt=""> </noscript></div><span class="ShopTheLook__Dot ShopTheLook__Dot--light is-active" data-product-index="1" style="left: 70%; top: 65%"></span><span class="ShopTheLook__Dot ShopTheLook__Dot--light" data-product-index="2" style="left: 40%; top: 60%"></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-kanpoan-jatea"> <div class="ProductItem"> <div class="ProductItem__Wrapper"><a href="/products/tee-shirt-kanpoan-jatea" 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/10_84e5371d-2976-49d6-a1df-36b4352c3084_{width}x.png?v=1742469878" data-widths="[200,300,400,600,800,900,1000,1200]" data-sizes="auto" alt="Tee-Shirt Kanpoan Jatea" data-media-id="64043975016797"><img class="ProductItem__Image Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/7_1171f80f-d63c-4c49-975e-e76eb220c655_{width}x.png?v=1742469878" 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/7_1171f80f-d63c-4c49-975e-e76eb220c655_600x.png?v=1742469878" alt="Tee-Shirt Kanpoan Jatea"> <img class="ProductItem__Image" src="//katxiklothing.com/cdn/shop/files/7_1171f80f-d63c-4c49-975e-e76eb220c655_600x.png?v=1742469878" alt="Tee-Shirt Kanpoan Jatea"> </noscript> </div> </a> <div data-spark="b2c-only"></div><div class="ProductItem__Info ProductItem__Info--center"><h3 class="ProductItem__Title Heading"> <a href="/products/tee-shirt-kanpoan-jatea">Tee-Shirt Kanpoan Jatea</a> </h3><div data-spark="b2c-only"><div class="ProductItem__PriceList Heading"><span class="ProductItem__Price Price Text--subdued">38€</span></div></div></div><spark-product-price parent-id="14740207206749"></spark-product-price> </div></div> </div><div class="ShopTheLook__ProductItem ShopTheLook__ProductItem--withHiddenInfo Carousel__Cell" data-product-url="/products/tee-shirt-azieta-meta"> <div class="ProductItem"> <div class="ProductItem__Wrapper"><a href="/products/tee-shirt-azieta-meta" 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/44_{width}x.png?v=1742468449" data-widths="[200,300,400,600,800,900,1000,1200]" data-sizes="auto" alt="Tee-Shirt Azieta Meta" data-media-id="64044274385245"><img class="ProductItem__Image Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/43_2caf4ec7-4bd3-476b-bd49-702b0fad9a02_{width}x.png?v=1742468449" 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/43_2caf4ec7-4bd3-476b-bd49-702b0fad9a02_600x.png?v=1742468449" alt="Tee-Shirt Azieta Meta"> <img class="ProductItem__Image" src="//katxiklothing.com/cdn/shop/files/43_2caf4ec7-4bd3-476b-bd49-702b0fad9a02_600x.png?v=1742468449" alt="Tee-Shirt Azieta Meta"> </noscript> </div> </a> <div data-spark="b2c-only"></div><div class="ProductItem__Info ProductItem__Info--center"><h3 class="ProductItem__Title Heading"> <a href="/products/tee-shirt-azieta-meta">Tee-Shirt Azieta Meta</a> </h3><div data-spark="b2c-only"><div class="ProductItem__PriceList Heading"><span class="ProductItem__Price Price Text--subdued">38€</span></div></div></div><spark-product-price parent-id="14740225392989"></spark-product-price> </div></div> </div> <a href="/products/tee-shirt-kanpoan-jatea" 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="1"> <div class="ShopTheLook__ProductItem ShopTheLook__ProductItem--withHiddenInfo Carousel__Cell is-selected" data-product-url="/products/tee-shirt-kanpoan-jatea"> <div class="ProductItem"> <div class="ProductItem__Wrapper"><a href="/products/tee-shirt-kanpoan-jatea" 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/10_84e5371d-2976-49d6-a1df-36b4352c3084_{width}x.png?v=1742469878" data-widths="[200,300,400,600,800,900,1000,1200]" data-sizes="auto" alt="Tee-Shirt Kanpoan Jatea" data-media-id="64043975016797"><img class="ProductItem__Image Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/7_1171f80f-d63c-4c49-975e-e76eb220c655_{width}x.png?v=1742469878" 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/7_1171f80f-d63c-4c49-975e-e76eb220c655_600x.png?v=1742469878" alt="Tee-Shirt Kanpoan Jatea"> <img class="ProductItem__Image" src="//katxiklothing.com/cdn/shop/files/7_1171f80f-d63c-4c49-975e-e76eb220c655_600x.png?v=1742469878" alt="Tee-Shirt Kanpoan Jatea"> </noscript> </div> </a> <div data-spark="b2c-only"></div><div class="ProductItem__Info ProductItem__Info--center"><h3 class="ProductItem__Title Heading"> <a href="/products/tee-shirt-kanpoan-jatea">Tee-Shirt Kanpoan Jatea</a> </h3><div data-spark="b2c-only"><div class="ProductItem__PriceList Heading"><span class="ProductItem__Price Price Text--subdued">38€</span></div></div></div><spark-product-price parent-id="14740207206749"></spark-product-price> </div></div> </div><div class="ShopTheLook__ProductItem ShopTheLook__ProductItem--withHiddenInfo Carousel__Cell" data-product-url="/products/tee-shirt-azieta-meta"> <div class="ProductItem"> <div class="ProductItem__Wrapper"><a href="/products/tee-shirt-azieta-meta" 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/44_{width}x.png?v=1742468449" data-widths="[200,300,400,600,800,900,1000,1200]" data-sizes="auto" alt="Tee-Shirt Azieta Meta" data-media-id="64044274385245"><img class="ProductItem__Image Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/43_2caf4ec7-4bd3-476b-bd49-702b0fad9a02_{width}x.png?v=1742468449" 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/43_2caf4ec7-4bd3-476b-bd49-702b0fad9a02_600x.png?v=1742468449" alt="Tee-Shirt Azieta Meta"> <img class="ProductItem__Image" src="//katxiklothing.com/cdn/shop/files/43_2caf4ec7-4bd3-476b-bd49-702b0fad9a02_600x.png?v=1742468449" alt="Tee-Shirt Azieta Meta"> </noscript> </div> </a> <div data-spark="b2c-only"></div><div class="ProductItem__Info ProductItem__Info--center"><h3 class="ProductItem__Title Heading"> <a href="/products/tee-shirt-azieta-meta">Tee-Shirt Azieta Meta</a> </h3><div data-spark="b2c-only"><div class="ProductItem__PriceList Heading"><span class="ProductItem__Price Price Text--subdued">38€</span></div></div></div><spark-product-price parent-id="14740225392989"></spark-product-price> </div></div> </div> </div> </div> </div><div class="ShopTheLook__Item Carousel__Cell" id="block-look_3XaKP4" data-slide-index="2"> <div class="ShopTheLook__Inner"><div class="ShopTheLook__ImageWrapper" style="width: 550px; background: url(//katxiklothing.com/cdn/shop/files/10_1eb01acc-0df1-4d42-8c60-69ad96214748_1x1.png.jpg?v=1742374231)"> <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/10_1eb01acc-0df1-4d42-8c60-69ad96214748_{width}x.progressive.png.jpg?v=1742374231" data-widths="[200,400,600,700,800,1000,1200]" data-sizes="auto" alt=""> <noscript> <img class="ShopTheLook__Image" src="//katxiklothing.com/cdn/shop/files/10_1eb01acc-0df1-4d42-8c60-69ad96214748_600x.png?v=1742374231" alt=""> </noscript></div><span class="ShopTheLook__Dot ShopTheLook__Dot--light is-active" data-product-index="1" style="left: 73%; top: 37%"></span><span class="ShopTheLook__Dot ShopTheLook__Dot--light" data-product-index="2" style="left: 31%; top: 42%"></span><span class="ShopTheLook__Dot ShopTheLook__Dot--light" data-product-index="3" style="left: 47%; top: 61%"></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/hoodie-kabino-1"> <div class="ProductItem"> <div class="ProductItem__Wrapper"><a href="/products/hoodie-kabino-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/56_{width}x.png?v=1739789885" data-widths="[200,300,400,600,800,900,1000,1200]" data-sizes="auto" alt="Hoodie Kabino" data-media-id="64044343230813"><img class="ProductItem__Image Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/57_{width}x.png?v=1739789885" 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/57_600x.png?v=1739789885" alt="Hoodie Kabino"> <img class="ProductItem__Image" src="//katxiklothing.com/cdn/shop/files/57_600x.png?v=1739789885" alt="Hoodie Kabino"> </noscript> </div> </a> <div data-spark="b2c-only"></div><div class="ProductItem__Info ProductItem__Info--center"><h3 class="ProductItem__Title Heading"> <a href="/products/hoodie-kabino-1">Hoodie Kabino</a> </h3><div data-spark="b2c-only"><div class="ProductItem__PriceList Heading"><span class="ProductItem__Price Price Text--subdued">79€</span></div></div></div><spark-product-price parent-id="14955981799773"></spark-product-price> </div></div> </div><div class="ShopTheLook__ProductItem ShopTheLook__ProductItem--withHiddenInfo Carousel__Cell" data-product-url="/products/bob-kapela-mundaka"> <div class="ProductItem"> <div class="ProductItem__Wrapper"><a href="/products/bob-kapela-mundaka" 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/104_{width}x.png?v=1739784654" data-widths="[200,300,400,600,800,900,1000,1200]" data-sizes="auto" alt="Bob Kapela Mundaka" data-media-id="64044657115485"><img class="ProductItem__Image Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/106_{width}x.png?v=1739784654" 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/106_600x.png?v=1739784654" alt="Bob Kapela Mundaka"> <img class="ProductItem__Image" src="//katxiklothing.com/cdn/shop/files/106_600x.png?v=1739784654" alt="Bob Kapela Mundaka"> </noscript> </div> </a> <div data-spark="b2c-only"></div><div class="ProductItem__Info ProductItem__Info--center"><h3 class="ProductItem__Title Heading"> <a href="/products/bob-kapela-mundaka">Bob Kapela Mundaka</a> </h3><div data-spark="b2c-only"><div class="ProductItem__PriceList Heading"><span class="ProductItem__Price Price Text--subdued">35€</span></div></div></div><spark-product-price parent-id="8894133928285"></spark-product-price> </div></div> </div><div class="ShopTheLook__ProductItem ShopTheLook__ProductItem--withHiddenInfo Carousel__Cell" data-product-url="/products/short-lasai"> <div class="ProductItem"> <div class="ProductItem__Wrapper"><a href="/products/short-lasai" 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/20_df04d37f-83ed-4251-8b8f-343a450fc919_{width}x.png?v=1739780623" data-widths="[200,300,400,600,800,900,1000,1200]" data-sizes="auto" alt="Short Lasai" data-media-id="64044111954269"><img class="ProductItem__Image Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/29_abf6a090-c622-46db-a2d2-8e0f52478ed5_{width}x.png?v=1739780623" 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/29_abf6a090-c622-46db-a2d2-8e0f52478ed5_600x.png?v=1739780623" alt="Short Lasai"> <img class="ProductItem__Image" src="//katxiklothing.com/cdn/shop/files/29_abf6a090-c622-46db-a2d2-8e0f52478ed5_600x.png?v=1739780623" alt="Short Lasai"> </noscript> </div> </a> <div data-spark="b2c-only"></div><div class="ProductItem__Info ProductItem__Info--center"><h3 class="ProductItem__Title Heading"> <a href="/products/short-lasai">Short Lasai</a> </h3><div data-spark="b2c-only"><div class="ProductItem__PriceList Heading"><span class="ProductItem__Price Price Text--subdued">44€</span></div></div></div><spark-product-price parent-id="14889028878685"></spark-product-price> </div></div> </div> <a href="/products/hoodie-kabino-1" class="ShopTheLook__ViewButton Button Button--primary Button--full">Voir ce produit</a> </div> </div> </div><div id="block-look_3XaKP4-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/hoodie-kabino-1"> <div class="ProductItem"> <div class="ProductItem__Wrapper"><a href="/products/hoodie-kabino-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/56_{width}x.png?v=1739789885" data-widths="[200,300,400,600,800,900,1000,1200]" data-sizes="auto" alt="Hoodie Kabino" data-media-id="64044343230813"><img class="ProductItem__Image Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/57_{width}x.png?v=1739789885" 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/57_600x.png?v=1739789885" alt="Hoodie Kabino"> <img class="ProductItem__Image" src="//katxiklothing.com/cdn/shop/files/57_600x.png?v=1739789885" alt="Hoodie Kabino"> </noscript> </div> </a> <div data-spark="b2c-only"></div><div class="ProductItem__Info ProductItem__Info--center"><h3 class="ProductItem__Title Heading"> <a href="/products/hoodie-kabino-1">Hoodie Kabino</a> </h3><div data-spark="b2c-only"><div class="ProductItem__PriceList Heading"><span class="ProductItem__Price Price Text--subdued">79€</span></div></div></div><spark-product-price parent-id="14955981799773"></spark-product-price> </div></div> </div><div class="ShopTheLook__ProductItem ShopTheLook__ProductItem--withHiddenInfo Carousel__Cell" data-product-url="/products/bob-kapela-mundaka"> <div class="ProductItem"> <div class="ProductItem__Wrapper"><a href="/products/bob-kapela-mundaka" 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/104_{width}x.png?v=1739784654" data-widths="[200,300,400,600,800,900,1000,1200]" data-sizes="auto" alt="Bob Kapela Mundaka" data-media-id="64044657115485"><img class="ProductItem__Image Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/106_{width}x.png?v=1739784654" 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/106_600x.png?v=1739784654" alt="Bob Kapela Mundaka"> <img class="ProductItem__Image" src="//katxiklothing.com/cdn/shop/files/106_600x.png?v=1739784654" alt="Bob Kapela Mundaka"> </noscript> </div> </a> <div data-spark="b2c-only"></div><div class="ProductItem__Info ProductItem__Info--center"><h3 class="ProductItem__Title Heading"> <a href="/products/bob-kapela-mundaka">Bob Kapela Mundaka</a> </h3><div data-spark="b2c-only"><div class="ProductItem__PriceList Heading"><span class="ProductItem__Price Price Text--subdued">35€</span></div></div></div><spark-product-price parent-id="8894133928285"></spark-product-price> </div></div> </div><div class="ShopTheLook__ProductItem ShopTheLook__ProductItem--withHiddenInfo Carousel__Cell" data-product-url="/products/short-lasai"> <div class="ProductItem"> <div class="ProductItem__Wrapper"><a href="/products/short-lasai" 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/20_df04d37f-83ed-4251-8b8f-343a450fc919_{width}x.png?v=1739780623" data-widths="[200,300,400,600,800,900,1000,1200]" data-sizes="auto" alt="Short Lasai" data-media-id="64044111954269"><img class="ProductItem__Image Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/29_abf6a090-c622-46db-a2d2-8e0f52478ed5_{width}x.png?v=1739780623" 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/29_abf6a090-c622-46db-a2d2-8e0f52478ed5_600x.png?v=1739780623" alt="Short Lasai"> <img class="ProductItem__Image" src="//katxiklothing.com/cdn/shop/files/29_abf6a090-c622-46db-a2d2-8e0f52478ed5_600x.png?v=1739780623" alt="Short Lasai"> </noscript> </div> </a> <div data-spark="b2c-only"></div><div class="ProductItem__Info ProductItem__Info--center"><h3 class="ProductItem__Title Heading"> <a href="/products/short-lasai">Short Lasai</a> </h3><div data-spark="b2c-only"><div class="ProductItem__PriceList Heading"><span class="ProductItem__Price Price Text--subdued">44€</span></div></div></div><spark-product-price parent-id="14889028878685"></spark-product-price> </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/4_26525043-2187-432e-9274-87d2597963b3_1x1.png.jpg?v=1742374231)"> <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/4_26525043-2187-432e-9274-87d2597963b3_{width}x.progressive.png.jpg?v=1742374231" data-widths="[200,400,600,700,800,1000,1200]" data-sizes="auto" alt=""> <noscript> <img class="ShopTheLook__Image" src="//katxiklothing.com/cdn/shop/files/4_26525043-2187-432e-9274-87d2597963b3_600x.png?v=1742374231" 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="3" style="left: 35%; top: 50%"></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/tee-shirt-azieta-meta"> <div class="ProductItem"> <div class="ProductItem__Wrapper"><a href="/products/tee-shirt-azieta-meta" 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/44_{width}x.png?v=1742468449" data-widths="[200,300,400,600,800,900,1000,1200]" data-sizes="auto" alt="Tee-Shirt Azieta Meta" data-media-id="64044274385245"><img class="ProductItem__Image Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/43_2caf4ec7-4bd3-476b-bd49-702b0fad9a02_{width}x.png?v=1742468449" 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/43_2caf4ec7-4bd3-476b-bd49-702b0fad9a02_600x.png?v=1742468449" alt="Tee-Shirt Azieta Meta"> <img class="ProductItem__Image" src="//katxiklothing.com/cdn/shop/files/43_2caf4ec7-4bd3-476b-bd49-702b0fad9a02_600x.png?v=1742468449" alt="Tee-Shirt Azieta Meta"> </noscript> </div> </a> <div data-spark="b2c-only"></div><div class="ProductItem__Info ProductItem__Info--center"><h3 class="ProductItem__Title Heading"> <a href="/products/tee-shirt-azieta-meta">Tee-Shirt Azieta Meta</a> </h3><div data-spark="b2c-only"><div class="ProductItem__PriceList Heading"><span class="ProductItem__Price Price Text--subdued">38€</span></div></div></div><spark-product-price parent-id="14740225392989"></spark-product-price> </div></div> </div><div class="ShopTheLook__ProductItem ShopTheLook__ProductItem--withHiddenInfo Carousel__Cell" data-product-url="/products/sweat-azieta-meta"> <div class="ProductItem"> <div class="ProductItem__Wrapper"><a href="/products/sweat-azieta-meta" 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/37_34dabe02-970c-4f54-9f7f-6197b224eaed_{width}x.png?v=1742467919" data-widths="[200,300,400,600,800,900,1000,1200]" data-sizes="auto" alt="Sweat Azieta Meta" data-media-id="64044248727901"><img class="ProductItem__Image Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/9_39a81a73-f263-498e-a333-14de2b22fd30_{width}x.png?v=1742467919" 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/9_39a81a73-f263-498e-a333-14de2b22fd30_600x.png?v=1742467919" alt="Sweat Azieta Meta"> <img class="ProductItem__Image" src="//katxiklothing.com/cdn/shop/files/9_39a81a73-f263-498e-a333-14de2b22fd30_600x.png?v=1742467919" alt="Sweat Azieta Meta"> </noscript> </div> </a> <div data-spark="b2c-only"></div><div class="ProductItem__Info ProductItem__Info--center"><h3 class="ProductItem__Title Heading"> <a href="/products/sweat-azieta-meta">Sweat Azieta Meta</a> </h3><div data-spark="b2c-only"><div class="ProductItem__PriceList Heading"><span class="ProductItem__Price Price Text--subdued">74€</span></div></div></div><spark-product-price parent-id="14757072994653"></spark-product-price> </div></div> </div> <a href="/products/tee-shirt-azieta-meta" 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/tee-shirt-azieta-meta"> <div class="ProductItem"> <div class="ProductItem__Wrapper"><a href="/products/tee-shirt-azieta-meta" 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/44_{width}x.png?v=1742468449" data-widths="[200,300,400,600,800,900,1000,1200]" data-sizes="auto" alt="Tee-Shirt Azieta Meta" data-media-id="64044274385245"><img class="ProductItem__Image Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/43_2caf4ec7-4bd3-476b-bd49-702b0fad9a02_{width}x.png?v=1742468449" 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/43_2caf4ec7-4bd3-476b-bd49-702b0fad9a02_600x.png?v=1742468449" alt="Tee-Shirt Azieta Meta"> <img class="ProductItem__Image" src="//katxiklothing.com/cdn/shop/files/43_2caf4ec7-4bd3-476b-bd49-702b0fad9a02_600x.png?v=1742468449" alt="Tee-Shirt Azieta Meta"> </noscript> </div> </a> <div data-spark="b2c-only"></div><div class="ProductItem__Info ProductItem__Info--center"><h3 class="ProductItem__Title Heading"> <a href="/products/tee-shirt-azieta-meta">Tee-Shirt Azieta Meta</a> </h3><div data-spark="b2c-only"><div class="ProductItem__PriceList Heading"><span class="ProductItem__Price Price Text--subdued">38€</span></div></div></div><spark-product-price parent-id="14740225392989"></spark-product-price> </div></div> </div><div class="ShopTheLook__ProductItem ShopTheLook__ProductItem--withHiddenInfo Carousel__Cell" data-product-url="/products/sweat-azieta-meta"> <div class="ProductItem"> <div class="ProductItem__Wrapper"><a href="/products/sweat-azieta-meta" 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/37_34dabe02-970c-4f54-9f7f-6197b224eaed_{width}x.png?v=1742467919" data-widths="[200,300,400,600,800,900,1000,1200]" data-sizes="auto" alt="Sweat Azieta Meta" data-media-id="64044248727901"><img class="ProductItem__Image Image--lazyLoad Image--fadeIn" data-src="//katxiklothing.com/cdn/shop/files/9_39a81a73-f263-498e-a333-14de2b22fd30_{width}x.png?v=1742467919" 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/9_39a81a73-f263-498e-a333-14de2b22fd30_600x.png?v=1742467919" alt="Sweat Azieta Meta"> <img class="ProductItem__Image" src="//katxiklothing.com/cdn/shop/files/9_39a81a73-f263-498e-a333-14de2b22fd30_600x.png?v=1742467919" alt="Sweat Azieta Meta"> </noscript> </div> </a> <div data-spark="b2c-only"></div><div class="ProductItem__Info ProductItem__Info--center"><h3 class="ProductItem__Title Heading"> <a href="/products/sweat-azieta-meta">Sweat Azieta Meta</a> </h3><div data-spark="b2c-only"><div class="ProductItem__PriceList Heading"><span class="ProductItem__Price Price Text--subdued">74€</span></div></div></div><spark-product-price parent-id="14757072994653"></spark-product-price> </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-4194dc7b-5b3a-4db3-aae9-414dda8f84cb-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">"ama, on passe à la télé !"</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 "lasai attitude" s'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 & 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-slideshow_b2b_mzCM83" class="shopify-section shopify-section--slideshow b2b"></div><div id="shopify-section-collection_list_b2b_CkiAkD" class="shopify-section"></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.ping(); 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> 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: 1em; left: 1em; 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'est la marque de vêtements du Pays Basque qui propose une vision moderniste d'un style basque et branché. C'est aussi un travail d'é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'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 & 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="/pages/kontactez-nous" class="Link Link--primary">Kontactez-nous</a> </li><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'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'inscrire</button></form></div></div><div class="Footer__Aside"><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 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></form><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&utm_medium=shopify&utm_source=onlinestore">Réalisé par Alan Billi</a></p> </div><ul class="Footer__PaymentList HorizontalList"> <li class="HorizontalList__Item"><svg xmlns="http://www.w3.org/2000/svg" role="img" aria-labelledby="pi-american_express" viewbox="0 0 38 24" width="38" height="24"><title id="pi-american_express">American Express</title><path fill="#000" 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" opacity=".07"/><path fill="#006FCF" 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-2h32Z"/><path fill="#FFF" d="M22.012 19.936v-8.421L37 11.528v2.326l-1.732 1.852L37 17.573v2.375h-2.766l-1.47-1.622-1.46 1.628-9.292-.02Z"/><path fill="#006FCF" d="M23.013 19.012v-6.57h5.572v1.513h-3.768v1.028h3.678v1.488h-3.678v1.01h3.768v1.531h-5.572Z"/><path fill="#006FCF" d="m28.557 19.012 3.083-3.289-3.083-3.282h2.386l1.884 2.083 1.89-2.082H37v.051l-3.017 3.23L37 18.92v.093h-2.307l-1.917-2.103-1.898 2.104h-2.321Z"/><path fill="#FFF" d="M22.71 4.04h3.614l1.269 2.881V4.04h4.46l.77 2.159.771-2.159H37v8.421H19l3.71-8.421Z"/><path fill="#006FCF" d="m23.395 4.955-2.916 6.566h2l.55-1.315h2.98l.55 1.315h2.05l-2.904-6.566h-2.31Zm.25 3.777.875-2.09.873 2.09h-1.748Z"/><path fill="#006FCF" d="M28.581 11.52V4.953l2.811.01L32.84 9l1.456-4.046H37v6.565l-1.74.016v-4.51l-1.644 4.494h-1.59L30.35 7.01v4.51h-1.768Z"/></svg> </li><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 width="38" height="24" role="img" viewbox="0 0 38 24" fill="none" xmlns="http://www.w3.org/2000/svg" aria-labelledby="pi-cartes_bancaires"><title id="pi-cartes_bancaires">Cartes Bancaires</title><rect x="1" y="1" width="36" height="22" rx="2" fill="url(#pi-cartes_bancaires-paint0_linear)"/><rect x=".5" y=".5" width="37" height="23" rx="2.5" stroke="#000" stroke-opacity=".07"/><path fill-rule="evenodd" clip-rule="evenodd" d="M28 9.934c0 1.067-.8 1.932-1.79 1.934v.002h-6.52V8h6.52c.99.002 1.79.867 1.79 1.934zm0 4.104c0 1.067-.8 1.932-1.79 1.934v.003h-6.52v-3.87h6.52c.99.002 1.79.867 1.79 1.933zm-13.224-1.934h4.788v.378c0 1.943-1.46 3.518-3.26 3.518H13.26C11.46 16 10 14.425 10 12.482v-.938c0-1.943 1.46-3.518 3.26-3.518h3.044c1.8 0 3.26 1.575 3.26 3.518v.326h-4.788v.234z" fill="#fff"/><defs><lineargradient id="pi-cartes_bancaires-paint0_linear" x1="37" y1="1" x2="17.422" y2="33.036" gradientunits="userSpaceOnUse"><stop stop-color="#083969"/><stop offset=".492" stop-color="#007B9D"/><stop offset="1" stop-color="#00A84A"/></lineargradient></defs></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 xmlns="http://www.w3.org/2000/svg" role="img" viewbox="0 0 38 24" width="38" height="24" aria-labelledby="pi-shopify_pay"><title id="pi-shopify_pay">Shop Pay</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" fill="#000"/><path d="M35.889 0C37.05 0 38 .982 38 2.182v19.636c0 1.2-.95 2.182-2.111 2.182H2.11C.95 24 0 23.018 0 21.818V2.182C0 .982.95 0 2.111 0H35.89z" fill="#5A31F4"/><path d="M9.35 11.368c-1.017-.223-1.47-.31-1.47-.705 0-.372.306-.558.92-.558.54 0 .934.238 1.225.704a.079.079 0 00.104.03l1.146-.584a.082.082 0 00.032-.114c-.475-.831-1.353-1.286-2.51-1.286-1.52 0-2.464.755-2.464 1.956 0 1.275 1.15 1.597 2.17 1.82 1.02.222 1.474.31 1.474.705 0 .396-.332.582-.993.582-.612 0-1.065-.282-1.34-.83a.08.08 0 00-.107-.035l-1.143.57a.083.083 0 00-.036.111c.454.92 1.384 1.437 2.627 1.437 1.583 0 2.539-.742 2.539-1.98s-1.155-1.598-2.173-1.82v-.003zM15.49 8.855c-.65 0-1.224.232-1.636.646a.04.04 0 01-.069-.03v-2.64a.08.08 0 00-.08-.081H12.27a.08.08 0 00-.08.082v8.194a.08.08 0 00.08.082h1.433a.08.08 0 00.081-.082v-3.594c0-.695.528-1.227 1.239-1.227.71 0 1.226.521 1.226 1.227v3.594a.08.08 0 00.081.082h1.433a.08.08 0 00.081-.082v-3.594c0-1.51-.981-2.577-2.355-2.577zM20.753 8.62c-.778 0-1.507.24-2.03.588a.082.082 0 00-.027.109l.632 1.088a.08.08 0 00.11.03 2.5 2.5 0 011.318-.366c1.25 0 2.17.891 2.17 2.068 0 1.003-.736 1.745-1.669 1.745-.76 0-1.288-.446-1.288-1.077 0-.361.152-.657.548-.866a.08.08 0 00.032-.113l-.596-1.018a.08.08 0 00-.098-.035c-.799.299-1.359 1.018-1.359 1.984 0 1.46 1.152 2.55 2.76 2.55 1.877 0 3.227-1.313 3.227-3.195 0-2.018-1.57-3.492-3.73-3.492zM28.675 8.843c-.724 0-1.373.27-1.845.746-.026.027-.069.007-.069-.029v-.572a.08.08 0 00-.08-.082h-1.397a.08.08 0 00-.08.082v8.182a.08.08 0 00.08.081h1.433a.08.08 0 00.081-.081v-2.683c0-.036.043-.054.069-.03a2.6 2.6 0 001.808.7c1.682 0 2.993-1.373 2.993-3.157s-1.313-3.157-2.993-3.157zm-.271 4.929c-.956 0-1.681-.768-1.681-1.783s.723-1.783 1.681-1.783c.958 0 1.68.755 1.68 1.783 0 1.027-.713 1.783-1.681 1.783h.001z" fill="#fff"/></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'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--> <!-- SPARK LAYER CUSTOM SLOTS --> <template id="spark-slot-my-account"> <div class="my-content"> <h6>Retrouvez ici toutes les infos sur vos dernières commandes.</h6> </div> </template> <!-- Example code for the My Cart slot --> <template id="spark-slot-my-cart"> <div class="my-content" style="margin-bottom: 1rem;"> <div class="my-content" style="margin-bottom: 1rem;"> <h4 style="text-decoration: underline; margin:0 0 5px 0;"> Remise sur le total de votre commande (visible uniquement sur votre facture) </h4> <h4 style="margin:5px 0">2% à partir de 5 000€</h4> <h4 style="margin:5px 0">4% à partir de 10 000€</h4> <h4 style="margin:5px 0">6% à partir de 20 000€</h4> </div> </div> </template> <!-- Example code for the My Order slot --> <template id="spark-slot-order-complete"> <div class="my-content"> <h6></h6> </div> </template> <div id="shopify-block-ARTg3djF4REhDLzg1M__16237003337219470499" class="shopify-block shopify-app-block"><script> var _ALConfig = _ALConfig || {}; _ALConfig = { 'shop_name': '', 'public_domain': null, 'proxy_path_prefix': 'apps/loyalty', 'widgetJsPath': 'https://loyalty-admin.appstle.com/app/loyalty-widget.bundle.js', 'widgetCssPath': 'https://loyalty-admin.appstle.com/content/loyalty-widget.css', 'pointEarnRules': [], 'pointRedeemRules': [], 'widget_setting': null, 'bundle_rules': [], 'bundleRule': null, 'product': null, 'bundle_setting': null, 'pointRoundType': 'NO_ROUND' }; _ALConfig.shop_name = "Katxi Klothing"; _ALConfig.proxy_path_prefix = "apps/loyalty"; _ALConfig.currency = "EUR"; _ALConfig.storeCurrency = "EUR"; _ALConfig.pointRoundType = "ROUND_UP"; _ALConfig.public_domain = "katxiklothing.com"; _ALConfig.widgetJsPath = "https://loyalty-admin.appstle.com/app/loyalty-widget.bundle.js?v=1742361757243"; _ALConfig.widgetCssPath = "https://loyalty-admin.appstle.com/content/loyalty-widget.css?v=1742361757243"; _ALConfig.referralEnabled = false; _ALConfig.vipTierEnabled = false; _ALConfig.pointEarnRules = [{"id":13895,"shop":"katxi-klothing.myshopify.com","type":"SUBSCRIBE_NEWSLETTER","status":"ACTIVE","historicPurchaseDuration":"NONE","basePoints":100.0,"includeSubtotal":false,"includeTax":false,"excludeCollections":null,"name":"Inscription au Kourrier Katxi","customerNotification":"{{points}} points ajoutés pour votre inscription au Kourrier Katxi","createAt":"2024-06-11T10:48:59.528117Z","updateAt":"2024-06-11T12:59:42.049048Z","rewardInterval":"DAY","productId":null,"collectionId":null,"variantId":null,"productData":null,"collectionData":null,"customerFacingLabel":"Inscris-toi au Kourrier Katxi et gagne 100 points","socialUrl":null,"disableForOnSellProduct":false,"autoApprovalDays":0,"enableInterval":false,"earnLimit":1,"activityType":"REGULAR","allowedCustomerTags":null,"includeShippingPoints":false,"eligibleForFirstOrder":false,"maximumPoints":null,"restrictCustomerTags":"b2b,es","customerFacingIconUrl":"https://cdn.shopify.com/s/files/1/0495/5793/0144/files/Kourrier_Katxi-removebg-preview.png?v=1718110745","serial":0,"excludeOrderTags":null,"pointBasedOn":null,"excludeProducts":null,"givePointsToGuestCustomers":false,"allowedProductTags":null,"restrictProductTags":null,"rollBackPointsOnUnsubscribe":true,"addAdditionalPoints":false,"additionalPoints":null,"refundNotificationLabel":"{{points}} points removed for refund.","disablePointsForDiscountedProduct":false,"platformType":"BOTH","vipTierId":null,"earnType":"POINTS","minimumOrderValue":null,"allowedOrderTags":null},{"id":10743,"shop":"katxi-klothing.myshopify.com","type":"CREATE_ACCOUNT","status":"ACTIVE","historicPurchaseDuration":"NONE","basePoints":100.0,"includeSubtotal":false,"includeTax":false,"excludeCollections":null,"name":"Nouveau Kompte","customerNotification":"{{points}} points added for customer sign up","createAt":"2024-02-14T13:59:07.592475Z","updateAt":"2024-06-12T12:15:17.329909Z","rewardInterval":"DAY","productId":null,"collectionId":null,"variantId":null,"productData":null,"collectionData":null,"customerFacingLabel":"Gagne 100 en vous cr\\u00E9ant un Kompte Klient !","socialUrl":null,"disableForOnSellProduct":false,"autoApprovalDays":0,"enableInterval":false,"earnLimit":1,"activityType":"REGULAR","allowedCustomerTags":null,"includeShippingPoints":false,"eligibleForFirstOrder":false,"maximumPoints":null,"restrictCustomerTags":"es,b2b","customerFacingIconUrl":"https://cdn.shopify.com/s/files/1/0495/5793/0144/files/Inscription-removebg-preview.png?v=1718110510","serial":0,"excludeOrderTags":null,"pointBasedOn":null,"excludeProducts":null,"givePointsToGuestCustomers":false,"allowedProductTags":null,"restrictProductTags":null,"rollBackPointsOnUnsubscribe":false,"addAdditionalPoints":false,"additionalPoints":null,"refundNotificationLabel":null,"disablePointsForDiscountedProduct":false,"platformType":"BOTH","vipTierId":null,"earnType":"POINTS","minimumOrderValue":null,"allowedOrderTags":null},{"id":10742,"shop":"katxi-klothing.myshopify.com","type":"PURCHASE","status":"ACTIVE","historicPurchaseDuration":"NONE","basePoints":10.0,"includeSubtotal":false,"includeTax":true,"excludeCollections":null,"name":"Conversion Achat en Points","customerNotification":"{{points}} gagnés pour la dernière commande","createAt":"2024-02-14T13:53:36.876754Z","updateAt":"2024-06-17T13:09:44.210247Z","rewardInterval":"DAY","productId":null,"collectionId":null,"variantId":null,"productData":null,"collectionData":null,"customerFacingLabel":"Kumule 10 points pour chaque 1\\u20AC d\\u00E9pens\\u00E9s en boutique ou en ligne","socialUrl":null,"disableForOnSellProduct":false,"autoApprovalDays":0,"enableInterval":false,"earnLimit":1,"activityType":"REGULAR","allowedCustomerTags":null,"includeShippingPoints":false,"eligibleForFirstOrder":false,"maximumPoints":null,"restrictCustomerTags":"es,b2b","customerFacingIconUrl":"https://cdn.shopify.com/s/files/1/0495/5793/0144/files/conversion-removebg-preview.png?v=1718110519","serial":0,"excludeOrderTags":null,"pointBasedOn":null,"excludeProducts":null,"givePointsToGuestCustomers":true,"allowedProductTags":null,"restrictProductTags":null,"rollBackPointsOnUnsubscribe":false,"addAdditionalPoints":false,"additionalPoints":null,"refundNotificationLabel":"{{points}} enlevés par remboursement","disablePointsForDiscountedProduct":false,"platformType":"BOTH","vipTierId":null,"earnType":"POINTS","minimumOrderValue":null,"allowedOrderTags":null}]; _ALConfig.pointRedeemRules = [{"id":10947,"shop":"katxi-klothing.myshopify.com","name":"R\\u00E9Kompense 3000 points","type":"DISCOUNT_CODE","referralType":null,"status":"ACTIVE","redeemPoints":3000.0,"discountType":"FIXED","discount":20.0,"minimumPurchaseAmount":0.0,"createAt":"2024-02-05T17:52:52.05543Z","updateAt":"2024-06-11T10:02:23.50704Z","maximumShippingRate":0.0,"productId":null,"variantId":null,"productData":null,"collectionId":null,"collectionData":null,"customerFacingLabel":"J'\\u00E9change 3,000 de mes points contre un code promo 20\\u20AC utilisable sur ma prochaine Kommande","restrictCustomers":null,"restrictCustomersWithTags":null,"rewardInterval":"DAY","appliesOn":"ONE_TIME","combinedWithProductDiscount":false,"combinedWithShippingDiscount":false,"combinedWithOrderDiscount":false,"enableInterval":false,"redeemLimit":1,"enableNumberOfUsagesLimit":false,"numberOfUsagesLimit":null,"allowedCustomerTags":null,"earnRuleId":null,"vipTierId":null,"redeemLabel":"{{discount}} de réduction sur ta commande ","customerFacingIconUrl":"https://cdn.shopify.com/s/files/1/0495/5793/0144/files/Ticket_20_euros_jaune.png?v=1717596279","serial":0,"discountCodeForAllCustomer":false,"allowedCountries":null,"showInPosOnly":false,"redeemAllPoints":false,"enableMinimumPointsToRedeem":false,"requiredMinimumPointsToRedeem":null,"enableMaximumPointsToRedeem":false,"requiredMaximumPointsToRedeem":null,"enablePOS":true,"minimumPointsLabel":"Add minimum {{points}} points to redeem","maximumPointsLabel":"Maximum {{points}} points can be redeemed","applyDiscountOnce":true,"enableDiscountPrefix":false,"discountPrefixText":null},{"id":10946,"shop":"katxi-klothing.myshopify.com","name":"R\\u00E9Kompense 1000 points","type":"DISCOUNT_CODE","referralType":null,"status":"ACTIVE","redeemPoints":1000.0,"discountType":"FIXED","discount":5.0,"minimumPurchaseAmount":0.0,"createAt":"2024-02-05T17:48:51.18189Z","updateAt":"2024-08-27T11:37:14.717439Z","maximumShippingRate":0.0,"productId":null,"variantId":null,"productData":null,"collectionId":null,"collectionData":null,"customerFacingLabel":"J'\\u00E9change 1,000 de mes points contre une de r\\u00E9duction de 5\\u20AC sur ma prochaine commande","restrictCustomers":null,"restrictCustomersWithTags":null,"rewardInterval":"DAY","appliesOn":"ONE_TIME","combinedWithProductDiscount":false,"combinedWithShippingDiscount":false,"combinedWithOrderDiscount":false,"enableInterval":false,"redeemLimit":1,"enableNumberOfUsagesLimit":false,"numberOfUsagesLimit":null,"allowedCustomerTags":null,"earnRuleId":null,"vipTierId":null,"redeemLabel":"{{discount}} de réduction sur la commande ","customerFacingIconUrl":"https://cdn.shopify.com/s/files/1/0495/5793/0144/files/Ticket_5_euros.png?v=1717499737","serial":0,"discountCodeForAllCustomer":false,"allowedCountries":null,"showInPosOnly":false,"redeemAllPoints":false,"enableMinimumPointsToRedeem":false,"requiredMinimumPointsToRedeem":null,"enableMaximumPointsToRedeem":false,"requiredMaximumPointsToRedeem":null,"enablePOS":true,"minimumPointsLabel":"Add minimum {{points}} points to redeem","maximumPointsLabel":"Maximum {{points}} points can be redeemed","applyDiscountOnce":true,"enableDiscountPrefix":false,"discountPrefixText":null}]; _ALConfig.bundle_rules = []; _ALConfig.bundle_setting = {"id":2714,"shop":"katxi-klothing.myshopify.com","showOnProductPage":null,"selector":null,"placement":null,"customCss":null,"customizeBundleOptionType":"RADIO","buyButtonSelector":null,"labels":null}; _ALConfig.vipRewards = []; _ALConfig.vipPointRewards = []; _ALConfig.widget_setting = {"id":4478,"shop":"katxi-klothing.myshopify.com","themePrimaryColor":null,"themeSecondaryColor":null,"widgetPosition":"LEFT","showWidget":true,"widgetBackgroundColor":"#000000","widgetTextColor":"#ffffff","faq":"[{\"title\":\"Le Katxi Klub, c’est quoi ?\",\"content\":\"<p>C’est le programme de fidélité pensé pour toi ! Tu crées ton compte Klient et à chaque achat tu cumules des points qui te permettent d’obtenir des Kadeaux. </p><p>Simple et efficace, plus tu cumules, plus tu gagnes !</p>\"},{\"title\":\"Qui peut l’utiliser ? \",\"content\":\"<p>Tout le monde ! </p><p>La seule Kondition, c’est de créer son compte Klient, tu deviens automatiquement membre !</p>\"},{\"title\":\"Komment gagner des points ? \",\"content\":\"<p>Vous gagnez 10 points pour chaque euro dépensé chez Katxi, un jeu d’enfant !</p>\"},{\"title\":\"Komment échanger mes points \",\"content\":\"<p>Klique sur le bouton correspondant à la réKompense de ton choix. Tu vois ici toutes les réKompenses disponibles. Si tu as suffisamment de points, tu peux les échanger contre une ou plusieurs réKompense(s).</p>\"},{\"title\":\"Existe-t-il une limite de points à gagner ?\",\"content\":\"<p>Aucune limite, tu es le maitre de tes points. </p><p>Utilise-les immédiatement ou choisis de Kotiser pour gonfler ta réKompense, c’est toi le chef !</p>\"},{\"title\":\"Que signifient les statuts « approuvé », « en attente » et « annulé » ?\",\"content\":\"<p>Approuvé : Ces points peuvent être échangés immédiatement contre des RéduKs</p><p><br></p><p>En attente : Ces points doivent être vérifiés avant de pouvoir être échangés. Cela s'applique généralement aux achats et aux parrainages.</p><p><br></p><p>Annulé : Ces points ne seront pas ajoutés à votre compte. C'est le cas, par exemple, si tu obtiens un remboursement (les points passeront de « en attente » à « annulé »).</p>\"}]","popupHeaderColor":"#000000","popupTilesColor":"#ffffff","popupButtonColor":"#000000","popupIconColor":"#000000","popupLinksColor":"#000000","homeGreetings":"Welcome, {{customer_first_name}}","homeSignup":"Sign up to <strong>{{site_name}}'s store</strong> to start earning rewards","popupButtonTextColor":"#ffffff","popupTilesTextColor":"#000000","popupWelcomeText":"Kaixo {{customer_first_name}}","popupCommunityHeadingText":"Bienvenue au Katxi Klub !","popupCommunityContentText":"C'est le programme fid\\u00E9lit\\u00E9 pens\\u00E9 pour toi ! Tu cumules des points et tu les d\\u00E9penses en Koupons de r\\u00E9duction ! ","popupCardHeadingText":"Je regarde mes r\\u00E9Kompenses ","popupCardContentText":"Rejoignez le Klub <strong>{{site_name}}<\\/strong> pour commencer \\u00E0 gagner des points","popupCardActionText":"Je me connecte","popupEarnTilesText":"Komment gagner des points ? ","popupRedeemTilesText":"<span style=\\\"font-size: 35px;\\\">Premi\\u00E8re \\u00E9tape : <br><br> <span style=\\\"font-size: 25px;\\\">Je Konvertis d'abord mes points en Koupon de r\\u00E9duction ","popupEarnRewardsHeadingText":"Gagner des r\\u00E9Kompenses","popupRedeemRewardsHeadingText":"Utiliser mes Points","popupFAQHeadingText":"FAQ","popupRemainingPointsHeadingText":"Tes points","popupAvailableRewardsHeadingText":"<span style=\\\"font-size: 35px;\\\">Deuxi\\u00E8me \\u00C9tape : <br><br> <span style=\\\"font-size: 25px;\\\">Je b\\u00E9n\\u00E9ficie ensuite de ma r\\u00E9duction<br>","popupAvailableRewardsContentText":"Tu as actuellement {{rewards}} r\\u00E9Kompense(s) disponible(s) ! <br><br>Copie le code et colle-le sur la page paiement dans la rubrique \\\"code de r\\u00E9duction ou carte cadeau\\\" pour en profiter","popupRewardsDetailsHeadingText":"R\\u00E9Kompense disponible","popupDiscountCodeGenerated":"Use the below coupon to get your discount.","popupCopyDiscount":"Copier Kode","popupCopiedDiscount":"Code de r\\u00E9duction du Koupon Copi\\u00E9","noEarnRulesLabel":"Impossible de gagner des points","noRedeemRulesLabel":"Pas de r\\u00E9Kompense actuellement ","birthdayTitleLabel":"Renseigne ton Anniversairre","birthdayActionLabel":"Valider","redeemActionLabel":"J'\\u00E9change mes points contre ce Koupon","rewardDetailsTitleLabel":"Spend {{spend_amount}} and , get {{discount_amount}} {{discount_type}} discount","rewardDetailsHelpLabel":"<span style=\\\"text-align: center; display: block;\\\">Ce code te servira \\u00E0 obtenir la r\\u00E9duction lors du paiement ","widgetTitle":"Katxi Klub","customCss":".appstle-loyalty {\n font-family: Montserrat, sans-serif !important;\n}\n\n.appstle-loyalty h1, .appstle-loyalty h2, .appstle-loyalty h3, .appstle-loyalty h4, .appstle-loyalty h5, .appstle-loyalty h6 {\n color: black !important;\n font-weight: 600;\n text-transform: uppercase;\n}\n\n.al-rounded-lg {\n border-radius: 0px !important;\n}\n\n.al-border-indigo-400 {\n border-color: black !important;\n}\n\n.al-text-indigo-500 {\n color: black !important;\n}\n\n.loyaltyPage-faq-section, .loyaltyPage-redeem-section, .loyaltyPage-rewards-section {\n background-color: #f5f5f5 !important;\n}\n\n.loyaltyPage-hero-section {\n --tw-gradient-to: #f5f5f5 var(--tw-gradient-to-position) !important;\n}\n\n.loyaltyPage-hero-avail-points-button-text {\n background-color: black !important;\n font-size: 1.2rem;\n font-weight: 500;\n padding: 15px !important;\n}\n\n.loyaltyPage-hero-avail-points-button-value {\n background-color: #333 !important;\n font-size: 1.2rem;\n font-weight: 600;\n padding: 15px !important;\n}\n\n.loyaltyPage-hero-section .al-mb-6.al-w-full.al-flex.al-gap-x-4.al-justify-center {\n display: none !important;\n}\n\n.loyaltyPage-hero-image-container {\n margin-top: 4rem;\n}\n\n.appstle-loyalty [type=button] {\n text-transform: uppercase !important;\n font-family: var(--heading-font-family);\n font-weight: var(--heading-font-weight);\n font-style: var(--heading-font-style);\n border: 1px solid #000;\n letter-spacing: .2em;\n}\n\n.loyaltyPage-hero-signin-button {\n background-color: #000 !important;\n}\n\n.loyaltyPage-hero-signin-button:hover {\n background-color: #FFF !important;\n color: #000 !important;\n}\n\n.loyaltyPage-faq-content-item:hover{\n --tw-bg-opacity: 1 !important;\n background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important; \n}\n\n.al-py-4 {\n padding: 16px !important;\n}\n.loyaltyPage-redeem-list-container:hover {\n --tw-bg-opacity: 1 !important;\n background-color: rgb(245 245 245 / var(--tw-bg-opacity)) !important;\n}\n\n.loyaltyPage-earn-rule-card-container {\n --tw-bg-opacity: 1 !important;\n background-color: rgb(245 245 245 / var(--tw-bg-opacity)) !important;\n}\n.loyaltyPage-earn-rule-card-container:hover {\n --tw-bg-opacity: 1 !important;\n background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;\n}","widgetCounterBackgroundColor":"#000000","widgetCounterTextColor":"#ffffff","logoUrl":null,"notificationToastBackgroundColor":"#25d425","notificationToastTextColor":"#ffffff","acquirePointsBackgroundColor":"inherit","acquirePointsTextColor":"#000000","pointsBalanceBackgroundColor":"inherit","pointsBalanceTextColor":"#000000","popupRewardPointTitleText":"R\\u00E9Kompense","popupRewardPointContentText":"Chaque achat te fait Kumuler des points que tu peux \\u00E9changer ici en diff\\u00E9rentes r\\u00E9Kompenses. <br><br> ","popupReferralTitleText":"Parrainage","popupReferralContentText":"Offre une r\\u00E9Kompense \\u00E0 tes Kopains et gagnez-en lorsqu\\u2019ils effectuent un achat.","referralCustomerGetText":"Tu as","referralFriendGetText":"Tes Kopains ont","referralCompletedText":"{{total_count}} parrainage(s) effectu\\u00E9(s)","referYourFriendTitleText":"Parrainez vos Kopains","referYourFriendContentText":"Partagez cette URL pour offrir \\u00E0 vos Kopains {{rewards}} ","allowedCustomersTag":null,"createAccountLabel":"Je cr\\u00E9e un Compte","vipTierTitleLabel":"VIP","vipTierDetailsText":"Ton statut donne acc\\u00E8s \\u00E0 des r\\u00E9compenses exclusives. Monte en niveau pour des r\\u00E9Kompenses exclusive.","vipSpentAmountLabel":"{{amount}} d\\u00E9pens\\u00E9","vipEarnPointLabel":"{{points}} Points Kotis\\u00E9s","vipStatusLabel":"VIP Statuts","vipRewardLabel":"Rewards","widgetSettingJson":"{\"popupRewardsDetailsHeadingText\":\"RéKompense disponible\",\"rewardsExpirationLabel\":\"{{day}}d\",\"acquirePointsLabel\":\"Tu cumuleras {{totalPoints}} points avec cet achat.\",\"checkoutPendingPointsLabel\":\"avec {{pendingPoints}} points en cours de validation.\",\"vipSpentAmountLabel\":\"{{amount}} dépensé\",\"minimumPointsForRedeemText\":\"Un minimum de {{points}} points est requis pour échanger\",\"checkoutAcquiredPointsLabel\":\"Vous avez gagné {{acquiredPoints}} points avec cette Kommande\",\"popupDiscountCodeGenerated\":\"Use the below coupon to get your discount.\",\"checkoutDiscountCodeApplyButtonLabel\":\"Apply\",\"showLoyaltyOptOut\":true,\"toastPosition\":\"bottom-center\",\"primaryDedicatedPageSectionBackgroundColor\":\"#F2F8FF\",\"availablePoints\":\"Points disponibles : {{ points }}\",\"reachVipMileStoneType\":\"TOTAL_AMOUNT\",\"currentVipTierBadgeLabel\":\"You are a {{current_tier}} member\",\"checkoutAvailableRewardsLabel\":\"Your Rewards\",\"popupCopiedDiscount\":\"Code de réduction du Koupon Copié\",\"referralFriendGetText\":\"Tes Kopains ont\",\"popupReferralContentText\":\"Offre une réKompense à tes Kopains et gagnez-en lorsqu\\u2019ils effectuent un achat.\",\"storeCreditApplyGuideLabel\":\"Your Store Credit is ready at checkout\\u2014make sure the 'Apply store credit' checkbox is checked and verify the amount you're using.\",\"refreshOnAddToCart\":false,\"storeCreditBalanceLabel\":\"Your Store Credits\",\"dateLocalFormat\":\"DEFAULT\",\"dynamicPointsLabel\":\"Kombien échanger \",\"loyaltyOptOutLabel\":\"Katxi Klub mis à jour\",\"enrollLoyaltyProgramTitle\":\"Créé-toi un Kompte Klient pour rejoindre le Katxi Klub \",\"rewardDetailsHelpLabel\":\"<span style=\\\"text-align: center; display: block;\\\">Ce code te servira à obtenir la réduction lors du paiement \",\"showRedeemSection\":true,\"vipTierBadgeBackgroundColor\":\"inherit\",\"popupCopyDiscount\":\"Copier Kode\",\"vipStatusLabel\":\"VIP Statuts\",\"showCustomerHistoryDescriptionToolTip\":false,\"pendingStatusLabel\":\"En attente\",\"checkoutTotalStoreCreditAcquirePoints\":\"Complete this purchase to earn up to {{totalStoreCreditPoints}} store credits.\",\"acquirePointsLoggedOutText\":\"Tu pourrais cumuler {{totalPoints}} points et bénéficier de réductions exclusives en t'inscrivant à notre site.\",\"titleCount\":60,\"hideCheckoutBlockLoggedOutCustomers\":false,\"vipTierBadgeTextColor\":\"#000000\",\"popupButtonHoverColor\":\"#1A1DFF\",\"sendEmailHeadingText\":\"Partager lien de parrainage \",\"enrollLoyaltyProgramActionLabel\":\"Rejoindre maintenant \",\"freeProductRewardAddedSuccessMessage\":\"Ajouté au panier\",\"popupFAQHeadingText\":\"FAQ\",\"widgetTitle\":\"Katxi Klub\",\"visitedIcon\":\"\",\"checkoutToggleRedeemButtonLabel\":\"Redeem Rewards\",\"rejectedStatusLabel\":\"Refusé\",\"afterCopiedDiscountRedirectUrl\":\"\",\"checkoutViewMoreDiscountCodeButtonLabel\":\"View More\",\"perTransactionLimitExceedText\":\"Limite par transaction dépassée. Impossible d\\u2019échanger plus de {{shop_redeem_limit}} points\",\"pointsBalanceLabel\":\"Tu as {{points}} points.\",\"vipTierBenefits\":\"Avantages\",\"loggedOutFlagAcquirePoints\":false,\"popupRedeemRewardsHeadingText\":\"Utiliser mes Points\",\"vipRewardLabel\":\"Rewards\",\"sendEmailButtonText\":\"Envoyer mail\",\"showFAQSection\":true,\"showRangeForRedeemPoints\":false,\"checkoutRedeemLabel\":\"Redeem your Points\",\"referredByText\":\"Parrainé par {{customer_first_name}}\",\"birthdayActionLabel\":\"Valider\",\"vipTierBadgeSelector\":\"\",\"popupReferralTitleText\":\"Parrainage\",\"popupEarnRewardsHeadingText\":\"Gagner des réKompenses\",\"popupAvailableRewardsContentText\":\"Tu as actuellement {{rewards}} réKompense(s) disponible(s) ! <br><br>Copie le code et colle-le sur la page paiement dans la rubrique \\\"code de réduction ou carte cadeau\\\" pour en profiter\",\"claimedStatusLabel\":\"Récupéré \",\"loyaltyOptoutActive\":\"Actif\",\"redeemActionLabel\":\"J'échange mes points contre ce Koupon\",\"checkoutRedeemLoginLabel\":\"Log in\",\"createAccountLabel\":\"Je crée un Compte\",\"rewardDetailsTitleLabel\":\"Spend {{spend_amount}} and , get {{discount_amount}} {{discount_type}} discount\",\"claimGiftHeaderText\":\"Récuperer mon Kadeau de parrainage\",\"yourReferralsHeadingLabel\":\"tes parrainages\",\"loyaltyOptoutInactive\":\"Désactivé\",\"noRefferralAvailableText\":\"Aucun parrainage disponible\",\"popupCardActionText\":\"Je me connecte\",\"popupFAQAskedQuestionHeadingText\":\"Foire aux questions\",\"popupEarnTilesText\":\"Komment gagner des points ? \",\"minimumAmountSpentForRedeemText\":\"Un minimum de {{amount_spent}} euros dépensés est requis pour échanger des points\",\"birthdayUpdatedToastLabel\":\"Birthday Updated\",\"historyPointsAdjustment\":\"Points\",\"referButtonLabel\":\"Parrainer Maintenant\",\"claimReferralGiftButtonText\":\"Récupérer mon Kadeau de \",\"historyActivityDetails\":\"Détails de l'activité \",\"widgetCopiedLabel\":\"Copied\",\"sentDiscountCodeToEmailText\":\"On a envoyé le Koupon Kadeau à ton adresse email.\",\"referralCustomerGetText\":\"Tu as\",\"showPoweredBy\":true,\"popupRemainingPointsHeadingText\":\"Tes points\",\"referralLinkSentLabel\":\"Lien de parrainage envoyé !\",\"birthdayTitleLabel\":\"Renseigne ton Anniversairre\",\"checkoutSelectRedeemRuleDropdownLabel\":\"Choisissez votre méthode d'échange\",\"noRedeemRulesLabel\":\"Pas de réKompense actuellement \",\"minimumOrderCountForRedeemText\":\"Un minimum de {{order_count}} de commande est requis pour echanger des points\",\"enrolledSuccessMessage\":\"Kréation réussie \",\"customerHistoryLabel\":\"Historique des Achats \",\"redeemLimitExceedText\":\"Dépassement de la limite d'échange. Impossible d'échanger plus de {{redeem_limit}} fois par {{reward_interval}}\",\"widgetDateTimeFormat\":\"MMM D, YYYY, h:mm A\",\"pointExpirationDateLabel\":\"Expiration date: {{expiration_date}}\",\"popupRedeemTilesText\":\"<span style=\\\"font-size: 35px;\\\">Première étape : <br><br> <span style=\\\"font-size: 25px;\\\">Je Konvertis d'abord mes points en Koupon de réduction \",\"loyaltyOptOutSettingsLabel\":\"Paramètres\",\"showVIPSection\":false,\"alreadyHaveAnAccountLabel\":\"Already have an account?\",\"checkoutTotalAcquirePointsDescription\":\"Use your points to redeem a discount on your next order.\",\"referralRedirectUrl\":\"\",\"checkoutEmptyRewardsLabel\":\"You don't have any rewards available.\",\"popupRewardPointContentText\":\"Chaque achat te fait Kumuler des points que tu peux échanger ici en différentes réKompenses. <br><br> \",\"noEarnRulesLabel\":\"Impossible de gagner des points\",\"emailValidationLabel\":\"Please provide a valid email\",\"historyDate\":\"Date\",\"popupAvailableRewardsHeadingText\":\"<span style=\\\"font-size: 35px;\\\">Deuxième Étape : <br><br> <span style=\\\"font-size: 25px;\\\">Je bénéficie ensuite de ma réduction<br>\",\"customerHistoryDescriptionLabel\":\"Consulte la liste de tes points cumulés et de tes réKompense(s)\",\"totalAcquiredStoreCreditsLabel\":\"You have earned {{currency}}{{totalStoreCreditPoints}} store credits on this order\",\"claimReferralEmailFieldText\":\"Renseigner mon email\",\"enableMetaTagForNoIndexing\":false,\"checkoutRedeemLoginDescription\":\"to check your points balance and explore the exciting rewards available for redemption.\",\"hideAppstleLoaderIcon\":true,\"vipEarnPointLabel\":\"{{points}} Points Kotisés\",\"vipCurrentTierLabel\":\"Ton statut\",\"storeOnSaleForRedeemText\":\"Magasin en solde, pour échanger vos points, veuillez essayer plus tard {{shop_on_sale_end_date}}\",\"popupCardHeadingText\":\"Je regarde mes réKompenses \",\"checkoutToggleAvailableRewardsButtonLabel\":\"Available Discounts\",\"manageLoyaltyButtonLabel\":\"Manage Loyalty\",\"hideRedeemRuleSectionOnEmpty\":true,\"popupWelcomeText\":\"Kaixo {{customer_first_name}}\",\"referYourFriendContentText\":\"Partagez cette URL pour offrir à vos Kopains {{rewards}} \",\"vipAchievableTierLabel\":\"{{milestone_type}} {{milestone}} pour atteindre {{achievable_tier}}\",\"loyaltyOptOutActiveLabel\":\"Katxi Klub {{active_status}}.\",\"dailyLimitExceedText\":\"Limite quotidienne atteinte. Tu ne peux pas echanger plus de {{redeem_limit}} points par jour\",\"secondaryDedicatedPageBackgroundColor\":\"#ffffff\",\"popupCardContentText\":\"Rejoignez le Klub <strong>{{site_name}}<\\/strong> pour commencer à gagner des points\",\"rewardsDetailsExpireDate\":\"Expires at: {{expire_date}}\",\"showRewardSection\":true,\"enrollLoyaltyProgramDescription\":\"Rejoins le Katxi Klub pour gagner des réKompense à chaque achat !\",\"primaryDedicatedPageBackgroundColor\":\"#1d4ed8\",\"customerGreetingsIcon\":\"!\",\"minimumRedeemRequiredPointsLabel\":\"\",\"vipTierDetailsText\":\"Ton statut donne accès à des récompenses exclusives. Monte en niveau pour des réKompenses exclusive.\",\"membershipRewardTitleLabel\":\"Appstle Membership\",\"showVipTierBadge\":false,\"historyStatus\":\"Statut\",\"hideRulesForLoggedOutCustomer\":false,\"hideStoreCreditsBalance\":false,\"approvedStatusLabel\":\"Approuvé\",\"showReferralSection\":true,\"acquireStoreCreditLabel\":\"Acquire Store Credits: {{totalStoreCreditPoints}}\",\"toastErrorMsg\":\"Something went wrong\",\"hideEarnRuleSectionOnEmpty\":true,\"primaryDedicatedPageTextColor\":\"#818cf8\",\"checkThankYouAcquiredPointsHeadingLabel\":\"Aupa\",\"popupCommunityContentText\":\"C'est le programme fidélité pensé pour toi ! Tu cumules des points et tu les dépenses en Koupons de réduction ! \",\"secondaryDedicatedPageSectionBackgroundColor\":\"#FFFFFF\",\"currentVipTierText\":\"Your Current Tier\",\"popupRewardPointTitleText\":\"RéKompense\",\"socialMediaActionLabel\":\"RéKupérer\",\"noCustomerHistoryLabel\":\"Aucun Historique à ce jour\",\"freeProductRewardAddToCart\":\"Ajouter au panier\",\"creditRewardDetailsHelpLabel\":\"Use these credits to get a discount on your order.\",\"showEarnSection\":true,\"checkoutRedeemLoginURL\":\"\",\"hidePointsBalance\":false,\"descriptionCount\":500,\"vipTierTitleLabel\":\"VIP\",\"customFontUrl\":\"\",\"hideFreeProductDropdownProductTitle\":false,\"referralCompletedText\":\"{{total_count}} parrainage(s) effectué(s)\",\"reviewRuleRedirectActionLabel\":\"Donner mon avis\",\"referYourFriendTitleText\":\"Parrainez vos Kopains\",\"popupEarnPointDescriptionText\":\"Kumule plus de points et échange les contre des réKompenses!\",\"popupCommunityHeadingText\":\"Bienvenue au Katxi Klub !\",\"recurringStatusLabel\":\"Récurrent \",\"claimReferralGiftDescriptionText\":\"{{customer_first_name}} vous a envoyé un Kadeau. Entre votre email pour le récupérer.\",\"showTransactionHistory\":true,\"secondaryDedicatedPageTextColor\":\"#4b5563\",\"programUpdateMessage\":\"Process initiated. Please wait for the page to reload\",\"dynamicPointsHelpText\":\"J'utilise {{points}} points pour une réKompense de {{discount}} \",\"customHtmlInject\":\"[]\",\"totalAcquiredPointsLabel\":\"You have earned {{totalAcquiredPoints}} points on this order\",\"checkoutTotalAcquirePoints\":\"Complete this purchase to earn up to {{totalAcquiredPoints}} points\"}","claimGiftHeaderText":"R\\u00E9cuperer mon Kadeau de parrainage","claimReferralGiftDescriptionText":"{{customer_first_name}} vous a envoy\\u00E9 un Kadeau. Entre votre email pour le r\\u00E9cup\\u00E9rer.","claimReferralEmailFieldText":"Renseigner mon email","claimReferralGiftButtonText":"R\\u00E9cup\\u00E9rer mon Kadeau de ","sentDiscountCodeToEmailText":"On a envoy\\u00E9 le Koupon Kadeau \\u00E0 ton adresse email.","referredByText":"Parrain\\u00E9 par {{customer_first_name}}","sendEmailHeadingText":"Partager lien de parrainage ","sendEmailButtonText":"Envoyer mail","widgetButtonLogoUrl":null,"currentVipTierText":"Your Current Tier","showReferralSocialMedia":true,"referralSocialMediaInfo":"[{\"socialMediaIconURL\":\"https://cdn-icons-png.flaticon.com/512/124/124010.png\",\"socialMediaLink\":\"https://facebook.com/Shopify\",\"socialMedia\":\"FACEBOOK\"},{\"socialMediaIconURL\":\"https://img.freepik.com/free-icon/twitter_318-674515.jpg\",\"socialMediaLink\":\"https://twitter.com/Shopify\",\"socialMedia\":\"TWITTER\"},{\"socialMediaIconURL\":\"https://i.ibb.co/crzfCjC/gmail.png\",\"socialMediaLink\":\"https://mail.google.com\",\"socialMedia\":\"EMAIL\"}]","restrictedCustomersTag":"","popupFAQAskedQuestionHeadingText":"Foire aux questions","blockWidgetOnPages":null,"colorSettingsJson":"{\"popupLinksColor\":\"#000000\",\"popupHeaderColor\":\"#000000\",\"popupIconColor\":\"#000000\",\"acquirePointsBackgroundColor\":\"inherit\",\"pointsBalanceBackgroundColor\":\"inherit\",\"pointsBalanceTextColor\":\"#000000\",\"widgetCounterBackgroundColor\":\"#000000\",\"popupButtonColor\":\"#000000\",\"popupTilesColor\":\"#ffffff\",\"widgetBackgroundColor\":\"#000000\",\"notificationToastTextColor\":\"#ffffff\",\"widgetCounterTextColor\":\"#ffffff\",\"notificationToastBackgroundColor\":\"#25d425\",\"popupTilesTextColor\":\"#000000\",\"popupButtonTextColor\":\"#ffffff\",\"widgetTextColor\":\"#ffffff\",\"acquirePointsTextColor\":\"#000000\"}","widgetType":"DEDICATED_PAGE","imageLinksJson":"{\"collectionDiscountRuleImage\":\"\",\"purchaseRuleImage\":\"\",\"buyProductFromCollectionRuleImage\":\"\",\"vipTierImage\":\"\",\"freeShippingRuleImage\":\"\",\"birthdayDiscountRuleImage\":\"\",\"referralBackgroundImage\":\"\",\"youtubeRuleImage\":\"\",\"referralReferenceImage\":\"\",\"birthdayRuleImage\":\"\",\"judgeMeReviewRuleImage\":\"\",\"pinterestRuleImage\":\"\",\"freeProductRuleImage\":\"\",\"productDiscountRuleImage\":\"\",\"faqIconImage\":\"\",\"looxIoReviewRuleImage\":\"\",\"stampedIoReviewRuleImage\":\"\",\"productReviewRuleImage\":\"\",\"discountRuleImage\":\"\",\"faqBackgroundImage\":\"\",\"tiktokRuleImage\":\"\",\"twitterRuleImage\":\"\",\"subscriptionRuleImage\":\"\",\"buyProductRuleImage\":\"\",\"createAccountRuleImage\":\"\",\"dynamicDiscountRuleImage\":\"\",\"visitShopRuleImage\":\"\",\"facebookRuleImage\":\"\",\"heroBackgroundImage\":\"https://cdn.shopify.com/s/files/1/0495/5793/0144/files/Kabino_page_fid_lit.png?v=1718088584\",\"instagramRuleImage\":\"\",\"okendoReviewRuleImage\":\"\",\"availableRewardsImage\":\"https://cdn.shopify.com/s/files/1/0495/5793/0144/files/Ticket_neutre_euros.png?v=1717492115\"}","dynamicPointsLabel":"Kombien \\u00E9changer ","dynamicPointsHelpText":"J'utilise {{points}} points pour une r\\u00E9Kompense de {{discount}} ","customerGreetingsIcon":"!","noRefferralAvailableText":"Aucun parrainage disponible","vipCurrentTierLabel":"Ton statut","customerHistoryLabel":"Historique des Achats ","customerHistoryDescriptionLabel":"Consulte la liste de tes points cumul\\u00E9s et de tes r\\u00E9Kompense(s)","noCustomerHistoryLabel":"Aucun Historique \\u00E0 ce jour","acquirePointsLabel":"Tu cumuleras {{totalPoints}} points avec cet achat.","heroBackgroundImage":"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0495\\/5793\\/0144\\/files\\/Kabino_page_fid_lit.png?v=1718088584","referralReferenceImage":"","referralBackgroundImage":"","purchaseRuleImage":"","subscriptionRuleImage":"","createAccountRuleImage":"","visitShopRuleImage":"","birthdayRuleImage":"","buyProductRuleImage":"","buyProductFromCollectionRuleImage":"","facebookRuleImage":"","pinterestRuleImage":"","instagramRuleImage":"","tiktokRuleImage":"","youtubeRuleImage":"","twitterRuleImage":"","stampedIoReviewRuleImage":"","looxIoReviewRuleImage":"","judgeMeReviewRuleImage":"","productReviewRuleImage":"","okendoReviewRuleImage":"","discountRuleImage":"","freeShippingRuleImage":"","freeProductRuleImage":"","productDiscountRuleImage":"","collectionDiscountRuleImage":"","dynamicDiscountRuleImage":"","birthdayDiscountRuleImage":"","availableRewardsImage":"https:\\/\\/cdn.shopify.com\\/s\\/files\\/1\\/0495\\/5793\\/0144\\/files\\/Ticket_neutre_euros.png?v=1717492115","vipTierImage":"","faqBackgroundImage":"","showAcquirePoints":false,"acquirePointsSelector":".LoyaltyPointsAcquire","showPointsBalance":false,"pointsBalanceSelector":".LoyaltyPointsBalance","yourReferralsHeadingLabel":"tes parrainages","pendingStatusLabel":"En attente","claimedStatusLabel":"R\\u00E9cup\\u00E9r\\u00E9 ","approvedStatusLabel":"Approuv\\u00E9","rejectedStatusLabel":"Refus\\u00E9","recurringStatusLabel":"R\\u00E9current ","socialMediaActionLabel":"R\\u00E9Kup\\u00E9rer","pointsBalanceLabel":"Tu as {{points}} points.","showPoweredBy":true,"vipAchievableTierLabel":"{{milestone_type}} {{milestone}} pour atteindre {{achievable_tier}}","loyaltyOptOutSettingsLabel":"Param\\u00E8tres","loyaltyOptOutActiveLabel":"Katxi Klub {{active_status}}.","forceRedirectDedicatedPage":null,"historyDate":"Date","historyActivityDetails":"D\\u00E9tails de l'activit\\u00E9 ","historyPointsAdjustment":"Points","historyStatus":"Statut","reviewRuleRedirectActionLabel":"Donner mon avis","afterCopiedDiscountRedirectUrl":"","showVipTierBadge":false,"vipTierBadgeSelector":"","loyaltyOptOutLabel":"Katxi Klub mis \\u00E0 jour","vipTierBadgeBackgroundColor":"inherit","vipTierBadgeTextColor":"#000000","currentVipTierBadgeLabel":"You are a {{current_tier}} member","faqIconImage":"","descriptionCount":500,"customHtmlInject":"[]","checkoutAcquiredPointsLabel":"Vous avez gagn\\u00E9 {{acquiredPoints}} points avec cette Kommande","checkoutPendingPointsLabel":"avec {{pendingPoints}} points en cours de validation.","availablePoints":"Points disponibles : {{ points }}","showTransactionHistory":true,"showLoyaltyOptOut":true,"checkThankYouAcquiredPointsHeadingLabel":"Aupa","checkoutSelectRedeemRuleDropdownLabel":"Choisissez votre m\\u00E9thode d'\\u00E9change","loyaltyOptoutActive":"Actif","loyaltyOptoutInactive":"D\\u00E9sactiv\\u00E9","createAccountLink":null,"showReferralSection":true,"showRewardSection":true,"showRedeemSection":true,"showEarnSection":true,"showFAQSection":true,"showVIPSection":false,"popupEarnPointDescriptionText":"Kumule plus de points et \\u00E9change les contre des r\\u00E9Kompenses!","vipTierBenefits":"Avantages","redeemLimitExceedText":"D\\u00E9passement de la limite d'\\u00E9change. Impossible d'\\u00E9changer plus de {{redeem_limit}} fois par {{reward_interval}}","dailyLimitExceedText":"Limite quotidienne atteinte. Tu ne peux pas echanger plus de {{redeem_limit}} points par jour","perTransactionLimitExceedText":"Limite par transaction d\\u00E9pass\\u00E9e. Impossible d\\u2019\\u00E9changer plus de {{shop_redeem_limit}} points","storeOnSaleForRedeemText":"Magasin en solde, pour \\u00E9changer vos points, veuillez essayer plus tard {{shop_on_sale_end_date}}","minimumOrderCountForRedeemText":"Un minimum de {{order_count}} de commande est requis pour echanger des points","minimumPointsForRedeemText":"Un minimum de {{points}} points est requis pour \\u00E9changer","minimumAmountSpentForRedeemText":"Un minimum de {{amount_spent}} euros d\\u00E9pens\\u00E9s est requis pour \\u00E9changer des points","enrollLoyaltyProgramTitle":"Cr\\u00E9\\u00E9-toi un Kompte Klient pour rejoindre le Katxi Klub ","enrollLoyaltyProgramDescription":"Rejoins le Katxi Klub pour gagner des r\\u00E9Kompense \\u00E0 chaque achat !","enrollLoyaltyProgramActionLabel":"Rejoindre maintenant ","freeProductRewardAddToCart":"Ajouter au panier","freeProductRewardAddedSuccessMessage":"Ajout\\u00E9 au panier","enrolledSuccessMessage":"Kr\\u00E9ation r\\u00E9ussie ","acquirePointsLoggedOutText":"Tu pourrais cumuler {{totalPoints}} points et b\\u00E9n\\u00E9ficier de r\\u00E9ductions exclusives en t'inscrivant \\u00E0 notre site.","customFontUrl":"","visitedIcon":"","referButtonLabel":"Parrainer Maintenant","allowWidgetOnSpecificPages":null,"referralLinkSentLabel":"Lien de parrainage envoy\\u00E9 !","referralRedirectUrl":"","showRangeForRedeemPoints":false,"hideAppstleLoaderIcon":true,"hideFreeProductDropdownProductTitle":false,"showToLoggedInCustomerOnly":false,"enableMetaTagForNoIndexing":false,"rewardsExpirationLabel":"{{day}}d","waysToEarnIcon":null,"waysToRedeemIcon":null,"loaderIcon":null,"toastPosition":"bottom-center","widgetDateTimeFormat":"MMM D, YYYY, h:mm A","shareReferralEmailFieldText":null,"subscribeRuleRedirectActionLabel":null,"otherRulesRedirectActionLabel":null,"toastErrorMsg":"Something went wrong","primaryDedicatedPageBackgroundColor":"#1d4ed8","secondaryDedicatedPageBackgroundColor":"#ffffff","primaryDedicatedPageTextColor":"#818cf8","secondaryDedicatedPageTextColor":"#4b5563","minimumRedeemRequiredPointsLabel":"","titleCount":60,"programUpdateMessage":"Process initiated. Please wait for the page to reload","widgetCopiedLabel":"Copied","primaryDedicatedPageSectionBackgroundColor":"#F2F8FF","secondaryDedicatedPageSectionBackgroundColor":"#FFFFFF","birthdayUpdatedToastLabel":"Birthday Updated","refreshOnAddToCart":false,"showTierName":null,"customSignInLink":null,"checkoutRedeemLabel":"Redeem your Points","checkoutRedeemLoginLabel":"Log in","checkoutRedeemLoginDescription":"to check your points balance and explore the exciting rewards available for redemption.","checkoutRedeemLoginURL":"","checkoutTotalAcquirePoints":"Complete this purchase to earn up to {{totalAcquiredPoints}} points","checkoutTotalAcquirePointsDescription":"Use your points to redeem a discount on your next order.","creditRewardDetailsHelpLabel":"Use these credits to get a discount on your order.","reachVipMileStoneType":"TOTAL_AMOUNT","showCustomerHistoryDescriptionToolTip":false,"checkoutTotalStoreCreditAcquirePoints":"Complete this purchase to earn up to {{totalStoreCreditPoints}} store credits.","acquireStoreCreditLabel":"Acquire Store Credits: {{totalStoreCreditPoints}}","hideRulesForLoggedOutCustomer":false,"storeCreditBalanceLabel":"Your Store Credits","hideCheckoutBlockLoggedOutCustomers":false,"checkoutAllowedCustomerTags":null,"checkoutRestrictCustomerTags":null,"hideWidgetLauncherOnMobile":null,"checkoutToggleRedeemButtonLabel":"Redeem Rewards","checkoutToggleAvailableRewardsButtonLabel":"Available Discounts","checkoutAvailableRewardsLabel":"Your Rewards","checkoutEmptyRewardsLabel":"You don't have any rewards available.","checkoutDiscountCodeApplyButtonLabel":"Apply","checkoutViewMoreDiscountCodeButtonLabel":"View More","referringCustomerRewardIcon":null,"referredCustomerRewardIcon":null,"emailValidationLabel":"Please provide a valid email","pointExpirationDateLabel":"Expiration date: {{expiration_date}}","totalAcquiredPointsLabel":"You have earned {{totalAcquiredPoints}} points on this order","totalAcquiredStoreCreditsLabel":"You have earned {{currency}}{{totalStoreCreditPoints}} store credits on this order","manageLoyaltyButtonLabel":"Manage Loyalty","hideToastNotification":null,"dateLocalFormat":"DEFAULT","manageLoyaltyButtonUrl":null,"rewardsDetailsExpireDate":"Expires at: {{expire_date}}","hideEarnRuleSectionOnEmpty":true,"hideRedeemRuleSectionOnEmpty":true,"hideStoreCreditsBalance":false,"hidePointsBalance":false,"popupButtonHoverColor":"#1A1DFF","alreadyHaveAnAccountLabel":"Already have an account?","membershipRewardTitleLabel":"Appstle Membership","storeCreditApplyGuideLabel":"Your Store Credit is ready at checkout\\u2014make sure the 'Apply store credit' checkbox is checked and verify the amount you're using.","hideWidgetOnScroll":null,"loyaltyPageMetaTitle":null,"loyaltyPageMetaDescription":null,"hideExpirationDate":null,"loggedOutFlagAcquirePoints":false}; _ALConfig.storeFrontAccessToken = "d179944cb17ef1a05b22af339e3df586"; _ALConfig.pointsExpirationSetting = null; _ALConfig.customerId = null; _ALConfig.customerName = ''; _ALConfig.customerEmail = null; _ALConfig.customerTags = []; _ALConfig.customerLoyalty = null; _ALConfig.shop = "katxi-klothing.myshopify.com"; _ALConfig.shopMoneyFormat = "{{amount_with_comma_separator}}€"; _ALConfig.shopMoneyFormatWithCurrencyFormat = "{{amount_with_comma_separator}} EUR"; _ALConfig.enableInactiveCustomer = true; _ALConfig.allowCustomerOptIn = false; _ALConfig.enableDiscountToApplyAutomatically = true; _ALConfig.hasDedicatedPageAccess = true; _ALConfig.themeEditorMode = false; var loyaltyGlobalStyles = `<style> body { margin: 0 } .appstle-loyalty-hidden { display: none !important } </style>` document.querySelector('body').insertAdjacentHTML('beforeend', loyaltyGlobalStyles); window.addEventListener('message', appstleLoyaltyIframeListener, false); function applyDiscount(discountCode, shouldReload = false) { const discountURL = location?.origin + '/discount/' + discountCode; fetch(discountURL).then(res => { if (res.ok) { console.log('Discount Code Applied'); const discountDetails = window?._ALConfig?.customerLoyalty?.rewards?.find((item) => item?.discountCode === discountCode) || null; if (discountCode && discountDetails) { const discountData = {discountCode: discountCode || discountDetails?.discountCode, description: discountDetails?.description, customerId: discountDetails?.customerId} document.dispatchEvent(new CustomEvent('AppstleLoyalty:AppliedDiscountCode', { detail: discountData })); window.dispatchEvent(new CustomEvent('AppstleLoyalty:AppliedDiscountCode', { detail: discountData })); } if (shouldReload) { window.location.reload(); } } else { console.log('Discount Code NOT Applied'); } }); } function appstleLoyaltyIframeListener(event) { if (event?.data && typeof event?.data.indexOf === 'function' && event?.data?.indexOf('appstle_loyalty_message_to_redirect_to_account') !== -1) { window.location.href = 'https://' + window.location.host + '/account'; } else if (event?.data && typeof event?.data.indexOf === 'function' && event?.data?.indexOf('appstle_message_to_redirect_to_signup') !== -1) { window.location.href = 'https://' + window.location.host + '/account/register'; } else if (event?.data && event?.data?.type === 'appstle_message_to_redirect_to_after_copied_discount_redirect_url' && typeof event?.data?.value === 'string') { window.location.href = 'https://' + window.location.host + event?.data?.value; } else if (event?.data && typeof event?.data.indexOf === 'function' && event?.data?.indexOf('appstle_message_to_apply_discount_and_reload') !== -1) { const discountCode = (event?.data?.split('|'))[1]; applyDiscount(discountCode, true); } else if (event?.data && typeof event?.data.indexOf === 'function' && event?.data?.indexOf('appstle_message_to_apply_discount') !== -1) { const discountCode = (event?.data?.split('|'))[1]; applyDiscount(discountCode, false); } else if (event?.data && typeof event?.data?.indexOf === 'function' && event?.data?.indexOf('appstle_message_to_redirect_to_custom_url') !== -1) { if (_ALConfig?.widget_setting?.createAccountLink) { const signUpLink = _ALConfig?.widget_setting?.createAccountLink?.replace("{{proxy_path_prefix}}", ""); window.location.href = `${window?.Shopify?.routes?.root || '/'}${signUpLink?.replace(/\\\//g, "/")?.replace(/^\/+/, "")}`; } } } <!-- BEGIN app snippet: loyalty-snackbar --> const snackBarStyles = `<style> #snackbar { visibility: hidden; min-width: 250px; text-align: center; position: fixed; z-index: 9999999; bottom: 90px; font-size: 15px; } .left_snackbar { left: 30px; } #snackbar .icon { display: flex } #snackbar.show { visibility: visible; -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s; animation: fadein 0.5s, fadeout 0.5s 2.5s; } #snackbar .arrow_icon { font-size: 25px; } div.snackElement { background-color: #25d425; color: #ffffff; border-radius: 16px; width: 350px; height: 94px; position: relative; overflow: hidden; padding: 0; margin-bottom: 10px; text-align: left; } svg.appstle-green-bubble { position: absolute; bottom: 0; left: 0; z-index: 0; } svg.closeSnackBar { position: absolute; right: 16px; top: 16px; cursor: pointer; } #snackbar .message { padding-left: 74px; font-size: 20px; padding-top: 10px; padding-right: 46px; font-weight: bold; } #snackbar .description { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; padding: 0 65px; font-weight: 400; line-height: 1; font-size: 14px; } @-webkit-keyframes fadein { from { bottom: 0; opacity: 0; } to { bottom: 30px; opacity: 1; } } @keyframes fadein { from { bottom: 0; opacity: 0; } to { bottom: 30px; opacity: 1; } } @-webkit-keyframes fadeout { from { bottom: 30px; opacity: 1; } to { bottom: 0; opacity: 0; } } @keyframes fadeout { from { bottom: 30px; opacity: 1; } to { bottom: 0; opacity: 0; } } </style>`; document.querySelector('body').insertAdjacentHTML('beforeend', snackBarStyles); const snackBarHtml = `<div id="snackbar"></div>`; document.querySelector('body').insertAdjacentHTML('beforeend', snackBarHtml); window.addEventListener('message', toasterEventListener, false); function toasterEventListener(event) { if (event?.data && typeof event?.data.indexOf === 'function' && event?.data?.indexOf('appstle_message_for_notification') !== -1) { var message = event?.data?.split('|')[1]; showAppstleLoyaltyToaster(message); } } let snackBarIndex = 0; function showAppstleLoyaltyToaster(msg) { var snackBar = document.getElementById('snackbar'); snackBar.classList.add('show'); snackBar.insertAdjacentHTML('beforeend', ` <div class="snackElement" id="elem${snackBarIndex}"> <div class="description">${msg}</div> <svg class="appstle-green-bubble" xmlns="http://www.w3.org/2000/svg" width="50" height="45" viewBox="0 0 84 75" fill="none"> <circle cx="20.6075" cy="9.29547" r="9.29547" fill="#2C7721"/> <circle cx="80.0986" cy="47.7167" r="3.71819" fill="#2C7721"/> <path d="M79.4438 11.0253C82.4971 18.5483 78.8737 27.1221 71.3507 30.1754C70.5208 30.5122 69.6781 30.7678 68.8315 30.9458C64.1204 31.9366 58.8591 33.2841 56.3382 37.3855C53.3951 42.1741 55.0036 48.3927 59.3496 51.9571C68.015 59.0642 75.0268 68.4315 79.3829 79.6187C92.9059 114.348 75.7149 153.464 40.9856 166.987C6.25636 180.51 -32.8599 163.319 -46.3829 128.59C-59.9059 93.8607 -42.7149 54.7445 -7.98562 41.2214C7.18342 35.3148 23.1894 35.2678 37.5341 39.9824C42.7299 41.69 48.6536 40.072 51.5174 35.4125L52.5823 33.68C54.694 30.2441 53.7172 25.8191 52.2006 22.0823C49.1473 14.5592 52.7707 5.98544 60.2937 2.93215C67.8167 -0.121136 76.3906 3.5023 79.4438 11.0253Z" fill="#2C7721"/> </svg> <svg class="closeSnackBar" onclick="closeSnackBar('elem${snackBarIndex}')" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none"> <path d="M2.93934 18.9393C2.35355 19.5251 2.35355 20.4749 2.93934 21.0607C3.52513 21.6464 4.47487 21.6464 5.06066 21.0607L12 14.1213L18.9393 21.0607C19.5251 21.6465 20.4749 21.6465 21.0607 21.0607C21.6464 20.4749 21.6464 19.5251 21.0607 18.9393L14.1213 12L21.0607 5.06066C21.6464 4.47487 21.6464 3.52513 21.0607 2.93934C20.4749 2.35355 19.5251 2.35355 18.9393 2.93934L12 9.87868L5.06066 2.93934C4.47487 2.35356 3.52513 2.35356 2.93934 2.93934C2.35355 3.52513 2.35355 4.47488 2.93934 5.06066L9.87868 12L2.93934 18.9393Z" fill="white"/> </svg> </div>`); const el = snackBarIndex; setTimeout(function() { if (document.getElementById(`elem${el}`)) document.getElementById(`elem${el}`).remove(); }, 5000); snackBarIndex++; } const closeSnackBar = (el) => document.getElementById(el).remove(); document.addEventListener('DOMContentLoaded', () => { }); <!-- END app snippet --> <!-- BEGIN app snippet: loyalty-dedicated-page --> const dedicatedPageURL = new URL(window.location.href); if (dedicatedPageURL?.searchParams?.get('appstle_referral') && _ALConfig?.widget_setting?.widgetType === 'DEDICATED_PAGE' && !window.location.href.includes(_ALConfig?.proxy_path_prefix)) { window.open(`/${_ALConfig?.proxy_path_prefix}${window.location.search}`, '_self'); } const dedicatedPageEventListener = (event) => { if (event?.data && typeof event?.data.indexOf === 'function' && event?.data?.indexOf('refresh_appstle_loyalty_page') !== -1) { initiateAppstleLoyaltyPage() console.log("REFRESH PAGE"); } } window.addEventListener('message', dedicatedPageEventListener, false); function initiateAppstleLoyaltyPage() { if (document.querySelector('#appstleLoyaltyPage')) { const appstleLoyaltyPageElement = document.getElementById('appstleLoyaltyPage'); while (appstleLoyaltyPageElement.firstChild) { appstleLoyaltyPageElement.firstChild.remove(); } var s = document.createElement('script'); s.setAttribute('src', "https://loyalty-admin.appstle.com/app/loyalty-widget.bundle.js?v=1742361757243"); s.setAttribute('defer', 'defer'); document.body.appendChild(s); var head = document.head; var link = document.createElement('link'); link.type = 'text/css'; link.rel = 'stylesheet'; link.href = "https://loyalty-admin.appstle.com/content/loyalty-widget.css?v=1742361757243"; head.appendChild(link); } else { setTimeout(() => { initiateAppstleLoyaltyPage(); }, 2000); } } const dedicatedPageReferralUrl = new URL(window.location.href)?.searchParams.get('appstle_referral'); const checkDedicatedPageForRestrictions = () => { const { widget_setting, customerTags, customerLoyalty, customerId } = _ALConfig || {}; const { allowedCustomersTag, restrictedCustomersTag } = widget_setting || {}; const { customerStatus } = customerLoyalty || {}; if (customerStatus === 'EXCLUDED') { return false; } if (!dedicatedPageReferralUrl && !customerId) { return !(allowedCustomersTag || restrictedCustomersTag); } if (allowedCustomersTag?.length) { const allowedTags = allowedCustomersTag.split(','); if (!allowedTags.some(tag => customerTags?.some((customerTag) => customerTag?.trim()?.toLowerCase() === tag?.trim()?.toLowerCase()))) { return false; } } if (restrictedCustomersTag?.length) { const restrictedTags = restrictedCustomersTag.split(','); if (restrictedTags.some(tag => customerTags?.some((customerTag) => customerTag?.trim()?.toLowerCase() === tag?.trim()?.toLowerCase()))) { return false; } } return true; }; if (_ALConfig?.widget_setting?.showWidget === true && checkDedicatedPageForRestrictions()) { initiateAppstleLoyaltyPage(); } <!-- END app snippet --> <!-- BEGIN app snippet: loyalty-dedicated-page-v2 --> function initiateAppstleLoyaltyPageV2() { const container = document.getElementById('appstleLoyaltyPageV2'); if (container) { container.textContent = ''; const script = document.createElement('script'); script.src = "https://loyalty-admin.appstle.com/app/loyalty-widget.bundle.js?v=1742361757243"; script.defer = true; document.body.appendChild(script); const link = document.createElement('link'); link.rel = 'stylesheet'; link.href = "https://loyalty-admin.appstle.com/content/loyalty-widget.css?v=1742361757243"; document.head.appendChild(link); } else { const retry = () => initiateAppstleLoyaltyPageV2(); window.requestIdleCallback ? requestIdleCallback(retry, { timeout: 2000 }) : setTimeout(retry, 2000); } } document.addEventListener('DOMContentLoaded', () => { if (window._ALConfig?.widget_setting?.showWidget === true) { initiateAppstleLoyaltyPageV2(); } }); <!-- END app snippet --> <!-- BEGIN app snippet: loyalty-visit-shop --> (async function() { const isAvailableVisitShop = _ALConfig?.pointEarnRules?.length > 0 && _ALConfig?.pointEarnRules?.find((rule) => rule?.type === 'VISIT_SHOP' && rule?.status === 'ACTIVE'); if (_ALConfig?.customerId && isAvailableVisitShop) { if (!sessionStorage.getItem('syncVisitStore') && ((_ALConfig?.customerId && isAvailableVisitShop && isAvailableVisitShop?.id) || (_ALConfig?.referralEnabled && _ALConfig?.referralLoyalty?.referralType === 'VISIT_SHOP'))) { try { const response = await fetch(`/${_ALConfig?.proxy_path_prefix || 'apps/loyalty'}/cp/api/customer-visit-store`, { method: 'POST', headers: {'Content-Type': 'application/json'}, }); if (response?.ok) { sessionStorage.setItem('syncVisitStore', 'true'); } } catch (error) { console.error('Error:', error); } } } })(); <!-- END app snippet --> <!-- BEGIN app snippet: loyalty-custom-styles --> const loyaltyCustomStyles = `<style>.appstle-loyalty { font-family: Montserrat, sans-serif !important; } .appstle-loyalty h1, .appstle-loyalty h2, .appstle-loyalty h3, .appstle-loyalty h4, .appstle-loyalty h5, .appstle-loyalty h6 { color: black !important; font-weight: 600; text-transform: uppercase; } .al-rounded-lg { border-radius: 0px !important; } .al-border-indigo-400 { border-color: black !important; } .al-text-indigo-500 { color: black !important; } .loyaltyPage-faq-section, .loyaltyPage-redeem-section, .loyaltyPage-rewards-section { background-color: #f5f5f5 !important; } .loyaltyPage-hero-section { --tw-gradient-to: #f5f5f5 var(--tw-gradient-to-position) !important; } .loyaltyPage-hero-avail-points-button-text { background-color: black !important; font-size: 1.2rem; font-weight: 500; padding: 15px !important; } .loyaltyPage-hero-avail-points-button-value { background-color: #333 !important; font-size: 1.2rem; font-weight: 600; padding: 15px !important; } .loyaltyPage-hero-section .al-mb-6.al-w-full.al-flex.al-gap-x-4.al-justify-center { display: none !important; } .loyaltyPage-hero-image-container { margin-top: 4rem; } .appstle-loyalty [type=button] { text-transform: uppercase !important; font-family: var(--heading-font-family); font-weight: var(--heading-font-weight); font-style: var(--heading-font-style); border: 1px solid #000; letter-spacing: .2em; } .loyaltyPage-hero-signin-button { background-color: #000 !important; } .loyaltyPage-hero-signin-button:hover { background-color: #FFF !important; color: #000 !important; } .loyaltyPage-faq-content-item:hover{ --tw-bg-opacity: 1 !important; background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important; } .al-py-4 { padding: 16px !important; } .loyaltyPage-redeem-list-container:hover { --tw-bg-opacity: 1 !important; background-color: rgb(245 245 245 / var(--tw-bg-opacity)) !important; } .loyaltyPage-earn-rule-card-container { --tw-bg-opacity: 1 !important; background-color: rgb(245 245 245 / var(--tw-bg-opacity)) !important; } .loyaltyPage-earn-rule-card-container:hover { --tw-bg-opacity: 1 !important; background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important; }</style>`; document.querySelector('body').insertAdjacentHTML('beforeend', loyaltyCustomStyles); <!-- END app snippet --> </script> <script src="https://cdn.shopify.com/extensions/97f5c538-9ea9-4ad9-95e3-018271506acc/appstle-loyalty-970/assets/appstle-loyalty.js" defer></script> <style> .acquire-points-badge { display: flex; flex-direction: column; max-width: max-content; font-size: 14px; font-weight: 500; letter-spacing: 0.05em; border-radius: 3px; padding: 10px; } .loyalty-acquire-points-badge sup { font-size: 10px; margin-left: 3px; } .loyalty-point-balance { font-size: 16px; font-weight: 500; letter-spacing: 0.05em; max-width: max-content; } .loyalty-current-vip-tier-badge { font-size: 16px; font-weight: 500; letter-spacing: 0.05em; max-width: max-content; } .loyalty-acquire-points-logged-out-label, .loyalty-acquire-earn-points-label, .loyalty-acquire-store-credit-label { color: inherit; background-color: inherit; } .appstle_loyalty_cart_widget_wrapper { position: relative; max-width: 400px; margin-left: auto; } @media screen and (max-width: 749px) { .appstle_loyalty_cart_widget_wrapper { position: relative; max-width: 100%; } } #appstle_loyalty_cart_widget_iframe { position: fixed; top: 0; left: 0; width: 100%; height: 100%; border: none; z-index: 9999; visibility: hidden; } #appstle_loyalty_cart_widget_iframe.open { transform: scale(1); visibility: visible; } .appstle_loyalty_cart_widget_wrapper { margin-bottom: 12px; } .loyalty-cart-widget-button { display: flex; align-items: center; justify-content: space-between; flex-wrap: nowrap; background-color: white; gap: 1rem; border-radius: 8px; padding: 10px; width: 100%; border: 1px solid #e5e7eb; } .loyalty-cart-widget-points-store-credits-info { display: flex; align-items: center; gap: 12px; } .loyalty-cart-widget-icon { display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; background-color: #000000; border-radius: 6px; } .loyalty-cart-widget-icon-image { width: 20px; height: 20px; } .loyalty-cart-widget-icon-svg { fill: white; } .loyalty-cart-widget-available-balance-label { font-size: 16px; font-weight: 500; color: #1f2937; } .loyalty-cart-widget-rewards-btn { background-color: #000000; color: #ffffff; border: none; min-width: 82px; border-radius: 4px; padding: 6px 12px; font-size: 14px; font-weight: 600; cursor: pointer; transition: background-color 0.15s; } .loyalty-cart-widget-rewards-btn-disabled { opacity: 0.5; pointer-events: none; cursor: not-allowed; } </style> </div></body> </html>