CINXE.COM

Ensembles plissés - Disco Diva

<!doctype html><html class="no-js" lang="fr" dir="ltr"> <head> <script type="application/vnd.locksmith+json" data-locksmith>{"version":"v189","locked":false,"initialized":true,"scope":"collection","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":"82ce539d2b6103976c34221aa13e2615452e9165c65e560e826af364e52238c8","state":{"template":"collection.ensembles-plisses","theme":178417893714,"product":null,"collection":"ensembles-plisses-disco-diva","page":null,"blog":null,"article":null,"app":null},"now":1739812501,"path":"\/collections\/ensembles-plisses-disco-diva","locale_root_url":"\/","canonical_url":"https:\/\/wearejolies.com\/collections\/ensembles-plisses-disco-diva","customer_id":null,"customer_id_signature":"82ce539d2b6103976c34221aa13e2615452e9165c65e560e826af364e52238c8","cart":null}</script><script data-locksmith>!function(){var require=undefined,reqwest=function(){function succeed(e){var t=protocolRe.exec(e.url);return t=t&&t[1]||context.location.protocol,httpsRe.test(t)?twoHundo.test(e.request.status):!!e.request.response}function handleReadyState(e,t,n){return function(){return e._aborted?n(e.request):e._timedOut?n(e.request,"Request is aborted: timeout"):void(e.request&&4==e.request[readyState]&&(e.request.onreadystatechange=noop,succeed(e)?t(e.request):n(e.request)))}}function setHeaders(e,t){var n,s=t.headers||{};s.Accept=s.Accept||defaultHeaders.accept[t.type]||defaultHeaders.accept["*"];var r="undefined"!=typeof FormData&&t.data instanceof FormData;for(n in!t.crossOrigin&&!s[requestedWith]&&(s[requestedWith]=defaultHeaders.requestedWith),!s[contentType]&&!r&&(s[contentType]=t.contentType||defaultHeaders.contentType),s)s.hasOwnProperty(n)&&"setRequestHeader"in e&&e.setRequestHeader(n,s[n])}function setCredentials(e,t){"undefined"!=typeof t.withCredentials&&"undefined"!=typeof e.withCredentials&&(e.withCredentials=!!t.withCredentials)}function generalCallback(e){lastValue=e}function urlappend(e,t){return e+(/[?]/.test(e)?"&":"?")+t}function handleJsonp(e,t,n,s){var r=uniqid++,a=e.jsonpCallback||"callback",o=e.jsonpCallbackName||reqwest.getcallbackPrefix(r),i=new RegExp("((^|[?]|&)"+a+")=([^&]+)"),l=s.match(i),c=doc.createElement("script"),u=0,d=-1!==navigator.userAgent.indexOf("MSIE 10.0");return l?"?"===l[3]?s=s.replace(i,"$1="+o):o=l[3]:s=urlappend(s,a+"="+o),context[o]=generalCallback,c.type="text/javascript",c.src=s,c.async=!0,"undefined"!=typeof c.onreadystatechange&&!d&&(c.htmlFor=c.id="_reqwest_"+r),c.onload=c.onreadystatechange=function(){if(c[readyState]&&"complete"!==c[readyState]&&"loaded"!==c[readyState]||u)return!1;c.onload=c.onreadystatechange=null,c.onclick&&c.onclick(),t(lastValue),lastValue=undefined,head.removeChild(c),u=1},head.appendChild(c),{abort:function(){c.onload=c.onreadystatechange=null,n({},"Request is aborted: timeout",{}),lastValue=undefined,head.removeChild(c),u=1}}}function getRequest(e,t){var n,s=this.o,r=(s.method||"GET").toUpperCase(),a="string"==typeof s?s:s.url,o=!1!==s.processData&&s.data&&"string"!=typeof s.data?reqwest.toQueryString(s.data):s.data||null,i=!1;return("jsonp"==s.type||"GET"==r)&&o&&(a=urlappend(a,o),o=null),"jsonp"==s.type?handleJsonp(s,e,t,a):((n=s.xhr&&s.xhr(s)||xhr(s)).open(r,a,!1!==s.async),setHeaders(n,s),setCredentials(n,s),context[xDomainRequest]&&n instanceof context[xDomainRequest]?(n.onload=e,n.onerror=t,n.onprogress=function(){},i=!0):n.onreadystatechange=handleReadyState(this,e,t),s.before&&s.before(n),i?setTimeout(function(){n.send(o)},200):n.send(o),n)}function Reqwest(e,t){this.o=e,this.fn=t,init.apply(this,arguments)}function setType(e){return null===e?undefined:e.match("json")?"json":e.match("javascript")?"js":e.match("text")?"html":e.match("xml")?"xml":void 0}function init(o,fn){function complete(e){for(o.timeout&&clearTimeout(self.timeout),self.timeout=null;0<self._completeHandlers.length;)self._completeHandlers.shift()(e)}function success(resp){var type=o.type||resp&&setType(resp.getResponseHeader("Content-Type"));resp="jsonp"!==type?self.request:resp;var filteredResponse=globalSetupOptions.dataFilter(resp.responseText,type),r=filteredResponse;try{resp.responseText=r}catch(e){}if(r)switch(type){case"json":try{resp=context.JSON?context.JSON.parse(r):eval("("+r+")")}catch(err){return error(resp,"Could not parse JSON in response",err)}break;case"js":resp=eval(r);break;case"html":resp=r;break;case"xml":resp=resp.responseXML&&resp.responseXML.parseError&&resp.responseXML.parseError.errorCode&&resp.responseXML.parseError.reason?null:resp.responseXML}for(self._responseArgs.resp=resp,self._fulfilled=!0,fn(resp),self._successHandler(resp);0<self._fulfillmentHandlers.length;)resp=self._fulfillmentHandlers.shift()(resp);complete(resp)}function timedOut(){self._timedOut=!0,self.request.abort()}function error(e,t,n){for(e=self.request,self._responseArgs.resp=e,self._responseArgs.msg=t,self._responseArgs.t=n,self._erred=!0;0<self._errorHandlers.length;)self._errorHandlers.shift()(e,t,n);complete(e)}this.url="string"==typeof o?o:o.url,this.timeout=null,this._fulfilled=!1,this._successHandler=function(){},this._fulfillmentHandlers=[],this._errorHandlers=[],this._completeHandlers=[],this._erred=!1,this._responseArgs={};var self=this;fn=fn||function(){},o.timeout&&(this.timeout=setTimeout(function(){timedOut()},o.timeout)),o.success&&(this._successHandler=function(){o.success.apply(o,arguments)}),o.error&&this._errorHandlers.push(function(){o.error.apply(o,arguments)}),o.complete&&this._completeHandlers.push(function(){o.complete.apply(o,arguments)}),this.request=getRequest.call(this,success,error)}function reqwest(e,t){return new Reqwest(e,t)}function normalize(e){return e?e.replace(/\r?\n/g,"\r\n"):""}function serial(e,t){var n,s,r,a,o=e.name,i=e.tagName.toLowerCase(),l=function(e){e&&!e.disabled&&t(o,normalize(e.attributes.value&&e.attributes.value.specified?e.value:e.text))};if(!e.disabled&&o)switch(i){case"input":/reset|button|image|file/i.test(e.type)||(n=/checkbox/i.test(e.type),s=/radio/i.test(e.type),r=e.value,(!n&&!s||e.checked)&&t(o,normalize(n&&""===r?"on":r)));break;case"textarea":t(o,normalize(e.value));break;case"select":if("select-one"===e.type.toLowerCase())l(0<=e.selectedIndex?e.options[e.selectedIndex]:null);else for(a=0;e.length&&a<e.length;a++)e.options[a].selected&&l(e.options[a])}}function eachFormElement(){var e,t,a=this,n=function(e,t){var n,s,r;for(n=0;n<t.length;n++)for(r=e[byTag](t[n]),s=0;s<r.length;s++)serial(r[s],a)};for(t=0;t<arguments.length;t++)e=arguments[t],/input|select|textarea/i.test(e.tagName)&&serial(e,a),n(e,["input","select","textarea"])}function serializeQueryString(){return reqwest.toQueryString(reqwest.serializeArray.apply(null,arguments))}function serializeHash(){var n={};return eachFormElement.apply(function(e,t){e in n?(n[e]&&!isArray(n[e])&&(n[e]=[n[e]]),n[e].push(t)):n[e]=t},arguments),n}function buildParams(e,t,n,s){var r,a,o,i=/\[\]$/;if(isArray(t))for(a=0;t&&a<t.length;a++)o=t[a],n||i.test(e)?s(e,o):buildParams(e+"["+("object"==typeof o?a:"")+"]",o,n,s);else if(t&&"[object Object]"===t.toString())for(r in t)buildParams(e+"["+r+"]",t[r],n,s);else s(e,t)}var context=this,XHR2;if("window"in context)var doc=document,byTag="getElementsByTagName",head=doc[byTag]("head")[0];else try{XHR2=require("xhr2")}catch(ex){throw new Error("Peer dependency `xhr2` required! Please npm install xhr2")}var httpsRe=/^http/,protocolRe=/(^\w+):\/\//,twoHundo=/^(20\d|1223)$/,readyState="readyState",contentType="Content-Type",requestedWith="X-Requested-With",uniqid=0,callbackPrefix="reqwest_"+ +new Date,lastValue,xmlHttpRequest="XMLHttpRequest",xDomainRequest="XDomainRequest",noop=function(){},isArray="function"==typeof Array.isArray?Array.isArray:function(e){return e instanceof Array},defaultHeaders={contentType:"application/x-www-form-urlencoded",requestedWith:xmlHttpRequest,accept:{"*":"text/javascript, text/html, application/xml, text/xml, */*",xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript",js:"application/javascript, text/javascript"}},xhr=function(e){if(!0!==e.crossOrigin)return context[xmlHttpRequest]?new XMLHttpRequest:XHR2?new XHR2:new ActiveXObject("Microsoft.XMLHTTP");var t=context[xmlHttpRequest]?new XMLHttpRequest:null;if(t&&"withCredentials"in t)return t;if(context[xDomainRequest])return new XDomainRequest;throw new Error("Browser does not support cross-origin requests")},globalSetupOptions={dataFilter:function(e){return e}};return Reqwest.prototype={abort:function(){this._aborted=!0,this.request.abort()},retry:function(){init.call(this,this.o,this.fn)},then:function(e,t){return e=e||function(){},t=t||function(){},this._fulfilled?this._responseArgs.resp=e(this._responseArgs.resp):this._erred?t(this._responseArgs.resp,this._responseArgs.msg,this._responseArgs.t):(this._fulfillmentHandlers.push(e),this._errorHandlers.push(t)),this},always:function(e){return this._fulfilled||this._erred?e(this._responseArgs.resp):this._completeHandlers.push(e),this},fail:function(e){return this._erred?e(this._responseArgs.resp,this._responseArgs.msg,this._responseArgs.t):this._errorHandlers.push(e),this},"catch":function(e){return this.fail(e)}},reqwest.serializeArray=function(){var n=[];return eachFormElement.apply(function(e,t){n.push({name:e,value:t})},arguments),n},reqwest.serialize=function(){if(0===arguments.length)return"";var e,t=Array.prototype.slice.call(arguments,0);return(e=t.pop())&&e.nodeType&&t.push(e)&&(e=null),e&&(e=e.type),("map"==e?serializeHash:"array"==e?reqwest.serializeArray:serializeQueryString).apply(null,t)},reqwest.toQueryString=function(e,t){var n,s,r=t||!1,a=[],o=encodeURIComponent,i=function(e,t){t="function"==typeof t?t():null==t?"":t,a[a.length]=o(e)+"="+o(t)};if(isArray(e))for(s=0;e&&s<e.length;s++)i(e[s].name,e[s].value);else for(n in e)e.hasOwnProperty(n)&&buildParams(n,e[n],r,i);return a.join("&").replace(/%20/g,"+")},reqwest.getcallbackPrefix=function(){return callbackPrefix},reqwest.compat=function(e,t){return e&&(e.type&&(e.method=e.type)&&delete e.type,e.dataType&&(e.type=e.dataType),e.jsonpCallback&&(e.jsonpCallbackName=e.jsonpCallback)&&delete e.jsonpCallback,e.jsonp&&(e.jsonpCallback=e.jsonp)),new Reqwest(e,t)},reqwest.ajaxSetup=function(e){for(var t in e=e||{})globalSetupOptions[t]=e[t]},reqwest}(); /*! * Reqwest! A general purpose XHR connection manager * license MIT (c) Dustin Diaz 2015 * https://github.com/ded/reqwest */!function(){var o=window.Locksmith={},e=document.querySelector('script[type="application/vnd.locksmith+json"]'),n=e&&e.innerHTML;if(o.state={},o.util={},o.loading=!1,n)try{o.state=JSON.parse(n)}catch(u){}if(document.addEventListener&&document.querySelector){var s,r,a,t=[76,79,67,75,83,77,73,84,72,49,49],i=function(){r=t.slice(0)},l="style",c=function(e){e&&27!==e.keyCode&&"click"!==e.type||(document.removeEventListener("keydown",c),document.removeEventListener("click",c),s&&document.body.removeChild(s),s=null)};i(),document.addEventListener("keyup",function(e){if(e.keyCode===r[0]){if(clearTimeout(a),r.shift(),0<r.length)return void(a=setTimeout(i,1e3));i(),c(),(s=document.createElement("div"))[l].width="50%",s[l].maxWidth="1000px",s[l].height="85%",s[l].border="1px rgba(0, 0, 0, 0.2) solid",s[l].background="rgba(255, 255, 255, 0.99)",s[l].borderRadius="4px",s[l].position="fixed",s[l].top="50%",s[l].left="50%",s[l].transform="translateY(-50%) translateX(-50%)",s[l].boxShadow="0 2px 5px rgba(0, 0, 0, 0.3), 0 0 100vh 100vw rgba(0, 0, 0, 0.5)",s[l].zIndex="2147483645";var t=document.createElement("textarea");t.value=JSON.stringify(JSON.parse(n),null,2),t[l].border="none",t[l].display="block",t[l].boxSizing="border-box",t[l].width="100%",t[l].height="100%",t[l].background="transparent",t[l].padding="22px",t[l].fontFamily="monospace",t[l].fontSize="14px",t[l].color="#333",t[l].resize="none",t[l].outline="none",t.readOnly=!0,s.appendChild(t),document.body.appendChild(s),t.addEventListener("click",function(e){e.stopImmediatePropagation()}),t.select(),document.addEventListener("keydown",c),document.addEventListener("click",c)}})}o.isEmbedded=-1!==window.location.search.indexOf("_ab=0&_fd=0&_sc=1"),o.path=o.state.path||window.location.pathname,o.basePath=o.state.locale_root_url.concat("/apps/locksmith").replace(/^\/\//,"/"),o.reloading=!1,o.util.console=window.console||{log:function(){},error:function(){}},o.util.makeUrl=function(e,t){var n,s=o.basePath+e,r=[],a=o.cache();for(n in a)r.push(n+"="+encodeURIComponent(a[n]));for(n in t)r.push(n+"="+encodeURIComponent(t[n]));return o.state.customer_id&&(r.push("customer_id="+encodeURIComponent(o.state.customer_id)),r.push("customer_id_signature="+encodeURIComponent(o.state.customer_id_signature))),s+=(-1===s.indexOf("?")?"?":"&")+r.join("&")},o._initializeCallbacks=[],o.on=function(e,t){if("initialize"!==e)throw'Locksmith.on() currently only supports the "initialize" event';o._initializeCallbacks.push(t)},o.initializeSession=function(e){if(!o.isEmbedded){var t=!1,n=!0,s=!0;(e=e||{}).silent&&(s=n=!(t=!0)),o.ping({silent:t,spinner:n,reload:s,callback:function(){o._initializeCallbacks.forEach(function(e){e()})}})}},o.cache=function(e){var t={};try{var n=function r(e){return(document.cookie.match("(^|; )"+e+"=([^;]*)")||0)[2]};t=JSON.parse(decodeURIComponent(n("locksmith-params")||"{}"))}catch(u){}if(e){for(var s in e)t[s]=e[s];document.cookie="locksmith-params=; expires=Thu, 01 Jan 1970 00:00:00 GMT; path=/",document.cookie="locksmith-params="+encodeURIComponent(JSON.stringify(t))+"; path=/"}return t},o.cache.cart=o.state.cart,o.cache.cartLastSaved=null,o.params=o.cache(),o.util.reload=function(){o.reloading=!0;try{window.location.href=window.location.href.replace(/#.*/,"")}catch(u){o.util.console.error("Preferred reload method failed",u),window.location.reload()}},o.cache.saveCart=function(e){if(!o.cache.cart||o.cache.cart===o.cache.cartLastSaved)return e?e():null;var t=o.cache.cartLastSaved;o.cache.cartLastSaved=o.cache.cart,reqwest({url:"/cart/update.json",method:"post",type:"json",data:{attributes:{locksmith:o.cache.cart}},complete:e,error:function(e){if(o.cache.cartLastSaved=t,!o.reloading)throw e}})},o.util.spinnerHTML='<style>body{background:#FFF}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}#loading{display:flex;width:100%;height:50vh;color:#777;align-items:center;justify-content:center}#loading .spinner{display:block;animation:spin 600ms linear infinite;position:relative;width:50px;height:50px}#loading .spinner-ring{stroke:currentColor;stroke-dasharray:100%;stroke-width:2px;stroke-linecap:round;fill:none}</style><div id="loading"><div class="spinner"><svg width="100%" height="100%"><svg preserveAspectRatio="xMinYMin"><circle class="spinner-ring" cx="50%" cy="50%" r="45%"></circle></svg></svg></div></div>',o.util.clobberBody=function(e){document.body.innerHTML=e},o.util.clobberDocument=function(e){e.responseText&&(e=e.responseText),document.documentElement&&document.removeChild(document.documentElement);var t=document.open("text/html","replace");t.writeln(e),t.close(),setTimeout(function(){var e=t.querySelector("[autofocus]");e&&e.focus()},100)},o.util.serializeForm=function(e){if(e&&"FORM"===e.nodeName){var t,n,s={};for(t=e.elements.length-1;0<=t;t-=1)if(""!==e.elements[t].name)switch(e.elements[t].nodeName){case"INPUT":switch(e.elements[t].type){default:case"text":case"hidden":case"password":case"button":case"reset":case"submit":s[e.elements[t].name]=e.elements[t].value;break;case"checkbox":case"radio":e.elements[t].checked&&(s[e.elements[t].name]=e.elements[t].value);break;case"file":}break;case"TEXTAREA":s[e.elements[t].name]=e.elements[t].value;break;case"SELECT":switch(e.elements[t].type){case"select-one":s[e.elements[t].name]=e.elements[t].value;break;case"select-multiple":for(n=e.elements[t].options.length-1;0<=n;n-=1)e.elements[t].options[n].selected&&(s[e.elements[t].name]=e.elements[t].options[n].value)}break;case"BUTTON":switch(e.elements[t].type){case"reset":case"submit":case"button":s[e.elements[t].name]=e.elements[t].value}}return s}},o.util.on=function(e,a,o,t){t=t||document;var i="locksmith-"+e+a,n=function(e){var t=e.target,n=e.target.parentElement,s=t.className.baseVal||t.className||"",r=n.className.baseVal||n.className||"";("string"==typeof s&&-1!==s.split(/\s+/).indexOf(a)||"string"==typeof r&&-1!==r.split(/\s+/).indexOf(a))&&!e[i]&&(e[i]=!0,o(e))};t.attachEvent?t.attachEvent(e,n):t.addEventListener(e,n,!1)},o.util.enableActions=function(e){o.util.on("click","locksmith-action",function(e){e.preventDefault();var t=e.target;t.dataset.confirmWith&&!confirm(t.dataset.confirmWith)||(t.disabled=!0,t.innerText=t.dataset.disableWith,o.post("/action",t.dataset.locksmithParams,{spinner:!1,type:"text",success:function(e){(e=JSON.parse(e.responseText)).message&&alert(e.message),o.util.reload()}}))},e)},o.util.inject=function(e,t){var n=["data","locksmith","append"];if(-1!==t.indexOf(n.join("-"))){var s=document.createElement("div");s.innerHTML=t,e.appendChild(s)}else e.innerHTML=t;var r,a,o=e.querySelectorAll("script");for(a=0;a<o.length;++a){r=o[a];var i=document.createElement("script");if(r.type&&(i.type=r.type),r.src)i.src=r.src;else{var l=document.createTextNode(r.innerHTML);i.appendChild(l)}e.appendChild(i)}var c=e.querySelector("[autofocus]");c&&c.focus()},o.post=function(e,t,n){!1!==(n=n||{}).spinner&&o.util.clobberBody(o.util.spinnerHTML);var s={};n.container===document?(s.layout=1,n.success=function(e){document.getElementById(n.container);o.util.clobberDocument(e)}):n.container&&(s.layout=0,n.success=function(e){var t=document.getElementById(n.container);o.util.inject(t,e),t.id===t.firstChild.id&&t.parentElement.replaceChild(t.firstChild,t)}),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),o.loading=!0;var r=o.util.makeUrl(e,s);reqwest({url:r,method:"post",type:n.type||"html",data:t,complete:function(){o.loading=!1},error:function(e){if(!o.reloading)if("dashboard.weglot.com"!==window.location.host){if(!n.silent)throw alert("Something went wrong! Please refresh and try again."),e;console.error(e)}else console.error(e)},success:n.success||o.util.clobberDocument})},o.postResource=function(e,t){e.path=o.path,e.search=window.location.search,e.state=o.state,e.passcode&&(e.passcode=e.passcode.trim()),e.email&&(e.email=e.email.trim()),e.state.cart=o.cache.cart,e.locksmith_json=o.jsonTag,e.locksmith_json_signature=o.jsonTagSignature,o.post("/resource",e,t)},o.ping=function(e){if(!o.isEmbedded){e=e||{};var t=function(){e.reload?o.util.reload():"function"==typeof e.callback&&e.callback()};o.post("/ping",{path:o.path,search:window.location.search,state:o.state},{spinner:!!e.spinner,silent:"undefined"==typeof e.silent||e.silent,type:"text",success:function(e){(e=JSON.parse(e.responseText)).messages&&0<e.messages.length&&o.showMessages(e.messages),e.cart&&o.cache.cart!==e.cart?(o.cache.cart=e.cart,o.cache.saveCart(function(){t(),e.cart&&e.cart.match(/^.+:/)&&o.util.reload()})):t()}})}},o.timeoutMonitor=function(){var e=o.cache.cart;o.ping({callback:function(){e!==o.cache.cart||setTimeout(function(){o.timeoutMonitor()},6e4)}})},o.showMessages=function(e){var t=document.createElement("div");t.style.position="fixed",t.style.left=0,t.style.right=0,t.style.bottom="-50px",t.style.opacity=0,t.style.background="#191919",t.style.color="#ddd",t.style.transition="bottom 0.2s, opacity 0.2s",t.style.zIndex=999999,t.innerHTML=" <style> .locksmith-ab .locksmith-b { display: none; } .locksmith-ab.toggled .locksmith-b { display: flex; } .locksmith-ab.toggled .locksmith-a { display: none; } .locksmith-flex { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; padding: 10px 20px; } .locksmith-message + .locksmith-message { border-top: 1px #555 solid; } .locksmith-message a { color: inherit; font-weight: bold; } .locksmith-message a:hover { color: inherit; opacity: 0.8; } a.locksmith-ab-toggle { font-weight: inherit; text-decoration: underline; } .locksmith-text { flex-grow: 1; } .locksmith-cta { flex-grow: 0; text-align: right; } .locksmith-cta button { transform: scale(0.8); transform-origin: left; } .locksmith-cta > * { display: block; } .locksmith-cta > * + * { margin-top: 10px; } .locksmith-message a.locksmith-close { flex-grow: 0; text-decoration: none; margin-left: 15px; font-size: 30px; font-family: monospace; display: block; padding: 2px 10px; } @media screen and (max-width: 600px) { .locksmith-wide-only { display: none !important; } .locksmith-flex { padding: 0 15px; } .locksmith-flex > * { margin-top: 5px; margin-bottom: 5px; } .locksmith-cta { text-align: left; } } @media screen and (min-width: 601px) { .locksmith-narrow-only { display: none !important; } } </style> "+e.map(function(e){return'<div class="locksmith-message">'+e+"</div>"}).join(""),document.body.appendChild(t),document.body.style.position="relative",document.body.parentElement.style.paddingBottom=t.offsetHeight+"px",setTimeout(function(){t.style.bottom=0,t.style.opacity=1},50),o.util.on("click","locksmith-ab-toggle",function(e){e.preventDefault();for(var t=e.target.parentElement;-1===t.className.split(" ").indexOf("locksmith-ab");)t=t.parentElement;-1!==t.className.split(" ").indexOf("toggled")?t.className=t.className.replace("toggled",""):t.className=t.className+" toggled"}),o.util.enableActions(t)}}()}();</script> <script data-locksmith>Locksmith.cache.cart=null</script> <script data-locksmith>Locksmith.jsonTag="\u003cscript type=\"application\/vnd.locksmith+json\" data-locksmith\u003e{\"version\":\"v189\",\"locked\":false,\"initialized\":true,\"scope\":\"collection\",\"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\":\"82ce539d2b6103976c34221aa13e2615452e9165c65e560e826af364e52238c8\",\"state\":{\"template\":\"collection.ensembles-plisses\",\"theme\":178417893714,\"product\":null,\"collection\":\"ensembles-plisses-disco-diva\",\"page\":null,\"blog\":null,\"article\":null,\"app\":null},\"now\":1739812501,\"path\":\"\\\/collections\\\/ensembles-plisses-disco-diva\",\"locale_root_url\":\"\\\/\",\"canonical_url\":\"https:\\\/\\\/wearejolies.com\\\/collections\\\/ensembles-plisses-disco-diva\",\"customer_id\":null,\"customer_id_signature\":\"82ce539d2b6103976c34221aa13e2615452e9165c65e560e826af364e52238c8\",\"cart\":null}\u003c\/script\u003e";Locksmith.jsonTagSignature="d66bfdca29d51d27d72949f756874c1b5d9b62ad24a87347ddf545088baddf27"</script> <script> // Google Consent Mode V2 integration script from Consentmo GDPR window.isenseRules = {}; window.isenseRules.gcm = { gcmVersion: 2, integrationVersion: 2, initialState: 7, customChanges: false, consentUpdated: false, adsDataRedaction: true, urlPassthrough: false, storage: { ad_personalization: "granted", ad_storage: "granted", ad_user_data: "granted", analytics_storage: "granted", functionality_storage: "granted", personalization_storage: "granted", security_storage: "granted", wait_for_update: 500 } }; window.isenseRules.initializeGcm = function (rules) { let initialState = rules.initialState; let analyticsBlocked = initialState === 0 || initialState === 3 || initialState === 6 || initialState === 7; let marketingBlocked = initialState === 0 || initialState === 2 || initialState === 5 || initialState === 7; let functionalityBlocked = initialState === 4 || initialState === 5 || initialState === 6 || initialState === 7; let gdprCache = localStorage.getItem('gdprCache') ? JSON.parse(localStorage.getItem('gdprCache')) : null; if (gdprCache && typeof gdprCache.updatedPreferences !== "undefined") { let updatedPreferences = gdprCache && typeof gdprCache.updatedPreferences !== "undefined" ? gdprCache.updatedPreferences : null; analyticsBlocked = parseInt(updatedPreferences.indexOf('analytics')) > -1; marketingBlocked = parseInt(updatedPreferences.indexOf('marketing')) > -1; functionalityBlocked = parseInt(updatedPreferences.indexOf('functionality')) > -1; rules.consentUpdated = true; } isenseRules.gcm = { ...rules, storage: { ad_personalization: marketingBlocked ? "denied" : "granted", ad_storage: marketingBlocked ? "denied" : "granted", ad_user_data: marketingBlocked ? "denied" : "granted", analytics_storage: analyticsBlocked ? "denied" : "granted", functionality_storage: functionalityBlocked ? "denied" : "granted", personalization_storage: functionalityBlocked ? "denied" : "granted", security_storage: "granted", wait_for_update: 500 }, }; } // Google Consent Mode - initialization start window.isenseRules.initializeGcm({ ...window.isenseRules.gcm, adsDataRedaction: true, urlPassthrough: false, initialState: 7 }); /* * initialState acceptable values: * 0 - Set both ad_storage and analytics_storage to denied * 1 - Set all categories to granted * 2 - Set only ad_storage to denied * 3 - Set only analytics_storage to denied * 4 - Set only functionality_storage to denied * 5 - Set both ad_storage and functionality_storage to denied * 6 - Set both analytics_storage and functionality_storage to denied * 7 - Set all categories to denied */ window.dataLayer = window.dataLayer || []; function gtag() { window.dataLayer.push(arguments); } gtag("consent", "default", isenseRules.gcm.storage); isenseRules.gcm.adsDataRedaction && gtag("set", "ads_data_redaction", isenseRules.gcm.adsDataRedaction); isenseRules.gcm.urlPassthrough && gtag("set", "url_passthrough", isenseRules.gcm.urlPassthrough); </script> <!-- Hotjar Tracking Code for https://wearejolies.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:3039754,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> <!--Google Merchant Center verification--> <meta name="google-site-verification" content="rpObgCS8gO8to_6GQ5nsZa-Dh3MuAhf90hAONfrOres" /> <meta name="google-site-verification" content="Y2cesajnyvsfBBjDvOyL-mk163invr0v_DQlnxB_ixI" /> <script> var gsf_conversion_data = {page_type : 'category', event : 'view_item_list', data : {product_data : [{variant_id : 48589921976658, product_id : 9327994569042, name : "Ensemble Plissé Coton BIO - Menthe", price : "79.00", currency : "EUR", sku : "24ENSPMTXL", brand : "We Are Jolies", variant : "XL", category : "Pyjamas longs", quantity : "1" }], total_price :"79.00", shop_currency : "EUR", collection_id : "629991145810", collection_name : "Ensembles plissés - Disco Diva" }}; </script> <meta charset="utf-8"> <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="#ffffff"> <title>Ensembles plissés - Disco Diva</title><link rel="canonical" href="https://wearejolies.com/collections/ensembles-plisses-disco-diva"> <link rel="shortcut icon" href="//wearejolies.com/cdn/shop/files/favicon_waj_2024_96x96.png?v=1713868034" type="image/png"><link rel="preconnect" href="https://cdn.shopify.com"> <link rel="dns-prefetch" href="https://productreviews.shopifycdn.com"> <link rel="dns-prefetch" href="https://www.google-analytics.com"><link rel="preconnect" href="https://fonts.shopifycdn.com" crossorigin><link rel="preload" as="style" href="//wearejolies.com/cdn/shop/t/179/assets/theme.css?v=100049662563990289441739449332"> <link rel="preload" as="script" href="//wearejolies.com/cdn/shop/t/179/assets/vendor.js?v=31715688253868339281738665806"> <link rel="preload" as="script" href="//wearejolies.com/cdn/shop/t/179/assets/theme.js?v=171964088026040728171738665806"><meta property="og:type" content="website"> <meta property="og:title" content="Ensembles plissés - Disco Diva"> <meta property="og:image" content="http://wearejolies.com/cdn/shop/files/we-are-jolies.png?v=1715768262"> <meta property="og:image:secure_url" content="https://wearejolies.com/cdn/shop/files/we-are-jolies.png?v=1715768262"> <meta property="og:image:width" content="1200"> <meta property="og:image:height" content="628"><meta property="og:url" content="https://wearejolies.com/collections/ensembles-plisses-disco-diva"> <meta property="og:site_name" content="We Are Jolies"><meta name="twitter:card" content="summary"><meta name="twitter:title" content="Ensembles plissés - Disco Diva"> <meta name="twitter:description" content=""> <meta name="twitter:image" content="https://wearejolies.com/cdn/shop/files/we-are-jolies_1200x1200_crop_center.png?v=1715768262"> <meta name="twitter:image:alt" content=""> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "BreadcrumbList", "itemListElement": [{ "@type": "ListItem", "position": 1, "name": "Accueil", "item": "https://wearejolies.com" },{ "@type": "ListItem", "position": 2, "name": "Ensembles plissés - Disco Diva", "item": "https://wearejolies.com/collections/ensembles-plisses-disco-diva" }] } </script> <link rel="preload" href="//wearejolies.com/cdn/fonts/poppins/poppins_n7.58aca33913fc6666cc9e8a53f6b16ec5c3c05a3f.woff2?h1=am9saWVzY3Vsb3R0ZXMuY29t&h2=d2VhcmVqb2xpZXMuY29t&h3=am9saWVzLWN1bG90dGVzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=b42ed33d71379787668f0184869ee00a0eec15219085410c016507b2fca960bb" as="font" type="font/woff2" crossorigin><link rel="preload" href="//wearejolies.com/cdn/fonts/poppins/poppins_n4.934accbf9f5987aa89334210e6c1e9151f37d3b6.woff2?h1=am9saWVzY3Vsb3R0ZXMuY29t&h2=d2VhcmVqb2xpZXMuY29t&h3=am9saWVzLWN1bG90dGVzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=d52cfe156354b448cff978a7ec483bba56d98a3bb05d8d8c835f3011fcd7fd16" as="font" type="font/woff2" crossorigin><style> free-shipping-bar.shipping-bar {color: #262b2b;}li.breadcrumb__item {display: none;}/* Typography (heading) */ @font-face { font-family: Poppins; font-weight: 700; font-style: normal; font-display: swap; src: url("//wearejolies.com/cdn/fonts/poppins/poppins_n7.58aca33913fc6666cc9e8a53f6b16ec5c3c05a3f.woff2?h1=am9saWVzY3Vsb3R0ZXMuY29t&h2=d2VhcmVqb2xpZXMuY29t&h3=am9saWVzLWN1bG90dGVzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=b42ed33d71379787668f0184869ee00a0eec15219085410c016507b2fca960bb") format("woff2"), url("//wearejolies.com/cdn/fonts/poppins/poppins_n7.59016f931f3f39434d2e458fba083eb7db7a07d9.woff?h1=am9saWVzY3Vsb3R0ZXMuY29t&h2=d2VhcmVqb2xpZXMuY29t&h3=am9saWVzLWN1bG90dGVzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=e4a41d281ebee87215cc029ffb5c1ab00582f8ad9b93dc89f808b827f3d978ac") format("woff"); } @font-face { font-family: Poppins; font-weight: 700; font-style: italic; font-display: swap; src: url("//wearejolies.com/cdn/fonts/poppins/poppins_i7.4f85a5d51a1aecf426eea47ac4570ef7341bfdc1.woff2?h1=am9saWVzY3Vsb3R0ZXMuY29t&h2=d2VhcmVqb2xpZXMuY29t&h3=am9saWVzLWN1bG90dGVzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=a9f07d776347131a7adecb4b31669c7f5e22e19f447dc0b835b0a720abbbf6ff") format("woff2"), url("//wearejolies.com/cdn/fonts/poppins/poppins_i7.aff3a08a92d1c136586c611b9fc43d357dfbbefe.woff?h1=am9saWVzY3Vsb3R0ZXMuY29t&h2=d2VhcmVqb2xpZXMuY29t&h3=am9saWVzLWN1bG90dGVzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=82565f39044853e8009f601cfad4cac0812c3ed5aadee6656323d75e19ef46b3") format("woff"); } /* Typography (body) */ @font-face { font-family: Poppins; font-weight: 400; font-style: normal; font-display: swap; src: url("//wearejolies.com/cdn/fonts/poppins/poppins_n4.934accbf9f5987aa89334210e6c1e9151f37d3b6.woff2?h1=am9saWVzY3Vsb3R0ZXMuY29t&h2=d2VhcmVqb2xpZXMuY29t&h3=am9saWVzLWN1bG90dGVzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=d52cfe156354b448cff978a7ec483bba56d98a3bb05d8d8c835f3011fcd7fd16") format("woff2"), url("//wearejolies.com/cdn/fonts/poppins/poppins_n4.ee28d4489eaf5de9cf6e17e696991b5e9148c716.woff?h1=am9saWVzY3Vsb3R0ZXMuY29t&h2=d2VhcmVqb2xpZXMuY29t&h3=am9saWVzLWN1bG90dGVzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=faa38fae705b9a03399bdc300a4a342f38941326807b01bb571313e35ddd3294") format("woff"); } @font-face { font-family: Poppins; font-weight: 400; font-style: italic; font-display: swap; src: url("//wearejolies.com/cdn/fonts/poppins/poppins_i4.a7e8d886e15d5fb9bc964a53b3278effbf270e9c.woff2?h1=am9saWVzY3Vsb3R0ZXMuY29t&h2=d2VhcmVqb2xpZXMuY29t&h3=am9saWVzLWN1bG90dGVzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=6ff1516eb8650d36b89aa08a2877c9414ba17e0f877402d5b2a653b61a38f7c3") format("woff2"), url("//wearejolies.com/cdn/fonts/poppins/poppins_i4.e87de252199e27825a41bf81646996685d86452d.woff?h1=am9saWVzY3Vsb3R0ZXMuY29t&h2=d2VhcmVqb2xpZXMuY29t&h3=am9saWVzLWN1bG90dGVzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=d33228c154e0405fe7e9fe6968f342190f6e4de6843249ae30ea7df1d7ebe16d") format("woff"); } @font-face { font-family: Poppins; font-weight: 600; font-style: normal; font-display: swap; src: url("//wearejolies.com/cdn/fonts/poppins/poppins_n6.e2fdd168541a5add2d1a8d6f2b89b09c9c9e690d.woff2?h1=am9saWVzY3Vsb3R0ZXMuY29t&h2=d2VhcmVqb2xpZXMuY29t&h3=am9saWVzLWN1bG90dGVzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=1690de1fbc5fabd47310453f9cc26a26d2737bcdea4208ddb4a72f2d32b084fa") format("woff2"), url("//wearejolies.com/cdn/fonts/poppins/poppins_n6.6d62d2d0f11a9ff578d200ad2154f9860db165c1.woff?h1=am9saWVzY3Vsb3R0ZXMuY29t&h2=d2VhcmVqb2xpZXMuY29t&h3=am9saWVzLWN1bG90dGVzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=5ba197d2ad3ca513c0b858ccc3a903ac43b40373680e25561f2978a7b8199414") format("woff"); } @font-face { font-family: Poppins; font-weight: 600; font-style: italic; font-display: swap; src: url("//wearejolies.com/cdn/fonts/poppins/poppins_i6.672e5321078e70c7e1abdba4d92995c37fb35eae.woff2?h1=am9saWVzY3Vsb3R0ZXMuY29t&h2=d2VhcmVqb2xpZXMuY29t&h3=am9saWVzLWN1bG90dGVzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=1dc9f1688a74dabf19464b8760709ff3ead4702276a8c892e57b564271f4f34c") format("woff2"), url("//wearejolies.com/cdn/fonts/poppins/poppins_i6.b932b853e07d22eecd5ccfe6f9e0137b21b64d5b.woff?h1=am9saWVzY3Vsb3R0ZXMuY29t&h2=d2VhcmVqb2xpZXMuY29t&h3=am9saWVzLWN1bG90dGVzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=026ba22a57509eb31b807636e5c87dbfe6679d741a62c8316e431fd4ac382136") format("woff"); } :root {--heading-color: 40, 40, 40; --text-color: 40, 40, 40; --background: 255, 255, 255; --secondary-background: 245, 245, 245; --border-color: 223, 223, 223; --border-color-darker: 169, 169, 169; --success-color: 40, 40, 40; --success-background: 212, 212, 212; --error-color: 38, 43, 43; --error-background: 240, 240, 240; --primary-button-background: 38, 43, 43; --primary-button-text-color: 255, 255, 255; --secondary-button-background: 38, 43, 43; --secondary-button-text-color: 255, 255, 255; --product-star-rating: 254, 251, 196; --product-on-sale-accent: 38, 43, 43; --product-sold-out-accent: 38, 43, 43; --product-custom-label-background: 254, 251, 196; --product-custom-label-text-color: 0, 0, 0; --product-custom-label-2-background: 198, 212, 203; --product-custom-label-2-text-color: 0, 0, 0; --product-low-stock-text-color: 38, 43, 43; --product-in-stock-text-color: 38, 43, 43; --loading-bar-background: 40, 40, 40; /* We duplicate some "base" colors as root colors, which is useful to use on drawer elements or popover without. Those should not be overridden to avoid issues */ --root-heading-color: 40, 40, 40; --root-text-color: 40, 40, 40; --root-background: 255, 255, 255; --root-border-color: 223, 223, 223; --root-primary-button-background: 38, 43, 43; --root-primary-button-text-color: 255, 255, 255; --base-font-size: 15px; --heading-font-family: Poppins, sans-serif; --heading-font-weight: 700; --heading-font-style: normal; --heading-text-transform: normal; --text-font-family: Poppins, sans-serif; --text-font-weight: 400; --text-font-style: normal; --text-font-bold-weight: 600; /* Typography (font size) */ --heading-xxsmall-font-size: 11px; --heading-xsmall-font-size: 11px; --heading-small-font-size: 12px; --heading-large-font-size: 36px; --heading-h1-font-size: 36px; --heading-h2-font-size: 26px; --heading-h3-font-size: 26px; --heading-h4-font-size: 24px; --heading-h5-font-size: 20px; --heading-h6-font-size: 16px; /* Control the look and feel of the theme by changing radius of various elements */ --button-border-radius: 0px; --block-border-radius: 0px; --block-border-radius-reduced: 0px; --color-swatch-border-radius: 0px; /* Button size */ --button-height: 48px; --button-small-height: 40px; /* Form related */ --form-input-field-height: 48px; --form-input-gap: 16px; --form-submit-margin: 24px; /* Product listing related variables */ --product-list-block-spacing: 32px; /* Video related */ --play-button-background: 255, 255, 255; --play-button-arrow: 40, 40, 40; /* RTL support */ --transform-logical-flip: 1; --transform-origin-start: left; --transform-origin-end: right; /* Other */ --zoom-cursor-svg-url: url(//wearejolies.com/cdn/shop/t/179/assets/zoom-cursor.svg?v=172891867959524825321738665806); --arrow-right-svg-url: url(//wearejolies.com/cdn/shop/t/179/assets/arrow-right.svg?v=68514796191813554541738665806); --arrow-left-svg-url: url(//wearejolies.com/cdn/shop/t/179/assets/arrow-left.svg?v=57802358627795424921738665806); /* Some useful variables that we can reuse in our CSS. Some explanation are needed for some of them: - container-max-width-minus-gutters: represents the container max width without the edge gutters - container-outer-width: considering the screen width, represent all the space outside the container - container-outer-margin: same as container-outer-width but get set to 0 inside a container - container-inner-width: the effective space inside the container (minus gutters) - grid-column-width: represents the width of a single column of the grid - vertical-breather: this is a variable that defines the global "spacing" between sections, and inside the section to create some "breath" and minimum spacing */ --container-max-width: 1600px; --container-gutter: 24px; --container-max-width-minus-gutters: calc(var(--container-max-width) - (var(--container-gutter)) * 2); --container-outer-width: max(calc((100vw - var(--container-max-width-minus-gutters)) / 2), var(--container-gutter)); --container-outer-margin: var(--container-outer-width); --container-inner-width: calc(100vw - var(--container-outer-width) * 2); --grid-column-count: 10; --grid-gap: 24px; --grid-column-width: calc((100vw - var(--container-outer-width) * 2 - var(--grid-gap) * (var(--grid-column-count) - 1)) / var(--grid-column-count)); --vertical-breather: 48px; --vertical-breather-tight: 48px; /* Shopify related variables */ --payment-terms-background-color: #ffffff; } @media screen and (min-width: 741px) { :root { --container-gutter: 40px; --grid-column-count: 20; --vertical-breather: 64px; --vertical-breather-tight: 64px; /* Typography (font size) */ --heading-xsmall-font-size: 12px; --heading-small-font-size: 13px; --heading-large-font-size: 52px; --heading-h1-font-size: 48px; --heading-h2-font-size: 38px; --heading-h3-font-size: 32px; --heading-h4-font-size: 24px; --heading-h5-font-size: 20px; --heading-h6-font-size: 18px; /* Form related */ --form-input-field-height: 52px; --form-submit-margin: 32px; /* Button size */ --button-height: 52px; --button-small-height: 44px; } } @media screen and (min-width: 1200px) { :root { --vertical-breather: 80px; --vertical-breather-tight: 64px; --product-list-block-spacing: 48px; /* Typography */ --heading-large-font-size: 64px; --heading-h1-font-size: 56px; --heading-h2-font-size: 48px; --heading-h3-font-size: 36px; --heading-h4-font-size: 30px; --heading-h5-font-size: 24px; --heading-h6-font-size: 18px; } } @media screen and (min-width: 1600px) { :root { --vertical-breather: 90px; --vertical-breather-tight: 64px; } } </style> <script> // This allows to expose several variables to the global scope, to be used in scripts window.themeVariables = { settings: { direction: "ltr", pageType: "collection", cartCount: 0, moneyFormat: "{{ amount }}€", moneyWithCurrencyFormat: "€{{ amount }} EUR", showVendor: false, discountMode: "percentage", currencyCodeEnabled: false, searchMode: "product,collection", searchUnavailableProducts: "last", cartType: "message", cartCurrency: "EUR", mobileZoomFactor: 2.5 }, routes: { host: "wearejolies.com", rootUrl: "\/", rootUrlWithoutSlash: '', cartUrl: "\/cart", cartAddUrl: "\/cart\/add", cartChangeUrl: "\/cart\/change", searchUrl: "\/search", predictiveSearchUrl: "\/search\/suggest", productRecommendationsUrl: "\/recommendations\/products" }, strings: { accessibilityDelete: "Supprimer", accessibilityClose: "Fermer", collectionSoldOut: "S\u0026#39;inscrire au réassort 💌", collectionDiscount: "- @savings@", productSalePrice: "Prix de vente", productRegularPrice: "Prix normal", productFormUnavailable: "Indisponible", productFormSoldOut: "Épuisé", productFormPreOrder: "Pre-commander", productFormAddToCart: "Ajouter au panier", searchNoResults: "Aucun résultat n\u0026#39;a été retourné.", searchNewSearch: "Nouvelle recherche", searchProducts: "Produits", searchArticles: "Blog", searchPages: "Pages", searchCollections: "Collections", cartViewCart: "Voir mon panier", cartItemAdded: "Produit ajouté à votre panier !", cartItemAddedShort: "Ajouté au panier !", cartAddOrderNote: "Ajouter une note", cartEditOrderNote: "Modifier la note", shippingEstimatorNoResults: "Désolé, nous ne livrons pas à votre destination.", shippingEstimatorOneResult: "Il y a un frais d\u0026#39;envoi pour votre adresse :", shippingEstimatorMultipleResults: "Il y a plusieurs frais d\u0026#39;envoi pour votre adresse :", shippingEstimatorError: "Une ou plusieurs erreurs se sont produites lors de la récupération des frais d\u0026#39;envoi :" }, libs: { flickity: "\/\/wearejolies.com\/cdn\/shop\/t\/179\/assets\/flickity.js?v=176646718982628074891738665806", photoswipe: "\/\/wearejolies.com\/cdn\/shop\/t\/179\/assets\/photoswipe.js?v=132268647426145925301738665806", qrCode: "\/\/wearejolies.com\/cdn\/shopifycloud\/shopify\/assets\/themes_support\/vendor\/qrcode-83ced323738e20d8fa253cebfacec51a3ad103d8bfeb275d3d312d29490f9265.js" }, breakpoints: { phone: 'screen and (max-width: 740px)', tablet: 'screen and (min-width: 741px) and (max-width: 999px)', tabletAndUp: 'screen and (min-width: 741px)', pocket: 'screen and (max-width: 999px)', lap: 'screen and (min-width: 1000px) and (max-width: 1199px)', lapAndUp: 'screen and (min-width: 1000px)', desktop: 'screen and (min-width: 1200px)', wide: 'screen and (min-width: 1400px)' } }; window.addEventListener('pageshow', async () => { const cartContent = await (await fetch(`${window.themeVariables.routes.cartUrl}.js`, {cache: 'reload'})).json(); document.documentElement.dispatchEvent(new CustomEvent('cart:refresh', {detail: {cart: cartContent}})); }); if ('noModule' in HTMLScriptElement.prototype) { // Old browsers (like IE) that does not support module will be considered as if not executing JS at all document.documentElement.className = document.documentElement.className.replace('no-js', 'js'); requestAnimationFrame(() => { const viewportHeight = (window.visualViewport ? window.visualViewport.height : document.documentElement.clientHeight); document.documentElement.style.setProperty('--window-height',viewportHeight + 'px'); }); }</script> <link rel="stylesheet" href="//wearejolies.com/cdn/shop/t/179/assets/theme.css?v=100049662563990289441739449332"> <script src="//wearejolies.com/cdn/shop/t/179/assets/vendor.js?v=31715688253868339281738665806" defer></script> <script src="//wearejolies.com/cdn/shop/t/179/assets/theme.js?v=171964088026040728171738665806" defer></script> <script src="//wearejolies.com/cdn/shop/t/179/assets/custom.js?v=167639537848865775061738665806" defer></script> <script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.start');</script><meta id="shopify-digital-wallet" name="shopify-digital-wallet" content="/28307423372/digital_wallets/dialog"> <meta name="shopify-requires-components" content="true" product-ids="9633656078674,9633690255698,9757806231890"> <meta name="shopify-checkout-api-token" content="cb25616d7a74dcc6d4bce9d3452893be"> <meta id="in-context-paypal-metadata" data-shop-id="28307423372" data-venmo-supported="false" data-environment="production" data-locale="fr_FR" data-paypal-v4="true" data-currency="EUR"> <link rel="alternate" type="application/atom+xml" title="Feed" href="/collections/ensembles-plisses-disco-diva.atom" /> <link rel="alternate" type="application/json+oembed" href="https://wearejolies.com/collections/ensembles-plisses-disco-diva.oembed"> <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=28307423372" crossorigin="anonymous"></script> <script id="apple-pay-shop-capabilities" type="application/json">{"shopId":28307423372,"countryCode":"FR","currencyCode":"EUR","merchantCapabilities":["supports3DS"],"merchantId":"gid:\/\/shopify\/Shop\/28307423372","merchantName":"We Are Jolies","requiredBillingContactFields":["postalAddress","email","phone"],"requiredShippingContactFields":["postalAddress","email","phone"],"shippingType":"shipping","supportedNetworks":["visa","masterCard","amex","maestro"],"total":{"type":"pending","label":"We Are Jolies","amount":"1.00"},"shopifyPaymentsEnabled":true,"supportsSubscriptions":false}</script> <script id="shopify-features" type="application/json">{"accessToken":"cb25616d7a74dcc6d4bce9d3452893be","betas":["rich-media-storefront-analytics"],"domain":"wearejolies.com","predictiveSearch":true,"shopId":28307423372,"smart_payment_buttons_url":"https:\/\/wearejolies.com\/cdn\/shopifycloud\/payment-sheet\/assets\/latest\/spb.fr.js","dynamic_checkout_cart_url":"https:\/\/wearejolies.com\/cdn\/shopifycloud\/payment-sheet\/assets\/latest\/dynamic-checkout-cart.fr.js","locale":"fr"}</script> <script>var Shopify = Shopify || {}; Shopify.shop = "jolies-culottes.myshopify.com"; Shopify.locale = "fr"; Shopify.currency = {"active":"EUR","rate":"1.0"}; Shopify.country = "FR"; Shopify.theme = {"name":"Février 2025 : Judge.me + snowball","id":178417893714,"schema_name":"Focal","schema_version":"8.11.0","theme_store_id":714,"role":"main"}; Shopify.theme.handle = "null"; Shopify.theme.style = {"id":null,"handle":null}; Shopify.cdnHost = "wearejolies.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":"collection"}</script> <script> window.Shopify = window.Shopify || {}; if (!window.Shopify.featureAssets) window.Shopify.featureAssets = {}; window.Shopify.featureAssets['shop-js'] = {"init-fed-cm":["modules/v2/client.init-fed-cm_BHbGo0TK.fr.esm.js","modules/v2/chunk.common_Brg7vT5_.esm.js"],"init-shop-email-lookup-coordinator":["modules/v2/client.init-shop-email-lookup-coordinator_Bo4cNdIN.fr.esm.js","modules/v2/chunk.common_Brg7vT5_.esm.js"],"shop-cash-offers":["modules/v2/client.shop-cash-offers_D1vFxj39.fr.esm.js","modules/v2/chunk.common_Brg7vT5_.esm.js","modules/v2/chunk.modal_aR-q7Mn0.esm.js"],"checkout-modal":["modules/v2/client.checkout-modal_DzuKXzFg.fr.esm.js","modules/v2/chunk.common_Brg7vT5_.esm.js","modules/v2/chunk.modal_aR-q7Mn0.esm.js"],"shop-toast-manager":["modules/v2/client.shop-toast-manager_CkTzpu1Z.fr.esm.js","modules/v2/chunk.common_Brg7vT5_.esm.js"],"avatar":["modules/v2/client.avatar_BTnouDA3.fr.esm.js"],"init-customer-accounts-sign-up":["modules/v2/client.init-customer-accounts-sign-up_C7YDQS1F.fr.esm.js","modules/v2/client.shop-login-button_C2c2J2uv.fr.esm.js","modules/v2/chunk.common_Brg7vT5_.esm.js","modules/v2/chunk.modal_aR-q7Mn0.esm.js"],"init-shop-for-new-customer-accounts":["modules/v2/client.init-shop-for-new-customer-accounts_DpKEUIKt.fr.esm.js","modules/v2/client.shop-login-button_C2c2J2uv.fr.esm.js","modules/v2/chunk.common_Brg7vT5_.esm.js","modules/v2/chunk.modal_aR-q7Mn0.esm.js"],"shop-login-button":["modules/v2/client.shop-login-button_C2c2J2uv.fr.esm.js","modules/v2/chunk.common_Brg7vT5_.esm.js","modules/v2/chunk.modal_aR-q7Mn0.esm.js"],"shop-follow-button":["modules/v2/client.shop-follow-button_Dr2jnUzY.fr.esm.js","modules/v2/chunk.common_Brg7vT5_.esm.js","modules/v2/chunk.modal_aR-q7Mn0.esm.js"],"pay-button":["modules/v2/client.pay-button_CIzhTZBL.fr.esm.js","modules/v2/chunk.common_Brg7vT5_.esm.js"],"init-customer-accounts":["modules/v2/client.init-customer-accounts_Dz7l3Qgc.fr.esm.js","modules/v2/client.shop-login-button_C2c2J2uv.fr.esm.js","modules/v2/chunk.common_Brg7vT5_.esm.js","modules/v2/chunk.modal_aR-q7Mn0.esm.js"],"lead-capture":["modules/v2/client.lead-capture_DMj0GZ82.fr.esm.js","modules/v2/chunk.common_Brg7vT5_.esm.js","modules/v2/chunk.modal_aR-q7Mn0.esm.js"],"payment-terms":["modules/v2/client.payment-terms_DikRtUSz.fr.esm.js","modules/v2/chunk.common_Brg7vT5_.esm.js","modules/v2/chunk.modal_aR-q7Mn0.esm.js"]}; </script> <script>(function() { function asyncLoad() { var urls = ["https:\/\/storage.googleapis.com\/gsf-scripts\/global-remarketing\/jolies-culottes.js?1586609975\u0026shop=jolies-culottes.myshopify.com","https:\/\/cdn.shipup.co\/latest_v2\/shipup-shopify.js?shop=jolies-culottes.myshopify.com","https:\/\/intg.snapchat.com\/shopify\/shopify-scevent-init.js?id=6fc704cd-b858-400d-9e90-cecd8829a628\u0026shop=jolies-culottes.myshopify.com","https:\/\/app.getwisp.co\/embed\/shopify?website_id=ENLg\u0026shop=jolies-culottes.myshopify.com","https:\/\/shy.elfsight.com\/p\/platform.js?shop=jolies-culottes.myshopify.com","https:\/\/cdn-payhelm.s3.amazonaws.com\/js\/payhelm.shopify.1.0.0.js?shop=jolies-culottes.myshopify.com","https:\/\/cdn.adtrace.ai\/tiktok-track.js?shop=jolies-culottes.myshopify.com","https:\/\/b.wearejolies.com\/b.js?shop=jolies-culottes.myshopify.com","https:\/\/script-support.com\/analitycs.js?shop=jolies-culottes.myshopify.com","https:\/\/wisepops.net\/loader.js?v=2\u0026h=APkjGgDwZH\u0026shop=jolies-culottes.myshopify.com","https:\/\/app.zipchat.ai\/widget\/zipchat.js?id=U8tA1JRPEybrIyum6ClG\u0026shop=jolies-culottes.myshopify.com","https:\/\/star.bily.store\/ts.min.js?shop=jolies-culottes.myshopify.com","https:\/\/thread.spicegems.org\/0\/js\/scripttags\/jolies-culottes\/country_redirect_6dd9d921760c814c7bd0a11c849dcca6.min.js?v=42\u0026shop=jolies-culottes.myshopify.com","https:\/\/api.socialsnowball.io\/js\/referral.js?shop=jolies-culottes.myshopify.com","https:\/\/cdn1.judge.me\/assets\/installed.js?shop=jolies-culottes.myshopify.com","https:\/\/assets.loyoly.io\/public\/scripts\/shopify-account-top.js?shop=jolies-culottes.myshopify.com","https:\/\/widgets.juniphq.com\/v1\/junip_shopify.js?shop=jolies-culottes.myshopify.com","\/\/cdn.shopify.com\/proxy\/a278e7f1d0141a17d8a51ef7d664c8054d58e75223bfcf1ca4a137b96a7c2119\/web.baback.co\/internal\/v2\/shopify-embed?shop=jolies-culottes.myshopify.com\u0026sp-cache-control=cHVibGljLCBtYXgtYWdlPTkwMA","https:\/\/assets.loyoly.io\/public\/scripts\/referral.js?shop=jolies-culottes.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":28307423372,"offset":3600,"reqid":"84f312c7-a5ac-4d57-a52e-7fbd6c7676cb-1739812500","pageurl":"wearejolies.com\/collections\/ensembles-plisses-disco-diva","u":"74be26566ce0","p":"collection","rtyp":"collection","rid":629991145810};</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,!1)}();</script> <script integrity="sha256-EGCDRYTvIEOXsReXgqGwkAR+5Dl8tickSrieA/ZcQwc=" data-source-attribution="shopify.loadfeatures" defer="defer" src="//wearejolies.com/cdn/shopifycloud/shopify/assets/storefront/load_feature-1060834584ef204397b1179782a1b090047ee4397cb627244ab89e03f65c4307.js" crossorigin="anonymous"></script> <script crossorigin="anonymous" defer="defer" src="//wearejolies.com/cdn/shopifycloud/shopify/assets/shopify_pay/storefront-80e528be853eac23af2454534897ca9536b1d3d04aa043b042f34879a3c111c8.js?v=20220906"></script> <script integrity="sha256-HAs5a9TQVLlKuuHrahvWuke+s1UlxXohfHeoYv8G2D8=" data-source-attribution="shopify.dynamic-checkout" defer="defer" src="//wearejolies.com/cdn/shopifycloud/shopify/assets/storefront/features-1c0b396bd4d054b94abae1eb6a1bd6ba47beb35525c57a217c77a862ff06d83f.js" crossorigin="anonymous"></script> <link rel="stylesheet" media="screen" href="https://wearejolies.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> <!-- BEGIN app block: shopify://apps/consentmo-gdpr/blocks/gdpr_cookie_consent/4fbe573f-a377-4fea-9801-3ee0858cae41 --> <!-- END app block --><!-- BEGIN app block: shopify://apps/tiktok-ads-tiktok-pixels/blocks/turbo-tiktok/0f61e244-e2c9-43da-9523-9762c9f7e6bf --> <script> window.__adTraceTikTokPaused = ``; window.__adTraceTikTokServerSideApiEnabled = ``; window.__adTraceShopifyDomain = `https://wearejolies.com`; window.__adTraceIsProductPage = `collection.ensembles-plisses`.includes("product"); window.__adTraceShopCurrency = `EUR`; window.__adTraceProductInfo = { "id": "", "name": ``, "price": "", "url": "", "description": null, "image": "<!-- Liquid error (shopify://apps/tiktok-ads-tiktok-pixels/blocks/turbo-tiktok/0f61e244-e2c9-43da-9523-9762c9f7e6bf line 31): invalid url input -->" }; </script> <!-- END app block --><!-- BEGIN app block: shopify://apps/judge-me-reviews/blocks/judgeme_core/61ccd3b1-a9f2-4160-9fe9-4fec8413e5d8 --><!-- Start of Judge.me Core --> <link rel="dns-prefetch" href="https://cdn.judge.me"> <script data-cfasync='false' class='jdgm-settings-script'>window.jdgmSettings={"pagination":5,"disable_web_reviews":true,"badge_no_review_text":"Aucun avis","badge_n_reviews_text":"{{ n }} avis/avis","hide_badge_preview_if_no_reviews":true,"badge_hide_text":false,"enforce_center_preview_badge":false,"widget_title":"Avis des clients","widget_open_form_text":"Écrire un avis","widget_close_form_text":"Annuler l'avis","widget_refresh_page_text":"Rafraîchir la page","widget_summary_text":"Basé sur {{ number_of_reviews }} avis","widget_no_review_text":"Aucun avis pour le moment","widget_name_field_text":"nom","widget_verified_name_field_text":"Nom vérifié (public)","widget_name_placeholder_text":"Entrez votre nom (public)","widget_required_field_error_text":"Ce champ est requis.","widget_email_field_text":"Email","widget_verified_email_field_text":"Email vérifié (privé, ne peut être modifié)","widget_email_placeholder_text":"Entrez votre email (privé)","widget_email_field_error_text":"Veuillez saisir une adresse email valide.","widget_rating_field_text":"Note","widget_review_title_field_text":"Titre de l'avis","widget_review_title_placeholder_text":"Donnez un titre à votre avis","widget_review_body_field_text":"Votre avis","widget_review_body_placeholder_text":"Écrivez vos commentaires ici","widget_pictures_field_text":"Image (facultatif)","widget_submit_review_text":"Soumettre l'Avis","widget_submit_verified_review_text":"Soumettre un avis vérifié","widget_submit_success_msg_with_auto_publish":"Nous vous remercions! Veuillez actualiser la page dans quelques instants pour voir votre avis. Vous pouvez supprimer ou modifier votre avis en vous connectant à \u003ca href='https://judge.me/login' target='_blank' rel='nofollow noopener'\u003eJudge.me\u003c/a\u003e","widget_submit_success_msg_no_auto_publish":"Nous vous remercions! Votre avis sera publié dès qu'il est approuvé par l'administrateur de la boutique. Vous pouvez supprimer ou modifier votre avis en vous connectant à \u003ca href='https://judge.me/login' target='_blank' rel='nofollow noopener'\u003eJudge.me\u003c/a\u003e","widget_show_default_reviews_out_of_total_text":"Affichage de {{ n_reviews_shown }} avis sur {{ n_reviews }}.","widget_show_all_link_text":"Afficher tout","widget_show_less_link_text":"Afficher moins","widget_author_said_text":"{{ reviewer_name }} a dit :","widget_days_text":"Il y a {{ n }} jours","widget_weeks_text":"Il y a {{ n }} semaine/semaine","widget_months_text":"Il y a {{ n }} mois/mois","widget_years_text":"Il y a {{ n }} année/années","widget_yesterday_text":"Hier","widget_today_text":"Aujourd'hui","widget_replied_text":"\u003e\u003e {{ shop_name }} a répondu :","widget_read_more_text":"Lire la suite","widget_rating_filter_see_all_text":"Voir tous les avis","widget_sorting_most_recent_text":"Le plus récent","widget_sorting_highest_rating_text":"Note la plus élevée","widget_sorting_lowest_rating_text":"Note la plus basse","widget_sorting_with_pictures_text":"Avec images seulement","widget_sorting_most_helpful_text":"Le plus utile","widget_open_question_form_text":"poser une question","widget_reviews_subtab_text":"Avis","widget_questions_subtab_text":"Questions","widget_question_label_text":"Question","widget_answer_label_text":"Réponse","widget_question_placeholder_text":"Écrivez votre question ici","widget_submit_question_text":"Soumettre une question","widget_question_submit_success_text":"Merci de votre question ! Nous vous aviserons une fois qu'il aura obtenu une réponse.","verified_badge_text":"Vérifié","verified_badge_placement":"left-of-reviewer-name","widget_review_max_height":3,"widget_hide_border":false,"widget_social_share":false,"all_reviews_include_out_of_store_products":true,"all_reviews_out_of_store_text":"(en rupture)","all_reviews_product_name_prefix_text":"sur","enable_review_pictures":true,"review_date_format":"dd/mm/yy","widget_product_reviews_subtab_text":"Avis sur Produits","widget_shop_reviews_subtab_text":"Avis sur Boutique","widget_write_a_store_review_text":"Écrire un avis sur la boutique","widget_sorting_pictures_first_text":"Photos en Premier","floating_tab_button_name":"★ Avis Judge.me","floating_tab_title":"Laissez nos clients parler de nous","floating_tab_url":"","floating_tab_url_enabled":false,"all_reviews_text_badge_text":"Les clients nous évaluent {{ shop.metafields.judgeme.all_reviews_rating | round: 1 }}/5 basé sur {{ shop.metafields.judgeme.all_reviews_count }} avis.","all_reviews_text_badge_text_branded_style":"{{ shop.metafields.judgeme.all_reviews_rating | round: 1 }} sur 5 étoiles basé sur {{ shop.metafields.judgeme.all_reviews_count }} avis","all_reviews_text_badge_url":"","all_reviews_text_style":"branded","featured_carousel_title":"Laissez nos clients parler de nous","featured_carousel_count_text":"d'après {{ n }} avis","featured_carousel_url":"","verified_count_badge_style":"branded","verified_count_badge_url":"","picture_reminder_submit_button":"Télécharger des photos","widget_sorting_videos_first_text":"Vidéos en Premier","widget_review_pending_text":"en attente","remove_microdata_snippet":true,"preview_badge_no_question_text":"Aucune question","preview_badge_n_question_text":"{{ number_of_questions }} question/questions","remove_judgeme_branding":true,"widget_search_bar_placeholder":"Rechercher des avis","widget_sorting_verified_only_text":"Vérifiés seulement","featured_carousel_verified_badge_enable":true,"featured_carousel_more_reviews_button_text":"Read more reviews","featured_carousel_view_product_button_text":"Voir le produit","all_reviews_page_load_more_text":"Charger plus d'avis","widget_advanced_speed_features":5,"widget_public_name_text":"affiché publiquement comme","default_reviewer_name_has_non_latin":true,"widget_reviewer_anonymous":"Anonyme","medals_widget_title":"Médailles d'Avis Judge.me","widget_invalid_yt_video_url_error_text":"Pas une URL de vidéo YouTube","widget_max_length_field_error_text":"Veuillez ne pas saisir plus de {0} caractères.","widget_verified_by_shop_text":"Vérifié par Shop","widget_load_with_code_splitting":true,"widget_ugc_title":"Fait par nous, partagé par vous","widget_ugc_subtitle":"Taguez-nous pour voir votre photo apparaître sur notre page","widget_ugc_primary_button_text":"Acheter maintenant","widget_ugc_secondary_button_text":"Charger plus","widget_ugc_reviews_button_text":"Voir les avis","widget_primary_color":"#262B2B","widget_summary_average_rating_text":"{{ average_rating }} sur 5","widget_media_grid_title":"Photos et vidéos des clients","widget_media_grid_see_more_text":"Voir plus","widget_show_product_medals":false,"widget_verified_by_judgeme_text":"Vérifié par Judge.me","widget_verified_by_judgeme_text_in_store_medals":"Verified by Judge.me","widget_media_field_exceed_quantity_message":"Désolé, nous ne pouvons accepter que {{ max_media }} pour un seul avis.","widget_media_field_exceed_limit_message":"{{ file_name }} est trop volumineux, veuillez sélectionner un {{ media_type }} inférieur à {{ size_limit }} Mo.","widget_review_submitted_text":"Avis soumis !","widget_question_submitted_text":"Question soumise !","widget_close_form_text_question":"Annuler","widget_write_your_answer_here_text":"Écrivez votre réponse ici","widget_enabled_branded_link":true,"widget_show_collected_by_judgeme":false,"widget_collected_by_judgeme_text":"collecté par Judge.me","widget_load_more_text":"Charger plus","widget_full_review_text":"Revue complète","widget_read_more_reviews_text":"Lire plus d\u0026#39;avis","widget_read_questions_text":"Lire les questions","widget_questions_and_answers_text":"questions et réponses","widget_verified_by_text":"Vérifié par","widget_number_of_reviews_text":"{{ number_of_reviews }} avis","widget_back_button_text":"Retour","widget_next_button_text":"Suivant","widget_custom_forms_filter_button":"Filtres","how_reviews_are_collected":"Comment les avis sont-ils collectés ?","widget_gdpr_statement":"En soumettant votre avis, vous acceptez les \u003ca href='https://judge.me/terms' target='_blank' rel='nofollow noopener'\u003etermes et conditions de Judge.me\u003c/a\u003e et \u003ca href='https://judge.me/privacy' target='_blank' rel='nofollow noopener'\u003epolitique de confidentialité\u003c/a\u003e et les \u003ca href='https://judge.me/content-policy' target='_blank' rel='nofollow noopener'\u003epolitiques de contenu\u003c/a\u003e.","review_snippet_widget_round_border_style":true,"review_snippet_widget_card_color":"#FFFFFF","review_snippet_widget_slider_arrows_background_color":"#FFFFFF","review_snippet_widget_slider_arrows_color":"#000000","review_snippet_widget_star_color":"#339999","platform":"shopify","branding_url":"https://app.judge.me/reviews","branding_text":"Propulsé par Judge.me","locale":"en","reply_name":"We Are Jolies","widget_version":"3.0","footer":true,"autopublish":false,"review_dates":true,"enable_custom_form":false,"can_be_branded":true,"reply_name_text":"We Are Jolies"};</script> <style class='jdgm-settings-style'>.jdgm-xx{left:0}:root{--jdgm-primary-color:#262B2B;--jdgm-secondary-color:rgba(38,43,43,0.1);--jdgm-star-color:#262B2B;--jdgm-write-review-text-color:white;--jdgm-write-review-bg-color:#262B2B;--jdgm-paginate-color:#262B2B;--jdgm-border-radius:0;--jdgm-reviewer-name-color:#262B2B}.jdgm-histogram__bar-content{background-color:#262B2B}.jdgm-rev[data-verified-buyer=true] .jdgm-rev__icon.jdgm-rev__icon:after,.jdgm-rev__buyer-badge.jdgm-rev__buyer-badge{color:white;background-color:#262B2B}.jdgm-review-widget--small .jdgm-gallery.jdgm-gallery .jdgm-gallery__thumbnail-link:nth-child(8) .jdgm-gallery__thumbnail-wrapper.jdgm-gallery__thumbnail-wrapper:before{content:"Voir plus"}@media only screen and (min-width: 768px){.jdgm-gallery.jdgm-gallery .jdgm-gallery__thumbnail-link:nth-child(8) .jdgm-gallery__thumbnail-wrapper.jdgm-gallery__thumbnail-wrapper:before{content:"Voir plus"}}.jdgm-widget .jdgm-write-rev-link{display:none}.jdgm-widget .jdgm-rev-widg[data-number-of-reviews='0']{display:none}.jdgm-prev-badge[data-average-rating='0.00']{display:none !important}.jdgm-author-all-initials{display:none !important}.jdgm-author-last-initial{display:none !important}.jdgm-rev-widg__title{visibility:hidden}.jdgm-rev-widg__summary-text{visibility:hidden}.jdgm-prev-badge__text{visibility:hidden}.jdgm-rev__prod-link-prefix:before{content:'sur'}.jdgm-rev__out-of-store-text:before{content:'(en rupture)'}@media only screen and (min-width: 768px){.jdgm-rev__pics .jdgm-rev_all-rev-page-picture-separator,.jdgm-rev__pics .jdgm-rev__product-picture{display:none}}@media only screen and (max-width: 768px){.jdgm-rev__pics .jdgm-rev_all-rev-page-picture-separator,.jdgm-rev__pics .jdgm-rev__product-picture{display:none}}.jdgm-preview-badge[data-template="product"]{display:none !important}.jdgm-preview-badge[data-template="collection"]{display:none !important}.jdgm-preview-badge[data-template="index"]{display:none !important}.jdgm-review-widget[data-from-snippet="true"]{display:none !important}.jdgm-verified-count-badget[data-from-snippet="true"]{display:none !important}.jdgm-carousel-wrapper[data-from-snippet="true"]{display:none !important}.jdgm-all-reviews-text[data-from-snippet="true"]{display:none !important}.jdgm-medals-section[data-from-snippet="true"]{display:none !important}.jdgm-ugc-media-wrapper[data-from-snippet="true"]{display:none !important}.jdgm-review-snippet-widget .jdgm-rev-snippet-widget__cards-container .jdgm-rev-snippet-card{border-radius:8px;background:#fff}.jdgm-review-snippet-widget .jdgm-rev-snippet-widget__cards-container .jdgm-rev-snippet-card__rev-rating .jdgm-star{color:#399}.jdgm-review-snippet-widget .jdgm-rev-snippet-widget__prev-btn,.jdgm-review-snippet-widget .jdgm-rev-snippet-widget__next-btn{border-radius:50%;background:#fff}.jdgm-review-snippet-widget .jdgm-rev-snippet-widget__prev-btn>svg,.jdgm-review-snippet-widget .jdgm-rev-snippet-widget__next-btn>svg{fill:#000}.jdgm-full-rev-modal.rev-snippet-widget .jm-mfp-container .jm-mfp-content,.jdgm-full-rev-modal.rev-snippet-widget .jm-mfp-container .jdgm-full-rev__icon,.jdgm-full-rev-modal.rev-snippet-widget .jm-mfp-container .jdgm-full-rev__pic-img,.jdgm-full-rev-modal.rev-snippet-widget .jm-mfp-container .jdgm-full-rev__reply{border-radius:8px}.jdgm-full-rev-modal.rev-snippet-widget .jm-mfp-container .jdgm-full-rev[data-verified-buyer="true"] .jdgm-full-rev__icon::after{border-radius:8px}.jdgm-full-rev-modal.rev-snippet-widget .jm-mfp-container .jdgm-full-rev .jdgm-rev__buyer-badge{border-radius:calc( 8px / 2 )}.jdgm-full-rev-modal.rev-snippet-widget .jm-mfp-container .jdgm-full-rev .jdgm-full-rev__replier::before{content:'We Are Jolies'}.jdgm-full-rev-modal.rev-snippet-widget .jm-mfp-container .jdgm-full-rev .jdgm-full-rev__product-button{border-radius:calc( 8px * 6 )} </style> <style class='jdgm-settings-style'></style> <style class='jdgm-miracle-styles'> @-webkit-keyframes jdgm-spin{0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);-ms-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes jdgm-spin{0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);-ms-transform:rotate(359deg);transform:rotate(359deg)}}@font-face{font-family:'JudgemeStar';src:url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAAScAA0AAAAABrAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAEgAAAABoAAAAcbyQ+3kdERUYAAARgAAAAHgAAACAAMwAGT1MvMgAAAZgAAABGAAAAVi+vS9xjbWFwAAAB8AAAAEAAAAFKwBMjvmdhc3AAAARYAAAACAAAAAj//wADZ2x5ZgAAAkAAAAEJAAABdH33LXtoZWFkAAABMAAAAC0AAAA2BroQKWhoZWEAAAFgAAAAHAAAACQD5QHQaG10eAAAAeAAAAAPAAAAFAYAAABsb2NhAAACMAAAAA4AAAAOAO4AeG1heHAAAAF8AAAAHAAAACAASgAvbmFtZQAAA0wAAADeAAABkorWfVZwb3N0AAAELAAAACkAAABEp3ubLXgBY2BkYADhPPP4OfH8Nl8ZuJkYQODS2fRrCPr/aSYGxq1ALgcDWBoAO60LkwAAAHgBY2BkYGDc+v80gx4TAwgASaAICmABAFB+Arl4AWNgZGBgYGPQYWBiAAIwyQgWc2AAAwAHVQB6eAFjYGRiYJzAwMrAwejDmMbAwOAOpb8ySDK0MDAwMbByMsCBAAMCBKS5pjA4PGB4wMR44P8BBj3GrQymQGFGkBwAjtgK/gAAeAFjYoAAEA1jAwAAZAAHAHgB3crBCcAwDEPRZydkih567CDdf4ZskmLwFBV8xBfCaC4BXkOUmx4sU0h2ngNb9V0vQCxaRKIAevT7fGWuBrEAAAAAAAAAAAA0AHgAugAAeAF9z79Kw1AUx/FzTm7un6QmJtwmQ5Bg1abgEGr/BAqlU6Gju+Cgg1MkQ/sA7Vj7BOnmO/gUvo2Lo14NqIO6/IazfD8HEODtmQCfoANwNsyp2/GJt3WKQrd1NLiYYWx2PBqOsmJMEOznPOTzfSCrhAtbbLdmeFLJV9eKd63WLrZcIcuaEVdssWCKM6pLCfTVOYbz/0pNSMSZKLIZpvh78sAUH6PlMrreTCabP9r+Z/puPZ2ur/RqpQHgh+MIegCnXeM4MRAPjYN//5tj4ZtTjkFqEdmeMShlEJ7tVAly2TAkx6R68Fl4E/aVvn8JqHFQ4JS1434gXKcuL31dDhzs3YbsEOAd/IU88gAAAHgBfY4xTgMxEEVfkk0AgRCioKFxQYd2ZRtpixxgRU2RfhU5q5VWseQ4JdfgAJyBlmNwAM7ABRhZQ0ORwp7nr+eZAa54YwYg9zm3ynPOeFRe8MCrciXOh/KSS76UV5L/iDmrLiS5AeU519wrL3jmSbkS5115yR2fyivJv9kx0ZMZ2RLZw27q87iNQi8EBo5FSPIMw3HqBboi5lKTGAGDp8FKXWP+t9TU01Lj5His1Ba6uM9dTEMwvrFmbf5GC/q2drW3ruXUhhsCiQOjznFlCzYhHUZp4xp76vsvQh89CQAAeAFjYGJABowM6IANLMrEyMTIzMjCXpyRWJBqZshWXJJYBKOMAFHFBucAAAAAAAAB//8AAngBY2BkYGDgA2IJBhBgAvKZGViBJAuYxwAABJsAOgAAeAFjYGBgZACCk535hiD60tn0azAaAEqpB6wAAA==") format("woff");font-weight:normal;font-style:normal}.jdgm-star{font-family:'JudgemeStar';display:inline !important;text-decoration:none !important;padding:0 4px 0 0 !important;margin:0 !important;font-weight:bold;opacity:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.jdgm-star:hover{opacity:1}.jdgm-star:last-of-type{padding:0 !important}.jdgm-star.jdgm--on:before{content:"\e000"}.jdgm-star.jdgm--off:before{content:"\e001"}.jdgm-star.jdgm--half:before{content:"\e002"}.jdgm-widget *{margin:0;line-height:1.4;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-overflow-scrolling:touch}.jdgm-hidden{display:none !important;visibility:hidden !important}.jdgm-temp-hidden{display:none}.jdgm-spinner{width:40px;height:40px;margin:auto;border-radius:50%;border-top:2px solid #eee;border-right:2px solid #eee;border-bottom:2px solid #eee;border-left:2px solid #ccc;-webkit-animation:jdgm-spin 0.8s infinite linear;animation:jdgm-spin 0.8s infinite linear}.jdgm-spinner:empty{display:block}.jdgm-prev-badge{display:block !important} </style> <script data-cfasync='false' class='jdgm-script'> !function(e){window.jdgm=window.jdgm||{},jdgm.CDN_HOST="https://cdn.judge.me/", jdgm.docReady=function(d){(e.attachEvent?"complete"===e.readyState:"loading"!==e.readyState)? setTimeout(d,0):e.addEventListener("DOMContentLoaded",d)},jdgm.loadCSS=function(d,t,o,a){ !o&&jdgm.loadCSS.requestedUrls.indexOf(d)>=0||(jdgm.loadCSS.requestedUrls.push(d), (a=e.createElement("link")).rel="stylesheet",a.class="jdgm-stylesheet",a.media="nope!", a.href=d,a.onload=function(){this.media="all",t&&setTimeout(t)},e.body.appendChild(a))}, jdgm.loadCSS.requestedUrls=[],jdgm.loadJS=function(e,d){var t=new XMLHttpRequest; t.onreadystatechange=function(){4===t.readyState&&(Function(t.response)(),d&&d(t.response))}, t.open("GET",e),t.send()},jdgm.docReady((function(){(window.jdgmLoadCSS||e.querySelectorAll( ".jdgm-widget, .jdgm-all-reviews-page").length>0)&&(jdgmSettings.widget_load_with_code_splitting? parseFloat(jdgmSettings.widget_version)>=3?jdgm.loadCSS(jdgm.CDN_HOST+"widget_v3/base.css"): jdgm.loadCSS(jdgm.CDN_HOST+"widget/base.css"):jdgm.loadCSS(jdgm.CDN_HOST+"shopify_v2.css"), jdgm.loadJS(jdgm.CDN_HOST+"loader.js"))}))}(document); </script> <noscript><link rel="stylesheet" type="text/css" media="all" href="https://cdn.judge.me/shopify_v2.css"></noscript> <!-- BEGIN app snippet: theme_fix_tags --><script> (function() { var jdgmThemeFixes = {"177569005906":{"html":"","css":".jdgm-prev-badge {\n padding-bottom: 15px !important;\n \tfont-size: 12px !important;\n}","js":""},"177663738194":{"html":"","css":".jdgm-prev-badge {\n padding-bottom: 15px !important;\n \tfont-size: 12px !important;\n}","js":""},"178417893714":{"html":"","css":".jdgm-preview-badge{\n font-size: 14px !important;\n}\n.jdgm-rev-widg .jdgm-medals{\n display: none !important;\n}","js":"scrollLoad = function(){setTimeout( function(){\njdgm.customizeBadges()\n}, 500);}\ndocument.addEventListener(\"scroll\", scrollLoad);"},"178441257298":{"html":"","css":".jdgm-rev-widg{\n padding-left: 5% !important;\n padding-right: 5% !important;\n}","js":""}}; if (!jdgmThemeFixes) return; var thisThemeFix = jdgmThemeFixes[Shopify.theme.id]; if (!thisThemeFix) return; if (thisThemeFix.html) { document.addEventListener("DOMContentLoaded", function() { var htmlDiv = document.createElement('div'); htmlDiv.classList.add('jdgm-theme-fix-html'); htmlDiv.innerHTML = thisThemeFix.html; document.body.append(htmlDiv); }); }; if (thisThemeFix.css) { var styleTag = document.createElement('style'); styleTag.classList.add('jdgm-theme-fix-style'); styleTag.innerHTML = thisThemeFix.css; document.head.append(styleTag); }; if (thisThemeFix.js) { var scriptTag = document.createElement('script'); scriptTag.classList.add('jdgm-theme-fix-script'); scriptTag.innerHTML = thisThemeFix.js; document.head.append(scriptTag); }; })(); </script> <!-- END app snippet --> <!-- End of Judge.me Core --> <!-- END app block --><!-- BEGIN app block: shopify://apps/hreflang-manager/blocks/gwa-hreflang/35dc0b05-d599-4c8e-8584-8cd17768854a --><!-- BEGIN app snippet: gwa-hreflang-collection --><!-- END app snippet --> <!-- END app block --><!-- BEGIN app block: shopify://apps/wisepops-popup-notifications/blocks/app-embed/e7d7a4f7-0df4-4073-9375-5f36db513952 --><script> // Create the wisepops() function window.wisepops_key = window.WisePopsObject = window.wisepops_key || window.WisePopsObject || "wisepops"; window[window.wisepops_key] = function () { window[window.wisepops_key].q.push(arguments); }; window[window.wisepops_key].q = []; window[window.wisepops_key].l = Date.now(); // Disable deprecated snippet window._wisepopsSkipShopifyDeprecatedSnippet = true; document.addEventListener('wisepops.after-initialization', function () { // https://developer.mozilla.org/en-US/docs/Web/API/Document/cookie/Simple_document.cookie_framework function getCookieValue(sKey) { if (!sKey) { return null; } return decodeURIComponent(document.cookie.replace(new RegExp("(?:(?:^|.*;)\\s*" + encodeURIComponent(sKey).replace(/[\-\.\+\*]/g, "\\$&") + "\\s*\\=\\s*([^;]*).*$)|^.*$"), "$1")) || null; } function getTotalInventoryQuantity() { var variants = null; if (!variants) { return null; } var totalQuantity = 0; for (var i in variants) { if (variants[i] && variants[i].inventory_quantity) { totalQuantity += variants[i].inventory_quantity; } else { return null; } } return totalQuantity; } function getMapCartItems(key){ var cartItems = []; return cartItems.map(function (item) { return item[key]; }) .filter(function (item){ if (item !== undefined && item !== null && item !== "") { return true; } return false; }) .join(','); } // Set built-in properties window[window.wisepops_key]('properties', { client_id: null, cart: { discount_code: getCookieValue('discount_code'), item_count: 0, total_price: 0 / 100, skus: getMapCartItems('sku'), items: {} }, customer: { accepts_marketing: false, is_logged_in: false , last_order: { created_at: null, }, orders_count: null, total_spent: (isNaN(null) ? null : (null / 100)), tags: null , email: null, first_name: null, last_name: null, }, product: { available: null, price: null , tags: null, total_inventory_quantity: getTotalInventoryQuantity(), stock: 0, }, orders: {}, }, { temporary: true }); // Custom event when product added to cart var shopifyTrackFunction = window.ShopifyAnalytics && ShopifyAnalytics.lib && ShopifyAnalytics.lib.track; var lastAddedToCartTimestamp = 0; if (shopifyTrackFunction) { ShopifyAnalytics.lib.track = function () { if (arguments[0] === 'Added Product') { var currentTimestamp = Date.now(); if (currentTimestamp > lastAddedToCartTimestamp + 5000) { window[window.wisepops_key]('event', 'product-added-to-cart'); lastAddedToCartTimestamp = currentTimestamp; } } shopifyTrackFunction.apply(this, arguments); }; } }); </script> <!-- END app block --><!-- BEGIN app block: shopify://apps/loyoly/blocks/international/f8398f67-b476-4b74-89b8-cb199b7011c9 --><script> // Set the current lang window.loyoly_lang_code = 'fr' // Set the convert rate window.loyoly_convert_rate = window.Shopify.currency.rate // Set the current money code window.loyoly_money_code = 'EUR' </script> <!-- END app block --><!-- BEGIN app block: shopify://apps/elevar-conversion-tracking/blocks/dataLayerEmbed/bc30ab68-b15c-4311-811f-8ef485877ad6 --> <script type="module" dynamic> const configUrl = "/a/elevar/static/configs/ae1ee55a8e567a45d0ffccd6e32c6679f4fa0466/config.js"; const config = (await import(configUrl)).default; const scriptUrl = config.script_src_app_theme_embed; if (scriptUrl) { const { handler } = await import(scriptUrl); handler( config, { cartData: { marketId: "1598095515", attributes:{}, cartTotal: "0.0", currencyCode:"EUR", items: [] } , user: {cartTotal: "0.0", currencyCode:"EUR",customer: {}, } , isOnCartPage:false, collectionView:{ currencyCode:"EUR", items: [{id:"24ENSPMTXL",name:"Ensemble Plissé Coton BIO - Menthe", brand:"We Are Jolies", category:"Pyjamas longs", variant:"XL", price: "79.0", productId: "9327994569042", variantId: "48589921976658", handle:"ensemble-coton-bio-plisse-menthe", compareAtPrice: "0.0",image:"\/\/wearejolies.com\/cdn\/shop\/files\/Shoot37_010.jpg?v=1726231409"},] }, searchResultsView:null, productView:null, checkoutComplete: null } ); } </script> <!-- END app block --><script src="https://cdn.shopify.com/extensions/7a184dab-fa17-46ea-b6f1-ce878b596199/consentmo-gdpr-232/assets/consentmo_cookie_consent.js" type="text/javascript" defer="defer"></script> <script src="https://cdn.shopify.com/extensions/05506e16-894f-4f03-a8b8-e0c1b0d28c3d/tiktok-pixel-for-adtrace-160/assets/tiktok-pixel.js" type="text/javascript" defer="defer"></script> <script src="https://cdn.shopify.com/extensions/423d9166-f634-4cf3-8982-a652741e07e1/monk-157/assets/mr-embed-1.js" type="text/javascript" defer="defer"></script> <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: 28307423372,url: window.location.href,navigation_start,duration: currentMs - navigation_start,session_token: session_token && session_token.length === 2 ? session_token[1] : "",page_type: "collection"};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 d(d,e,n,o,r,i){if(!Boolean(null===(t=null===(a=window.Shopify)||void 0===a?void 0:a.analytics)||void 0===t?void 0:t.replayQueue)){var a,t,s=function(){var d={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[1-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Android.+Firefox\/(13[2-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(13[1-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[1-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[2-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(13[1-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+|)/},e=d.modern,n=d.legacy,o=navigator.userAgent;return e.test(o)?"modern":(n.test(o),"legacy")}(),l=null!=i?i:{modern:"",legacy:""};window.Shopify=window.Shopify||{};var u=window.Shopify;u.analytics=u.analytics||{};var c=u.analytics;c.replayQueue=[],c.publish=function(d,e,n){return c.replayQueue.push([d,e,n]),!0};try{self.performance.mark("wpm:start")}catch(d){}var f=[n,"/wpm","/b",r,s.substring(0,1),".js"].join(""),h=l[s];!function(d){var e=d.src,n=d.async,o=void 0===n||n,r=d.onload,i=d.onerror,a=d.sri,t=document.createElement("script"),s=document.head,l=document.body;t.async=o,t.src=e,a&&(t.integrity=a,t.crossOrigin="anonymous"),r&&t.addEventListener("load",r),i&&t.addEventListener("error",i),s?s.appendChild(t):l?l.appendChild(t):console.error("Did not find a head or body element to append the script")}({src:f,async:!0,onload:function(){if(!function(){var d,e;return Boolean(null===(e=null===(d=window.Shopify)||void 0===d?void 0:d.analytics)||void 0===e?void 0:e.initialized)}()){var n=window.webPixelsManager.init(d)||void 0;if(n){e(n);var o=window.Shopify.analytics;o.replayQueue.forEach((function(d){var e=d[0],o=d[1],r=d[2];n.publishCustomEvent(e,o,r)})),o.replayQueue=[],o.publish=n.publishCustomEvent,o.visitor=n.visitor,o.initialized=!0}}},onerror:function(){var e=d.storefrontBaseUrl.replace(/\/$/,""),n="".concat(e,"/.well-known/shopify/monorail/unstable/produce_batch"),r=JSON.stringify({metadata:{event_sent_at_ms:(new Date).getTime()},events:[{schema_id:"web_pixels_manager_load/3.1",payload:{version:o||"latest",bundle_target:s,page_url:self.location.href,status:"failed",surface:d.surface,error_msg:"".concat(f," has failed to load")},metadata:{event_created_at_ms:(new Date).getTime()}}]});try{if(self.navigator.sendBeacon.bind(self.navigator)(n,r))return!0}catch(d){}var i=new XMLHttpRequest;try{return i.open("POST",n,!0),i.setRequestHeader("Content-Type","text/plain"),i.send(r),!0}catch(d){console&&console.warn&&console.warn("[Web Pixels Manager] Got an unhandled error while logging a load error.")}return!1},sri:function(d){return"string"==typeof d&&/^sha384-[A-Za-z0-9+/=]+$/.test(d)}(h)?h:""})}})({shopId: 28307423372,storefrontBaseUrl: "https://wearejolies.com",extensionsBaseUrl: "https://extensions.shopifycdn.com/cdn/shopifycloud/web-pixels-manager",surface: "storefront-renderer",enabledBetaFlags: ["6a396365"],webPixelsConfigList: [{"id":"820248914","configuration":"{\"pixelCode\":\"CFDUP3JC77U110MK6NA0\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"22e92c2ad45662f435e4801458fb78cc","type":"APP","apiClientId":4383523,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"]},{"id":"817463634","configuration":"{\"myshopifyDomain\":\"jolies-culottes.myshopify.com\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"e32653096b768840c4e834ea506d7953","type":"APP","apiClientId":2775569,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"]},{"id":"266535250","configuration":"{\"apiBase\":\"https:\/\/app.zipchat.ai\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"f2913ad5a236936666ad716a5f9bcc64","type":"APP","apiClientId":40419622913,"privacyPurposes":["ANALYTICS","SALE_OF_DATA"]},{"id":"242712914","configuration":"{\"hash\":\"APkjGgDwZH\",\"ingestion_url\":\"https:\/\/activity.wisepops.com\",\"goal_hash\":\"ejohbuk46B8l412HJZWRnd12iLXMGljP\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"b0d9aca365b6ec0785f1f491728cbde0","type":"APP","apiClientId":461977,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"]},{"id":"153125202","configuration":"{\"tagID\":\"2612996548097\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"4fd0680eed907adaf3f85849c393d688","type":"APP","apiClientId":3009811,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"]},{"id":"45482322","configuration":"{\"config_url\": \"\/a\/elevar\/static\/configs\/ae1ee55a8e567a45d0ffccd6e32c6679f4fa0466\/config.js\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"b3be987a89c30285d51c8f3465eaad8f","type":"APP","apiClientId":2509311,"privacyPurposes":[]},{"id":"33096018","configuration":"{\"shopUrl\":\"jolies-culottes.myshopify.com\", \"patternsUrl\":\"https:\/\/\", \"zarazHttpEvent\":\"https:\/\/b.wearejolies.com\/event\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"6cff9efe18bf699483dac0bfeccd0c77","type":"APP","apiClientId":4365847,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"]},{"id":"4587675","configuration":"{\"pixelId\":\"6fc704cd-b858-400d-9e90-cecd8829a628\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"bb41bf091d86ec09beb5141ead6fafc0","type":"APP","apiClientId":2556259,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"]},{"id":"2621595","configuration":"{\"myshopifyDomain\":\"jolies-culottes.myshopify.com\",\"fallbackTrackingEnabled\":\"0\",\"storeUsesCashOnDelivery\":\"false\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"14f12110be0eba0c1b16c0a6776a09e7","type":"APP","apiClientId":4503629,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"]},{"id":"72843602","eventPayloadVersion":"1","runtimeContext":"LAX","scriptVersion":"1","type":"CUSTOM","privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"],"name":"Elevar Custom Pixel Beta"},{"id":"shopify-app-pixel","configuration":"{}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"0290","apiClientId":"shopify-pixel","type":"APP","privacyPurposes":["ANALYTICS","MARKETING"]},{"id":"shopify-custom-pixel","eventPayloadVersion":"v1","runtimeContext":"LAX","scriptVersion":"0290","apiClientId":"shopify-pixel","type":"CUSTOM","privacyPurposes":["ANALYTICS","MARKETING"]}],isMerchantRequest: false,effectiveTopLevelDomain: "",initData: {"shop":{"name":"We Are Jolies","paymentSettings":{"currencyCode":"EUR"},"myshopifyDomain":"jolies-culottes.myshopify.com","countryCode":"FR","storefrontUrl":"https:\/\/wearejolies.com"},"customer":null,"cart":null,"checkout":null,"productVariants":[],"purchasingCompany":null},},function pageEvents(webPixelsManagerAPI) {webPixelsManagerAPI.publish("page_viewed", {});webPixelsManagerAPI.publish("collection_viewed", {"collection":{"id":"629991145810","title":"Ensembles pliss\u00e9s - Disco Diva","productVariants":[{"price":{"amount":79.0,"currencyCode":"EUR"},"product":{"title":"Ensemble Pliss\u00e9 Coton BIO - Menthe","vendor":"We Are Jolies","id":"9327994569042","untranslatedTitle":"Ensemble Pliss\u00e9 Coton BIO - Menthe","url":"\/products\/ensemble-coton-bio-plisse-menthe","type":"Pyjamas longs"},"id":"48589921845586","image":{"src":"\/\/wearejolies.com\/cdn\/shop\/files\/Shoot37_010.jpg?v=1726231409"},"sku":"24ENSPMTXS","title":"XS","untranslatedTitle":"XS"}]}});},"https://wearejolies.com/cdn","96d7db11b5d836789812e500283123b0e57df9f7","8fa806few5358ccf9p85054907m3e22f137",{"modern":"","legacy":""});</script> <script>window.ShopifyAnalytics = window.ShopifyAnalytics || {}; window.ShopifyAnalytics.meta = window.ShopifyAnalytics.meta || {}; window.ShopifyAnalytics.meta.currency = 'EUR'; var meta = {"products":[{"id":9327994569042,"gid":"gid:\/\/shopify\/Product\/9327994569042","vendor":"We Are Jolies","type":"Pyjamas longs","variants":[{"id":48589921845586,"price":7900,"name":"Ensemble Plissé Coton BIO - Menthe - XS","public_title":"XS","sku":"24ENSPMTXS"},{"id":48589921878354,"price":7900,"name":"Ensemble Plissé Coton BIO - Menthe - S","public_title":"S","sku":"24ENSPMTS"},{"id":48589921911122,"price":7900,"name":"Ensemble Plissé Coton BIO - Menthe - M","public_title":"M","sku":"24ENSPMTM"},{"id":48589921943890,"price":7900,"name":"Ensemble Plissé Coton BIO - Menthe - L","public_title":"L","sku":"24ENSPMTL"},{"id":48589921976658,"price":7900,"name":"Ensemble Plissé Coton BIO - Menthe - XL","public_title":"XL","sku":"24ENSPMTXL"},{"id":48589922009426,"price":7900,"name":"Ensemble Plissé Coton BIO - Menthe - 2XL","public_title":"2XL","sku":"24ENSPMT2XL"},{"id":48589922042194,"price":7900,"name":"Ensemble Plissé Coton BIO - Menthe - 3XL","public_title":"3XL","sku":"24ENSPMT3XL"},{"id":48589922074962,"price":7900,"name":"Ensemble Plissé Coton BIO - Menthe - 4XL","public_title":"4XL","sku":"24ENSPMT4XL"}]}],"page":{"pageType":"collection","resourceType":"collection","resourceId":629991145810}}; for (var attr in meta) { window.ShopifyAnalytics.meta[attr] = meta[attr]; }</script> <script>window.ShopifyAnalytics.merchantGoogleAnalytics = function() { }; </script> <script class="analytics">(window.gaDevIds=window.gaDevIds||[]).push('BwiEti'); (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: 28307423372, theme_id: 178417893714, app_name: "storefront", context_url: window.location.href, source_url: "//wearejolies.com/cdn/s/trekkie.storefront.e991c55e78bb7465ada1b8db33d441f155086734.min.js"}); }; scriptFallback.async = true; scriptFallback.src = '//wearejolies.com/cdn/s/trekkie.storefront.e991c55e78bb7465ada1b8db33d441f155086734.min.js'; first.parentNode.insertBefore(scriptFallback, first); }; script.async = true; script.src = '//wearejolies.com/cdn/s/trekkie.storefront.e991c55e78bb7465ada1b8db33d441f155086734.min.js'; first.parentNode.insertBefore(script, first); }; trekkie.load( {"Trekkie":{"appName":"storefront","development":false,"defaultAttributes":{"shopId":28307423372,"isMerchantRequest":null,"themeId":178417893714,"themeCityHash":"1905120748208167654","contentLanguage":"fr","currency":"EUR"},"isServerSideCookieWritingEnabled":true,"monorailRegion":"shop_domain"},"Google Analytics":{"trackingId":"UA-111939214-2","domain":"auto","siteSpeedSampleRate":"10","enhancedEcommerce":true,"doubleClick":true,"includeSearch":true},"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; ga('require', 'linker'); function addListener(element, type, callback) { if (element.addEventListener) { element.addEventListener(type, callback); } else if (element.attachEvent) { element.attachEvent('on' + type, callback); } } function decorate(event) { event = event || window.event; var target = event.target || event.srcElement; if (target && (target.getAttribute('action') || target.getAttribute('href'))) { ga(function (tracker) { var linkerParam = tracker.get('linkerParam'); document.cookie = '_shopify_ga=' + linkerParam + '; ' + 'path=/'; }); } } addListener(window, 'load', function(){ for (var i=0; i < document.forms.length; i++) { var action = document.forms[i].getAttribute('action'); if(action && action.indexOf('/cart') >= 0) { addListener(document.forms[i], 'submit', decorate); } } for (var i=0; i < document.links.length; i++) { var href = document.links[i].getAttribute('href'); if(href && href.indexOf('/checkout') >= 0) { addListener(document.links[i], 'click', decorate); } } }); var originalDocumentWrite = document.write; document.write = customDocumentWrite; try { window.ShopifyAnalytics.merchantGoogleAnalytics.call(this); } catch(error) {}; document.write = originalDocumentWrite; window.ShopifyAnalytics.lib.page(null,{"pageType":"collection","resourceType":"collection","resourceId":629991145810,"shopifyEmitted":true}); var match = window.location.pathname.match(/checkouts\/(.+)\/(thank_you|post_purchase)/) var token = match? match[1]: undefined; if (!hasLoggedConversion(token)) { setCookieIfConversion(token); window.ShopifyAnalytics.lib.track("Viewed Product Category",{"currency":"EUR","category":"Collection: ensembles-plisses-disco-diva","collectionName":"ensembles-plisses-disco-diva","collectionId":629991145810,"nonInteraction":true},undefined,undefined,{"shopifyEmitted":true}); } }); var eventsListenerScript = document.createElement('script'); eventsListenerScript.async = true; eventsListenerScript.src = "//wearejolies.com/cdn/shopifycloud/shopify/assets/shop_events_listener-af52bb5773aaa9f7f1f7f1f7e3a010a904a5c7213a959b83580d22bc7920a2e4.js"; document.getElementsByTagName('head')[0].appendChild(eventsListenerScript); })();</script> <script defer src="https://wearejolies.com/cdn/shopifycloud/perf-kit/shopify-perf-kit-1.3.0.min.js" data-application="storefront-renderer" data-shop-id="28307423372" data-render-region="gcp-europe-west3" data-page-type="collection" data-theme-instance-id="178417893714" data-monorail-region="shop_domain" data-resource-timing-sampling-rate="10" ></script> </head><body class="no-focus-outline features--image-zoom" data-instant-allow-query-string><svg class="visually-hidden"> <linearGradient id="rating-star-gradient-half"> <stop offset="50%" stop-color="rgb(var(--product-star-rating))" /> <stop offset="50%" stop-color="rgb(var(--product-star-rating))" stop-opacity="0.4" /> </linearGradient> </svg> <a href="#main" class="visually-hidden skip-to-content">Passer au contenu</a> <loading-bar class="loading-bar"></loading-bar><div id="shopify-section-announcement-bar" class="shopify-section shopify-section--announcement-bar"><style> :root { --enable-sticky-announcement-bar: 0; } #shopify-section-announcement-bar { --heading-color: 40, 40, 40; --text-color: 40, 40, 40; --primary-button-background: 254, 251, 196; --primary-button-text-color: 38, 43, 43; --section-background: 250, 248, 242; z-index: 2147483648; /* Make sure it goes over header */position: relative;top: 0; } @media screen and (max-width: 740px) {#shopify-section-announcement-bar {z-index: 2147482999;}} @media screen and (min-width: 741px) { :root { --enable-sticky-announcement-bar: 0; } #shopify-section-announcement-bar {position: relative;} } </style><section> <announcement-bar auto-play cycle-speed="5" class="announcement-bar announcement-bar--multiple"><button data-action="prev" class="tap-area tap-area--large"> <span class="visually-hidden">Précédent</span> <svg fill="none" focusable="false" width="12" height="10" class="icon icon--nav-arrow-left-small icon--direction-aware " viewBox="0 0 12 10"> <path d="M12 5L2.25 5M2.25 5L6.15 9.16M2.25 5L6.15 0.840001" stroke="currentColor" stroke-width="1.3"></path> </svg> </button><div class="announcement-bar__list"><announcement-bar-item class="announcement-bar__item" ><div class="announcement-bar__message text--small"><p>Livraison offerte en France dès 100€</p></div></announcement-bar-item><announcement-bar-item hidden class="announcement-bar__item" ><div class="announcement-bar__message text--small"><p>Paiement en 3 fois sans frais dès 50€</p></div></announcement-bar-item></div><button data-action="next" class="tap-area tap-area--large"> <span class="visually-hidden">Suivant</span> <svg fill="none" focusable="false" width="12" height="10" class="icon icon--nav-arrow-right-small icon--direction-aware " viewBox="0 0 12 10"> <path d="M-3.63679e-07 5L9.75 5M9.75 5L5.85 9.16M9.75 5L5.85 0.840001" stroke="currentColor" stroke-width="1.3"></path> </svg> </button></announcement-bar> </section> <script> document.documentElement.style.setProperty('--announcement-bar-height', document.getElementById('shopify-section-announcement-bar').clientHeight + 'px'); </script></div><div id="shopify-section-popup" class="shopify-section shopify-section--popup"><style> [aria-controls="newsletter-popup"] { display: none; /* Allows to hide the toggle icon in the header if the section is disabled */ } </style></div><div id="shopify-section-header" class="shopify-section shopify-section--header"><style> :root { --enable-sticky-header: 1; --enable-transparent-header: 0; --loading-bar-background: 40, 40, 40; /* Prevent the loading bar to be invisible */ } #shopify-section-header {--header-background: 255, 255, 255; --header-text-color: 40, 40, 40; --header-border-color: 223, 223, 223; --reduce-header-padding: 1;position: -webkit-sticky; position: sticky;top: calc(var(--enable-sticky-announcement-bar) * var(--announcement-bar-height, 0px)); z-index: 4; }#shopify-section-header .header__logo-image {max-width: 40px;} @media screen and (min-width: 741px) { #shopify-section-header .header__logo-image { max-width: 150px; } } @media screen and (min-width: 1200px) {}</style> <store-header sticky class="header header--bordered " role="banner"><div class="container"> <div class="header__wrapper"> <!-- LEFT PART --> <nav class="header__inline-navigation" ><div class="header__icon-list hidden-desk"><button is="toggle-button" class="header__icon-wrapper tap-area hidden-desk" aria-controls="mobile-menu-drawer" aria-expanded="false"> <span class="visually-hidden">Navigation</span><svg focusable="false" width="18" height="14" class="icon icon--header-hamburger " viewBox="0 0 18 14"> <path d="M0 1h18M0 13h18H0zm0-6h18H0z" fill="none" stroke="currentColor" stroke-width="1.3"></path> </svg></button><a href="/search" is="toggle-link" class="header__icon-wrapper tap-area hidden-lap hidden-desk" aria-controls="search-drawer" aria-expanded="false" aria-label="Recherche"><svg focusable="false" width="18" height="18" class="icon icon--header-search " viewBox="0 0 18 18"> <path d="M12.336 12.336c2.634-2.635 2.682-6.859.106-9.435-2.576-2.576-6.8-2.528-9.435.106C.373 5.642.325 9.866 2.901 12.442c2.576 2.576 6.8 2.528 9.435-.106zm0 0L17 17" fill="none" stroke="currentColor" stroke-width="1.3"></path> </svg></a> </div><div class="header__search-bar predictive-search hidden-pocket"> <form class="predictive-search__form" action="/search" method="get" role="search"> <input type="hidden" name="type" value="product"> <input type="hidden" name="options[prefix]" value="last"> <input type="hidden" name="options[unavailable_products]" value="last"><svg focusable="false" width="18" height="18" class="icon icon--header-search " viewBox="0 0 18 18"> <path d="M12.336 12.336c2.634-2.635 2.682-6.859.106-9.435-2.576-2.576-6.8-2.528-9.435.106C.373 5.642.325 9.866 2.901 12.442c2.576 2.576 6.8 2.528 9.435-.106zm0 0L17 17" fill="none" stroke="currentColor" stroke-width="1.3"></path> </svg><input class="predictive-search__input" is="predictive-search-input" type="text" name="q" autocomplete="off" autocorrect="off" aria-controls="search-drawer" aria-expanded="false" aria-label="Recherche" placeholder="Que recherchez-vous ?"> </form> </div></nav> <!-- LOGO PART --><span class="header__logo"><a class="header__logo-link" href="/"><span class="visually-hidden">We Are Jolies</span><img class="header__logo-image hidden-phone" width="800" height="309" src="//wearejolies.com/cdn/shop/files/logo_focal_noir_300x.png?v=1655984508" alt=""> <img class="header__logo-image hidden-tablet-and-up" width="300" height="300" src="//wearejolies.com/cdn/shop/files/waj_logo_mobile_300x.png?v=1656940851" alt=""></a></span><!-- SECONDARY LINKS PART --> <div class="header__secondary-links"><div class="header__icon-list"><button is="toggle-button" class="header__icon-wrapper tap-area hidden-phone " aria-controls="newsletter-popup" aria-expanded="false"> <span class="visually-hidden">Newsletter</span><svg focusable="false" width="20" height="16" class="icon icon--header-email " viewBox="0 0 20 16"> <path d="M19 4l-9 5-9-5" fill="none" stroke="currentColor" stroke-width="1.3"></path> <path stroke="currentColor" fill="none" stroke-width="1.3" d="M1 1h18v14H1z"></path> </svg></button><span href="/account/login" class="header__icon-wrapper tap-area jslink" aria-label="Connexion"><svg focusable="false" width="18" height="17" class="icon icon--header-customer " viewBox="0 0 18 17"> <circle cx="9" cy="5" r="4" fill="none" stroke="currentColor" stroke-width="1.3" stroke-linejoin="round"></circle> <path d="M1 17v0a4 4 0 014-4h8a4 4 0 014 4v0" fill="none" stroke="currentColor" stroke-width="1.3"></path> </svg></span><a href="#" class="header__icon-wrapper tap-area wisp"><svg fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.3" width="24" height="24" class="icon icon--wisp " viewBox="0 0 24 24" stroke="currentColor" xmlns="<http://www.w3.org/2000/svg>"> <path d="M15 17h5l-1.405-1.405A2.032 2.032 0 0118 14.158V11a6.002 6.002 0 00-4-5.659V5a2 2 0 10-4 0v.341C7.67 6.165 6 8.388 6 11v3.159c0 .538-.214 1.055-.595 1.436L4 17h5m6 0v1a3 3 0 11-6 0v-1m6 0H9"></path> </svg></a> <a href="/cart" is="toggle-link" aria-controls="mini-cart" aria-expanded="false" class="header__icon-wrapper tap-area" aria-label="Panier" data-no-instant><svg focusable="false" width="20" height="19" class="icon icon--header-tote-bag " viewBox="0 0 20 19"> <path d="M3 7H17L18 18H2L3 7Z" fill="none" stroke="currentColor" stroke-width="1.3"></path> <path d="M13 4V4C13 2.34315 11.6569 1 10 1V1C8.34315 1 7 2.34315 7 4V4" fill="none" stroke="currentColor" stroke-width="1.3"></path> </svg><cart-count class="header__cart-count header__cart-count--floating bubble-count">0</cart-count> </a> </div></div> </div><nav class="header__bottom-navigation hidden-pocket hidden-lap" role="navigation"> <desktop-navigation> <ul class="header__linklist list--unstyled " role="list"><li class="header__linklist-item has-dropdown" data-item-title="Pyjamas 💤"> <a class="header__linklist-link link--animated" href="#" aria-controls="desktop-menu-1" aria-expanded="false">Pyjamas 💤</a><div hidden id="desktop-menu-1" class="mega-menu" > <div class="container"> <div class="mega-menu__inner"><div class="mega-menu__images-wrapper mega-menu__images-wrapper--tight"><a href="/collections/collection-disco-diva-pyjamas" class="mega-menu__image-push image-zoom"><div class="mega-menu__image-wrapper"> <img class="mega-menu__image" loading="lazy" sizes="240px" height="480" width="480" alt="" src="//wearejolies.com/cdn/shop/files/Mega-menu-nouvelle-collection-1_480x.jpg?v=1726829919" srcset="//wearejolies.com/cdn/shop/files/Mega-menu-nouvelle-collection-1_240x.jpg?v=1726829919 240w, //wearejolies.com/cdn/shop/files/Mega-menu-nouvelle-collection-1_480x.jpg?v=1726829919 480w"> </div><p class="mega-menu__heading heading heading--small">Nouvelle collection</p></a><a href="/collections/pyjamas" class="mega-menu__image-push image-zoom"><div class="mega-menu__image-wrapper"> <img class="mega-menu__image" loading="lazy" sizes="240px" height="480" width="480" alt="" src="//wearejolies.com/cdn/shop/files/Mega-menu-pyjama-court_480x.jpg?v=1726720005" srcset="//wearejolies.com/cdn/shop/files/Mega-menu-pyjama-court_240x.jpg?v=1726720005 240w, //wearejolies.com/cdn/shop/files/Mega-menu-pyjama-court_480x.jpg?v=1726720005 480w"> </div><p class="mega-menu__heading heading heading--small">Pyjamas courts</p></a><a href="/collections/pyjamas-longs-en-coton-bio" class="mega-menu__image-push image-zoom"><div class="mega-menu__image-wrapper"> <img class="mega-menu__image" loading="lazy" sizes="240px" height="480" width="480" alt="" src="//wearejolies.com/cdn/shop/files/gif-new-pyj_2_480x.gif?v=1728590129" srcset="//wearejolies.com/cdn/shop/files/gif-new-pyj_2_240x.gif?v=1728590129 240w, //wearejolies.com/cdn/shop/files/gif-new-pyj_2_480x.gif?v=1728590129 480w"> </div><p class="mega-menu__heading heading heading--small">Pyjamas longs</p></a><a href="/collections/we-are-minis" class="mega-menu__image-push image-zoom"><div class="mega-menu__image-wrapper"> <img class="mega-menu__image" loading="lazy" sizes="240px" height="480" width="480" alt="" src="//wearejolies.com/cdn/shop/files/megamenus-weareminis_480x.jpg?v=1715341769" srcset="//wearejolies.com/cdn/shop/files/megamenus-weareminis_240x.jpg?v=1715341769 240w, //wearejolies.com/cdn/shop/files/megamenus-weareminis_480x.jpg?v=1715341769 480w"> </div><p class="mega-menu__heading heading heading--small">We Are Minis</p><span class="mega-menu__text">Pyjamas assortis</span></a><a href="/pages/pourquoi-porter-un-pyjama" class="mega-menu__image-push image-zoom"><div class="mega-menu__image-wrapper"> <img class="mega-menu__image" loading="lazy" sizes="240px" height="480" width="480" alt="" src="//wearejolies.com/cdn/shop/files/megamenu_pyjamas_2024_480x.jpg?v=1729007925" srcset="//wearejolies.com/cdn/shop/files/megamenu_pyjamas_2024_240x.jpg?v=1729007925 240w, //wearejolies.com/cdn/shop/files/megamenu_pyjamas_2024_480x.jpg?v=1729007925 480w"> </div><p class="mega-menu__heading heading heading--small">On vous dit tout !</p></a></div></div> </div> </div></li><li class="header__linklist-item has-dropdown" data-item-title="Culottes"> <a class="header__linklist-link link--animated" href="/collections/jolies-culottes" aria-controls="desktop-menu-2" aria-expanded="false">Culottes</a><div hidden id="desktop-menu-2" class="mega-menu" > <div class="container"> <div class="mega-menu__inner"><div class="mega-menu__columns-wrapper"><div class="mega-menu__column"><a href="/collections/jolies-culottes" class="mega-menu__title heading heading--small">Culottes</a><ul class="linklist list--unstyled" role="list"><li class="linklist__item"> <a href="/collections/jolies-culottes" class="link--faded">TOUTE LA COLLECTION</a> </li><li class="linklist__item"> <a href="/collections/culottes-femme" class="link--faded">Culottes</a> </li><li class="linklist__item"> <a href="/collections/culottes-taille-haute-femme" class="link--faded">Culottes taille haute</a> </li><li class="linklist__item"> <a href="/collections/culottes-bloomers-femme" class="link--faded">Bloomers</a> </li><li class="linklist__item"> <a href="/collections/sexy-ensembles" class="link--faded">Sexy</a> </li><li class="linklist__item"> <a href="/collections/1-brassiere-1-culotte-40" class="link--faded">Lots Culotte + Brassière</a> </li></ul></div></div><div class="mega-menu__images-wrapper mega-menu__images-wrapper--tight tighter"><a href="/collections/jolies-culottes" class="mega-menu__image-push image-zoom"><div class="mega-menu__image-wrapper"> <img class="mega-menu__image" loading="lazy" sizes="240px" height="480" width="480" alt="" src="//wearejolies.com/cdn/shop/files/gif-culottes-toutes_1_480x.gif?v=1726136213" srcset="//wearejolies.com/cdn/shop/files/gif-culottes-toutes_1_240x.gif?v=1726136213 240w, //wearejolies.com/cdn/shop/files/gif-culottes-toutes_1_480x.gif?v=1726136213 480w"> </div><p class="mega-menu__heading heading heading--small">Tout voir</p></a><a href="/collections/culottes-coton-bio" class="mega-menu__image-push image-zoom"><div class="mega-menu__image-wrapper"> <img class="mega-menu__image" loading="lazy" sizes="240px" height="480" width="480" alt="" src="//wearejolies.com/cdn/shop/files/mega-menu-culotte-coton_480x.jpg?v=1726129081" srcset="//wearejolies.com/cdn/shop/files/mega-menu-culotte-coton_240x.jpg?v=1726129081 240w, //wearejolies.com/cdn/shop/files/mega-menu-culotte-coton_480x.jpg?v=1726129081 480w"> </div><p class="mega-menu__heading heading heading--small">Coton Bio</p></a><a href="/collections/culottes-imprimes" class="mega-menu__image-push image-zoom"><div class="mega-menu__image-wrapper"> <img class="mega-menu__image" loading="lazy" sizes="240px" height="480" width="480" alt="" src="//wearejolies.com/cdn/shop/files/mega-menu-culotte-imprimee_480x.jpg?v=1726129082" srcset="//wearejolies.com/cdn/shop/files/mega-menu-culotte-imprimee_240x.jpg?v=1726129082 240w, //wearejolies.com/cdn/shop/files/mega-menu-culotte-imprimee_480x.jpg?v=1726129082 480w"> </div><p class="mega-menu__heading heading heading--small">Imprimés</p></a><a href="/collections/sexy-culottes" class="mega-menu__image-push image-zoom"><div class="mega-menu__image-wrapper"> <img class="mega-menu__image" loading="lazy" sizes="240px" height="480" width="480" alt="" src="//wearejolies.com/cdn/shop/files/mega-menu-culotte-4_480x.jpg?v=1729627474" srcset="//wearejolies.com/cdn/shop/files/mega-menu-culotte-4_240x.jpg?v=1729627474 240w, //wearejolies.com/cdn/shop/files/mega-menu-culotte-4_480x.jpg?v=1729627474 480w"> </div><p class="mega-menu__heading heading heading--small">Sexy</p></a><a href="https://wearejolies.com/collections/jolies-culottes?sort_by=manual&filter.p.m.filter.design=Uni&filter.p.m.filter.design=Paillettes" class="mega-menu__image-push image-zoom"><div class="mega-menu__image-wrapper"> <img class="mega-menu__image" loading="lazy" sizes="240px" height="480" width="480" alt="" src="//wearejolies.com/cdn/shop/files/mega-menu-culotte-basique_480x.jpg?v=1726145551" srcset="//wearejolies.com/cdn/shop/files/mega-menu-culotte-basique_240x.jpg?v=1726145551 240w, //wearejolies.com/cdn/shop/files/mega-menu-culotte-basique_480x.jpg?v=1726145551 480w"> </div><p class="mega-menu__heading heading heading--small">Basics</p></a></div></div> </div> </div></li><li class="header__linklist-item has-dropdown" data-item-title="Brassières"> <a class="header__linklist-link link--animated" href="/collections/brassieres-femme" aria-controls="desktop-menu-3" aria-expanded="false">Brassières</a><div hidden id="desktop-menu-3" class="mega-menu" > <div class="container"> <div class="mega-menu__inner"><div class="mega-menu__images-wrapper mega-menu__images-wrapper--tight tighter"><a href="/collections/brassieres-femme" class="mega-menu__image-push image-zoom"><div class="mega-menu__image-wrapper"> <img class="mega-menu__image" loading="lazy" sizes="240px" height="480" width="480" alt="" src="//wearejolies.com/cdn/shop/files/gif-brassieres-toutes_480x.gif?v=1726149069" srcset="//wearejolies.com/cdn/shop/files/gif-brassieres-toutes_240x.gif?v=1726149069 240w, //wearejolies.com/cdn/shop/files/gif-brassieres-toutes_480x.gif?v=1726149069 480w"> </div><p class="mega-menu__heading heading heading--small">Tout voir</p></a><a href="/collections/brassieres-bonnets-a-d" class="mega-menu__image-push image-zoom"><div class="mega-menu__image-wrapper"> <img class="mega-menu__image" loading="lazy" sizes="240px" height="480" width="480" alt="" src="//wearejolies.com/cdn/shop/files/mega-menu-bonnet-a-g-2_480x.jpg?v=1726129081" srcset="//wearejolies.com/cdn/shop/files/mega-menu-bonnet-a-g-2_240x.jpg?v=1726129081 240w, //wearejolies.com/cdn/shop/files/mega-menu-bonnet-a-g-2_480x.jpg?v=1726129081 480w"> </div><p class="mega-menu__heading heading heading--small">Bonnets A-D</p></a><a href="/collections/brassieres-grandes-tailles" class="mega-menu__image-push image-zoom"><div class="mega-menu__image-wrapper"> <img class="mega-menu__image" loading="lazy" sizes="240px" height="1080" width="1080" alt="" src="//wearejolies.com/cdn/shop/files/Big-bra-3_720x.jpg?v=1709215118" srcset="//wearejolies.com/cdn/shop/files/Big-bra-3_240x.jpg?v=1709215118 240w, //wearejolies.com/cdn/shop/files/Big-bra-3_480x.jpg?v=1709215118 480w, //wearejolies.com/cdn/shop/files/Big-bra-3_720x.jpg?v=1709215118 720w"> </div><p class="mega-menu__heading heading heading--small">Bonnets D - G</p></a><a href="/collections/brassieres-femme-coton-bio" class="mega-menu__image-push image-zoom"><div class="mega-menu__image-wrapper"> <img class="mega-menu__image" loading="lazy" sizes="240px" height="480" width="480" alt="" src="//wearejolies.com/cdn/shop/files/mega-menu-barriere-coton_59079128-5e78-45e8-b3cc-a0021707f11c_480x.jpg?v=1726149369" srcset="//wearejolies.com/cdn/shop/files/mega-menu-barriere-coton_59079128-5e78-45e8-b3cc-a0021707f11c_240x.jpg?v=1726149369 240w, //wearejolies.com/cdn/shop/files/mega-menu-barriere-coton_59079128-5e78-45e8-b3cc-a0021707f11c_480x.jpg?v=1726149369 480w"> </div><p class="mega-menu__heading heading heading--small">Coton Bio</p></a><a href="/collections/sexy-brassieres" class="mega-menu__image-push image-zoom"><div class="mega-menu__image-wrapper"> <img class="mega-menu__image" loading="lazy" sizes="240px" height="480" width="480" alt="" src="//wearejolies.com/cdn/shop/files/mega-menu-brassiere--2_480x.jpg?v=1729627494" srcset="//wearejolies.com/cdn/shop/files/mega-menu-brassiere--2_240x.jpg?v=1729627494 240w, //wearejolies.com/cdn/shop/files/mega-menu-brassiere--2_480x.jpg?v=1729627494 480w"> </div><p class="mega-menu__heading heading heading--small">Sexy</p></a><a href="/collections/1-brassiere-1-culotte-40" class="mega-menu__image-push image-zoom"><div class="mega-menu__image-wrapper"> <img class="mega-menu__image" loading="lazy" sizes="240px" height="480" width="480" alt="" src="//wearejolies.com/cdn/shop/files/mega-menu-barriere-culotte-2_480x.jpg?v=1726129081" srcset="//wearejolies.com/cdn/shop/files/mega-menu-barriere-culotte-2_240x.jpg?v=1726129081 240w, //wearejolies.com/cdn/shop/files/mega-menu-barriere-culotte-2_480x.jpg?v=1726129081 480w"> </div><p class="mega-menu__heading heading heading--small">1 brassière + 1 culotte</p></a></div></div> </div> </div></li><li class="header__linklist-item has-dropdown" data-item-title="Lingerie Sexy |NEW|"> <a class="header__linklist-link link--animated" href="/collections/sexy-ensembles" aria-controls="desktop-menu-4" aria-expanded="false">Lingerie Sexy <span class="label label--custom">NEW</span></a><div hidden id="desktop-menu-4" class="mega-menu" > <div class="container"> <div class="mega-menu__inner"><div class="mega-menu__images-wrapper mega-menu__images-wrapper--tight"><a href="/collections/sexy-culottes" class="mega-menu__image-push image-zoom"><div class="mega-menu__image-wrapper"> <img class="mega-menu__image" loading="lazy" sizes="240px" height="480" width="480" alt="" src="//wearejolies.com/cdn/shop/files/mega-menu-culotte-3_480x.jpg?v=1729627451" srcset="//wearejolies.com/cdn/shop/files/mega-menu-culotte-3_240x.jpg?v=1729627451 240w, //wearejolies.com/cdn/shop/files/mega-menu-culotte-3_480x.jpg?v=1729627451 480w"> </div><p class="mega-menu__heading heading heading--small">Culottes</p></a><a href="/collections/sexy-brassieres" class="mega-menu__image-push image-zoom"><div class="mega-menu__image-wrapper"> <img class="mega-menu__image" loading="lazy" sizes="240px" height="480" width="480" alt="" src="//wearejolies.com/cdn/shop/files/mega-menu-brassiere-3_480x.jpg?v=1729627486" srcset="//wearejolies.com/cdn/shop/files/mega-menu-brassiere-3_240x.jpg?v=1729627486 240w, //wearejolies.com/cdn/shop/files/mega-menu-brassiere-3_480x.jpg?v=1729627486 480w"> </div><p class="mega-menu__heading heading heading--small">Brassières</p></a><a href="/collections/sexy-ensembles" class="mega-menu__image-push image-zoom"><div class="mega-menu__image-wrapper"> <img class="mega-menu__image" loading="lazy" sizes="240px" height="480" width="480" alt="" src="//wearejolies.com/cdn/shop/files/gif-lingerie-sexy-mega-menu_480x.gif?v=1729627362" srcset="//wearejolies.com/cdn/shop/files/gif-lingerie-sexy-mega-menu_240x.gif?v=1729627362 240w, //wearejolies.com/cdn/shop/files/gif-lingerie-sexy-mega-menu_480x.gif?v=1729627362 480w"> </div><p class="mega-menu__heading heading heading--small">Ensembles</p></a></div></div> </div> </div></li><li class="header__linklist-item has-dropdown" data-item-title="Culottes menstruelles"> <a class="header__linklist-link link--animated" href="/collections/culottes-menstruelles-regles-coton-bio" aria-controls="desktop-menu-5" aria-expanded="false">Culottes menstruelles</a><div hidden id="desktop-menu-5" class="mega-menu" > <div class="container"> <div class="mega-menu__inner"><div class="mega-menu__images-wrapper mega-menu__images-wrapper--tight"><a href="/collections/culottes-menstruelles-regles-coton-bio" class="mega-menu__image-push image-zoom"><div class="mega-menu__image-wrapper"> <img class="mega-menu__image" loading="lazy" sizes="240px" height="480" width="480" alt="" src="//wearejolies.com/cdn/shop/files/culottes-menstruelles-trois-femmes_480x.jpg?v=1678111557" srcset="//wearejolies.com/cdn/shop/files/culottes-menstruelles-trois-femmes_240x.jpg?v=1678111557 240w, //wearejolies.com/cdn/shop/files/culottes-menstruelles-trois-femmes_480x.jpg?v=1678111557 480w"> </div><p class="mega-menu__heading heading heading--small">Tout voir</p></a><a href="/collections/culottes-menstruelles-flux-nuit" class="mega-menu__image-push image-zoom"><div class="mega-menu__image-wrapper"> <img class="mega-menu__image" loading="lazy" sizes="240px" height="480" width="480" alt="" src="//wearejolies.com/cdn/shop/files/megamenus-cm-lorea_480x.jpg?v=1712655799" srcset="//wearejolies.com/cdn/shop/files/megamenus-cm-lorea_240x.jpg?v=1712655799 240w, //wearejolies.com/cdn/shop/files/megamenus-cm-lorea_480x.jpg?v=1712655799 480w"> </div><p class="mega-menu__heading heading heading--small">Flux nuit</p><span class="mega-menu__text">4 tampons</span></a><a href="/collections/culottes-menstruelles-flux-abondant" class="mega-menu__image-push image-zoom"><div class="mega-menu__image-wrapper"> <img class="mega-menu__image" loading="lazy" sizes="240px" height="480" width="480" alt="" src="//wearejolies.com/cdn/shop/files/Mega-menu-CM-flux-abondant_480x.jpg?v=1726985137" srcset="//wearejolies.com/cdn/shop/files/Mega-menu-CM-flux-abondant_240x.jpg?v=1726985137 240w, //wearejolies.com/cdn/shop/files/Mega-menu-CM-flux-abondant_480x.jpg?v=1726985137 480w"> </div><p class="mega-menu__heading heading heading--small">Flux abondant</p><span class="mega-menu__text">3-4 tampons</span></a><a href="/collections/culottes-menstruelles-flux-moyen" class="mega-menu__image-push image-zoom"><div class="mega-menu__image-wrapper"> <img class="mega-menu__image" loading="lazy" sizes="240px" height="480" width="480" alt="" src="//wearejolies.com/cdn/shop/files/Mega-menu-CM---flux-moyen_480x.jpg?v=1726985152" srcset="//wearejolies.com/cdn/shop/files/Mega-menu-CM---flux-moyen_240x.jpg?v=1726985152 240w, //wearejolies.com/cdn/shop/files/Mega-menu-CM---flux-moyen_480x.jpg?v=1726985152 480w"> </div><p class="mega-menu__heading heading heading--small">Flux moyen</p><span class="mega-menu__text">2-3 tampons</span></a><a href="/pages/culottes-menstruelles" class="mega-menu__image-push image-zoom"><div class="mega-menu__image-wrapper"> <img class="mega-menu__image" loading="lazy" sizes="240px" height="480" width="480" alt="" src="//wearejolies.com/cdn/shop/files/megamenu_cm_2024_3068c252-e851-4b82-9c8e-423196987f3b_480x.jpg?v=1729008027" srcset="//wearejolies.com/cdn/shop/files/megamenu_cm_2024_3068c252-e851-4b82-9c8e-423196987f3b_240x.jpg?v=1729008027 240w, //wearejolies.com/cdn/shop/files/megamenu_cm_2024_3068c252-e851-4b82-9c8e-423196987f3b_480x.jpg?v=1729008027 480w"> </div><p class="mega-menu__heading heading heading--small">On vous dit tout !</p></a></div></div> </div> </div></li><li class="header__linklist-item has-dropdown" data-item-title="Prêt-à-porter |NEW|"> <a class="header__linklist-link link--animated" href="/collections/pret-a-porter-disco-diva" aria-controls="desktop-menu-6" aria-expanded="false">Prêt-à-porter <span class="label label--custom">NEW</span></a><div hidden id="desktop-menu-6" class="mega-menu" > <div class="container"> <div class="mega-menu__inner"><div class="mega-menu__images-wrapper mega-menu__images-wrapper--tight tighter"><a href="/collections/sweatshirts" class="mega-menu__image-push image-zoom"><div class="mega-menu__image-wrapper"> <img class="mega-menu__image" loading="lazy" sizes="240px" height="480" width="480" alt="" src="//wearejolies.com/cdn/shop/files/mega-menu-gif_480x.gif?v=1729861322" srcset="//wearejolies.com/cdn/shop/files/mega-menu-gif_240x.gif?v=1729861322 240w, //wearejolies.com/cdn/shop/files/mega-menu-gif_480x.gif?v=1729861322 480w"> </div><p class="mega-menu__heading heading heading--small">SWEATS</p></a><a href="/collections/velours-disco-diva" class="mega-menu__image-push image-zoom"><div class="mega-menu__image-wrapper"> <img class="mega-menu__image" loading="lazy" sizes="240px" height="480" width="480" alt="" src="//wearejolies.com/cdn/shop/files/mega-menu-2_480x.jpg?v=1729342091" srcset="//wearejolies.com/cdn/shop/files/mega-menu-2_240x.jpg?v=1729342091 240w, //wearejolies.com/cdn/shop/files/mega-menu-2_480x.jpg?v=1729342091 480w"> </div><p class="mega-menu__heading heading heading--small">Ensembles velours fluide</p></a><a href="/collections/top-leggings" class="mega-menu__image-push image-zoom"><div class="mega-menu__image-wrapper"> <img class="mega-menu__image" loading="lazy" sizes="240px" height="480" width="480" alt="" src="//wearejolies.com/cdn/shop/files/mega-menu-1_480x.jpg?v=1729189446" srcset="//wearejolies.com/cdn/shop/files/mega-menu-1_240x.jpg?v=1729189446 240w, //wearejolies.com/cdn/shop/files/mega-menu-1_480x.jpg?v=1729189446 480w"> </div><p class="mega-menu__heading heading heading--small">Top & Leggings</p></a><a href="/collections/ginger-chloe-pap" class="mega-menu__image-push image-zoom"><div class="mega-menu__image-wrapper"> <img class="mega-menu__image" loading="lazy" sizes="240px" height="1080" width="1080" alt="" src="//wearejolies.com/cdn/shop/files/Plan_de_travail_7_129a797a-cded-45b2-a12e-90c45d3fbb37_720x.png?v=1730193695" srcset="//wearejolies.com/cdn/shop/files/Plan_de_travail_7_129a797a-cded-45b2-a12e-90c45d3fbb37_240x.png?v=1730193695 240w, //wearejolies.com/cdn/shop/files/Plan_de_travail_7_129a797a-cded-45b2-a12e-90c45d3fbb37_480x.png?v=1730193695 480w, //wearejolies.com/cdn/shop/files/Plan_de_travail_7_129a797a-cded-45b2-a12e-90c45d3fbb37_720x.png?v=1730193695 720w"> </div><p class="mega-menu__heading heading heading--small">The GInger Chloé x WAJ 🎀</p></a><a href="/collections/body-manches-longues" class="mega-menu__image-push image-zoom"><div class="mega-menu__image-wrapper"> <img class="mega-menu__image" loading="lazy" sizes="240px" height="480" width="480" alt="" src="//wearejolies.com/cdn/shop/files/Mega-menu-body-2_480x.jpg?v=1727697393" srcset="//wearejolies.com/cdn/shop/files/Mega-menu-body-2_240x.jpg?v=1727697393 240w, //wearejolies.com/cdn/shop/files/Mega-menu-body-2_480x.jpg?v=1727697393 480w"> </div><p class="mega-menu__heading heading heading--small">Bodys</p></a><a href="/collections/pantalons-lurex" class="mega-menu__image-push image-zoom"><div class="mega-menu__image-wrapper"> <img class="mega-menu__image" loading="lazy" sizes="240px" height="480" width="480" alt="" src="//wearejolies.com/cdn/shop/files/mega-menu-pantalon-lurex-2_480x.jpg?v=1733499210" srcset="//wearejolies.com/cdn/shop/files/mega-menu-pantalon-lurex-2_240x.jpg?v=1733499210 240w, //wearejolies.com/cdn/shop/files/mega-menu-pantalon-lurex-2_480x.jpg?v=1733499210 480w"> </div><p class="mega-menu__heading heading heading--small">Pantalons fluides paillettes</p></a></div></div> </div> </div></li><li class="header__linklist-item has-dropdown" data-item-title="Accessoires"> <a class="header__linklist-link link--animated" href="#" aria-controls="desktop-menu-7" aria-expanded="false">Accessoires</a><div hidden id="desktop-menu-7" class="mega-menu" > <div class="container"> <div class="mega-menu__inner"><div class="mega-menu__images-wrapper"><a href="/collections/chaussettes" class="mega-menu__image-push image-zoom"><div class="mega-menu__image-wrapper"> <img class="mega-menu__image" loading="lazy" sizes="240px" height="480" width="480" alt="" src="//wearejolies.com/cdn/shop/files/Mega_menu_0700d784-a278-4598-8476-09911f39bb76_480x.png?v=1730388080" srcset="//wearejolies.com/cdn/shop/files/Mega_menu_0700d784-a278-4598-8476-09911f39bb76_240x.png?v=1730388080 240w, //wearejolies.com/cdn/shop/files/Mega_menu_0700d784-a278-4598-8476-09911f39bb76_480x.png?v=1730388080 480w"> </div><p class="mega-menu__heading heading heading--small">Chaussettes</p></a></div></div> </div> </div></li></ul> </desktop-navigation> </nav></div> </store-header><cart-notification global hidden class="cart-notification "></cart-notification><mobile-navigation append-body id="mobile-menu-drawer" class="drawer drawer--from-left"> <span class="drawer__overlay"></span> <div class="drawer__header drawer__header--shadowed"> <button type="button" class="drawer__close-button drawer__close-button--block tap-area" data-action="close" title="Fermer"><svg focusable="false" width="14" height="14" class="icon icon--close " viewBox="0 0 14 14"> <path d="M13 13L1 1M13 1L1 13" stroke="currentColor" stroke-width="1.3" fill="none"></path> </svg></button> </div> <div class="drawer__content"> <ul class="mobile-nav list--unstyled-offers" role="list"><li class="mobile-nav__item" data-level="1"><button is="toggle-button" class="mobile-nav__link heading h5" aria-controls="mobile-menu-1" aria-expanded="false"> <span>Pyjamas 💤</span> <span class="animated-plus"></span> </button> <collapsible-content id="mobile-menu-1" class="collapsible"> <div class="mobgrid"><a href="/collections/collection-disco-diva-pyjamas" class="mobile-nav__image-push"><img class="mobile-nav__image" loading="lazy" sizes="270px" height="480" width="480" alt="" src="//wearejolies.com/cdn/shop/files/Mega-menu-nouvelle-collection-1_480x.jpg?v=1726829919" srcset="//wearejolies.com/cdn/shop/files/Mega-menu-nouvelle-collection-1_270x.jpg?v=1726829919 270w, //wearejolies.com/cdn/shop/files/Mega-menu-nouvelle-collection-1_480x.jpg?v=1726829919 480w"><p class="mobile-nav__image-heading heading heading--xsmall">Nouvelle collection</p></a><a href="/collections/pyjamas" class="mobile-nav__image-push"><img class="mobile-nav__image" loading="lazy" sizes="270px" height="480" width="480" alt="" src="//wearejolies.com/cdn/shop/files/Mega-menu-pyjama-court_480x.jpg?v=1726720005" srcset="//wearejolies.com/cdn/shop/files/Mega-menu-pyjama-court_270x.jpg?v=1726720005 270w, //wearejolies.com/cdn/shop/files/Mega-menu-pyjama-court_480x.jpg?v=1726720005 480w"><p class="mobile-nav__image-heading heading heading--xsmall">Pyjamas courts</p></a><a href="/collections/pyjamas-longs-en-coton-bio" class="mobile-nav__image-push"><img class="mobile-nav__image" loading="lazy" sizes="270px" height="480" width="480" alt="" src="//wearejolies.com/cdn/shop/files/gif-new-pyj_2_480x.gif?v=1728590129" srcset="//wearejolies.com/cdn/shop/files/gif-new-pyj_2_270x.gif?v=1728590129 270w, //wearejolies.com/cdn/shop/files/gif-new-pyj_2_480x.gif?v=1728590129 480w"><p class="mobile-nav__image-heading heading heading--xsmall">Pyjamas longs</p></a><a href="/collections/we-are-minis" class="mobile-nav__image-push"><img class="mobile-nav__image" loading="lazy" sizes="270px" height="480" width="480" alt="" src="//wearejolies.com/cdn/shop/files/megamenus-weareminis_480x.jpg?v=1715341769" srcset="//wearejolies.com/cdn/shop/files/megamenus-weareminis_270x.jpg?v=1715341769 270w, //wearejolies.com/cdn/shop/files/megamenus-weareminis_480x.jpg?v=1715341769 480w"><p class="mobile-nav__image-heading heading heading--xsmall">We Are Minis</p><span class="mobile-nav__image-text text--xsmall">Pyjamas assortis</span></a><a href="/pages/pourquoi-porter-un-pyjama" class="mobile-nav__image-push"><img class="mobile-nav__image" loading="lazy" sizes="270px" height="480" width="480" alt="" src="//wearejolies.com/cdn/shop/files/megamenu_pyjamas_2024_480x.jpg?v=1729007925" srcset="//wearejolies.com/cdn/shop/files/megamenu_pyjamas_2024_270x.jpg?v=1729007925 270w, //wearejolies.com/cdn/shop/files/megamenu_pyjamas_2024_480x.jpg?v=1729007925 480w"><p class="mobile-nav__image-heading heading heading--xsmall">On vous dit tout !</p></a></div> </collapsible-content></li><li class="mobile-nav__item" data-level="1"><button is="toggle-button" class="mobile-nav__link heading h5" aria-controls="mobile-menu-2" aria-expanded="false"> <span>Culottes</span> <span class="animated-plus"></span> </button> <collapsible-content id="mobile-menu-2" class="collapsible"><ul class="mobile-nav list--unstyled" role="list"><li class="mobile-nav__item" data-level="2"><a href="/collections/jolies-culottes" class="mobile-nav__link">TOUT VOIR</a></li><li class="mobile-nav__item" data-level="2"><a href="/collections/culottes-femme" class="mobile-nav__link">Culottes</a></li><li class="mobile-nav__item" data-level="2"><a href="/collections/culottes-taille-haute-femme" class="mobile-nav__link">Culottes taille haute</a></li><li class="mobile-nav__item" data-level="2"><a href="/collections/culottes-bloomers-femme" class="mobile-nav__link">Bloomers</a></li><li class="mobile-nav__item" data-level="2"><a href="/collections/sexy-culottes" class="mobile-nav__link">Sexy</a></li><li class="mobile-nav__item" data-level="2"><a href="/collections/1-brassiere-1-culotte-40" class="mobile-nav__link">Lots Culotte + Brassière</a></li></ul> <div class="mobgrid"><a href="/collections/jolies-culottes" class="mobile-nav__image-push"><img class="mobile-nav__image" loading="lazy" sizes="270px" height="480" width="480" alt="" src="//wearejolies.com/cdn/shop/files/gif-culottes-toutes_1_480x.gif?v=1726136213" srcset="//wearejolies.com/cdn/shop/files/gif-culottes-toutes_1_270x.gif?v=1726136213 270w, //wearejolies.com/cdn/shop/files/gif-culottes-toutes_1_480x.gif?v=1726136213 480w"><p class="mobile-nav__image-heading heading heading--xsmall">Tout voir</p></a><a href="/collections/culottes-coton-bio" class="mobile-nav__image-push"><img class="mobile-nav__image" loading="lazy" sizes="270px" height="480" width="480" alt="" src="//wearejolies.com/cdn/shop/files/mega-menu-culotte-coton_480x.jpg?v=1726129081" srcset="//wearejolies.com/cdn/shop/files/mega-menu-culotte-coton_270x.jpg?v=1726129081 270w, //wearejolies.com/cdn/shop/files/mega-menu-culotte-coton_480x.jpg?v=1726129081 480w"><p class="mobile-nav__image-heading heading heading--xsmall">Coton Bio</p></a><a href="/collections/culottes-imprimes" class="mobile-nav__image-push"><img class="mobile-nav__image" loading="lazy" sizes="270px" height="480" width="480" alt="" src="//wearejolies.com/cdn/shop/files/mega-menu-culotte-imprimee_480x.jpg?v=1726129082" srcset="//wearejolies.com/cdn/shop/files/mega-menu-culotte-imprimee_270x.jpg?v=1726129082 270w, //wearejolies.com/cdn/shop/files/mega-menu-culotte-imprimee_480x.jpg?v=1726129082 480w"><p class="mobile-nav__image-heading heading heading--xsmall">Imprimés</p></a><a href="/collections/sexy-culottes" class="mobile-nav__image-push"><img class="mobile-nav__image" loading="lazy" sizes="270px" height="480" width="480" alt="" src="//wearejolies.com/cdn/shop/files/mega-menu-culotte-4_480x.jpg?v=1729627474" srcset="//wearejolies.com/cdn/shop/files/mega-menu-culotte-4_270x.jpg?v=1729627474 270w, //wearejolies.com/cdn/shop/files/mega-menu-culotte-4_480x.jpg?v=1729627474 480w"><p class="mobile-nav__image-heading heading heading--xsmall">Sexy</p></a><a href="https://wearejolies.com/collections/jolies-culottes?sort_by=manual&filter.p.m.filter.design=Uni&filter.p.m.filter.design=Paillettes" class="mobile-nav__image-push"><img class="mobile-nav__image" loading="lazy" sizes="270px" height="480" width="480" alt="" src="//wearejolies.com/cdn/shop/files/mega-menu-culotte-basique_480x.jpg?v=1726145551" srcset="//wearejolies.com/cdn/shop/files/mega-menu-culotte-basique_270x.jpg?v=1726145551 270w, //wearejolies.com/cdn/shop/files/mega-menu-culotte-basique_480x.jpg?v=1726145551 480w"><p class="mobile-nav__image-heading heading heading--xsmall">Basics</p></a><a href="https://wearejolies.com/collections/culottes-grandes-tailles?sort_by=manual&filter.v.m.size.in_stock=XL&filter.v.m.size.in_stock=2XL&filter.v.m.size.in_stock=3XL&filter.v.m.size.in_stock=4XL&filter.p.product_type=Culottes+Femme" class="mobile-nav__image-push"><img class="mobile-nav__image" loading="lazy" sizes="270px" height="480" width="480" alt="" src="//wearejolies.com/cdn/shop/files/Mega-menu---culotte-grande-taille_480x.jpg?v=1726593699" srcset="//wearejolies.com/cdn/shop/files/Mega-menu---culotte-grande-taille_270x.jpg?v=1726593699 270w, //wearejolies.com/cdn/shop/files/Mega-menu---culotte-grande-taille_480x.jpg?v=1726593699 480w"><p class="mobile-nav__image-heading heading heading--xsmall">Grandes tailles</p></a></div> </collapsible-content></li><li class="mobile-nav__item" data-level="1"><button is="toggle-button" class="mobile-nav__link heading h5" aria-controls="mobile-menu-3" aria-expanded="false"> <span>Brassières</span> <span class="animated-plus"></span> </button> <collapsible-content id="mobile-menu-3" class="collapsible"> <div class="mobgrid"><a href="/collections/brassieres-femme" class="mobile-nav__image-push"><img class="mobile-nav__image" loading="lazy" sizes="270px" height="480" width="480" alt="" src="//wearejolies.com/cdn/shop/files/gif-brassieres-toutes_480x.gif?v=1726149069" srcset="//wearejolies.com/cdn/shop/files/gif-brassieres-toutes_270x.gif?v=1726149069 270w, //wearejolies.com/cdn/shop/files/gif-brassieres-toutes_480x.gif?v=1726149069 480w"><p class="mobile-nav__image-heading heading heading--xsmall">Tout voir</p></a><a href="/collections/brassieres-bonnets-a-d" class="mobile-nav__image-push"><img class="mobile-nav__image" loading="lazy" sizes="270px" height="480" width="480" alt="" src="//wearejolies.com/cdn/shop/files/mega-menu-bonnet-a-g-2_480x.jpg?v=1726129081" srcset="//wearejolies.com/cdn/shop/files/mega-menu-bonnet-a-g-2_270x.jpg?v=1726129081 270w, //wearejolies.com/cdn/shop/files/mega-menu-bonnet-a-g-2_480x.jpg?v=1726129081 480w"><p class="mobile-nav__image-heading heading heading--xsmall">Bonnets A-D</p></a><a href="/collections/brassieres-grandes-tailles" class="mobile-nav__image-push"><img class="mobile-nav__image" loading="lazy" sizes="270px" height="1080" width="1080" alt="" src="//wearejolies.com/cdn/shop/files/Big-bra-3_810x.jpg?v=1709215118" srcset="//wearejolies.com/cdn/shop/files/Big-bra-3_270x.jpg?v=1709215118 270w, //wearejolies.com/cdn/shop/files/Big-bra-3_540x.jpg?v=1709215118 540w, //wearejolies.com/cdn/shop/files/Big-bra-3_810x.jpg?v=1709215118 810w"><p class="mobile-nav__image-heading heading heading--xsmall">Bonnets D - G</p></a><a href="/collections/brassieres-femme-coton-bio" class="mobile-nav__image-push"><img class="mobile-nav__image" loading="lazy" sizes="270px" height="480" width="480" alt="" src="//wearejolies.com/cdn/shop/files/mega-menu-barriere-coton_59079128-5e78-45e8-b3cc-a0021707f11c_480x.jpg?v=1726149369" srcset="//wearejolies.com/cdn/shop/files/mega-menu-barriere-coton_59079128-5e78-45e8-b3cc-a0021707f11c_270x.jpg?v=1726149369 270w, //wearejolies.com/cdn/shop/files/mega-menu-barriere-coton_59079128-5e78-45e8-b3cc-a0021707f11c_480x.jpg?v=1726149369 480w"><p class="mobile-nav__image-heading heading heading--xsmall">Coton Bio</p></a><a href="/collections/sexy-brassieres" class="mobile-nav__image-push"><img class="mobile-nav__image" loading="lazy" sizes="270px" height="480" width="480" alt="" src="//wearejolies.com/cdn/shop/files/mega-menu-brassiere--2_480x.jpg?v=1729627494" srcset="//wearejolies.com/cdn/shop/files/mega-menu-brassiere--2_270x.jpg?v=1729627494 270w, //wearejolies.com/cdn/shop/files/mega-menu-brassiere--2_480x.jpg?v=1729627494 480w"><p class="mobile-nav__image-heading heading heading--xsmall">Sexy</p></a><a href="/collections/1-brassiere-1-culotte-40" class="mobile-nav__image-push"><img class="mobile-nav__image" loading="lazy" sizes="270px" height="480" width="480" alt="" src="//wearejolies.com/cdn/shop/files/mega-menu-barriere-culotte-2_480x.jpg?v=1726129081" srcset="//wearejolies.com/cdn/shop/files/mega-menu-barriere-culotte-2_270x.jpg?v=1726129081 270w, //wearejolies.com/cdn/shop/files/mega-menu-barriere-culotte-2_480x.jpg?v=1726129081 480w"><p class="mobile-nav__image-heading heading heading--xsmall">1 brassière + 1 culotte</p></a></div> </collapsible-content></li><li class="mobile-nav__item" data-level="1"><button is="toggle-button" class="mobile-nav__link heading h5" aria-controls="mobile-menu-4" aria-expanded="false"> <span>Lingerie Sexy <span class="label label--custom">NEW</span></span> <span class="animated-plus"></span> </button> <collapsible-content id="mobile-menu-4" class="collapsible"> <div class="mobgrid"><a href="/collections/sexy-culottes" class="mobile-nav__image-push"><img class="mobile-nav__image" loading="lazy" sizes="270px" height="480" width="480" alt="" src="//wearejolies.com/cdn/shop/files/mega-menu-culotte-3_480x.jpg?v=1729627451" srcset="//wearejolies.com/cdn/shop/files/mega-menu-culotte-3_270x.jpg?v=1729627451 270w, //wearejolies.com/cdn/shop/files/mega-menu-culotte-3_480x.jpg?v=1729627451 480w"><p class="mobile-nav__image-heading heading heading--xsmall">Culottes</p></a><a href="/collections/sexy-brassieres" class="mobile-nav__image-push"><img class="mobile-nav__image" loading="lazy" sizes="270px" height="480" width="480" alt="" src="//wearejolies.com/cdn/shop/files/mega-menu-brassiere-3_480x.jpg?v=1729627486" srcset="//wearejolies.com/cdn/shop/files/mega-menu-brassiere-3_270x.jpg?v=1729627486 270w, //wearejolies.com/cdn/shop/files/mega-menu-brassiere-3_480x.jpg?v=1729627486 480w"><p class="mobile-nav__image-heading heading heading--xsmall">Brassières</p></a><a href="/collections/sexy-ensembles" class="mobile-nav__image-push"><img class="mobile-nav__image" loading="lazy" sizes="270px" height="480" width="480" alt="" src="//wearejolies.com/cdn/shop/files/gif-lingerie-sexy-mega-menu_480x.gif?v=1729627362" srcset="//wearejolies.com/cdn/shop/files/gif-lingerie-sexy-mega-menu_270x.gif?v=1729627362 270w, //wearejolies.com/cdn/shop/files/gif-lingerie-sexy-mega-menu_480x.gif?v=1729627362 480w"><p class="mobile-nav__image-heading heading heading--xsmall">Ensembles</p></a></div> </collapsible-content></li><li class="mobile-nav__item" data-level="1"><button is="toggle-button" class="mobile-nav__link heading h5" aria-controls="mobile-menu-5" aria-expanded="false"> <span>Culottes menstruelles</span> <span class="animated-plus"></span> </button> <collapsible-content id="mobile-menu-5" class="collapsible"> <div class="mobgrid"><a href="/collections/culottes-menstruelles-regles-coton-bio" class="mobile-nav__image-push"><img class="mobile-nav__image" loading="lazy" sizes="270px" height="480" width="480" alt="" src="//wearejolies.com/cdn/shop/files/culottes-menstruelles-trois-femmes_480x.jpg?v=1678111557" srcset="//wearejolies.com/cdn/shop/files/culottes-menstruelles-trois-femmes_270x.jpg?v=1678111557 270w, //wearejolies.com/cdn/shop/files/culottes-menstruelles-trois-femmes_480x.jpg?v=1678111557 480w"><p class="mobile-nav__image-heading heading heading--xsmall">Tout voir</p></a><a href="/collections/culottes-menstruelles-flux-nuit" class="mobile-nav__image-push"><img class="mobile-nav__image" loading="lazy" sizes="270px" height="480" width="480" alt="" src="//wearejolies.com/cdn/shop/files/megamenus-cm-lorea_480x.jpg?v=1712655799" srcset="//wearejolies.com/cdn/shop/files/megamenus-cm-lorea_270x.jpg?v=1712655799 270w, //wearejolies.com/cdn/shop/files/megamenus-cm-lorea_480x.jpg?v=1712655799 480w"><p class="mobile-nav__image-heading heading heading--xsmall">Flux nuit</p><span class="mobile-nav__image-text text--xsmall">4 tampons</span></a><a href="/collections/culottes-menstruelles-flux-abondant" class="mobile-nav__image-push"><img class="mobile-nav__image" loading="lazy" sizes="270px" height="480" width="480" alt="" src="//wearejolies.com/cdn/shop/files/Mega-menu-CM-flux-abondant_480x.jpg?v=1726985137" srcset="//wearejolies.com/cdn/shop/files/Mega-menu-CM-flux-abondant_270x.jpg?v=1726985137 270w, //wearejolies.com/cdn/shop/files/Mega-menu-CM-flux-abondant_480x.jpg?v=1726985137 480w"><p class="mobile-nav__image-heading heading heading--xsmall">Flux abondant</p><span class="mobile-nav__image-text text--xsmall">3-4 tampons</span></a><a href="/collections/culottes-menstruelles-flux-moyen" class="mobile-nav__image-push"><img class="mobile-nav__image" loading="lazy" sizes="270px" height="480" width="480" alt="" src="//wearejolies.com/cdn/shop/files/Mega-menu-CM---flux-moyen_480x.jpg?v=1726985152" srcset="//wearejolies.com/cdn/shop/files/Mega-menu-CM---flux-moyen_270x.jpg?v=1726985152 270w, //wearejolies.com/cdn/shop/files/Mega-menu-CM---flux-moyen_480x.jpg?v=1726985152 480w"><p class="mobile-nav__image-heading heading heading--xsmall">Flux moyen</p><span class="mobile-nav__image-text text--xsmall">2-3 tampons</span></a><a href="/pages/culottes-menstruelles" class="mobile-nav__image-push"><img class="mobile-nav__image" loading="lazy" sizes="270px" height="480" width="480" alt="" src="//wearejolies.com/cdn/shop/files/megamenu_cm_2024_3068c252-e851-4b82-9c8e-423196987f3b_480x.jpg?v=1729008027" srcset="//wearejolies.com/cdn/shop/files/megamenu_cm_2024_3068c252-e851-4b82-9c8e-423196987f3b_270x.jpg?v=1729008027 270w, //wearejolies.com/cdn/shop/files/megamenu_cm_2024_3068c252-e851-4b82-9c8e-423196987f3b_480x.jpg?v=1729008027 480w"><p class="mobile-nav__image-heading heading heading--xsmall">On vous dit tout !</p></a></div> </collapsible-content></li><li class="mobile-nav__item" data-level="1"><button is="toggle-button" class="mobile-nav__link heading h5" aria-controls="mobile-menu-6" aria-expanded="false"> <span>Prêt-à-porter <span class="label label--custom">NEW</span></span> <span class="animated-plus"></span> </button> <collapsible-content id="mobile-menu-6" class="collapsible"> <div class="mobgrid"><a href="/collections/sweatshirts" class="mobile-nav__image-push"><img class="mobile-nav__image" loading="lazy" sizes="270px" height="480" width="480" alt="" src="//wearejolies.com/cdn/shop/files/mega-menu-gif_480x.gif?v=1729861322" srcset="//wearejolies.com/cdn/shop/files/mega-menu-gif_270x.gif?v=1729861322 270w, //wearejolies.com/cdn/shop/files/mega-menu-gif_480x.gif?v=1729861322 480w"><p class="mobile-nav__image-heading heading heading--xsmall">SWEATS</p></a><a href="/collections/velours-disco-diva" class="mobile-nav__image-push"><img class="mobile-nav__image" loading="lazy" sizes="270px" height="480" width="480" alt="" src="//wearejolies.com/cdn/shop/files/mega-menu-2_480x.jpg?v=1729342091" srcset="//wearejolies.com/cdn/shop/files/mega-menu-2_270x.jpg?v=1729342091 270w, //wearejolies.com/cdn/shop/files/mega-menu-2_480x.jpg?v=1729342091 480w"><p class="mobile-nav__image-heading heading heading--xsmall">Ensembles velours fluide</p></a><a href="/collections/top-leggings" class="mobile-nav__image-push"><img class="mobile-nav__image" loading="lazy" sizes="270px" height="480" width="480" alt="" src="//wearejolies.com/cdn/shop/files/mega-menu-1_480x.jpg?v=1729189446" srcset="//wearejolies.com/cdn/shop/files/mega-menu-1_270x.jpg?v=1729189446 270w, //wearejolies.com/cdn/shop/files/mega-menu-1_480x.jpg?v=1729189446 480w"><p class="mobile-nav__image-heading heading heading--xsmall">Top & Leggings</p></a><a href="/collections/ginger-chloe-pap" class="mobile-nav__image-push"><img class="mobile-nav__image" loading="lazy" sizes="270px" height="1080" width="1080" alt="" src="//wearejolies.com/cdn/shop/files/Plan_de_travail_7_129a797a-cded-45b2-a12e-90c45d3fbb37_810x.png?v=1730193695" srcset="//wearejolies.com/cdn/shop/files/Plan_de_travail_7_129a797a-cded-45b2-a12e-90c45d3fbb37_270x.png?v=1730193695 270w, //wearejolies.com/cdn/shop/files/Plan_de_travail_7_129a797a-cded-45b2-a12e-90c45d3fbb37_540x.png?v=1730193695 540w, //wearejolies.com/cdn/shop/files/Plan_de_travail_7_129a797a-cded-45b2-a12e-90c45d3fbb37_810x.png?v=1730193695 810w"><p class="mobile-nav__image-heading heading heading--xsmall">The GInger Chloé x WAJ 🎀</p></a><a href="/collections/body-manches-longues" class="mobile-nav__image-push"><img class="mobile-nav__image" loading="lazy" sizes="270px" height="480" width="480" alt="" src="//wearejolies.com/cdn/shop/files/Mega-menu-body-2_480x.jpg?v=1727697393" srcset="//wearejolies.com/cdn/shop/files/Mega-menu-body-2_270x.jpg?v=1727697393 270w, //wearejolies.com/cdn/shop/files/Mega-menu-body-2_480x.jpg?v=1727697393 480w"><p class="mobile-nav__image-heading heading heading--xsmall">Bodys</p></a><a href="/collections/pantalons-lurex" class="mobile-nav__image-push"><img class="mobile-nav__image" loading="lazy" sizes="270px" height="480" width="480" alt="" src="//wearejolies.com/cdn/shop/files/mega-menu-pantalon-lurex-2_480x.jpg?v=1733499210" srcset="//wearejolies.com/cdn/shop/files/mega-menu-pantalon-lurex-2_270x.jpg?v=1733499210 270w, //wearejolies.com/cdn/shop/files/mega-menu-pantalon-lurex-2_480x.jpg?v=1733499210 480w"><p class="mobile-nav__image-heading heading heading--xsmall">Pantalons fluides paillettes</p></a></div> </collapsible-content></li><li class="mobile-nav__item" data-level="1"><a href="/collections/ginger-chloe" class="mobile-nav__link heading h5">The Ginger Chloé x WAJ 🎀</a></li><li class="mobile-nav__item" data-level="1"><button is="toggle-button" class="mobile-nav__link heading h5" aria-controls="mobile-menu-8" aria-expanded="false"> <span>Accessoires</span> <span class="animated-plus"></span> </button> <collapsible-content id="mobile-menu-8" class="collapsible"> <div class="mobgrid"><a href="/collections/chaussettes" class="mobile-nav__image-push"><img class="mobile-nav__image" loading="lazy" sizes="270px" height="480" width="480" alt="" src="//wearejolies.com/cdn/shop/files/Mega_menu_0700d784-a278-4598-8476-09911f39bb76_480x.png?v=1730388080" srcset="//wearejolies.com/cdn/shop/files/Mega_menu_0700d784-a278-4598-8476-09911f39bb76_270x.png?v=1730388080 270w, //wearejolies.com/cdn/shop/files/Mega_menu_0700d784-a278-4598-8476-09911f39bb76_480x.png?v=1730388080 480w"><p class="mobile-nav__image-heading heading heading--xsmall">Chaussettes</p></a></div> </collapsible-content></li><li class="mobile-nav__item" data-level="1"><a href="/products/carte-cadeau-we-are-jolies" class="mobile-nav__link heading h5">Carte Cadeau 🎁</a></li><li class="mobile-nav__item" data-level="1"><a href="/pages/concept" class="mobile-nav__link heading h5">Qui sommes-nous ?</a></li></ul> </div><div class="drawer__footer drawer__footer--tight drawer__footer--bordered"> <div class="mobile-nav__footer"><span class="icon-text jslink" href="/account/login"><svg focusable="false" width="18" height="17" class="icon icon--header-customer " viewBox="0 0 18 17"> <circle cx="9" cy="5" r="4" fill="none" stroke="currentColor" stroke-width="1.3" stroke-linejoin="round"></circle> <path d="M1 17v0a4 4 0 014-4h8a4 4 0 014 4v0" fill="none" stroke="currentColor" stroke-width="1.3"></path> </svg>Compte</span></div> </div></mobile-navigation><predictive-search-drawer append-body id="search-drawer" initial-focus-selector="#search-drawer [name='q']" class="predictive-search drawer drawer--large drawer--from-left"> <span class="drawer__overlay"></span> <header class="drawer__header"> <form id="predictive-search-form" action="/search" method="get" class="predictive-search__form"><svg focusable="false" width="18" height="18" class="icon icon--header-search " viewBox="0 0 18 18"> <path d="M12.336 12.336c2.634-2.635 2.682-6.859.106-9.435-2.576-2.576-6.8-2.528-9.435.106C.373 5.642.325 9.866 2.901 12.442c2.576 2.576 6.8 2.528 9.435-.106zm0 0L17 17" fill="none" stroke="currentColor" stroke-width="1.3"></path> </svg><input type="hidden" name="type" value="product"> <input type="hidden" name="options[prefix]" value="last"> <input type="hidden" form="predictive-search-form" name="options[unavailable_products]" value="last"> <input class="predictive-search__input" type="text" name="q" autocomplete="off" autocorrect="off" aria-label="Recherche" placeholder="Que recherchez-vous ?"> </form> <button type="button" class="drawer__close-button tap-area" data-action="close" title="Fermer"><svg focusable="false" width="14" height="14" class="icon icon--close " viewBox="0 0 14 14"> <path d="M13 13L1 1M13 1L1 13" stroke="currentColor" stroke-width="1.3" fill="none"></path> </svg></button> </header> <div class="drawer__content"> <div class="predictive-search__content-wrapper"> <div hidden class="predictive-search__loading-state"> <div class="spinner"><svg focusable="false" width="50" height="50" class="icon icon--spinner " viewBox="25 25 50 50"> <circle cx="50" cy="50" r="20" fill="none" stroke="#282828" stroke-width="4"></circle> </svg></div> </div> <div hidden class="predictive-search__results" aria-live="polite"></div><div class="predictive-search__menu-list"><div class="predictive-search__menu"><p class="predictive-search__menu-title heading heading--small">Recherches populaires...</p><ul class="linklist list--unstyled" role="list"><li class="linklist__item"> <a href="https://wearejolies.com/search?type=product&options%5Bprefix%5D=last&options%5Bunavailable_products%5D=last&q=paillettes" class="link--faded">paillettes</a> </li><li class="linklist__item"> <a href="https://wearejolies.com/search?type=product&options%5Bprefix%5D=last&options%5Bunavailable_products%5D=last&q=bloomer" class="link--faded">bloomer</a> </li><li class="linklist__item"> <a href="https://wearejolies.com/search?type=product&options%5Bprefix%5D=last&options%5Bunavailable_products%5D=last&q=bodys&type=product&options%5Bprefix%5D=last&options%5Bunavailable_products%5D=last" class="link--faded">bodys</a> </li><li class="linklist__item"> <a href="https://wearejolies.com/search?type=product&options%5Bprefix%5D=last&options%5Bunavailable_products%5D=last&q=tulle&type=product&options%5Bprefix%5D=last&options%5Bunavailable_products%5D=last" class="link--faded">tulle</a> </li><li class="linklist__item"> <a href="https://wearejolies.com/search?type=product&options%5Bprefix%5D=last&options%5Bunavailable_products%5D=last&q=coeur" class="link--faded">coeur</a> </li><li class="linklist__item"> <a href="https://wearejolies.com/search?type=product&options%5Bprefix%5D=last&options%5Bunavailable_products%5D=last&q=l%C3%A9opard" class="link--faded">léopard</a> </li><li class="linklist__item"> <a href="https://wearejolies.com/search?type=product&options%5Bprefix%5D=last&options%5Bunavailable_products%5D=last&q=BIG+LOVE&type=product&options%5Bprefix%5D=last&options%5Bunavailable_products%5D=last" class="link--faded">big love</a> </li><li class="linklist__item"> <a href="/collections/pyjamas" class="link--faded">pyjamas</a> </li></ul> </div><div class="predictive-search__menu"><p class="predictive-search__menu-title heading heading--small">Infos utiles</p><ul class="linklist list--unstyled" role="list"><li class="linklist__item"> <a href="/pages/suivre-mon-colis" class="link--faded">Suivre mon colis</a> </li><li class="linklist__item"> <a href="/policies/refund-policy" class="link--faded">Retours</a> </li><li class="linklist__item"> <a href="/pages/faq" class="link--faded">FAQ</a> </li><li class="linklist__item"> <a href="/pages/avis-client" class="link--faded">Avis client</a> </li><li class="linklist__item"> <a href="/pages/contact" class="link--faded">Contact</a> </li></ul> </div></div></div> </div> <footer hidden class="drawer__footer drawer__footer--no-top-padding"> <button type="submit" form="predictive-search-form" class="button button--primary button--full">Voir tous les résultats</button> </footer> </predictive-search-drawer><script> (() => { const headerElement = document.getElementById('shopify-section-header'), headerHeight = headerElement.clientHeight, headerHeightWithoutBottomNav = headerElement.querySelector('.header__wrapper').clientHeight; document.documentElement.style.setProperty('--header-height', headerHeight + 'px'); document.documentElement.style.setProperty('--header-height-without-bottom-nav', headerHeightWithoutBottomNav + 'px'); })(); </script> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "Organization", "name": "We Are Jolies", "logo": "https:\/\/wearejolies.com\/cdn\/shop\/files\/logo_focal_noir_800x.png?v=1655984508", "url": "https:\/\/wearejolies.com" } </script> </div><div id="shopify-section-qbanner" class="shopify-section"> <div id="fwpb"><div></div></div> <div><span class="h2">Composez votre pack</span><p>Peu importe le modèle : <br/>plus vous en achetez, plus le prix baisse !</p></div> <div> <img src="//wearejolies.com/cdn/shop/files/pictos_pyjamas_longs_V3_Plan_de_travail_1_copie_7-01_100x.png?v=1707408900" class="reach" /><img src="//wearejolies.com/cdn/shop/files/pictos_pyjamas_longs_V3_Plan_de_travail_1_copie_7-02_100x.png?v=1707408900" class="" /><img src="//wearejolies.com/cdn/shop/files/pictos_pyjamas_longs_V3_Plan_de_travail_1_copie_7-03_100x.png?v=1707408900" class="" /><div id="pb" type="Pyjamas longs" pb1="2" pb2="3"><span class="reach"></span> <span></span><span></span> <div></div> </div> </div> <style> div#shopify-section-announcement-bar {z-index: 2147483001;} div#shopify-section-header { z-index: 2147483000; transition: .3s; } @media screen and (max-width: 740px) { div#shopify-section-announcement-bar {z-index: 2147482999;} div#shopify-section-header {z-index: 2147482998;} } cart-notification.cart-notification { position: fixed; top: unset; bottom: 0; transition: .3s; } cart-notification.cart-notification[hidden]{bottom: -66px;} div#shopify-section-qbanner { background: #faf8f2; position: sticky; top: calc(var(--enable-sticky-announcement-bar) * var(--announcement-bar-height, 0px)); z-index: 3; display: flex; justify-content: space-evenly; align-items: center; text-align: center; padding-top: 1em; transition: .3s; } div#shopify-section-qbanner>div>* { color: #262b2b; font-weight: normal; margin: 0; } div#shopify-section-qbanner>div>.h2 {font-weight: 600; font-size: 1.5em;} div#shopify-section-qbanner>div:nth-child(3){ width: 400px; max-width: 100%; display: flex; flex-wrap: wrap; justify-content: space-around; align-items: center; } div#shopify-section-qbanner>div>img { padding: 4%; max-width: 25%; opacity: .5; transition: .2s; } div#shopify-section-qbanner>div:nth-child(2) { padding-bottom: 2em; max-width: 414px; } div#shopify-section-qbanner div#pb>div:nth-child(2) { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; } div#shopify-section-qbanner div#pb { background: #e3e3e3; position: relative; width: 100%; margin-top: 1em; height: 1em; display: flex; justify-content: space-between; align-items: flex-end; padding: 0 16.666666666666668%; } div#shopify-section-qbanner div#pb>div { background: #faed77; position: absolute; top: 0; left: 0; height: 100%; transition: .2s; width: 16.666666666666668%; } div#shopify-section-qbanner div#pb>span { background: #e3e3e3; position: relative; height: 200%; width: 2px; transition: .5s; } div#shopify-section-qbanner div#pb>span.reach {background: #faed77;} div#shopify-section-qbanner>div>img.reach {opacity: 1;} div#shopify-section-qbanner>div#fwpb { background: #e3e3e3; position: absolute; bottom: 0; left: 0; width: 100%; height: 1em; } div#shopify-section-qbanner>div#fwpb>div { background: #faed77; position: absolute; top: 0; left: 0; height: 100%; transition: .6s; width: 65%; } @media screen and (max-width:720px){ div#shopify-section-qbanner { flex-direction: column; align-items: center; top: calc(var(--enable-sticky-announcement-bar) * var(--announcement-bar-height, 0px) - 1em); } div#shopify-section-qbanner>div:nth-child(2) {padding: 0 1.4em;} div#shopify-section-qbanner>div>img {padding: 3% 6%;} div#mobile-facet-toolbar { top: calc(var(--enable-sticky-header) * var(--header-height, 0px) + var(--announcement-bar-height, 0px) * var(--enable-sticky-announcement-bar) + 26px); transition: .3s; } } </style> <script> var lastScrollTop = 0; window.onscroll=()=>{ if (window.pageYOffset < lastScrollTop && window.pageYOffset > 210){ document.querySelector('div#shopify-section-header').style.top = 0; document.querySelector('div#shopify-section-qbanner').style.top = '-' + document.querySelector('div#shopify-section-qbanner').getBoundingClientRect().height + 'px'; if (window.innerWidth < 721){ document.querySelector('div#mobile-facet-toolbar').style.top = 'calc(var(--enable-sticky-header) * var(--header-height, 0px) + var(--announcement-bar-height, 0px) * var(--enable-sticky-announcement-bar))'; } } else { document.querySelector('div#shopify-section-header').style.top = '-' + document.querySelector('div#shopify-section-header').getBoundingClientRect().height + 'px'; document.querySelector('div#shopify-section-qbanner').removeAttribute('style'); if (window.innerWidth < 721){ document.querySelector('div#mobile-facet-toolbar').style.top = 'calc(var(--enable-sticky-header) * var(--header-height, 0px) + var(--announcement-bar-height, 0px) * var(--enable-sticky-announcement-bar) - 22px)'; } } lastScrollTop = window.pageYOffset; if (window.innerWidth < 721 && lastScrollTop > 140){ document.querySelector('div#shopify-section-qbanner>div:nth-child(2)').style.display = 'none'; } else { document.querySelector('div#shopify-section-qbanner>div:nth-child(2)').removeAttribute('style'); } } </script> </div> <div id="shopify-section-mini-cart" class="shopify-section shopify-section--mini-cart"><cart-drawer section="mini-cart" id="mini-cart" class="mini-cart drawer drawer--large"> <span class="drawer__overlay"></span> <header class="drawer__header"> <p class="drawer__title heading h6"><svg focusable="false" width="20" height="19" class="icon icon--header-tote-bag " viewBox="0 0 20 19"> <path d="M3 7H17L18 18H2L3 7Z" fill="none" stroke="currentColor" stroke-width="1.3"></path> <path d="M13 4V4C13 2.34315 11.6569 1 10 1V1C8.34315 1 7 2.34315 7 4V4" fill="none" stroke="currentColor" stroke-width="1.3"></path> </svg>Panier</p> <button type="button" class="drawer__close-button tap-area" data-action="close" title="Fermer"><svg focusable="false" width="14" height="14" class="icon icon--close " viewBox="0 0 14 14"> <path d="M13 13L1 1M13 1L1 13" stroke="currentColor" stroke-width="1.3" fill="none"></path> </svg></button> </header><div class="drawer__content drawer__content--center"> <p>Votre panier nous semble bien vide... et si nous le remplissions un peu ? 💛</p> <div class="button-wrapper"> <a href="/collections/collection-disco-diva" class="button button--primary">Notre dernière collection 🪩</a> </div> </div></cart-drawer> <style> #shopify-section-mini-cart .drawer__content.drawer__content--center p {padding: 0 30px;} </style></div><div id="main" role="main" class="anchor"><div id="mobile-facet-toolbar" class="mobile-toolbar hidden-lap-and-up"> <button is="toggle-button" class="mobile-toolbar__item mobile-toolbar__item--filters " aria-expanded="false" aria-controls="facet-filters" style="display: none"><svg focusable="false" width="16" height="16" class="icon icon--filters " viewBox="0 0 16 16"> <path d="M0 4h16M0 12h16" fill="none" stroke="currentColor" stroke-width=""></path> <circle cx="5" cy="4" r="2" fill="rgb(var(--background))" stroke="currentColor" stroke-width="1.3"></circle> <circle cx="11" cy="12" r="2" fill="rgb(var(--background))" stroke="currentColor" stroke-width="1.3"></circle> </svg><span class="mobile-toolbar__item-label">Filtres</span> </button> <button is="toggle-button" class="mobile-toolbar__item mobile-toolbar__item--sort" aria-expanded="false" aria-controls="sort-by-popover" style="display: none"> <span class="mobile-toolbar__item-label">Trier par</span><svg focusable="false" width="12" height="8" class="icon icon--chevron " viewBox="0 0 12 8"> <path fill="none" d="M1 1l5 5 5-5" stroke="currentColor" stroke-width="1.3"></path> </svg></button> </div><div id="shopify-section-template--24626447810898__featured_collections_pE6FpC" class="shopify-section shopify-section--featured-collections"><style> #shopify-section-template--24626447810898__featured_collections_pE6FpC {--heading-color: 40, 40, 40; --text-color: 40, 40, 40; --primary-button-background: 38, 43, 43; --primary-button-text-color: 255, 255, 255; --prev-next-button-background: 255, 255, 255; --prev-next-button-color: 40, 40, 40; --section-background: 255, 255, 255; --section-products-per-row: 2; } @media screen and (min-width: 741px) { #shopify-section-template--24626447810898__featured_collections_pE6FpC { --section-products-per-row: 3; } } @media screen and (min-width: 1000px) { #shopify-section-template--24626447810898__featured_collections_pE6FpC { --section-products-per-row: 4; } } @media screen and (min-width: 1200px) { #shopify-section-template--24626447810898__featured_collections_pE6FpC { --section-products-per-row: 4; } } </style> <section class="section "> <div class="section__color-wrapper"> <div class="container "><header class="section__header "> <div class="text-container"><span class="heading heading--small">Collaboration</span><span class="heading h2">The Ginger Chloé x We Are Jolies</span></div></header><div class="featured-collections"><product-list stagger-apparition id="block-template--24626447810898__featured_collections_pE6FpC-collection_YifABP" class="product-list product-list--center"> <div > <div class="product-list__inner "><product-item class="product-item " reveal><div class="product-item__image-wrapper product-item__image-wrapper--multiple"><div class="product-item__label-list label-list"><span class="label label--custom">DERNIÈRES PIÈCES</span><span class="label label--highlight">- 17%</span></div><a href="/products/robe-de-nuit-rouge" class="product-item__aspect-ratio aspect-ratio " style="padding-bottom: 150.00000000000003%; --aspect-ratio: 0.6666666666666666"> <img class="product-item__primary-image" loading="lazy" data-media-id="47829114519890" sizes="(max-width: 740px) 52vw, calc(min(100vw - 80px, 1520px) / 4 - 18px)" height="2400" width="1600" alt="Chloé mesure 1m70, elle fait du 42 et porte une taille M/L*" src="//wearejolies.com/cdn/shop/files/WAJ-GingerChloe-Web-3344_1200x.jpg?v=1730193917" srcset="//wearejolies.com/cdn/shop/files/WAJ-GingerChloe-Web-3344_200x.jpg?v=1730193917 200w, //wearejolies.com/cdn/shop/files/WAJ-GingerChloe-Web-3344_300x.jpg?v=1730193917 300w, //wearejolies.com/cdn/shop/files/WAJ-GingerChloe-Web-3344_400x.jpg?v=1730193917 400w, //wearejolies.com/cdn/shop/files/WAJ-GingerChloe-Web-3344_500x.jpg?v=1730193917 500w, //wearejolies.com/cdn/shop/files/WAJ-GingerChloe-Web-3344_600x.jpg?v=1730193917 600w, //wearejolies.com/cdn/shop/files/WAJ-GingerChloe-Web-3344_700x.jpg?v=1730193917 700w, //wearejolies.com/cdn/shop/files/WAJ-GingerChloe-Web-3344_800x.jpg?v=1730193917 800w, //wearejolies.com/cdn/shop/files/WAJ-GingerChloe-Web-3344_900x.jpg?v=1730193917 900w, //wearejolies.com/cdn/shop/files/WAJ-GingerChloe-Web-3344_1000x.jpg?v=1730193917 1000w, //wearejolies.com/cdn/shop/files/WAJ-GingerChloe-Web-3344_1100x.jpg?v=1730193917 1100w, //wearejolies.com/cdn/shop/files/WAJ-GingerChloe-Web-3344_1200x.jpg?v=1730193917 1200w"><img class="product-item__secondary-image" loading="lazy" sizes="(max-width: 740px) 52vw, calc(min(100vw - 80px, 1520px) / 4 - 18px)" height="5953" width="4000" alt="Robe Tulipe - Rouge" src="//wearejolies.com/cdn/shop/files/Shoot38_0011_1200x.jpg?v=1730287761" srcset="//wearejolies.com/cdn/shop/files/Shoot38_0011_200x.jpg?v=1730287761 200w, //wearejolies.com/cdn/shop/files/Shoot38_0011_300x.jpg?v=1730287761 300w, //wearejolies.com/cdn/shop/files/Shoot38_0011_400x.jpg?v=1730287761 400w, //wearejolies.com/cdn/shop/files/Shoot38_0011_500x.jpg?v=1730287761 500w, //wearejolies.com/cdn/shop/files/Shoot38_0011_600x.jpg?v=1730287761 600w, //wearejolies.com/cdn/shop/files/Shoot38_0011_700x.jpg?v=1730287761 700w, //wearejolies.com/cdn/shop/files/Shoot38_0011_800x.jpg?v=1730287761 800w, //wearejolies.com/cdn/shop/files/Shoot38_0011_900x.jpg?v=1730287761 900w, //wearejolies.com/cdn/shop/files/Shoot38_0011_1000x.jpg?v=1730287761 1000w, //wearejolies.com/cdn/shop/files/Shoot38_0011_1100x.jpg?v=1730287761 1100w, //wearejolies.com/cdn/shop/files/Shoot38_0011_1200x.jpg?v=1730287761 1200w"></a></div> <div class="product-item__info "> <div class="product-item-meta"><a href="/products/robe-de-nuit-rouge" class="product-item-meta__title">Robe Tulipe <div>Rouge</div> </a> <!-- Start of Judge.me code --> <div style='' class='jdgm-widget jdgm-preview-badge' data-id='9572048798034' data-auto-install='false'> <div style='display:none' class='jdgm-prev-badge' data-average-rating='0.00' data-number-of-reviews='0' data-number-of-questions='0'> <span class='jdgm-prev-badge__stars' data-score='0.00' tabindex='0' aria-label='0.00 stars' role='button'> <span class='jdgm-star jdgm--off'></span><span class='jdgm-star jdgm--off'></span><span class='jdgm-star jdgm--off'></span><span class='jdgm-star jdgm--off'></span><span class='jdgm-star jdgm--off'></span> </span> <span class='jdgm-prev-badge__text'> No reviews </span> </div> </div> <!-- End of Judge.me code --><!--a class="product-item-meta__reviews-badge text--small" href="/products/robe-de-nuit-rouge"><div class="rating"> <div class="rating__stars" role="img" aria-label="0 sur 5 étoiles"><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--empty" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--empty" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--empty" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--empty" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--empty" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg></div> <span class="rating__caption">0 avis</span> </div></a--> <span class="stamped-product-reviews-badge" data-id="9572048798034" data-product-sku="robe-de-nuit-rouge" data-product-type="Ginger Chloé" data-product-title="Robe Tulipe - Rouge" style="display:block;"> </span><div class="product-item-meta__price-list-container"> <div class="price-list price-list--centered"> <span class="price price--highlight"> <span class="visually-hidden">Prix de vente</span>49€</span> <span class="price price--compare"> <span class="visually-hidden">Prix normal</span>59€</span> </div> </div> <form method="post" action="/cart/add" id="product_form_9572048798034" accept-charset="UTF-8" class="block-swatch-list" enctype="multipart/form-data" is="product-form"><input type="hidden" name="form_type" value="product" /><input type="hidden" name="utf8" value="✓" /> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="xs-s49140551516498template--24626447810898__featured_collections_pE6FpC" value="49140551516498"> <label class="block-swatch__item" for="xs-s49140551516498template--24626447810898__featured_collections_pE6FpC">XS/S</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="m-l49140551549266template--24626447810898__featured_collections_pE6FpC" value="49140551549266"> <label class="block-swatch__item" for="m-l49140551549266template--24626447810898__featured_collections_pE6FpC">M/L</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="xl-2xl49140551582034template--24626447810898__featured_collections_pE6FpC" value="49140551582034"> <label class="block-swatch__item" for="xl-2xl49140551582034template--24626447810898__featured_collections_pE6FpC">XL/2XL</label> </div> <div class="block-swatch is-disabled"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="3xl-4xl49140551614802template--24626447810898__featured_collections_pE6FpC" value="49140551614802"> <label class="block-swatch__item" for="3xl-4xl49140551614802template--24626447810898__featured_collections_pE6FpC">3XL/4XL</label> </div> <input type="hidden" name="quantity" value="1"> <button type="submit" is="loader-button" sold="Épuisé" data-use-primary data-product-add-to-cart-button data-button-content="Ajouter" class="product-form__add-button button button--primary button--full" disabled>Ajouter </button><input type="hidden" name="product-id" value="9572048798034" /><input type="hidden" name="section-id" value="template--24626447810898__featured_collections_pE6FpC" /></form> </div></div> </product-item><product-item class="product-item " reveal><div class="product-item__image-wrapper product-item__image-wrapper--multiple"><div class="product-item__label-list label-list"><span class="label label--custom">DERNIÈRES PIÈCES</span><span class="label label--highlight">- 17%</span></div><a href="/products/robe-de-nuit-paillettes-black" class="product-item__aspect-ratio aspect-ratio " style="padding-bottom: 150.00000000000003%; --aspect-ratio: 0.6666666666666666"> <img class="product-item__primary-image" loading="lazy" data-media-id="47829120745810" sizes="(max-width: 740px) 52vw, calc(min(100vw - 80px, 1520px) / 4 - 18px)" height="2400" width="1600" alt="Chloé mesure 1m70, elle fait du 42 et porte une taille M/L*" src="//wearejolies.com/cdn/shop/files/WAJ-GingerChloe-Web-3137_1200x.jpg?v=1730194026" srcset="//wearejolies.com/cdn/shop/files/WAJ-GingerChloe-Web-3137_200x.jpg?v=1730194026 200w, //wearejolies.com/cdn/shop/files/WAJ-GingerChloe-Web-3137_300x.jpg?v=1730194026 300w, //wearejolies.com/cdn/shop/files/WAJ-GingerChloe-Web-3137_400x.jpg?v=1730194026 400w, //wearejolies.com/cdn/shop/files/WAJ-GingerChloe-Web-3137_500x.jpg?v=1730194026 500w, //wearejolies.com/cdn/shop/files/WAJ-GingerChloe-Web-3137_600x.jpg?v=1730194026 600w, //wearejolies.com/cdn/shop/files/WAJ-GingerChloe-Web-3137_700x.jpg?v=1730194026 700w, //wearejolies.com/cdn/shop/files/WAJ-GingerChloe-Web-3137_800x.jpg?v=1730194026 800w, //wearejolies.com/cdn/shop/files/WAJ-GingerChloe-Web-3137_900x.jpg?v=1730194026 900w, //wearejolies.com/cdn/shop/files/WAJ-GingerChloe-Web-3137_1000x.jpg?v=1730194026 1000w, //wearejolies.com/cdn/shop/files/WAJ-GingerChloe-Web-3137_1100x.jpg?v=1730194026 1100w, //wearejolies.com/cdn/shop/files/WAJ-GingerChloe-Web-3137_1200x.jpg?v=1730194026 1200w"><img class="product-item__secondary-image" loading="lazy" sizes="(max-width: 740px) 52vw, calc(min(100vw - 80px, 1520px) / 4 - 18px)" height="5953" width="4000" alt="Robe Tulipe - Paillettes Black" src="//wearejolies.com/cdn/shop/files/Shoot38_0009_1200x.jpg?v=1730287700" srcset="//wearejolies.com/cdn/shop/files/Shoot38_0009_200x.jpg?v=1730287700 200w, //wearejolies.com/cdn/shop/files/Shoot38_0009_300x.jpg?v=1730287700 300w, //wearejolies.com/cdn/shop/files/Shoot38_0009_400x.jpg?v=1730287700 400w, //wearejolies.com/cdn/shop/files/Shoot38_0009_500x.jpg?v=1730287700 500w, //wearejolies.com/cdn/shop/files/Shoot38_0009_600x.jpg?v=1730287700 600w, //wearejolies.com/cdn/shop/files/Shoot38_0009_700x.jpg?v=1730287700 700w, //wearejolies.com/cdn/shop/files/Shoot38_0009_800x.jpg?v=1730287700 800w, //wearejolies.com/cdn/shop/files/Shoot38_0009_900x.jpg?v=1730287700 900w, //wearejolies.com/cdn/shop/files/Shoot38_0009_1000x.jpg?v=1730287700 1000w, //wearejolies.com/cdn/shop/files/Shoot38_0009_1100x.jpg?v=1730287700 1100w, //wearejolies.com/cdn/shop/files/Shoot38_0009_1200x.jpg?v=1730287700 1200w"></a></div> <div class="product-item__info "> <div class="product-item-meta"><a href="/products/robe-de-nuit-paillettes-black" class="product-item-meta__title">Robe Tulipe <div>Paillettes Black</div> </a> <!-- Start of Judge.me code --> <div style='' class='jdgm-widget jdgm-preview-badge' data-id='9572047749458' data-auto-install='false'> <div style='display:none' class='jdgm-prev-badge' data-average-rating='5.00' data-number-of-reviews='2' data-number-of-questions='0'> <span class='jdgm-prev-badge__stars' data-score='5.00' tabindex='0' aria-label='5.00 stars' role='button'> <span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span> </span> <span class='jdgm-prev-badge__text'> 2 reviews </span> </div> </div> <!-- End of Judge.me code --><!--a class="product-item-meta__reviews-badge text--small" href="/products/robe-de-nuit-paillettes-black"><div class="rating"> <div class="rating__stars" role="img" aria-label="5.0 sur 5.0 étoiles"><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg></div> <span class="rating__caption">2 avis</span> </div></a--> <span class="stamped-product-reviews-badge" data-id="9572047749458" data-product-sku="robe-de-nuit-paillettes-black" data-product-type="Ginger Chloé" data-product-title="Robe Tulipe - Paillettes Black" style="display:block;"> </span><div class="product-item-meta__price-list-container"> <div class="price-list price-list--centered"> <span class="price price--highlight"> <span class="visually-hidden">Prix de vente</span>49€</span> <span class="price price--compare"> <span class="visually-hidden">Prix normal</span>59€</span> </div> </div> <form method="post" action="/cart/add" id="product_form_9572047749458" accept-charset="UTF-8" class="block-swatch-list" enctype="multipart/form-data" is="product-form"><input type="hidden" name="form_type" value="product" /><input type="hidden" name="utf8" value="✓" /> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="xs-s49140549321042template--24626447810898__featured_collections_pE6FpC" value="49140549321042"> <label class="block-swatch__item" for="xs-s49140549321042template--24626447810898__featured_collections_pE6FpC">XS/S</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="m-l49140549353810template--24626447810898__featured_collections_pE6FpC" value="49140549353810"> <label class="block-swatch__item" for="m-l49140549353810template--24626447810898__featured_collections_pE6FpC">M/L</label> </div> <div class="block-swatch is-disabled"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="xl-2xl49140549386578template--24626447810898__featured_collections_pE6FpC" value="49140549386578"> <label class="block-swatch__item" for="xl-2xl49140549386578template--24626447810898__featured_collections_pE6FpC">XL/2XL</label> </div> <div class="block-swatch is-disabled"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="3xl-4xl49140549419346template--24626447810898__featured_collections_pE6FpC" value="49140549419346"> <label class="block-swatch__item" for="3xl-4xl49140549419346template--24626447810898__featured_collections_pE6FpC">3XL/4XL</label> </div> <input type="hidden" name="quantity" value="1"> <button type="submit" is="loader-button" sold="Épuisé" data-use-primary data-product-add-to-cart-button data-button-content="Ajouter" class="product-form__add-button button button--primary button--full" disabled>Ajouter </button><input type="hidden" name="product-id" value="9572047749458" /><input type="hidden" name="section-id" value="template--24626447810898__featured_collections_pE6FpC" /></form> </div></div> </product-item><product-item class="product-item " reveal><div class="product-item__image-wrapper product-item__image-wrapper--multiple"><div class="product-item__label-list label-list"><span class="label label--custom">DERNIÈRES PIÈCES</span><span class="label label--highlight">- 17%</span></div><a href="/products/top-dentelle-fleur-pirate-black" class="product-item__aspect-ratio aspect-ratio " style="padding-bottom: 150.00000000000003%; --aspect-ratio: 0.6666666666666666"> <img class="product-item__primary-image" loading="lazy" data-media-id="47829187395922" sizes="(max-width: 740px) 52vw, calc(min(100vw - 80px, 1520px) / 4 - 18px)" height="2400" width="1600" alt="Chloé fait du 42 et porte une taille L*" src="//wearejolies.com/cdn/shop/files/WAJ-GingerChloe-Web-2789_1200x.jpg?v=1730194615" srcset="//wearejolies.com/cdn/shop/files/WAJ-GingerChloe-Web-2789_200x.jpg?v=1730194615 200w, //wearejolies.com/cdn/shop/files/WAJ-GingerChloe-Web-2789_300x.jpg?v=1730194615 300w, //wearejolies.com/cdn/shop/files/WAJ-GingerChloe-Web-2789_400x.jpg?v=1730194615 400w, //wearejolies.com/cdn/shop/files/WAJ-GingerChloe-Web-2789_500x.jpg?v=1730194615 500w, //wearejolies.com/cdn/shop/files/WAJ-GingerChloe-Web-2789_600x.jpg?v=1730194615 600w, //wearejolies.com/cdn/shop/files/WAJ-GingerChloe-Web-2789_700x.jpg?v=1730194615 700w, //wearejolies.com/cdn/shop/files/WAJ-GingerChloe-Web-2789_800x.jpg?v=1730194615 800w, //wearejolies.com/cdn/shop/files/WAJ-GingerChloe-Web-2789_900x.jpg?v=1730194615 900w, //wearejolies.com/cdn/shop/files/WAJ-GingerChloe-Web-2789_1000x.jpg?v=1730194615 1000w, //wearejolies.com/cdn/shop/files/WAJ-GingerChloe-Web-2789_1100x.jpg?v=1730194615 1100w, //wearejolies.com/cdn/shop/files/WAJ-GingerChloe-Web-2789_1200x.jpg?v=1730194615 1200w"><img class="product-item__secondary-image" loading="lazy" sizes="(max-width: 740px) 52vw, calc(min(100vw - 80px, 1520px) / 4 - 18px)" height="5953" width="4000" alt="Top Dentelle Fleur - Pirate Black" src="//wearejolies.com/cdn/shop/files/Shoot38_0004_1200x.jpg?v=1730287544" srcset="//wearejolies.com/cdn/shop/files/Shoot38_0004_200x.jpg?v=1730287544 200w, //wearejolies.com/cdn/shop/files/Shoot38_0004_300x.jpg?v=1730287544 300w, //wearejolies.com/cdn/shop/files/Shoot38_0004_400x.jpg?v=1730287544 400w, //wearejolies.com/cdn/shop/files/Shoot38_0004_500x.jpg?v=1730287544 500w, //wearejolies.com/cdn/shop/files/Shoot38_0004_600x.jpg?v=1730287544 600w, //wearejolies.com/cdn/shop/files/Shoot38_0004_700x.jpg?v=1730287544 700w, //wearejolies.com/cdn/shop/files/Shoot38_0004_800x.jpg?v=1730287544 800w, //wearejolies.com/cdn/shop/files/Shoot38_0004_900x.jpg?v=1730287544 900w, //wearejolies.com/cdn/shop/files/Shoot38_0004_1000x.jpg?v=1730287544 1000w, //wearejolies.com/cdn/shop/files/Shoot38_0004_1100x.jpg?v=1730287544 1100w, //wearejolies.com/cdn/shop/files/Shoot38_0004_1200x.jpg?v=1730287544 1200w"></a></div> <div class="product-item__info "> <div class="product-item-meta"><a href="/products/top-dentelle-fleur-pirate-black" class="product-item-meta__title">Top Dentelle Fleur <div>Pirate Black</div> </a> <!-- Start of Judge.me code --> <div style='' class='jdgm-widget jdgm-preview-badge' data-id='9335416881490' data-auto-install='false'> <div style='display:none' class='jdgm-prev-badge' data-average-rating='5.00' data-number-of-reviews='4' data-number-of-questions='0'> <span class='jdgm-prev-badge__stars' data-score='5.00' tabindex='0' aria-label='5.00 stars' role='button'> <span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span> </span> <span class='jdgm-prev-badge__text'> 4 reviews </span> </div> </div> <!-- End of Judge.me code --><!--a class="product-item-meta__reviews-badge text--small" href="/products/top-dentelle-fleur-pirate-black"><div class="rating"> <div class="rating__stars" role="img" aria-label="5.0 sur 5.0 étoiles"><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg></div> <span class="rating__caption">4 avis</span> </div></a--> <span class="stamped-product-reviews-badge" data-id="9335416881490" data-product-sku="top-dentelle-fleur-pirate-black" data-product-type="Ginger Chloé" data-product-title="Top Dentelle Fleur - Pirate Black" style="display:block;"> </span><div class="product-item-meta__price-list-container"> <div class="price-list price-list--centered"> <span class="price price--highlight"> <span class="visually-hidden">Prix de vente</span>49€</span> <span class="price price--compare"> <span class="visually-hidden">Prix normal</span>59€</span> </div> </div> <form method="post" action="/cart/add" id="product_form_9335416881490" accept-charset="UTF-8" class="block-swatch-list" enctype="multipart/form-data" is="product-form"><input type="hidden" name="form_type" value="product" /><input type="hidden" name="utf8" value="✓" /> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="xs48610237710674template--24626447810898__featured_collections_pE6FpC" value="48610237710674"> <label class="block-swatch__item" for="xs48610237710674template--24626447810898__featured_collections_pE6FpC">XS</label> </div> <div class="block-swatch is-disabled"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="s48610237743442template--24626447810898__featured_collections_pE6FpC" value="48610237743442"> <label class="block-swatch__item" for="s48610237743442template--24626447810898__featured_collections_pE6FpC">S</label> </div> <div class="block-swatch is-disabled"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="m48610237776210template--24626447810898__featured_collections_pE6FpC" value="48610237776210"> <label class="block-swatch__item" for="m48610237776210template--24626447810898__featured_collections_pE6FpC">M</label> </div> <div class="block-swatch is-disabled"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="l48610237808978template--24626447810898__featured_collections_pE6FpC" value="48610237808978"> <label class="block-swatch__item" for="l48610237808978template--24626447810898__featured_collections_pE6FpC">L</label> </div> <div class="block-swatch is-disabled"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="xl48610237841746template--24626447810898__featured_collections_pE6FpC" value="48610237841746"> <label class="block-swatch__item" for="xl48610237841746template--24626447810898__featured_collections_pE6FpC">XL</label> </div> <div class="block-swatch is-disabled"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="2xl48610237874514template--24626447810898__featured_collections_pE6FpC" value="48610237874514"> <label class="block-swatch__item" for="2xl48610237874514template--24626447810898__featured_collections_pE6FpC">2XL</label> </div> <div class="block-swatch is-disabled"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="3xl48610237907282template--24626447810898__featured_collections_pE6FpC" value="48610237907282"> <label class="block-swatch__item" for="3xl48610237907282template--24626447810898__featured_collections_pE6FpC">3XL</label> </div> <div class="block-swatch is-disabled"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="4xl48610237940050template--24626447810898__featured_collections_pE6FpC" value="48610237940050"> <label class="block-swatch__item" for="4xl48610237940050template--24626447810898__featured_collections_pE6FpC">4XL</label> </div> <input type="hidden" name="quantity" value="1"> <button type="submit" is="loader-button" sold="Épuisé" data-use-primary data-product-add-to-cart-button data-button-content="Ajouter" class="product-form__add-button button button--primary button--full" disabled>Ajouter </button><input type="hidden" name="product-id" value="9335416881490" /><input type="hidden" name="section-id" value="template--24626447810898__featured_collections_pE6FpC" /></form> </div></div> </product-item></div> </div></product-list></div> </div> </div> </section> </div><div id="shopify-section-template--24626447810898__featured_collections_HEDyrC" class="shopify-section shopify-section--featured-collections"><style> #shopify-section-template--24626447810898__featured_collections_HEDyrC {--heading-color: 40, 40, 40; --text-color: 40, 40, 40; --primary-button-background: 38, 43, 43; --primary-button-text-color: 255, 255, 255; --prev-next-button-background: 255, 255, 255; --prev-next-button-color: 40, 40, 40; --section-background: 255, 255, 255; --section-products-per-row: 2; } @media screen and (min-width: 741px) { #shopify-section-template--24626447810898__featured_collections_HEDyrC { --section-products-per-row: 3; } } @media screen and (min-width: 1000px) { #shopify-section-template--24626447810898__featured_collections_HEDyrC { --section-products-per-row: 4; } } @media screen and (min-width: 1200px) { #shopify-section-template--24626447810898__featured_collections_HEDyrC { --section-products-per-row: 4; } } </style> <section class="section "> <div class="section__color-wrapper"> <div class="container "><header class="section__header section__header--tight"> <div class="text-container"><span class="heading heading--small">Découvrez aussi nos</span><span class="heading h2">Sweats</span><p>Ils sont ni trop courts ni trop longs afin de flatter votre silhouette <strong>sans la couper</strong>. Le secret ? Une coupe oversize soigneusement étudiée pour ce côté décontracté tout en restant hyper stylée !</p><p>Ah et on allait presque oublier : à l'intérieur, c'est du 100% pur jus concentré de <strong>douceur avec un toucher ultra-doudou</strong>. 🥰</p></div></header><div class="featured-collections"><product-list stagger-apparition id="block-template--24626447810898__featured_collections_HEDyrC-collection_agFjiq" class="product-list product-list--center"> <div > <div class="product-list__inner "><product-item class="product-item " reveal><div class="product-item__image-wrapper product-item__image-wrapper--multiple"><div class="product-item__label-list label-list"><span class="label label--custom">DERNIÈRES PIÈCES</span></div><a href="/products/sweat-coton-rayures-orange-violet" class="product-item__aspect-ratio aspect-ratio " style="padding-bottom: 149.81273408239701%; --aspect-ratio: 0.6675"> <img class="product-item__primary-image" loading="lazy" data-media-id="48244042039634" sizes="(max-width: 740px) 52vw, calc(min(100vw - 80px, 1520px) / 4 - 18px)" height="3600" width="2403" alt="Lorea mesure 1m74, elle fait du 38 et porte une taille M/L*" src="//wearejolies.com/cdn/shop/files/We_Are_Jolies_-_Femme_-Sweat-Rayures_Confortable_1200x.jpg?v=1734082632" srcset="//wearejolies.com/cdn/shop/files/We_Are_Jolies_-_Femme_-Sweat-Rayures_Confortable_200x.jpg?v=1734082632 200w, //wearejolies.com/cdn/shop/files/We_Are_Jolies_-_Femme_-Sweat-Rayures_Confortable_300x.jpg?v=1734082632 300w, //wearejolies.com/cdn/shop/files/We_Are_Jolies_-_Femme_-Sweat-Rayures_Confortable_400x.jpg?v=1734082632 400w, //wearejolies.com/cdn/shop/files/We_Are_Jolies_-_Femme_-Sweat-Rayures_Confortable_500x.jpg?v=1734082632 500w, //wearejolies.com/cdn/shop/files/We_Are_Jolies_-_Femme_-Sweat-Rayures_Confortable_600x.jpg?v=1734082632 600w, //wearejolies.com/cdn/shop/files/We_Are_Jolies_-_Femme_-Sweat-Rayures_Confortable_700x.jpg?v=1734082632 700w, //wearejolies.com/cdn/shop/files/We_Are_Jolies_-_Femme_-Sweat-Rayures_Confortable_800x.jpg?v=1734082632 800w, //wearejolies.com/cdn/shop/files/We_Are_Jolies_-_Femme_-Sweat-Rayures_Confortable_900x.jpg?v=1734082632 900w, //wearejolies.com/cdn/shop/files/We_Are_Jolies_-_Femme_-Sweat-Rayures_Confortable_1000x.jpg?v=1734082632 1000w, //wearejolies.com/cdn/shop/files/We_Are_Jolies_-_Femme_-Sweat-Rayures_Confortable_1100x.jpg?v=1734082632 1100w, //wearejolies.com/cdn/shop/files/We_Are_Jolies_-_Femme_-Sweat-Rayures_Confortable_1200x.jpg?v=1734082632 1200w"><img class="product-item__secondary-image" loading="lazy" sizes="(max-width: 740px) 52vw, calc(min(100vw - 80px, 1520px) / 4 - 18px)" height="5953" width="4000" alt="Sweat 100% Coton - Rayures Orange Violet" src="//wearejolies.com/cdn/shop/files/Shoot37_003_1200x.png?v=1734082632" srcset="//wearejolies.com/cdn/shop/files/Shoot37_003_200x.png?v=1734082632 200w, //wearejolies.com/cdn/shop/files/Shoot37_003_300x.png?v=1734082632 300w, //wearejolies.com/cdn/shop/files/Shoot37_003_400x.png?v=1734082632 400w, //wearejolies.com/cdn/shop/files/Shoot37_003_500x.png?v=1734082632 500w, //wearejolies.com/cdn/shop/files/Shoot37_003_600x.png?v=1734082632 600w, //wearejolies.com/cdn/shop/files/Shoot37_003_700x.png?v=1734082632 700w, //wearejolies.com/cdn/shop/files/Shoot37_003_800x.png?v=1734082632 800w, //wearejolies.com/cdn/shop/files/Shoot37_003_900x.png?v=1734082632 900w, //wearejolies.com/cdn/shop/files/Shoot37_003_1000x.png?v=1734082632 1000w, //wearejolies.com/cdn/shop/files/Shoot37_003_1100x.png?v=1734082632 1100w, //wearejolies.com/cdn/shop/files/Shoot37_003_1200x.png?v=1734082632 1200w"></a></div> <div class="product-item__info "> <div class="product-item-meta"><a href="/products/sweat-coton-rayures-orange-violet" class="product-item-meta__title">Sweat 100% Coton <div>Rayures Orange Violet</div> </a> <!-- Start of Judge.me code --> <div style='' class='jdgm-widget jdgm-preview-badge' data-id='9604130636114' data-auto-install='false'> <div style='display:none' class='jdgm-prev-badge' data-average-rating='5.00' data-number-of-reviews='1' data-number-of-questions='0'> <span class='jdgm-prev-badge__stars' data-score='5.00' tabindex='0' aria-label='5.00 stars' role='button'> <span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span> </span> <span class='jdgm-prev-badge__text'> 1 review </span> </div> </div> <!-- End of Judge.me code --><!--a class="product-item-meta__reviews-badge text--small" href="/products/sweat-coton-rayures-orange-violet"><div class="rating"> <div class="rating__stars" role="img" aria-label="5.0 sur 5.0 étoiles"><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg></div> <span class="rating__caption">1 avis</span> </div></a--> <span class="stamped-product-reviews-badge" data-id="9604130636114" data-product-sku="sweat-coton-rayures-orange-violet" data-product-type="Sweats" data-product-title="Sweat 100% Coton - Rayures Orange Violet" style="display:block;"> </span><div class="product-item-meta__price-list-container"> <div class="price-list price-list--centered"> <span class="price">dès <span class="price price--highlight">69€</span></span> </div> </div> <form method="post" action="/cart/add" id="product_form_9604130636114" accept-charset="UTF-8" class="block-swatch-list" enctype="multipart/form-data" is="product-form"><input type="hidden" name="form_type" value="product" /><input type="hidden" name="utf8" value="✓" /> <div class="block-swatch is-disabled"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="xs-s49243129774418template--24626447810898__featured_collections_HEDyrC" value="49243129774418"> <label class="block-swatch__item" for="xs-s49243129774418template--24626447810898__featured_collections_HEDyrC">XS/S</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="m-l49243129807186template--24626447810898__featured_collections_HEDyrC" value="49243129807186"> <label class="block-swatch__item" for="m-l49243129807186template--24626447810898__featured_collections_HEDyrC">M/L</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="xl-2xl49243129839954template--24626447810898__featured_collections_HEDyrC" value="49243129839954"> <label class="block-swatch__item" for="xl-2xl49243129839954template--24626447810898__featured_collections_HEDyrC">XL/2XL</label> </div> <div class="block-swatch is-disabled"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="3xl-4xl49243129872722template--24626447810898__featured_collections_HEDyrC" value="49243129872722"> <label class="block-swatch__item" for="3xl-4xl49243129872722template--24626447810898__featured_collections_HEDyrC">3XL/4XL</label> </div> <input type="hidden" name="quantity" value="1"> <button type="submit" is="loader-button" sold="Épuisé" data-use-primary data-product-add-to-cart-button data-button-content="Ajouter" class="product-form__add-button button button--primary button--full" disabled>Ajouter </button><input type="hidden" name="product-id" value="9604130636114" /><input type="hidden" name="section-id" value="template--24626447810898__featured_collections_HEDyrC" /></form> </div></div> </product-item><product-item class="product-item " reveal><div class="product-item__image-wrapper product-item__image-wrapper--multiple"><a href="/products/sweat-coton-rose-bonbon" class="product-item__aspect-ratio aspect-ratio " style="padding-bottom: 149.81273408239701%; --aspect-ratio: 0.6675"> <img class="product-item__primary-image" loading="lazy" data-media-id="48243931414866" sizes="(max-width: 740px) 52vw, calc(min(100vw - 80px, 1520px) / 4 - 18px)" height="3600" width="2403" alt="Lorea mesure 1m74, elle fait du 38 et porte une taille M/L*" src="//wearejolies.com/cdn/shop/files/We_Are_Jolies_-_Femme_-Sweat-Rose1-_Confortable_1200x.jpg?v=1734081563" srcset="//wearejolies.com/cdn/shop/files/We_Are_Jolies_-_Femme_-Sweat-Rose1-_Confortable_200x.jpg?v=1734081563 200w, //wearejolies.com/cdn/shop/files/We_Are_Jolies_-_Femme_-Sweat-Rose1-_Confortable_300x.jpg?v=1734081563 300w, //wearejolies.com/cdn/shop/files/We_Are_Jolies_-_Femme_-Sweat-Rose1-_Confortable_400x.jpg?v=1734081563 400w, //wearejolies.com/cdn/shop/files/We_Are_Jolies_-_Femme_-Sweat-Rose1-_Confortable_500x.jpg?v=1734081563 500w, //wearejolies.com/cdn/shop/files/We_Are_Jolies_-_Femme_-Sweat-Rose1-_Confortable_600x.jpg?v=1734081563 600w, //wearejolies.com/cdn/shop/files/We_Are_Jolies_-_Femme_-Sweat-Rose1-_Confortable_700x.jpg?v=1734081563 700w, //wearejolies.com/cdn/shop/files/We_Are_Jolies_-_Femme_-Sweat-Rose1-_Confortable_800x.jpg?v=1734081563 800w, //wearejolies.com/cdn/shop/files/We_Are_Jolies_-_Femme_-Sweat-Rose1-_Confortable_900x.jpg?v=1734081563 900w, //wearejolies.com/cdn/shop/files/We_Are_Jolies_-_Femme_-Sweat-Rose1-_Confortable_1000x.jpg?v=1734081563 1000w, //wearejolies.com/cdn/shop/files/We_Are_Jolies_-_Femme_-Sweat-Rose1-_Confortable_1100x.jpg?v=1734081563 1100w, //wearejolies.com/cdn/shop/files/We_Are_Jolies_-_Femme_-Sweat-Rose1-_Confortable_1200x.jpg?v=1734081563 1200w"><img class="product-item__secondary-image" loading="lazy" sizes="(max-width: 740px) 52vw, calc(min(100vw - 80px, 1520px) / 4 - 18px)" height="5953" width="4000" alt="Sweat 100% Coton - Rose Bonbon" src="//wearejolies.com/cdn/shop/files/Shoot38_0002_1200x.jpg?v=1734081482" srcset="//wearejolies.com/cdn/shop/files/Shoot38_0002_200x.jpg?v=1734081482 200w, //wearejolies.com/cdn/shop/files/Shoot38_0002_300x.jpg?v=1734081482 300w, //wearejolies.com/cdn/shop/files/Shoot38_0002_400x.jpg?v=1734081482 400w, //wearejolies.com/cdn/shop/files/Shoot38_0002_500x.jpg?v=1734081482 500w, //wearejolies.com/cdn/shop/files/Shoot38_0002_600x.jpg?v=1734081482 600w, //wearejolies.com/cdn/shop/files/Shoot38_0002_700x.jpg?v=1734081482 700w, //wearejolies.com/cdn/shop/files/Shoot38_0002_800x.jpg?v=1734081482 800w, //wearejolies.com/cdn/shop/files/Shoot38_0002_900x.jpg?v=1734081482 900w, //wearejolies.com/cdn/shop/files/Shoot38_0002_1000x.jpg?v=1734081482 1000w, //wearejolies.com/cdn/shop/files/Shoot38_0002_1100x.jpg?v=1734081482 1100w, //wearejolies.com/cdn/shop/files/Shoot38_0002_1200x.jpg?v=1734081482 1200w"></a></div> <div class="product-item__info "> <div class="product-item-meta"><a href="/products/sweat-coton-rose-bonbon" class="product-item-meta__title">Sweat 100% Coton <div>Rose Bonbon</div> </a> <!-- Start of Judge.me code --> <div style='' class='jdgm-widget jdgm-preview-badge' data-id='9684539310418' data-auto-install='false'> <div style='display:none' class='jdgm-prev-badge' data-average-rating='5.00' data-number-of-reviews='1' data-number-of-questions='0'> <span class='jdgm-prev-badge__stars' data-score='5.00' tabindex='0' aria-label='5.00 stars' role='button'> <span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span> </span> <span class='jdgm-prev-badge__text'> 1 review </span> </div> </div> <!-- End of Judge.me code --><!--a class="product-item-meta__reviews-badge text--small" href="/products/sweat-coton-rose-bonbon"><div class="rating"> <div class="rating__stars" role="img" aria-label="5.0 sur 5.0 étoiles"><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg></div> <span class="rating__caption">1 avis</span> </div></a--> <span class="stamped-product-reviews-badge" data-id="9684539310418" data-product-sku="sweat-coton-rose-bonbon" data-product-type="Sweats" data-product-title="Sweat 100% Coton - Rose Bonbon" style="display:block;"> </span><div class="product-item-meta__price-list-container"> <div class="price-list price-list--centered"> <span class="price">dès <span class="price price--highlight">69€</span></span> </div> </div> <form method="post" action="/cart/add" id="product_form_9684539310418" accept-charset="UTF-8" class="block-swatch-list" enctype="multipart/form-data" is="product-form"><input type="hidden" name="form_type" value="product" /><input type="hidden" name="utf8" value="✓" /> <div class="block-swatch is-disabled"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="xs-s49441836302674template--24626447810898__featured_collections_HEDyrC" value="49441836302674"> <label class="block-swatch__item" for="xs-s49441836302674template--24626447810898__featured_collections_HEDyrC">XS/S</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="m-l49441836335442template--24626447810898__featured_collections_HEDyrC" value="49441836335442"> <label class="block-swatch__item" for="m-l49441836335442template--24626447810898__featured_collections_HEDyrC">M/L</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="xl-2xl49441836368210template--24626447810898__featured_collections_HEDyrC" value="49441836368210"> <label class="block-swatch__item" for="xl-2xl49441836368210template--24626447810898__featured_collections_HEDyrC">XL/2XL</label> </div> <div class="block-swatch is-disabled"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="3xl-4xl49441836400978template--24626447810898__featured_collections_HEDyrC" value="49441836400978"> <label class="block-swatch__item" for="3xl-4xl49441836400978template--24626447810898__featured_collections_HEDyrC">3XL/4XL</label> </div> <input type="hidden" name="quantity" value="1"> <button type="submit" is="loader-button" sold="Épuisé" data-use-primary data-product-add-to-cart-button data-button-content="Ajouter" class="product-form__add-button button button--primary button--full" disabled>Ajouter </button><input type="hidden" name="product-id" value="9684539310418" /><input type="hidden" name="section-id" value="template--24626447810898__featured_collections_HEDyrC" /></form> </div></div> </product-item><product-item class="product-item " reveal><div class="product-item__image-wrapper product-item__image-wrapper--multiple"><a href="/products/sweat-coton-damier-rose-et-orange" class="product-item__aspect-ratio aspect-ratio " style="padding-bottom: 150.00000000000003%; --aspect-ratio: 0.6666666666666666"> <img class="product-item__primary-image" loading="lazy" data-media-id="47972966072658" sizes="(max-width: 740px) 52vw, calc(min(100vw - 80px, 1520px) / 4 - 18px)" height="2400" width="1600" alt="Lorea mesure 1m74, elle fait du 38 et porte une taille M/L*" src="//wearejolies.com/cdn/shop/files/WAJ-Reshoot-670_1200x.jpg?v=1731513865" srcset="//wearejolies.com/cdn/shop/files/WAJ-Reshoot-670_200x.jpg?v=1731513865 200w, //wearejolies.com/cdn/shop/files/WAJ-Reshoot-670_300x.jpg?v=1731513865 300w, //wearejolies.com/cdn/shop/files/WAJ-Reshoot-670_400x.jpg?v=1731513865 400w, //wearejolies.com/cdn/shop/files/WAJ-Reshoot-670_500x.jpg?v=1731513865 500w, //wearejolies.com/cdn/shop/files/WAJ-Reshoot-670_600x.jpg?v=1731513865 600w, //wearejolies.com/cdn/shop/files/WAJ-Reshoot-670_700x.jpg?v=1731513865 700w, //wearejolies.com/cdn/shop/files/WAJ-Reshoot-670_800x.jpg?v=1731513865 800w, //wearejolies.com/cdn/shop/files/WAJ-Reshoot-670_900x.jpg?v=1731513865 900w, //wearejolies.com/cdn/shop/files/WAJ-Reshoot-670_1000x.jpg?v=1731513865 1000w, //wearejolies.com/cdn/shop/files/WAJ-Reshoot-670_1100x.jpg?v=1731513865 1100w, //wearejolies.com/cdn/shop/files/WAJ-Reshoot-670_1200x.jpg?v=1731513865 1200w"><img class="product-item__secondary-image" loading="lazy" sizes="(max-width: 740px) 52vw, calc(min(100vw - 80px, 1520px) / 4 - 18px)" height="5953" width="4000" alt="Sweat 100% Coton - Damier Rose et Orange" src="//wearejolies.com/cdn/shop/files/Shoot37_002_1200x.png?v=1733130734" srcset="//wearejolies.com/cdn/shop/files/Shoot37_002_200x.png?v=1733130734 200w, //wearejolies.com/cdn/shop/files/Shoot37_002_300x.png?v=1733130734 300w, //wearejolies.com/cdn/shop/files/Shoot37_002_400x.png?v=1733130734 400w, //wearejolies.com/cdn/shop/files/Shoot37_002_500x.png?v=1733130734 500w, //wearejolies.com/cdn/shop/files/Shoot37_002_600x.png?v=1733130734 600w, //wearejolies.com/cdn/shop/files/Shoot37_002_700x.png?v=1733130734 700w, //wearejolies.com/cdn/shop/files/Shoot37_002_800x.png?v=1733130734 800w, //wearejolies.com/cdn/shop/files/Shoot37_002_900x.png?v=1733130734 900w, //wearejolies.com/cdn/shop/files/Shoot37_002_1000x.png?v=1733130734 1000w, //wearejolies.com/cdn/shop/files/Shoot37_002_1100x.png?v=1733130734 1100w, //wearejolies.com/cdn/shop/files/Shoot37_002_1200x.png?v=1733130734 1200w"></a></div> <div class="product-item__info "> <div class="product-item-meta"><a href="/products/sweat-coton-damier-rose-et-orange" class="product-item-meta__title">Sweat 100% Coton <div>Damier Rose et Orange</div> </a> <!-- Start of Judge.me code --> <div style='' class='jdgm-widget jdgm-preview-badge' data-id='9604118348114' data-auto-install='false'> <div style='display:none' class='jdgm-prev-badge' data-average-rating='5.00' data-number-of-reviews='5' data-number-of-questions='0'> <span class='jdgm-prev-badge__stars' data-score='5.00' tabindex='0' aria-label='5.00 stars' role='button'> <span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span> </span> <span class='jdgm-prev-badge__text'> 5 reviews </span> </div> </div> <!-- End of Judge.me code --><!--a class="product-item-meta__reviews-badge text--small" href="/products/sweat-coton-damier-rose-et-orange"><div class="rating"> <div class="rating__stars" role="img" aria-label="5.0 sur 5.0 étoiles"><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg></div> <span class="rating__caption">5 avis</span> </div></a--> <span class="stamped-product-reviews-badge" data-id="9604118348114" data-product-sku="sweat-coton-damier-rose-et-orange" data-product-type="Sweats" data-product-title="Sweat 100% Coton - Damier Rose et Orange" style="display:block;"> </span><div class="product-item-meta__price-list-container"> <div class="price-list price-list--centered"> <span class="price">dès <span class="price price--highlight">69€</span></span> </div> </div> <form method="post" action="/cart/add" id="product_form_9604118348114" accept-charset="UTF-8" class="block-swatch-list" enctype="multipart/form-data" is="product-form"><input type="hidden" name="form_type" value="product" /><input type="hidden" name="utf8" value="✓" /> <div class="block-swatch is-disabled"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="xs-s49243074593106template--24626447810898__featured_collections_HEDyrC" value="49243074593106"> <label class="block-swatch__item" for="xs-s49243074593106template--24626447810898__featured_collections_HEDyrC">XS/S</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="m-l49243074625874template--24626447810898__featured_collections_HEDyrC" value="49243074625874"> <label class="block-swatch__item" for="m-l49243074625874template--24626447810898__featured_collections_HEDyrC">M/L</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="xl-2xl49243074658642template--24626447810898__featured_collections_HEDyrC" value="49243074658642"> <label class="block-swatch__item" for="xl-2xl49243074658642template--24626447810898__featured_collections_HEDyrC">XL/2XL</label> </div> <div class="block-swatch is-disabled"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="3xl-4xl49243074691410template--24626447810898__featured_collections_HEDyrC" value="49243074691410"> <label class="block-swatch__item" for="3xl-4xl49243074691410template--24626447810898__featured_collections_HEDyrC">3XL/4XL</label> </div> <input type="hidden" name="quantity" value="1"> <button type="submit" is="loader-button" sold="Épuisé" data-use-primary data-product-add-to-cart-button data-button-content="Ajouter" class="product-form__add-button button button--primary button--full" disabled>Ajouter </button><input type="hidden" name="product-id" value="9604118348114" /><input type="hidden" name="section-id" value="template--24626447810898__featured_collections_HEDyrC" /></form> </div></div> </product-item></div> </div></product-list></div> </div> </div> </section> <style> #shopify-section-template--24626447810898__featured_collections_HEDyrC section {padding-top: 40px;} </style></div><div id="shopify-section-template--24626447810898__featured_collections_LY9FEz" class="shopify-section shopify-section--featured-collections"><style> #shopify-section-template--24626447810898__featured_collections_LY9FEz {--heading-color: 40, 40, 40; --text-color: 40, 40, 40; --primary-button-background: 38, 43, 43; --primary-button-text-color: 255, 255, 255; --prev-next-button-background: 255, 255, 255; --prev-next-button-color: 40, 40, 40; --section-background: 255, 255, 255; --section-products-per-row: 2; } @media screen and (min-width: 741px) { #shopify-section-template--24626447810898__featured_collections_LY9FEz { --section-products-per-row: 3; } } @media screen and (min-width: 1000px) { #shopify-section-template--24626447810898__featured_collections_LY9FEz { --section-products-per-row: 4; } } @media screen and (min-width: 1200px) { #shopify-section-template--24626447810898__featured_collections_LY9FEz { --section-products-per-row: 4; } } </style> <section class="section "> <div class="section__color-wrapper"> <div class="container "><header class="section__header section__header--tight"> <div class="text-container"><span class="heading h2">Pyjamas longs coton bio</span><p>Découvrez dès maintenant nos pyjamas longs <strong>100% coton BIO</strong>, avec un pantalon ni trop large, ni trop moulant, et surtout <em>parfaits </em>pour cette saison ! 🛌</p><p><em>En résumé, voilà ENFIN</em> des pyjamas tous doux que vous pourrez porter sans craindre que quelqu’un vous croise dedans ! ❤️</p></div></header><div class="featured-collections"><product-list stagger-apparition id="block-template--24626447810898__featured_collections_LY9FEz-collection_Kz3BiC" class="product-list product-list--center"> <div class="scroller"> <div class="product-list__inner product-list__inner--scroller hide-scrollbar"><product-item class="product-item " reveal><div class="product-item__image-wrapper product-item__image-wrapper--multiple"><a href="/products/pyjama-long-coton-bio-clodette-rose" class="product-item__aspect-ratio aspect-ratio " style="padding-bottom: 148.88337468982633%; --aspect-ratio: 0.6716666666666666"> <img class="product-item__primary-image" loading="lazy" data-media-id="47507867042130" sizes="(max-width: 740px) 52vw, calc(min(100vw - 80px, 1520px) / 4 - 18px)" height="1800" width="1209" alt="Violette fait 1m75 et du 36, elle porte une taille S*" src="//wearejolies.com/cdn/shop/files/Pyjama-long---coton-bio---clodette_1200x.jpg?v=1727080075" srcset="//wearejolies.com/cdn/shop/files/Pyjama-long---coton-bio---clodette_200x.jpg?v=1727080075 200w, //wearejolies.com/cdn/shop/files/Pyjama-long---coton-bio---clodette_300x.jpg?v=1727080075 300w, //wearejolies.com/cdn/shop/files/Pyjama-long---coton-bio---clodette_400x.jpg?v=1727080075 400w, //wearejolies.com/cdn/shop/files/Pyjama-long---coton-bio---clodette_500x.jpg?v=1727080075 500w, //wearejolies.com/cdn/shop/files/Pyjama-long---coton-bio---clodette_600x.jpg?v=1727080075 600w, //wearejolies.com/cdn/shop/files/Pyjama-long---coton-bio---clodette_700x.jpg?v=1727080075 700w, //wearejolies.com/cdn/shop/files/Pyjama-long---coton-bio---clodette_800x.jpg?v=1727080075 800w, //wearejolies.com/cdn/shop/files/Pyjama-long---coton-bio---clodette_900x.jpg?v=1727080075 900w, //wearejolies.com/cdn/shop/files/Pyjama-long---coton-bio---clodette_1000x.jpg?v=1727080075 1000w, //wearejolies.com/cdn/shop/files/Pyjama-long---coton-bio---clodette_1100x.jpg?v=1727080075 1100w, //wearejolies.com/cdn/shop/files/Pyjama-long---coton-bio---clodette_1200x.jpg?v=1727080075 1200w"><img class="product-item__secondary-image" loading="lazy" sizes="(max-width: 740px) 52vw, calc(min(100vw - 80px, 1520px) / 4 - 18px)" height="5953" width="4000" alt="Pyjama long Coton BIO - Clodette Rose" src="//wearejolies.com/cdn/shop/files/Shoot37_014_1200x.jpg?v=1726070087" srcset="//wearejolies.com/cdn/shop/files/Shoot37_014_200x.jpg?v=1726070087 200w, //wearejolies.com/cdn/shop/files/Shoot37_014_300x.jpg?v=1726070087 300w, //wearejolies.com/cdn/shop/files/Shoot37_014_400x.jpg?v=1726070087 400w, //wearejolies.com/cdn/shop/files/Shoot37_014_500x.jpg?v=1726070087 500w, //wearejolies.com/cdn/shop/files/Shoot37_014_600x.jpg?v=1726070087 600w, //wearejolies.com/cdn/shop/files/Shoot37_014_700x.jpg?v=1726070087 700w, //wearejolies.com/cdn/shop/files/Shoot37_014_800x.jpg?v=1726070087 800w, //wearejolies.com/cdn/shop/files/Shoot37_014_900x.jpg?v=1726070087 900w, //wearejolies.com/cdn/shop/files/Shoot37_014_1000x.jpg?v=1726070087 1000w, //wearejolies.com/cdn/shop/files/Shoot37_014_1100x.jpg?v=1726070087 1100w, //wearejolies.com/cdn/shop/files/Shoot37_014_1200x.jpg?v=1726070087 1200w"></a></div> <div class="product-item__info "> <div class="product-item-meta"><a href="/products/pyjama-long-coton-bio-clodette-rose" class="product-item-meta__title">Pyjama long Coton BIO <div>Clodette Rose</div> </a> <!-- Start of Judge.me code --> <div style='' class='jdgm-widget jdgm-preview-badge' data-id='9328471703890' data-auto-install='false'> <div style='display:none' class='jdgm-prev-badge' data-average-rating='5.00' data-number-of-reviews='10' data-number-of-questions='0'> <span class='jdgm-prev-badge__stars' data-score='5.00' tabindex='0' aria-label='5.00 stars' role='button'> <span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span> </span> <span class='jdgm-prev-badge__text'> 10 reviews </span> </div> </div> <!-- End of Judge.me code --><!--a class="product-item-meta__reviews-badge text--small" href="/products/pyjama-long-coton-bio-clodette-rose"><div class="rating"> <div class="rating__stars" role="img" aria-label="5.0 sur 5.0 étoiles"><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg></div> <span class="rating__caption">10 avis</span> </div></a--> <span class="stamped-product-reviews-badge" data-id="9328471703890" data-product-sku="pyjama-long-coton-bio-clodette-rose" data-product-type="Pyjamas longs" data-product-title="Pyjama long Coton BIO - Clodette Rose" style="display:block;"> </span><div class="product-item-meta__price-list-container"> <div class="price-list price-list--centered"> <span class="price">dès <span class="price price--highlight">69€</span></span> </div> </div> <form method="post" action="/cart/add" id="product_form_9328471703890" accept-charset="UTF-8" class="block-swatch-list" enctype="multipart/form-data" is="product-form"><input type="hidden" name="form_type" value="product" /><input type="hidden" name="utf8" value="✓" /> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="xs48591045099858template--24626447810898__featured_collections_LY9FEz" value="48591045099858"> <label class="block-swatch__item" for="xs48591045099858template--24626447810898__featured_collections_LY9FEz">XS</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="s48591045132626template--24626447810898__featured_collections_LY9FEz" value="48591045132626"> <label class="block-swatch__item" for="s48591045132626template--24626447810898__featured_collections_LY9FEz">S</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="m48591045165394template--24626447810898__featured_collections_LY9FEz" value="48591045165394"> <label class="block-swatch__item" for="m48591045165394template--24626447810898__featured_collections_LY9FEz">M</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="l48591045198162template--24626447810898__featured_collections_LY9FEz" value="48591045198162"> <label class="block-swatch__item" for="l48591045198162template--24626447810898__featured_collections_LY9FEz">L</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="xl48591045230930template--24626447810898__featured_collections_LY9FEz" value="48591045230930"> <label class="block-swatch__item" for="xl48591045230930template--24626447810898__featured_collections_LY9FEz">XL</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="2xl48591045263698template--24626447810898__featured_collections_LY9FEz" value="48591045263698"> <label class="block-swatch__item" for="2xl48591045263698template--24626447810898__featured_collections_LY9FEz">2XL</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="3xl48591045296466template--24626447810898__featured_collections_LY9FEz" value="48591045296466"> <label class="block-swatch__item" for="3xl48591045296466template--24626447810898__featured_collections_LY9FEz">3XL</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="4xl48591045329234template--24626447810898__featured_collections_LY9FEz" value="48591045329234"> <label class="block-swatch__item" for="4xl48591045329234template--24626447810898__featured_collections_LY9FEz">4XL</label> </div> <input type="hidden" name="quantity" value="1"> <button type="submit" is="loader-button" sold="Épuisé" data-use-primary data-product-add-to-cart-button data-button-content="Ajouter" class="product-form__add-button button button--primary button--full" disabled>Ajouter </button><input type="hidden" name="product-id" value="9328471703890" /><input type="hidden" name="section-id" value="template--24626447810898__featured_collections_LY9FEz" /></form> </div></div> </product-item><product-item class="product-item " reveal><div class="product-item__image-wrapper product-item__image-wrapper--multiple"><a href="/products/pyjama-manches-longues-coton-bio-damier-flowers" class="product-item__aspect-ratio aspect-ratio " style="padding-bottom: 150.00000000000003%; --aspect-ratio: 0.6666666666666666"> <img class="product-item__primary-image" loading="lazy" data-media-id="47441069310290" sizes="(max-width: 740px) 52vw, calc(min(100vw - 80px, 1520px) / 4 - 18px)" height="2400" width="1600" alt="Violette fait 1m75 et du 36, elle porte une taille S*" src="//wearejolies.com/cdn/shop/files/Web-4-2_1200x.jpg?v=1726235009" srcset="//wearejolies.com/cdn/shop/files/Web-4-2_200x.jpg?v=1726235009 200w, //wearejolies.com/cdn/shop/files/Web-4-2_300x.jpg?v=1726235009 300w, //wearejolies.com/cdn/shop/files/Web-4-2_400x.jpg?v=1726235009 400w, //wearejolies.com/cdn/shop/files/Web-4-2_500x.jpg?v=1726235009 500w, //wearejolies.com/cdn/shop/files/Web-4-2_600x.jpg?v=1726235009 600w, //wearejolies.com/cdn/shop/files/Web-4-2_700x.jpg?v=1726235009 700w, //wearejolies.com/cdn/shop/files/Web-4-2_800x.jpg?v=1726235009 800w, //wearejolies.com/cdn/shop/files/Web-4-2_900x.jpg?v=1726235009 900w, //wearejolies.com/cdn/shop/files/Web-4-2_1000x.jpg?v=1726235009 1000w, //wearejolies.com/cdn/shop/files/Web-4-2_1100x.jpg?v=1726235009 1100w, //wearejolies.com/cdn/shop/files/Web-4-2_1200x.jpg?v=1726235009 1200w"><img class="product-item__secondary-image" loading="lazy" sizes="(max-width: 740px) 52vw, calc(min(100vw - 80px, 1520px) / 4 - 18px)" height="5953" width="4000" alt="Pyjama Manches Longues Coton Bio - Damier Flowers" src="//wearejolies.com/cdn/shop/files/Shoot37_018_1200x.jpg?v=1726234923" srcset="//wearejolies.com/cdn/shop/files/Shoot37_018_200x.jpg?v=1726234923 200w, //wearejolies.com/cdn/shop/files/Shoot37_018_300x.jpg?v=1726234923 300w, //wearejolies.com/cdn/shop/files/Shoot37_018_400x.jpg?v=1726234923 400w, //wearejolies.com/cdn/shop/files/Shoot37_018_500x.jpg?v=1726234923 500w, //wearejolies.com/cdn/shop/files/Shoot37_018_600x.jpg?v=1726234923 600w, //wearejolies.com/cdn/shop/files/Shoot37_018_700x.jpg?v=1726234923 700w, //wearejolies.com/cdn/shop/files/Shoot37_018_800x.jpg?v=1726234923 800w, //wearejolies.com/cdn/shop/files/Shoot37_018_900x.jpg?v=1726234923 900w, //wearejolies.com/cdn/shop/files/Shoot37_018_1000x.jpg?v=1726234923 1000w, //wearejolies.com/cdn/shop/files/Shoot37_018_1100x.jpg?v=1726234923 1100w, //wearejolies.com/cdn/shop/files/Shoot37_018_1200x.jpg?v=1726234923 1200w"></a></div> <div class="product-item__info "> <div class="product-item-meta"><a href="/products/pyjama-manches-longues-coton-bio-damier-flowers" class="product-item-meta__title">Pyjama Manches Longues Coton Bio <div>Damier Flowers</div> </a> <!-- Start of Judge.me code --> <div style='' class='jdgm-widget jdgm-preview-badge' data-id='9590015000914' data-auto-install='false'> <div style='display:none' class='jdgm-prev-badge' data-average-rating='4.58' data-number-of-reviews='12' data-number-of-questions='0'> <span class='jdgm-prev-badge__stars' data-score='4.58' tabindex='0' aria-label='4.58 stars' role='button'> <span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--half'></span> </span> <span class='jdgm-prev-badge__text'> 12 reviews </span> </div> </div> <!-- End of Judge.me code --><!--a class="product-item-meta__reviews-badge text--small" href="/products/pyjama-manches-longues-coton-bio-damier-flowers"><div class="rating"> <div class="rating__stars" role="img" aria-label="4.583333333 sur 5.0 étoiles"><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star-half rating__star rating__star--half" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="url(#rating-star-gradient-half)"></path> </svg></div> <span class="rating__caption">12 avis</span> </div></a--> <span class="stamped-product-reviews-badge" data-id="9590015000914" data-product-sku="pyjama-manches-longues-coton-bio-damier-flowers" data-product-type="Pyjamas longs" data-product-title="Pyjama Manches Longues Coton Bio - Damier Flowers" style="display:block;"> </span><div class="product-item-meta__price-list-container"> <div class="price-list price-list--centered"> <span class="price">dès <span class="price price--highlight">69€</span></span> </div> </div> <form method="post" action="/cart/add" id="product_form_9590015000914" accept-charset="UTF-8" class="block-swatch-list" enctype="multipart/form-data" is="product-form"><input type="hidden" name="form_type" value="product" /><input type="hidden" name="utf8" value="✓" /> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="xs49202175770962template--24626447810898__featured_collections_LY9FEz" value="49202175770962"> <label class="block-swatch__item" for="xs49202175770962template--24626447810898__featured_collections_LY9FEz">XS</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="s49202175803730template--24626447810898__featured_collections_LY9FEz" value="49202175803730"> <label class="block-swatch__item" for="s49202175803730template--24626447810898__featured_collections_LY9FEz">S</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="m49202175836498template--24626447810898__featured_collections_LY9FEz" value="49202175836498"> <label class="block-swatch__item" for="m49202175836498template--24626447810898__featured_collections_LY9FEz">M</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="l49202175869266template--24626447810898__featured_collections_LY9FEz" value="49202175869266"> <label class="block-swatch__item" for="l49202175869266template--24626447810898__featured_collections_LY9FEz">L</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="xl49202175902034template--24626447810898__featured_collections_LY9FEz" value="49202175902034"> <label class="block-swatch__item" for="xl49202175902034template--24626447810898__featured_collections_LY9FEz">XL</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="2xl49202175934802template--24626447810898__featured_collections_LY9FEz" value="49202175934802"> <label class="block-swatch__item" for="2xl49202175934802template--24626447810898__featured_collections_LY9FEz">2XL</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="3xl49202175967570template--24626447810898__featured_collections_LY9FEz" value="49202175967570"> <label class="block-swatch__item" for="3xl49202175967570template--24626447810898__featured_collections_LY9FEz">3XL</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="4xl49202176000338template--24626447810898__featured_collections_LY9FEz" value="49202176000338"> <label class="block-swatch__item" for="4xl49202176000338template--24626447810898__featured_collections_LY9FEz">4XL</label> </div> <input type="hidden" name="quantity" value="1"> <button type="submit" is="loader-button" sold="Épuisé" data-use-primary data-product-add-to-cart-button data-button-content="Ajouter" class="product-form__add-button button button--primary button--full" disabled>Ajouter </button><input type="hidden" name="product-id" value="9590015000914" /><input type="hidden" name="section-id" value="template--24626447810898__featured_collections_LY9FEz" /></form> </div></div> </product-item><product-item class="product-item " reveal><div class="product-item__image-wrapper product-item__image-wrapper--multiple"><a href="/products/pyjama-long-coton-bio-leopard-beige" class="product-item__aspect-ratio aspect-ratio " style="padding-bottom: 150.00000000000003%; --aspect-ratio: 0.6666666666666666"> <img class="product-item__primary-image" loading="lazy" data-media-id="47439971516754" sizes="(max-width: 740px) 52vw, calc(min(100vw - 80px, 1520px) / 4 - 18px)" height="2400" width="1600" alt="Maeva fait 1m72 et du 40 et porte une taille M*" src="//wearejolies.com/cdn/shop/files/Web-0330_1200x.jpg?v=1726220322" srcset="//wearejolies.com/cdn/shop/files/Web-0330_200x.jpg?v=1726220322 200w, //wearejolies.com/cdn/shop/files/Web-0330_300x.jpg?v=1726220322 300w, //wearejolies.com/cdn/shop/files/Web-0330_400x.jpg?v=1726220322 400w, //wearejolies.com/cdn/shop/files/Web-0330_500x.jpg?v=1726220322 500w, //wearejolies.com/cdn/shop/files/Web-0330_600x.jpg?v=1726220322 600w, //wearejolies.com/cdn/shop/files/Web-0330_700x.jpg?v=1726220322 700w, //wearejolies.com/cdn/shop/files/Web-0330_800x.jpg?v=1726220322 800w, //wearejolies.com/cdn/shop/files/Web-0330_900x.jpg?v=1726220322 900w, //wearejolies.com/cdn/shop/files/Web-0330_1000x.jpg?v=1726220322 1000w, //wearejolies.com/cdn/shop/files/Web-0330_1100x.jpg?v=1726220322 1100w, //wearejolies.com/cdn/shop/files/Web-0330_1200x.jpg?v=1726220322 1200w"><img class="product-item__secondary-image" loading="lazy" sizes="(max-width: 740px) 52vw, calc(min(100vw - 80px, 1520px) / 4 - 18px)" height="5953" width="4000" alt="Pyjama long Coton BIO - Léopard Beige" src="//wearejolies.com/cdn/shop/files/Shoot37_016_1200x.jpg?v=1726127492" srcset="//wearejolies.com/cdn/shop/files/Shoot37_016_200x.jpg?v=1726127492 200w, //wearejolies.com/cdn/shop/files/Shoot37_016_300x.jpg?v=1726127492 300w, //wearejolies.com/cdn/shop/files/Shoot37_016_400x.jpg?v=1726127492 400w, //wearejolies.com/cdn/shop/files/Shoot37_016_500x.jpg?v=1726127492 500w, //wearejolies.com/cdn/shop/files/Shoot37_016_600x.jpg?v=1726127492 600w, //wearejolies.com/cdn/shop/files/Shoot37_016_700x.jpg?v=1726127492 700w, //wearejolies.com/cdn/shop/files/Shoot37_016_800x.jpg?v=1726127492 800w, //wearejolies.com/cdn/shop/files/Shoot37_016_900x.jpg?v=1726127492 900w, //wearejolies.com/cdn/shop/files/Shoot37_016_1000x.jpg?v=1726127492 1000w, //wearejolies.com/cdn/shop/files/Shoot37_016_1100x.jpg?v=1726127492 1100w, //wearejolies.com/cdn/shop/files/Shoot37_016_1200x.jpg?v=1726127492 1200w"></a></div> <div class="product-item__info "> <div class="product-item-meta"><a href="/products/pyjama-long-coton-bio-leopard-beige" class="product-item-meta__title">Pyjama long Coton BIO <div>Léopard Beige</div> </a> <!-- Start of Judge.me code --> <div style='' class='jdgm-widget jdgm-preview-badge' data-id='9328479273298' data-auto-install='false'> <div style='display:none' class='jdgm-prev-badge' data-average-rating='5.00' data-number-of-reviews='20' data-number-of-questions='0'> <span class='jdgm-prev-badge__stars' data-score='5.00' tabindex='0' aria-label='5.00 stars' role='button'> <span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span> </span> <span class='jdgm-prev-badge__text'> 20 reviews </span> </div> </div> <!-- End of Judge.me code --><!--a class="product-item-meta__reviews-badge text--small" href="/products/pyjama-long-coton-bio-leopard-beige"><div class="rating"> <div class="rating__stars" role="img" aria-label="5.0 sur 5.0 étoiles"><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg></div> <span class="rating__caption">19 avis</span> </div></a--> <span class="stamped-product-reviews-badge" data-id="9328479273298" data-product-sku="pyjama-long-coton-bio-leopard-beige" data-product-type="Pyjamas longs" data-product-title="Pyjama long Coton BIO - Léopard Beige" style="display:block;"> </span><div class="product-item-meta__price-list-container"> <div class="price-list price-list--centered"> <span class="price">dès <span class="price price--highlight">69€</span></span> </div> </div> <form method="post" action="/cart/add" id="product_form_9328479273298" accept-charset="UTF-8" class="block-swatch-list" enctype="multipart/form-data" is="product-form"><input type="hidden" name="form_type" value="product" /><input type="hidden" name="utf8" value="✓" /> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="xs48591069118802template--24626447810898__featured_collections_LY9FEz" value="48591069118802"> <label class="block-swatch__item" for="xs48591069118802template--24626447810898__featured_collections_LY9FEz">XS</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="s48591069151570template--24626447810898__featured_collections_LY9FEz" value="48591069151570"> <label class="block-swatch__item" for="s48591069151570template--24626447810898__featured_collections_LY9FEz">S</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="m48591069184338template--24626447810898__featured_collections_LY9FEz" value="48591069184338"> <label class="block-swatch__item" for="m48591069184338template--24626447810898__featured_collections_LY9FEz">M</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="l48591069217106template--24626447810898__featured_collections_LY9FEz" value="48591069217106"> <label class="block-swatch__item" for="l48591069217106template--24626447810898__featured_collections_LY9FEz">L</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="xl48591069249874template--24626447810898__featured_collections_LY9FEz" value="48591069249874"> <label class="block-swatch__item" for="xl48591069249874template--24626447810898__featured_collections_LY9FEz">XL</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="2xl48591069282642template--24626447810898__featured_collections_LY9FEz" value="48591069282642"> <label class="block-swatch__item" for="2xl48591069282642template--24626447810898__featured_collections_LY9FEz">2XL</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="3xl48591069315410template--24626447810898__featured_collections_LY9FEz" value="48591069315410"> <label class="block-swatch__item" for="3xl48591069315410template--24626447810898__featured_collections_LY9FEz">3XL</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="4xl48591069348178template--24626447810898__featured_collections_LY9FEz" value="48591069348178"> <label class="block-swatch__item" for="4xl48591069348178template--24626447810898__featured_collections_LY9FEz">4XL</label> </div> <input type="hidden" name="quantity" value="1"> <button type="submit" is="loader-button" sold="Épuisé" data-use-primary data-product-add-to-cart-button data-button-content="Ajouter" class="product-form__add-button button button--primary button--full" disabled>Ajouter </button><input type="hidden" name="product-id" value="9328479273298" /><input type="hidden" name="section-id" value="template--24626447810898__featured_collections_LY9FEz" /></form> </div></div> </product-item><product-item class="product-item " reveal><div class="product-item__image-wrapper product-item__image-wrapper--multiple"><a href="/products/pyjama-manches-longues-coton-bio-leopard-beige" class="product-item__aspect-ratio aspect-ratio " style="padding-bottom: 150.00000000000003%; --aspect-ratio: 0.6666666666666666"> <img class="product-item__primary-image" loading="lazy" data-media-id="47987447529810" sizes="(max-width: 740px) 52vw, calc(min(100vw - 80px, 1520px) / 4 - 18px)" height="2400" width="1600" alt="Lorea mesure 1m74, elle fait du 38 et porte une taille M*" src="//wearejolies.com/cdn/shop/files/WAJ-Reshoot-1601_1200x.jpg?v=1731593154" srcset="//wearejolies.com/cdn/shop/files/WAJ-Reshoot-1601_200x.jpg?v=1731593154 200w, //wearejolies.com/cdn/shop/files/WAJ-Reshoot-1601_300x.jpg?v=1731593154 300w, //wearejolies.com/cdn/shop/files/WAJ-Reshoot-1601_400x.jpg?v=1731593154 400w, //wearejolies.com/cdn/shop/files/WAJ-Reshoot-1601_500x.jpg?v=1731593154 500w, //wearejolies.com/cdn/shop/files/WAJ-Reshoot-1601_600x.jpg?v=1731593154 600w, //wearejolies.com/cdn/shop/files/WAJ-Reshoot-1601_700x.jpg?v=1731593154 700w, //wearejolies.com/cdn/shop/files/WAJ-Reshoot-1601_800x.jpg?v=1731593154 800w, //wearejolies.com/cdn/shop/files/WAJ-Reshoot-1601_900x.jpg?v=1731593154 900w, //wearejolies.com/cdn/shop/files/WAJ-Reshoot-1601_1000x.jpg?v=1731593154 1000w, //wearejolies.com/cdn/shop/files/WAJ-Reshoot-1601_1100x.jpg?v=1731593154 1100w, //wearejolies.com/cdn/shop/files/WAJ-Reshoot-1601_1200x.jpg?v=1731593154 1200w"><img class="product-item__secondary-image" loading="lazy" sizes="(max-width: 740px) 52vw, calc(min(100vw - 80px, 1520px) / 4 - 18px)" height="5953" width="4000" alt="Pyjama Manches Longues Coton BIO - Léopard Beige" src="//wearejolies.com/cdn/shop/files/Shoot38_0033_1200x.jpg?v=1730294791" srcset="//wearejolies.com/cdn/shop/files/Shoot38_0033_200x.jpg?v=1730294791 200w, //wearejolies.com/cdn/shop/files/Shoot38_0033_300x.jpg?v=1730294791 300w, //wearejolies.com/cdn/shop/files/Shoot38_0033_400x.jpg?v=1730294791 400w, //wearejolies.com/cdn/shop/files/Shoot38_0033_500x.jpg?v=1730294791 500w, //wearejolies.com/cdn/shop/files/Shoot38_0033_600x.jpg?v=1730294791 600w, //wearejolies.com/cdn/shop/files/Shoot38_0033_700x.jpg?v=1730294791 700w, //wearejolies.com/cdn/shop/files/Shoot38_0033_800x.jpg?v=1730294791 800w, //wearejolies.com/cdn/shop/files/Shoot38_0033_900x.jpg?v=1730294791 900w, //wearejolies.com/cdn/shop/files/Shoot38_0033_1000x.jpg?v=1730294791 1000w, //wearejolies.com/cdn/shop/files/Shoot38_0033_1100x.jpg?v=1730294791 1100w, //wearejolies.com/cdn/shop/files/Shoot38_0033_1200x.jpg?v=1730294791 1200w"></a></div> <div class="product-item__info "> <div class="product-item-meta"><a href="/products/pyjama-manches-longues-coton-bio-leopard-beige" class="product-item-meta__title">Pyjama Manches Longues Coton BIO <div>Léopard Beige</div> </a> <!-- Start of Judge.me code --> <div style='' class='jdgm-widget jdgm-preview-badge' data-id='9728528744786' data-auto-install='false'> <div style='display:none' class='jdgm-prev-badge' data-average-rating='0.00' data-number-of-reviews='0' data-number-of-questions='0'> <span class='jdgm-prev-badge__stars' data-score='0.00' tabindex='0' aria-label='0.00 stars' role='button'> <span class='jdgm-star jdgm--off'></span><span class='jdgm-star jdgm--off'></span><span class='jdgm-star jdgm--off'></span><span class='jdgm-star jdgm--off'></span><span class='jdgm-star jdgm--off'></span> </span> <span class='jdgm-prev-badge__text'> No reviews </span> </div> </div> <!-- End of Judge.me code --><!--a class="product-item-meta__reviews-badge text--small" href="/products/pyjama-manches-longues-coton-bio-leopard-beige"><div class="rating"> <div class="rating__stars" role="img" aria-label="0 sur 5 étoiles"><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--empty" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--empty" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--empty" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--empty" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--empty" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg></div> <span class="rating__caption">0 avis</span> </div></a--> <span class="stamped-product-reviews-badge" data-id="9728528744786" data-product-sku="pyjama-manches-longues-coton-bio-leopard-beige" data-product-type="Pyjamas longs" data-product-title="Pyjama Manches Longues Coton BIO - Léopard Beige" style="display:block;"> </span><div class="product-item-meta__price-list-container"> <div class="price-list price-list--centered"> <span class="price">dès <span class="price price--highlight">69€</span></span> </div> </div> <form method="post" action="/cart/add" id="product_form_9728528744786" accept-charset="UTF-8" class="block-swatch-list" enctype="multipart/form-data" is="product-form"><input type="hidden" name="form_type" value="product" /><input type="hidden" name="utf8" value="✓" /> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="xs49591884513618template--24626447810898__featured_collections_LY9FEz" value="49591884513618"> <label class="block-swatch__item" for="xs49591884513618template--24626447810898__featured_collections_LY9FEz">XS</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="s49591884546386template--24626447810898__featured_collections_LY9FEz" value="49591884546386"> <label class="block-swatch__item" for="s49591884546386template--24626447810898__featured_collections_LY9FEz">S</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="m49591884579154template--24626447810898__featured_collections_LY9FEz" value="49591884579154"> <label class="block-swatch__item" for="m49591884579154template--24626447810898__featured_collections_LY9FEz">M</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="l49591884611922template--24626447810898__featured_collections_LY9FEz" value="49591884611922"> <label class="block-swatch__item" for="l49591884611922template--24626447810898__featured_collections_LY9FEz">L</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="xl49591884644690template--24626447810898__featured_collections_LY9FEz" value="49591884644690"> <label class="block-swatch__item" for="xl49591884644690template--24626447810898__featured_collections_LY9FEz">XL</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="2xl49591884677458template--24626447810898__featured_collections_LY9FEz" value="49591884677458"> <label class="block-swatch__item" for="2xl49591884677458template--24626447810898__featured_collections_LY9FEz">2XL</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="3xl49591884710226template--24626447810898__featured_collections_LY9FEz" value="49591884710226"> <label class="block-swatch__item" for="3xl49591884710226template--24626447810898__featured_collections_LY9FEz">3XL</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="4xl49591884742994template--24626447810898__featured_collections_LY9FEz" value="49591884742994"> <label class="block-swatch__item" for="4xl49591884742994template--24626447810898__featured_collections_LY9FEz">4XL</label> </div> <input type="hidden" name="quantity" value="1"> <button type="submit" is="loader-button" sold="Épuisé" data-use-primary data-product-add-to-cart-button data-button-content="Ajouter" class="product-form__add-button button button--primary button--full" disabled>Ajouter </button><input type="hidden" name="product-id" value="9728528744786" /><input type="hidden" name="section-id" value="template--24626447810898__featured_collections_LY9FEz" /></form> </div></div> </product-item><product-item class="product-item " reveal><div class="product-item__image-wrapper product-item__image-wrapper--multiple"><a href="/products/pyjama-manches-longues-coton-bio-dalida" class="product-item__aspect-ratio aspect-ratio " style="padding-bottom: 150.00000000000003%; --aspect-ratio: 0.6666666666666666"> <img class="product-item__primary-image" loading="lazy" data-media-id="47481589956946" sizes="(max-width: 740px) 52vw, calc(min(100vw - 80px, 1520px) / 4 - 18px)" height="2400" width="1600" alt="Violette fait 1m75 et du 36, elle porte une taille S*" src="//wearejolies.com/cdn/shop/files/Web-4-7_1200x.jpg?v=1726752670" srcset="//wearejolies.com/cdn/shop/files/Web-4-7_200x.jpg?v=1726752670 200w, //wearejolies.com/cdn/shop/files/Web-4-7_300x.jpg?v=1726752670 300w, //wearejolies.com/cdn/shop/files/Web-4-7_400x.jpg?v=1726752670 400w, //wearejolies.com/cdn/shop/files/Web-4-7_500x.jpg?v=1726752670 500w, //wearejolies.com/cdn/shop/files/Web-4-7_600x.jpg?v=1726752670 600w, //wearejolies.com/cdn/shop/files/Web-4-7_700x.jpg?v=1726752670 700w, //wearejolies.com/cdn/shop/files/Web-4-7_800x.jpg?v=1726752670 800w, //wearejolies.com/cdn/shop/files/Web-4-7_900x.jpg?v=1726752670 900w, //wearejolies.com/cdn/shop/files/Web-4-7_1000x.jpg?v=1726752670 1000w, //wearejolies.com/cdn/shop/files/Web-4-7_1100x.jpg?v=1726752670 1100w, //wearejolies.com/cdn/shop/files/Web-4-7_1200x.jpg?v=1726752670 1200w"><img class="product-item__secondary-image" loading="lazy" sizes="(max-width: 740px) 52vw, calc(min(100vw - 80px, 1520px) / 4 - 18px)" height="5953" width="4000" alt="Pyjama Manches Longues Coton Bio - Dalida" src="//wearejolies.com/cdn/shop/files/Shoot37_017_1200x.jpg?v=1726752680" srcset="//wearejolies.com/cdn/shop/files/Shoot37_017_200x.jpg?v=1726752680 200w, //wearejolies.com/cdn/shop/files/Shoot37_017_300x.jpg?v=1726752680 300w, //wearejolies.com/cdn/shop/files/Shoot37_017_400x.jpg?v=1726752680 400w, //wearejolies.com/cdn/shop/files/Shoot37_017_500x.jpg?v=1726752680 500w, //wearejolies.com/cdn/shop/files/Shoot37_017_600x.jpg?v=1726752680 600w, //wearejolies.com/cdn/shop/files/Shoot37_017_700x.jpg?v=1726752680 700w, //wearejolies.com/cdn/shop/files/Shoot37_017_800x.jpg?v=1726752680 800w, //wearejolies.com/cdn/shop/files/Shoot37_017_900x.jpg?v=1726752680 900w, //wearejolies.com/cdn/shop/files/Shoot37_017_1000x.jpg?v=1726752680 1000w, //wearejolies.com/cdn/shop/files/Shoot37_017_1100x.jpg?v=1726752680 1100w, //wearejolies.com/cdn/shop/files/Shoot37_017_1200x.jpg?v=1726752680 1200w"></a></div> <div class="product-item__info "> <div class="product-item-meta"><a href="/products/pyjama-manches-longues-coton-bio-dalida" class="product-item-meta__title">Pyjama Manches Longues Coton Bio <div>Dalida</div> </a> <!-- Start of Judge.me code --> <div style='' class='jdgm-widget jdgm-preview-badge' data-id='9590026600786' data-auto-install='false'> <div style='display:none' class='jdgm-prev-badge' data-average-rating='5.00' data-number-of-reviews='7' data-number-of-questions='0'> <span class='jdgm-prev-badge__stars' data-score='5.00' tabindex='0' aria-label='5.00 stars' role='button'> <span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span> </span> <span class='jdgm-prev-badge__text'> 7 reviews </span> </div> </div> <!-- End of Judge.me code --><!--a class="product-item-meta__reviews-badge text--small" href="/products/pyjama-manches-longues-coton-bio-dalida"><div class="rating"> <div class="rating__stars" role="img" aria-label="5.0 sur 5.0 étoiles"><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg></div> <span class="rating__caption">7 avis</span> </div></a--> <span class="stamped-product-reviews-badge" data-id="9590026600786" data-product-sku="pyjama-manches-longues-coton-bio-dalida" data-product-type="Pyjamas longs" data-product-title="Pyjama Manches Longues Coton Bio - Dalida" style="display:block;"> </span><div class="product-item-meta__price-list-container"> <div class="price-list price-list--centered"> <span class="price">dès <span class="price price--highlight">69€</span></span> </div> </div> <form method="post" action="/cart/add" id="product_form_9590026600786" accept-charset="UTF-8" class="block-swatch-list" enctype="multipart/form-data" is="product-form"><input type="hidden" name="form_type" value="product" /><input type="hidden" name="utf8" value="✓" /> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="xs49202205360466template--24626447810898__featured_collections_LY9FEz" value="49202205360466"> <label class="block-swatch__item" for="xs49202205360466template--24626447810898__featured_collections_LY9FEz">XS</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="s49202205393234template--24626447810898__featured_collections_LY9FEz" value="49202205393234"> <label class="block-swatch__item" for="s49202205393234template--24626447810898__featured_collections_LY9FEz">S</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="m49202205426002template--24626447810898__featured_collections_LY9FEz" value="49202205426002"> <label class="block-swatch__item" for="m49202205426002template--24626447810898__featured_collections_LY9FEz">M</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="l49202205458770template--24626447810898__featured_collections_LY9FEz" value="49202205458770"> <label class="block-swatch__item" for="l49202205458770template--24626447810898__featured_collections_LY9FEz">L</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="xl49202205491538template--24626447810898__featured_collections_LY9FEz" value="49202205491538"> <label class="block-swatch__item" for="xl49202205491538template--24626447810898__featured_collections_LY9FEz">XL</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="2xl49202205524306template--24626447810898__featured_collections_LY9FEz" value="49202205524306"> <label class="block-swatch__item" for="2xl49202205524306template--24626447810898__featured_collections_LY9FEz">2XL</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="3xl49202205557074template--24626447810898__featured_collections_LY9FEz" value="49202205557074"> <label class="block-swatch__item" for="3xl49202205557074template--24626447810898__featured_collections_LY9FEz">3XL</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="4xl49202205589842template--24626447810898__featured_collections_LY9FEz" value="49202205589842"> <label class="block-swatch__item" for="4xl49202205589842template--24626447810898__featured_collections_LY9FEz">4XL</label> </div> <input type="hidden" name="quantity" value="1"> <button type="submit" is="loader-button" sold="Épuisé" data-use-primary data-product-add-to-cart-button data-button-content="Ajouter" class="product-form__add-button button button--primary button--full" disabled>Ajouter </button><input type="hidden" name="product-id" value="9590026600786" /><input type="hidden" name="section-id" value="template--24626447810898__featured_collections_LY9FEz" /></form> </div></div> </product-item><product-item class="product-item " reveal><div class="product-item__image-wrapper product-item__image-wrapper--multiple"><a href="/products/pyjama-manches-longues-coton-bio-damier-noir" class="product-item__aspect-ratio aspect-ratio " style="padding-bottom: 150.00000000000003%; --aspect-ratio: 0.6666666666666666"> <img class="product-item__primary-image" loading="lazy" data-media-id="47481691177298" sizes="(max-width: 740px) 52vw, calc(min(100vw - 80px, 1520px) / 4 - 18px)" height="2400" width="1600" alt="Maeva fait 1m72 et du 40 et porte une taille M*" src="//wearejolies.com/cdn/shop/files/Web-6_96c4f1c0-e8db-4051-97f5-3ebd7cbc4c40_1200x.jpg?v=1726753766" srcset="//wearejolies.com/cdn/shop/files/Web-6_96c4f1c0-e8db-4051-97f5-3ebd7cbc4c40_200x.jpg?v=1726753766 200w, //wearejolies.com/cdn/shop/files/Web-6_96c4f1c0-e8db-4051-97f5-3ebd7cbc4c40_300x.jpg?v=1726753766 300w, //wearejolies.com/cdn/shop/files/Web-6_96c4f1c0-e8db-4051-97f5-3ebd7cbc4c40_400x.jpg?v=1726753766 400w, //wearejolies.com/cdn/shop/files/Web-6_96c4f1c0-e8db-4051-97f5-3ebd7cbc4c40_500x.jpg?v=1726753766 500w, //wearejolies.com/cdn/shop/files/Web-6_96c4f1c0-e8db-4051-97f5-3ebd7cbc4c40_600x.jpg?v=1726753766 600w, //wearejolies.com/cdn/shop/files/Web-6_96c4f1c0-e8db-4051-97f5-3ebd7cbc4c40_700x.jpg?v=1726753766 700w, //wearejolies.com/cdn/shop/files/Web-6_96c4f1c0-e8db-4051-97f5-3ebd7cbc4c40_800x.jpg?v=1726753766 800w, //wearejolies.com/cdn/shop/files/Web-6_96c4f1c0-e8db-4051-97f5-3ebd7cbc4c40_900x.jpg?v=1726753766 900w, //wearejolies.com/cdn/shop/files/Web-6_96c4f1c0-e8db-4051-97f5-3ebd7cbc4c40_1000x.jpg?v=1726753766 1000w, //wearejolies.com/cdn/shop/files/Web-6_96c4f1c0-e8db-4051-97f5-3ebd7cbc4c40_1100x.jpg?v=1726753766 1100w, //wearejolies.com/cdn/shop/files/Web-6_96c4f1c0-e8db-4051-97f5-3ebd7cbc4c40_1200x.jpg?v=1726753766 1200w"><img class="product-item__secondary-image" loading="lazy" sizes="(max-width: 740px) 52vw, calc(min(100vw - 80px, 1520px) / 4 - 18px)" height="5953" width="4000" alt="Pyjama Manches Longues Coton Bio - Damier Noir" src="//wearejolies.com/cdn/shop/files/Shoot37_015_1200x.jpg?v=1726753751" srcset="//wearejolies.com/cdn/shop/files/Shoot37_015_200x.jpg?v=1726753751 200w, //wearejolies.com/cdn/shop/files/Shoot37_015_300x.jpg?v=1726753751 300w, //wearejolies.com/cdn/shop/files/Shoot37_015_400x.jpg?v=1726753751 400w, //wearejolies.com/cdn/shop/files/Shoot37_015_500x.jpg?v=1726753751 500w, //wearejolies.com/cdn/shop/files/Shoot37_015_600x.jpg?v=1726753751 600w, //wearejolies.com/cdn/shop/files/Shoot37_015_700x.jpg?v=1726753751 700w, //wearejolies.com/cdn/shop/files/Shoot37_015_800x.jpg?v=1726753751 800w, //wearejolies.com/cdn/shop/files/Shoot37_015_900x.jpg?v=1726753751 900w, //wearejolies.com/cdn/shop/files/Shoot37_015_1000x.jpg?v=1726753751 1000w, //wearejolies.com/cdn/shop/files/Shoot37_015_1100x.jpg?v=1726753751 1100w, //wearejolies.com/cdn/shop/files/Shoot37_015_1200x.jpg?v=1726753751 1200w"></a></div> <div class="product-item__info "> <div class="product-item-meta"><a href="/products/pyjama-manches-longues-coton-bio-damier-noir" class="product-item-meta__title">Pyjama Manches Longues Coton Bio <div>Damier Noir</div> </a> <!-- Start of Judge.me code --> <div style='' class='jdgm-widget jdgm-preview-badge' data-id='9590036824402' data-auto-install='false'> <div style='display:none' class='jdgm-prev-badge' data-average-rating='5.00' data-number-of-reviews='6' data-number-of-questions='0'> <span class='jdgm-prev-badge__stars' data-score='5.00' tabindex='0' aria-label='5.00 stars' role='button'> <span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span> </span> <span class='jdgm-prev-badge__text'> 6 reviews </span> </div> </div> <!-- End of Judge.me code --><!--a class="product-item-meta__reviews-badge text--small" href="/products/pyjama-manches-longues-coton-bio-damier-noir"><div class="rating"> <div class="rating__stars" role="img" aria-label="5.0 sur 5.0 étoiles"><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg></div> <span class="rating__caption">6 avis</span> </div></a--> <span class="stamped-product-reviews-badge" data-id="9590036824402" data-product-sku="pyjama-manches-longues-coton-bio-damier-noir" data-product-type="Pyjamas longs" data-product-title="Pyjama Manches Longues Coton Bio - Damier Noir" style="display:block;"> </span><div class="product-item-meta__price-list-container"> <div class="price-list price-list--centered"> <span class="price">dès <span class="price price--highlight">69€</span></span> </div> </div> <form method="post" action="/cart/add" id="product_form_9590036824402" accept-charset="UTF-8" class="block-swatch-list" enctype="multipart/form-data" is="product-form"><input type="hidden" name="form_type" value="product" /><input type="hidden" name="utf8" value="✓" /> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="xs49202236064082template--24626447810898__featured_collections_LY9FEz" value="49202236064082"> <label class="block-swatch__item" for="xs49202236064082template--24626447810898__featured_collections_LY9FEz">XS</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="s49202236096850template--24626447810898__featured_collections_LY9FEz" value="49202236096850"> <label class="block-swatch__item" for="s49202236096850template--24626447810898__featured_collections_LY9FEz">S</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="m49202236129618template--24626447810898__featured_collections_LY9FEz" value="49202236129618"> <label class="block-swatch__item" for="m49202236129618template--24626447810898__featured_collections_LY9FEz">M</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="l49202236162386template--24626447810898__featured_collections_LY9FEz" value="49202236162386"> <label class="block-swatch__item" for="l49202236162386template--24626447810898__featured_collections_LY9FEz">L</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="xl49202236195154template--24626447810898__featured_collections_LY9FEz" value="49202236195154"> <label class="block-swatch__item" for="xl49202236195154template--24626447810898__featured_collections_LY9FEz">XL</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="2xl49202236227922template--24626447810898__featured_collections_LY9FEz" value="49202236227922"> <label class="block-swatch__item" for="2xl49202236227922template--24626447810898__featured_collections_LY9FEz">2XL</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="3xl49202236260690template--24626447810898__featured_collections_LY9FEz" value="49202236260690"> <label class="block-swatch__item" for="3xl49202236260690template--24626447810898__featured_collections_LY9FEz">3XL</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="4xl49202236293458template--24626447810898__featured_collections_LY9FEz" value="49202236293458"> <label class="block-swatch__item" for="4xl49202236293458template--24626447810898__featured_collections_LY9FEz">4XL</label> </div> <input type="hidden" name="quantity" value="1"> <button type="submit" is="loader-button" sold="Épuisé" data-use-primary data-product-add-to-cart-button data-button-content="Ajouter" class="product-form__add-button button button--primary button--full" disabled>Ajouter </button><input type="hidden" name="product-id" value="9590036824402" /><input type="hidden" name="section-id" value="template--24626447810898__featured_collections_LY9FEz" /></form> </div></div> </product-item><product-item class="product-item " reveal><div class="product-item__image-wrapper product-item__image-wrapper--multiple"><a href="/products/pyjama-long-coton-bio-noeuds" class="product-item__aspect-ratio aspect-ratio " style="padding-bottom: 150.00000000000003%; --aspect-ratio: 0.6666666666666666"> <img class="product-item__primary-image" loading="lazy" data-media-id="47829139489106" sizes="(max-width: 740px) 52vw, calc(min(100vw - 80px, 1520px) / 4 - 18px)" height="2400" width="1600" alt="Chloé mesure 1m70, elle fait du 42 et porte une taille L*" src="//wearejolies.com/cdn/shop/files/WAJ-GingerChloe-Web-2342_1200x.jpg?v=1730194289" srcset="//wearejolies.com/cdn/shop/files/WAJ-GingerChloe-Web-2342_200x.jpg?v=1730194289 200w, //wearejolies.com/cdn/shop/files/WAJ-GingerChloe-Web-2342_300x.jpg?v=1730194289 300w, //wearejolies.com/cdn/shop/files/WAJ-GingerChloe-Web-2342_400x.jpg?v=1730194289 400w, //wearejolies.com/cdn/shop/files/WAJ-GingerChloe-Web-2342_500x.jpg?v=1730194289 500w, //wearejolies.com/cdn/shop/files/WAJ-GingerChloe-Web-2342_600x.jpg?v=1730194289 600w, //wearejolies.com/cdn/shop/files/WAJ-GingerChloe-Web-2342_700x.jpg?v=1730194289 700w, //wearejolies.com/cdn/shop/files/WAJ-GingerChloe-Web-2342_800x.jpg?v=1730194289 800w, //wearejolies.com/cdn/shop/files/WAJ-GingerChloe-Web-2342_900x.jpg?v=1730194289 900w, //wearejolies.com/cdn/shop/files/WAJ-GingerChloe-Web-2342_1000x.jpg?v=1730194289 1000w, //wearejolies.com/cdn/shop/files/WAJ-GingerChloe-Web-2342_1100x.jpg?v=1730194289 1100w, //wearejolies.com/cdn/shop/files/WAJ-GingerChloe-Web-2342_1200x.jpg?v=1730194289 1200w"><img class="product-item__secondary-image" loading="lazy" sizes="(max-width: 740px) 52vw, calc(min(100vw - 80px, 1520px) / 4 - 18px)" height="5953" width="4000" alt="Pyjama long Coton BIO - Jolies Bows" src="//wearejolies.com/cdn/shop/files/Shoot38_0032_1200x.jpg?v=1730287930" srcset="//wearejolies.com/cdn/shop/files/Shoot38_0032_200x.jpg?v=1730287930 200w, //wearejolies.com/cdn/shop/files/Shoot38_0032_300x.jpg?v=1730287930 300w, //wearejolies.com/cdn/shop/files/Shoot38_0032_400x.jpg?v=1730287930 400w, //wearejolies.com/cdn/shop/files/Shoot38_0032_500x.jpg?v=1730287930 500w, //wearejolies.com/cdn/shop/files/Shoot38_0032_600x.jpg?v=1730287930 600w, //wearejolies.com/cdn/shop/files/Shoot38_0032_700x.jpg?v=1730287930 700w, //wearejolies.com/cdn/shop/files/Shoot38_0032_800x.jpg?v=1730287930 800w, //wearejolies.com/cdn/shop/files/Shoot38_0032_900x.jpg?v=1730287930 900w, //wearejolies.com/cdn/shop/files/Shoot38_0032_1000x.jpg?v=1730287930 1000w, //wearejolies.com/cdn/shop/files/Shoot38_0032_1100x.jpg?v=1730287930 1100w, //wearejolies.com/cdn/shop/files/Shoot38_0032_1200x.jpg?v=1730287930 1200w"></a></div> <div class="product-item__info "> <div class="product-item-meta"><a href="/products/pyjama-long-coton-bio-noeuds" class="product-item-meta__title">Pyjama long Coton BIO <div>Jolies Bows</div> </a> <!-- Start of Judge.me code --> <div style='' class='jdgm-widget jdgm-preview-badge' data-id='9572049584466' data-auto-install='false'> <div style='display:none' class='jdgm-prev-badge' data-average-rating='5.00' data-number-of-reviews='5' data-number-of-questions='0'> <span class='jdgm-prev-badge__stars' data-score='5.00' tabindex='0' aria-label='5.00 stars' role='button'> <span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span> </span> <span class='jdgm-prev-badge__text'> 5 reviews </span> </div> </div> <!-- End of Judge.me code --><!--a class="product-item-meta__reviews-badge text--small" href="/products/pyjama-long-coton-bio-noeuds"><div class="rating"> <div class="rating__stars" role="img" aria-label="5.0 sur 5.0 étoiles"><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg></div> <span class="rating__caption">5 avis</span> </div></a--> <span class="stamped-product-reviews-badge" data-id="9572049584466" data-product-sku="pyjama-long-coton-bio-noeuds" data-product-type="Pyjamas longs" data-product-title="Pyjama long Coton BIO - Jolies Bows" style="display:block;"> </span><div class="product-item-meta__price-list-container"> <div class="price-list price-list--centered"> <span class="price">dès <span class="price price--highlight">69€</span></span> </div> </div> <form method="post" action="/cart/add" id="product_form_9572049584466" accept-charset="UTF-8" class="block-swatch-list" enctype="multipart/form-data" is="product-form"><input type="hidden" name="form_type" value="product" /><input type="hidden" name="utf8" value="✓" /> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="xs49140556235090template--24626447810898__featured_collections_LY9FEz" value="49140556235090"> <label class="block-swatch__item" for="xs49140556235090template--24626447810898__featured_collections_LY9FEz">XS</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="s49140556267858template--24626447810898__featured_collections_LY9FEz" value="49140556267858"> <label class="block-swatch__item" for="s49140556267858template--24626447810898__featured_collections_LY9FEz">S</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="m49140556300626template--24626447810898__featured_collections_LY9FEz" value="49140556300626"> <label class="block-swatch__item" for="m49140556300626template--24626447810898__featured_collections_LY9FEz">M</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="l49140556333394template--24626447810898__featured_collections_LY9FEz" value="49140556333394"> <label class="block-swatch__item" for="l49140556333394template--24626447810898__featured_collections_LY9FEz">L</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="xl49140556366162template--24626447810898__featured_collections_LY9FEz" value="49140556366162"> <label class="block-swatch__item" for="xl49140556366162template--24626447810898__featured_collections_LY9FEz">XL</label> </div> <div class="block-swatch is-disabled"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="2xl49140556398930template--24626447810898__featured_collections_LY9FEz" value="49140556398930"> <label class="block-swatch__item" for="2xl49140556398930template--24626447810898__featured_collections_LY9FEz">2XL</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="3xl49140556431698template--24626447810898__featured_collections_LY9FEz" value="49140556431698"> <label class="block-swatch__item" for="3xl49140556431698template--24626447810898__featured_collections_LY9FEz">3XL</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="4xl49140556464466template--24626447810898__featured_collections_LY9FEz" value="49140556464466"> <label class="block-swatch__item" for="4xl49140556464466template--24626447810898__featured_collections_LY9FEz">4XL</label> </div> <input type="hidden" name="quantity" value="1"> <button type="submit" is="loader-button" sold="Épuisé" data-use-primary data-product-add-to-cart-button data-button-content="Ajouter" class="product-form__add-button button button--primary button--full" disabled>Ajouter </button><input type="hidden" name="product-id" value="9572049584466" /><input type="hidden" name="section-id" value="template--24626447810898__featured_collections_LY9FEz" /></form> </div></div> </product-item><product-item class="product-item " reveal><div class="product-item__image-wrapper product-item__image-wrapper--multiple"><div class="product-item__label-list label-list"><span class="label label--custom">DERNIÈRES PIÈCES</span></div><a href="/products/pyjama-long-coton-bio-disco-flowers" class="product-item__aspect-ratio aspect-ratio " style="padding-bottom: 148.88337468982633%; --aspect-ratio: 0.6716666666666666"> <img class="product-item__primary-image" loading="lazy" data-media-id="47507858325842" sizes="(max-width: 740px) 52vw, calc(min(100vw - 80px, 1520px) / 4 - 18px)" height="1800" width="1209" alt="Violette fait 1m75 et du 36, elle porte une taille S*" src="//wearejolies.com/cdn/shop/files/Pyjama-long---coton-bio---disco-flower_1200x.jpg?v=1727079873" srcset="//wearejolies.com/cdn/shop/files/Pyjama-long---coton-bio---disco-flower_200x.jpg?v=1727079873 200w, //wearejolies.com/cdn/shop/files/Pyjama-long---coton-bio---disco-flower_300x.jpg?v=1727079873 300w, //wearejolies.com/cdn/shop/files/Pyjama-long---coton-bio---disco-flower_400x.jpg?v=1727079873 400w, //wearejolies.com/cdn/shop/files/Pyjama-long---coton-bio---disco-flower_500x.jpg?v=1727079873 500w, //wearejolies.com/cdn/shop/files/Pyjama-long---coton-bio---disco-flower_600x.jpg?v=1727079873 600w, //wearejolies.com/cdn/shop/files/Pyjama-long---coton-bio---disco-flower_700x.jpg?v=1727079873 700w, //wearejolies.com/cdn/shop/files/Pyjama-long---coton-bio---disco-flower_800x.jpg?v=1727079873 800w, //wearejolies.com/cdn/shop/files/Pyjama-long---coton-bio---disco-flower_900x.jpg?v=1727079873 900w, //wearejolies.com/cdn/shop/files/Pyjama-long---coton-bio---disco-flower_1000x.jpg?v=1727079873 1000w, //wearejolies.com/cdn/shop/files/Pyjama-long---coton-bio---disco-flower_1100x.jpg?v=1727079873 1100w, //wearejolies.com/cdn/shop/files/Pyjama-long---coton-bio---disco-flower_1200x.jpg?v=1727079873 1200w"><img class="product-item__secondary-image" loading="lazy" sizes="(max-width: 740px) 52vw, calc(min(100vw - 80px, 1520px) / 4 - 18px)" height="5953" width="4000" alt="Pyjama long Coton BIO - Disco Flowers" src="//wearejolies.com/cdn/shop/files/Shoot37_019_1200x.jpg?v=1726127013" srcset="//wearejolies.com/cdn/shop/files/Shoot37_019_200x.jpg?v=1726127013 200w, //wearejolies.com/cdn/shop/files/Shoot37_019_300x.jpg?v=1726127013 300w, //wearejolies.com/cdn/shop/files/Shoot37_019_400x.jpg?v=1726127013 400w, //wearejolies.com/cdn/shop/files/Shoot37_019_500x.jpg?v=1726127013 500w, //wearejolies.com/cdn/shop/files/Shoot37_019_600x.jpg?v=1726127013 600w, //wearejolies.com/cdn/shop/files/Shoot37_019_700x.jpg?v=1726127013 700w, //wearejolies.com/cdn/shop/files/Shoot37_019_800x.jpg?v=1726127013 800w, //wearejolies.com/cdn/shop/files/Shoot37_019_900x.jpg?v=1726127013 900w, //wearejolies.com/cdn/shop/files/Shoot37_019_1000x.jpg?v=1726127013 1000w, //wearejolies.com/cdn/shop/files/Shoot37_019_1100x.jpg?v=1726127013 1100w, //wearejolies.com/cdn/shop/files/Shoot37_019_1200x.jpg?v=1726127013 1200w"></a></div> <div class="product-item__info "> <div class="product-item-meta"><a href="/products/pyjama-long-coton-bio-disco-flowers" class="product-item-meta__title">Pyjama long Coton BIO <div>Disco Flowers</div> </a> <!-- Start of Judge.me code --> <div style='' class='jdgm-widget jdgm-preview-badge' data-id='9328476684626' data-auto-install='false'> <div style='display:none' class='jdgm-prev-badge' data-average-rating='4.82' data-number-of-reviews='11' data-number-of-questions='0'> <span class='jdgm-prev-badge__stars' data-score='4.82' tabindex='0' aria-label='4.82 stars' role='button'> <span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span> </span> <span class='jdgm-prev-badge__text'> 11 reviews </span> </div> </div> <!-- End of Judge.me code --><!--a class="product-item-meta__reviews-badge text--small" href="/products/pyjama-long-coton-bio-disco-flowers"><div class="rating"> <div class="rating__stars" role="img" aria-label="4.818181818 sur 5.0 étoiles"><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg></div> <span class="rating__caption">11 avis</span> </div></a--> <span class="stamped-product-reviews-badge" data-id="9328476684626" data-product-sku="pyjama-long-coton-bio-disco-flowers" data-product-type="Pyjamas longs" data-product-title="Pyjama long Coton BIO - Disco Flowers" style="display:block;"> </span><div class="product-item-meta__price-list-container"> <div class="price-list price-list--centered"> <span class="price">dès <span class="price price--highlight">69€</span></span> </div> </div> <form method="post" action="/cart/add" id="product_form_9328476684626" accept-charset="UTF-8" class="block-swatch-list" enctype="multipart/form-data" is="product-form"><input type="hidden" name="form_type" value="product" /><input type="hidden" name="utf8" value="✓" /> <div class="block-swatch is-disabled"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="xs48591061877074template--24626447810898__featured_collections_LY9FEz" value="48591061877074"> <label class="block-swatch__item" for="xs48591061877074template--24626447810898__featured_collections_LY9FEz">XS</label> </div> <div class="block-swatch is-disabled"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="s48591061909842template--24626447810898__featured_collections_LY9FEz" value="48591061909842"> <label class="block-swatch__item" for="s48591061909842template--24626447810898__featured_collections_LY9FEz">S</label> </div> <div class="block-swatch is-disabled"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="m48591061942610template--24626447810898__featured_collections_LY9FEz" value="48591061942610"> <label class="block-swatch__item" for="m48591061942610template--24626447810898__featured_collections_LY9FEz">M</label> </div> <div class="block-swatch is-disabled"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="l48591061975378template--24626447810898__featured_collections_LY9FEz" value="48591061975378"> <label class="block-swatch__item" for="l48591061975378template--24626447810898__featured_collections_LY9FEz">L</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="xl48591062008146template--24626447810898__featured_collections_LY9FEz" value="48591062008146"> <label class="block-swatch__item" for="xl48591062008146template--24626447810898__featured_collections_LY9FEz">XL</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="2xl48591062040914template--24626447810898__featured_collections_LY9FEz" value="48591062040914"> <label class="block-swatch__item" for="2xl48591062040914template--24626447810898__featured_collections_LY9FEz">2XL</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="3xl48591062073682template--24626447810898__featured_collections_LY9FEz" value="48591062073682"> <label class="block-swatch__item" for="3xl48591062073682template--24626447810898__featured_collections_LY9FEz">3XL</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="4xl48591062106450template--24626447810898__featured_collections_LY9FEz" value="48591062106450"> <label class="block-swatch__item" for="4xl48591062106450template--24626447810898__featured_collections_LY9FEz">4XL</label> </div> <input type="hidden" name="quantity" value="1"> <button type="submit" is="loader-button" sold="Épuisé" data-use-primary data-product-add-to-cart-button data-button-content="Ajouter" class="product-form__add-button button button--primary button--full" disabled>Ajouter </button><input type="hidden" name="product-id" value="9328476684626" /><input type="hidden" name="section-id" value="template--24626447810898__featured_collections_LY9FEz" /></form> </div></div> </product-item><product-item class="product-item " reveal><div class="product-item__image-wrapper product-item__image-wrapper--multiple"><div class="product-item__label-list label-list"><span class="label label--custom">DERNIÈRES PIÈCES</span></div><a href="/products/ensemble-coton-bio-plisse-menthe" class="product-item__aspect-ratio aspect-ratio " style="padding-bottom: 149.96712689020382%; --aspect-ratio: 0.6668128014028935"> <img class="product-item__primary-image" loading="lazy" data-media-id="47440817455442" sizes="(max-width: 740px) 52vw, calc(min(100vw - 80px, 1520px) / 4 - 18px)" height="2281" width="1521" alt="Violette fait 1m75 et du 36, elle porte une taille S*" src="//wearejolies.com/cdn/shop/files/Web-3722_1200x.jpg?v=1728049131" srcset="//wearejolies.com/cdn/shop/files/Web-3722_200x.jpg?v=1728049131 200w, //wearejolies.com/cdn/shop/files/Web-3722_300x.jpg?v=1728049131 300w, //wearejolies.com/cdn/shop/files/Web-3722_400x.jpg?v=1728049131 400w, //wearejolies.com/cdn/shop/files/Web-3722_500x.jpg?v=1728049131 500w, //wearejolies.com/cdn/shop/files/Web-3722_600x.jpg?v=1728049131 600w, //wearejolies.com/cdn/shop/files/Web-3722_700x.jpg?v=1728049131 700w, //wearejolies.com/cdn/shop/files/Web-3722_800x.jpg?v=1728049131 800w, //wearejolies.com/cdn/shop/files/Web-3722_900x.jpg?v=1728049131 900w, //wearejolies.com/cdn/shop/files/Web-3722_1000x.jpg?v=1728049131 1000w, //wearejolies.com/cdn/shop/files/Web-3722_1100x.jpg?v=1728049131 1100w, //wearejolies.com/cdn/shop/files/Web-3722_1200x.jpg?v=1728049131 1200w"><img class="product-item__secondary-image" loading="lazy" sizes="(max-width: 740px) 52vw, calc(min(100vw - 80px, 1520px) / 4 - 18px)" height="5953" width="4000" alt="Ensemble Plissé Coton BIO - Menthe" src="//wearejolies.com/cdn/shop/files/Shoot37_010_1200x.jpg?v=1726231409" srcset="//wearejolies.com/cdn/shop/files/Shoot37_010_200x.jpg?v=1726231409 200w, //wearejolies.com/cdn/shop/files/Shoot37_010_300x.jpg?v=1726231409 300w, //wearejolies.com/cdn/shop/files/Shoot37_010_400x.jpg?v=1726231409 400w, //wearejolies.com/cdn/shop/files/Shoot37_010_500x.jpg?v=1726231409 500w, //wearejolies.com/cdn/shop/files/Shoot37_010_600x.jpg?v=1726231409 600w, //wearejolies.com/cdn/shop/files/Shoot37_010_700x.jpg?v=1726231409 700w, //wearejolies.com/cdn/shop/files/Shoot37_010_800x.jpg?v=1726231409 800w, //wearejolies.com/cdn/shop/files/Shoot37_010_900x.jpg?v=1726231409 900w, //wearejolies.com/cdn/shop/files/Shoot37_010_1000x.jpg?v=1726231409 1000w, //wearejolies.com/cdn/shop/files/Shoot37_010_1100x.jpg?v=1726231409 1100w, //wearejolies.com/cdn/shop/files/Shoot37_010_1200x.jpg?v=1726231409 1200w"></a></div> <div class="product-item__info "> <div class="product-item-meta"><a href="/products/ensemble-coton-bio-plisse-menthe" class="product-item-meta__title">Ensemble Plissé Coton BIO <div>Menthe</div> </a> <!-- Start of Judge.me code --> <div style='' class='jdgm-widget jdgm-preview-badge' data-id='9327994569042' data-auto-install='false'> <div style='display:none' class='jdgm-prev-badge' data-average-rating='0.00' data-number-of-reviews='0' data-number-of-questions='0'> <span class='jdgm-prev-badge__stars' data-score='0.00' tabindex='0' aria-label='0.00 stars' role='button'> <span class='jdgm-star jdgm--off'></span><span class='jdgm-star jdgm--off'></span><span class='jdgm-star jdgm--off'></span><span class='jdgm-star jdgm--off'></span><span class='jdgm-star jdgm--off'></span> </span> <span class='jdgm-prev-badge__text'> No reviews </span> </div> </div> <!-- End of Judge.me code --><!--a class="product-item-meta__reviews-badge text--small" href="/products/ensemble-coton-bio-plisse-menthe"><div class="rating"> <div class="rating__stars" role="img" aria-label="5.0 sur 5.0 étoiles"><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg></div> <span class="rating__caption">2 avis</span> </div></a--> <span class="stamped-product-reviews-badge" data-id="9327994569042" data-product-sku="ensemble-coton-bio-plisse-menthe" data-product-type="Pyjamas longs" data-product-title="Ensemble Plissé Coton BIO - Menthe" style="display:block;"> </span><div class="product-item-meta__price-list-container"> <div class="price-list price-list--centered"> <span class="price">dès <span class="price price--highlight">69€</span></span> </div> </div> <form method="post" action="/cart/add" id="product_form_9327994569042" accept-charset="UTF-8" class="block-swatch-list" enctype="multipart/form-data" is="product-form"><input type="hidden" name="form_type" value="product" /><input type="hidden" name="utf8" value="✓" /> <div class="block-swatch is-disabled"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="xs48589921845586template--24626447810898__featured_collections_LY9FEz" value="48589921845586"> <label class="block-swatch__item" for="xs48589921845586template--24626447810898__featured_collections_LY9FEz">XS</label> </div> <div class="block-swatch is-disabled"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="s48589921878354template--24626447810898__featured_collections_LY9FEz" value="48589921878354"> <label class="block-swatch__item" for="s48589921878354template--24626447810898__featured_collections_LY9FEz">S</label> </div> <div class="block-swatch is-disabled"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="m48589921911122template--24626447810898__featured_collections_LY9FEz" value="48589921911122"> <label class="block-swatch__item" for="m48589921911122template--24626447810898__featured_collections_LY9FEz">M</label> </div> <div class="block-swatch is-disabled"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="l48589921943890template--24626447810898__featured_collections_LY9FEz" value="48589921943890"> <label class="block-swatch__item" for="l48589921943890template--24626447810898__featured_collections_LY9FEz">L</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="xl48589921976658template--24626447810898__featured_collections_LY9FEz" value="48589921976658"> <label class="block-swatch__item" for="xl48589921976658template--24626447810898__featured_collections_LY9FEz">XL</label> </div> <div class="block-swatch is-disabled"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="2xl48589922009426template--24626447810898__featured_collections_LY9FEz" value="48589922009426"> <label class="block-swatch__item" for="2xl48589922009426template--24626447810898__featured_collections_LY9FEz">2XL</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="3xl48589922042194template--24626447810898__featured_collections_LY9FEz" value="48589922042194"> <label class="block-swatch__item" for="3xl48589922042194template--24626447810898__featured_collections_LY9FEz">3XL</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="4xl48589922074962template--24626447810898__featured_collections_LY9FEz" value="48589922074962"> <label class="block-swatch__item" for="4xl48589922074962template--24626447810898__featured_collections_LY9FEz">4XL</label> </div> <input type="hidden" name="quantity" value="1"> <button type="submit" is="loader-button" sold="Épuisé" data-use-primary data-product-add-to-cart-button data-button-content="Ajouter" class="product-form__add-button button button--primary button--full" disabled>Ajouter </button><input type="hidden" name="product-id" value="9327994569042" /><input type="hidden" name="section-id" value="template--24626447810898__featured_collections_LY9FEz" /></form> </div></div> </product-item><product-item class="product-item " reveal><div class="product-item__image-wrapper product-item__image-wrapper--multiple"><div class="product-item__label-list label-list"><span class="label label--custom">DERNIÈRES PIÈCES</span></div><a href="/products/pyjama-long-coton-bio-leopard-violet" class="product-item__aspect-ratio aspect-ratio " style="padding-bottom: 149.96591683708246%; --aspect-ratio: 0.6668181818181819"> <img class="product-item__primary-image" loading="lazy" data-media-id="45433037160786" sizes="(max-width: 740px) 52vw, calc(min(100vw - 80px, 1520px) / 4 - 18px)" height="2200" width="1467" alt="Loréa fait 1m75 et du 40, elle porte une taille M*" src="//wearejolies.com/cdn/shop/files/WAJ-Ete24-Web-212068_1200x.jpg?v=1713365850" srcset="//wearejolies.com/cdn/shop/files/WAJ-Ete24-Web-212068_200x.jpg?v=1713365850 200w, //wearejolies.com/cdn/shop/files/WAJ-Ete24-Web-212068_300x.jpg?v=1713365850 300w, //wearejolies.com/cdn/shop/files/WAJ-Ete24-Web-212068_400x.jpg?v=1713365850 400w, //wearejolies.com/cdn/shop/files/WAJ-Ete24-Web-212068_500x.jpg?v=1713365850 500w, //wearejolies.com/cdn/shop/files/WAJ-Ete24-Web-212068_600x.jpg?v=1713365850 600w, //wearejolies.com/cdn/shop/files/WAJ-Ete24-Web-212068_700x.jpg?v=1713365850 700w, //wearejolies.com/cdn/shop/files/WAJ-Ete24-Web-212068_800x.jpg?v=1713365850 800w, //wearejolies.com/cdn/shop/files/WAJ-Ete24-Web-212068_900x.jpg?v=1713365850 900w, //wearejolies.com/cdn/shop/files/WAJ-Ete24-Web-212068_1000x.jpg?v=1713365850 1000w, //wearejolies.com/cdn/shop/files/WAJ-Ete24-Web-212068_1100x.jpg?v=1713365850 1100w, //wearejolies.com/cdn/shop/files/WAJ-Ete24-Web-212068_1200x.jpg?v=1713365850 1200w"><img class="product-item__secondary-image" loading="lazy" sizes="(max-width: 740px) 52vw, calc(min(100vw - 80px, 1520px) / 4 - 18px)" height="1500" width="1000" alt="Pyjama Long Coton Bio - Léopard Violet" src="//wearejolies.com/cdn/shop/files/Pyjamalongleopardviolet_1000x.jpg?v=1713791177" srcset="//wearejolies.com/cdn/shop/files/Pyjamalongleopardviolet_200x.jpg?v=1713791177 200w, //wearejolies.com/cdn/shop/files/Pyjamalongleopardviolet_300x.jpg?v=1713791177 300w, //wearejolies.com/cdn/shop/files/Pyjamalongleopardviolet_400x.jpg?v=1713791177 400w, //wearejolies.com/cdn/shop/files/Pyjamalongleopardviolet_500x.jpg?v=1713791177 500w, //wearejolies.com/cdn/shop/files/Pyjamalongleopardviolet_600x.jpg?v=1713791177 600w, //wearejolies.com/cdn/shop/files/Pyjamalongleopardviolet_700x.jpg?v=1713791177 700w, //wearejolies.com/cdn/shop/files/Pyjamalongleopardviolet_800x.jpg?v=1713791177 800w, //wearejolies.com/cdn/shop/files/Pyjamalongleopardviolet_900x.jpg?v=1713791177 900w, //wearejolies.com/cdn/shop/files/Pyjamalongleopardviolet_1000x.jpg?v=1713791177 1000w"></a></div> <div class="product-item__info "> <div class="product-item-meta"><a href="/products/pyjama-long-coton-bio-leopard-violet" class="product-item-meta__title">Pyjama Long Coton Bio <div>Léopard Violet</div> </a> <!-- Start of Judge.me code --> <div style='' class='jdgm-widget jdgm-preview-badge' data-id='8783273623890' data-auto-install='false'> <div style='display:none' class='jdgm-prev-badge' data-average-rating='4.92' data-number-of-reviews='13' data-number-of-questions='0'> <span class='jdgm-prev-badge__stars' data-score='4.92' tabindex='0' aria-label='4.92 stars' role='button'> <span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span> </span> <span class='jdgm-prev-badge__text'> 13 reviews </span> </div> </div> <!-- End of Judge.me code --><!--a class="product-item-meta__reviews-badge text--small" href="/products/pyjama-long-coton-bio-leopard-violet"><div class="rating"> <div class="rating__stars" role="img" aria-label="4.923076923 sur 5.0 étoiles"><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg></div> <span class="rating__caption">13 avis</span> </div></a--> <span class="stamped-product-reviews-badge" data-id="8783273623890" data-product-sku="pyjama-long-coton-bio-leopard-violet" data-product-type="Pyjamas longs" data-product-title="Pyjama Long Coton Bio - Léopard Violet" style="display:block;"> </span><div class="product-item-meta__price-list-container"> <div class="price-list price-list--centered"> <span class="price">dès <span class="price price--highlight">69€</span></span> </div> </div> <form method="post" action="/cart/add" id="product_form_8783273623890" accept-charset="UTF-8" class="block-swatch-list" enctype="multipart/form-data" is="product-form"><input type="hidden" name="form_type" value="product" /><input type="hidden" name="utf8" value="✓" /> <div class="block-swatch is-disabled"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="xs47795845300562template--24626447810898__featured_collections_LY9FEz" value="47795845300562"> <label class="block-swatch__item" for="xs47795845300562template--24626447810898__featured_collections_LY9FEz">XS</label> </div> <div class="block-swatch is-disabled"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="s47795845333330template--24626447810898__featured_collections_LY9FEz" value="47795845333330"> <label class="block-swatch__item" for="s47795845333330template--24626447810898__featured_collections_LY9FEz">S</label> </div> <div class="block-swatch is-disabled"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="m47795845366098template--24626447810898__featured_collections_LY9FEz" value="47795845366098"> <label class="block-swatch__item" for="m47795845366098template--24626447810898__featured_collections_LY9FEz">M</label> </div> <div class="block-swatch is-disabled"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="l47795845398866template--24626447810898__featured_collections_LY9FEz" value="47795845398866"> <label class="block-swatch__item" for="l47795845398866template--24626447810898__featured_collections_LY9FEz">L</label> </div> <div class="block-swatch is-disabled"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="xl47795845431634template--24626447810898__featured_collections_LY9FEz" value="47795845431634"> <label class="block-swatch__item" for="xl47795845431634template--24626447810898__featured_collections_LY9FEz">XL</label> </div> <div class="block-swatch is-disabled"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="2xl47795845464402template--24626447810898__featured_collections_LY9FEz" value="47795845464402"> <label class="block-swatch__item" for="2xl47795845464402template--24626447810898__featured_collections_LY9FEz">2XL</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="3xl47795845497170template--24626447810898__featured_collections_LY9FEz" value="47795845497170"> <label class="block-swatch__item" for="3xl47795845497170template--24626447810898__featured_collections_LY9FEz">3XL</label> </div> <input type="hidden" name="quantity" value="1"> <button type="submit" is="loader-button" sold="Épuisé" data-use-primary data-product-add-to-cart-button data-button-content="Ajouter" class="product-form__add-button button button--primary button--full" disabled>Ajouter </button><input type="hidden" name="product-id" value="8783273623890" /><input type="hidden" name="section-id" value="template--24626447810898__featured_collections_LY9FEz" /></form> </div></div> </product-item><product-item class="product-item " reveal><div class="product-item__image-wrapper product-item__image-wrapper--multiple"><div class="product-item__label-list label-list"><span class="label label--custom">DERNIÈRES PIÈCES</span></div><a href="/products/pyjama-long-coton-bio-rayures-orange" class="product-item__aspect-ratio aspect-ratio " style="padding-bottom: 148.88337468982633%; --aspect-ratio: 0.6716666666666666"> <img class="product-item__primary-image" loading="lazy" data-media-id="47507884114258" sizes="(max-width: 740px) 52vw, calc(min(100vw - 80px, 1520px) / 4 - 18px)" height="1800" width="1209" alt="Amandine fait 1m70 et du 44 et porte une taille XL*" src="//wearejolies.com/cdn/shop/files/Pyjama-long---coton-bio---rayures-orange_1200x.jpg?v=1727080392" srcset="//wearejolies.com/cdn/shop/files/Pyjama-long---coton-bio---rayures-orange_200x.jpg?v=1727080392 200w, //wearejolies.com/cdn/shop/files/Pyjama-long---coton-bio---rayures-orange_300x.jpg?v=1727080392 300w, //wearejolies.com/cdn/shop/files/Pyjama-long---coton-bio---rayures-orange_400x.jpg?v=1727080392 400w, //wearejolies.com/cdn/shop/files/Pyjama-long---coton-bio---rayures-orange_500x.jpg?v=1727080392 500w, //wearejolies.com/cdn/shop/files/Pyjama-long---coton-bio---rayures-orange_600x.jpg?v=1727080392 600w, //wearejolies.com/cdn/shop/files/Pyjama-long---coton-bio---rayures-orange_700x.jpg?v=1727080392 700w, //wearejolies.com/cdn/shop/files/Pyjama-long---coton-bio---rayures-orange_800x.jpg?v=1727080392 800w, //wearejolies.com/cdn/shop/files/Pyjama-long---coton-bio---rayures-orange_900x.jpg?v=1727080392 900w, //wearejolies.com/cdn/shop/files/Pyjama-long---coton-bio---rayures-orange_1000x.jpg?v=1727080392 1000w, //wearejolies.com/cdn/shop/files/Pyjama-long---coton-bio---rayures-orange_1100x.jpg?v=1727080392 1100w, //wearejolies.com/cdn/shop/files/Pyjama-long---coton-bio---rayures-orange_1200x.jpg?v=1727080392 1200w"><img class="product-item__secondary-image" loading="lazy" sizes="(max-width: 740px) 52vw, calc(min(100vw - 80px, 1520px) / 4 - 18px)" height="5953" width="4000" alt="Pyjama long Coton BIO - Rayures Orange" src="//wearejolies.com/cdn/shop/files/Shoot37_013_1200x.jpg?v=1726070254" srcset="//wearejolies.com/cdn/shop/files/Shoot37_013_200x.jpg?v=1726070254 200w, //wearejolies.com/cdn/shop/files/Shoot37_013_300x.jpg?v=1726070254 300w, //wearejolies.com/cdn/shop/files/Shoot37_013_400x.jpg?v=1726070254 400w, //wearejolies.com/cdn/shop/files/Shoot37_013_500x.jpg?v=1726070254 500w, //wearejolies.com/cdn/shop/files/Shoot37_013_600x.jpg?v=1726070254 600w, //wearejolies.com/cdn/shop/files/Shoot37_013_700x.jpg?v=1726070254 700w, //wearejolies.com/cdn/shop/files/Shoot37_013_800x.jpg?v=1726070254 800w, //wearejolies.com/cdn/shop/files/Shoot37_013_900x.jpg?v=1726070254 900w, //wearejolies.com/cdn/shop/files/Shoot37_013_1000x.jpg?v=1726070254 1000w, //wearejolies.com/cdn/shop/files/Shoot37_013_1100x.jpg?v=1726070254 1100w, //wearejolies.com/cdn/shop/files/Shoot37_013_1200x.jpg?v=1726070254 1200w"></a></div> <div class="product-item__info "> <div class="product-item-meta"><a href="/products/pyjama-long-coton-bio-rayures-orange" class="product-item-meta__title">Pyjama long Coton BIO <div>Rayures Orange</div> </a> <!-- Start of Judge.me code --> <div style='' class='jdgm-widget jdgm-preview-badge' data-id='9328473801042' data-auto-install='false'> <div style='display:none' class='jdgm-prev-badge' data-average-rating='5.00' data-number-of-reviews='2' data-number-of-questions='0'> <span class='jdgm-prev-badge__stars' data-score='5.00' tabindex='0' aria-label='5.00 stars' role='button'> <span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span> </span> <span class='jdgm-prev-badge__text'> 2 reviews </span> </div> </div> <!-- End of Judge.me code --><!--a class="product-item-meta__reviews-badge text--small" href="/products/pyjama-long-coton-bio-rayures-orange"><div class="rating"> <div class="rating__stars" role="img" aria-label="5.0 sur 5.0 étoiles"><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg></div> <span class="rating__caption">2 avis</span> </div></a--> <span class="stamped-product-reviews-badge" data-id="9328473801042" data-product-sku="pyjama-long-coton-bio-rayures-orange" data-product-type="Pyjamas longs" data-product-title="Pyjama long Coton BIO - Rayures Orange" style="display:block;"> </span><div class="product-item-meta__price-list-container"> <div class="price-list price-list--centered"> <span class="price">dès <span class="price price--highlight">69€</span></span> </div> </div> <form method="post" action="/cart/add" id="product_form_9328473801042" accept-charset="UTF-8" class="block-swatch-list" enctype="multipart/form-data" is="product-form"><input type="hidden" name="form_type" value="product" /><input type="hidden" name="utf8" value="✓" /> <div class="block-swatch is-disabled"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="xs48591053095250template--24626447810898__featured_collections_LY9FEz" value="48591053095250"> <label class="block-swatch__item" for="xs48591053095250template--24626447810898__featured_collections_LY9FEz">XS</label> </div> <div class="block-swatch is-disabled"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="s48591053128018template--24626447810898__featured_collections_LY9FEz" value="48591053128018"> <label class="block-swatch__item" for="s48591053128018template--24626447810898__featured_collections_LY9FEz">S</label> </div> <div class="block-swatch is-disabled"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="m48591053160786template--24626447810898__featured_collections_LY9FEz" value="48591053160786"> <label class="block-swatch__item" for="m48591053160786template--24626447810898__featured_collections_LY9FEz">M</label> </div> <div class="block-swatch is-disabled"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="l48591053193554template--24626447810898__featured_collections_LY9FEz" value="48591053193554"> <label class="block-swatch__item" for="l48591053193554template--24626447810898__featured_collections_LY9FEz">L</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="xl48591053226322template--24626447810898__featured_collections_LY9FEz" value="48591053226322"> <label class="block-swatch__item" for="xl48591053226322template--24626447810898__featured_collections_LY9FEz">XL</label> </div> <div class="block-swatch is-disabled"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="2xl48591053259090template--24626447810898__featured_collections_LY9FEz" value="48591053259090"> <label class="block-swatch__item" for="2xl48591053259090template--24626447810898__featured_collections_LY9FEz">2XL</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="3xl48591053291858template--24626447810898__featured_collections_LY9FEz" value="48591053291858"> <label class="block-swatch__item" for="3xl48591053291858template--24626447810898__featured_collections_LY9FEz">3XL</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="4xl48591053324626template--24626447810898__featured_collections_LY9FEz" value="48591053324626"> <label class="block-swatch__item" for="4xl48591053324626template--24626447810898__featured_collections_LY9FEz">4XL</label> </div> <input type="hidden" name="quantity" value="1"> <button type="submit" is="loader-button" sold="Épuisé" data-use-primary data-product-add-to-cart-button data-button-content="Ajouter" class="product-form__add-button button button--primary button--full" disabled>Ajouter </button><input type="hidden" name="product-id" value="9328473801042" /><input type="hidden" name="section-id" value="template--24626447810898__featured_collections_LY9FEz" /></form> </div></div> </product-item><product-item class="product-item " reveal><div class="product-item__image-wrapper product-item__image-wrapper--multiple"><a href="/products/pyjama-long-coton-bio-paillettes" class="product-item__aspect-ratio aspect-ratio " style="padding-bottom: 148.88337468982633%; --aspect-ratio: 0.6716666666666666"> <img class="product-item__primary-image" loading="lazy" data-media-id="47838025810258" sizes="(max-width: 740px) 52vw, calc(min(100vw - 80px, 1520px) / 4 - 18px)" height="1800" width="1209" alt="Pyjama Long Coton BIO - Paillettes" src="//wearejolies.com/cdn/shop/files/fiche-produit-femme-pyjama-long-noir-paillettes_46d7e492-8f40-48d3-af94-c82ca1ba7c5d_1200x.jpg?v=1730301768" srcset="//wearejolies.com/cdn/shop/files/fiche-produit-femme-pyjama-long-noir-paillettes_46d7e492-8f40-48d3-af94-c82ca1ba7c5d_200x.jpg?v=1730301768 200w, //wearejolies.com/cdn/shop/files/fiche-produit-femme-pyjama-long-noir-paillettes_46d7e492-8f40-48d3-af94-c82ca1ba7c5d_300x.jpg?v=1730301768 300w, //wearejolies.com/cdn/shop/files/fiche-produit-femme-pyjama-long-noir-paillettes_46d7e492-8f40-48d3-af94-c82ca1ba7c5d_400x.jpg?v=1730301768 400w, //wearejolies.com/cdn/shop/files/fiche-produit-femme-pyjama-long-noir-paillettes_46d7e492-8f40-48d3-af94-c82ca1ba7c5d_500x.jpg?v=1730301768 500w, //wearejolies.com/cdn/shop/files/fiche-produit-femme-pyjama-long-noir-paillettes_46d7e492-8f40-48d3-af94-c82ca1ba7c5d_600x.jpg?v=1730301768 600w, //wearejolies.com/cdn/shop/files/fiche-produit-femme-pyjama-long-noir-paillettes_46d7e492-8f40-48d3-af94-c82ca1ba7c5d_700x.jpg?v=1730301768 700w, //wearejolies.com/cdn/shop/files/fiche-produit-femme-pyjama-long-noir-paillettes_46d7e492-8f40-48d3-af94-c82ca1ba7c5d_800x.jpg?v=1730301768 800w, //wearejolies.com/cdn/shop/files/fiche-produit-femme-pyjama-long-noir-paillettes_46d7e492-8f40-48d3-af94-c82ca1ba7c5d_900x.jpg?v=1730301768 900w, //wearejolies.com/cdn/shop/files/fiche-produit-femme-pyjama-long-noir-paillettes_46d7e492-8f40-48d3-af94-c82ca1ba7c5d_1000x.jpg?v=1730301768 1000w, //wearejolies.com/cdn/shop/files/fiche-produit-femme-pyjama-long-noir-paillettes_46d7e492-8f40-48d3-af94-c82ca1ba7c5d_1100x.jpg?v=1730301768 1100w, //wearejolies.com/cdn/shop/files/fiche-produit-femme-pyjama-long-noir-paillettes_46d7e492-8f40-48d3-af94-c82ca1ba7c5d_1200x.jpg?v=1730301768 1200w"><img class="product-item__secondary-image" loading="lazy" sizes="(max-width: 740px) 52vw, calc(min(100vw - 80px, 1520px) / 4 - 18px)" height="3048" width="2048" alt="Pyjama Long Coton BIO - Paillettes" src="//wearejolies.com/cdn/shop/files/Shoot23_0013_1_1ebe6cb1-08b4-42f8-86cc-b761ab63dda4_1200x.jpg?v=1730301770" srcset="//wearejolies.com/cdn/shop/files/Shoot23_0013_1_1ebe6cb1-08b4-42f8-86cc-b761ab63dda4_200x.jpg?v=1730301770 200w, //wearejolies.com/cdn/shop/files/Shoot23_0013_1_1ebe6cb1-08b4-42f8-86cc-b761ab63dda4_300x.jpg?v=1730301770 300w, //wearejolies.com/cdn/shop/files/Shoot23_0013_1_1ebe6cb1-08b4-42f8-86cc-b761ab63dda4_400x.jpg?v=1730301770 400w, //wearejolies.com/cdn/shop/files/Shoot23_0013_1_1ebe6cb1-08b4-42f8-86cc-b761ab63dda4_500x.jpg?v=1730301770 500w, //wearejolies.com/cdn/shop/files/Shoot23_0013_1_1ebe6cb1-08b4-42f8-86cc-b761ab63dda4_600x.jpg?v=1730301770 600w, //wearejolies.com/cdn/shop/files/Shoot23_0013_1_1ebe6cb1-08b4-42f8-86cc-b761ab63dda4_700x.jpg?v=1730301770 700w, //wearejolies.com/cdn/shop/files/Shoot23_0013_1_1ebe6cb1-08b4-42f8-86cc-b761ab63dda4_800x.jpg?v=1730301770 800w, //wearejolies.com/cdn/shop/files/Shoot23_0013_1_1ebe6cb1-08b4-42f8-86cc-b761ab63dda4_900x.jpg?v=1730301770 900w, //wearejolies.com/cdn/shop/files/Shoot23_0013_1_1ebe6cb1-08b4-42f8-86cc-b761ab63dda4_1000x.jpg?v=1730301770 1000w, //wearejolies.com/cdn/shop/files/Shoot23_0013_1_1ebe6cb1-08b4-42f8-86cc-b761ab63dda4_1100x.jpg?v=1730301770 1100w, //wearejolies.com/cdn/shop/files/Shoot23_0013_1_1ebe6cb1-08b4-42f8-86cc-b761ab63dda4_1200x.jpg?v=1730301770 1200w"></a></div> <div class="product-item__info "> <div class="product-item-meta"><a href="/products/pyjama-long-coton-bio-paillettes" class="product-item-meta__title">Pyjama Long Coton BIO <div>Paillettes</div> </a> <!-- Start of Judge.me code --> <div style='' class='jdgm-widget jdgm-preview-badge' data-id='9756781510994' data-auto-install='false'> <div style='display:none' class='jdgm-prev-badge' data-average-rating='4.83' data-number-of-reviews='6' data-number-of-questions='0'> <span class='jdgm-prev-badge__stars' data-score='4.83' tabindex='0' aria-label='4.83 stars' role='button'> <span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span> </span> <span class='jdgm-prev-badge__text'> 6 reviews </span> </div> </div> <!-- End of Judge.me code --><!--a class="product-item-meta__reviews-badge text--small" href="/products/pyjama-long-coton-bio-paillettes"><div class="rating"> <div class="rating__stars" role="img" aria-label="4.833333333 sur 5.0 étoiles"><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg></div> <span class="rating__caption">6 avis</span> </div></a--> <span class="stamped-product-reviews-badge" data-id="9756781510994" data-product-sku="pyjama-long-coton-bio-paillettes" data-product-type="Pyjamas longs" data-product-title="Pyjama Long Coton BIO - Paillettes" style="display:block;"> </span><div class="product-item-meta__price-list-container"> <div class="price-list price-list--centered"> <span class="price">dès <span class="price price--highlight">69€</span></span> </div> </div> <form method="post" action="/cart/add" id="product_form_9756781510994" accept-charset="UTF-8" class="block-swatch-list" enctype="multipart/form-data" is="product-form"><input type="hidden" name="form_type" value="product" /><input type="hidden" name="utf8" value="✓" /> <div class="block-swatch is-disabled"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="xs49722646528338template--24626447810898__featured_collections_LY9FEz" value="49722646528338"> <label class="block-swatch__item" for="xs49722646528338template--24626447810898__featured_collections_LY9FEz">XS</label> </div> <div class="block-swatch is-disabled"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="s49722646561106template--24626447810898__featured_collections_LY9FEz" value="49722646561106"> <label class="block-swatch__item" for="s49722646561106template--24626447810898__featured_collections_LY9FEz">S</label> </div> <div class="block-swatch is-disabled"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="m49722646593874template--24626447810898__featured_collections_LY9FEz" value="49722646593874"> <label class="block-swatch__item" for="m49722646593874template--24626447810898__featured_collections_LY9FEz">M</label> </div> <div class="block-swatch is-disabled"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="l49722646626642template--24626447810898__featured_collections_LY9FEz" value="49722646626642"> <label class="block-swatch__item" for="l49722646626642template--24626447810898__featured_collections_LY9FEz">L</label> </div> <div class="block-swatch is-disabled"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="xl49722646659410template--24626447810898__featured_collections_LY9FEz" value="49722646659410"> <label class="block-swatch__item" for="xl49722646659410template--24626447810898__featured_collections_LY9FEz">XL</label> </div> <div class="block-swatch is-disabled"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="2xl49722646692178template--24626447810898__featured_collections_LY9FEz" value="49722646692178"> <label class="block-swatch__item" for="2xl49722646692178template--24626447810898__featured_collections_LY9FEz">2XL</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="3xl49722646724946template--24626447810898__featured_collections_LY9FEz" value="49722646724946"> <label class="block-swatch__item" for="3xl49722646724946template--24626447810898__featured_collections_LY9FEz">3XL</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="4xl49722646757714template--24626447810898__featured_collections_LY9FEz" value="49722646757714"> <label class="block-swatch__item" for="4xl49722646757714template--24626447810898__featured_collections_LY9FEz">4XL</label> </div> <input type="hidden" name="quantity" value="1"> <button type="submit" is="loader-button" sold="Épuisé" data-use-primary data-product-add-to-cart-button data-button-content="Ajouter" class="product-form__add-button button button--primary button--full" disabled>Ajouter </button><input type="hidden" name="product-id" value="9756781510994" /><input type="hidden" name="section-id" value="template--24626447810898__featured_collections_LY9FEz" /></form> </div></div> </product-item></div> </div><prev-next-buttons class="product-list__prev-next hidden-pocket" style="--smallest-image-aspect-ratio: 0.6716666666666666"> <button class="product-list__arrow prev-next-button prev-next-button--prev" disabled> <span class="visually-hidden">Précédent</span><svg focusable="false" width="17" height="14" class="icon icon--nav-arrow-left icon--direction-aware " viewBox="0 0 17 14"> <path d="M17 7H2M8 1L2 7l6 6" stroke="currentColor" stroke-width="1.3" fill="none"></path> </svg></button> <button class="product-list__arrow prev-next-button prev-next-button--next"> <span class="visually-hidden">Suivant</span><svg focusable="false" width="17" height="14" class="icon icon--nav-arrow-right icon--direction-aware " viewBox="0 0 17 14"> <path d="M0 7h15M9 1l6 6-6 6" stroke="currentColor" stroke-width="1.3" fill="none"></path> </svg></button> </prev-next-buttons><div class="section__footer"><a class="button button--primary" href="/collections/pyjamas-longs-en-coton-bio">Tous les pyjamas longs</a></div></product-list></div> </div> </div> </section> <style> #shopify-section-template--24626447810898__featured_collections_LY9FEz section {padding-top: 40px;} </style></div><div id="shopify-section-template--24626447810898__featured_collections_Cm8Rnr" class="shopify-section shopify-section--featured-collections"><style> #shopify-section-template--24626447810898__featured_collections_Cm8Rnr {--heading-color: 40, 40, 40; --text-color: 40, 40, 40; --primary-button-background: 38, 43, 43; --primary-button-text-color: 255, 255, 255; --prev-next-button-background: 255, 255, 255; --prev-next-button-color: 40, 40, 40; --section-background: 255, 255, 255; --section-products-per-row: 2; } @media screen and (min-width: 741px) { #shopify-section-template--24626447810898__featured_collections_Cm8Rnr { --section-products-per-row: 3; } } @media screen and (min-width: 1000px) { #shopify-section-template--24626447810898__featured_collections_Cm8Rnr { --section-products-per-row: 3; } } @media screen and (min-width: 1200px) { #shopify-section-template--24626447810898__featured_collections_Cm8Rnr { --section-products-per-row: 3; } } </style> <section class="section "> <div class="section__color-wrapper"> <div class="container "><header class="section__header section__header--tight"> <div class="text-container"><span class="heading h2">Ensembles velours fluide en coton bio</span><p>Fabriqués à partir de <strong>coton bio</strong> incroyablement douillet, nos hauts et nos pantalons en <strong>velours côtelé</strong> sont des petits bijoux du confort. Ils vous tiendront chaud comme il se doit cet hiver : c'est véritablement <em><strong>LA</strong></em> matière à ne pas louper si vous êtes adepte du cocooning ! 💜</p></div></header><div class="featured-collections"><product-list stagger-apparition id="block-template--24626447810898__featured_collections_Cm8Rnr-collection_6cVBMU" class="product-list product-list--center"> <div class="scroller"> <div class="product-list__inner product-list__inner--scroller hide-scrollbar"><product-item class="product-item " reveal><div class="product-item__image-wrapper product-item__image-wrapper--multiple"><div class="product-item__label-list label-list"><span class="label label--highlight">- 13%</span></div><a href="/products/ensemble-velours-fluide-coton-bio-pirate-black" class="product-item__aspect-ratio aspect-ratio " style="padding-bottom: 150.00000000000003%; --aspect-ratio: 0.6666666666666666"> <img class="product-item__primary-image" loading="lazy" data-media-id="47487378817362" sizes="(max-width: 740px) 52vw, calc(min(100vw - 80px, 1520px) / 3 - 16px)" height="2400" width="1600" alt="Maeva fait 1m72 et du 40 et porte une taille M*" src="//wearejolies.com/cdn/shop/files/Web-5-7_1200x.jpg?v=1726836102" srcset="//wearejolies.com/cdn/shop/files/Web-5-7_200x.jpg?v=1726836102 200w, //wearejolies.com/cdn/shop/files/Web-5-7_300x.jpg?v=1726836102 300w, //wearejolies.com/cdn/shop/files/Web-5-7_400x.jpg?v=1726836102 400w, //wearejolies.com/cdn/shop/files/Web-5-7_500x.jpg?v=1726836102 500w, //wearejolies.com/cdn/shop/files/Web-5-7_600x.jpg?v=1726836102 600w, //wearejolies.com/cdn/shop/files/Web-5-7_700x.jpg?v=1726836102 700w, //wearejolies.com/cdn/shop/files/Web-5-7_800x.jpg?v=1726836102 800w, //wearejolies.com/cdn/shop/files/Web-5-7_900x.jpg?v=1726836102 900w, //wearejolies.com/cdn/shop/files/Web-5-7_1000x.jpg?v=1726836102 1000w, //wearejolies.com/cdn/shop/files/Web-5-7_1100x.jpg?v=1726836102 1100w, //wearejolies.com/cdn/shop/files/Web-5-7_1200x.jpg?v=1726836102 1200w"><img class="product-item__secondary-image" loading="lazy" sizes="(max-width: 740px) 52vw, calc(min(100vw - 80px, 1520px) / 3 - 16px)" height="5953" width="4000" alt="Ensemble Velours Fluide Coton BIO - Pirate Black" src="//wearejolies.com/cdn/shop/files/Shoot37_024_1200x.jpg?v=1726836133" srcset="//wearejolies.com/cdn/shop/files/Shoot37_024_200x.jpg?v=1726836133 200w, //wearejolies.com/cdn/shop/files/Shoot37_024_300x.jpg?v=1726836133 300w, //wearejolies.com/cdn/shop/files/Shoot37_024_400x.jpg?v=1726836133 400w, //wearejolies.com/cdn/shop/files/Shoot37_024_500x.jpg?v=1726836133 500w, //wearejolies.com/cdn/shop/files/Shoot37_024_600x.jpg?v=1726836133 600w, //wearejolies.com/cdn/shop/files/Shoot37_024_700x.jpg?v=1726836133 700w, //wearejolies.com/cdn/shop/files/Shoot37_024_800x.jpg?v=1726836133 800w, //wearejolies.com/cdn/shop/files/Shoot37_024_900x.jpg?v=1726836133 900w, //wearejolies.com/cdn/shop/files/Shoot37_024_1000x.jpg?v=1726836133 1000w, //wearejolies.com/cdn/shop/files/Shoot37_024_1100x.jpg?v=1726836133 1100w, //wearejolies.com/cdn/shop/files/Shoot37_024_1200x.jpg?v=1726836133 1200w"></a></div> <div class="product-item__info "> <div class="product-item-meta"><a href="/products/ensemble-velours-fluide-coton-bio-pirate-black" class="product-item-meta__title">Ensemble Velours Fluide Coton BIO <div>Pirate Black</div> </a> <!-- Start of Judge.me code --> <div style='' class='jdgm-widget jdgm-preview-badge' data-id='9633656078674' data-auto-install='false'> <div style='display:none' class='jdgm-prev-badge' data-average-rating='0.00' data-number-of-reviews='0' data-number-of-questions='0'> <span class='jdgm-prev-badge__stars' data-score='0.00' tabindex='0' aria-label='0.00 stars' role='button'> <span class='jdgm-star jdgm--off'></span><span class='jdgm-star jdgm--off'></span><span class='jdgm-star jdgm--off'></span><span class='jdgm-star jdgm--off'></span><span class='jdgm-star jdgm--off'></span> </span> <span class='jdgm-prev-badge__text'> No reviews </span> </div> </div> <!-- End of Judge.me code --><!--a class="product-item-meta__reviews-badge text--small" href="/products/ensemble-velours-fluide-coton-bio-pirate-black"><div class="rating"> <div class="rating__stars" role="img" aria-label="0 sur 5 étoiles"><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--empty" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--empty" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--empty" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--empty" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--empty" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg></div> <span class="rating__caption">0 avis</span> </div></a--> <span class="stamped-product-reviews-badge" data-id="9633656078674" data-product-sku="ensemble-velours-fluide-coton-bio-pirate-black" data-product-type="Velours - Ensemble" data-product-title="Ensemble Velours Fluide Coton BIO - Pirate Black" style="display:block;"> </span><div class="product-item-meta__price-list-container"> <div class="price-list price-list--centered"> <span class="price price--highlight"> <span class="visually-hidden">Prix de vente</span>99€</span> <span class="price price--compare"> <span class="visually-hidden">Prix normal</span>114€</span> </div> </div> <button type="button" is="toggle-button" aria-controls="product-template--24626447810898__featured_collections_Cm8Rnr-collection_6cVBMU-9633656078674-drawer" aria-expanded="false" class="product-item__cta button button--primary hidden-phone">Ajouter</button> <button type="button" is="toggle-button" aria-controls="product-template--24626447810898__featured_collections_Cm8Rnr-collection_6cVBMU-9633656078674-popover" aria-expanded="false" class="product-item__cta button button--primary hidden-tablet-and-up">Ajouter</button> <quick-buy-popover id="product-template--24626447810898__featured_collections_Cm8Rnr-collection_6cVBMU-9633656078674-popover" href="/products/ensemble-velours-fluide-coton-bio-pirate-black?view=quick-buy-popover" class="popover popover--quick-buy hidden-tablet-and-up"></quick-buy-popover> <quick-buy-drawer id="product-template--24626447810898__featured_collections_Cm8Rnr-collection_6cVBMU-9633656078674-drawer" href="/products/ensemble-velours-fluide-coton-bio-pirate-black?view=quick-buy-drawer" class="drawer drawer--large drawer--quick-buy hidden-phone"></quick-buy-drawer> </div></div> </product-item><product-item class="product-item " reveal><div class="product-item__image-wrapper product-item__image-wrapper--multiple"><div class="product-item__label-list label-list"><span class="label label--highlight">- 13%</span></div><a href="/products/ensemble-velours-fluide-coton-bio-violet" class="product-item__aspect-ratio aspect-ratio " style="padding-bottom: 150.00000000000003%; --aspect-ratio: 0.6666666666666666"> <img class="product-item__primary-image" loading="lazy" data-media-id="47487539741010" sizes="(max-width: 740px) 52vw, calc(min(100vw - 80px, 1520px) / 3 - 16px)" height="2400" width="1600" alt="Nola fait 1m69 et du 36 et porte une taille S*" src="//wearejolies.com/cdn/shop/files/Web-2-22_1200x.jpg?v=1726836374" srcset="//wearejolies.com/cdn/shop/files/Web-2-22_200x.jpg?v=1726836374 200w, //wearejolies.com/cdn/shop/files/Web-2-22_300x.jpg?v=1726836374 300w, //wearejolies.com/cdn/shop/files/Web-2-22_400x.jpg?v=1726836374 400w, //wearejolies.com/cdn/shop/files/Web-2-22_500x.jpg?v=1726836374 500w, //wearejolies.com/cdn/shop/files/Web-2-22_600x.jpg?v=1726836374 600w, //wearejolies.com/cdn/shop/files/Web-2-22_700x.jpg?v=1726836374 700w, //wearejolies.com/cdn/shop/files/Web-2-22_800x.jpg?v=1726836374 800w, //wearejolies.com/cdn/shop/files/Web-2-22_900x.jpg?v=1726836374 900w, //wearejolies.com/cdn/shop/files/Web-2-22_1000x.jpg?v=1726836374 1000w, //wearejolies.com/cdn/shop/files/Web-2-22_1100x.jpg?v=1726836374 1100w, //wearejolies.com/cdn/shop/files/Web-2-22_1200x.jpg?v=1726836374 1200w"><img class="product-item__secondary-image" loading="lazy" sizes="(max-width: 740px) 52vw, calc(min(100vw - 80px, 1520px) / 3 - 16px)" height="5953" width="4000" alt="Ensemble Velours Fluide Coton BIO - Violet" src="//wearejolies.com/cdn/shop/files/Shoot37_025_1_1200x.jpg?v=1726836371" srcset="//wearejolies.com/cdn/shop/files/Shoot37_025_1_200x.jpg?v=1726836371 200w, //wearejolies.com/cdn/shop/files/Shoot37_025_1_300x.jpg?v=1726836371 300w, //wearejolies.com/cdn/shop/files/Shoot37_025_1_400x.jpg?v=1726836371 400w, //wearejolies.com/cdn/shop/files/Shoot37_025_1_500x.jpg?v=1726836371 500w, //wearejolies.com/cdn/shop/files/Shoot37_025_1_600x.jpg?v=1726836371 600w, //wearejolies.com/cdn/shop/files/Shoot37_025_1_700x.jpg?v=1726836371 700w, //wearejolies.com/cdn/shop/files/Shoot37_025_1_800x.jpg?v=1726836371 800w, //wearejolies.com/cdn/shop/files/Shoot37_025_1_900x.jpg?v=1726836371 900w, //wearejolies.com/cdn/shop/files/Shoot37_025_1_1000x.jpg?v=1726836371 1000w, //wearejolies.com/cdn/shop/files/Shoot37_025_1_1100x.jpg?v=1726836371 1100w, //wearejolies.com/cdn/shop/files/Shoot37_025_1_1200x.jpg?v=1726836371 1200w"></a></div> <div class="product-item__info "> <div class="product-item-meta"><a href="/products/ensemble-velours-fluide-coton-bio-violet" class="product-item-meta__title">Ensemble Velours Fluide Coton BIO <div>Violet</div> </a> <!-- Start of Judge.me code --> <div style='' class='jdgm-widget jdgm-preview-badge' data-id='9633690255698' data-auto-install='false'> <div style='display:none' class='jdgm-prev-badge' data-average-rating='0.00' data-number-of-reviews='0' data-number-of-questions='0'> <span class='jdgm-prev-badge__stars' data-score='0.00' tabindex='0' aria-label='0.00 stars' role='button'> <span class='jdgm-star jdgm--off'></span><span class='jdgm-star jdgm--off'></span><span class='jdgm-star jdgm--off'></span><span class='jdgm-star jdgm--off'></span><span class='jdgm-star jdgm--off'></span> </span> <span class='jdgm-prev-badge__text'> No reviews </span> </div> </div> <!-- End of Judge.me code --><!--a class="product-item-meta__reviews-badge text--small" href="/products/ensemble-velours-fluide-coton-bio-violet"><div class="rating"> <div class="rating__stars" role="img" aria-label="0 sur 5 étoiles"><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--empty" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--empty" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--empty" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--empty" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--empty" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg></div> <span class="rating__caption">0 avis</span> </div></a--> <span class="stamped-product-reviews-badge" data-id="9633690255698" data-product-sku="ensemble-velours-fluide-coton-bio-violet" data-product-type="Velours - Ensemble" data-product-title="Ensemble Velours Fluide Coton BIO - Violet" style="display:block;"> </span><div class="product-item-meta__price-list-container"> <div class="price-list price-list--centered"> <span class="price price--highlight"> <span class="visually-hidden">Prix de vente</span>99€</span> <span class="price price--compare"> <span class="visually-hidden">Prix normal</span>114€</span> </div> </div> <button type="button" is="toggle-button" aria-controls="product-template--24626447810898__featured_collections_Cm8Rnr-collection_6cVBMU-9633690255698-drawer" aria-expanded="false" class="product-item__cta button button--primary hidden-phone">Ajouter</button> <button type="button" is="toggle-button" aria-controls="product-template--24626447810898__featured_collections_Cm8Rnr-collection_6cVBMU-9633690255698-popover" aria-expanded="false" class="product-item__cta button button--primary hidden-tablet-and-up">Ajouter</button> <quick-buy-popover id="product-template--24626447810898__featured_collections_Cm8Rnr-collection_6cVBMU-9633690255698-popover" href="/products/ensemble-velours-fluide-coton-bio-violet?view=quick-buy-popover" class="popover popover--quick-buy hidden-tablet-and-up"></quick-buy-popover> <quick-buy-drawer id="product-template--24626447810898__featured_collections_Cm8Rnr-collection_6cVBMU-9633690255698-drawer" href="/products/ensemble-velours-fluide-coton-bio-violet?view=quick-buy-drawer" class="drawer drawer--large drawer--quick-buy hidden-phone"></quick-buy-drawer> </div></div> </product-item><product-item class="product-item " reveal><div class="product-item__image-wrapper product-item__image-wrapper--multiple"><div class="product-item__label-list label-list"><span class="label label--highlight">- 13%</span></div><a href="/products/ensemble-velours-fluide-coton-bio-sable" class="product-item__aspect-ratio aspect-ratio " style="padding-bottom: 149.800796812749%; --aspect-ratio: 0.6675531914893617"> <img class="product-item__primary-image" loading="lazy" data-media-id="48172730057042" sizes="(max-width: 740px) 52vw, calc(min(100vw - 80px, 1520px) / 3 - 16px)" height="6016" width="4016" alt="Lorea mesure 1m74, elle fait du 38 et porte une taille M*We Are Jolies - Femme - Ensemble - Velours - Sable - Beige - Confortable " src="//wearejolies.com/cdn/shop/files/WAJ-Ensemble-Velours-Sable-WEB-12_1200x.jpg?v=1733475282" srcset="//wearejolies.com/cdn/shop/files/WAJ-Ensemble-Velours-Sable-WEB-12_200x.jpg?v=1733475282 200w, //wearejolies.com/cdn/shop/files/WAJ-Ensemble-Velours-Sable-WEB-12_300x.jpg?v=1733475282 300w, //wearejolies.com/cdn/shop/files/WAJ-Ensemble-Velours-Sable-WEB-12_400x.jpg?v=1733475282 400w, //wearejolies.com/cdn/shop/files/WAJ-Ensemble-Velours-Sable-WEB-12_500x.jpg?v=1733475282 500w, //wearejolies.com/cdn/shop/files/WAJ-Ensemble-Velours-Sable-WEB-12_600x.jpg?v=1733475282 600w, //wearejolies.com/cdn/shop/files/WAJ-Ensemble-Velours-Sable-WEB-12_700x.jpg?v=1733475282 700w, //wearejolies.com/cdn/shop/files/WAJ-Ensemble-Velours-Sable-WEB-12_800x.jpg?v=1733475282 800w, //wearejolies.com/cdn/shop/files/WAJ-Ensemble-Velours-Sable-WEB-12_900x.jpg?v=1733475282 900w, //wearejolies.com/cdn/shop/files/WAJ-Ensemble-Velours-Sable-WEB-12_1000x.jpg?v=1733475282 1000w, //wearejolies.com/cdn/shop/files/WAJ-Ensemble-Velours-Sable-WEB-12_1100x.jpg?v=1733475282 1100w, //wearejolies.com/cdn/shop/files/WAJ-Ensemble-Velours-Sable-WEB-12_1200x.jpg?v=1733475282 1200w"><img class="product-item__secondary-image" loading="lazy" sizes="(max-width: 740px) 52vw, calc(min(100vw - 80px, 1520px) / 3 - 16px)" height="5953" width="4000" alt="Ensemble Velours Fluide Coton BIO - Sable" src="//wearejolies.com/cdn/shop/files/Shoot37_025_8246b7c1-9732-4360-9109-5aefd77b11d1_1200x.jpg?v=1733416844" srcset="//wearejolies.com/cdn/shop/files/Shoot37_025_8246b7c1-9732-4360-9109-5aefd77b11d1_200x.jpg?v=1733416844 200w, //wearejolies.com/cdn/shop/files/Shoot37_025_8246b7c1-9732-4360-9109-5aefd77b11d1_300x.jpg?v=1733416844 300w, //wearejolies.com/cdn/shop/files/Shoot37_025_8246b7c1-9732-4360-9109-5aefd77b11d1_400x.jpg?v=1733416844 400w, //wearejolies.com/cdn/shop/files/Shoot37_025_8246b7c1-9732-4360-9109-5aefd77b11d1_500x.jpg?v=1733416844 500w, //wearejolies.com/cdn/shop/files/Shoot37_025_8246b7c1-9732-4360-9109-5aefd77b11d1_600x.jpg?v=1733416844 600w, //wearejolies.com/cdn/shop/files/Shoot37_025_8246b7c1-9732-4360-9109-5aefd77b11d1_700x.jpg?v=1733416844 700w, //wearejolies.com/cdn/shop/files/Shoot37_025_8246b7c1-9732-4360-9109-5aefd77b11d1_800x.jpg?v=1733416844 800w, //wearejolies.com/cdn/shop/files/Shoot37_025_8246b7c1-9732-4360-9109-5aefd77b11d1_900x.jpg?v=1733416844 900w, //wearejolies.com/cdn/shop/files/Shoot37_025_8246b7c1-9732-4360-9109-5aefd77b11d1_1000x.jpg?v=1733416844 1000w, //wearejolies.com/cdn/shop/files/Shoot37_025_8246b7c1-9732-4360-9109-5aefd77b11d1_1100x.jpg?v=1733416844 1100w, //wearejolies.com/cdn/shop/files/Shoot37_025_8246b7c1-9732-4360-9109-5aefd77b11d1_1200x.jpg?v=1733416844 1200w"></a></div> <div class="product-item__info "> <div class="product-item-meta"><a href="/products/ensemble-velours-fluide-coton-bio-sable" class="product-item-meta__title">Ensemble Velours Fluide Coton BIO <div>Sable</div> </a> <!-- Start of Judge.me code --> <div style='' class='jdgm-widget jdgm-preview-badge' data-id='9757806231890' data-auto-install='false'> <div style='display:none' class='jdgm-prev-badge' data-average-rating='0.00' data-number-of-reviews='0' data-number-of-questions='0'> <span class='jdgm-prev-badge__stars' data-score='0.00' tabindex='0' aria-label='0.00 stars' role='button'> <span class='jdgm-star jdgm--off'></span><span class='jdgm-star jdgm--off'></span><span class='jdgm-star jdgm--off'></span><span class='jdgm-star jdgm--off'></span><span class='jdgm-star jdgm--off'></span> </span> <span class='jdgm-prev-badge__text'> No reviews </span> </div> </div> <!-- End of Judge.me code --><!--a class="product-item-meta__reviews-badge text--small" href="/products/ensemble-velours-fluide-coton-bio-sable"><div class="rating"> <div class="rating__stars" role="img" aria-label="0 sur 5 étoiles"><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--empty" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--empty" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--empty" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--empty" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--empty" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg></div> <span class="rating__caption">0 avis</span> </div></a--> <span class="stamped-product-reviews-badge" data-id="9757806231890" data-product-sku="ensemble-velours-fluide-coton-bio-sable" data-product-type="Velours - Ensemble" data-product-title="Ensemble Velours Fluide Coton BIO - Sable" style="display:block;"> </span><div class="product-item-meta__price-list-container"> <div class="price-list price-list--centered"> <span class="price price--highlight"> <span class="visually-hidden">Prix de vente</span>99€</span> <span class="price price--compare"> <span class="visually-hidden">Prix normal</span>114€</span> </div> </div> <button type="button" is="toggle-button" aria-controls="product-template--24626447810898__featured_collections_Cm8Rnr-collection_6cVBMU-9757806231890-drawer" aria-expanded="false" class="product-item__cta button button--primary hidden-phone">Ajouter</button> <button type="button" is="toggle-button" aria-controls="product-template--24626447810898__featured_collections_Cm8Rnr-collection_6cVBMU-9757806231890-popover" aria-expanded="false" class="product-item__cta button button--primary hidden-tablet-and-up">Ajouter</button> <quick-buy-popover id="product-template--24626447810898__featured_collections_Cm8Rnr-collection_6cVBMU-9757806231890-popover" href="/products/ensemble-velours-fluide-coton-bio-sable?view=quick-buy-popover" class="popover popover--quick-buy hidden-tablet-and-up"></quick-buy-popover> <quick-buy-drawer id="product-template--24626447810898__featured_collections_Cm8Rnr-collection_6cVBMU-9757806231890-drawer" href="/products/ensemble-velours-fluide-coton-bio-sable?view=quick-buy-drawer" class="drawer drawer--large drawer--quick-buy hidden-phone"></quick-buy-drawer> </div></div> </product-item></div> </div><div class="section__footer"><a class="button button--primary" href="/collections/velours-disco-diva">Tout voir</a></div></product-list></div> </div> </div> </section> <style> #shopify-section-template--24626447810898__featured_collections_Cm8Rnr section {padding-top: 30px;} </style></div><div id="shopify-section-template--24626447810898__featured_collections_wf48Xf" class="shopify-section shopify-section--featured-collections"><style> #shopify-section-template--24626447810898__featured_collections_wf48Xf {--heading-color: 40, 40, 40; --text-color: 40, 40, 40; --primary-button-background: 38, 43, 43; --primary-button-text-color: 255, 255, 255; --prev-next-button-background: 255, 255, 255; --prev-next-button-color: 40, 40, 40; --section-background: 255, 255, 255; --section-products-per-row: 2; } @media screen and (min-width: 741px) { #shopify-section-template--24626447810898__featured_collections_wf48Xf { --section-products-per-row: 3; } } @media screen and (min-width: 1000px) { #shopify-section-template--24626447810898__featured_collections_wf48Xf { --section-products-per-row: 4; } } @media screen and (min-width: 1200px) { #shopify-section-template--24626447810898__featured_collections_wf48Xf { --section-products-per-row: 4; } } </style> <section class="section "> <div class="section__color-wrapper"> <div class="container "><header class="section__header section__header--tight"> <div class="text-container"><span class="heading h2">Bodys</span><p>Pratiques et stylés : nos nouveaux bodys possèdent <strong>des boutons de pression</strong>, faciles à enfiler (et à enlever) en un clic ! 🎉</p></div></header><div class="featured-collections"><product-list stagger-apparition id="block-template--24626447810898__featured_collections_wf48Xf-collection_cFyY7b" class="product-list product-list--center"> <div class="scroller"> <div class="product-list__inner product-list__inner--scroller hide-scrollbar"><product-item class="product-item " reveal><div class="product-item__image-wrapper product-item__image-wrapper--multiple"><a href="/products/body-coton-bio-leopard" class="product-item__aspect-ratio aspect-ratio " style="padding-bottom: 150.00000000000003%; --aspect-ratio: 0.6666666666666666"> <img class="product-item__primary-image" loading="lazy" data-media-id="47440008446290" sizes="(max-width: 740px) 52vw, calc(min(100vw - 80px, 1520px) / 4 - 18px)" height="2400" width="1600" alt="Violette fait 1m75 et du 36, elle porte une taille S*" src="//wearejolies.com/cdn/shop/files/Web-0321_04c197c3-2ac8-4e25-bf5d-2283fb31861d_1200x.jpg?v=1726221719" srcset="//wearejolies.com/cdn/shop/files/Web-0321_04c197c3-2ac8-4e25-bf5d-2283fb31861d_200x.jpg?v=1726221719 200w, //wearejolies.com/cdn/shop/files/Web-0321_04c197c3-2ac8-4e25-bf5d-2283fb31861d_300x.jpg?v=1726221719 300w, //wearejolies.com/cdn/shop/files/Web-0321_04c197c3-2ac8-4e25-bf5d-2283fb31861d_400x.jpg?v=1726221719 400w, //wearejolies.com/cdn/shop/files/Web-0321_04c197c3-2ac8-4e25-bf5d-2283fb31861d_500x.jpg?v=1726221719 500w, //wearejolies.com/cdn/shop/files/Web-0321_04c197c3-2ac8-4e25-bf5d-2283fb31861d_600x.jpg?v=1726221719 600w, //wearejolies.com/cdn/shop/files/Web-0321_04c197c3-2ac8-4e25-bf5d-2283fb31861d_700x.jpg?v=1726221719 700w, //wearejolies.com/cdn/shop/files/Web-0321_04c197c3-2ac8-4e25-bf5d-2283fb31861d_800x.jpg?v=1726221719 800w, //wearejolies.com/cdn/shop/files/Web-0321_04c197c3-2ac8-4e25-bf5d-2283fb31861d_900x.jpg?v=1726221719 900w, //wearejolies.com/cdn/shop/files/Web-0321_04c197c3-2ac8-4e25-bf5d-2283fb31861d_1000x.jpg?v=1726221719 1000w, //wearejolies.com/cdn/shop/files/Web-0321_04c197c3-2ac8-4e25-bf5d-2283fb31861d_1100x.jpg?v=1726221719 1100w, //wearejolies.com/cdn/shop/files/Web-0321_04c197c3-2ac8-4e25-bf5d-2283fb31861d_1200x.jpg?v=1726221719 1200w"><img class="product-item__secondary-image" loading="lazy" sizes="(max-width: 740px) 52vw, calc(min(100vw - 80px, 1520px) / 4 - 18px)" height="5953" width="4000" alt="Body Coton BIO - Léopard" src="//wearejolies.com/cdn/shop/files/Shoot37_045_1200x.jpg?v=1726221741" srcset="//wearejolies.com/cdn/shop/files/Shoot37_045_200x.jpg?v=1726221741 200w, //wearejolies.com/cdn/shop/files/Shoot37_045_300x.jpg?v=1726221741 300w, //wearejolies.com/cdn/shop/files/Shoot37_045_400x.jpg?v=1726221741 400w, //wearejolies.com/cdn/shop/files/Shoot37_045_500x.jpg?v=1726221741 500w, //wearejolies.com/cdn/shop/files/Shoot37_045_600x.jpg?v=1726221741 600w, //wearejolies.com/cdn/shop/files/Shoot37_045_700x.jpg?v=1726221741 700w, //wearejolies.com/cdn/shop/files/Shoot37_045_800x.jpg?v=1726221741 800w, //wearejolies.com/cdn/shop/files/Shoot37_045_900x.jpg?v=1726221741 900w, //wearejolies.com/cdn/shop/files/Shoot37_045_1000x.jpg?v=1726221741 1000w, //wearejolies.com/cdn/shop/files/Shoot37_045_1100x.jpg?v=1726221741 1100w, //wearejolies.com/cdn/shop/files/Shoot37_045_1200x.jpg?v=1726221741 1200w"></a></div> <div class="product-item__info "> <div class="product-item-meta"><a href="/products/body-coton-bio-leopard" class="product-item-meta__title">Body Coton BIO <div>Léopard</div> </a> <!-- Start of Judge.me code --> <div style='' class='jdgm-widget jdgm-preview-badge' data-id='9328493166930' data-auto-install='false'> <div style='display:none' class='jdgm-prev-badge' data-average-rating='4.75' data-number-of-reviews='4' data-number-of-questions='0'> <span class='jdgm-prev-badge__stars' data-score='4.75' tabindex='0' aria-label='4.75 stars' role='button'> <span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span> </span> <span class='jdgm-prev-badge__text'> 4 reviews </span> </div> </div> <!-- End of Judge.me code --><!--a class="product-item-meta__reviews-badge text--small" href="/products/body-coton-bio-leopard"><div class="rating"> <div class="rating__stars" role="img" aria-label="4.75 sur 5.0 étoiles"><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg></div> <span class="rating__caption">4 avis</span> </div></a--> <span class="stamped-product-reviews-badge" data-id="9328493166930" data-product-sku="body-coton-bio-leopard" data-product-type="Body" data-product-title="Body Coton BIO - Léopard" style="display:block;"> </span><div class="product-item-meta__price-list-container"> <div class="price-list price-list--centered"> <span class="price">dès <span class="price price--highlight">49€</span></span> </div> </div> <form method="post" action="/cart/add" id="product_form_9328493166930" accept-charset="UTF-8" class="block-swatch-list" enctype="multipart/form-data" is="product-form"><input type="hidden" name="form_type" value="product" /><input type="hidden" name="utf8" value="✓" /> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="xs48591138750802template--24626447810898__featured_collections_wf48Xf" value="48591138750802"> <label class="block-swatch__item" for="xs48591138750802template--24626447810898__featured_collections_wf48Xf">XS</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="s48591138783570template--24626447810898__featured_collections_wf48Xf" value="48591138783570"> <label class="block-swatch__item" for="s48591138783570template--24626447810898__featured_collections_wf48Xf">S</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="m48591138816338template--24626447810898__featured_collections_wf48Xf" value="48591138816338"> <label class="block-swatch__item" for="m48591138816338template--24626447810898__featured_collections_wf48Xf">M</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="l48591138849106template--24626447810898__featured_collections_wf48Xf" value="48591138849106"> <label class="block-swatch__item" for="l48591138849106template--24626447810898__featured_collections_wf48Xf">L</label> </div> <div class="block-swatch is-disabled"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="xl48591138881874template--24626447810898__featured_collections_wf48Xf" value="48591138881874"> <label class="block-swatch__item" for="xl48591138881874template--24626447810898__featured_collections_wf48Xf">XL</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="2xl48591138914642template--24626447810898__featured_collections_wf48Xf" value="48591138914642"> <label class="block-swatch__item" for="2xl48591138914642template--24626447810898__featured_collections_wf48Xf">2XL</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="3xl48591138947410template--24626447810898__featured_collections_wf48Xf" value="48591138947410"> <label class="block-swatch__item" for="3xl48591138947410template--24626447810898__featured_collections_wf48Xf">3XL</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="4xl48591138980178template--24626447810898__featured_collections_wf48Xf" value="48591138980178"> <label class="block-swatch__item" for="4xl48591138980178template--24626447810898__featured_collections_wf48Xf">4XL</label> </div> <input type="hidden" name="quantity" value="1"> <button type="submit" is="loader-button" sold="Épuisé" data-use-primary data-product-add-to-cart-button data-button-content="Ajouter" class="product-form__add-button button button--primary button--full" disabled>Ajouter </button><input type="hidden" name="product-id" value="9328493166930" /><input type="hidden" name="section-id" value="template--24626447810898__featured_collections_wf48Xf" /></form> </div></div> </product-item><product-item class="product-item " reveal><div class="product-item__image-wrapper product-item__image-wrapper--multiple"><a href="/products/body-coton-bio-rayures-rose-et-rouge" class="product-item__aspect-ratio aspect-ratio " style="padding-bottom: 150.00000000000003%; --aspect-ratio: 0.6666666666666666"> <img class="product-item__primary-image" loading="lazy" data-media-id="47440051536210" sizes="(max-width: 740px) 52vw, calc(min(100vw - 80px, 1520px) / 4 - 18px)" height="2400" width="1600" alt="Violette fait 1m75 et du 36, elle porte une taille S*" src="//wearejolies.com/cdn/shop/files/Web-0114_1_1200x.jpg?v=1726222754" srcset="//wearejolies.com/cdn/shop/files/Web-0114_1_200x.jpg?v=1726222754 200w, //wearejolies.com/cdn/shop/files/Web-0114_1_300x.jpg?v=1726222754 300w, //wearejolies.com/cdn/shop/files/Web-0114_1_400x.jpg?v=1726222754 400w, //wearejolies.com/cdn/shop/files/Web-0114_1_500x.jpg?v=1726222754 500w, //wearejolies.com/cdn/shop/files/Web-0114_1_600x.jpg?v=1726222754 600w, //wearejolies.com/cdn/shop/files/Web-0114_1_700x.jpg?v=1726222754 700w, //wearejolies.com/cdn/shop/files/Web-0114_1_800x.jpg?v=1726222754 800w, //wearejolies.com/cdn/shop/files/Web-0114_1_900x.jpg?v=1726222754 900w, //wearejolies.com/cdn/shop/files/Web-0114_1_1000x.jpg?v=1726222754 1000w, //wearejolies.com/cdn/shop/files/Web-0114_1_1100x.jpg?v=1726222754 1100w, //wearejolies.com/cdn/shop/files/Web-0114_1_1200x.jpg?v=1726222754 1200w"><img class="product-item__secondary-image" loading="lazy" sizes="(max-width: 740px) 52vw, calc(min(100vw - 80px, 1520px) / 4 - 18px)" height="5953" width="4000" alt="Body Coton BIO - Rayures Rose et Rouge" src="//wearejolies.com/cdn/shop/files/Shoot37_046_1200x.jpg?v=1726222754" srcset="//wearejolies.com/cdn/shop/files/Shoot37_046_200x.jpg?v=1726222754 200w, //wearejolies.com/cdn/shop/files/Shoot37_046_300x.jpg?v=1726222754 300w, //wearejolies.com/cdn/shop/files/Shoot37_046_400x.jpg?v=1726222754 400w, //wearejolies.com/cdn/shop/files/Shoot37_046_500x.jpg?v=1726222754 500w, //wearejolies.com/cdn/shop/files/Shoot37_046_600x.jpg?v=1726222754 600w, //wearejolies.com/cdn/shop/files/Shoot37_046_700x.jpg?v=1726222754 700w, //wearejolies.com/cdn/shop/files/Shoot37_046_800x.jpg?v=1726222754 800w, //wearejolies.com/cdn/shop/files/Shoot37_046_900x.jpg?v=1726222754 900w, //wearejolies.com/cdn/shop/files/Shoot37_046_1000x.jpg?v=1726222754 1000w, //wearejolies.com/cdn/shop/files/Shoot37_046_1100x.jpg?v=1726222754 1100w, //wearejolies.com/cdn/shop/files/Shoot37_046_1200x.jpg?v=1726222754 1200w"></a></div> <div class="product-item__info "> <div class="product-item-meta"><a href="/products/body-coton-bio-rayures-rose-et-rouge" class="product-item-meta__title">Body Coton BIO <div>Rayures Rose et Rouge</div> </a> <!-- Start of Judge.me code --> <div style='' class='jdgm-widget jdgm-preview-badge' data-id='9328502276434' data-auto-install='false'> <div style='display:none' class='jdgm-prev-badge' data-average-rating='4.00' data-number-of-reviews='2' data-number-of-questions='0'> <span class='jdgm-prev-badge__stars' data-score='4.00' tabindex='0' aria-label='4.00 stars' role='button'> <span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--off'></span> </span> <span class='jdgm-prev-badge__text'> 2 reviews </span> </div> </div> <!-- End of Judge.me code --><!--a class="product-item-meta__reviews-badge text--small" href="/products/body-coton-bio-rayures-rose-et-rouge"><div class="rating"> <div class="rating__stars" role="img" aria-label="4.0 sur 5.0 étoiles"><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--empty" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg></div> <span class="rating__caption">2 avis</span> </div></a--> <span class="stamped-product-reviews-badge" data-id="9328502276434" data-product-sku="body-coton-bio-rayures-rose-et-rouge" data-product-type="Body" data-product-title="Body Coton BIO - Rayures Rose et Rouge" style="display:block;"> </span><div class="product-item-meta__price-list-container"> <div class="price-list price-list--centered"> <span class="price">dès <span class="price price--highlight">49€</span></span> </div> </div> <form method="post" action="/cart/add" id="product_form_9328502276434" accept-charset="UTF-8" class="block-swatch-list" enctype="multipart/form-data" is="product-form"><input type="hidden" name="form_type" value="product" /><input type="hidden" name="utf8" value="✓" /> <div class="block-swatch is-disabled"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="xs48591200878930template--24626447810898__featured_collections_wf48Xf" value="48591200878930"> <label class="block-swatch__item" for="xs48591200878930template--24626447810898__featured_collections_wf48Xf">XS</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="s48591200911698template--24626447810898__featured_collections_wf48Xf" value="48591200911698"> <label class="block-swatch__item" for="s48591200911698template--24626447810898__featured_collections_wf48Xf">S</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="m48591200944466template--24626447810898__featured_collections_wf48Xf" value="48591200944466"> <label class="block-swatch__item" for="m48591200944466template--24626447810898__featured_collections_wf48Xf">M</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="l48591200977234template--24626447810898__featured_collections_wf48Xf" value="48591200977234"> <label class="block-swatch__item" for="l48591200977234template--24626447810898__featured_collections_wf48Xf">L</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="xl48591201010002template--24626447810898__featured_collections_wf48Xf" value="48591201010002"> <label class="block-swatch__item" for="xl48591201010002template--24626447810898__featured_collections_wf48Xf">XL</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="2xl48591201042770template--24626447810898__featured_collections_wf48Xf" value="48591201042770"> <label class="block-swatch__item" for="2xl48591201042770template--24626447810898__featured_collections_wf48Xf">2XL</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="3xl48591201075538template--24626447810898__featured_collections_wf48Xf" value="48591201075538"> <label class="block-swatch__item" for="3xl48591201075538template--24626447810898__featured_collections_wf48Xf">3XL</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="4xl48591201108306template--24626447810898__featured_collections_wf48Xf" value="48591201108306"> <label class="block-swatch__item" for="4xl48591201108306template--24626447810898__featured_collections_wf48Xf">4XL</label> </div> <input type="hidden" name="quantity" value="1"> <button type="submit" is="loader-button" sold="Épuisé" data-use-primary data-product-add-to-cart-button data-button-content="Ajouter" class="product-form__add-button button button--primary button--full" disabled>Ajouter </button><input type="hidden" name="product-id" value="9328502276434" /><input type="hidden" name="section-id" value="template--24626447810898__featured_collections_wf48Xf" /></form> </div></div> </product-item><product-item class="product-item " reveal><div class="product-item__image-wrapper product-item__image-wrapper--multiple"><a href="/products/body-coton-bio-dalida" class="product-item__aspect-ratio aspect-ratio " style="padding-bottom: 150.00000000000003%; --aspect-ratio: 0.6666666666666666"> <img class="product-item__primary-image" loading="lazy" data-media-id="47440017850706" sizes="(max-width: 740px) 52vw, calc(min(100vw - 80px, 1520px) / 4 - 18px)" height="2400" width="1600" alt="Nola fait du 36 et porte une taille S*" src="//wearejolies.com/cdn/shop/files/Web-0191_1200x.jpg?v=1726221941" srcset="//wearejolies.com/cdn/shop/files/Web-0191_200x.jpg?v=1726221941 200w, //wearejolies.com/cdn/shop/files/Web-0191_300x.jpg?v=1726221941 300w, //wearejolies.com/cdn/shop/files/Web-0191_400x.jpg?v=1726221941 400w, //wearejolies.com/cdn/shop/files/Web-0191_500x.jpg?v=1726221941 500w, //wearejolies.com/cdn/shop/files/Web-0191_600x.jpg?v=1726221941 600w, //wearejolies.com/cdn/shop/files/Web-0191_700x.jpg?v=1726221941 700w, //wearejolies.com/cdn/shop/files/Web-0191_800x.jpg?v=1726221941 800w, //wearejolies.com/cdn/shop/files/Web-0191_900x.jpg?v=1726221941 900w, //wearejolies.com/cdn/shop/files/Web-0191_1000x.jpg?v=1726221941 1000w, //wearejolies.com/cdn/shop/files/Web-0191_1100x.jpg?v=1726221941 1100w, //wearejolies.com/cdn/shop/files/Web-0191_1200x.jpg?v=1726221941 1200w"><img class="product-item__secondary-image" loading="lazy" sizes="(max-width: 740px) 52vw, calc(min(100vw - 80px, 1520px) / 4 - 18px)" height="5953" width="4000" alt="Body Coton BIO - Dalida" src="//wearejolies.com/cdn/shop/files/Shoot37_044_1200x.jpg?v=1726221965" srcset="//wearejolies.com/cdn/shop/files/Shoot37_044_200x.jpg?v=1726221965 200w, //wearejolies.com/cdn/shop/files/Shoot37_044_300x.jpg?v=1726221965 300w, //wearejolies.com/cdn/shop/files/Shoot37_044_400x.jpg?v=1726221965 400w, //wearejolies.com/cdn/shop/files/Shoot37_044_500x.jpg?v=1726221965 500w, //wearejolies.com/cdn/shop/files/Shoot37_044_600x.jpg?v=1726221965 600w, //wearejolies.com/cdn/shop/files/Shoot37_044_700x.jpg?v=1726221965 700w, //wearejolies.com/cdn/shop/files/Shoot37_044_800x.jpg?v=1726221965 800w, //wearejolies.com/cdn/shop/files/Shoot37_044_900x.jpg?v=1726221965 900w, //wearejolies.com/cdn/shop/files/Shoot37_044_1000x.jpg?v=1726221965 1000w, //wearejolies.com/cdn/shop/files/Shoot37_044_1100x.jpg?v=1726221965 1100w, //wearejolies.com/cdn/shop/files/Shoot37_044_1200x.jpg?v=1726221965 1200w"></a></div> <div class="product-item__info "> <div class="product-item-meta"><a href="/products/body-coton-bio-dalida" class="product-item-meta__title">Body Coton BIO <div>Dalida</div> </a> <!-- Start of Judge.me code --> <div style='' class='jdgm-widget jdgm-preview-badge' data-id='9328499425618' data-auto-install='false'> <div style='display:none' class='jdgm-prev-badge' data-average-rating='4.67' data-number-of-reviews='3' data-number-of-questions='0'> <span class='jdgm-prev-badge__stars' data-score='4.67' tabindex='0' aria-label='4.67 stars' role='button'> <span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--half'></span> </span> <span class='jdgm-prev-badge__text'> 3 reviews </span> </div> </div> <!-- End of Judge.me code --><!--a class="product-item-meta__reviews-badge text--small" href="/products/body-coton-bio-dalida"><div class="rating"> <div class="rating__stars" role="img" aria-label="4.666666667 sur 5.0 étoiles"><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star-half rating__star rating__star--half" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="url(#rating-star-gradient-half)"></path> </svg></div> <span class="rating__caption">3 avis</span> </div></a--> <span class="stamped-product-reviews-badge" data-id="9328499425618" data-product-sku="body-coton-bio-dalida" data-product-type="Body" data-product-title="Body Coton BIO - Dalida" style="display:block;"> </span><div class="product-item-meta__price-list-container"> <div class="price-list price-list--centered"> <span class="price">dès <span class="price price--highlight">49€</span></span> </div> </div> <form method="post" action="/cart/add" id="product_form_9328499425618" accept-charset="UTF-8" class="block-swatch-list" enctype="multipart/form-data" is="product-form"><input type="hidden" name="form_type" value="product" /><input type="hidden" name="utf8" value="✓" /> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="xs48591176302930template--24626447810898__featured_collections_wf48Xf" value="48591176302930"> <label class="block-swatch__item" for="xs48591176302930template--24626447810898__featured_collections_wf48Xf">XS</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="s48591176335698template--24626447810898__featured_collections_wf48Xf" value="48591176335698"> <label class="block-swatch__item" for="s48591176335698template--24626447810898__featured_collections_wf48Xf">S</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="m48591176368466template--24626447810898__featured_collections_wf48Xf" value="48591176368466"> <label class="block-swatch__item" for="m48591176368466template--24626447810898__featured_collections_wf48Xf">M</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="l48591176401234template--24626447810898__featured_collections_wf48Xf" value="48591176401234"> <label class="block-swatch__item" for="l48591176401234template--24626447810898__featured_collections_wf48Xf">L</label> </div> <div class="block-swatch is-disabled"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="xl48591176434002template--24626447810898__featured_collections_wf48Xf" value="48591176434002"> <label class="block-swatch__item" for="xl48591176434002template--24626447810898__featured_collections_wf48Xf">XL</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="2xl48591176499538template--24626447810898__featured_collections_wf48Xf" value="48591176499538"> <label class="block-swatch__item" for="2xl48591176499538template--24626447810898__featured_collections_wf48Xf">2XL</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="3xl48591176532306template--24626447810898__featured_collections_wf48Xf" value="48591176532306"> <label class="block-swatch__item" for="3xl48591176532306template--24626447810898__featured_collections_wf48Xf">3XL</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="4xl48591176565074template--24626447810898__featured_collections_wf48Xf" value="48591176565074"> <label class="block-swatch__item" for="4xl48591176565074template--24626447810898__featured_collections_wf48Xf">4XL</label> </div> <input type="hidden" name="quantity" value="1"> <button type="submit" is="loader-button" sold="Épuisé" data-use-primary data-product-add-to-cart-button data-button-content="Ajouter" class="product-form__add-button button button--primary button--full" disabled>Ajouter </button><input type="hidden" name="product-id" value="9328499425618" /><input type="hidden" name="section-id" value="template--24626447810898__featured_collections_wf48Xf" /></form> </div></div> </product-item><product-item class="product-item " reveal><div class="product-item__image-wrapper product-item__image-wrapper--multiple"><a href="/products/body-coton-bio-noir" class="product-item__aspect-ratio aspect-ratio " style="padding-bottom: 150.00000000000003%; --aspect-ratio: 0.6666666666666666"> <img class="product-item__primary-image" loading="lazy" data-media-id="47440074146130" sizes="(max-width: 740px) 52vw, calc(min(100vw - 80px, 1520px) / 4 - 18px)" height="2400" width="1600" alt="Violette fait 1m75 et du 36, elle porte une taille S*" src="//wearejolies.com/cdn/shop/files/Web-0018_1200x.jpg?v=1726223178" srcset="//wearejolies.com/cdn/shop/files/Web-0018_200x.jpg?v=1726223178 200w, //wearejolies.com/cdn/shop/files/Web-0018_300x.jpg?v=1726223178 300w, //wearejolies.com/cdn/shop/files/Web-0018_400x.jpg?v=1726223178 400w, //wearejolies.com/cdn/shop/files/Web-0018_500x.jpg?v=1726223178 500w, //wearejolies.com/cdn/shop/files/Web-0018_600x.jpg?v=1726223178 600w, //wearejolies.com/cdn/shop/files/Web-0018_700x.jpg?v=1726223178 700w, //wearejolies.com/cdn/shop/files/Web-0018_800x.jpg?v=1726223178 800w, //wearejolies.com/cdn/shop/files/Web-0018_900x.jpg?v=1726223178 900w, //wearejolies.com/cdn/shop/files/Web-0018_1000x.jpg?v=1726223178 1000w, //wearejolies.com/cdn/shop/files/Web-0018_1100x.jpg?v=1726223178 1100w, //wearejolies.com/cdn/shop/files/Web-0018_1200x.jpg?v=1726223178 1200w"><img class="product-item__secondary-image" loading="lazy" sizes="(max-width: 740px) 52vw, calc(min(100vw - 80px, 1520px) / 4 - 18px)" height="5953" width="4000" alt="Body Coton BIO - Noir" src="//wearejolies.com/cdn/shop/files/Shoot37_043_1200x.jpg?v=1726223221" srcset="//wearejolies.com/cdn/shop/files/Shoot37_043_200x.jpg?v=1726223221 200w, //wearejolies.com/cdn/shop/files/Shoot37_043_300x.jpg?v=1726223221 300w, //wearejolies.com/cdn/shop/files/Shoot37_043_400x.jpg?v=1726223221 400w, //wearejolies.com/cdn/shop/files/Shoot37_043_500x.jpg?v=1726223221 500w, //wearejolies.com/cdn/shop/files/Shoot37_043_600x.jpg?v=1726223221 600w, //wearejolies.com/cdn/shop/files/Shoot37_043_700x.jpg?v=1726223221 700w, //wearejolies.com/cdn/shop/files/Shoot37_043_800x.jpg?v=1726223221 800w, //wearejolies.com/cdn/shop/files/Shoot37_043_900x.jpg?v=1726223221 900w, //wearejolies.com/cdn/shop/files/Shoot37_043_1000x.jpg?v=1726223221 1000w, //wearejolies.com/cdn/shop/files/Shoot37_043_1100x.jpg?v=1726223221 1100w, //wearejolies.com/cdn/shop/files/Shoot37_043_1200x.jpg?v=1726223221 1200w"></a></div> <div class="product-item__info "> <div class="product-item-meta"><a href="/products/body-coton-bio-noir" class="product-item-meta__title">Body Coton BIO <div>Noir</div> </a> <!-- Start of Judge.me code --> <div style='' class='jdgm-widget jdgm-preview-badge' data-id='9626607354194' data-auto-install='false'> <div style='display:none' class='jdgm-prev-badge' data-average-rating='4.67' data-number-of-reviews='6' data-number-of-questions='0'> <span class='jdgm-prev-badge__stars' data-score='4.67' tabindex='0' aria-label='4.67 stars' role='button'> <span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--half'></span> </span> <span class='jdgm-prev-badge__text'> 6 reviews </span> </div> </div> <!-- End of Judge.me code --><!--a class="product-item-meta__reviews-badge text--small" href="/products/body-coton-bio-noir"><div class="rating"> <div class="rating__stars" role="img" aria-label="4.666666667 sur 5.0 étoiles"><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star-half rating__star rating__star--half" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="url(#rating-star-gradient-half)"></path> </svg></div> <span class="rating__caption">6 avis</span> </div></a--> <span class="stamped-product-reviews-badge" data-id="9626607354194" data-product-sku="body-coton-bio-noir" data-product-type="Body" data-product-title="Body Coton BIO - Noir" style="display:block;"> </span><div class="product-item-meta__price-list-container"> <div class="price-list price-list--centered"> <span class="price">dès <span class="price price--highlight">49€</span></span> </div> </div> <form method="post" action="/cart/add" id="product_form_9626607354194" accept-charset="UTF-8" class="block-swatch-list" enctype="multipart/form-data" is="product-form"><input type="hidden" name="form_type" value="product" /><input type="hidden" name="utf8" value="✓" /> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="xs49300990624082template--24626447810898__featured_collections_wf48Xf" value="49300990624082"> <label class="block-swatch__item" for="xs49300990624082template--24626447810898__featured_collections_wf48Xf">XS</label> </div> <div class="block-swatch is-disabled"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="s49300990656850template--24626447810898__featured_collections_wf48Xf" value="49300990656850"> <label class="block-swatch__item" for="s49300990656850template--24626447810898__featured_collections_wf48Xf">S</label> </div> <div class="block-swatch is-disabled"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="m49300990689618template--24626447810898__featured_collections_wf48Xf" value="49300990689618"> <label class="block-swatch__item" for="m49300990689618template--24626447810898__featured_collections_wf48Xf">M</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="l49300990722386template--24626447810898__featured_collections_wf48Xf" value="49300990722386"> <label class="block-swatch__item" for="l49300990722386template--24626447810898__featured_collections_wf48Xf">L</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="xl49300990755154template--24626447810898__featured_collections_wf48Xf" value="49300990755154"> <label class="block-swatch__item" for="xl49300990755154template--24626447810898__featured_collections_wf48Xf">XL</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="2xl49300990787922template--24626447810898__featured_collections_wf48Xf" value="49300990787922"> <label class="block-swatch__item" for="2xl49300990787922template--24626447810898__featured_collections_wf48Xf">2XL</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="3xl49300990820690template--24626447810898__featured_collections_wf48Xf" value="49300990820690"> <label class="block-swatch__item" for="3xl49300990820690template--24626447810898__featured_collections_wf48Xf">3XL</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="4xl49300990853458template--24626447810898__featured_collections_wf48Xf" value="49300990853458"> <label class="block-swatch__item" for="4xl49300990853458template--24626447810898__featured_collections_wf48Xf">4XL</label> </div> <input type="hidden" name="quantity" value="1"> <button type="submit" is="loader-button" sold="Épuisé" data-use-primary data-product-add-to-cart-button data-button-content="Ajouter" class="product-form__add-button button button--primary button--full" disabled>Ajouter </button><input type="hidden" name="product-id" value="9626607354194" /><input type="hidden" name="section-id" value="template--24626447810898__featured_collections_wf48Xf" /></form> </div></div> </product-item></div> </div></product-list></div> </div> </div> </section> <style> #shopify-section-template--24626447810898__featured_collections_wf48Xf section {padding-top: 30px;} </style></div><div id="shopify-section-template--24626447810898__featured_collections_kcXDPN" class="shopify-section shopify-section--featured-collections"><style> #shopify-section-template--24626447810898__featured_collections_kcXDPN {--heading-color: 40, 40, 40; --text-color: 40, 40, 40; --primary-button-background: 38, 43, 43; --primary-button-text-color: 255, 255, 255; --prev-next-button-background: 255, 255, 255; --prev-next-button-color: 40, 40, 40; --section-background: 255, 255, 255; --section-products-per-row: 2; } @media screen and (min-width: 741px) { #shopify-section-template--24626447810898__featured_collections_kcXDPN { --section-products-per-row: 3; } } @media screen and (min-width: 1000px) { #shopify-section-template--24626447810898__featured_collections_kcXDPN { --section-products-per-row: 3; } } @media screen and (min-width: 1200px) { #shopify-section-template--24626447810898__featured_collections_kcXDPN { --section-products-per-row: 3; } } </style> <section class="section "> <div class="section__color-wrapper"> <div class="container "><header class="section__header section__header--tight"> <div class="text-container"><span class="heading h2">Pantalons fluides paillettes</span><p><strong>"Effortless chic"</strong>, ce sont deux mots pour dire : "je suis trop stylée sans faire d’effort". Et c'est exactement ce que ces pantalons en lurex pailletés vous offrent : un look de <strong>dancing queen </strong>ultra sophistiqué, sans avoir à bouger le petit doigt. 😎</p></div></header><div class="featured-collections"><product-list stagger-apparition id="block-template--24626447810898__featured_collections_kcXDPN-collection_gRYcPP" class="product-list product-list--center"> <div class="scroller"> <div class="product-list__inner product-list__inner--scroller hide-scrollbar"><product-item class="product-item " reveal><div class="product-item__image-wrapper product-item__image-wrapper--multiple"><div class="product-item__label-list label-list"><span class="label label--custom">DERNIÈRES PIÈCES</span></div><a href="/products/pantalon-lurex-rose" class="product-item__aspect-ratio aspect-ratio " style="padding-bottom: 150.00000000000003%; --aspect-ratio: 0.6666666666666666"> <img class="product-item__primary-image" loading="lazy" data-media-id="47987107529042" sizes="(max-width: 740px) 52vw, calc(min(100vw - 80px, 1520px) / 3 - 16px)" height="2400" width="1600" alt="Lorea mesure 1m74, elle fait du 38 et porte une taille M/L*We Are Jolies - Femme - Pantalon Ample - Paillettes - Rose - Confortable " src="//wearejolies.com/cdn/shop/files/WAJ-Reshoot-1201_1200x.jpg?v=1731590357" srcset="//wearejolies.com/cdn/shop/files/WAJ-Reshoot-1201_200x.jpg?v=1731590357 200w, //wearejolies.com/cdn/shop/files/WAJ-Reshoot-1201_300x.jpg?v=1731590357 300w, //wearejolies.com/cdn/shop/files/WAJ-Reshoot-1201_400x.jpg?v=1731590357 400w, //wearejolies.com/cdn/shop/files/WAJ-Reshoot-1201_500x.jpg?v=1731590357 500w, //wearejolies.com/cdn/shop/files/WAJ-Reshoot-1201_600x.jpg?v=1731590357 600w, //wearejolies.com/cdn/shop/files/WAJ-Reshoot-1201_700x.jpg?v=1731590357 700w, //wearejolies.com/cdn/shop/files/WAJ-Reshoot-1201_800x.jpg?v=1731590357 800w, //wearejolies.com/cdn/shop/files/WAJ-Reshoot-1201_900x.jpg?v=1731590357 900w, //wearejolies.com/cdn/shop/files/WAJ-Reshoot-1201_1000x.jpg?v=1731590357 1000w, //wearejolies.com/cdn/shop/files/WAJ-Reshoot-1201_1100x.jpg?v=1731590357 1100w, //wearejolies.com/cdn/shop/files/WAJ-Reshoot-1201_1200x.jpg?v=1731590357 1200w"><img class="product-item__secondary-image" loading="lazy" sizes="(max-width: 740px) 52vw, calc(min(100vw - 80px, 1520px) / 3 - 16px)" height="5953" width="4000" alt="*We Are Jolies - Femme - Pantalon Ample - Paillettes - Rose - Confortable " src="//wearejolies.com/cdn/shop/files/Shoot38_0020_1200x.jpg?v=1730295229" srcset="//wearejolies.com/cdn/shop/files/Shoot38_0020_200x.jpg?v=1730295229 200w, //wearejolies.com/cdn/shop/files/Shoot38_0020_300x.jpg?v=1730295229 300w, //wearejolies.com/cdn/shop/files/Shoot38_0020_400x.jpg?v=1730295229 400w, //wearejolies.com/cdn/shop/files/Shoot38_0020_500x.jpg?v=1730295229 500w, //wearejolies.com/cdn/shop/files/Shoot38_0020_600x.jpg?v=1730295229 600w, //wearejolies.com/cdn/shop/files/Shoot38_0020_700x.jpg?v=1730295229 700w, //wearejolies.com/cdn/shop/files/Shoot38_0020_800x.jpg?v=1730295229 800w, //wearejolies.com/cdn/shop/files/Shoot38_0020_900x.jpg?v=1730295229 900w, //wearejolies.com/cdn/shop/files/Shoot38_0020_1000x.jpg?v=1730295229 1000w, //wearejolies.com/cdn/shop/files/Shoot38_0020_1100x.jpg?v=1730295229 1100w, //wearejolies.com/cdn/shop/files/Shoot38_0020_1200x.jpg?v=1730295229 1200w"></a></div> <div class="product-item__info "> <div class="product-item-meta"><a href="/products/pantalon-lurex-rose" class="product-item-meta__title">Pantalon fluide paillettes <div>Rose</div> </a> <!-- Start of Judge.me code --> <div style='' class='jdgm-widget jdgm-preview-badge' data-id='9591200219474' data-auto-install='false'> <div style='display:none' class='jdgm-prev-badge' data-average-rating='5.00' data-number-of-reviews='1' data-number-of-questions='0'> <span class='jdgm-prev-badge__stars' data-score='5.00' tabindex='0' aria-label='5.00 stars' role='button'> <span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span> </span> <span class='jdgm-prev-badge__text'> 1 review </span> </div> </div> <!-- End of Judge.me code --><!--a class="product-item-meta__reviews-badge text--small" href="/products/pantalon-lurex-rose"><div class="rating"> <div class="rating__stars" role="img" aria-label="5.0 sur 5.0 étoiles"><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg><svg fill="none" focusable="false" width="14" height="14" class="icon icon--rating-star rating__star rating__star--full" viewBox="0 0 14 13"> <path d="M7 0L8.6458 4.73475L13.6574 4.83688L9.66296 7.86525L11.1145 12.6631L7 9.8L2.8855 12.6631L4.33704 7.86525L0.342604 4.83688L5.3542 4.73475L7 0Z" fill="currentColor"></path> </svg></div> <span class="rating__caption">1 avis</span> </div></a--> <span class="stamped-product-reviews-badge" data-id="9591200219474" data-product-sku="pantalon-lurex-rose" data-product-type="Lurex - Pantalon" data-product-title="Pantalon fluide paillettes - Rose" style="display:block;"> </span><div class="product-item-meta__price-list-container"> <div class="price-list price-list--centered"> <span class="price"> <span class="visually-hidden">Prix de vente</span>69€</span> </div> </div> <form method="post" action="/cart/add" id="product_form_9591200219474" accept-charset="UTF-8" class="block-swatch-list" enctype="multipart/form-data" is="product-form"><input type="hidden" name="form_type" value="product" /><input type="hidden" name="utf8" value="✓" /> <div class="block-swatch is-disabled"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="xs-s49206929129810template--24626447810898__featured_collections_kcXDPN" value="49206929129810"> <label class="block-swatch__item" for="xs-s49206929129810template--24626447810898__featured_collections_kcXDPN">XS/S</label> </div> <div class="block-swatch is-disabled"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="m-l49206929162578template--24626447810898__featured_collections_kcXDPN" value="49206929162578"> <label class="block-swatch__item" for="m-l49206929162578template--24626447810898__featured_collections_kcXDPN">M/L</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="xl-2xl49206929195346template--24626447810898__featured_collections_kcXDPN" value="49206929195346"> <label class="block-swatch__item" for="xl-2xl49206929195346template--24626447810898__featured_collections_kcXDPN">XL/2XL</label> </div> <div class="block-swatch"> <input class="block-swatch__radio visually-hidden" type="radio" name="id" id="3xl-4xl49206929228114template--24626447810898__featured_collections_kcXDPN" value="49206929228114"> <label class="block-swatch__item" for="3xl-4xl49206929228114template--24626447810898__featured_collections_kcXDPN">3XL/4XL</label> </div> <input type="hidden" name="quantity" value="1"> <button type="submit" is="loader-button" sold="Épuisé" data-use-primary data-product-add-to-cart-button data-button-content="Ajouter" class="product-form__add-button button button--primary button--full" disabled>Ajouter </button><input type="hidden" name="product-id" value="9591200219474" /><input type="hidden" name="section-id" value="template--24626447810898__featured_collections_kcXDPN" /></form> </div></div> </product-item></div> </div></product-list></div> </div> </div> </section> </div><div id="shopify-section-template--24626447810898__595e3e05-2d5b-47d4-9dcb-461b3033d72b" class="shopify-section shopify-section--faq"> </div><div id="shopify-section-template--24626447810898__e89f5bc1-2965-4976-a063-c323b10852fd" class="shopify-section shopify-section--collection-list"><style> #shopify-section-template--24626447810898__e89f5bc1-2965-4976-a063-c323b10852fd {--heading-color: 40, 40, 40; --text-color: 40, 40, 40; --prev-next-button-background: var(--text-color); --prev-next-button-color: var(--section-background); --section-background: 255, 255, 255;}#block-template--24626447810898__e89f5bc1-2965-4976-a063-c323b10852fd-template--15407774990491__e89f5bc1-2965-4976-a063-c323b10852fd-1667976136f8ca552d-0 { --heading-color: 255, 255, 255; --text-color: 255, 255, 255; --section-block-overlay: 0, 0, 0; --section-block-overlay-opacity: 0.15; }#block-template--24626447810898__e89f5bc1-2965-4976-a063-c323b10852fd-template--15407774990491__e89f5bc1-2965-4976-a063-c323b10852fd-1667976136f8ca552d-1 { --heading-color: 255, 255, 255; --text-color: 255, 255, 255; --section-block-overlay: 0, 0, 0; --section-block-overlay-opacity: 0.15; }#block-template--24626447810898__e89f5bc1-2965-4976-a063-c323b10852fd-template--15407774990491__e89f5bc1-2965-4976-a063-c323b10852fd-1667976136f8ca552d-2 { --heading-color: 255, 255, 255; --text-color: 255, 255, 255; --section-block-overlay: 0, 0, 0; --section-block-overlay-opacity: 0.15; }#block-template--24626447810898__e89f5bc1-2965-4976-a063-c323b10852fd-template--15407774990491__e89f5bc1-2965-4976-a063-c323b10852fd-1667976136f8ca552d-3 { --heading-color: 255, 255, 255; --text-color: 255, 255, 255; --section-block-overlay: 0, 0, 0; --section-block-overlay-opacity: 0.15; } </style> <section class="section "> <div class="section__color-wrapper"> <div class=""><header class="section__header container text-container"><span class="heading h2">Vous aimerez aussi nos</span></header><collection-list scrollable class="list-collections list-collections--carousel"> <scrollable-content class="list-collections__scroller hide-scrollbar"><div class="list-collections__item-list"><a id="block-template--24626447810898__e89f5bc1-2965-4976-a063-c323b10852fd-template--15407774990491__e89f5bc1-2965-4976-a063-c323b10852fd-1667976136f8ca552d-0" href="/collections/body-manches-longues" class="list-collections__item has-overlay image-zoom" > <div class="list-collections__item-image-wrapper"> <img class="list-collections__item-image" loading="lazy" sizes="(max-width: 740px) 80vw, (max-width: 999px) 60vw, 425px" height="2400" width="1600" alt="Violette fait 1m75 et du 36, elle porte une taille S*" src="//wearejolies.com/cdn/shop/files/Web-0321_04c197c3-2ac8-4e25-bf5d-2283fb31861d_1600x.jpg?v=1726221719" srcset="//wearejolies.com/cdn/shop/files/Web-0321_04c197c3-2ac8-4e25-bf5d-2283fb31861d_200x.jpg?v=1726221719 200w, //wearejolies.com/cdn/shop/files/Web-0321_04c197c3-2ac8-4e25-bf5d-2283fb31861d_300x.jpg?v=1726221719 300w, //wearejolies.com/cdn/shop/files/Web-0321_04c197c3-2ac8-4e25-bf5d-2283fb31861d_400x.jpg?v=1726221719 400w, //wearejolies.com/cdn/shop/files/Web-0321_04c197c3-2ac8-4e25-bf5d-2283fb31861d_500x.jpg?v=1726221719 500w, //wearejolies.com/cdn/shop/files/Web-0321_04c197c3-2ac8-4e25-bf5d-2283fb31861d_600x.jpg?v=1726221719 600w, //wearejolies.com/cdn/shop/files/Web-0321_04c197c3-2ac8-4e25-bf5d-2283fb31861d_700x.jpg?v=1726221719 700w, //wearejolies.com/cdn/shop/files/Web-0321_04c197c3-2ac8-4e25-bf5d-2283fb31861d_800x.jpg?v=1726221719 800w, //wearejolies.com/cdn/shop/files/Web-0321_04c197c3-2ac8-4e25-bf5d-2283fb31861d_900x.jpg?v=1726221719 900w, //wearejolies.com/cdn/shop/files/Web-0321_04c197c3-2ac8-4e25-bf5d-2283fb31861d_1000x.jpg?v=1726221719 1000w, //wearejolies.com/cdn/shop/files/Web-0321_04c197c3-2ac8-4e25-bf5d-2283fb31861d_1100x.jpg?v=1726221719 1100w, //wearejolies.com/cdn/shop/files/Web-0321_04c197c3-2ac8-4e25-bf5d-2283fb31861d_1200x.jpg?v=1726221719 1200w, //wearejolies.com/cdn/shop/files/Web-0321_04c197c3-2ac8-4e25-bf5d-2283fb31861d_1300x.jpg?v=1726221719 1300w, //wearejolies.com/cdn/shop/files/Web-0321_04c197c3-2ac8-4e25-bf5d-2283fb31861d_1400x.jpg?v=1726221719 1400w, //wearejolies.com/cdn/shop/files/Web-0321_04c197c3-2ac8-4e25-bf5d-2283fb31861d_1500x.jpg?v=1726221719 1500w, //wearejolies.com/cdn/shop/files/Web-0321_04c197c3-2ac8-4e25-bf5d-2283fb31861d_1600x.jpg?v=1726221719 1600w"> </div><div class="list-collections__item-info text-container"><p class="heading h3"> Bodys </p></div></a><a id="block-template--24626447810898__e89f5bc1-2965-4976-a063-c323b10852fd-template--15407774990491__e89f5bc1-2965-4976-a063-c323b10852fd-1667976136f8ca552d-1" href="/collections/jolies-culottes" class="list-collections__item has-overlay image-zoom" > <div class="list-collections__item-image-wrapper"> <img class="list-collections__item-image" loading="lazy" sizes="(max-width: 740px) 80vw, (max-width: 999px) 60vw, 425px" height="2200" width="1467" alt="" src="//wearejolies.com/cdn/shop/files/WAJ-web-5199_1_1467x.jpg?v=1705660180" srcset="//wearejolies.com/cdn/shop/files/WAJ-web-5199_1_200x.jpg?v=1705660180 200w, //wearejolies.com/cdn/shop/files/WAJ-web-5199_1_300x.jpg?v=1705660180 300w, //wearejolies.com/cdn/shop/files/WAJ-web-5199_1_400x.jpg?v=1705660180 400w, //wearejolies.com/cdn/shop/files/WAJ-web-5199_1_500x.jpg?v=1705660180 500w, //wearejolies.com/cdn/shop/files/WAJ-web-5199_1_600x.jpg?v=1705660180 600w, //wearejolies.com/cdn/shop/files/WAJ-web-5199_1_700x.jpg?v=1705660180 700w, //wearejolies.com/cdn/shop/files/WAJ-web-5199_1_800x.jpg?v=1705660180 800w, //wearejolies.com/cdn/shop/files/WAJ-web-5199_1_900x.jpg?v=1705660180 900w, //wearejolies.com/cdn/shop/files/WAJ-web-5199_1_1000x.jpg?v=1705660180 1000w, //wearejolies.com/cdn/shop/files/WAJ-web-5199_1_1100x.jpg?v=1705660180 1100w, //wearejolies.com/cdn/shop/files/WAJ-web-5199_1_1200x.jpg?v=1705660180 1200w, //wearejolies.com/cdn/shop/files/WAJ-web-5199_1_1300x.jpg?v=1705660180 1300w, //wearejolies.com/cdn/shop/files/WAJ-web-5199_1_1400x.jpg?v=1705660180 1400w, //wearejolies.com/cdn/shop/files/WAJ-web-5199_1_1467x.jpg?v=1705660180 1467w"> </div><div class="list-collections__item-info text-container"><p class="heading h3"> Culottes </p></div></a><a id="block-template--24626447810898__e89f5bc1-2965-4976-a063-c323b10852fd-template--15407774990491__e89f5bc1-2965-4976-a063-c323b10852fd-1667976136f8ca552d-2" href="/collections/brassieres-femme" class="list-collections__item has-overlay image-zoom" > <div class="list-collections__item-image-wrapper"> <img class="list-collections__item-image" loading="lazy" sizes="(max-width: 740px) 80vw, (max-width: 999px) 60vw, 425px" height="1800" width="1209" alt="" src="//wearejolies.com/cdn/shop/files/brassiere-leopard_1209x.jpg?v=1698138171" srcset="//wearejolies.com/cdn/shop/files/brassiere-leopard_200x.jpg?v=1698138171 200w, //wearejolies.com/cdn/shop/files/brassiere-leopard_300x.jpg?v=1698138171 300w, //wearejolies.com/cdn/shop/files/brassiere-leopard_400x.jpg?v=1698138171 400w, //wearejolies.com/cdn/shop/files/brassiere-leopard_500x.jpg?v=1698138171 500w, //wearejolies.com/cdn/shop/files/brassiere-leopard_600x.jpg?v=1698138171 600w, //wearejolies.com/cdn/shop/files/brassiere-leopard_700x.jpg?v=1698138171 700w, //wearejolies.com/cdn/shop/files/brassiere-leopard_800x.jpg?v=1698138171 800w, //wearejolies.com/cdn/shop/files/brassiere-leopard_900x.jpg?v=1698138171 900w, //wearejolies.com/cdn/shop/files/brassiere-leopard_1000x.jpg?v=1698138171 1000w, //wearejolies.com/cdn/shop/files/brassiere-leopard_1100x.jpg?v=1698138171 1100w, //wearejolies.com/cdn/shop/files/brassiere-leopard_1200x.jpg?v=1698138171 1200w, //wearejolies.com/cdn/shop/files/brassiere-leopard_1209x.jpg?v=1698138171 1209w"> </div><div class="list-collections__item-info text-container"><p class="heading h3"> Brassières </p></div></a><a id="block-template--24626447810898__e89f5bc1-2965-4976-a063-c323b10852fd-template--15407774990491__e89f5bc1-2965-4976-a063-c323b10852fd-1667976136f8ca552d-3" href="/collections/culottes-menstruelles-regles-coton-bio" class="list-collections__item has-overlay image-zoom" > <div class="list-collections__item-image-wrapper"> <img class="list-collections__item-image" loading="lazy" sizes="(max-width: 740px) 80vw, (max-width: 999px) 60vw, 425px" height="2400" width="1600" alt="Violette fait du 36 et porte une taille S*" src="//wearejolies.com/cdn/shop/files/Web-0264_1600x.jpg?v=1726215219" srcset="//wearejolies.com/cdn/shop/files/Web-0264_200x.jpg?v=1726215219 200w, //wearejolies.com/cdn/shop/files/Web-0264_300x.jpg?v=1726215219 300w, //wearejolies.com/cdn/shop/files/Web-0264_400x.jpg?v=1726215219 400w, //wearejolies.com/cdn/shop/files/Web-0264_500x.jpg?v=1726215219 500w, //wearejolies.com/cdn/shop/files/Web-0264_600x.jpg?v=1726215219 600w, //wearejolies.com/cdn/shop/files/Web-0264_700x.jpg?v=1726215219 700w, //wearejolies.com/cdn/shop/files/Web-0264_800x.jpg?v=1726215219 800w, //wearejolies.com/cdn/shop/files/Web-0264_900x.jpg?v=1726215219 900w, //wearejolies.com/cdn/shop/files/Web-0264_1000x.jpg?v=1726215219 1000w, //wearejolies.com/cdn/shop/files/Web-0264_1100x.jpg?v=1726215219 1100w, //wearejolies.com/cdn/shop/files/Web-0264_1200x.jpg?v=1726215219 1200w, //wearejolies.com/cdn/shop/files/Web-0264_1300x.jpg?v=1726215219 1300w, //wearejolies.com/cdn/shop/files/Web-0264_1400x.jpg?v=1726215219 1400w, //wearejolies.com/cdn/shop/files/Web-0264_1500x.jpg?v=1726215219 1500w, //wearejolies.com/cdn/shop/files/Web-0264_1600x.jpg?v=1726215219 1600w"> </div><div class="list-collections__item-info text-container"><p class="heading h3"> Culottes menstruelles en coton bio </p></div></a></div></scrollable-content> <prev-next-buttons class="list-collections__prev-next prev-next-buttons hidden-pocket"> <button class="list-collections__arrow prev-next-button prev-next-button--prev"> <span class="visually-hidden">Précédent</span><svg focusable="false" width="17" height="14" class="icon icon--nav-arrow-left icon--direction-aware " viewBox="0 0 17 14"> <path d="M17 7H2M8 1L2 7l6 6" stroke="currentColor" stroke-width="1.3" fill="none"></path> </svg></button> <button class="list-collections__arrow prev-next-button prev-next-button--next"> <span class="visually-hidden">Suivant</span><svg focusable="false" width="17" height="14" class="icon icon--nav-arrow-right icon--direction-aware " viewBox="0 0 17 14"> <path d="M0 7h15M9 1l6 6-6 6" stroke="currentColor" stroke-width="1.3" fill="none"></path> </svg></button> </prev-next-buttons> </collection-list></div> </div> </section> <style> #shopify-section-template--24626447810898__e89f5bc1-2965-4976-a063-c323b10852fd section {padding-top: 40px;} </style></div><script data-locksmith> var load = function () { Locksmith.initializeSession({silent: window.location.search === ""}); Locksmith.util.on('submit', 'locksmith-resource-form', function (event) { event.preventDefault(); var data = Locksmith.util.serializeForm(event.target); Locksmith.postResource(data, { spinner: false, container: 'locksmith-content' }); }); Locksmith.util.on('click', 'locksmith-manual-trigger', function (event) { event.preventDefault(); Locksmith.postResource({}, { spinner: true, container: document }); }); Locksmith.submitPasscode = function (passcode) { Locksmith.postResource( { passcode: passcode }, { spinner: false, container: 'locksmith-content' } ); }; }; if (typeof Locksmith !== 'undefined') { load(); } else { window.addEventListener('load', load); } </script> <div id="shopify-section-static-text-with-icons" class="shopify-section shopify-section--text-with-icons"><style> #shopify-section-static-text-with-icons {--heading-color: 0, 0, 0; --text-color: 0, 0, 0; --section-background: 254, 251, 196; --vertical-breather: 40px; /* Inner spacing is smaller on this section */ } </style> <section class="section section--flush"> <div class="section__color-wrapper"> <div class="container vertical-breather"> <native-carousel class="text-with-icons"> <div class="text-with-icons__list hide-scrollbar mob2"><native-carousel-item id="block-static-text-with-icons-static-text-with-icons-0" class="text-with-icons__item" > <div class="text-with-icons__icon-wrapper"> <img class="text-with-icons__custom-icon" style="max-width: 40px" width="2084" height="2084" src="//wearejolies.com/cdn/shop/files/picto-site_Plan_de_travail_1-04_1_80x.png?v=1732794740" alt=""></div><div class="text-with-icons__content-wrapper"><p class="heading heading--small">Service client</p><p>Nos équipes vous répondent du lundi au vendredi <a href="/pages/contact" title="Contact">de 9h à 18h</a></p></div></native-carousel-item><native-carousel-item hidden id="block-static-text-with-icons-static-text-with-icons-2" class="text-with-icons__item" > <div class="text-with-icons__icon-wrapper"> <img class="text-with-icons__custom-icon" style="max-width: 40px" width="2084" height="2084" src="//wearejolies.com/cdn/shop/files/picto-site_Plan_de_travail_1-02_80x.png?v=1732794739" alt=""></div><div class="text-with-icons__content-wrapper"><p class="heading heading--small">Marque française</p><p>Fabriqué au Portugal, certifié bio & non toxique</p></div></native-carousel-item><native-carousel-item hidden id="block-static-text-with-icons-static-text-with-icons-1" class="text-with-icons__item" > <div class="text-with-icons__icon-wrapper"> <img class="text-with-icons__custom-icon" style="max-width: 40px" width="2084" height="2084" src="//wearejolies.com/cdn/shop/files/picto-site_Plan_de_travail_1-01_80x.png?v=1732794739" alt=""></div><div class="text-with-icons__content-wrapper"><p class="heading heading--small">Livraison offerte</p><p>Dès 100€ d'achat en France Métropolitaine</p></div></native-carousel-item><native-carousel-item hidden id="block-static-text-with-icons-static-text-with-icons-3" class="text-with-icons__item" > <div class="text-with-icons__icon-wrapper"> <img class="text-with-icons__custom-icon" style="max-width: 40px" width="2084" height="2084" src="//wearejolies.com/cdn/shop/files/picto-site_Plan_de_travail_1-03_1_80x.png?v=1732794739" alt=""></div><div class="text-with-icons__content-wrapper"><p class="heading heading--small">Paiement 100% sécurisé</p><p>Paiement en 3 fois sans frais dès 50€</p></div></native-carousel-item></div><page-dots class="text-with-icons__dots dots-nav dots-nav--centered hidden-lap-and-up"><button class="dots-nav__item tap-area" aria-current="true"> <span class="visually-hidden">Aller au slide 1</span> </button><button class="dots-nav__item tap-area" > <span class="visually-hidden">Aller au slide 2</span> </button><button class="dots-nav__item tap-area" > <span class="visually-hidden">Aller au slide 3</span> </button><button class="dots-nav__item tap-area" > <span class="visually-hidden">Aller au slide 4</span> </button></page-dots></native-carousel> </div> </div> </section></div><div id="shopify-section-static-newsletter" class="shopify-section shopify-section--newsletter"></div></div><div id="shopify-section-footer" class="shopify-section shopify-section--footer"><style> #shopify-section-footer .footer {--background: 250, 248, 242; --heading-color: 38, 43, 43; --text-color: 38, 43, 43; --border-color: 218, 217, 212; } </style> <footer class="footer "> <div class="container"> <div class="footer__inner"> <div class="footer__item-list"><div class="footer__item footer__item--links is-first" ><p class="footer__item-title heading heading--small">Service client</p> <div class="footer__item-content"> <ul class="linklist list--unstyled" role="list"><li class="linklist__item"><span href="/policies/shipping-policy" class="link--faded jslink">Livraison</span></li><li class="linklist__item"><span href="/policies/refund-policy" class="link--faded jslink">Retours et remboursements</span></li><li class="linklist__item"><span href="https://wearejolies.com/a/return" class="link--faded jslink">Portail de retour</span></li><li class="linklist__item"><span href="/pages/faq" class="link--faded jslink">Questions fréquentes</span></li><li class="linklist__item"><span href="/pages/contact" class="link--faded jslink">Nous contacter</span></li></ul> </div></div><div class="footer__item footer__item--links " ><p class="footer__item-title heading heading--small">We Are Jolies</p> <div class="footer__item-content"> <ul class="linklist list--unstyled" role="list"><li class="linklist__item"><span href="/pages/concept" class="link--faded jslink">Qui sommes-nous ?</span></li><li class="linklist__item"><span href="/products/carte-cadeau-we-are-jolies" class="link--faded jslink">Carte cadeau</span></li><li class="linklist__item"><span href="/pages/programme-de-fidelite" class="link--faded jslink">Programme de fidélité</span></li><li class="linklist__item"><span href="/pages/recycler" class="link--faded jslink">Recycler</span></li><li class="linklist__item"><span href="/pages/avis-client" class="link--faded jslink">Avis clientes</span></li><li class="linklist__item"><span href="/pages/vente-btob-ankorstore" class="link--faded jslink">Devenez revendeur</span></li></ul> </div></div><div class="footer__item footer__item--social-media " ><p class="footer__item-title heading heading--small">Suivez-nous !</p><div class="footer__item-content"><p></p><ul class="social-media social-media--no-radius list--unstyled" role="list"> <li class="social-media__item social-media__item--facebook"> <a href="https://www.facebook.com/Wearejolies" target="_blank" rel="noopener" class="social-media__link" aria-label="Suivez nous sur Facebook"><svg focusable="false" width="9" height="17" class="icon icon--facebook " viewBox="0 0 9 17"> <path fill-rule="evenodd" clip-rule="evenodd" d="M2.486 16.2084L2.486 8.81845H0L0 5.93845L2.486 5.93845L2.486 3.81845C2.38483 2.79982 2.73793 1.78841 3.45107 1.05407C4.16421 0.319722 5.16485 -0.0628415 6.186 0.00844868C6.9284 0.00408689 7.67039 0.0441585 8.408 0.128449V2.69845L6.883 2.69845C6.4898 2.61523 6.08104 2.73438 5.79414 3.01585C5.50724 3.29732 5.3803 3.70373 5.456 4.09845L5.456 5.93845H8.308L7.936 8.81845H5.46L5.46 16.2084H2.486Z" fill="currentColor"></path> </svg></a> </li><li class="social-media__item social-media__item--instagram"> <a href="https://www.instagram.com/we_are_jolies/" target="_blank" rel="noopener" class="social-media__link" aria-label="Suivez nous sur Instagram"><svg focusable="false" width="16" height="16" class="icon icon--instagram " viewBox="0 0 16 16"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C5.827 0 5.555.01 4.702.048 3.85.087 3.269.222 2.76.42a3.921 3.921 0 00-1.417.923c-.445.444-.719.89-.923 1.417-.198.509-.333 1.09-.372 1.942C.01 5.555 0 5.827 0 8s.01 2.445.048 3.298c.039.852.174 1.433.372 1.942.204.526.478.973.923 1.417.444.445.89.719 1.417.923.509.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.445-.01 3.298-.048c.852-.039 1.433-.174 1.942-.372a3.922 3.922 0 001.417-.923c.445-.444.719-.89.923-1.417.198-.509.333-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.298c-.039-.852-.174-1.433-.372-1.942a3.922 3.922 0 00-.923-1.417A3.921 3.921 0 0013.24.42c-.509-.198-1.09-.333-1.942-.372C10.445.01 10.173 0 8 0zm0 1.441c2.136 0 2.39.009 3.233.047.78.036 1.203.166 1.485.276.374.145.64.318.92.598.28.28.453.546.598.92.11.282.24.705.276 1.485.038.844.047 1.097.047 3.233s-.009 2.39-.047 3.233c-.036.78-.166 1.203-.276 1.485-.145.374-.318.64-.598.92-.28.28-.546.453-.92.598-.282.11-.705.24-1.485.276-.844.038-1.097.047-3.233.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.479 2.479 0 01-.92-.598 2.478 2.478 0 01-.598-.92c-.11-.282-.24-.705-.276-1.485-.038-.844-.047-1.097-.047-3.233s.009-2.39.047-3.233c.036-.78.166-1.203.276-1.485.145-.374.318-.64.598-.92.28-.28.546-.453.92-.598.282-.11.705-.24 1.485-.276.844-.038 1.097-.047 3.233-.047zm0 9.226a2.667 2.667 0 110-5.334 2.667 2.667 0 010 5.334zm0-6.775a4.108 4.108 0 100 8.216 4.108 4.108 0 000-8.216zm5.23-.162a.96.96 0 11-1.92 0 .96.96 0 011.92 0z" fill="currentColor"></path> </svg></a> </li><li class="social-media__item social-media__item--pinterest"> <a href="https://www.pinterest.fr/wearejolies/" target="_blank" rel="noopener" class="social-media__link" aria-label="Suivez nous sur Pinterest"><svg focusable="false" width="12" height="16" class="icon icon--pinterest " viewBox="0 0 12 16"> <path fill-rule="evenodd" clip-rule="evenodd" d="M5.8042 0.00123531C8.79537 -0.0442356 10.6685 1.16769 11.5498 3.29299C11.8407 3.99433 12.1516 5.28439 11.9181 6.35474C11.825 6.78208 11.7985 7.22812 11.6726 7.63086C11.4163 8.4496 11.0829 9.17441 10.6413 9.79945C10.0418 10.6486 9.13196 11.2212 7.98951 11.5091C6.97899 11.7637 6.04959 11.3826 5.50954 10.9732C5.33747 10.843 5.10674 10.6728 5.04304 10.4377C5.03488 10.4377 5.0267 10.4377 5.01853 10.4377C4.97972 10.8669 4.81532 11.3224 4.69924 11.7135C4.53858 12.2545 4.50733 12.8146 4.3064 13.3208C4.08349 13.8828 3.81274 14.3978 3.52072 14.8776C3.36739 15.1292 2.94427 15.9904 2.63675 16C2.60311 15.9354 2.58964 15.9105 2.58761 15.796C2.48858 15.6383 2.55757 15.3724 2.51393 15.1578C2.44604 14.8236 2.39317 14.2217 2.46491 13.8824C2.46491 13.7038 2.46491 13.5248 2.46491 13.3465C2.54397 12.9786 2.54085 12.6015 2.63675 12.2494C2.84537 11.4824 2.96145 10.6699 3.17692 9.87611C3.38398 9.11352 3.57396 8.27939 3.74172 7.50321C3.77957 7.32789 3.56652 6.82389 3.52072 6.63572C3.37628 6.04186 3.48624 5.21874 3.66805 4.77269C3.89698 4.21111 4.56717 3.3535 5.43589 3.57359C6.13407 3.75039 6.57846 4.50528 6.34437 5.46192C6.09862 6.46589 5.7798 7.3653 5.5587 8.37035C5.50173 8.62933 5.59968 8.90442 5.65687 9.05958C5.86357 9.61934 6.49037 10.163 7.32652 9.95278C8.59396 9.63365 9.15431 8.48627 9.53645 7.24791C9.63981 6.91302 9.62743 6.59647 9.70831 6.22709C9.87894 5.44763 9.80648 4.28411 9.56098 3.67556C9.16753 2.70023 8.43329 2.07518 7.42471 1.73624C7.1465 1.68526 6.86819 1.63427 6.58988 1.58329C6.12397 1.47655 5.23532 1.63685 4.92023 1.73624C3.51171 2.18156 2.63952 2.92544 2.09658 4.26247C1.91177 4.71767 1.81046 5.17911 1.77741 5.81884C1.76913 5.8955 1.76094 5.97217 1.75278 6.04883C1.86153 6.62068 1.87259 6.99959 2.09658 7.42657C2.20715 7.63711 2.46971 7.8029 2.51393 8.06444C2.54001 8.2185 2.42705 8.45105 2.39125 8.57467C2.33705 8.76137 2.35676 8.97522 2.26844 9.13625C2.10873 9.42678 1.67383 9.20852 1.48275 9.08491C0.489307 8.44373 -0.329526 6.5895 0.132284 4.79837C0.20342 4.5218 0.206915 4.28118 0.304126 4.03285C0.906661 2.49554 1.80565 1.55101 3.10325 0.741098C3.58947 0.437749 4.24511 0.287354 4.84657 0.128885C5.16574 0.0863481 5.48503 0.0437917 5.8042 0.00123531Z" fill="currentColor"></path> </svg></a> </li><li class="social-media__item social-media__item--tiktok"> <a href="https://www.tiktok.com/@wearejolies" target="_blank" rel="noopener" class="social-media__link" aria-label="Suivez nous sur TikTok"><svg fill="none" focusable="false" width="14" height="16" class="icon icon--tiktok " viewBox="0 0 14 16"> <path d="M13.6893 6.47331C13.5586 6.48602 13.4273 6.49268 13.296 6.49327C11.8552 6.49347 10.5114 5.76723 9.72211 4.56182V11.1389C9.72211 13.8236 7.54571 16 4.86099 16C2.17627 16 -0.00012207 13.8236 -0.00012207 11.1389C-0.00012207 8.45417 2.17627 6.27777 4.86099 6.27777C4.96247 6.27777 5.06166 6.28689 5.16143 6.29317V8.68866C5.06166 8.67669 4.96361 8.65845 4.86099 8.65845C3.49077 8.65845 2.37998 9.76923 2.37998 11.1395C2.37998 12.5097 3.49077 13.6205 4.86099 13.6205C6.23148 13.6205 7.44177 12.5407 7.44177 11.1702L7.46571 0H9.75745C9.97355 2.05512 11.6307 3.66035 13.6916 3.81102V6.47331" fill="currentColor"></path> </svg></a> </li><li class="social-media__item social-media__item--linkedin"> <a href="https://fr.linkedin.com/company/wearejolies" target="_blank" rel="noopener" class="social-media__link" aria-label="Suivez nous sur LinkedIn"><svg fill="none" focusable="false" width="13" height="13" class="icon icon--linkedin " viewBox="0 0 13 13"> <path fill-rule="evenodd" clip-rule="evenodd" d="M3.12412 1.56485C3.12412 0.70105 2.42432 0 1.56256 0C0.697275 0 0 0.70105 0 1.56485C0 2.42916 0.697275 3.13021 1.56256 3.13021C2.42432 3.13021 3.12412 2.42916 3.12412 1.56485ZM2.91019 13H0.213925V4.31649H2.91019V13ZM7.18264 4.31648H4.6004V13H7.29112V8.70525C7.29112 7.57205 7.50505 6.47473 8.90666 6.47473C10.2891 6.47473 10.3068 7.77018 10.3068 8.77702V13H13V8.23771C13 5.89903 12.496 4.10117 9.76892 4.10117C8.45812 4.10117 7.57871 4.82092 7.21948 5.50377H7.18264V4.31648Z" fill="currentColor"></path> </svg></a> </li> </ul></div></div></div> <div class="footer__aside"><span class="footer__copyright text--xsmall text--subdued"> <a href="/policies/terms-of-sale" class="link--faded">CGV</a> <span class="square-separator square-separator--block square-separator--subdued"></span> <a href="/policies/legal-notice" class="link--faded">Mentions légales</a> <span class="square-separator square-separator--block square-separator--subdued"></span> <a href="/policies/privacy-policy" class="link--faded">Confidentialité</a> </span></div> </div> </div> </footer></div><!--Gorgias Chat Widget Start--> <script id="gorgias-chat-widget-install-v3" src="https://config.gorgias.chat/bundle-loader/01GYCBVSA2MSD8F108EFFSE64T?source=shopify1click"> </script> <script id="gorgias-chat-shopify-install">!function(_){_.SHOPIFY_PERMANENT_DOMAIN="jolies-culottes.myshopify.com",_.SHOPIFY_CUSTOMER_ID="",_.SHOPIFY_CUSTOMER_EMAIL=""}(window||{}); </script> <!--Gorgias Chat Widget End--> <!-- Klavivo onsite Javascript --> <script async type="text/javascript" src="//static.klaviyo.com/onsite/js/klaviyo.js?company_id=MbpCgN" ></script> <!-- Identify customers that log in and 'Viewed Product' and 'Added to Cart' --> <script> var _learnq = _learnq || []; if ('') { _learnq.push(['identify', { '$email' : '', '$first_name': '', '$last_name': '' }]); }document.querySelector('.product-form__add-button').addEventListener('click',function (){ _learnq.push(['track', 'Added to Cart', item]); }); </script> <!-- 1. Back in stock form content: assign multilingual fields for theme settings --> <script type="text/javascript"> var SOCIAL_LOGIN_CUSTOMER_LOGGED_IN = false; </script> <script type="text/javascript"> var SOCIAL_LOGIN_CUSTOMER_LOGGED_IN = false; </script> <style> .jdgm-prev-badge {margin-bottom: 10px;} </style> <div id="shopify-block-AbWtqUDNra0ZYUkZPN__7280966411886983154" class="shopify-block shopify-app-block"> </div><div id="shopify-block-AWitpMC8rZDJCSlg4R__15573056287721514228" class="shopify-block shopify-app-block json-ld-for-seo"><!-- generated: 2025-02-17 18:15:01 +0100 --> <!-- BEGIN app snippet: json_ld_for_seo_organization --> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "Organization", "@id": "https:\/\/wearejolies.com\/#org", "name": "We Are Jolies", "url": "https://wearejolies.com", "description": "Marque française de lingerie éthique, transparente, et sans complexe. Livraison France, DOM-TOM, Europe et à l'international.", "telephone": "0677756573", "logo": "\/\/wearejolies.com\/cdn\/shop\/files\/waj_logo_mobile_256x256_59c3f6b3-11d9-40c6-8a35-dd6c8c04407d.png?v=1708438731", "image": "\/\/wearejolies.com\/cdn\/shop\/files\/waj_logo_mobile_256x256_59c3f6b3-11d9-40c6-8a35-dd6c8c04407d.png?v=1708438731", "sameAs": ["","https:\/\/www.instagram.com\/we_are_jolies\/"], "address": { "@type": "PostalAddress", "streetAddress": "16 rue du Grand Prieuré", "addressLocality": "Paris", "addressRegion": "", "postalCode": "75011", "addressCountry": "FR" }, "contactPoint": [ { "@type": "ContactPoint", "telephone": "0677756573", "email": "" } ] } </script> <!-- END app snippet --> <!-- o 3 --><!-- BEGIN app snippet: json_ld_for_seo_product_group --><!-- END app snippet --> <!-- p 1 --><!-- A 7 --> </div></body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10