Outiref

Code source de l'URL : https://www.cbdproduction.fr/

<!DOCTYPE html>
<html lang="fr-FR">
<head><meta charset="UTF-8" /><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",(e=>{this.persisted=e.persisted})),window.addEventListener("DOMContentLoaded",(()=>{this._preconnect3rdParties()})),this.delayedScripts={normal:[],async:[],defer:[]},this.allJQueries=[]}_addUserInteractionListener(e){document.hidden?e._triggerListener():(this.triggerEvents.forEach((t=>window.addEventListener(t,e.userEventHandler,{passive:!0}))),window.addEventListener("touchstart",e.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",e.touchStartHandler),document.addEventListener("visibilitychange",e.userEventHandler))}_removeUserInteractionListener(){this.triggerEvents.forEach((e=>window.removeEventListener(e,this.userEventHandler,{passive:!0}))),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(e){"HTML"!==e.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),e.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"onclick","rocket-onclick"))}_onTouchMove(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick")}_onTouchEnd(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(e){e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this.interceptedClicks.push(e),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach((e=>{e.target.dispatchEvent(new MouseEvent("click",{view:e.view,bubbles:!0,cancelable:!0}))}))}_renameDOMAttribute(e,t,n){e.hasAttribute&&e.hasAttribute(t)&&(event.target.setAttribute(n,event.target.getAttribute(t)),event.target.removeAttribute(t))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let e=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((t=>{if(t.hasAttribute("src")){const n=new URL(t.src).origin;n!==location.origin&&e.push({src:n,crossOrigin:t.crossOrigin||"module"===t.getAttribute("data-rocket-type")})}})),e=[...new Map(e.map((e=>[JSON.stringify(e),e]))).values()],this._batchInjectResourceHints(e,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(e){}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._replayClicks()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((e=>{e.hasAttribute("src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)}))}async _transformScript(e){return await this._littleBreath(),new Promise((t=>{const n=document.createElement("script");[...e.attributes].forEach((e=>{let t=e.nodeName;"type"!==t&&("data-rocket-type"===t&&(t="type"),n.setAttribute(t,e.nodeValue))})),e.hasAttribute("src")?(n.addEventListener("load",t),n.addEventListener("error",t)):(n.text=e.text,t());try{e.parentNode.replaceChild(n,e)}catch(e){t()}}))}async _loadScriptsFromList(e){const t=e.shift();return t?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(e,t){var n=document.createDocumentFragment();e.forEach((e=>{if(e.src){const i=document.createElement("link");i.href=e.src,i.rel=t,"preconnect"!==t&&(i.as="script"),e.getAttribute&&"module"===e.getAttribute("data-rocket-type")&&(i.crossOrigin=!0),e.crossOrigin&&(i.crossOrigin=e.crossOrigin),n.appendChild(i)}})),document.head.appendChild(n)}_delayEventListeners(){let e={};function t(t,n){!function(t){function n(n){return e[t].eventsToRewrite.indexOf(n)>=0?"rocket-"+n:n}e[t]||(e[t]={originalFunctions:{add:t.addEventListener,remove:t.removeEventListener},eventsToRewrite:[]},t.addEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.add.apply(t,arguments)},t.removeEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.remove.apply(t,arguments)})}(t),e[t].eventsToRewrite.push(n)}function n(e,t){let n=e[t];Object.defineProperty(e,t,{get:()=>n||function(){},set(i){e["rocket"+t]=n=i}})}t(document,"DOMContentLoaded"),t(window,"DOMContentLoaded"),t(window,"load"),t(window,"pageshow"),t(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}_delayJQueryReady(e){let t=window.jQuery;Object.defineProperty(window,"jQuery",{get:()=>t,set(n){if(n&&n.fn&&!e.allJQueries.includes(n)){n.fn.ready=n.fn.init.prototype.ready=function(t){e.domReadyFired?t.bind(document)(n):document.addEventListener("rocket-DOMContentLoaded",(()=>t.bind(document)(n)))};const t=n.fn.on;n.fn.on=n.fn.init.prototype.on=function(){if(this[0]===window){function e(e){return e.split(" ").map((e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e)).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=e(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach((t=>{delete Object.assign(arguments[0],{[e(t)]:arguments[0][t]})[t]}))}return t.apply(this,arguments),this},e.allJQueries.push(n)}t=n}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach((e=>e(window).trigger("rocket-jquery-load"))),await this._littleBreath();const e=new Event("rocket-pageshow");e.persisted=this.persisted,window.dispatchEvent(e),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){const e=new Map;document.write=document.writeln=function(t){const n=document.currentScript,i=document.createRange(),r=n.parentElement;let o=e.get(n);void 0===o&&(o=n.nextSibling,e.set(n,o));const s=document.createDocumentFragment();i.setStart(s,0),s.appendChild(i.createContextualFragment(t)),r.insertBefore(s,o)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise((e=>setTimeout(e))):new Promise((e=>requestAnimationFrame(e)))}static run(){const e=new RocketLazyLoadScripts;e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();</script>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="profile" href="//gmpg.org/xfn/11" />
<link rel="pingback" href="//www.cbdproduction.fr/xmlrpc.php" />
<link rel="dns-prefetch" href="//cdn.hu-manity.co" />
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">var huOptions = {"appID":"wwwcbdproductionfr-fbd3603","currentLanguage":"fr","blocking":false,"globalCookie":false};</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="//cdn.hu-manity.co/hu-banner.min.js"></script><meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
<script type="rocketlazyloadscript">window._wca = window._wca || [];</script>
<title>CBD Production | Le Spécialiste du Chanvre et du CBD</title>
<meta name="description" content="Découvrez CBD Production, le site spécialisé du CBD pas cher, produits français (fleurs, huiles...) Choix et qualité au meilleur prix !" />
<link rel="canonical" href="//www.cbdproduction.fr/" />
<meta property="og:locale" content="fr_FR" />
<meta property="og:type" content="website" />
<meta property="og:title" content="CBD Production" />
<meta property="og:description" content="Découvrez CBD Production, le site spécialisé du CBD pas cher, produits français (fleurs, huiles...) Choix et qualité au meilleur prix !" />
<meta property="og:url" content="https://www.cbdproduction.fr/" />
<meta property="og:site_name" content="CBD Production" />
<meta property="article:publisher" content="https://www.facebook.com/CBD-Production-103137565224086/" />
<meta property="article:modified_time" content="2023-10-24T15:17:47+00:00" />
<meta property="og:image" content="https://www.cbdproduction.fr/wp-content/uploads/2023/03/Fichier-5.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@productioncbd" />
<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://www.cbdproduction.fr/","url":"https://www.cbdproduction.fr/","name":"CBD Production | Le Spécialiste du Chanvre et du CBD","isPartOf":{"@id":"https://www.cbdproduction.fr/#website"},"about":{"@id":"https://www.cbdproduction.fr/#organization"},"primaryImageOfPage":{"@id":"https://www.cbdproduction.fr/#primaryimage"},"image":{"@id":"https://www.cbdproduction.fr/#primaryimage"},"thumbnailUrl":"https://www.cbdproduction.fr/wp-content/uploads/2023/03/Fichier-5.png","datePublished":"2021-07-31T12:23:56+00:00","dateModified":"2023-10-24T15:17:47+00:00","description":"Découvrez CBD Production, le site spécialisé du CBD pas cher, produits français (fleurs, huiles...) Choix et qualité au meilleur prix !","breadcrumb":{"@id":"https://www.cbdproduction.fr/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https://www.cbdproduction.fr/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https://www.cbdproduction.fr/#primaryimage","url":"https://www.cbdproduction.fr/wp-content/uploads/2023/03/Fichier-5.png","contentUrl":"https://www.cbdproduction.fr/wp-content/uploads/2023/03/Fichier-5.png","width":1000,"height":764,"caption":"Logo CBD production"},{"@type":"BreadcrumbList","@id":"https://www.cbdproduction.fr/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil"}]},{"@type":"WebSite","@id":"https://www.cbdproduction.fr/#website","url":"https://www.cbdproduction.fr/","name":"CBD Production","description":"Cultivateur de bien-être","publisher":{"@id":"https://www.cbdproduction.fr/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://www.cbdproduction.fr/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https://www.cbdproduction.fr/#organization","name":"CBD Production","url":"https://www.cbdproduction.fr/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https://www.cbdproduction.fr/#/schema/logo/image/","url":"https://www.cbdproduction.fr/wp-content/uploads/2023/10/Fichier-5.png","contentUrl":"https://www.cbdproduction.fr/wp-content/uploads/2023/10/Fichier-5.png","width":696,"height":532,"caption":"CBD Production"},"image":{"@id":"https://www.cbdproduction.fr/#/schema/logo/image/"},"sameAs":["https://www.facebook.com/CBD-Production-103137565224086/","https://x.com/productioncbd","https://www.linkedin.com/company/cbd-production/","https://www.instagram.com/production.cbd/","https://www.pinterest.fr/CBDProduction31/"]}]}</script>
<meta name="google-site-verification" content="ZT8nvnbdgHMX2U-p0zgrIN_eOt30DNskRvhCf-NccWI" />
<link rel="dns-prefetch" href="//stats.wp.com" />
<link data-minify="1" rel="stylesheet" id="641a46551b59824431ced8e162d77d3e5b6d7dad-css" href="//www.cbdproduction.fr/wp-content/cache/min/1/wp-content/plugins/paygreen-woocommerce/static/css/global-frontoffice.css?ver=1713796726" media="all" />
<link data-minify="1" rel="stylesheet" id="ba0aa6a1be03edc3b40fd187c635c35289b43f11-css" href="//www.cbdproduction.fr/wp-content/cache/min/1/wp-content/plugins/paygreen-woocommerce/static/css/frontoffice-override.css?ver=1713796726" media="all" />
<link data-minify="1" rel="stylesheet" id="shopengine-frontend-font-awesome-css" href="//www.cbdproduction.fr/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.css?ver=1713796726" media="all" />
<style id="jetpack-sharing-buttons-style-inline-css">
.jetpack-sharing-buttons__services-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:0;list-style-type:none;margin:5px;padding:0}.jetpack-sharing-buttons__services-list.has-small-icon-size{font-size:12px}.jetpack-sharing-buttons__services-list.has-normal-icon-size{font-size:16px}.jetpack-sharing-buttons__services-list.has-large-icon-size{font-size:24px}.jetpack-sharing-buttons__services-list.has-huge-icon-size{font-size:36px}@media print{.jetpack-sharing-buttons__services-list{display:none!important}}.editor-styles-wrapper .wp-block-jetpack-sharing-buttons{gap:0;padding-inline-start:0}ul.jetpack-sharing-buttons__services-list.has-background{padding:1.25em 2.375em}
</style>
<link data-minify="1" rel="stylesheet" id="cr-frontend-css-css" href="//www.cbdproduction.fr/wp-content/cache/min/1/wp-content/plugins/customer-reviews-woocommerce/css/frontend.css?ver=1713796726" media="all" />
<link data-minify="1" rel="stylesheet" id="cr-badges-css-css" href="//www.cbdproduction.fr/wp-content/cache/min/1/wp-content/plugins/customer-reviews-woocommerce/css/badges.css?ver=1713796726" media="all" />
<style id="classic-theme-styles-inline-css">
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
</style>
<style id="global-styles-inline-css">
body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
.wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
.wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}
</style>
<link data-minify="1" rel="stylesheet" id="wcz-frontend-css" href="//www.cbdproduction.fr/wp-content/cache/min/1/wp-content/plugins/woocustomizer/assets/css/frontend.css?ver=1713796726" media="all" />
<link data-minify="1" rel="stylesheet" id="cu_variable_product-css-css" href="//www.cbdproduction.fr/wp-content/cache/min/1/wp-content/plugins/cu_variable_product/cu_variable_product.css?ver=1713796726" media="all" />
<link rel="stylesheet" id="dispensary-age-verification-css" href="//www.cbdproduction.fr/wp-content/plugins/dispensary-age-verification/public/css/dispensary-age-verification-public.min.css?ver=2.9.3" media="all" />
<link data-minify="1" rel="stylesheet" id="woocommerce-smallscreen-css" href="//www.cbdproduction.fr/wp-content/cache/min/1/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css?ver=1713796726" media="only screen and (max-width: 768px)" />
<link data-minify="1" rel="stylesheet" id="woocommerce-general-css" href="//www.cbdproduction.fr/wp-content/cache/min/1/wp-content/plugins/woocommerce/assets/css/woocommerce.css?ver=1713796726" media="all" />
<style id="woocommerce-inline-inline-css">
.woocommerce form .form-row .required { visibility: visible; }
</style>
<link data-minify="1" rel="stylesheet" id="xoo-cp-style-css" href="//www.cbdproduction.fr/wp-content/cache/min/1/wp-content/plugins/added-to-cart-popup-woocommerce/assets/css/xoo-cp-style.css?ver=1713796726" media="all" />
<style id="xoo-cp-style-inline-css">
span.xcp-chng{
				display: none;
			}a.xoo-cp-btn-ch{
				display: none;
			}
			.xoo-cp-container{
				max-width: 650px;
			}
			.xcp-btn{
				background-color: #64002f;
				color: #ffffff;
				font-size: 14px;
				border-radius: 5px;
				border: 1px solid #64002f;
			}
			.xcp-btn:hover{
				color: #ffffff;
			}
			td.xoo-cp-pimg{
				width: 20%;
			}
			table.xoo-cp-pdetails , table.xoo-cp-pdetails tr{
				border: 0!important;
			}
			table.xoo-cp-pdetails td{
				border-style: solid;
				border-width: 0px;
				border-color: #fffcfc;
			}
</style>
<link data-minify="1" rel="stylesheet" id="hfe-style-css" href="//www.cbdproduction.fr/wp-content/cache/min/1/wp-content/plugins/header-footer-elementor/assets/css/header-footer-elementor.css?ver=1713796726" media="all" />
<link rel="stylesheet" id="elementor-frontend-css" href="//www.cbdproduction.fr/wp-content/plugins/elementor/assets/css/frontend-lite.min.css?ver=3.21.3" media="all" />
<link rel="stylesheet" id="eael-general-css" href="//www.cbdproduction.fr/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/view/general.min.css?ver=5.9.15" media="all" />
<link data-minify="1" rel="stylesheet" id="eael-6630-css" href="//www.cbdproduction.fr/wp-content/cache/min/1/wp-content/uploads/essential-addons-elementor/eael-6630.css?ver=1713796729" media="all" />
<link data-minify="1" rel="stylesheet" id="swiper-css" href="//www.cbdproduction.fr/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css?ver=1713796726" media="all" />
<link rel="stylesheet" id="elementor-post-4-css" href="//www.cbdproduction.fr/wp-content/uploads/elementor/css/post-4.css?ver=1713796720" media="all" />
<link rel="stylesheet" id="elementor-pro-css" href="//www.cbdproduction.fr/wp-content/plugins/elementor-pro/assets/css/frontend-lite.min.css?ver=3.15.1" media="all" />
<link rel="stylesheet" id="font-awesome-4-shim-css" href="//www.cbdproduction.fr/wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.min.css?ver=3.21.3" media="all" />
<link rel="stylesheet" id="elementor-post-6630-css" href="//www.cbdproduction.fr/wp-content/uploads/elementor/css/post-6630.css?ver=1713796728" media="all" />
<link rel="stylesheet" id="elementor-post-8114-css" href="//www.cbdproduction.fr/wp-content/uploads/elementor/css/post-8114.css?ver=1713796724" media="all" />
<link rel="stylesheet" id="dgwt-wcas-style-css" href="//www.cbdproduction.fr/wp-content/plugins/ajax-search-for-woocommerce/assets/css/style.min.css?ver=1.27.0" media="all" />
<link data-minify="1" rel="stylesheet" id="wur_content_css-css" href="//www.cbdproduction.fr/wp-content/cache/min/1/wp-content/plugins/wp-ultimate-review/assets/public/css/content-page.css?ver=1713796726" media="all" />
<link data-minify="1" rel="stylesheet" id="seomag-tns-css" href="//www.cbdproduction.fr/wp-content/cache/min/1/wp-content/themes/seomag/assets/tiny-slider/tiny-slider.css?ver=1713796726" media="all" />
<link data-minify="1" rel="stylesheet" id="seomag-css" href="//www.cbdproduction.fr/wp-content/cache/min/1/wp-content/themes/seomag/statics/main.css?ver=1713796726" media="all" />
<link rel="stylesheet" id="elementor-post-245-css" href="//www.cbdproduction.fr/wp-content/uploads/elementor/css/post-245.css?ver=1713796724" media="all" />
<link data-minify="1" rel="stylesheet" id="elementor-icons-ekiticons-css" href="//www.cbdproduction.fr/wp-content/cache/min/1/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/css/ekiticons.css?ver=1713796727" media="all" />
<link rel="stylesheet" id="wp-color-picker-css" href="//www.cbdproduction.fr/wp-admin/css/color-picker.min.css?ver=6.5.2" media="all" />
<link data-minify="1" rel="stylesheet" id="shopengine-wishlist-css" href="//www.cbdproduction.fr/wp-content/cache/min/1/wp-content/plugins/shopengine/modules/wishlist/assets/css/wishlist.css?ver=1713796727" media="all" />
<link data-minify="1" rel="stylesheet" id="shopengine-css-front-css" href="//www.cbdproduction.fr/wp-content/cache/min/1/wp-content/plugins/shopengine/modules/swatches/assets/css/frontend.css?ver=1713796727" media="all" />
<style id="wcz-customizer-custom-css-inline-css">
body.single-product.wcz-woocommerce div.product .product_title{font-size:31px !important;color:#0f0f0f !important;}body.single-product.wcz-woocommerce div.product p.price,
					body.single-product.wcz-woocommerce div.product .woocommerce-variation-price span.price{color:#0f0f0f !important;}
</style>
<link data-minify="1" rel="stylesheet" id="ekit-responsive-css" href="//www.cbdproduction.fr/wp-content/cache/min/1/wp-content/plugins/elementskit-lite/widgets/init/assets/css/responsive.css?ver=1713796727" media="all" />
<style id="rocket-lazyload-inline-css">
.rll-youtube-player{position:relative;padding-bottom:56.23%;height:0;overflow:hidden;max-width:100%;}.rll-youtube-player:focus-within{outline: 2px solid currentColor;outline-offset: 5px;}.rll-youtube-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;background:0 0}.rll-youtube-player img{bottom:0;display:block;left:0;margin:auto;max-width:100%;width:100%;position:absolute;right:0;top:0;border:none;height:auto;-webkit-transition:.4s all;-moz-transition:.4s all;transition:.4s all}.rll-youtube-player img:hover{-webkit-filter:brightness(75%)}.rll-youtube-player .play{height:100%;width:100%;left:0;top:0;position:absolute;background:url(https://www.cbdproduction.fr/wp-content/plugins/wp-rocket/assets/img/youtube.png) no-repeat center;background-color: transparent !important;cursor:pointer;border:none;}
</style>
<script type="rocketlazyloadscript" src="//www.cbdproduction.fr/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js?ver=3.1.2" id="wp-polyfill-inert-js" defer></script>
<script type="rocketlazyloadscript" src="//www.cbdproduction.fr/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.14.0" id="regenerator-runtime-js" defer></script>
<script type="rocketlazyloadscript" src="//www.cbdproduction.fr/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0" id="wp-polyfill-js"></script>
<script src="//www.cbdproduction.fr/wp-includes/js/dist/hooks.min.js?ver=2810c76e705dd1a53b18" id="wp-hooks-js"></script>
<script src="//stats.wp.com/w.js?ver=202417" id="woo-tracks-js" defer></script>
<script type="rocketlazyloadscript" id="paygreen-data-js-after">
var paygreen_cron_url = "https:\/\/www.cbdproduction.fr?pgaction=front.cron.run";
var paygreen_cron_rate = "1000";
</script>
<script type="rocketlazyloadscript" data-minify="1" src="//www.cbdproduction.fr/wp-content/cache/min/1/wp-content/plugins/paygreen-woocommerce/static/js/cron-launcher.js?ver=1706626444" id="42afd530f0f3298e1c55af1c2cb7a2ee4686de18-js" defer></script>
<script src="//www.cbdproduction.fr/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js" defer></script>
<script src="//www.cbdproduction.fr/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js" defer></script>
<script id="cu_variable_product-js-js-extra">
var the_ajax_url = {"ajaxurl":"https:\/\/www.cbdproduction.fr\/wp-admin\/admin-ajax.php"};
</script>
<script type="rocketlazyloadscript" data-minify="1" src="//www.cbdproduction.fr/wp-content/cache/min/1/wp-content/plugins/cu_variable_product/cu_variable_product.js?ver=1706626444" id="cu_variable_product-js-js" defer></script>
<script type="rocketlazyloadscript" data-minify="1" src="//www.cbdproduction.fr/wp-content/cache/min/1/wp-content/plugins/dispensary-age-verification/public/js/js.cookie.js?ver=1706626444" id="age-verification-cookie-js" defer></script>
<script id="dispensary-age-verification-js-extra">
var object_name = {"bgImage":"","minAge":"18","imgLogo":"","logoWidth":"","logoHeight":"","title":"Age Verification","copy":"Vous devez avoir [age] ans pour visiter le site.","btnYes":"OUI","btnNo":"NON","successTitle":"Success!","successText":"You are now being redirected back to the site ...","successMessage":"","failTitle":"Sorry!","failText":"You are not old enough to view the site ...","messageTime":"","redirectOnFail":"","beforeContent":"","afterContent":""};
</script>
<script type="rocketlazyloadscript" data-minify="1" src="//www.cbdproduction.fr/wp-content/cache/min/1/wp-content/plugins/dispensary-age-verification/public/js/dispensary-age-verification-public.js?ver=1706626444" id="dispensary-age-verification-js" defer></script>
<script src="//www.cbdproduction.fr/wp-content/plugins/woocommerce/assets/js/flexslider/jquery.flexslider.min.js?ver=2.7.2-wc.8.8.2" id="flexslider-js" defer data-wp-strategy="defer"></script>
<script src="//www.cbdproduction.fr/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.8.8.2" id="jquery-blockui-js" defer data-wp-strategy="defer"></script>
<script id="wc-add-to-cart-js-extra">
var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_view_cart":"Voir le panier","cart_url":"https:\/\/www.cbdproduction.fr\/panier\/","is_cart":"","cart_redirect_after_add":"no"};
</script>
<script type="rocketlazyloadscript" src="//www.cbdproduction.fr/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=8.8.2" id="wc-add-to-cart-js" defer data-wp-strategy="defer"></script>
<script type="rocketlazyloadscript" src="//www.cbdproduction.fr/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4-wc.8.8.2" id="js-cookie-js" defer data-wp-strategy="defer"></script>
<script id="woocommerce-js-extra">
var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%"};
</script>
<script type="rocketlazyloadscript" src="//www.cbdproduction.fr/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=8.8.2" id="woocommerce-js" defer data-wp-strategy="defer"></script>
<script id="wc-cart-fragments-js-extra">
var wc_cart_fragments_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","cart_hash_key":"wc_cart_hash_6baa7d26780108cbb2e3399ccc78e0d9","fragment_name":"wc_fragments_6baa7d26780108cbb2e3399ccc78e0d9","request_timeout":"5000"};
</script>
<script type="rocketlazyloadscript" src="//www.cbdproduction.fr/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js?ver=8.8.2" id="wc-cart-fragments-js" defer data-wp-strategy="defer"></script>
<script src="//www.cbdproduction.fr/wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.min.js?ver=3.21.3" id="font-awesome-4-shim-js" defer></script>
<script src="//stats.wp.com/s-202417.js" id="woocommerce-analytics-js" defer data-wp-strategy="defer"></script>
<script type="rocketlazyloadscript" data-minify="1" src="//www.cbdproduction.fr/wp-content/cache/min/1/wp-content/plugins/wp-ultimate-review/assets/public/script/content-page.js?ver=1706626444" id="wur_review_content_script-js" defer></script>
<script type="rocketlazyloadscript" data-minify="1" src="//www.cbdproduction.fr/wp-content/cache/min/1/wp-content/plugins/shopengine/assets/js/shopengine-modal.js?ver=1706626444" id="shopengine-modal-script-js" defer></script>
<script id="shopengine-quickview-js-extra">
var shopEngineQuickView = {"rest_nonce":"4a84fdf5c1"};
</script>
<script type="rocketlazyloadscript" data-minify="1" src="//www.cbdproduction.fr/wp-content/cache/min/1/wp-content/plugins/shopengine/modules/quick-view/assets/js/script.js?ver=1706626444" id="shopengine-quickview-js" defer></script>
<script id="shopengine-wishlist-js-extra">
var shopEngineWishlist = {"product_id":"6630","resturl":"https:\/\/www.cbdproduction.fr\/wp-json\/","isLoggedIn":"","rest_nonce":"4a84fdf5c1","wishlist_position":"bottom-right","wishlist_added_notice":"Votre produit est ajout\u00e9 \u00e0 la liste de souhaits","wishlist_removed_notice":"Votre produit est retir\u00e9 de la liste de souhaits"};
</script>
<script type="rocketlazyloadscript" data-minify="1" src="//www.cbdproduction.fr/wp-content/cache/min/1/wp-content/plugins/shopengine/modules/wishlist/assets/js/wishlist.js?ver=1706626444" id="shopengine-wishlist-js" defer></script>
<style type="text/css">
        .avwp-av-overlay {
            background-image: url();
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            background-attachment: fixed;
            box-sizing: border-box;
        }
        .avwp-av {
            box-shadow: none;
        }
        </style>
<script type="rocketlazyloadscript" async src="//www.googletagmanager.com/gtag/js?id=G-NEHHN348XH"></script>
<script type="rocketlazyloadscript">
			window.dataLayer = window.dataLayer || [];
			function gtag(){dataLayer.push(arguments);}
			gtag('js', new Date());
			gtag('config', 'G-NEHHN348XH');
		</script>
<script type="rocketlazyloadscript">(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-P2HMRXW3');</script>
<style>img#wpstats{display:none}</style>
<style>
			.dgwt-wcas-ico-magnifier,.dgwt-wcas-ico-magnifier-handler{max-width:20px}.dgwt-wcas-search-wrapp{max-width:600px}.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input,.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover,.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus{background-color:#e8e8ee}.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit::before{border-color:transparent #64002f}.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:hover::before,.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:focus::before{border-right-color:#64002f}.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit,.dgwt-wcas-om-bar .dgwt-wcas-om-return{background-color:#64002f;color:#fff}.dgwt-wcas-search-wrapp .dgwt-wcas-ico-magnifier,.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit svg path,.dgwt-wcas-om-bar .dgwt-wcas-om-return svg path{fill:#fff}.dgwt-wcas-search-icon{color:#fff}.dgwt-wcas-search-icon path{fill:#fff}		</style>
<noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript>
<style>
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
					background-image: none !important;
				}
				@media screen and (max-height: 1024px) {
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
				@media screen and (max-height: 640px) {
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
			</style>
<link rel="icon" href="//www.cbdproduction.fr/wp-content/uploads/2021/03/cropped-CBD-GARDEN-final-100x100.png" sizes="32x32" />
<link rel="icon" href="//www.cbdproduction.fr/wp-content/uploads/2021/03/cropped-CBD-GARDEN-final-300x300.png" sizes="192x192" />
<link rel="apple-touch-icon" href="//www.cbdproduction.fr/wp-content/uploads/2021/03/cropped-CBD-GARDEN-final-300x300.png" />
<meta name="msapplication-TileImage" content="https://www.cbdproduction.fr/wp-content/uploads/2021/03/cropped-CBD-GARDEN-final-300x300.png" />
<style>
			html {
				margin-top: 0 !important;
				font-size: 100%;
			}

			body,
			input,
			select,
			textarea,
			button,
			.button {
				font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;;
			}

			h1, .h1,
			h2, .h2,
			h3, .h3,
			h4, .h4,
			h5, .h5,
			h6, .h6 {
				font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;;
			}

			#header .inner .menu nav ul:not(.sub-menu) > li > a.button,
			#header .inner .menu nav ul:not(.sub-menu) > li > span.button {
				font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;;
			}

			body.dark .button,
			body.dark button[type="submit"],
			body.dark input[type="submit"],
			body.light .button,
			body.light button[type="submit"],
			body.light input[type="submit"] {
				background-color: #02522c !important;
				color: #FFFFFF !important;
			}

			body.dark .button::after,
			body.light .button::after {
				border-color: #FFFFFF !important;
			}

			body.dark .button:hover,
			body.dark button[type="submit"]:hover,
			body.dark input[type="submit"]:hover,
			body.light .button:hover,
			body.light button[type="submit"]:hover,
			body.light input[type="submit"]:hover {
				background-color: #024223 !important;
			}

			#header .site-navigation .inner .menu nav ul:not(.sub-menu) > li > a:not(.button)::before,
			#header .site-navigation .inner .menu nav ul:not(.sub-menu) > li > span:not(.button)::before,
			#header .site-navigation .inner .menu nav ul.sub-menu > li >a::before,
			#header .site-navigation .inner .menu nav ul.sub-menu > li >span::before {
				border-color: #02522c !important;
			}

			#header #scroll-indicator .progress {
				background-color: #02522c !important;
			}

			#footer .bar .widget .widget-title:before {
				background-color: #02522c !important;
			}

			body.category main.loop .loop-header,
			body.dark.category main.loop .loop-header .header p,
			body.light.category main.loop .loop-header .header p {
				background-color: #02522c;
			}

			body.tag main.loop .loop-header,
			body.dark.tag main.loop .loop-header .header p,
			body.light.tag main.loop .loop-header .header p {
				background-color: #02522c;
			}

			body.light main.blog .post a .details .category,
			body.dark main.blog .post a .details .category,
			body.light .entries .entry a .details .category,
			body.dark .entries .entry a .details .category {
				background-color: #02522c;
			}

			body.light main.entry.single .header .details .category a,
			body.light main.entry.single .header .details .category span,
			body.dark main.entry.single .header .details .category a,
			body.dark main.entry.single .header .details .category span,
			.sidebar .widget .widget-title::before,
			#footer .top .widget .widget-title::before {
				background-color: #02522c !important;
			}

			body.light main.entry.single .entry-layout .contents h3:not(.sc),
			body.light main.entry.single .entry-layout .contents .h3:not(.sc),
			body.light main.entry.single .entry-layout .contents a:not([class]),
			body.light main.entry.single .entry-layout .contents span[data-obflink-url]:not(.sc),
			body.light main.entry.page .entry-layout .contents h3:not(.sc),
			body.light main.entry.page .entry-layout .contents .h3:not(.sc),
			body.light main.entry.page .entry-layout .contents a:not([class]),
			body.light main.entry.page .entry-layout .contents span[data-obflink-url]:not(.sc),
			body.light.single-product main.product .product-layout .product-layout-description .description a:not([class]),
			body.dark main.entry.single .entry-layout .contents h3:not(.sc),
			body.dark main.entry.single .entry-layout .contents .h3:not(.sc),
			body.dark main.entry.single .entry-layout .contents a:not([class]),
			body.dark main.entry.single .entry-layout .contents span[data-obflink-url]:not(.sc),
			body.dark main.entry.page .entry-layout .contents h3:not(.sc),
			body.dark main.entry.page .entry-layout .contents .h3:not(.sc),
			body.dark main.entry.page .entry-layout .contents a:not([class]),
			body.dark main.entry.page .entry-layout .contents span[data-obflink-url]:not(.sc),
			body.dark.single-product main.product .product-layout .product-layout-description .description a:not([class]) {
				color: #02522c;
			}

			body.light main.entry.single .entry-layout .contents h2::before,
			body.light main.entry.page .entry-layout .contents h2::before,
			body.dark main.entry.single .entry-layout .contents h2::before,
			body.dark main.entry.page .entry-layout .contents h2::before {
				background-color: #02522c;
			}

			@media (min-width: 801px) {
				#header .site-navigation .inner .menu .icons .search span:hover svg path,
				#header .site-navigation .inner .menu .icons .social ul li a:hover svg path {
					fill: #02522c !important;
				}
			}

			@media (max-width: 800px) {
				#header .site-navigation .inner .menu nav ul:not(.sub-menu) > li.current-menu-ancestor > a:not(.button),
				#header .site-navigation .inner .menu nav ul:not(.sub-menu) > li.current-menu-ancestor > span:not(.button),
				#header .site-navigation .inner .menu nav ul:not(.sub-menu) > li.current-menu-item > a:not(.button),
				#header .site-navigation .inner .menu nav ul:not(.sub-menu) > li.current-menu-item > span:not(.button),
				#header .site-navigation .inner .menu nav ul.sub-menu > li.current-menu-ancestor > a,
				#header .site-navigation .inner .menu nav ul.sub-menu > li.current-menu-ancestor > span,
				#header .site-navigation .inner .menu nav ul.sub-menu > li.current-menu-item > a,
				#header .site-navigation .inner .menu nav ul.sub-menu > li.current-menu-item > span {
					color: #02522c;
				}
			}
		
				body.light.woocommerce-js .woocommerce-message,
				body.light.woocommerce-js .woocommerce-info,
				body.dark.woocommerce-js .woocommerce-message,
				body.dark.woocommerce-js .woocommerce-info {
					border-top-color: #02522c;
				}

				body.light.woocommerce-js .woocommerce-info::before,
				body.dark.woocommerce-js .woocommerce-info::before {
					color: #02522c;
				}

				body.light.woocommerce-account main.entry.page .woocommerce-MyAccount-navigation,
				body.dark.woocommerce-account main.entry.page .woocommerce-MyAccount-navigation {
					border-top-color: #02522c !important;
				}

				.woocommerce-store-notice,
				p.demo_store {
					background-color: #02522c !important;
				}

				body.tax-product_cat main.loop .loop-header,
				body.dark.tax-product_cat main.loop .loop-header .header p.term_name,
				body.light.tax-product_cat main.loop .loop-header .header p.term_name {
					background-color: #02522c;
				}

				body.tax-product_tag main.loop .loop-header,
				body.dark.tax-product_tag main.loop .loop-header .header p.term_name,
				body.light.tax-product_tag main.loop .loop-header .header p.term_name {
					background-color: #02522c;
				}

				.products .products-list .product .thumbnail .onsale {
					background-color: #02522c;
				}

				.products .products-list .product .details .metas .price {
					color: #02522c;
				}

				body.single-product main.product .product-header .woocommerce-product-rating .star-rating,
				body.single-product main.product .product-header .price {
					color: #02522c;
				}

				body.single-product main.product .product-header .product_meta .posted_in a,
				body.single-product main.product .product-layout-description .description h2:first-of-type,
				body.single-product main.product .product-layout-information .information h2:first-of-type,
				body.single-product main.product .product-layout-reviews .reviews h2:first-of-type,
				body.single-product main.product .product-layout-upsells .products .products-title h2,
				body.single-product main.product .product-layout-related .products .products-title h2 {
					color: #02522c;
				}

				#footer .woo-bar .widget .widget-title:before {
					background-color: #02522c !important;
				}
			</style> <style id="wp-custom-css">
			#QrCodeForm input {
	padding: 25px;
  border-radius: 6px;
  border: solid 5px #006837;
	background:white;
}

#QrCodeForm label {
	color: white;
	margin-bottom:15px
}

#QrCodeForm button {
	width: 100%;
	background: #006837 !important;
	color: white;
	border-radius: 5px;
	padding: 20px;
}


.woocommerce-form-coupon-toggle{
	display:none !important;
}

#panier_ .includes_tax {
	display: none !important;
}

* {-webkit-font-smoothing: antialiased;}

strong {
	    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}

body.dark .button,
			body.dark button[type="submit"],
			body.dark input[type="submit"],
			body.light .button,
			body.light button[type="submit"],
			body.light input[type="submit"] {
				background-color: #64002f !important;
				color: #FFFFFF !important;
				border-color: #64002f !important;
			}

			body.dark .button:hover,
			body.dark button[type="submit"]:hover,
			body.dark input[type="submit"]:hover,
			body.light .button:hover,
			body.light button[type="submit"]:hover,
			body.light input[type="submit"]:hover {
				background-color: #53002c !important;
				transform: scale(1.1);
			}

.woocommerce div.product div.images .flex-control-thumbs li img {
    object-fit: none;
}
.woocommerce-pagination {
	display : block !important;
}
.fromPrice {
	display: none!important;
}

.mainLogo img{
	height: 100%;
	width: 150px;
}

.analyse .elementor-button-icon svg {
	width: 100px;
	height: 90px;
}

.analyse .elementor-button span {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* Disable animations on mobile devices */
body.wpex-is-mobile-device .wpb_animate_when_almost_visible {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    animation: none !important;
}


@media screen and (max-width: 1232px) {
  .elementor-widget-nav-menu .elementor-nav-menu .elementor-item {
    padding: 13px 16px !important;
  }
}

@media screen and (max-width: 1198px) {
  .elementor-widget-nav-menu .elementor-nav-menu .elementor-item {
    padding: 13px 11px !important;
  }
}

@media screen and (max-width: 1089px) {
  .elementor-widget-nav-menu .elementor-nav-menu .elementor-item {
    padding: 13px 9px !important;
  }
}


@media screen and (max-width: 1030px) {
  .elementor-widget-nav-menu .elementor-nav-menu .elementor-item {
    font-size: 13px !important;
  }
}

@media screen and (max-width: 1023px) {
  .elementor-widget-nav-menu .elementor-nav-menu .elementor-item {
    font-size: 15px !important;
  }
}

.elementor-products-grid ul.products.elementor-grid {
	place-items : end;
}

#MyproductGrid #eael-product-grid ul.products {
	place-items : end;
}

#MyproductGrid #eael-product-grid ul.products li button, #MyproductGrid #eael-product-grid ul.products li a.button {
	width: 100%;
	margin: 15px 0;
}

 /*#MyproductGrid #eael-product-grid ul.products li .outofstock-badge {
	display:none;
}
 #MyproductGrid #eael-product-grid ul.products li .onsale {
	display:none;
}*/

.elementor-products-grid ul.products.elementor-grid .button{
	text-align : center;
	height: 40px;
	display: flex !important;
	justify-content: center;
	align-items: center;
}

.eael-product-wrap .single_add_to_cart_button {
	width : 90%;
}


#h-le-hhc-ou-l-hexahydrocannabinol {
	font-size: 30px !important;
}

	.postid-34224 .elementor-8099 .elementor-element.elementor-element-d5e435c .elementor-heading-title {
  font-size: 45px !important;
}

@media screen and (max-width: 767px) {
	.postid-34224 .elementor-8099 .elementor-element.elementor-element-d5e435c .elementor-heading-title {
  font-size: 20px !important;
}
}


.SearchBox .elementor-search-form__container {
	width: 100%;
}

.SearchBox .elementor-search-form__container .elementor-search-form__submit {
	background-color : #683700 !important;
}

.SearchBox .elementor-search-form__container .elementor-search-form__input{
	font-family: "Muli", Sans-serif !important;
	font-size: 16px !important;
	font-weight: 400 !important;
}

.stickyTopHeader {
	position: sticky;
	top: 0px;
	z-index: 12;
}
.stickySecondHeader {
	position: sticky;
	top: 125px;
	z-index: 10;
	box-shadow: 0px 15px 10px -15px rgba(179, 179, 179, 0.5); 
}

.wcz-new-product-badge.wcz-badge-pos-topleft {
	display: none;
}

.homeSlider .elementor-swiper .elementor-slides-wrapper  .elementor-swiper-button {
	background-color: #680037;
	padding: 4px;
	border-radius: 5px;
}

@media(max-width:767px) {
	.homeSlider .elementor-swiper .elementor-slides-wrapper  .elementor-swiper-button {
		font-size : 15px;
	}
	
	.homeSlider .elementor-swiper .elementor-slides-wrapper .elementor-swiper-button-prev {
		left: 1px;
	}
	.homeSlider .elementor-swiper .elementor-slides-wrapper .elementor-swiper-button-next{
		right: 1px;
	}
}

.woocommerce-notices-wrapper {
	margin-bottom : 0px !important;
}

/* ensures the increment/decrement arrows always display */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {
  opacity: 1 !important;
}

#tab-description > h2 {
	display: none;
}

#tab-additional_information > h2 {
	display: none;
}

.woocommerce .elementor-782 .elementor-element.elementor-element-750b63f6 .price {
	color: #64002F !important; 
}


@media screen and (max-width: 768px) {
	#wpfront-scroll-top-container {
		bottom: 70px !important;
	}
}

.drapeuFranceFiche {
	display: inline;
	margin : 0px 5px;
	margin-top: 5px;
	top: 3px;
	position: relative;
}

#blogContentHolder a {
	color: #2079d2;
	text-decoration: underline;
}

.stars a {
	color:  #FFD250 !important
}

.woocommerce .star-rating span::before {
	color:  #FFD250 !important
}

.woocommerce .elementor-782 .elementor-element.elementor-element-1d1ac93e .star-rating {
  font-size: 1em !important;
}


.xcp-btn {
	color: white !important;
	text-decoration: none;
}

.xoo-cp-ptotal {
	margin-bottom: 30px;
}

.xoo-cp-added {
	display : none !important;
}

.select-container {
    position: relative;
    margin: 0 auto;
    width: 100%;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
		cursor: pointer;
}

.select-container .select {
    position: relative;
    background: #02522c;
    height: 70px;
}
.select-container .select.fleurs::before {
	background-image: url("https://www.cbdproduction.fr/wp-content/uploads/2023/03/image2vector.svg");
}
.select-container .select.resine::before {
	background-image: url("https://www.cbdproduction.fr/wp-content/uploads/2023/03/resin.svg");
}
.select-container .select.rocks::before {
	background-image: url("https://www.cbdproduction.fr/wp-content/uploads/2023/03/rocks.svg");
}

.select-container .select.huiles::before {
	background-image: url("https://www.cbdproduction.fr/wp-content/uploads/2023/09/noun-cannabis-oil-5216870.svg");
	margin-top : 5px;
}

.select-container .select::before {
	max-width: 80px;
	background-size: 70px 70px;
	display: inline-block;
	width: 70px;
	height: 70px;
	content: "";
}

.select-container .select::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(45deg);
    border-bottom: 2px solid white;
    border-right: 2px solid white;
    cursor: pointer;
    transition: border-color 0.4s;
}

.select-container.active .select::after {
    border: none;
    border-left: 2px solid white;
    border-top: 2px solid white;
}
.select-container .select input {
    position: relative;
    width: 100% !important;
    height: 100%!important;
    padding: 0 15px !important;
    background: none;
    outline: none;
    border: none !important;
    font-size: 1.4rem !important;
    color: white !important; 
    cursor: pointer;
}
.select-container .option-container {
    position: relative;
    background: #02522c;
    height: 0;
    overflow-y: scroll;
    transition: 0.4s;
}

.select-container.active .option-container {
    height: 240px;
}

.select-container .option-container::-webkit-scrollbar {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    width: 10px;
}

.select-container .option-container::-webkit-scrollbar-thumb {
    background: #0f0e11;
}

.select-container .option-container .option {
    position: relative;
    padding-left: 15px;
    height: 60px;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: 0.2s;
}

.select-container .option-container .option.selected {
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none;
}

.select-container .option-container .option:hover {
    background: rgba(0, 0, 0, 0.2);
    padding-left: 20px;
}

.select-container .option-container .option label , .select-container .option-container .option label a {
    font-size: 1.1rem;
    color: white;
    cursor: pointer;
}

.woocommerce-privacy-policy-text {
	color: #c0c0c0;
  font-size: 12px;
  padding: 0 30px;
}

.woocommerce-privacy-policy-link {
		color: #c0c0c0 !important;
		text-decoration : underline !important;
}

#productBreadcrumb .elementor-widget-container .woocommerce-breadcrumb {
	font-weight: 700;
}

#productBreadcrumb .elementor-widget-container .woocommerce-breadcrumb a {
	font-weight: 400;
}

#sectionAddToCartBtns .elementor-widget-container .elementor-add-to-cart .cart .shopengine_add_to_list_action , #sectionAddToCartBtns .elementor-widget-container .elementor-add-to-cart .cart .shopengine_comparison_add_to_list_action {
	display : none !important;
}
#sectionAddToCartBtns .elementor-widget-container .elementor-add-to-cart .cart .single_add_to_cart_button {
	width : 100%;
}

.woocommerce-notices-wrapper .shopengine-woocommerce-info {
	display : none;
}

.elementor-widget-woocommerce-cart .woocommerce .coupon-col-end {
	flex : 0 !important;
}

.elementor-widget-woocommerce-cart .woocommerce .coupon-col-start {
	padding-right : 0px !important;
}

.elementor-nav-menu--main {
	display: flex;
  justify-content: center;
  align-items: center;
}

.elementor-nav-menu--main ul {
	margin-left: 0 !important;
  margin-right: 0 !important;
}

.elementor-nav-menu--main ul li:nth-child(13) > a{
	color: #670031;
	font-weight: 700 !important;
}

.elementor-nav-menu--main ul li:nth-child(13) > a svg{
	fill: #670031;
}

.elementor-nav-menu--main ul li:nth-child(13) > a:hover svg {
	fill: #02522c;
}

.elementor-nav-menu--main .sub-menu.elementor-nav-menu--dropdown {
	min-width: 100% !important;
  max-width: 100% !important;
  box-shadow: 0px 15px 10px -15px rgba(179, 179, 179, 0.5);
}



.elementor-nav-menu--main .sub-menu.elementor-nav-menu--dropdown li {
	border-top: solid 1px #a0a0a0;
}

.distrubProduct {
	box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
	transition: all .25s;
	border-radius: 5px;
}

.distrubProduct img {
	border-radius: 5px;
}

.distrubProduct:hover {
	box-shadow: 0 0 30px 0 rgba(0,0,0,.15);
}

.distrubProduct .elementskit-box-footer {
	position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 20px;
	text-align: center;
}

.distrubProduct .elementskit-info-box-title{
	text-align : center;
}

.distrubProduct img {
	width: 100% ;
  height: 280px !important;
}

.distrbIconBox {
border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #aaaaaa7d;
  border-radius: 5px 5px 5px 5px;
  padding: 20px 15px;
  height: 100%;
}


.elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item {
	font-size: 13px !important;
}

.elementor-nav-menu--dropdown.elementor-nav-menu__container {
	overflow : scroll;
	height: 30vh !important;
}

.categorieShower ul li {
	box-shadow: 0px 11px 10px 0px rgba(179, 179, 179, 0.5);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #aaaaaa7d;
}

.categorieShower .products.elementor-grid {
	place-items: center !important;
}

.categorieShower img {
	padding: 30px;
	margin-bottom: 0px !important;
}
		</style>
<noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript></head>
<body class="home page-template-default page page-id-6630 wp-custom-logo theme-seomag wcz-woocommerce cookies-not-set woocommerce-no-js ehf-header ehf-template-seomag ehf-stylesheet-seomag woocommerce light plain is_sticky elementor-default elementor-template-full-width elementor-kit-4 elementor-page elementor-page-6630 elementor-page-8097">
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-P2HMRXW3"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<div id="page" class="hfeed site">
<header id="masthead" itemscope="itemscope" itemtype="https://schema.org/WPHeader">
<p class="main-title bhf-hidden" itemprop="headline"><a href="https://www.cbdproduction.fr" title="CBD Production" rel="home">CBD Production</a></p>
</header>
<!DOCTYPE html>
<html lang="fr-FR">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" /> </head>
<body class="home page-template-default page page-id-6630 wp-custom-logo theme-seomag wcz-woocommerce cookies-not-set woocommerce-no-js ehf-header ehf-template-seomag ehf-stylesheet-seomag woocommerce light plain is_sticky elementor-default elementor-template-full-width elementor-kit-4 elementor-page elementor-page-6630 elementor-page-8097">
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-P2HMRXW3"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<div data-elementor-type="wp-page" data-elementor-id="6630" class="elementor elementor-6630" data-elementor-post-type="page">
<section class="elementor-section elementor-top-section elementor-element elementor-element-c2d82db elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="c2d82db" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
<div class="elementor-container elementor-column-gap-default">
<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6b71829" data-id="6b71829" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-2da85d0 elementor-widget elementor-widget-heading" data-id="2da85d0" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<style>/*! elementor - v3.21.0 - 25-04-2024 */
.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><span class="elementor-heading-title elementor-size-default">Fabrication francaise. Livraison offerte dès 35 €.</span> </div>
</div>
</div>
</div>
</div>
</section>
<section class="elementor-section elementor-top-section elementor-element elementor-element-b6b1082 elementor-section-content-middle elementor-section-full_width stickyTopHeader elementor-section-height-default elementor-section-height-default" data-id="b6b1082" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
<div class="elementor-container elementor-column-gap-narrow">
<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-baa7c3a" data-id="baa7c3a" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-567d9c4 mainLogo elementor-widget-tablet__width-initial elementor-widget elementor-widget-image" data-id="567d9c4" data-element_type="widget" data-widget_type="image.default">
<div class="elementor-widget-container">
<style>/*! elementor - v3.21.0 - 25-04-2024 */
.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <a href="https://www.cbdproduction.fr">
<img fetchpriority="high" decoding="async" width="1000" height="764" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201000%20764'%3E%3C/svg%3E" class="attachment-full size-full wp-image-35031" alt="Logo CBD production" data-lazy-srcset="//www.cbdproduction.fr/wp-content/uploads/2023/03/Fichier-5.png 1000w, //www.cbdproduction.fr/wp-content/uploads/2023/03/Fichier-5-768x587.png 768w, //www.cbdproduction.fr/wp-content/uploads/2023/03/Fichier-5-500x382.png 500w, //www.cbdproduction.fr/wp-content/uploads/2023/03/Fichier-5-650x497.png 650w, //www.cbdproduction.fr/wp-content/uploads/2023/03/Fichier-5-800x611.png 800w, //www.cbdproduction.fr/wp-content/uploads/2023/03/Fichier-5-600x458.png 600w" data-lazy-sizes="(max-width: 1000px) 100vw, 1000px" data-lazy-src="//www.cbdproduction.fr/wp-content/uploads/2023/03/Fichier-5.png" /><noscript><img fetchpriority="high" decoding="async" width="1000" height="764" src="//www.cbdproduction.fr/wp-content/uploads/2023/03/Fichier-5.png" class="attachment-full size-full wp-image-35031" alt="Logo CBD production" srcset="//www.cbdproduction.fr/wp-content/uploads/2023/03/Fichier-5.png 1000w, //www.cbdproduction.fr/wp-content/uploads/2023/03/Fichier-5-768x587.png 768w, //www.cbdproduction.fr/wp-content/uploads/2023/03/Fichier-5-500x382.png 500w, //www.cbdproduction.fr/wp-content/uploads/2023/03/Fichier-5-650x497.png 650w, //www.cbdproduction.fr/wp-content/uploads/2023/03/Fichier-5-800x611.png 800w, //www.cbdproduction.fr/wp-content/uploads/2023/03/Fichier-5-600x458.png 600w" sizes="(max-width: 1000px) 100vw, 1000px" /></noscript> </a>
</div>
</div>
</div>
</div>
<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-6078a05" data-id="6078a05" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-946e22e elementor-widget elementor-widget-shortcode" data-id="946e22e" data-element_type="widget" data-widget_type="shortcode.default">
<div class="elementor-widget-container">
<div class="elementor-shortcode"><div class="dgwt-wcas-search-wrapp dgwt-wcas-has-submit woocommerce dgwt-wcas-style-solaris js-dgwt-wcas-layout-classic dgwt-wcas-layout-classic js-dgwt-wcas-mobile-overlay-disabled">
<form class="dgwt-wcas-search-form" role="search" action="//www.cbdproduction.fr/" method="get">
<div class="dgwt-wcas-sf-wrapp">
<label class="screen-reader-text" for="dgwt-wcas-search-input-1">Recherche de produits</label>
<input id="dgwt-wcas-search-input-1" type="search" class="dgwt-wcas-search-input" name="s" value placeholder="Rechercher des produits..." autocomplete="off" />
<div class="dgwt-wcas-preloader"></div>
<div class="dgwt-wcas-voice-search"></div>
<button type="submit" aria-label="Rechercher" class="dgwt-wcas-search-submit"> <svg class="dgwt-wcas-ico-magnifier" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 51.539 51.361" xml:space="preserve">
<path d="M51.539,49.356L37.247,35.065c3.273-3.74,5.272-8.623,5.272-13.983c0-11.742-9.518-21.26-21.26-21.26 S0,9.339,0,21.082s9.518,21.26,21.26,21.26c5.361,0,10.244-1.999,13.983-5.272l14.292,14.292L51.539,49.356z M2.835,21.082 c0-10.176,8.249-18.425,18.425-18.425s18.425,8.249,18.425,18.425S31.436,39.507,21.26,39.507S2.835,31.258,2.835,21.082z" />
</svg>
</button>
<input type="hidden" name="post_type" value="product" />
<input type="hidden" name="dgwt_wcas" value="1" />
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-8baf866" data-id="8baf866" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-648e167 elementor-align-left elementor-widget__width-auto elementor-widget-mobile__width-initial elementor-hidden-mobile elementor-widget elementor-widget-button" data-id="648e167" data-element_type="widget" data-widget_type="button.default">
<div class="elementor-widget-container">
<div class="elementor-button-wrapper">
<a class="elementor-button elementor-button-link elementor-size-sm" href="https://www.cbdproduction.fr/promotion/">
<span class="elementor-button-content-wrapper">
<span class="elementor-button-text">PROMOTION</span>
</span>
</a>
</div>
</div>
</div>
<div class="elementor-element elementor-element-105d47c elementor-align-left elementor-widget__width-auto elementor-widget elementor-widget-button" data-id="105d47c" data-element_type="widget" data-widget_type="button.default">
<div class="elementor-widget-container">
<div class="elementor-button-wrapper">
<a class="elementor-button elementor-button-link elementor-size-sm" href="https://www.cbdproduction.fr/mon-compte/">
<span class="elementor-button-content-wrapper">
<span class="elementor-button-icon elementor-align-icon-left">
<svg aria-hidden="true" class="e-font-icon-svg e-fas-user-circle" viewbox="0 0 496 512" xmlns="http://www.w3.org/2000/svg"><path d="M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 96c48.6 0 88 39.4 88 88s-39.4 88-88 88-88-39.4-88-88 39.4-88 88-88zm0 344c-58.7 0-111.3-26.6-146.5-68.2 18.8-35.4 55.6-59.8 98.5-59.8 2.4 0 4.8.4 7.1 1.1 13 4.2 26.6 6.9 40.9 6.9 14.3 0 28-2.7 40.9-6.9 2.3-.7 4.7-1.1 7.1-1.1 42.9 0 79.7 24.4 98.5 59.8C359.3 421.4 306.7 448 248 448z"></path></svg> </span>
<span class="elementor-button-text">Mon compte</span>
</span>
</a>
</div>
</div>
</div>
<div class="elementor-element elementor-element-c70174e elementor-widget__width-auto toggle-icon--cart-medium elementor-menu-cart--items-indicator-bubble elementor-menu-cart--show-subtotal-yes elementor-menu-cart--cart-type-side-cart elementor-menu-cart--show-remove-button-yes elementor-widget elementor-widget-woocommerce-menu-cart" data-id="c70174e" data-element_type="widget" data-settings="{&quot;automatically_open_cart&quot;:&quot;yes&quot;,&quot;cart_type&quot;:&quot;side-cart&quot;,&quot;open_cart&quot;:&quot;click&quot;}" data-widget_type="woocommerce-menu-cart.default">
<div class="elementor-widget-container">
<link rel="stylesheet" href="//www.cbdproduction.fr/wp-content/plugins/elementor-pro/assets/css/widget-woocommerce.min.css"> <div class="elementor-menu-cart__wrapper">
<div class="elementor-menu-cart__toggle_wrapper">
<div class="elementor-menu-cart__container elementor-lightbox" aria-hidden="true">
<div class="elementor-menu-cart__main" aria-hidden="true">
<div class="elementor-menu-cart__close-button">
</div>
<div class="widget_shopping_cart_content">
</div>
</div>
</div>
<div class="elementor-menu-cart__toggle elementor-button-wrapper">
<a id="elementor-menu-cart__toggle_button" href="#" class="elementor-menu-cart__toggle_button elementor-button elementor-size-sm" aria-expanded="false">
<span class="elementor-button-text"><span class="woocommerce-Price-amount amount"><bdi>0,00&nbsp;<span class="woocommerce-Price-currencySymbol">&euro;</span></bdi></span></span>
<span class="elementor-button-icon">
<span class="elementor-button-icon-qty" data-counter="0">0</span>
<svg class="e-font-icon-svg e-eicon-cart-medium" viewbox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M740 854C740 883 763 906 792 906S844 883 844 854 820 802 792 802 740 825 740 854ZM217 156H958C977 156 992 173 989 191L957 452C950 509 901 552 843 552H297L303 581C311 625 350 656 395 656H875C892 656 906 670 906 687S892 719 875 719H394C320 719 255 666 241 593L141 94H42C25 94 10 80 10 62S25 31 42 31H167C182 31 195 42 198 56L217 156ZM230 219L284 490H843C869 490 891 470 895 444L923 219H230ZM677 854C677 791 728 740 792 740S906 791 906 854 855 969 792 969 677 918 677 854ZM260 854C260 791 312 740 375 740S490 791 490 854 438 969 375 969 260 918 260 854ZM323 854C323 883 346 906 375 906S427 883 427 854 404 802 375 802 323 825 323 854Z"></path></svg> <span class="elementor-screen-only">Panier</span>
</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="elementor-section elementor-top-section elementor-element elementor-element-93c638e elementor-section-full_width stickySecondHeader elementor-section-height-default elementor-section-height-default" data-id="93c638e" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
<div class="elementor-container elementor-column-gap-default">
<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-cc54638" data-id="cc54638" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-9eddfa8 elementor-nav-menu__align-center elementor-nav-menu--dropdown-tablet elementor-nav-menu__text-align-aside elementor-nav-menu--toggle elementor-nav-menu--burger elementor-widget elementor-widget-nav-menu" data-id="9eddfa8" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;horizontal&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;svg class=\&quot;e-font-icon-svg e-fas-caret-down\&quot; viewBox=\&quot;0 0 320 512\&quot; xmlns=\&quot;http:\/\/www.w3.org\/2000\/svg\&quot;&gt;&lt;path d=\&quot;M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\&quot;&gt;&lt;\/path&gt;&lt;\/svg&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;toggle&quot;:&quot;burger&quot;}" data-widget_type="nav-menu.default">
<div class="elementor-widget-container">
<link rel="stylesheet" href="//www.cbdproduction.fr/wp-content/plugins/elementor-pro/assets/css/widget-nav-menu.min.css"> <nav class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-underline e--animation-slide">
<ul id="menu-1-9eddfa8" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26637"><a href="https://www.cbdproduction.fr/fleurs/" class="elementor-item">Fleurs</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-27987"><a href="https://www.cbdproduction.fr/resines/" class="elementor-item">Résines</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-27986"><a href="https://www.cbdproduction.fr/resines/rocks/" class="elementor-item">Rocks</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29563"><a href="https://www.cbdproduction.fr/cbn/" class="elementor-item">CBN</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26638"><a href="https://www.cbdproduction.fr/huiles-cbd/" class="elementor-item">Huiles</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-39063"><a href="https://www.cbdproduction.fr/puff/" class="elementor-item">Puff</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26660"><a href="https://www.cbdproduction.fr/cosmetique/" class="elementor-item">Cosmétique</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26662"><a href="https://www.cbdproduction.fr/animaux-cbd/" class="elementor-item">Animaux CBD</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29611"><a href="https://www.cbdproduction.fr/autres-produits-cbn-cbn/" class="elementor-item">Autres produits</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-38514"><a class="elementor-item">Distributeur automatique de cbd</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-38511"><a href="https://www.cbdproduction.fr/distributeur-automatique-cbd/agen/" class="elementor-sub-item">Agen</a></li>
</ul>
</li>
</ul> </nav>
<div class="elementor-menu-toggle" role="button" tabindex="0" aria-label="Permuter le menu" aria-expanded="false">
<svg aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--open e-font-icon-svg e-eicon-menu-bar" viewbox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M104 333H896C929 333 958 304 958 271S929 208 896 208H104C71 208 42 237 42 271S71 333 104 333ZM104 583H896C929 583 958 554 958 521S929 458 896 458H104C71 458 42 487 42 521S71 583 104 583ZM104 833H896C929 833 958 804 958 771S929 708 896 708H104C71 708 42 737 42 771S71 833 104 833Z"></path></svg><svg aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--close e-font-icon-svg e-eicon-close" viewbox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M742 167L500 408 258 167C246 154 233 150 217 150 196 150 179 158 167 167 154 179 150 196 150 212 150 229 154 242 171 254L408 500 167 742C138 771 138 800 167 829 196 858 225 858 254 829L496 587 738 829C750 842 767 846 783 846 800 846 817 842 829 829 842 817 846 804 846 783 846 767 842 750 829 737L588 500 833 258C863 229 863 200 833 171 804 137 775 137 742 167Z"></path></svg> <span class="elementor-screen-only">Menu</span>
</div>
<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
<ul id="menu-2-9eddfa8" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26637"><a href="https://www.cbdproduction.fr/fleurs/" class="elementor-item" tabindex="-1">Fleurs</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-27987"><a href="https://www.cbdproduction.fr/resines/" class="elementor-item" tabindex="-1">Résines</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-27986"><a href="https://www.cbdproduction.fr/resines/rocks/" class="elementor-item" tabindex="-1">Rocks</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29563"><a href="https://www.cbdproduction.fr/cbn/" class="elementor-item" tabindex="-1">CBN</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26638"><a href="https://www.cbdproduction.fr/huiles-cbd/" class="elementor-item" tabindex="-1">Huiles</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-39063"><a href="https://www.cbdproduction.fr/puff/" class="elementor-item" tabindex="-1">Puff</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26660"><a href="https://www.cbdproduction.fr/cosmetique/" class="elementor-item" tabindex="-1">Cosmétique</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26662"><a href="https://www.cbdproduction.fr/animaux-cbd/" class="elementor-item" tabindex="-1">Animaux CBD</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29611"><a href="https://www.cbdproduction.fr/autres-produits-cbn-cbn/" class="elementor-item" tabindex="-1">Autres produits</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-38514"><a class="elementor-item" tabindex="-1">Distributeur automatique de cbd</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-38511"><a href="https://www.cbdproduction.fr/distributeur-automatique-cbd/agen/" class="elementor-sub-item" tabindex="-1">Agen</a></li>
</ul>
</li>
</ul> </nav>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="elementor-section elementor-top-section elementor-element elementor-element-a3a9d96 elementor-section-full_width elementor-section-height-min-height elementor-section-height-default elementor-section-items-middle" data-id="a3a9d96" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;none&quot;}">
<div class="elementor-container elementor-column-gap-default">
<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-36e8d1b" data-id="36e8d1b" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-background-overlay"></div>
<div class="elementor-element elementor-element-b2a16e4 homeSlider elementor--h-position-center elementor--v-position-middle elementor-arrows-position-inside elementor-pagination-position-inside elementor-widget elementor-widget-slides" data-id="b2a16e4" data-element_type="widget" data-settings="{&quot;_animation_mobile&quot;:&quot;none&quot;,&quot;autoplay_speed&quot;:8000,&quot;transition_speed&quot;:700,&quot;navigation&quot;:&quot;both&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;transition&quot;:&quot;slide&quot;}" data-widget_type="slides.default">
<div class="elementor-widget-container">
<style>/*! elementor-pro - v3.15.0 - 09-08-2023 */
.elementor-slides .swiper-slide-bg{background-size:cover;background-position:50%;background-repeat:no-repeat;min-width:100%;min-height:100%}.elementor-slides .swiper-slide-inner{background-repeat:no-repeat;background-position:50%;position:absolute;top:0;left:0;bottom:0;right:0;padding:50px;margin:auto}.elementor-slides .swiper-slide-inner,.elementor-slides .swiper-slide-inner:hover{color:#fff;display:flex}.elementor-slides .swiper-slide-inner .elementor-background-overlay{position:absolute;z-index:0;top:0;bottom:0;left:0;right:0}.elementor-slides .swiper-slide-inner .elementor-slide-content{position:relative;z-index:1;width:100%}.elementor-slides .swiper-slide-inner .elementor-slide-heading{font-size:35px;font-weight:700;line-height:1}.elementor-slides .swiper-slide-inner .elementor-slide-description{font-size:17px;line-height:1.4}.elementor-slides .swiper-slide-inner .elementor-slide-description:not(:last-child),.elementor-slides .swiper-slide-inner .elementor-slide-heading:not(:last-child){margin-bottom:30px}.elementor-slides .swiper-slide-inner .elementor-slide-button{border:2px solid #fff;color:#fff;background:transparent;display:inline-block}.elementor-slides .swiper-slide-inner .elementor-slide-button,.elementor-slides .swiper-slide-inner .elementor-slide-button:hover{background:transparent;color:inherit;text-decoration:none}.elementor--v-position-top .swiper-slide-inner{align-items:flex-start}.elementor--v-position-bottom .swiper-slide-inner{align-items:flex-end}.elementor--v-position-middle .swiper-slide-inner{align-items:center}.elementor--h-position-left .swiper-slide-inner{justify-content:flex-start}.elementor--h-position-right .swiper-slide-inner{justify-content:flex-end}.elementor--h-position-center .swiper-slide-inner{justify-content:center}body.rtl .elementor-widget-slides .elementor-swiper-button-next{left:10px;right:auto}body.rtl .elementor-widget-slides .elementor-swiper-button-prev{right:10px;left:auto}.elementor-slides-wrapper div:not(.swiper-slide)>.swiper-slide-inner{display:none}@media (max-width:767px){.elementor-slides .swiper-slide-inner{padding:30px}.elementor-slides .swiper-slide-inner .elementor-slide-heading{font-size:23px;line-height:1;margin-bottom:15px}.elementor-slides .swiper-slide-inner .elementor-slide-description{font-size:13px;line-height:1.4;margin-bottom:15px}}</style> <div class="elementor-swiper">
<div class="elementor-slides-wrapper elementor-main-swiper swiper" dir="ltr" data-animation="fadeInUp">
<div class="swiper-wrapper elementor-slides">
<div class="elementor-repeater-item-899f3ae swiper-slide"><div class="swiper-slide-bg" role="img"></div><div class="swiper-slide-inner"><div class="swiper-slide-contents"><div class="elementor-slide-heading">CBD PRODUCTION <br/>Du producteur au consommateur</div><div class="elementor-slide-description">Boutique CBD shop en ligne spécialiste des produits à base de chanvre et dérivés CBD.<br/>
Acheter du CBD de qualité au meilleur prix...</div><a href="https://www.cbdproduction.fr/qui-sommes-nous/" class="elementor-button elementor-slide-button elementor-size-md">Qui sommes-nous ?</a></div></div></div><div class="elementor-repeater-item-b57326c swiper-slide"><div class="swiper-slide-bg" role="img"></div><div class="swiper-slide-inner"><div class="swiper-slide-contents"><div class="elementor-slide-heading">Huiles cbd</div><div class="elementor-slide-description">Découvrez notre gamme de produits huiles cbd</div><a href="/huiles-cbd/" class="elementor-button elementor-slide-button elementor-size-md">Découvrir ici</a></div></div></div><div class="elementor-repeater-item-f53a208 swiper-slide"><div class="swiper-slide-bg" role="img"></div><div class="swiper-slide-inner"><div class="swiper-slide-contents"><div class="elementor-slide-heading">Fleurs</div><div class="elementor-slide-description">Découvrez notre gamme de fleurs françaises !</div><a href="https://www.cbdproduction.fr/fleurs/" class="elementor-button elementor-slide-button elementor-size-md">Découvrir ici</a></div></div></div><div class="elementor-repeater-item-1c7ff26 swiper-slide"><div class="swiper-slide-bg" role="img"></div><div class="swiper-slide-inner"><div class="swiper-slide-contents"><div class="elementor-slide-heading">Cosmétique​</div><div class="elementor-slide-description">Découvrez notre gamme de produits cosmétiques</div><a href="/cosmetique/" class="elementor-button elementor-slide-button elementor-size-md">Découvrir ici</a></div></div></div> </div>
<div class="swiper-pagination"></div>
<div class="elementor-swiper-button elementor-swiper-button-prev" role="button" tabindex="0">
<svg aria-hidden="true" class="e-font-icon-svg e-eicon-chevron-left" viewbox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg> <span class="elementor-screen-only">Diapositive précédente</span>
</div>
<div class="elementor-swiper-button elementor-swiper-button-next" role="button" tabindex="0">
<svg aria-hidden="true" class="e-font-icon-svg e-eicon-chevron-right" viewbox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg> <span class="elementor-screen-only">Diapositive suivante</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="elementor-section elementor-top-section elementor-element elementor-element-7f1b1fe elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="7f1b1fe" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_top&quot;:&quot;wave-brush&quot;,&quot;shape_divider_bottom&quot;:&quot;wave-brush&quot;,&quot;animation&quot;:&quot;none&quot;}">
<div class="elementor-shape elementor-shape-top" data-negative="false">
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 283.5 27.8" preserveaspectratio="none">
<path class="elementor-shape-fill" d="M283.5,9.7c0,0-7.3,4.3-14,4.6c-6.8,0.3-12.6,0-20.9-1.5c-11.3-2-33.1-10.1-44.7-5.7	s-12.1,4.6-18,7.4c-6.6,3.2-20,9.6-36.6,9.3C131.6,23.5,99.5,7.2,86.3,8c-1.4,0.1-6.6,0.8-10.5,2c-3.8,1.2-9.4,3.8-17,4.7	c-3.2,0.4-8.3,1.1-14.2,0.9c-1.5-0.1-6.3-0.4-12-1.6c-5.7-1.2-11-3.1-15.8-3.7C6.5,9.2,0,10.8,0,10.8V0h283.5V9.7z M260.8,11.3	c-0.7-1-2-0.4-4.3-0.4c-2.3,0-6.1-1.2-5.8-1.1c0.3,0.1,3.1,1.5,6,1.9C259.7,12.2,261.4,12.3,260.8,11.3z M242.4,8.6	c0,0-2.4-0.2-5.6-0.9c-3.2-0.8-10.3-2.8-15.1-3.5c-8.2-1.1-15.8,0-15.1,0.1c0.8,0.1,9.6-0.6,17.6,1.1c3.3,0.7,9.3,2.2,12.4,2.7	C239.9,8.7,242.4,8.6,242.4,8.6z M185.2,8.5c1.7-0.7-13.3,4.7-18.5,6.1c-2.1,0.6-6.2,1.6-10,2c-3.9,0.4-8.9,0.4-8.8,0.5	c0,0.2,5.8,0.8,11.2,0c5.4-0.8,5.2-1.1,7.6-1.6C170.5,14.7,183.5,9.2,185.2,8.5z M199.1,6.9c0.2,0-0.8-0.4-4.8,1.1	c-4,1.5-6.7,3.5-6.9,3.7c-0.2,0.1,3.5-1.8,6.6-3C197,7.5,199,6.9,199.1,6.9z M283,6c-0.1,0.1-1.9,1.1-4.8,2.5s-6.9,2.8-6.7,2.7	c0.2,0,3.5-0.6,7.4-2.5C282.8,6.8,283.1,5.9,283,6z M31.3,11.6c0.1-0.2-1.9-0.2-4.5-1.2s-5.4-1.6-7.8-2C15,7.6,7.3,8.5,7.7,8.6	C8,8.7,15.9,8.3,20.2,9.3c2.2,0.5,2.4,0.5,5.7,1.6S31.2,11.9,31.3,11.6z M73,9.2c0.4-0.1,3.5-1.6,8.4-2.6c4.9-1.1,8.9-0.5,8.9-0.8	c0-0.3-1-0.9-6.2-0.3S72.6,9.3,73,9.2z M71.6,6.7C71.8,6.8,75,5.4,77.3,5c2.3-0.3,1.9-0.5,1.9-0.6c0-0.1-1.1-0.2-2.7,0.2	C74.8,5.1,71.4,6.6,71.6,6.7z M93.6,4.4c0.1,0.2,3.5,0.8,5.6,1.8c2.1,1,1.8,0.6,1.9,0.5c0.1-0.1-0.8-0.8-2.4-1.3	C97.1,4.8,93.5,4.2,93.6,4.4z M65.4,11.1c-0.1,0.3,0.3,0.5,1.9-0.2s2.6-1.3,2.2-1.2s-0.9,0.4-2.5,0.8C65.3,10.9,65.5,10.8,65.4,11.1	z M34.5,12.4c-0.2,0,2.1,0.8,3.3,0.9c1.2,0.1,2,0.1,2-0.2c0-0.3-0.1-0.5-1.6-0.4C36.6,12.8,34.7,12.4,34.5,12.4z M152.2,21.1	c-0.1,0.1-2.4-0.3-7.5-0.3c-5,0-13.6-2.4-17.2-3.5c-3.6-1.1,10,3.9,16.5,4.1C150.5,21.6,152.3,21,152.2,21.1z" />
<path class="elementor-shape-fill" d="M269.6,18c-0.1-0.1-4.6,0.3-7.2,0c-7.3-0.7-17-3.2-16.6-2.9c0.4,0.3,13.7,3.1,17,3.3	C267.7,18.8,269.7,18,269.6,18z" />
<path class="elementor-shape-fill" d="M227.4,9.8c-0.2-0.1-4.5-1-9.5-1.2c-5-0.2-12.7,0.6-12.3,0.5c0.3-0.1,5.9-1.8,13.3-1.2	S227.6,9.9,227.4,9.8z" />
<path class="elementor-shape-fill" d="M204.5,13.4c-0.1-0.1,2-1,3.2-1.1c1.2-0.1,2,0,2,0.3c0,0.3-0.1,0.5-1.6,0.4	C206.4,12.9,204.6,13.5,204.5,13.4z" />
<path class="elementor-shape-fill" d="M201,10.6c0-0.1-4.4,1.2-6.3,2.2c-1.9,0.9-6.2,3.1-6.1,3.1c0.1,0.1,4.2-1.6,6.3-2.6	S201,10.7,201,10.6z" />
<path class="elementor-shape-fill" d="M154.5,26.7c-0.1-0.1-4.6,0.3-7.2,0c-7.3-0.7-17-3.2-16.6-2.9c0.4,0.3,13.7,3.1,17,3.3	C152.6,27.5,154.6,26.8,154.5,26.7z" />
<path class="elementor-shape-fill" d="M41.9,19.3c0,0,1.2-0.3,2.9-0.1c1.7,0.2,5.8,0.9,8.2,0.7c4.2-0.4,7.4-2.7,7-2.6	c-0.4,0-4.3,2.2-8.6,1.9c-1.8-0.1-5.1-0.5-6.7-0.4S41.9,19.3,41.9,19.3z" />
<path class="elementor-shape-fill" d="M75.5,12.6c0.2,0.1,2-0.8,4.3-1.1c2.3-0.2,2.1-0.3,2.1-0.5c0-0.1-1.8-0.4-3.4,0	C76.9,11.5,75.3,12.5,75.5,12.6z" />
<path class="elementor-shape-fill" d="M15.6,13.2c0-0.1,4.3,0,6.7,0.5c2.4,0.5,5,1.9,5,2c0,0.1-2.7-0.8-5.1-1.4	C19.9,13.7,15.7,13.3,15.6,13.2z" />
</svg> </div>
<div class="elementor-shape elementor-shape-bottom" data-negative="false">
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 283.5 27.8" preserveaspectratio="none">
<path class="elementor-shape-fill" d="M283.5,9.7c0,0-7.3,4.3-14,4.6c-6.8,0.3-12.6,0-20.9-1.5c-11.3-2-33.1-10.1-44.7-5.7	s-12.1,4.6-18,7.4c-6.6,3.2-20,9.6-36.6,9.3C131.6,23.5,99.5,7.2,86.3,8c-1.4,0.1-6.6,0.8-10.5,2c-3.8,1.2-9.4,3.8-17,4.7	c-3.2,0.4-8.3,1.1-14.2,0.9c-1.5-0.1-6.3-0.4-12-1.6c-5.7-1.2-11-3.1-15.8-3.7C6.5,9.2,0,10.8,0,10.8V0h283.5V9.7z M260.8,11.3	c-0.7-1-2-0.4-4.3-0.4c-2.3,0-6.1-1.2-5.8-1.1c0.3,0.1,3.1,1.5,6,1.9C259.7,12.2,261.4,12.3,260.8,11.3z M242.4,8.6	c0,0-2.4-0.2-5.6-0.9c-3.2-0.8-10.3-2.8-15.1-3.5c-8.2-1.1-15.8,0-15.1,0.1c0.8,0.1,9.6-0.6,17.6,1.1c3.3,0.7,9.3,2.2,12.4,2.7	C239.9,8.7,242.4,8.6,242.4,8.6z M185.2,8.5c1.7-0.7-13.3,4.7-18.5,6.1c-2.1,0.6-6.2,1.6-10,2c-3.9,0.4-8.9,0.4-8.8,0.5	c0,0.2,5.8,0.8,11.2,0c5.4-0.8,5.2-1.1,7.6-1.6C170.5,14.7,183.5,9.2,185.2,8.5z M199.1,6.9c0.2,0-0.8-0.4-4.8,1.1	c-4,1.5-6.7,3.5-6.9,3.7c-0.2,0.1,3.5-1.8,6.6-3C197,7.5,199,6.9,199.1,6.9z M283,6c-0.1,0.1-1.9,1.1-4.8,2.5s-6.9,2.8-6.7,2.7	c0.2,0,3.5-0.6,7.4-2.5C282.8,6.8,283.1,5.9,283,6z M31.3,11.6c0.1-0.2-1.9-0.2-4.5-1.2s-5.4-1.6-7.8-2C15,7.6,7.3,8.5,7.7,8.6	C8,8.7,15.9,8.3,20.2,9.3c2.2,0.5,2.4,0.5,5.7,1.6S31.2,11.9,31.3,11.6z M73,9.2c0.4-0.1,3.5-1.6,8.4-2.6c4.9-1.1,8.9-0.5,8.9-0.8	c0-0.3-1-0.9-6.2-0.3S72.6,9.3,73,9.2z M71.6,6.7C71.8,6.8,75,5.4,77.3,5c2.3-0.3,1.9-0.5,1.9-0.6c0-0.1-1.1-0.2-2.7,0.2	C74.8,5.1,71.4,6.6,71.6,6.7z M93.6,4.4c0.1,0.2,3.5,0.8,5.6,1.8c2.1,1,1.8,0.6,1.9,0.5c0.1-0.1-0.8-0.8-2.4-1.3	C97.1,4.8,93.5,4.2,93.6,4.4z M65.4,11.1c-0.1,0.3,0.3,0.5,1.9-0.2s2.6-1.3,2.2-1.2s-0.9,0.4-2.5,0.8C65.3,10.9,65.5,10.8,65.4,11.1	z M34.5,12.4c-0.2,0,2.1,0.8,3.3,0.9c1.2,0.1,2,0.1,2-0.2c0-0.3-0.1-0.5-1.6-0.4C36.6,12.8,34.7,12.4,34.5,12.4z M152.2,21.1	c-0.1,0.1-2.4-0.3-7.5-0.3c-5,0-13.6-2.4-17.2-3.5c-3.6-1.1,10,3.9,16.5,4.1C150.5,21.6,152.3,21,152.2,21.1z" />
<path class="elementor-shape-fill" d="M269.6,18c-0.1-0.1-4.6,0.3-7.2,0c-7.3-0.7-17-3.2-16.6-2.9c0.4,0.3,13.7,3.1,17,3.3	C267.7,18.8,269.7,18,269.6,18z" />
<path class="elementor-shape-fill" d="M227.4,9.8c-0.2-0.1-4.5-1-9.5-1.2c-5-0.2-12.7,0.6-12.3,0.5c0.3-0.1,5.9-1.8,13.3-1.2	S227.6,9.9,227.4,9.8z" />
<path class="elementor-shape-fill" d="M204.5,13.4c-0.1-0.1,2-1,3.2-1.1c1.2-0.1,2,0,2,0.3c0,0.3-0.1,0.5-1.6,0.4	C206.4,12.9,204.6,13.5,204.5,13.4z" />
<path class="elementor-shape-fill" d="M201,10.6c0-0.1-4.4,1.2-6.3,2.2c-1.9,0.9-6.2,3.1-6.1,3.1c0.1,0.1,4.2-1.6,6.3-2.6	S201,10.7,201,10.6z" />
<path class="elementor-shape-fill" d="M154.5,26.7c-0.1-0.1-4.6,0.3-7.2,0c-7.3-0.7-17-3.2-16.6-2.9c0.4,0.3,13.7,3.1,17,3.3	C152.6,27.5,154.6,26.8,154.5,26.7z" />
<path class="elementor-shape-fill" d="M41.9,19.3c0,0,1.2-0.3,2.9-0.1c1.7,0.2,5.8,0.9,8.2,0.7c4.2-0.4,7.4-2.7,7-2.6	c-0.4,0-4.3,2.2-8.6,1.9c-1.8-0.1-5.1-0.5-6.7-0.4S41.9,19.3,41.9,19.3z" />
<path class="elementor-shape-fill" d="M75.5,12.6c0.2,0.1,2-0.8,4.3-1.1c2.3-0.2,2.1-0.3,2.1-0.5c0-0.1-1.8-0.4-3.4,0	C76.9,11.5,75.3,12.5,75.5,12.6z" />
<path class="elementor-shape-fill" d="M15.6,13.2c0-0.1,4.3,0,6.7,0.5c2.4,0.5,5,1.9,5,2c0,0.1-2.7-0.8-5.1-1.4	C19.9,13.7,15.7,13.3,15.6,13.2z" />
</svg> </div>
<div class="elementor-container elementor-column-gap-default">
<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-be00c84" data-id="be00c84" data-element_type="column" data-settings="{&quot;animation&quot;:&quot;none&quot;}">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-0e90439 elementor-widget elementor-widget-heading" data-id="0e90439" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;}" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h1 class="elementor-heading-title elementor-size-default">Notre <strong style="color:#680037;">«Best-Seller»</strong> Huile CBD Chanvre NOBILIS 10 % - Full Spectrum</h1> </div>
</div>
<div class="elementor-element elementor-element-3510710 elementor-widget elementor-widget-text-editor" data-id="3510710" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;}" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<style>/*! elementor - v3.21.0 - 25-04-2024 */
.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}</style> <p>Découvrez l&#8217;huile de CBD à base de chanvre en 10 %, soigneusement sélectionnée par CBD Production pour vous offrir une expérience unique en Full Spectrum, fabriquée en France. Son goût savoureux vous surprendra à coup sûr ! Choisissez parmi plusieurs concentrations pour une dose de bien-être optimale.</p> </div>
</div>
<div class="elementor-element elementor-element-abd4a12 elementor-align-left elementor-widget elementor-widget-button" data-id="abd4a12" data-element_type="widget" data-widget_type="button.default">
<div class="elementor-widget-container">
<div class="elementor-button-wrapper">
<a class="elementor-button elementor-button-link elementor-size-sm elementor-animation-grow" href="https://www.cbdproduction.fr/produit/huile-cbd-10-full-spectrum-nobilis-product/">
<span class="elementor-button-content-wrapper">
<span class="elementor-button-text">Voir huile CBD</span>
</span>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-2da9ff6 elementor-invisible" data-id="2da9ff6" data-element_type="column" data-settings="{&quot;animation&quot;:&quot;fadeInUp&quot;}">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-852a500 animated-slow elementor-widget elementor-widget-image" data-id="852a500" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;}" data-widget_type="image.default">
<div class="elementor-widget-container">
<img decoding="async" width="1024" height="1024" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201024%201024'%3E%3C/svg%3E" class="attachment-full size-full wp-image-33777" alt="huile cbd nobilis" data-lazy-srcset="//www.cbdproduction.fr/wp-content/uploads/2023/02/huile-full-spectrum-nobilis-20-10ml-cbd-production-1024x1024-1-1.webp 1024w, //www.cbdproduction.fr/wp-content/uploads/2023/02/huile-full-spectrum-nobilis-20-10ml-cbd-production-1024x1024-1-1-768x768.webp 768w, //www.cbdproduction.fr/wp-content/uploads/2023/02/huile-full-spectrum-nobilis-20-10ml-cbd-production-1024x1024-1-1-500x500.webp 500w, //www.cbdproduction.fr/wp-content/uploads/2023/02/huile-full-spectrum-nobilis-20-10ml-cbd-production-1024x1024-1-1-650x650.webp 650w, //www.cbdproduction.fr/wp-content/uploads/2023/02/huile-full-spectrum-nobilis-20-10ml-cbd-production-1024x1024-1-1-800x800.webp 800w, //www.cbdproduction.fr/wp-content/uploads/2023/02/huile-full-spectrum-nobilis-20-10ml-cbd-production-1024x1024-1-1-300x300.webp 300w, //www.cbdproduction.fr/wp-content/uploads/2023/02/huile-full-spectrum-nobilis-20-10ml-cbd-production-1024x1024-1-1-600x600.webp 600w, //www.cbdproduction.fr/wp-content/uploads/2023/02/huile-full-spectrum-nobilis-20-10ml-cbd-production-1024x1024-1-1-100x100.webp 100w, //www.cbdproduction.fr/wp-content/uploads/2023/02/elementor/thumbs/huile-full-spectrum-nobilis-20-10ml-cbd-production-1024x1024-1-1-q20bp6f1hh4xtdmyh4jm30k1nj9t9r8p0al5b1it64.webp 350w" data-lazy-sizes="(max-width: 1024px) 100vw, 1024px" data-lazy-src="//www.cbdproduction.fr/wp-content/uploads/2023/02/huile-full-spectrum-nobilis-20-10ml-cbd-production-1024x1024-1-1.webp" /><noscript><img decoding="async" width="1024" height="1024" src="//www.cbdproduction.fr/wp-content/uploads/2023/02/huile-full-spectrum-nobilis-20-10ml-cbd-production-1024x1024-1-1.webp" class="attachment-full size-full wp-image-33777" alt="huile cbd nobilis" srcset="//www.cbdproduction.fr/wp-content/uploads/2023/02/huile-full-spectrum-nobilis-20-10ml-cbd-production-1024x1024-1-1.webp 1024w, //www.cbdproduction.fr/wp-content/uploads/2023/02/huile-full-spectrum-nobilis-20-10ml-cbd-production-1024x1024-1-1-768x768.webp 768w, //www.cbdproduction.fr/wp-content/uploads/2023/02/huile-full-spectrum-nobilis-20-10ml-cbd-production-1024x1024-1-1-500x500.webp 500w, //www.cbdproduction.fr/wp-content/uploads/2023/02/huile-full-spectrum-nobilis-20-10ml-cbd-production-1024x1024-1-1-650x650.webp 650w, //www.cbdproduction.fr/wp-content/uploads/2023/02/huile-full-spectrum-nobilis-20-10ml-cbd-production-1024x1024-1-1-800x800.webp 800w, //www.cbdproduction.fr/wp-content/uploads/2023/02/huile-full-spectrum-nobilis-20-10ml-cbd-production-1024x1024-1-1-300x300.webp 300w, //www.cbdproduction.fr/wp-content/uploads/2023/02/huile-full-spectrum-nobilis-20-10ml-cbd-production-1024x1024-1-1-600x600.webp 600w, //www.cbdproduction.fr/wp-content/uploads/2023/02/huile-full-spectrum-nobilis-20-10ml-cbd-production-1024x1024-1-1-100x100.webp 100w, //www.cbdproduction.fr/wp-content/uploads/2023/02/elementor/thumbs/huile-full-spectrum-nobilis-20-10ml-cbd-production-1024x1024-1-1-q20bp6f1hh4xtdmyh4jm30k1nj9t9r8p0al5b1it64.webp 350w" sizes="(max-width: 1024px) 100vw, 1024px" /></noscript> </div>
</div>
</div>
</div>
</div>
</section>
<section class="elementor-section elementor-top-section elementor-element elementor-element-0ab944f elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="0ab944f" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;none&quot;}">
<div class="elementor-container elementor-column-gap-default">
<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-de72e43" data-id="de72e43" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-30139f9 elementor-invisible elementor-widget elementor-widget-heading" data-id="30139f9" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeIn&quot;}" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h2 class="elementor-heading-title elementor-size-default">Nos meilleures ventes CBD du moment !</h2> </div>
</div>
<div class="elementor-element elementor-element-a3b2806 elementor-widget elementor-widget-image" data-id="a3b2806" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;}" data-widget_type="image.default">
<div class="elementor-widget-container">
<img decoding="async" width="371" height="34" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20371%2034'%3E%3C/svg%3E" class="attachment-medium_large size-medium_large wp-image-1189" alt="cbd production" data-lazy-srcset="//www.cbdproduction.fr/wp-content/uploads/2021/04/separateur.png 371w, //www.cbdproduction.fr/wp-content/uploads/2021/04/separateur-300x27.png 300w" data-lazy-sizes="(max-width: 371px) 100vw, 371px" data-lazy-src="//www.cbdproduction.fr/wp-content/uploads/2021/04/separateur.png" /><noscript><img decoding="async" width="371" height="34" src="//www.cbdproduction.fr/wp-content/uploads/2021/04/separateur.png" class="attachment-medium_large size-medium_large wp-image-1189" alt="cbd production" srcset="//www.cbdproduction.fr/wp-content/uploads/2021/04/separateur.png 371w, //www.cbdproduction.fr/wp-content/uploads/2021/04/separateur-300x27.png 300w" sizes="(max-width: 371px) 100vw, 371px" /></noscript> </div>
</div>
<div class="elementor-element elementor-element-2d1d036 elementor-product-loop-item--align-center elementor-grid-4 elementor-grid-tablet-3 elementor-grid-mobile-2 elementor-products-grid elementor-wc-products elementor-widget elementor-widget-woocommerce-products" data-id="2d1d036" data-element_type="widget" data-widget_type="woocommerce-products.default">
<div class="elementor-widget-container">
<div class="woocommerce columns-4"><ul class="products elementor-grid columns-4">
<li class="product type-product post-38963 status-publish first instock product_cat-divers has-post-thumbnail featured taxable shipping-taxable purchasable product-type-simple">
<a href="https://www.cbdproduction.fr/produit/pre-roll-gorilla-glue-by-king-kone/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img decoding="async" width="300" height="300" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20300'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt data-lazy-srcset="//www.cbdproduction.fr/wp-content/uploads/2023/11/Design-sans-titre-15-300x300.jpg 300w, //www.cbdproduction.fr/wp-content/uploads/2023/11/Design-sans-titre-15-768x768.jpg 768w, //www.cbdproduction.fr/wp-content/uploads/2023/11/Design-sans-titre-15-500x500.jpg 500w, //www.cbdproduction.fr/wp-content/uploads/2023/11/Design-sans-titre-15-650x650.jpg 650w, //www.cbdproduction.fr/wp-content/uploads/2023/11/Design-sans-titre-15-800x800.jpg 800w, //www.cbdproduction.fr/wp-content/uploads/2023/11/Design-sans-titre-15-600x600.jpg 600w, //www.cbdproduction.fr/wp-content/uploads/2023/11/Design-sans-titre-15-100x100.jpg 100w, //www.cbdproduction.fr/wp-content/uploads/2023/11/Design-sans-titre-15-64x64.jpg 64w, //www.cbdproduction.fr/wp-content/uploads/2023/11/Design-sans-titre-15.jpg 1024w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="//www.cbdproduction.fr/wp-content/uploads/2023/11/Design-sans-titre-15-300x300.jpg" /><noscript><img loading="lazy" decoding="async" width="300" height="300" src="//www.cbdproduction.fr/wp-content/uploads/2023/11/Design-sans-titre-15-300x300.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" srcset="//www.cbdproduction.fr/wp-content/uploads/2023/11/Design-sans-titre-15-300x300.jpg 300w, //www.cbdproduction.fr/wp-content/uploads/2023/11/Design-sans-titre-15-768x768.jpg 768w, //www.cbdproduction.fr/wp-content/uploads/2023/11/Design-sans-titre-15-500x500.jpg 500w, //www.cbdproduction.fr/wp-content/uploads/2023/11/Design-sans-titre-15-650x650.jpg 650w, //www.cbdproduction.fr/wp-content/uploads/2023/11/Design-sans-titre-15-800x800.jpg 800w, //www.cbdproduction.fr/wp-content/uploads/2023/11/Design-sans-titre-15-600x600.jpg 600w, //www.cbdproduction.fr/wp-content/uploads/2023/11/Design-sans-titre-15-100x100.jpg 100w, //www.cbdproduction.fr/wp-content/uploads/2023/11/Design-sans-titre-15-64x64.jpg 64w, //www.cbdproduction.fr/wp-content/uploads/2023/11/Design-sans-titre-15.jpg 1024w" sizes="(max-width: 300px) 100vw, 300px" /></noscript><h2 class="woocommerce-loop-product__title">Pré roll Gorilla Glue by King Kone</h2><div class="eael-star-rating star-rating"><span style="width:0%">Note <strong class="rating">0</strong> sur 5</span></div>
<span class="price"><span class="woocommerce-Price-amount amount"><bdi>4,90&nbsp;<span class="woocommerce-Price-currencySymbol">&euro;</span></bdi></span></span>
</a><a rel="nofollow" href="?add-to-cart=38963" data-quantity="1" data-product_id="38963" data-product_sku class="button">Ajouter au panier</a><div class="woocommerce-loop-product__buttons"><a data-pid="38963" class="shopengine_add_to_list_action shopengine-wishlist badge se-btn inactive" href="#"><i class="shopengine-icon-add_to_favourite_1"></i></a><a title="Aperçu rapide" class="shopengine-quickview-trigger se-btn" data-source-url="https://www.cbdproduction.fr/produit/pre-roll-gorilla-glue-by-king-kone/" href="https://www.cbdproduction.fr/produit/pre-roll-gorilla-glue-by-king-kone/">
<i class="shopengine-icon-quick_view_1"></i>
</a><a data-payload="{&quot;pid&quot;:38963}" class="shopengine_comparison_add_to_list_action shopengine-comparison badge se-btn inactive"> <i class="shopengine-icon-product_compare_1"></i> </a></div></li>
<li class="product type-product post-36322 status-publish instock product_cat-divers has-post-thumbnail featured taxable shipping-taxable purchasable product-type-simple">
<a href="https://www.cbdproduction.fr/produit/barrel-puff-cbd-fruity-mix/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img decoding="async" width="300" height="300" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20300'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt data-lazy-srcset="//www.cbdproduction.fr/wp-content/uploads/2023/05/1738-large_default-300x300.webp 300w, //www.cbdproduction.fr/wp-content/uploads/2023/05/1738-large_default-768x768.webp 768w, //www.cbdproduction.fr/wp-content/uploads/2023/05/1738-large_default-500x500.webp 500w, //www.cbdproduction.fr/wp-content/uploads/2023/05/1738-large_default-650x650.webp 650w, //www.cbdproduction.fr/wp-content/uploads/2023/05/1738-large_default-600x600.webp 600w, //www.cbdproduction.fr/wp-content/uploads/2023/05/1738-large_default-100x100.webp 100w, //www.cbdproduction.fr/wp-content/uploads/2023/05/1738-large_default.webp 800w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="//www.cbdproduction.fr/wp-content/uploads/2023/05/1738-large_default-300x300.webp" /><noscript><img loading="lazy" decoding="async" width="300" height="300" src="//www.cbdproduction.fr/wp-content/uploads/2023/05/1738-large_default-300x300.webp" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" srcset="//www.cbdproduction.fr/wp-content/uploads/2023/05/1738-large_default-300x300.webp 300w, //www.cbdproduction.fr/wp-content/uploads/2023/05/1738-large_default-768x768.webp 768w, //www.cbdproduction.fr/wp-content/uploads/2023/05/1738-large_default-500x500.webp 500w, //www.cbdproduction.fr/wp-content/uploads/2023/05/1738-large_default-650x650.webp 650w, //www.cbdproduction.fr/wp-content/uploads/2023/05/1738-large_default-600x600.webp 600w, //www.cbdproduction.fr/wp-content/uploads/2023/05/1738-large_default-100x100.webp 100w, //www.cbdproduction.fr/wp-content/uploads/2023/05/1738-large_default.webp 800w" sizes="(max-width: 300px) 100vw, 300px" /></noscript><h2 class="woocommerce-loop-product__title">Puff CBD &#8211; Fruity Mix &#8211; Barrel</h2><div class="star-rating" role="img" aria-label="Note 5.00 sur 5"><span style="width:100%">Note <strong class="rating">5.00</strong> sur 5</span></div>
<span class="price"><span class="woocommerce-Price-amount amount"><bdi>9,90&nbsp;<span class="woocommerce-Price-currencySymbol">&euro;</span></bdi></span></span>
</a><a rel="nofollow" href="?add-to-cart=36322" data-quantity="1" data-product_id="36322" data-product_sku class="button">Ajouter au panier</a><div class="woocommerce-loop-product__buttons"><a data-pid="36322" class="shopengine_add_to_list_action shopengine-wishlist badge se-btn inactive" href="#"><i class="shopengine-icon-add_to_favourite_1"></i></a><a title="Aperçu rapide" class="shopengine-quickview-trigger se-btn" data-source-url="https://www.cbdproduction.fr/produit/barrel-puff-cbd-fruity-mix/" href="https://www.cbdproduction.fr/produit/barrel-puff-cbd-fruity-mix/">
<i class="shopengine-icon-quick_view_1"></i>
</a><a data-payload="{&quot;pid&quot;:36322}" class="shopengine_comparison_add_to_list_action shopengine-comparison badge se-btn inactive"> <i class="shopengine-icon-product_compare_1"></i> </a></div></li>
<li class="product type-product post-35733 status-publish instock product_cat-h4cbn product_cat-resines-cbd has-post-thumbnail sale featured taxable shipping-taxable purchasable product-type-variable">
<a href="https://www.cbdproduction.fr/produit/resine-h4cbd/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">
<span class="onsale">En promo</span>
<img decoding="async" width="300" height="300" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20300'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt data-lazy-srcset="//www.cbdproduction.fr/wp-content/uploads/2023/04/Design-sans-titre-_1_-300x300.webp 300w, //www.cbdproduction.fr/wp-content/uploads/2023/04/Design-sans-titre-_1_-768x768.webp 768w, //www.cbdproduction.fr/wp-content/uploads/2023/04/Design-sans-titre-_1_-500x500.webp 500w, //www.cbdproduction.fr/wp-content/uploads/2023/04/Design-sans-titre-_1_-650x650.webp 650w, //www.cbdproduction.fr/wp-content/uploads/2023/04/Design-sans-titre-_1_-800x800.webp 800w, //www.cbdproduction.fr/wp-content/uploads/2023/04/Design-sans-titre-_1_-600x600.webp 600w, //www.cbdproduction.fr/wp-content/uploads/2023/04/Design-sans-titre-_1_-100x100.webp 100w, //www.cbdproduction.fr/wp-content/uploads/2023/04/Design-sans-titre-_1_.webp 1000w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="//www.cbdproduction.fr/wp-content/uploads/2023/04/Design-sans-titre-_1_-300x300.webp" /><noscript><img loading="lazy" decoding="async" width="300" height="300" src="//www.cbdproduction.fr/wp-content/uploads/2023/04/Design-sans-titre-_1_-300x300.webp" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" srcset="//www.cbdproduction.fr/wp-content/uploads/2023/04/Design-sans-titre-_1_-300x300.webp 300w, //www.cbdproduction.fr/wp-content/uploads/2023/04/Design-sans-titre-_1_-768x768.webp 768w, //www.cbdproduction.fr/wp-content/uploads/2023/04/Design-sans-titre-_1_-500x500.webp 500w, //www.cbdproduction.fr/wp-content/uploads/2023/04/Design-sans-titre-_1_-650x650.webp 650w, //www.cbdproduction.fr/wp-content/uploads/2023/04/Design-sans-titre-_1_-800x800.webp 800w, //www.cbdproduction.fr/wp-content/uploads/2023/04/Design-sans-titre-_1_-600x600.webp 600w, //www.cbdproduction.fr/wp-content/uploads/2023/04/Design-sans-titre-_1_-100x100.webp 100w, //www.cbdproduction.fr/wp-content/uploads/2023/04/Design-sans-titre-_1_.webp 1000w" sizes="(max-width: 300px) 100vw, 300px" /></noscript><h2 class="woocommerce-loop-product__title">Résine H4CBD 30% et CBN 10%</h2><div class="eael-star-rating star-rating"><span style="width:0%">Note <strong class="rating">0</strong> sur 5</span></div>
</a> <div class="fromPrice">
<p>A partir de <span>15,96 &euro;</span> le Gr</p>
</div>
<form class="variations_form cart shop" method="post" enctype="multipart/form-data" data-product_id="35733" data-product_variations="[{&quot;attributes&quot;:{&quot;attribute_pa_poids&quot;:&quot;2gr&quot;},&quot;availability_html&quot;:&quot;&quot;,&quot;backorders_allowed&quot;:false,&quot;dimensions&quot;:{&quot;length&quot;:&quot;&quot;,&quot;width&quot;:&quot;&quot;,&quot;height&quot;:&quot;&quot;},&quot;dimensions_html&quot;:&quot;ND&quot;,&quot;display_price&quot;:9.9,&quot;display_regular_price&quot;:14,&quot;image&quot;:{&quot;title&quot;:&quot;Design-sans-titre-_1_&quot;,&quot;caption&quot;:&quot;&quot;,&quot;url&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_.webp&quot;,&quot;alt&quot;:&quot;Design-sans-titre-_1_&quot;,&quot;src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-600x600.webp&quot;,&quot;srcset&quot;:&quot;\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-600x600.webp 600w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-768x768.webp 768w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-500x500.webp 500w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-650x650.webp 650w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-800x800.webp 800w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-300x300.webp 300w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-100x100.webp 100w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_.webp 1000w&quot;,&quot;sizes&quot;:&quot;(max-width: 600px) 100vw, 600px&quot;,&quot;full_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_.webp&quot;,&quot;full_src_w&quot;:1000,&quot;full_src_h&quot;:1000,&quot;gallery_thumbnail_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-100x100.webp&quot;,&quot;gallery_thumbnail_src_w&quot;:100,&quot;gallery_thumbnail_src_h&quot;:100,&quot;thumb_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-300x300.webp&quot;,&quot;thumb_src_w&quot;:300,&quot;thumb_src_h&quot;:300,&quot;src_w&quot;:600,&quot;src_h&quot;:600},&quot;image_id&quot;:36821,&quot;is_downloadable&quot;:false,&quot;is_in_stock&quot;:true,&quot;is_purchasable&quot;:true,&quot;is_sold_individually&quot;:&quot;no&quot;,&quot;is_virtual&quot;:false,&quot;max_qty&quot;:&quot;&quot;,&quot;min_qty&quot;:1,&quot;price_html&quot;:&quot;&lt;span class=\&quot;price\&quot;&gt;&lt;del aria-hidden=\&quot;true\&quot;&gt;&lt;span class=\&quot;woocommerce-Price-amount amount\&quot;&gt;&lt;bdi&gt;14,00&amp;nbsp;&lt;span class=\&quot;woocommerce-Price-currencySymbol\&quot;&gt;&amp;euro;&lt;\/span&gt;&lt;\/bdi&gt;&lt;\/span&gt;&lt;\/del&gt; &lt;span class=\&quot;screen-reader-text\&quot;&gt;Le prix initial \u00e9tait\u00a0: 14,00&amp;nbsp;&amp;euro;.&lt;\/span&gt;&lt;ins aria-hidden=\&quot;true\&quot;&gt;&lt;span class=\&quot;woocommerce-Price-amount amount\&quot;&gt;&lt;bdi&gt;9,90&amp;nbsp;&lt;span class=\&quot;woocommerce-Price-currencySymbol\&quot;&gt;&amp;euro;&lt;\/span&gt;&lt;\/bdi&gt;&lt;\/span&gt;&lt;\/ins&gt;&lt;span class=\&quot;screen-reader-text\&quot;&gt;Le prix actuel est\u00a0: 9,90&amp;nbsp;&amp;euro;.&lt;\/span&gt;&lt;\/span&gt;&quot;,&quot;sku&quot;:&quot;&quot;,&quot;variation_description&quot;:&quot;&quot;,&quot;variation_id&quot;:35740,&quot;variation_is_active&quot;:true,&quot;variation_is_visible&quot;:true,&quot;weight&quot;:&quot;&quot;,&quot;weight_html&quot;:&quot;ND&quot;},{&quot;attributes&quot;:{&quot;attribute_pa_poids&quot;:&quot;5gr&quot;},&quot;availability_html&quot;:&quot;&quot;,&quot;backorders_allowed&quot;:false,&quot;dimensions&quot;:{&quot;length&quot;:&quot;&quot;,&quot;width&quot;:&quot;&quot;,&quot;height&quot;:&quot;&quot;},&quot;dimensions_html&quot;:&quot;ND&quot;,&quot;display_price&quot;:19.95,&quot;display_regular_price&quot;:32.5,&quot;image&quot;:{&quot;title&quot;:&quot;Design-sans-titre-_1_&quot;,&quot;caption&quot;:&quot;&quot;,&quot;url&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_.webp&quot;,&quot;alt&quot;:&quot;Design-sans-titre-_1_&quot;,&quot;src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-600x600.webp&quot;,&quot;srcset&quot;:&quot;\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-600x600.webp 600w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-768x768.webp 768w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-500x500.webp 500w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-650x650.webp 650w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-800x800.webp 800w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-300x300.webp 300w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-100x100.webp 100w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_.webp 1000w&quot;,&quot;sizes&quot;:&quot;(max-width: 600px) 100vw, 600px&quot;,&quot;full_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_.webp&quot;,&quot;full_src_w&quot;:1000,&quot;full_src_h&quot;:1000,&quot;gallery_thumbnail_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-100x100.webp&quot;,&quot;gallery_thumbnail_src_w&quot;:100,&quot;gallery_thumbnail_src_h&quot;:100,&quot;thumb_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-300x300.webp&quot;,&quot;thumb_src_w&quot;:300,&quot;thumb_src_h&quot;:300,&quot;src_w&quot;:600,&quot;src_h&quot;:600},&quot;image_id&quot;:36821,&quot;is_downloadable&quot;:false,&quot;is_in_stock&quot;:true,&quot;is_purchasable&quot;:true,&quot;is_sold_individually&quot;:&quot;no&quot;,&quot;is_virtual&quot;:false,&quot;max_qty&quot;:&quot;&quot;,&quot;min_qty&quot;:1,&quot;price_html&quot;:&quot;&lt;span class=\&quot;price\&quot;&gt;&lt;del aria-hidden=\&quot;true\&quot;&gt;&lt;span class=\&quot;woocommerce-Price-amount amount\&quot;&gt;&lt;bdi&gt;32,50&amp;nbsp;&lt;span class=\&quot;woocommerce-Price-currencySymbol\&quot;&gt;&amp;euro;&lt;\/span&gt;&lt;\/bdi&gt;&lt;\/span&gt;&lt;\/del&gt; &lt;span class=\&quot;screen-reader-text\&quot;&gt;Le prix initial \u00e9tait\u00a0: 32,50&amp;nbsp;&amp;euro;.&lt;\/span&gt;&lt;ins aria-hidden=\&quot;true\&quot;&gt;&lt;span class=\&quot;woocommerce-Price-amount amount\&quot;&gt;&lt;bdi&gt;19,95&amp;nbsp;&lt;span class=\&quot;woocommerce-Price-currencySymbol\&quot;&gt;&amp;euro;&lt;\/span&gt;&lt;\/bdi&gt;&lt;\/span&gt;&lt;\/ins&gt;&lt;span class=\&quot;screen-reader-text\&quot;&gt;Le prix actuel est\u00a0: 19,95&amp;nbsp;&amp;euro;.&lt;\/span&gt;&lt;\/span&gt;&quot;,&quot;sku&quot;:&quot;&quot;,&quot;variation_description&quot;:&quot;&quot;,&quot;variation_id&quot;:35743,&quot;variation_is_active&quot;:true,&quot;variation_is_visible&quot;:true,&quot;weight&quot;:&quot;&quot;,&quot;weight_html&quot;:&quot;ND&quot;},{&quot;attributes&quot;:{&quot;attribute_pa_poids&quot;:&quot;10gr&quot;},&quot;availability_html&quot;:&quot;&quot;,&quot;backorders_allowed&quot;:false,&quot;dimensions&quot;:{&quot;length&quot;:&quot;&quot;,&quot;width&quot;:&quot;&quot;,&quot;height&quot;:&quot;&quot;},&quot;dimensions_html&quot;:&quot;ND&quot;,&quot;display_price&quot;:37,&quot;display_regular_price&quot;:59,&quot;image&quot;:{&quot;title&quot;:&quot;Design-sans-titre-_1_&quot;,&quot;caption&quot;:&quot;&quot;,&quot;url&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_.webp&quot;,&quot;alt&quot;:&quot;Design-sans-titre-_1_&quot;,&quot;src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-600x600.webp&quot;,&quot;srcset&quot;:&quot;\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-600x600.webp 600w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-768x768.webp 768w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-500x500.webp 500w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-650x650.webp 650w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-800x800.webp 800w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-300x300.webp 300w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-100x100.webp 100w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_.webp 1000w&quot;,&quot;sizes&quot;:&quot;(max-width: 600px) 100vw, 600px&quot;,&quot;full_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_.webp&quot;,&quot;full_src_w&quot;:1000,&quot;full_src_h&quot;:1000,&quot;gallery_thumbnail_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-100x100.webp&quot;,&quot;gallery_thumbnail_src_w&quot;:100,&quot;gallery_thumbnail_src_h&quot;:100,&quot;thumb_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-300x300.webp&quot;,&quot;thumb_src_w&quot;:300,&quot;thumb_src_h&quot;:300,&quot;src_w&quot;:600,&quot;src_h&quot;:600},&quot;image_id&quot;:36821,&quot;is_downloadable&quot;:false,&quot;is_in_stock&quot;:true,&quot;is_purchasable&quot;:true,&quot;is_sold_individually&quot;:&quot;no&quot;,&quot;is_virtual&quot;:false,&quot;max_qty&quot;:&quot;&quot;,&quot;min_qty&quot;:1,&quot;price_html&quot;:&quot;&lt;span class=\&quot;price\&quot;&gt;&lt;del aria-hidden=\&quot;true\&quot;&gt;&lt;span class=\&quot;woocommerce-Price-amount amount\&quot;&gt;&lt;bdi&gt;59,00&amp;nbsp;&lt;span class=\&quot;woocommerce-Price-currencySymbol\&quot;&gt;&amp;euro;&lt;\/span&gt;&lt;\/bdi&gt;&lt;\/span&gt;&lt;\/del&gt; &lt;span class=\&quot;screen-reader-text\&quot;&gt;Le prix initial \u00e9tait\u00a0: 59,00&amp;nbsp;&amp;euro;.&lt;\/span&gt;&lt;ins aria-hidden=\&quot;true\&quot;&gt;&lt;span class=\&quot;woocommerce-Price-amount amount\&quot;&gt;&lt;bdi&gt;37,00&amp;nbsp;&lt;span class=\&quot;woocommerce-Price-currencySymbol\&quot;&gt;&amp;euro;&lt;\/span&gt;&lt;\/bdi&gt;&lt;\/span&gt;&lt;\/ins&gt;&lt;span class=\&quot;screen-reader-text\&quot;&gt;Le prix actuel est\u00a0: 37,00&amp;nbsp;&amp;euro;.&lt;\/span&gt;&lt;\/span&gt;&quot;,&quot;sku&quot;:&quot;&quot;,&quot;variation_description&quot;:&quot;&quot;,&quot;variation_id&quot;:35742,&quot;variation_is_active&quot;:true,&quot;variation_is_visible&quot;:true,&quot;weight&quot;:&quot;&quot;,&quot;weight_html&quot;:&quot;ND&quot;},{&quot;attributes&quot;:{&quot;attribute_pa_poids&quot;:&quot;25g&quot;},&quot;availability_html&quot;:&quot;&quot;,&quot;backorders_allowed&quot;:false,&quot;dimensions&quot;:{&quot;length&quot;:&quot;&quot;,&quot;width&quot;:&quot;&quot;,&quot;height&quot;:&quot;&quot;},&quot;dimensions_html&quot;:&quot;ND&quot;,&quot;display_price&quot;:89,&quot;display_regular_price&quot;:137.5,&quot;image&quot;:{&quot;title&quot;:&quot;Design-sans-titre-_1_&quot;,&quot;caption&quot;:&quot;&quot;,&quot;url&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_.webp&quot;,&quot;alt&quot;:&quot;Design-sans-titre-_1_&quot;,&quot;src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-600x600.webp&quot;,&quot;srcset&quot;:&quot;\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-600x600.webp 600w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-768x768.webp 768w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-500x500.webp 500w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-650x650.webp 650w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-800x800.webp 800w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-300x300.webp 300w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-100x100.webp 100w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_.webp 1000w&quot;,&quot;sizes&quot;:&quot;(max-width: 600px) 100vw, 600px&quot;,&quot;full_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_.webp&quot;,&quot;full_src_w&quot;:1000,&quot;full_src_h&quot;:1000,&quot;gallery_thumbnail_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-100x100.webp&quot;,&quot;gallery_thumbnail_src_w&quot;:100,&quot;gallery_thumbnail_src_h&quot;:100,&quot;thumb_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-300x300.webp&quot;,&quot;thumb_src_w&quot;:300,&quot;thumb_src_h&quot;:300,&quot;src_w&quot;:600,&quot;src_h&quot;:600},&quot;image_id&quot;:36821,&quot;is_downloadable&quot;:false,&quot;is_in_stock&quot;:true,&quot;is_purchasable&quot;:true,&quot;is_sold_individually&quot;:&quot;no&quot;,&quot;is_virtual&quot;:false,&quot;max_qty&quot;:&quot;&quot;,&quot;min_qty&quot;:1,&quot;price_html&quot;:&quot;&lt;span class=\&quot;price\&quot;&gt;&lt;del aria-hidden=\&quot;true\&quot;&gt;&lt;span class=\&quot;woocommerce-Price-amount amount\&quot;&gt;&lt;bdi&gt;137,50&amp;nbsp;&lt;span class=\&quot;woocommerce-Price-currencySymbol\&quot;&gt;&amp;euro;&lt;\/span&gt;&lt;\/bdi&gt;&lt;\/span&gt;&lt;\/del&gt; &lt;span class=\&quot;screen-reader-text\&quot;&gt;Le prix initial \u00e9tait\u00a0: 137,50&amp;nbsp;&amp;euro;.&lt;\/span&gt;&lt;ins aria-hidden=\&quot;true\&quot;&gt;&lt;span class=\&quot;woocommerce-Price-amount amount\&quot;&gt;&lt;bdi&gt;89,00&amp;nbsp;&lt;span class=\&quot;woocommerce-Price-currencySymbol\&quot;&gt;&amp;euro;&lt;\/span&gt;&lt;\/bdi&gt;&lt;\/span&gt;&lt;\/ins&gt;&lt;span class=\&quot;screen-reader-text\&quot;&gt;Le prix actuel est\u00a0: 89,00&amp;nbsp;&amp;euro;.&lt;\/span&gt;&lt;\/span&gt;&quot;,&quot;sku&quot;:&quot;&quot;,&quot;variation_description&quot;:&quot;&quot;,&quot;variation_id&quot;:35741,&quot;variation_is_active&quot;:true,&quot;variation_is_visible&quot;:true,&quot;weight&quot;:&quot;&quot;,&quot;weight_html&quot;:&quot;ND&quot;},{&quot;attributes&quot;:{&quot;attribute_pa_poids&quot;:&quot;100gr&quot;},&quot;availability_html&quot;:&quot;&quot;,&quot;backorders_allowed&quot;:false,&quot;dimensions&quot;:{&quot;length&quot;:&quot;&quot;,&quot;width&quot;:&quot;&quot;,&quot;height&quot;:&quot;&quot;},&quot;dimensions_html&quot;:&quot;ND&quot;,&quot;display_price&quot;:299,&quot;display_regular_price&quot;:399,&quot;image&quot;:{&quot;title&quot;:&quot;Design-sans-titre-_1_&quot;,&quot;caption&quot;:&quot;&quot;,&quot;url&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_.webp&quot;,&quot;alt&quot;:&quot;Design-sans-titre-_1_&quot;,&quot;src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-600x600.webp&quot;,&quot;srcset&quot;:&quot;\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-600x600.webp 600w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-768x768.webp 768w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-500x500.webp 500w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-650x650.webp 650w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-800x800.webp 800w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-300x300.webp 300w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-100x100.webp 100w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_.webp 1000w&quot;,&quot;sizes&quot;:&quot;(max-width: 600px) 100vw, 600px&quot;,&quot;full_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_.webp&quot;,&quot;full_src_w&quot;:1000,&quot;full_src_h&quot;:1000,&quot;gallery_thumbnail_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-100x100.webp&quot;,&quot;gallery_thumbnail_src_w&quot;:100,&quot;gallery_thumbnail_src_h&quot;:100,&quot;thumb_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-300x300.webp&quot;,&quot;thumb_src_w&quot;:300,&quot;thumb_src_h&quot;:300,&quot;src_w&quot;:600,&quot;src_h&quot;:600},&quot;image_id&quot;:36821,&quot;is_downloadable&quot;:false,&quot;is_in_stock&quot;:true,&quot;is_purchasable&quot;:true,&quot;is_sold_individually&quot;:&quot;no&quot;,&quot;is_virtual&quot;:false,&quot;max_qty&quot;:&quot;&quot;,&quot;min_qty&quot;:1,&quot;price_html&quot;:&quot;&lt;span class=\&quot;price\&quot;&gt;&lt;del aria-hidden=\&quot;true\&quot;&gt;&lt;span class=\&quot;woocommerce-Price-amount amount\&quot;&gt;&lt;bdi&gt;399,00&amp;nbsp;&lt;span class=\&quot;woocommerce-Price-currencySymbol\&quot;&gt;&amp;euro;&lt;\/span&gt;&lt;\/bdi&gt;&lt;\/span&gt;&lt;\/del&gt; &lt;span class=\&quot;screen-reader-text\&quot;&gt;Le prix initial \u00e9tait\u00a0: 399,00&amp;nbsp;&amp;euro;.&lt;\/span&gt;&lt;ins aria-hidden=\&quot;true\&quot;&gt;&lt;span class=\&quot;woocommerce-Price-amount amount\&quot;&gt;&lt;bdi&gt;299,00&amp;nbsp;&lt;span class=\&quot;woocommerce-Price-currencySymbol\&quot;&gt;&amp;euro;&lt;\/span&gt;&lt;\/bdi&gt;&lt;\/span&gt;&lt;\/ins&gt;&lt;span class=\&quot;screen-reader-text\&quot;&gt;Le prix actuel est\u00a0: 299,00&amp;nbsp;&amp;euro;.&lt;\/span&gt;&lt;\/span&gt;&quot;,&quot;sku&quot;:&quot;&quot;,&quot;variation_description&quot;:&quot;&quot;,&quot;variation_id&quot;:36022,&quot;variation_is_active&quot;:true,&quot;variation_is_visible&quot;:true,&quot;weight&quot;:&quot;&quot;,&quot;weight_html&quot;:&quot;ND&quot;}]">
<div class="variations" cellspacing="0">
<div class="custom-form-control c-flex-column">
<div class="custom-select-form">
<select id="pa_poids" class="select-variation" name="attribute_pa_poids" data-attribute_name="attribute_pa_poids"><option value="2gr" data-attribute_id="35740">2gr : 9.9&euro; (4.95&euro; le gr)</option><option value="5gr" data-attribute_id="35743">5gr : 19.95&euro; (3.99&euro; le gr)</option><option value="10gr" data-attribute_id="35742">10gr : 37&euro; (3.7&euro; le gr)</option><option value="25g" data-attribute_id="35741">25g : 89&euro; (3.56&euro; le gr)</option><option value="100gr" data-attribute_id="36022">100gr : 299&euro; (2.99&euro; le gr)</option><a class="reset_variations" href="#">Effacer</a> </div>
</div>
</div>
<button title="Ajouter à la liste de souhaits" class="shopengine_add_to_list_action shopengine-wishlist badge inactive" data-pid="35733">
<i class="shopengine-icon-add_to_favourite_1"></i>
</button>
<a data-payload="{&quot;pid&quot;:35733}" class="shopengine_comparison_add_to_list_action shopengine-comparison badge inactive"> <i class="shopengine-icon-product_compare_1"></i> </a>
<div class="single_variation_wrap">
<div class="woocommerce-variation single_variation"></div><div class="woocommerce-variation-add-to-cart variations_button">
<button title="Ajouter à la liste de souhaits" class="shopengine_add_to_list_action shopengine-wishlist badge inactive" data-pid="35733">
<i class="shopengine-icon-add_to_favourite_1"></i>
</button>
<a data-payload="{&quot;pid&quot;:35733}" class="shopengine_comparison_add_to_list_action shopengine-comparison badge inactive"> <i class="shopengine-icon-product_compare_1"></i> </a>
<div class="quantity">
<label class="screen-reader-text" for="quantity_662b766e181d8">quantité de Résine H4CBD 30% et CBN 10%</label>
<input type="number" id="quantity_662b766e181d8" class="input-text qty text" name="quantity" value="1" aria-label="Quantité de produits" size="4" min="1" max step="1" placeholder inputmode="numeric" autocomplete="off" />
</div>
<button type="submit" class="single_add_to_cart_button button alt">Ajouter au panier</button>
<input type="hidden" name="add-to-cart" value="35733" />
<input type="hidden" name="product_id" value="35733" />
<input type="hidden" name="variation_id" class="variation_id" value="0" />
</div>
</div>
</form>
<div class="woocommerce-loop-product__buttons"><a data-pid="35733" class="shopengine_add_to_list_action shopengine-wishlist badge se-btn inactive" href="#"><i class="shopengine-icon-add_to_favourite_1"></i></a><a title="Aperçu rapide" class="shopengine-quickview-trigger se-btn" data-source-url="https://www.cbdproduction.fr/produit/resine-h4cbd/" href="https://www.cbdproduction.fr/produit/resine-h4cbd/">
<i class="shopengine-icon-quick_view_1"></i>
</a><a data-payload="{&quot;pid&quot;:35733}" class="shopengine_comparison_add_to_list_action shopengine-comparison badge se-btn inactive"> <i class="shopengine-icon-product_compare_1"></i> </a></div></li>
<li class="product type-product post-34092 status-publish last instock product_cat-fleurs-cbd product_cat-fleurs-francaises has-post-thumbnail featured taxable shipping-taxable purchasable product-type-variable">
<a href="https://www.cbdproduction.fr/produit/fleur-cbd-strawberry/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img decoding="async" width="300" height="300" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20300'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt data-lazy-srcset="//www.cbdproduction.fr/wp-content/uploads/2023/02/strawberry-300x300.webp 300w, //www.cbdproduction.fr/wp-content/uploads/2023/02/strawberry-768x768.webp 768w, //www.cbdproduction.fr/wp-content/uploads/2023/02/strawberry-500x500.webp 500w, //www.cbdproduction.fr/wp-content/uploads/2023/02/strawberry-650x650.webp 650w, //www.cbdproduction.fr/wp-content/uploads/2023/02/strawberry-800x800.webp 800w, //www.cbdproduction.fr/wp-content/uploads/2023/02/strawberry-600x600.webp 600w, //www.cbdproduction.fr/wp-content/uploads/2023/02/strawberry-100x100.webp 100w, //www.cbdproduction.fr/wp-content/uploads/2023/02/strawberry.webp 1000w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="//www.cbdproduction.fr/wp-content/uploads/2023/02/strawberry-300x300.webp" /><noscript><img loading="lazy" decoding="async" width="300" height="300" src="//www.cbdproduction.fr/wp-content/uploads/2023/02/strawberry-300x300.webp" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" srcset="//www.cbdproduction.fr/wp-content/uploads/2023/02/strawberry-300x300.webp 300w, //www.cbdproduction.fr/wp-content/uploads/2023/02/strawberry-768x768.webp 768w, //www.cbdproduction.fr/wp-content/uploads/2023/02/strawberry-500x500.webp 500w, //www.cbdproduction.fr/wp-content/uploads/2023/02/strawberry-650x650.webp 650w, //www.cbdproduction.fr/wp-content/uploads/2023/02/strawberry-800x800.webp 800w, //www.cbdproduction.fr/wp-content/uploads/2023/02/strawberry-600x600.webp 600w, //www.cbdproduction.fr/wp-content/uploads/2023/02/strawberry-100x100.webp 100w, //www.cbdproduction.fr/wp-content/uploads/2023/02/strawberry.webp 1000w" sizes="(max-width: 300px) 100vw, 300px" /></noscript><h2 class="woocommerce-loop-product__title">Strawberry Green House &#8211; Fleurs Françaises</h2><div class="eael-star-rating star-rating"><span style="width:0%">Note <strong class="rating">0</strong> sur 5</span></div>
</a> <div class="fromPrice">
<p>A partir de <span>10,00 &euro;</span> le Gr</p>
</div>
<form class="variations_form cart shop" method="post" enctype="multipart/form-data" data-product_id="34092" data-product_variations="[{&quot;attributes&quot;:{&quot;attribute_pa_poids&quot;:&quot;2gr&quot;},&quot;availability_html&quot;:&quot;&quot;,&quot;backorders_allowed&quot;:false,&quot;dimensions&quot;:{&quot;length&quot;:&quot;&quot;,&quot;width&quot;:&quot;&quot;,&quot;height&quot;:&quot;&quot;},&quot;dimensions_html&quot;:&quot;ND&quot;,&quot;display_price&quot;:8,&quot;display_regular_price&quot;:8,&quot;image&quot;:{&quot;title&quot;:&quot;strawberry&quot;,&quot;caption&quot;:&quot;&quot;,&quot;url&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry.webp&quot;,&quot;alt&quot;:&quot;strawberry&quot;,&quot;src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-600x600.webp&quot;,&quot;srcset&quot;:&quot;\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-600x600.webp 600w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-768x768.webp 768w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-500x500.webp 500w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-650x650.webp 650w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-800x800.webp 800w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-300x300.webp 300w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-100x100.webp 100w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry.webp 1000w&quot;,&quot;sizes&quot;:&quot;(max-width: 600px) 100vw, 600px&quot;,&quot;full_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry.webp&quot;,&quot;full_src_w&quot;:1000,&quot;full_src_h&quot;:1000,&quot;gallery_thumbnail_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-100x100.webp&quot;,&quot;gallery_thumbnail_src_w&quot;:100,&quot;gallery_thumbnail_src_h&quot;:100,&quot;thumb_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-300x300.webp&quot;,&quot;thumb_src_w&quot;:300,&quot;thumb_src_h&quot;:300,&quot;src_w&quot;:600,&quot;src_h&quot;:600},&quot;image_id&quot;:36016,&quot;is_downloadable&quot;:false,&quot;is_in_stock&quot;:true,&quot;is_purchasable&quot;:true,&quot;is_sold_individually&quot;:&quot;no&quot;,&quot;is_virtual&quot;:false,&quot;max_qty&quot;:&quot;&quot;,&quot;min_qty&quot;:1,&quot;price_html&quot;:&quot;&lt;span class=\&quot;price\&quot;&gt;&lt;span class=\&quot;woocommerce-Price-amount amount\&quot;&gt;&lt;bdi&gt;8,00&amp;nbsp;&lt;span class=\&quot;woocommerce-Price-currencySymbol\&quot;&gt;&amp;euro;&lt;\/span&gt;&lt;\/bdi&gt;&lt;\/span&gt;&lt;\/span&gt;&quot;,&quot;sku&quot;:&quot;&quot;,&quot;variation_description&quot;:&quot;&quot;,&quot;variation_id&quot;:34097,&quot;variation_is_active&quot;:true,&quot;variation_is_visible&quot;:true,&quot;weight&quot;:&quot;&quot;,&quot;weight_html&quot;:&quot;ND&quot;},{&quot;attributes&quot;:{&quot;attribute_pa_poids&quot;:&quot;5gr&quot;},&quot;availability_html&quot;:&quot;&quot;,&quot;backorders_allowed&quot;:false,&quot;dimensions&quot;:{&quot;length&quot;:&quot;&quot;,&quot;width&quot;:&quot;&quot;,&quot;height&quot;:&quot;&quot;},&quot;dimensions_html&quot;:&quot;ND&quot;,&quot;display_price&quot;:15,&quot;display_regular_price&quot;:15,&quot;image&quot;:{&quot;title&quot;:&quot;strawberry&quot;,&quot;caption&quot;:&quot;&quot;,&quot;url&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry.webp&quot;,&quot;alt&quot;:&quot;strawberry&quot;,&quot;src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-600x600.webp&quot;,&quot;srcset&quot;:&quot;\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-600x600.webp 600w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-768x768.webp 768w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-500x500.webp 500w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-650x650.webp 650w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-800x800.webp 800w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-300x300.webp 300w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-100x100.webp 100w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry.webp 1000w&quot;,&quot;sizes&quot;:&quot;(max-width: 600px) 100vw, 600px&quot;,&quot;full_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry.webp&quot;,&quot;full_src_w&quot;:1000,&quot;full_src_h&quot;:1000,&quot;gallery_thumbnail_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-100x100.webp&quot;,&quot;gallery_thumbnail_src_w&quot;:100,&quot;gallery_thumbnail_src_h&quot;:100,&quot;thumb_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-300x300.webp&quot;,&quot;thumb_src_w&quot;:300,&quot;thumb_src_h&quot;:300,&quot;src_w&quot;:600,&quot;src_h&quot;:600},&quot;image_id&quot;:36016,&quot;is_downloadable&quot;:false,&quot;is_in_stock&quot;:true,&quot;is_purchasable&quot;:true,&quot;is_sold_individually&quot;:&quot;no&quot;,&quot;is_virtual&quot;:false,&quot;max_qty&quot;:&quot;&quot;,&quot;min_qty&quot;:1,&quot;price_html&quot;:&quot;&lt;span class=\&quot;price\&quot;&gt;&lt;span class=\&quot;woocommerce-Price-amount amount\&quot;&gt;&lt;bdi&gt;15,00&amp;nbsp;&lt;span class=\&quot;woocommerce-Price-currencySymbol\&quot;&gt;&amp;euro;&lt;\/span&gt;&lt;\/bdi&gt;&lt;\/span&gt;&lt;\/span&gt;&quot;,&quot;sku&quot;:&quot;&quot;,&quot;variation_description&quot;:&quot;&quot;,&quot;variation_id&quot;:34099,&quot;variation_is_active&quot;:true,&quot;variation_is_visible&quot;:true,&quot;weight&quot;:&quot;&quot;,&quot;weight_html&quot;:&quot;ND&quot;},{&quot;attributes&quot;:{&quot;attribute_pa_poids&quot;:&quot;10gr&quot;},&quot;availability_html&quot;:&quot;&quot;,&quot;backorders_allowed&quot;:false,&quot;dimensions&quot;:{&quot;length&quot;:&quot;&quot;,&quot;width&quot;:&quot;&quot;,&quot;height&quot;:&quot;&quot;},&quot;dimensions_html&quot;:&quot;ND&quot;,&quot;display_price&quot;:29,&quot;display_regular_price&quot;:29,&quot;image&quot;:{&quot;title&quot;:&quot;strawberry&quot;,&quot;caption&quot;:&quot;&quot;,&quot;url&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry.webp&quot;,&quot;alt&quot;:&quot;strawberry&quot;,&quot;src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-600x600.webp&quot;,&quot;srcset&quot;:&quot;\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-600x600.webp 600w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-768x768.webp 768w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-500x500.webp 500w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-650x650.webp 650w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-800x800.webp 800w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-300x300.webp 300w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-100x100.webp 100w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry.webp 1000w&quot;,&quot;sizes&quot;:&quot;(max-width: 600px) 100vw, 600px&quot;,&quot;full_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry.webp&quot;,&quot;full_src_w&quot;:1000,&quot;full_src_h&quot;:1000,&quot;gallery_thumbnail_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-100x100.webp&quot;,&quot;gallery_thumbnail_src_w&quot;:100,&quot;gallery_thumbnail_src_h&quot;:100,&quot;thumb_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-300x300.webp&quot;,&quot;thumb_src_w&quot;:300,&quot;thumb_src_h&quot;:300,&quot;src_w&quot;:600,&quot;src_h&quot;:600},&quot;image_id&quot;:36016,&quot;is_downloadable&quot;:false,&quot;is_in_stock&quot;:true,&quot;is_purchasable&quot;:true,&quot;is_sold_individually&quot;:&quot;no&quot;,&quot;is_virtual&quot;:false,&quot;max_qty&quot;:&quot;&quot;,&quot;min_qty&quot;:1,&quot;price_html&quot;:&quot;&lt;span class=\&quot;price\&quot;&gt;&lt;span class=\&quot;woocommerce-Price-amount amount\&quot;&gt;&lt;bdi&gt;29,00&amp;nbsp;&lt;span class=\&quot;woocommerce-Price-currencySymbol\&quot;&gt;&amp;euro;&lt;\/span&gt;&lt;\/bdi&gt;&lt;\/span&gt;&lt;\/span&gt;&quot;,&quot;sku&quot;:&quot;&quot;,&quot;variation_description&quot;:&quot;&quot;,&quot;variation_id&quot;:34100,&quot;variation_is_active&quot;:true,&quot;variation_is_visible&quot;:true,&quot;weight&quot;:&quot;&quot;,&quot;weight_html&quot;:&quot;ND&quot;},{&quot;attributes&quot;:{&quot;attribute_pa_poids&quot;:&quot;25gr&quot;},&quot;availability_html&quot;:&quot;&quot;,&quot;backorders_allowed&quot;:false,&quot;dimensions&quot;:{&quot;length&quot;:&quot;&quot;,&quot;width&quot;:&quot;&quot;,&quot;height&quot;:&quot;&quot;},&quot;dimensions_html&quot;:&quot;ND&quot;,&quot;display_price&quot;:70,&quot;display_regular_price&quot;:70,&quot;image&quot;:{&quot;title&quot;:&quot;strawberry&quot;,&quot;caption&quot;:&quot;&quot;,&quot;url&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry.webp&quot;,&quot;alt&quot;:&quot;strawberry&quot;,&quot;src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-600x600.webp&quot;,&quot;srcset&quot;:&quot;\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-600x600.webp 600w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-768x768.webp 768w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-500x500.webp 500w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-650x650.webp 650w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-800x800.webp 800w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-300x300.webp 300w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-100x100.webp 100w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry.webp 1000w&quot;,&quot;sizes&quot;:&quot;(max-width: 600px) 100vw, 600px&quot;,&quot;full_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry.webp&quot;,&quot;full_src_w&quot;:1000,&quot;full_src_h&quot;:1000,&quot;gallery_thumbnail_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-100x100.webp&quot;,&quot;gallery_thumbnail_src_w&quot;:100,&quot;gallery_thumbnail_src_h&quot;:100,&quot;thumb_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-300x300.webp&quot;,&quot;thumb_src_w&quot;:300,&quot;thumb_src_h&quot;:300,&quot;src_w&quot;:600,&quot;src_h&quot;:600},&quot;image_id&quot;:36016,&quot;is_downloadable&quot;:false,&quot;is_in_stock&quot;:true,&quot;is_purchasable&quot;:true,&quot;is_sold_individually&quot;:&quot;no&quot;,&quot;is_virtual&quot;:false,&quot;max_qty&quot;:&quot;&quot;,&quot;min_qty&quot;:1,&quot;price_html&quot;:&quot;&lt;span class=\&quot;price\&quot;&gt;&lt;span class=\&quot;woocommerce-Price-amount amount\&quot;&gt;&lt;bdi&gt;70,00&amp;nbsp;&lt;span class=\&quot;woocommerce-Price-currencySymbol\&quot;&gt;&amp;euro;&lt;\/span&gt;&lt;\/bdi&gt;&lt;\/span&gt;&lt;\/span&gt;&quot;,&quot;sku&quot;:&quot;&quot;,&quot;variation_description&quot;:&quot;&quot;,&quot;variation_id&quot;:34101,&quot;variation_is_active&quot;:true,&quot;variation_is_visible&quot;:true,&quot;weight&quot;:&quot;&quot;,&quot;weight_html&quot;:&quot;ND&quot;},{&quot;attributes&quot;:{&quot;attribute_pa_poids&quot;:&quot;50gr&quot;},&quot;availability_html&quot;:&quot;&quot;,&quot;backorders_allowed&quot;:false,&quot;dimensions&quot;:{&quot;length&quot;:&quot;&quot;,&quot;width&quot;:&quot;&quot;,&quot;height&quot;:&quot;&quot;},&quot;dimensions_html&quot;:&quot;ND&quot;,&quot;display_price&quot;:135,&quot;display_regular_price&quot;:135,&quot;image&quot;:{&quot;title&quot;:&quot;strawberry&quot;,&quot;caption&quot;:&quot;&quot;,&quot;url&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry.webp&quot;,&quot;alt&quot;:&quot;strawberry&quot;,&quot;src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-600x600.webp&quot;,&quot;srcset&quot;:&quot;\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-600x600.webp 600w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-768x768.webp 768w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-500x500.webp 500w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-650x650.webp 650w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-800x800.webp 800w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-300x300.webp 300w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-100x100.webp 100w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry.webp 1000w&quot;,&quot;sizes&quot;:&quot;(max-width: 600px) 100vw, 600px&quot;,&quot;full_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry.webp&quot;,&quot;full_src_w&quot;:1000,&quot;full_src_h&quot;:1000,&quot;gallery_thumbnail_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-100x100.webp&quot;,&quot;gallery_thumbnail_src_w&quot;:100,&quot;gallery_thumbnail_src_h&quot;:100,&quot;thumb_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-300x300.webp&quot;,&quot;thumb_src_w&quot;:300,&quot;thumb_src_h&quot;:300,&quot;src_w&quot;:600,&quot;src_h&quot;:600},&quot;image_id&quot;:36016,&quot;is_downloadable&quot;:false,&quot;is_in_stock&quot;:true,&quot;is_purchasable&quot;:true,&quot;is_sold_individually&quot;:&quot;no&quot;,&quot;is_virtual&quot;:false,&quot;max_qty&quot;:&quot;&quot;,&quot;min_qty&quot;:1,&quot;price_html&quot;:&quot;&lt;span class=\&quot;price\&quot;&gt;&lt;span class=\&quot;woocommerce-Price-amount amount\&quot;&gt;&lt;bdi&gt;135,00&amp;nbsp;&lt;span class=\&quot;woocommerce-Price-currencySymbol\&quot;&gt;&amp;euro;&lt;\/span&gt;&lt;\/bdi&gt;&lt;\/span&gt;&lt;\/span&gt;&quot;,&quot;sku&quot;:&quot;&quot;,&quot;variation_description&quot;:&quot;&quot;,&quot;variation_id&quot;:34102,&quot;variation_is_active&quot;:true,&quot;variation_is_visible&quot;:true,&quot;weight&quot;:&quot;&quot;,&quot;weight_html&quot;:&quot;ND&quot;},{&quot;attributes&quot;:{&quot;attribute_pa_poids&quot;:&quot;100gr&quot;},&quot;availability_html&quot;:&quot;&quot;,&quot;backorders_allowed&quot;:false,&quot;dimensions&quot;:{&quot;length&quot;:&quot;&quot;,&quot;width&quot;:&quot;&quot;,&quot;height&quot;:&quot;&quot;},&quot;dimensions_html&quot;:&quot;ND&quot;,&quot;display_price&quot;:250,&quot;display_regular_price&quot;:250,&quot;image&quot;:{&quot;title&quot;:&quot;strawberry&quot;,&quot;caption&quot;:&quot;&quot;,&quot;url&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry.webp&quot;,&quot;alt&quot;:&quot;strawberry&quot;,&quot;src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-600x600.webp&quot;,&quot;srcset&quot;:&quot;\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-600x600.webp 600w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-768x768.webp 768w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-500x500.webp 500w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-650x650.webp 650w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-800x800.webp 800w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-300x300.webp 300w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-100x100.webp 100w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry.webp 1000w&quot;,&quot;sizes&quot;:&quot;(max-width: 600px) 100vw, 600px&quot;,&quot;full_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry.webp&quot;,&quot;full_src_w&quot;:1000,&quot;full_src_h&quot;:1000,&quot;gallery_thumbnail_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-100x100.webp&quot;,&quot;gallery_thumbnail_src_w&quot;:100,&quot;gallery_thumbnail_src_h&quot;:100,&quot;thumb_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-300x300.webp&quot;,&quot;thumb_src_w&quot;:300,&quot;thumb_src_h&quot;:300,&quot;src_w&quot;:600,&quot;src_h&quot;:600},&quot;image_id&quot;:36016,&quot;is_downloadable&quot;:false,&quot;is_in_stock&quot;:true,&quot;is_purchasable&quot;:true,&quot;is_sold_individually&quot;:&quot;no&quot;,&quot;is_virtual&quot;:false,&quot;max_qty&quot;:&quot;&quot;,&quot;min_qty&quot;:1,&quot;price_html&quot;:&quot;&lt;span class=\&quot;price\&quot;&gt;&lt;span class=\&quot;woocommerce-Price-amount amount\&quot;&gt;&lt;bdi&gt;250,00&amp;nbsp;&lt;span class=\&quot;woocommerce-Price-currencySymbol\&quot;&gt;&amp;euro;&lt;\/span&gt;&lt;\/bdi&gt;&lt;\/span&gt;&lt;\/span&gt;&quot;,&quot;sku&quot;:&quot;&quot;,&quot;variation_description&quot;:&quot;&quot;,&quot;variation_id&quot;:34103,&quot;variation_is_active&quot;:true,&quot;variation_is_visible&quot;:true,&quot;weight&quot;:&quot;&quot;,&quot;weight_html&quot;:&quot;ND&quot;}]">
<div class="variations" cellspacing="0">
<div class="custom-form-control c-flex-column">
<div class="custom-select-form">
<select id="pa_poids" class="select-variation" name="attribute_pa_poids" data-attribute_name="attribute_pa_poids"><option value="2gr" data-attribute_id="34097">2gr : 8&euro; (4&euro; le gr)</option><option value="5gr" data-attribute_id="34099">5gr : 15&euro; (3&euro; le gr)</option><option value="10gr" data-attribute_id="34100">10gr : 29&euro; (2.9&euro; le gr)</option><option value="25gr" data-attribute_id="34101">25gr : 70&euro; (2.8&euro; le gr)</option><option value="50gr" data-attribute_id="34102">50gr : 135&euro; (2.7&euro; le gr)</option><option value="100gr" data-attribute_id="34103">100gr : 250&euro; (2.5&euro; le gr)</option><a class="reset_variations" href="#">Effacer</a> </div>
</div>
</div>
<button title="Ajouter à la liste de souhaits" class="shopengine_add_to_list_action shopengine-wishlist badge inactive" data-pid="34092">
<i class="shopengine-icon-add_to_favourite_1"></i>
</button>
<a data-payload="{&quot;pid&quot;:34092}" class="shopengine_comparison_add_to_list_action shopengine-comparison badge inactive"> <i class="shopengine-icon-product_compare_1"></i> </a>
<div class="single_variation_wrap">
<div class="woocommerce-variation single_variation"></div><div class="woocommerce-variation-add-to-cart variations_button">
<button title="Ajouter à la liste de souhaits" class="shopengine_add_to_list_action shopengine-wishlist badge inactive" data-pid="34092">
<i class="shopengine-icon-add_to_favourite_1"></i>
</button>
<a data-payload="{&quot;pid&quot;:34092}" class="shopengine_comparison_add_to_list_action shopengine-comparison badge inactive"> <i class="shopengine-icon-product_compare_1"></i> </a>
<div class="quantity">
<label class="screen-reader-text" for="quantity_662b766e2d85a">quantité de Strawberry Green House - Fleurs Françaises</label>
<input type="number" id="quantity_662b766e2d85a" class="input-text qty text" name="quantity" value="1" aria-label="Quantité de produits" size="4" min="1" max step="1" placeholder inputmode="numeric" autocomplete="off" />
</div>
<button type="submit" class="single_add_to_cart_button button alt">Ajouter au panier</button>
<input type="hidden" name="add-to-cart" value="34092" />
<input type="hidden" name="product_id" value="34092" />
<input type="hidden" name="variation_id" class="variation_id" value="0" />
</div>
</div>
</form>
<div class="woocommerce-loop-product__buttons"><a data-pid="34092" class="shopengine_add_to_list_action shopengine-wishlist badge se-btn inactive" href="#"><i class="shopengine-icon-add_to_favourite_1"></i></a><a title="Aperçu rapide" class="shopengine-quickview-trigger se-btn" data-source-url="https://www.cbdproduction.fr/produit/fleur-cbd-strawberry/" href="https://www.cbdproduction.fr/produit/fleur-cbd-strawberry/">
<i class="shopengine-icon-quick_view_1"></i>
</a><a data-payload="{&quot;pid&quot;:34092}" class="shopengine_comparison_add_to_list_action shopengine-comparison badge se-btn inactive"> <i class="shopengine-icon-product_compare_1"></i> </a></div></li>
</ul>
</div> </div>
</div>
</div>
</div>
</div>
</section>
<section class="elementor-section elementor-top-section elementor-element elementor-element-c9f9f60 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="c9f9f60" data-element_type="section" data-settings="{&quot;animation&quot;:&quot;none&quot;}">
<div class="elementor-container elementor-column-gap-default">
<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-09fbea2" data-id="09fbea2" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-c0b9ce3 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile eael-product-grid-column-4 elementor-widget elementor-widget-eicon-woocommerce" data-id="c0b9ce3" data-element_type="widget" data-widget_type="eicon-woocommerce.default">
<div class="elementor-widget-container">
<div class="eael-product-grid eael-product-simple masonry" id="eael-product-grid" data-widget-id="c0b9ce3" data-page-id="6630" data-nonce="f660b85b40">
<div class="woocommerce">
<ul class="products" data-layout-mode="masonry"> <li class="product">
<div class="eael-product-wrap">
<img decoding="async" width="1024" height="1024" src="//www.cbdproduction.fr/wp-content/uploads/2023/11/Design-sans-titre-15.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail wvs-archive-product-image" alt loading="eager" /><div class="eael-product-title">
<a href="https://www.cbdproduction.fr/produit/pre-roll-gorilla-glue-by-king-kone/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><h2 class="woocommerce-loop-product__title">Pré roll Gorilla Glue by King Kone</h2></a>
</div><div class="eael-star-rating star-rating"><span style="width:0%">Note <strong class="rating">0</strong> sur 5</span></div><div class="eael-product-price"><span class="woocommerce-Price-amount amount"><bdi>4,90&nbsp;<span class="woocommerce-Price-currencySymbol">&euro;</span></bdi></span></div> <a rel="nofollow" href="?add-to-cart=38963" data-quantity="1" data-product_id="38963" data-product_sku class="button">Ajouter au panier</a><a data-pid="38963" class="shopengine_add_to_list_action shopengine-wishlist badge se-btn inactive" href="#"><i class="shopengine-icon-add_to_favourite_1"></i></a><a title="Aperçu rapide" class="shopengine-quickview-trigger se-btn" data-source-url="https://www.cbdproduction.fr/produit/pre-roll-gorilla-glue-by-king-kone/" href="https://www.cbdproduction.fr/produit/pre-roll-gorilla-glue-by-king-kone/">
<i class="shopengine-icon-quick_view_1"></i>
</a><a data-payload="{&quot;pid&quot;:38963}" class="shopengine_comparison_add_to_list_action shopengine-comparison badge se-btn inactive"> <i class="shopengine-icon-product_compare_1"></i> </a>
</div>
</li>
<li class="product">
<div class="eael-product-wrap">
<img decoding="async" width="800" height="800" src="//www.cbdproduction.fr/wp-content/uploads/2023/05/1738-large_default.webp" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail wvs-archive-product-image" alt loading="eager" /><div class="eael-product-title">
<a href="https://www.cbdproduction.fr/produit/barrel-puff-cbd-fruity-mix/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><h2 class="woocommerce-loop-product__title">Puff CBD - Fruity Mix - Barrel</h2></a>
</div><div class="star-rating" role="img" aria-label="Note 5.00 sur 5"><span style="width:100%">Noté <strong class="rating">5.00</strong> sur 5 basé sur <span class="rating">1</span> notation client</span></div><div class="eael-product-price"><span class="woocommerce-Price-amount amount"><bdi>9,90&nbsp;<span class="woocommerce-Price-currencySymbol">&euro;</span></bdi></span></div> <a rel="nofollow" href="?add-to-cart=36322" data-quantity="1" data-product_id="36322" data-product_sku class="button">Ajouter au panier</a><a data-pid="36322" class="shopengine_add_to_list_action shopengine-wishlist badge se-btn inactive" href="#"><i class="shopengine-icon-add_to_favourite_1"></i></a><a title="Aperçu rapide" class="shopengine-quickview-trigger se-btn" data-source-url="https://www.cbdproduction.fr/produit/barrel-puff-cbd-fruity-mix/" href="https://www.cbdproduction.fr/produit/barrel-puff-cbd-fruity-mix/">
<i class="shopengine-icon-quick_view_1"></i>
</a><a data-payload="{&quot;pid&quot;:36322}" class="shopengine_comparison_add_to_list_action shopengine-comparison badge se-btn inactive"> <i class="shopengine-icon-product_compare_1"></i> </a>
</div>
</li>
<li class="product">
<div class="eael-product-wrap">
<img decoding="async" width="1000" height="1000" src="//www.cbdproduction.fr/wp-content/uploads/2023/04/Design-sans-titre-_1_.webp" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail wvs-archive-product-image" alt loading="eager" /><div class="eael-product-title">
<a href="https://www.cbdproduction.fr/produit/resine-h4cbd/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><h2 class="woocommerce-loop-product__title">Résine H4CBD 30% et CBN 10%</h2></a>
</div><div class="eael-star-rating star-rating"><span style="width:0%">Note <strong class="rating">0</strong> sur 5</span></div><span class="onsale sale-preset-1">Sale!</span><div class="eael-product-price"></div> <div class="fromPrice">
<p>A partir de <span>15,96 &euro;</span> le Gr</p>
</div>
<form class="variations_form cart shop" method="post" enctype="multipart/form-data" data-product_id="35733" data-product_variations="[{&quot;attributes&quot;:{&quot;attribute_pa_poids&quot;:&quot;2gr&quot;},&quot;availability_html&quot;:&quot;&quot;,&quot;backorders_allowed&quot;:false,&quot;dimensions&quot;:{&quot;length&quot;:&quot;&quot;,&quot;width&quot;:&quot;&quot;,&quot;height&quot;:&quot;&quot;},&quot;dimensions_html&quot;:&quot;ND&quot;,&quot;display_price&quot;:9.9,&quot;display_regular_price&quot;:14,&quot;image&quot;:{&quot;title&quot;:&quot;Design-sans-titre-_1_&quot;,&quot;caption&quot;:&quot;&quot;,&quot;url&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_.webp&quot;,&quot;alt&quot;:&quot;Design-sans-titre-_1_&quot;,&quot;src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-600x600.webp&quot;,&quot;srcset&quot;:&quot;\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-600x600.webp 600w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-768x768.webp 768w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-500x500.webp 500w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-650x650.webp 650w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-800x800.webp 800w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-300x300.webp 300w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-100x100.webp 100w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_.webp 1000w&quot;,&quot;sizes&quot;:&quot;(max-width: 600px) 100vw, 600px&quot;,&quot;full_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_.webp&quot;,&quot;full_src_w&quot;:1000,&quot;full_src_h&quot;:1000,&quot;gallery_thumbnail_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-100x100.webp&quot;,&quot;gallery_thumbnail_src_w&quot;:100,&quot;gallery_thumbnail_src_h&quot;:100,&quot;thumb_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-300x300.webp&quot;,&quot;thumb_src_w&quot;:300,&quot;thumb_src_h&quot;:300,&quot;src_w&quot;:600,&quot;src_h&quot;:600},&quot;image_id&quot;:36821,&quot;is_downloadable&quot;:false,&quot;is_in_stock&quot;:true,&quot;is_purchasable&quot;:true,&quot;is_sold_individually&quot;:&quot;no&quot;,&quot;is_virtual&quot;:false,&quot;max_qty&quot;:&quot;&quot;,&quot;min_qty&quot;:1,&quot;price_html&quot;:&quot;&lt;span class=\&quot;price\&quot;&gt;&lt;del aria-hidden=\&quot;true\&quot;&gt;&lt;span class=\&quot;woocommerce-Price-amount amount\&quot;&gt;&lt;bdi&gt;14,00&amp;nbsp;&lt;span class=\&quot;woocommerce-Price-currencySymbol\&quot;&gt;&amp;euro;&lt;\/span&gt;&lt;\/bdi&gt;&lt;\/span&gt;&lt;\/del&gt; &lt;span class=\&quot;screen-reader-text\&quot;&gt;Le prix initial \u00e9tait\u00a0: 14,00&amp;nbsp;&amp;euro;.&lt;\/span&gt;&lt;ins aria-hidden=\&quot;true\&quot;&gt;&lt;span class=\&quot;woocommerce-Price-amount amount\&quot;&gt;&lt;bdi&gt;9,90&amp;nbsp;&lt;span class=\&quot;woocommerce-Price-currencySymbol\&quot;&gt;&amp;euro;&lt;\/span&gt;&lt;\/bdi&gt;&lt;\/span&gt;&lt;\/ins&gt;&lt;span class=\&quot;screen-reader-text\&quot;&gt;Le prix actuel est\u00a0: 9,90&amp;nbsp;&amp;euro;.&lt;\/span&gt;&lt;\/span&gt;&quot;,&quot;sku&quot;:&quot;&quot;,&quot;variation_description&quot;:&quot;&quot;,&quot;variation_id&quot;:35740,&quot;variation_is_active&quot;:true,&quot;variation_is_visible&quot;:true,&quot;weight&quot;:&quot;&quot;,&quot;weight_html&quot;:&quot;ND&quot;},{&quot;attributes&quot;:{&quot;attribute_pa_poids&quot;:&quot;5gr&quot;},&quot;availability_html&quot;:&quot;&quot;,&quot;backorders_allowed&quot;:false,&quot;dimensions&quot;:{&quot;length&quot;:&quot;&quot;,&quot;width&quot;:&quot;&quot;,&quot;height&quot;:&quot;&quot;},&quot;dimensions_html&quot;:&quot;ND&quot;,&quot;display_price&quot;:19.95,&quot;display_regular_price&quot;:32.5,&quot;image&quot;:{&quot;title&quot;:&quot;Design-sans-titre-_1_&quot;,&quot;caption&quot;:&quot;&quot;,&quot;url&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_.webp&quot;,&quot;alt&quot;:&quot;Design-sans-titre-_1_&quot;,&quot;src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-600x600.webp&quot;,&quot;srcset&quot;:&quot;\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-600x600.webp 600w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-768x768.webp 768w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-500x500.webp 500w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-650x650.webp 650w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-800x800.webp 800w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-300x300.webp 300w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-100x100.webp 100w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_.webp 1000w&quot;,&quot;sizes&quot;:&quot;(max-width: 600px) 100vw, 600px&quot;,&quot;full_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_.webp&quot;,&quot;full_src_w&quot;:1000,&quot;full_src_h&quot;:1000,&quot;gallery_thumbnail_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-100x100.webp&quot;,&quot;gallery_thumbnail_src_w&quot;:100,&quot;gallery_thumbnail_src_h&quot;:100,&quot;thumb_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-300x300.webp&quot;,&quot;thumb_src_w&quot;:300,&quot;thumb_src_h&quot;:300,&quot;src_w&quot;:600,&quot;src_h&quot;:600},&quot;image_id&quot;:36821,&quot;is_downloadable&quot;:false,&quot;is_in_stock&quot;:true,&quot;is_purchasable&quot;:true,&quot;is_sold_individually&quot;:&quot;no&quot;,&quot;is_virtual&quot;:false,&quot;max_qty&quot;:&quot;&quot;,&quot;min_qty&quot;:1,&quot;price_html&quot;:&quot;&lt;span class=\&quot;price\&quot;&gt;&lt;del aria-hidden=\&quot;true\&quot;&gt;&lt;span class=\&quot;woocommerce-Price-amount amount\&quot;&gt;&lt;bdi&gt;32,50&amp;nbsp;&lt;span class=\&quot;woocommerce-Price-currencySymbol\&quot;&gt;&amp;euro;&lt;\/span&gt;&lt;\/bdi&gt;&lt;\/span&gt;&lt;\/del&gt; &lt;span class=\&quot;screen-reader-text\&quot;&gt;Le prix initial \u00e9tait\u00a0: 32,50&amp;nbsp;&amp;euro;.&lt;\/span&gt;&lt;ins aria-hidden=\&quot;true\&quot;&gt;&lt;span class=\&quot;woocommerce-Price-amount amount\&quot;&gt;&lt;bdi&gt;19,95&amp;nbsp;&lt;span class=\&quot;woocommerce-Price-currencySymbol\&quot;&gt;&amp;euro;&lt;\/span&gt;&lt;\/bdi&gt;&lt;\/span&gt;&lt;\/ins&gt;&lt;span class=\&quot;screen-reader-text\&quot;&gt;Le prix actuel est\u00a0: 19,95&amp;nbsp;&amp;euro;.&lt;\/span&gt;&lt;\/span&gt;&quot;,&quot;sku&quot;:&quot;&quot;,&quot;variation_description&quot;:&quot;&quot;,&quot;variation_id&quot;:35743,&quot;variation_is_active&quot;:true,&quot;variation_is_visible&quot;:true,&quot;weight&quot;:&quot;&quot;,&quot;weight_html&quot;:&quot;ND&quot;},{&quot;attributes&quot;:{&quot;attribute_pa_poids&quot;:&quot;10gr&quot;},&quot;availability_html&quot;:&quot;&quot;,&quot;backorders_allowed&quot;:false,&quot;dimensions&quot;:{&quot;length&quot;:&quot;&quot;,&quot;width&quot;:&quot;&quot;,&quot;height&quot;:&quot;&quot;},&quot;dimensions_html&quot;:&quot;ND&quot;,&quot;display_price&quot;:37,&quot;display_regular_price&quot;:59,&quot;image&quot;:{&quot;title&quot;:&quot;Design-sans-titre-_1_&quot;,&quot;caption&quot;:&quot;&quot;,&quot;url&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_.webp&quot;,&quot;alt&quot;:&quot;Design-sans-titre-_1_&quot;,&quot;src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-600x600.webp&quot;,&quot;srcset&quot;:&quot;\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-600x600.webp 600w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-768x768.webp 768w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-500x500.webp 500w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-650x650.webp 650w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-800x800.webp 800w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-300x300.webp 300w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-100x100.webp 100w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_.webp 1000w&quot;,&quot;sizes&quot;:&quot;(max-width: 600px) 100vw, 600px&quot;,&quot;full_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_.webp&quot;,&quot;full_src_w&quot;:1000,&quot;full_src_h&quot;:1000,&quot;gallery_thumbnail_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-100x100.webp&quot;,&quot;gallery_thumbnail_src_w&quot;:100,&quot;gallery_thumbnail_src_h&quot;:100,&quot;thumb_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-300x300.webp&quot;,&quot;thumb_src_w&quot;:300,&quot;thumb_src_h&quot;:300,&quot;src_w&quot;:600,&quot;src_h&quot;:600},&quot;image_id&quot;:36821,&quot;is_downloadable&quot;:false,&quot;is_in_stock&quot;:true,&quot;is_purchasable&quot;:true,&quot;is_sold_individually&quot;:&quot;no&quot;,&quot;is_virtual&quot;:false,&quot;max_qty&quot;:&quot;&quot;,&quot;min_qty&quot;:1,&quot;price_html&quot;:&quot;&lt;span class=\&quot;price\&quot;&gt;&lt;del aria-hidden=\&quot;true\&quot;&gt;&lt;span class=\&quot;woocommerce-Price-amount amount\&quot;&gt;&lt;bdi&gt;59,00&amp;nbsp;&lt;span class=\&quot;woocommerce-Price-currencySymbol\&quot;&gt;&amp;euro;&lt;\/span&gt;&lt;\/bdi&gt;&lt;\/span&gt;&lt;\/del&gt; &lt;span class=\&quot;screen-reader-text\&quot;&gt;Le prix initial \u00e9tait\u00a0: 59,00&amp;nbsp;&amp;euro;.&lt;\/span&gt;&lt;ins aria-hidden=\&quot;true\&quot;&gt;&lt;span class=\&quot;woocommerce-Price-amount amount\&quot;&gt;&lt;bdi&gt;37,00&amp;nbsp;&lt;span class=\&quot;woocommerce-Price-currencySymbol\&quot;&gt;&amp;euro;&lt;\/span&gt;&lt;\/bdi&gt;&lt;\/span&gt;&lt;\/ins&gt;&lt;span class=\&quot;screen-reader-text\&quot;&gt;Le prix actuel est\u00a0: 37,00&amp;nbsp;&amp;euro;.&lt;\/span&gt;&lt;\/span&gt;&quot;,&quot;sku&quot;:&quot;&quot;,&quot;variation_description&quot;:&quot;&quot;,&quot;variation_id&quot;:35742,&quot;variation_is_active&quot;:true,&quot;variation_is_visible&quot;:true,&quot;weight&quot;:&quot;&quot;,&quot;weight_html&quot;:&quot;ND&quot;},{&quot;attributes&quot;:{&quot;attribute_pa_poids&quot;:&quot;25g&quot;},&quot;availability_html&quot;:&quot;&quot;,&quot;backorders_allowed&quot;:false,&quot;dimensions&quot;:{&quot;length&quot;:&quot;&quot;,&quot;width&quot;:&quot;&quot;,&quot;height&quot;:&quot;&quot;},&quot;dimensions_html&quot;:&quot;ND&quot;,&quot;display_price&quot;:89,&quot;display_regular_price&quot;:137.5,&quot;image&quot;:{&quot;title&quot;:&quot;Design-sans-titre-_1_&quot;,&quot;caption&quot;:&quot;&quot;,&quot;url&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_.webp&quot;,&quot;alt&quot;:&quot;Design-sans-titre-_1_&quot;,&quot;src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-600x600.webp&quot;,&quot;srcset&quot;:&quot;\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-600x600.webp 600w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-768x768.webp 768w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-500x500.webp 500w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-650x650.webp 650w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-800x800.webp 800w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-300x300.webp 300w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-100x100.webp 100w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_.webp 1000w&quot;,&quot;sizes&quot;:&quot;(max-width: 600px) 100vw, 600px&quot;,&quot;full_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_.webp&quot;,&quot;full_src_w&quot;:1000,&quot;full_src_h&quot;:1000,&quot;gallery_thumbnail_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-100x100.webp&quot;,&quot;gallery_thumbnail_src_w&quot;:100,&quot;gallery_thumbnail_src_h&quot;:100,&quot;thumb_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-300x300.webp&quot;,&quot;thumb_src_w&quot;:300,&quot;thumb_src_h&quot;:300,&quot;src_w&quot;:600,&quot;src_h&quot;:600},&quot;image_id&quot;:36821,&quot;is_downloadable&quot;:false,&quot;is_in_stock&quot;:true,&quot;is_purchasable&quot;:true,&quot;is_sold_individually&quot;:&quot;no&quot;,&quot;is_virtual&quot;:false,&quot;max_qty&quot;:&quot;&quot;,&quot;min_qty&quot;:1,&quot;price_html&quot;:&quot;&lt;span class=\&quot;price\&quot;&gt;&lt;del aria-hidden=\&quot;true\&quot;&gt;&lt;span class=\&quot;woocommerce-Price-amount amount\&quot;&gt;&lt;bdi&gt;137,50&amp;nbsp;&lt;span class=\&quot;woocommerce-Price-currencySymbol\&quot;&gt;&amp;euro;&lt;\/span&gt;&lt;\/bdi&gt;&lt;\/span&gt;&lt;\/del&gt; &lt;span class=\&quot;screen-reader-text\&quot;&gt;Le prix initial \u00e9tait\u00a0: 137,50&amp;nbsp;&amp;euro;.&lt;\/span&gt;&lt;ins aria-hidden=\&quot;true\&quot;&gt;&lt;span class=\&quot;woocommerce-Price-amount amount\&quot;&gt;&lt;bdi&gt;89,00&amp;nbsp;&lt;span class=\&quot;woocommerce-Price-currencySymbol\&quot;&gt;&amp;euro;&lt;\/span&gt;&lt;\/bdi&gt;&lt;\/span&gt;&lt;\/ins&gt;&lt;span class=\&quot;screen-reader-text\&quot;&gt;Le prix actuel est\u00a0: 89,00&amp;nbsp;&amp;euro;.&lt;\/span&gt;&lt;\/span&gt;&quot;,&quot;sku&quot;:&quot;&quot;,&quot;variation_description&quot;:&quot;&quot;,&quot;variation_id&quot;:35741,&quot;variation_is_active&quot;:true,&quot;variation_is_visible&quot;:true,&quot;weight&quot;:&quot;&quot;,&quot;weight_html&quot;:&quot;ND&quot;},{&quot;attributes&quot;:{&quot;attribute_pa_poids&quot;:&quot;100gr&quot;},&quot;availability_html&quot;:&quot;&quot;,&quot;backorders_allowed&quot;:false,&quot;dimensions&quot;:{&quot;length&quot;:&quot;&quot;,&quot;width&quot;:&quot;&quot;,&quot;height&quot;:&quot;&quot;},&quot;dimensions_html&quot;:&quot;ND&quot;,&quot;display_price&quot;:299,&quot;display_regular_price&quot;:399,&quot;image&quot;:{&quot;title&quot;:&quot;Design-sans-titre-_1_&quot;,&quot;caption&quot;:&quot;&quot;,&quot;url&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_.webp&quot;,&quot;alt&quot;:&quot;Design-sans-titre-_1_&quot;,&quot;src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-600x600.webp&quot;,&quot;srcset&quot;:&quot;\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-600x600.webp 600w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-768x768.webp 768w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-500x500.webp 500w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-650x650.webp 650w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-800x800.webp 800w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-300x300.webp 300w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-100x100.webp 100w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_.webp 1000w&quot;,&quot;sizes&quot;:&quot;(max-width: 600px) 100vw, 600px&quot;,&quot;full_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_.webp&quot;,&quot;full_src_w&quot;:1000,&quot;full_src_h&quot;:1000,&quot;gallery_thumbnail_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-100x100.webp&quot;,&quot;gallery_thumbnail_src_w&quot;:100,&quot;gallery_thumbnail_src_h&quot;:100,&quot;thumb_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/04\/Design-sans-titre-_1_-300x300.webp&quot;,&quot;thumb_src_w&quot;:300,&quot;thumb_src_h&quot;:300,&quot;src_w&quot;:600,&quot;src_h&quot;:600},&quot;image_id&quot;:36821,&quot;is_downloadable&quot;:false,&quot;is_in_stock&quot;:true,&quot;is_purchasable&quot;:true,&quot;is_sold_individually&quot;:&quot;no&quot;,&quot;is_virtual&quot;:false,&quot;max_qty&quot;:&quot;&quot;,&quot;min_qty&quot;:1,&quot;price_html&quot;:&quot;&lt;span class=\&quot;price\&quot;&gt;&lt;del aria-hidden=\&quot;true\&quot;&gt;&lt;span class=\&quot;woocommerce-Price-amount amount\&quot;&gt;&lt;bdi&gt;399,00&amp;nbsp;&lt;span class=\&quot;woocommerce-Price-currencySymbol\&quot;&gt;&amp;euro;&lt;\/span&gt;&lt;\/bdi&gt;&lt;\/span&gt;&lt;\/del&gt; &lt;span class=\&quot;screen-reader-text\&quot;&gt;Le prix initial \u00e9tait\u00a0: 399,00&amp;nbsp;&amp;euro;.&lt;\/span&gt;&lt;ins aria-hidden=\&quot;true\&quot;&gt;&lt;span class=\&quot;woocommerce-Price-amount amount\&quot;&gt;&lt;bdi&gt;299,00&amp;nbsp;&lt;span class=\&quot;woocommerce-Price-currencySymbol\&quot;&gt;&amp;euro;&lt;\/span&gt;&lt;\/bdi&gt;&lt;\/span&gt;&lt;\/ins&gt;&lt;span class=\&quot;screen-reader-text\&quot;&gt;Le prix actuel est\u00a0: 299,00&amp;nbsp;&amp;euro;.&lt;\/span&gt;&lt;\/span&gt;&quot;,&quot;sku&quot;:&quot;&quot;,&quot;variation_description&quot;:&quot;&quot;,&quot;variation_id&quot;:36022,&quot;variation_is_active&quot;:true,&quot;variation_is_visible&quot;:true,&quot;weight&quot;:&quot;&quot;,&quot;weight_html&quot;:&quot;ND&quot;}]">
<div class="variations" cellspacing="0">
<div class="custom-form-control c-flex-column">
<div class="custom-select-form">
<select id="pa_poids" class="select-variation" name="attribute_pa_poids" data-attribute_name="attribute_pa_poids"><option value="2gr" data-attribute_id="35740">2gr : 9.9&euro; (4.95&euro; le gr)</option><option value="5gr" data-attribute_id="35743">5gr : 19.95&euro; (3.99&euro; le gr)</option><option value="10gr" data-attribute_id="35742">10gr : 37&euro; (3.7&euro; le gr)</option><option value="25g" data-attribute_id="35741">25g : 89&euro; (3.56&euro; le gr)</option><option value="100gr" data-attribute_id="36022">100gr : 299&euro; (2.99&euro; le gr)</option><a class="reset_variations" href="#">Effacer</a> </div>
</div>
</div>
<button title="Ajouter à la liste de souhaits" class="shopengine_add_to_list_action shopengine-wishlist badge inactive" data-pid="35733">
<i class="shopengine-icon-add_to_favourite_1"></i>
</button>
<a data-payload="{&quot;pid&quot;:35733}" class="shopengine_comparison_add_to_list_action shopengine-comparison badge inactive"> <i class="shopengine-icon-product_compare_1"></i> </a>
<div class="single_variation_wrap">
<div class="woocommerce-variation single_variation"></div><div class="woocommerce-variation-add-to-cart variations_button">
<button title="Ajouter à la liste de souhaits" class="shopengine_add_to_list_action shopengine-wishlist badge inactive" data-pid="35733">
<i class="shopengine-icon-add_to_favourite_1"></i>
</button>
<a data-payload="{&quot;pid&quot;:35733}" class="shopengine_comparison_add_to_list_action shopengine-comparison badge inactive"> <i class="shopengine-icon-product_compare_1"></i> </a>
<div class="quantity">
<label class="screen-reader-text" for="quantity_662b766e49b4e">quantité de Résine H4CBD 30% et CBN 10%</label>
<input type="number" id="quantity_662b766e49b4e" class="input-text qty text" name="quantity" value="1" aria-label="Quantité de produits" size="4" min="1" max step="1" placeholder inputmode="numeric" autocomplete="off" />
</div>
<button type="submit" class="single_add_to_cart_button button alt">Ajouter au panier</button>
<input type="hidden" name="add-to-cart" value="35733" />
<input type="hidden" name="product_id" value="35733" />
<input type="hidden" name="variation_id" class="variation_id" value="0" />
</div>
</div>
</form>
<a data-pid="35733" class="shopengine_add_to_list_action shopengine-wishlist badge se-btn inactive" href="#"><i class="shopengine-icon-add_to_favourite_1"></i></a><a title="Aperçu rapide" class="shopengine-quickview-trigger se-btn" data-source-url="https://www.cbdproduction.fr/produit/resine-h4cbd/" href="https://www.cbdproduction.fr/produit/resine-h4cbd/">
<i class="shopengine-icon-quick_view_1"></i>
</a><a data-payload="{&quot;pid&quot;:35733}" class="shopengine_comparison_add_to_list_action shopengine-comparison badge se-btn inactive"> <i class="shopengine-icon-product_compare_1"></i> </a>
</div>
</li>
<li class="product">
<div class="eael-product-wrap">
<img decoding="async" width="1000" height="1000" src="//www.cbdproduction.fr/wp-content/uploads/2023/02/strawberry.webp" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail wvs-archive-product-image" alt loading="eager" /><div class="eael-product-title">
<a href="https://www.cbdproduction.fr/produit/fleur-cbd-strawberry/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><h2 class="woocommerce-loop-product__title">Strawberry Green House - Fleurs Françaises</h2></a>
</div><div class="eael-star-rating star-rating"><span style="width:0%">Note <strong class="rating">0</strong> sur 5</span></div><div class="eael-product-price"></div> <div class="fromPrice">
<p>A partir de <span>10,00 &euro;</span> le Gr</p>
</div>
<form class="variations_form cart shop" method="post" enctype="multipart/form-data" data-product_id="34092" data-product_variations="[{&quot;attributes&quot;:{&quot;attribute_pa_poids&quot;:&quot;2gr&quot;},&quot;availability_html&quot;:&quot;&quot;,&quot;backorders_allowed&quot;:false,&quot;dimensions&quot;:{&quot;length&quot;:&quot;&quot;,&quot;width&quot;:&quot;&quot;,&quot;height&quot;:&quot;&quot;},&quot;dimensions_html&quot;:&quot;ND&quot;,&quot;display_price&quot;:8,&quot;display_regular_price&quot;:8,&quot;image&quot;:{&quot;title&quot;:&quot;strawberry&quot;,&quot;caption&quot;:&quot;&quot;,&quot;url&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry.webp&quot;,&quot;alt&quot;:&quot;strawberry&quot;,&quot;src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-600x600.webp&quot;,&quot;srcset&quot;:&quot;\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-600x600.webp 600w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-768x768.webp 768w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-500x500.webp 500w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-650x650.webp 650w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-800x800.webp 800w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-300x300.webp 300w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-100x100.webp 100w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry.webp 1000w&quot;,&quot;sizes&quot;:&quot;(max-width: 600px) 100vw, 600px&quot;,&quot;full_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry.webp&quot;,&quot;full_src_w&quot;:1000,&quot;full_src_h&quot;:1000,&quot;gallery_thumbnail_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-100x100.webp&quot;,&quot;gallery_thumbnail_src_w&quot;:100,&quot;gallery_thumbnail_src_h&quot;:100,&quot;thumb_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-300x300.webp&quot;,&quot;thumb_src_w&quot;:300,&quot;thumb_src_h&quot;:300,&quot;src_w&quot;:600,&quot;src_h&quot;:600},&quot;image_id&quot;:36016,&quot;is_downloadable&quot;:false,&quot;is_in_stock&quot;:true,&quot;is_purchasable&quot;:true,&quot;is_sold_individually&quot;:&quot;no&quot;,&quot;is_virtual&quot;:false,&quot;max_qty&quot;:&quot;&quot;,&quot;min_qty&quot;:1,&quot;price_html&quot;:&quot;&lt;span class=\&quot;price\&quot;&gt;&lt;span class=\&quot;woocommerce-Price-amount amount\&quot;&gt;&lt;bdi&gt;8,00&amp;nbsp;&lt;span class=\&quot;woocommerce-Price-currencySymbol\&quot;&gt;&amp;euro;&lt;\/span&gt;&lt;\/bdi&gt;&lt;\/span&gt;&lt;\/span&gt;&quot;,&quot;sku&quot;:&quot;&quot;,&quot;variation_description&quot;:&quot;&quot;,&quot;variation_id&quot;:34097,&quot;variation_is_active&quot;:true,&quot;variation_is_visible&quot;:true,&quot;weight&quot;:&quot;&quot;,&quot;weight_html&quot;:&quot;ND&quot;},{&quot;attributes&quot;:{&quot;attribute_pa_poids&quot;:&quot;5gr&quot;},&quot;availability_html&quot;:&quot;&quot;,&quot;backorders_allowed&quot;:false,&quot;dimensions&quot;:{&quot;length&quot;:&quot;&quot;,&quot;width&quot;:&quot;&quot;,&quot;height&quot;:&quot;&quot;},&quot;dimensions_html&quot;:&quot;ND&quot;,&quot;display_price&quot;:15,&quot;display_regular_price&quot;:15,&quot;image&quot;:{&quot;title&quot;:&quot;strawberry&quot;,&quot;caption&quot;:&quot;&quot;,&quot;url&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry.webp&quot;,&quot;alt&quot;:&quot;strawberry&quot;,&quot;src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-600x600.webp&quot;,&quot;srcset&quot;:&quot;\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-600x600.webp 600w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-768x768.webp 768w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-500x500.webp 500w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-650x650.webp 650w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-800x800.webp 800w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-300x300.webp 300w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-100x100.webp 100w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry.webp 1000w&quot;,&quot;sizes&quot;:&quot;(max-width: 600px) 100vw, 600px&quot;,&quot;full_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry.webp&quot;,&quot;full_src_w&quot;:1000,&quot;full_src_h&quot;:1000,&quot;gallery_thumbnail_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-100x100.webp&quot;,&quot;gallery_thumbnail_src_w&quot;:100,&quot;gallery_thumbnail_src_h&quot;:100,&quot;thumb_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-300x300.webp&quot;,&quot;thumb_src_w&quot;:300,&quot;thumb_src_h&quot;:300,&quot;src_w&quot;:600,&quot;src_h&quot;:600},&quot;image_id&quot;:36016,&quot;is_downloadable&quot;:false,&quot;is_in_stock&quot;:true,&quot;is_purchasable&quot;:true,&quot;is_sold_individually&quot;:&quot;no&quot;,&quot;is_virtual&quot;:false,&quot;max_qty&quot;:&quot;&quot;,&quot;min_qty&quot;:1,&quot;price_html&quot;:&quot;&lt;span class=\&quot;price\&quot;&gt;&lt;span class=\&quot;woocommerce-Price-amount amount\&quot;&gt;&lt;bdi&gt;15,00&amp;nbsp;&lt;span class=\&quot;woocommerce-Price-currencySymbol\&quot;&gt;&amp;euro;&lt;\/span&gt;&lt;\/bdi&gt;&lt;\/span&gt;&lt;\/span&gt;&quot;,&quot;sku&quot;:&quot;&quot;,&quot;variation_description&quot;:&quot;&quot;,&quot;variation_id&quot;:34099,&quot;variation_is_active&quot;:true,&quot;variation_is_visible&quot;:true,&quot;weight&quot;:&quot;&quot;,&quot;weight_html&quot;:&quot;ND&quot;},{&quot;attributes&quot;:{&quot;attribute_pa_poids&quot;:&quot;10gr&quot;},&quot;availability_html&quot;:&quot;&quot;,&quot;backorders_allowed&quot;:false,&quot;dimensions&quot;:{&quot;length&quot;:&quot;&quot;,&quot;width&quot;:&quot;&quot;,&quot;height&quot;:&quot;&quot;},&quot;dimensions_html&quot;:&quot;ND&quot;,&quot;display_price&quot;:29,&quot;display_regular_price&quot;:29,&quot;image&quot;:{&quot;title&quot;:&quot;strawberry&quot;,&quot;caption&quot;:&quot;&quot;,&quot;url&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry.webp&quot;,&quot;alt&quot;:&quot;strawberry&quot;,&quot;src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-600x600.webp&quot;,&quot;srcset&quot;:&quot;\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-600x600.webp 600w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-768x768.webp 768w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-500x500.webp 500w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-650x650.webp 650w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-800x800.webp 800w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-300x300.webp 300w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-100x100.webp 100w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry.webp 1000w&quot;,&quot;sizes&quot;:&quot;(max-width: 600px) 100vw, 600px&quot;,&quot;full_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry.webp&quot;,&quot;full_src_w&quot;:1000,&quot;full_src_h&quot;:1000,&quot;gallery_thumbnail_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-100x100.webp&quot;,&quot;gallery_thumbnail_src_w&quot;:100,&quot;gallery_thumbnail_src_h&quot;:100,&quot;thumb_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-300x300.webp&quot;,&quot;thumb_src_w&quot;:300,&quot;thumb_src_h&quot;:300,&quot;src_w&quot;:600,&quot;src_h&quot;:600},&quot;image_id&quot;:36016,&quot;is_downloadable&quot;:false,&quot;is_in_stock&quot;:true,&quot;is_purchasable&quot;:true,&quot;is_sold_individually&quot;:&quot;no&quot;,&quot;is_virtual&quot;:false,&quot;max_qty&quot;:&quot;&quot;,&quot;min_qty&quot;:1,&quot;price_html&quot;:&quot;&lt;span class=\&quot;price\&quot;&gt;&lt;span class=\&quot;woocommerce-Price-amount amount\&quot;&gt;&lt;bdi&gt;29,00&amp;nbsp;&lt;span class=\&quot;woocommerce-Price-currencySymbol\&quot;&gt;&amp;euro;&lt;\/span&gt;&lt;\/bdi&gt;&lt;\/span&gt;&lt;\/span&gt;&quot;,&quot;sku&quot;:&quot;&quot;,&quot;variation_description&quot;:&quot;&quot;,&quot;variation_id&quot;:34100,&quot;variation_is_active&quot;:true,&quot;variation_is_visible&quot;:true,&quot;weight&quot;:&quot;&quot;,&quot;weight_html&quot;:&quot;ND&quot;},{&quot;attributes&quot;:{&quot;attribute_pa_poids&quot;:&quot;25gr&quot;},&quot;availability_html&quot;:&quot;&quot;,&quot;backorders_allowed&quot;:false,&quot;dimensions&quot;:{&quot;length&quot;:&quot;&quot;,&quot;width&quot;:&quot;&quot;,&quot;height&quot;:&quot;&quot;},&quot;dimensions_html&quot;:&quot;ND&quot;,&quot;display_price&quot;:70,&quot;display_regular_price&quot;:70,&quot;image&quot;:{&quot;title&quot;:&quot;strawberry&quot;,&quot;caption&quot;:&quot;&quot;,&quot;url&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry.webp&quot;,&quot;alt&quot;:&quot;strawberry&quot;,&quot;src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-600x600.webp&quot;,&quot;srcset&quot;:&quot;\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-600x600.webp 600w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-768x768.webp 768w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-500x500.webp 500w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-650x650.webp 650w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-800x800.webp 800w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-300x300.webp 300w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-100x100.webp 100w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry.webp 1000w&quot;,&quot;sizes&quot;:&quot;(max-width: 600px) 100vw, 600px&quot;,&quot;full_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry.webp&quot;,&quot;full_src_w&quot;:1000,&quot;full_src_h&quot;:1000,&quot;gallery_thumbnail_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-100x100.webp&quot;,&quot;gallery_thumbnail_src_w&quot;:100,&quot;gallery_thumbnail_src_h&quot;:100,&quot;thumb_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-300x300.webp&quot;,&quot;thumb_src_w&quot;:300,&quot;thumb_src_h&quot;:300,&quot;src_w&quot;:600,&quot;src_h&quot;:600},&quot;image_id&quot;:36016,&quot;is_downloadable&quot;:false,&quot;is_in_stock&quot;:true,&quot;is_purchasable&quot;:true,&quot;is_sold_individually&quot;:&quot;no&quot;,&quot;is_virtual&quot;:false,&quot;max_qty&quot;:&quot;&quot;,&quot;min_qty&quot;:1,&quot;price_html&quot;:&quot;&lt;span class=\&quot;price\&quot;&gt;&lt;span class=\&quot;woocommerce-Price-amount amount\&quot;&gt;&lt;bdi&gt;70,00&amp;nbsp;&lt;span class=\&quot;woocommerce-Price-currencySymbol\&quot;&gt;&amp;euro;&lt;\/span&gt;&lt;\/bdi&gt;&lt;\/span&gt;&lt;\/span&gt;&quot;,&quot;sku&quot;:&quot;&quot;,&quot;variation_description&quot;:&quot;&quot;,&quot;variation_id&quot;:34101,&quot;variation_is_active&quot;:true,&quot;variation_is_visible&quot;:true,&quot;weight&quot;:&quot;&quot;,&quot;weight_html&quot;:&quot;ND&quot;},{&quot;attributes&quot;:{&quot;attribute_pa_poids&quot;:&quot;50gr&quot;},&quot;availability_html&quot;:&quot;&quot;,&quot;backorders_allowed&quot;:false,&quot;dimensions&quot;:{&quot;length&quot;:&quot;&quot;,&quot;width&quot;:&quot;&quot;,&quot;height&quot;:&quot;&quot;},&quot;dimensions_html&quot;:&quot;ND&quot;,&quot;display_price&quot;:135,&quot;display_regular_price&quot;:135,&quot;image&quot;:{&quot;title&quot;:&quot;strawberry&quot;,&quot;caption&quot;:&quot;&quot;,&quot;url&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry.webp&quot;,&quot;alt&quot;:&quot;strawberry&quot;,&quot;src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-600x600.webp&quot;,&quot;srcset&quot;:&quot;\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-600x600.webp 600w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-768x768.webp 768w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-500x500.webp 500w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-650x650.webp 650w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-800x800.webp 800w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-300x300.webp 300w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-100x100.webp 100w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry.webp 1000w&quot;,&quot;sizes&quot;:&quot;(max-width: 600px) 100vw, 600px&quot;,&quot;full_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry.webp&quot;,&quot;full_src_w&quot;:1000,&quot;full_src_h&quot;:1000,&quot;gallery_thumbnail_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-100x100.webp&quot;,&quot;gallery_thumbnail_src_w&quot;:100,&quot;gallery_thumbnail_src_h&quot;:100,&quot;thumb_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-300x300.webp&quot;,&quot;thumb_src_w&quot;:300,&quot;thumb_src_h&quot;:300,&quot;src_w&quot;:600,&quot;src_h&quot;:600},&quot;image_id&quot;:36016,&quot;is_downloadable&quot;:false,&quot;is_in_stock&quot;:true,&quot;is_purchasable&quot;:true,&quot;is_sold_individually&quot;:&quot;no&quot;,&quot;is_virtual&quot;:false,&quot;max_qty&quot;:&quot;&quot;,&quot;min_qty&quot;:1,&quot;price_html&quot;:&quot;&lt;span class=\&quot;price\&quot;&gt;&lt;span class=\&quot;woocommerce-Price-amount amount\&quot;&gt;&lt;bdi&gt;135,00&amp;nbsp;&lt;span class=\&quot;woocommerce-Price-currencySymbol\&quot;&gt;&amp;euro;&lt;\/span&gt;&lt;\/bdi&gt;&lt;\/span&gt;&lt;\/span&gt;&quot;,&quot;sku&quot;:&quot;&quot;,&quot;variation_description&quot;:&quot;&quot;,&quot;variation_id&quot;:34102,&quot;variation_is_active&quot;:true,&quot;variation_is_visible&quot;:true,&quot;weight&quot;:&quot;&quot;,&quot;weight_html&quot;:&quot;ND&quot;},{&quot;attributes&quot;:{&quot;attribute_pa_poids&quot;:&quot;100gr&quot;},&quot;availability_html&quot;:&quot;&quot;,&quot;backorders_allowed&quot;:false,&quot;dimensions&quot;:{&quot;length&quot;:&quot;&quot;,&quot;width&quot;:&quot;&quot;,&quot;height&quot;:&quot;&quot;},&quot;dimensions_html&quot;:&quot;ND&quot;,&quot;display_price&quot;:250,&quot;display_regular_price&quot;:250,&quot;image&quot;:{&quot;title&quot;:&quot;strawberry&quot;,&quot;caption&quot;:&quot;&quot;,&quot;url&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry.webp&quot;,&quot;alt&quot;:&quot;strawberry&quot;,&quot;src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-600x600.webp&quot;,&quot;srcset&quot;:&quot;\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-600x600.webp 600w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-768x768.webp 768w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-500x500.webp 500w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-650x650.webp 650w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-800x800.webp 800w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-300x300.webp 300w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-100x100.webp 100w, \/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry.webp 1000w&quot;,&quot;sizes&quot;:&quot;(max-width: 600px) 100vw, 600px&quot;,&quot;full_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry.webp&quot;,&quot;full_src_w&quot;:1000,&quot;full_src_h&quot;:1000,&quot;gallery_thumbnail_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-100x100.webp&quot;,&quot;gallery_thumbnail_src_w&quot;:100,&quot;gallery_thumbnail_src_h&quot;:100,&quot;thumb_src&quot;:&quot;https:\/\/www.cbdproduction.fr\/wp-content\/uploads\/2023\/02\/strawberry-300x300.webp&quot;,&quot;thumb_src_w&quot;:300,&quot;thumb_src_h&quot;:300,&quot;src_w&quot;:600,&quot;src_h&quot;:600},&quot;image_id&quot;:36016,&quot;is_downloadable&quot;:false,&quot;is_in_stock&quot;:true,&quot;is_purchasable&quot;:true,&quot;is_sold_individually&quot;:&quot;no&quot;,&quot;is_virtual&quot;:false,&quot;max_qty&quot;:&quot;&quot;,&quot;min_qty&quot;:1,&quot;price_html&quot;:&quot;&lt;span class=\&quot;price\&quot;&gt;&lt;span class=\&quot;woocommerce-Price-amount amount\&quot;&gt;&lt;bdi&gt;250,00&amp;nbsp;&lt;span class=\&quot;woocommerce-Price-currencySymbol\&quot;&gt;&amp;euro;&lt;\/span&gt;&lt;\/bdi&gt;&lt;\/span&gt;&lt;\/span&gt;&quot;,&quot;sku&quot;:&quot;&quot;,&quot;variation_description&quot;:&quot;&quot;,&quot;variation_id&quot;:34103,&quot;variation_is_active&quot;:true,&quot;variation_is_visible&quot;:true,&quot;weight&quot;:&quot;&quot;,&quot;weight_html&quot;:&quot;ND&quot;}]">
<div class="variations" cellspacing="0">
<div class="custom-form-control c-flex-column">
<div class="custom-select-form">
<select id="pa_poids" class="select-variation" name="attribute_pa_poids" data-attribute_name="attribute_pa_poids"><option value="2gr" data-attribute_id="34097">2gr : 8&euro; (4&euro; le gr)</option><option value="5gr" data-attribute_id="34099">5gr : 15&euro; (3&euro; le gr)</option><option value="10gr" data-attribute_id="34100">10gr : 29&euro; (2.9&euro; le gr)</option><option value="25gr" data-attribute_id="34101">25gr : 70&euro; (2.8&euro; le gr)</option><option value="50gr" data-attribute_id="34102">50gr : 135&euro; (2.7&euro; le gr)</option><option value="100gr" data-attribute_id="34103">100gr : 250&euro; (2.5&euro; le gr)</option><a class="reset_variations" href="#">Effacer</a> </div>
</div>
</div>
<button title="Ajouter à la liste de souhaits" class="shopengine_add_to_list_action shopengine-wishlist badge inactive" data-pid="34092">
<i class="shopengine-icon-add_to_favourite_1"></i>
</button>
<a data-payload="{&quot;pid&quot;:34092}" class="shopengine_comparison_add_to_list_action shopengine-comparison badge inactive"> <i class="shopengine-icon-product_compare_1"></i> </a>
<div class="single_variation_wrap">
<div class="woocommerce-variation single_variation"></div><div class="woocommerce-variation-add-to-cart variations_button">
<button title="Ajouter à la liste de souhaits" class="shopengine_add_to_list_action shopengine-wishlist badge inactive" data-pid="34092">
<i class="shopengine-icon-add_to_favourite_1"></i>
</button>
<a data-payload="{&quot;pid&quot;:34092}" class="shopengine_comparison_add_to_list_action shopengine-comparison badge inactive"> <i class="shopengine-icon-product_compare_1"></i> </a>
<div class="quantity">
<label class="screen-reader-text" for="quantity_662b766e5c415">quantité de Strawberry Green House - Fleurs Françaises</label>
<input type="number" id="quantity_662b766e5c415" class="input-text qty text" name="quantity" value="1" aria-label="Quantité de produits" size="4" min="1" max step="1" placeholder inputmode="numeric" autocomplete="off" />
</div>
<button type="submit" class="single_add_to_cart_button button alt">Ajouter au panier</button>
<input type="hidden" name="add-to-cart" value="34092" />
<input type="hidden" name="product_id" value="34092" />
<input type="hidden" name="variation_id" class="variation_id" value="0" />
</div>
</div>
</form>
<a data-pid="34092" class="shopengine_add_to_list_action shopengine-wishlist badge se-btn inactive" href="#"><i class="shopengine-icon-add_to_favourite_1"></i></a><a title="Aperçu rapide" class="shopengine-quickview-trigger se-btn" data-source-url="https://www.cbdproduction.fr/produit/fleur-cbd-strawberry/" href="https://www.cbdproduction.fr/produit/fleur-cbd-strawberry/">
<i class="shopengine-icon-quick_view_1"></i>
</a><a data-payload="{&quot;pid&quot;:34092}" class="shopengine_comparison_add_to_list_action shopengine-comparison badge se-btn inactive"> <i class="shopengine-icon-product_compare_1"></i> </a>
</div>
</li>
</ul> <div class="eael-load-more-button-wrap eael-force-hide">
<button class="eael-load-more-button" id="eael-load-more-btn-c0b9ce3" data-widget-id="c0b9ce3" data-widget="c0b9ce3" data-page-id="6630" data-template="{&quot;dir&quot;:&quot;lite&quot;,&quot;file_name&quot;:&quot;default.php&quot;,&quot;name&quot;:&quot;Eicon-Woocommerce&quot;}" data-class="Essential_Addons_Elementor\Elements\Product_Grid" data-layout="masonry" data-page="1" data-args="post_type=product&amp;post_status%5B0%5D=publish&amp;post_status%5B1%5D=pending&amp;post_status%5B2%5D=future&amp;posts_per_page=4&amp;order=desc&amp;offset=0&amp;post__not_in%5B0%5D=6630&amp;tax_query%5Brelation%5D=AND&amp;tax_query%5B0%5D%5Btaxonomy%5D=product_visibility&amp;tax_query%5B0%5D%5Bfield%5D=name&amp;tax_query%5B0%5D%5Bterms%5D=featured&amp;tax_query%5B1%5D%5Btaxonomy%5D=product_visibility&amp;tax_query%5B1%5D%5Bfield%5D=name&amp;tax_query%5B1%5D%5Bterms%5D%5B0%5D=exclude-from-search&amp;tax_query%5B1%5D%5Bterms%5D%5B1%5D=exclude-from-catalog&amp;tax_query%5B1%5D%5Boperator%5D=NOT+IN&amp;orderby=date&amp;meta_query%5Brelation%5D=AND&amp;total_post=5" data-max-page="2">
<span class="eael-btn-loader button__loader"></span>
<span class="eael_load_more_text"></span>
</button>
</div>
</div>
</div>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
            jQuery(document).ready(function($) {
                var $scope = jQuery(".elementor-element-c0b9ce3");
                var $products = $('.products', $scope);
                var $layout_mode = $products.data('layout-mode');
                
                if ( $layout_mode === 'masonry' ) {
                    // init isotope
                    var $isotope_products = $products.isotope({
                        itemSelector: "li.product",
                        layoutMode: $layout_mode,
                        percentPosition: true
                    });

                    $isotope_products.imagesLoaded().progress( function() {
                        $isotope_products.isotope('layout');
                    })

                    $(window).on('resize', function() {
                        $isotope_products.isotope('layout');
                    });
                }
            });
        </script>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="elementor-section elementor-top-section elementor-element elementor-element-afac564 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="afac564" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;none&quot;}">
<div class="elementor-container elementor-column-gap-default">
<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-903426d" data-id="903426d" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-1c78d24 elementor-invisible elementor-widget elementor-widget-heading" data-id="1c78d24" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeIn&quot;}" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h3 class="elementor-heading-title elementor-size-default">Notre gamme de produits issus du chanvre</h3> </div>
</div>
<div class="elementor-element elementor-element-cff3fea elementor-invisible elementor-widget elementor-widget-heading" data-id="cff3fea" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_mobile&quot;:&quot;none&quot;}" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h4 class="elementor-heading-title elementor-size-default">Huile CBD, Patch CBD Nobilis, Cartridge CBD/CBN Freshemp</h4> </div>
</div>
<div class="elementor-element elementor-element-c0ec905 elementor-widget elementor-widget-image" data-id="c0ec905" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;}" data-widget_type="image.default">
<div class="elementor-widget-container">
<img decoding="async" width="371" height="34" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20371%2034'%3E%3C/svg%3E" class="attachment-medium_large size-medium_large wp-image-1189" alt="cbd production" data-lazy-srcset="//www.cbdproduction.fr/wp-content/uploads/2021/04/separateur.png 371w, //www.cbdproduction.fr/wp-content/uploads/2021/04/separateur-300x27.png 300w" data-lazy-sizes="(max-width: 371px) 100vw, 371px" data-lazy-src="//www.cbdproduction.fr/wp-content/uploads/2021/04/separateur.png" /><noscript><img decoding="async" width="371" height="34" src="//www.cbdproduction.fr/wp-content/uploads/2021/04/separateur.png" class="attachment-medium_large size-medium_large wp-image-1189" alt="cbd production" srcset="//www.cbdproduction.fr/wp-content/uploads/2021/04/separateur.png 371w, //www.cbdproduction.fr/wp-content/uploads/2021/04/separateur-300x27.png 300w" sizes="(max-width: 371px) 100vw, 371px" /></noscript> </div>
</div>
</div>
</div>
</div>
</section>
<section class="elementor-section elementor-top-section elementor-element elementor-element-f227016 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="f227016" data-element_type="section" data-settings="{&quot;animation&quot;:&quot;none&quot;,&quot;background_background&quot;:&quot;classic&quot;}">
<div class="elementor-container elementor-column-gap-default">
<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-a1051f5 elementor-invisible" data-id="a1051f5" data-element_type="column" data-settings="{&quot;animation&quot;:&quot;fadeIn&quot;}">
<div class="elementor-widget-wrap elementor-element-populated">
<section class="elementor-section elementor-inner-section elementor-element elementor-element-ed66732 elementor-section-height-min-height elementor-section-content-middle elementor-section-full_width elementor-section-height-default" data-id="ed66732" data-element_type="section" data-settings="{&quot;animation&quot;:&quot;none&quot;}">
<div class="elementor-container elementor-column-gap-default">
<div class="make-column-clickable-elementor elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-8584fb0" style="cursor: pointer;" data-column-clickable="/huiles-cbd/" data-column-clickable-blank="_self" data-id="8584fb0" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-background-overlay"></div>
<div class="elementor-element elementor-element-9ceac04 elementor-widget elementor-widget-heading" data-id="9ceac04" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h3 class="elementor-heading-title elementor-size-default">Huiles cbd</h3> </div>
</div>
<div class="elementor-element elementor-element-9331271 elementor-widget elementor-widget-text-editor" data-id="9331271" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p>Découvrez notre gamme de produits huiles cbd</p> </div>
</div>
<div class="elementor-element elementor-element-37325a0 elementor-widget elementor-widget-text-editor" data-id="37325a0" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p>À partir de 34,90<span class="woocommerce-Price-currencySymbol">€</span></p> </div>
</div>
</div>
</div>
<div class="make-column-clickable-elementor elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-ce838c7" style="cursor: pointer;" data-column-clickable="/the-infusions-rooibos/infusions/" data-column-clickable-blank="_self" data-id="ce838c7" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-background-overlay"></div>
<div class="elementor-element elementor-element-a0b64c8 elementor-widget elementor-widget-heading" data-id="a0b64c8" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h3 class="elementor-heading-title elementor-size-default">Infusions</h3> </div>
</div>
<div class="elementor-element elementor-element-b82ca5a elementor-widget elementor-widget-text-editor" data-id="b82ca5a" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p>Découvrez notre gamme de produits d&#8217;infusions</p> </div>
</div>
<div class="elementor-element elementor-element-6065621 elementor-widget elementor-widget-text-editor" data-id="6065621" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p>À partir de 9,90<span class="woocommerce-Price-currencySymbol">€</span></p> </div>
</div>
</div>
</div>
<div class="make-column-clickable-elementor elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-1d2e73f" style="cursor: pointer;" data-column-clickable="/cbn/" data-column-clickable-blank="_self" data-id="1d2e73f" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-background-overlay"></div>
<div class="elementor-element elementor-element-f0908a7 elementor-widget elementor-widget-heading" data-id="f0908a7" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h3 class="elementor-heading-title elementor-size-default">Cartridge CBD / CBN</h3> </div>
</div>
<div class="elementor-element elementor-element-ed7e7a0 elementor-widget elementor-widget-text-editor" data-id="ed7e7a0" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p>Découvrez notre gamme de produits 100% français 100% naturel</p> </div>
</div>
<div class="elementor-element elementor-element-7e7d237 elementor-widget elementor-widget-text-editor" data-id="7e7d237" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p>À partir de 23,95<span class="woocommerce-Price-currencySymbol">€</span></p> </div>
</div>
</div>
</div>
</div>
</section>
<section class="elementor-section elementor-inner-section elementor-element elementor-element-9c6f8c7 elementor-section-height-min-height elementor-section-content-middle elementor-section-full_width elementor-section-height-default" data-id="9c6f8c7" data-element_type="section" data-settings="{&quot;animation&quot;:&quot;none&quot;}">
<div class="elementor-container elementor-column-gap-default">
<div class="make-column-clickable-elementor elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-d31c004" style="cursor: pointer;" data-column-clickable="/resines/" data-column-clickable-blank="_self" data-id="d31c004" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-background-overlay"></div>
<div class="elementor-element elementor-element-0af6e95 elementor-widget elementor-widget-heading" data-id="0af6e95" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h3 class="elementor-heading-title elementor-size-default">Résine</h3> </div>
</div>
<div class="elementor-element elementor-element-5018f71 elementor-widget elementor-widget-text-editor" data-id="5018f71" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p>Découvrez notre gamme de produits résines / hashs</p> </div>
</div>
<div class="elementor-element elementor-element-eb89e6b elementor-widget elementor-widget-text-editor" data-id="eb89e6b" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p>À partir de 3,90<span class="woocommerce-Price-currencySymbol">€ / gr<br/></span></p> </div>
</div>
</div>
</div>
<div class="make-column-clickable-elementor elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-bdd7ba4" style="cursor: pointer;" data-column-clickable="/cosmetique/" data-column-clickable-blank="_self" data-id="bdd7ba4" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-background-overlay"></div>
<div class="elementor-element elementor-element-d6f507e elementor-widget elementor-widget-heading" data-id="d6f507e" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h3 class="elementor-heading-title elementor-size-default">Cosmétique</h3> </div>
</div>
<div class="elementor-element elementor-element-fac6d12 elementor-widget elementor-widget-text-editor" data-id="fac6d12" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p>Découvrez notre gamme de produits cosmétiques</p> </div>
</div>
<div class="elementor-element elementor-element-8117e87 elementor-widget elementor-widget-text-editor" data-id="8117e87" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p>À partir de 7,39€</p> </div>
</div>
</div>
</div>
<div class="make-column-clickable-elementor elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-f915ce1" style="cursor: pointer;" data-column-clickable="/cbn/" data-column-clickable-blank="_self" data-id="f915ce1" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-background-overlay"></div>
<div class="elementor-element elementor-element-5c2c6d5 elementor-widget elementor-widget-heading" data-id="5c2c6d5" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h3 class="elementor-heading-title elementor-size-default">CBN </h3> </div>
</div>
<div class="elementor-element elementor-element-8255b04 elementor-widget elementor-widget-text-editor" data-id="8255b04" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p>Découvrez notre gamme de CBN</p> </div>
</div>
<div class="elementor-element elementor-element-e672821 elementor-widget elementor-widget-text-editor" data-id="e672821" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p>À partir de 3,90<span class="woocommerce-Price-currencySymbol">€ / gr<br/></span></p> </div>
</div>
</div>
</div>
<div class="make-column-clickable-elementor elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-cdbec52" style="cursor: pointer;" data-column-clickable="/animaux-cbd/" data-column-clickable-blank="_self" data-id="cdbec52" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-background-overlay"></div>
<div class="elementor-element elementor-element-2cb1d67 elementor-widget elementor-widget-heading" data-id="2cb1d67" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h3 class="elementor-heading-title elementor-size-default">Animaux</h3> </div>
</div>
<div class="elementor-element elementor-element-a4c2ec8 elementor-widget elementor-widget-text-editor" data-id="a4c2ec8" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p>Découvrez notre gamme de produits animaux</p> </div>
</div>
<div class="elementor-element elementor-element-f8beb86 elementor-widget elementor-widget-text-editor" data-id="f8beb86" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p>À partir de 12,95<span class="woocommerce-Price-currencySymbol">€</span></p> </div>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
</section>
<section class="elementor-section elementor-top-section elementor-element elementor-element-68cff28 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="68cff28" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;none&quot;}">
<div class="elementor-container elementor-column-gap-default">
<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-484f5b0" data-id="484f5b0" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-aa32da2 elementor-widget elementor-widget-image" data-id="aa32da2" data-element_type="widget" data-widget_type="image.default">
<div class="elementor-widget-container">
<img decoding="async" width="371" height="34" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20371%2034'%3E%3C/svg%3E" class="attachment-large size-large wp-image-1189" alt="cbd production" data-lazy-srcset="//www.cbdproduction.fr/wp-content/uploads/2021/04/separateur.png 371w, //www.cbdproduction.fr/wp-content/uploads/2021/04/separateur-300x27.png 300w" data-lazy-sizes="(max-width: 371px) 100vw, 371px" data-lazy-src="//www.cbdproduction.fr/wp-content/uploads/2021/04/separateur.png" /><noscript><img loading="lazy" decoding="async" width="371" height="34" src="//www.cbdproduction.fr/wp-content/uploads/2021/04/separateur.png" class="attachment-large size-large wp-image-1189" alt="cbd production" srcset="//www.cbdproduction.fr/wp-content/uploads/2021/04/separateur.png 371w, //www.cbdproduction.fr/wp-content/uploads/2021/04/separateur-300x27.png 300w" sizes="(max-width: 371px) 100vw, 371px" /></noscript> </div>
</div>
</div>
</div>
</div>
</section>
<section class="elementor-section elementor-top-section elementor-element elementor-element-5df79c7 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="5df79c7" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;none&quot;}">
<div class="elementor-container elementor-column-gap-default">
<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-fe43e7b" data-id="fe43e7b" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-6c35339 elementor-widget elementor-widget-heading" data-id="6c35339" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;}" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h5 class="elementor-heading-title elementor-size-default">FAQ sur le CBD </h5> </div>
</div>
<div class="elementor-element elementor-element-5ddf628 elementor-widget elementor-widget-eael-adv-accordion" data-id="5ddf628" data-element_type="widget" data-widget_type="eael-adv-accordion.default">
<div class="elementor-widget-container">
<div class="eael-adv-accordion" id="eael-adv-accordion-5ddf628" data-scroll-on-click="no" data-scroll-speed="300" data-accordion-id="5ddf628" data-accordion-type="accordion" data-toogle-speed="300">
<div class="eael-accordion-list">
<div id="quest-ce-que-le-cbd-" class="elementor-tab-title eael-accordion-header" tabindex="0" data-tab="1" aria-controls="elementor-tab-content-9841"><span class="eael-advanced-accordion-icon-closed"></span><span class="eael-advanced-accordion-icon-opened"></span><span class="eael-accordion-tab-title">Qu'est-ce que le CBD ? </span><svg aria-hidden="true" class="fa-toggle e-font-icon-svg e-fas-angle-right" viewbox="0 0 256 512" xmlns="http://www.w3.org/2000/svg"><path d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"></path></svg></div><div id="elementor-tab-content-9841" class="eael-accordion-content clearfix" data-tab="1" aria-labelledby="quest-ce-que-le-cbd-">Le chanvre du latin cannabis est composé de différentes molécules, appelées Cannabinoïdes. Très connue pour le THC et ses effets psychoactifs, la plante de chanvre dévoile de plus en plus d’autres molécules aux très nombreux bienfaits, tels que le CBD ou bien moins connus encore le CBG ou CBN. Le CBD, ou cannabidiol, est un composé chimique naturel présent dans la plante de chanvre. Il est souvent utilisé pour ses propriétés thérapeutiques, notamment pour soulager l&#8217;anxiété, la douleur et l&#8217;inflammation.
<br/><br/>
Contrairement à son cousin plus célèbre, le THC (tétrahydrocannabinol), le CBD n&#8217;a pas d&#8217;effets psychoactifs, ce qui signifie qu&#8217;il ne provoque pas d&#8217;euphorie ou d&#8217;état d&#8217;ivresse.
<br/><br/>
Le CBD est de plus en plus utilisé pour ses propriétés médicinales potentielles. De nombreuses personnes l&#8217;utilisent pour soulager l&#8217;anxiété, la douleur, l&#8217;inflammation, les troubles du sommeil et d&#8217;autres affections. Il est également étudié pour son potentiel dans le traitement de l&#8217;épilepsie, du cancer et d&#8217;autres maladies.
<br/><br/>
Il est disponible sous différentes formes, notamment les huiles cbd, les huiles cbn, les capsules, les crèmes cbd, les cosmétiques cbd ou au cahnvre, les vaporisateurs et les aliments et boissons infusés au CBD, mais aussi des fleurs au cbd. Cependant, il est important de noter que le CBD n&#8217;est pas approuvé par la FDA (Food and Drug Administration) pour le traitement de quelque maladie que ce soit, et que les effets thérapeutiques du CBD ne sont pas encore complètement compris.</div>
</div><div class="eael-accordion-list">
<div id="que-puis-je-trouver-sur-le-site-cbd-production-" class="elementor-tab-title eael-accordion-header" tabindex="0" data-tab="2" aria-controls="elementor-tab-content-9842"><span class="eael-advanced-accordion-icon-closed"></span><span class="eael-advanced-accordion-icon-opened"></span><span class="eael-accordion-tab-title">Que puis-je trouver sur le site CBD Production ? </span><svg aria-hidden="true" class="fa-toggle e-font-icon-svg e-fas-angle-right" viewbox="0 0 256 512" xmlns="http://www.w3.org/2000/svg"><path d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"></path></svg></div><div id="elementor-tab-content-9842" class="eael-accordion-content clearfix" data-tab="2" aria-labelledby="que-puis-je-trouver-sur-le-site-cbd-production-">Sur notre site CBD Production vous pouvez trouver une large gamme de produits contenant du CBD, notamment :
<br/><br/>
<ul style="list-style:inside">
<li><strong>Les huiles de CBD</strong> : ce sont les produits les plus courants. Les huiles au cbd sont généralement prises par voie sublinguale, c&#8217;est-à-dire sous la langue.</li>
<li><strong>Les crèmes et les lotions de CBD</strong> : elles sont souvent utilisées pour soulager la douleur et l&#8217;inflammation.</li>
<li><strong>Les différentes fleurs cbd et rocks</strong>.</li>
<li><strong>Les vaporisateurs de CBD</strong> : ils sont utilisés pour inhaler du CBD.</li>
<li><strong>Les aliments et les boissons infusés de CBD</strong> : ils contiennent souvent une dose précise de CBD et peuvent être utilisés pour une ingestion plus discrète comme les infusions cbd ou les bonbons cbd.</li>
</ul>
En plus des produits contenant du CBD, vous pouvez également trouver des informations sur le CBD et ses effets sur la santé. Les sites CBD peuvent également offrir des conseils sur la façon de choisir des produits de qualité, des informations sur la réglementation du CBD et des commentaires de clients sur les produits qu&#8217;ils ont achetés ainsi que les doses à utiliser lorsque l’on commence à utiliser du CBD.</div>
</div><div class="eael-accordion-list">
<div id="thc-et-cbd-la-diffrence" class="elementor-tab-title eael-accordion-header" tabindex="0" data-tab="3" aria-controls="elementor-tab-content-9843"><span class="eael-advanced-accordion-icon-closed"></span><span class="eael-advanced-accordion-icon-opened"></span><span class="eael-accordion-tab-title">THC et CBD : la différence</span><svg aria-hidden="true" class="fa-toggle e-font-icon-svg e-fas-angle-right" viewbox="0 0 256 512" xmlns="http://www.w3.org/2000/svg"><path d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"></path></svg></div><div id="elementor-tab-content-9843" class="eael-accordion-content clearfix" data-tab="3" aria-labelledby="thc-et-cbd-la-diffrence">Le THC (tétrahydrocannabinol) et le CBD (cannabidiol) sont tous deux des cannabinoïdes que l&#8217;on trouve dans la plante de cannabis. Cependant, ils ont des effets très différents sur le corps et l&#8217;esprit.
<br/><br/>
Le THC est le principal composé psychoactif de la plante de cannabis. Il est responsable de l&#8217;euphorie et de l&#8217;effet &#8220;planant&#8221; souvent associé à la consommation de cannabis. Le THC peut également avoir des effets secondaires indésirables tels que la paranoïa, l&#8217;anxiété et la confusion. Le THC est considéré comme une substance réglementée dans de nombreux pays et est interdit dans de nombreux endroits.
<br/><br/>
Le CBD, en revanche, n&#8217;a pas d&#8217;effets psychoactifs et ne provoque pas d&#8217;euphorie ou d&#8217;état d&#8217;ivresse. Le CBD est considéré comme sûr et bien toléré par la plupart des gens. Il est souvent utilisé pour ses propriétés médicinales potentielles, notamment pour soulager la douleur, l&#8217;anxiété, l&#8217;inflammation et d&#8217;autres affections.
<br/><br/>
En résumé, la principale différence entre le THC et le CBD réside dans leurs effets sur l&#8217;esprit et le corps. Le THC a des effets psychoactifs et peut être utilisé pour des raisons récréatives, mais est également associé à des effets secondaires indésirables. Le CBD, quant à lui, n&#8217;a pas d&#8217;effets psychoactifs et est souvent utilisé pour ses propriétés médicinales potentielles.</div>
</div><div class="eael-accordion-list">
<div id="quels-sont-les-produits-qui-me-sont-proposs-" class="elementor-tab-title eael-accordion-header" tabindex="0" data-tab="4" aria-controls="elementor-tab-content-9844"><span class="eael-advanced-accordion-icon-closed"></span><span class="eael-advanced-accordion-icon-opened"></span><span class="eael-accordion-tab-title">Quels sont les produits qui me sont proposés ?</span><svg aria-hidden="true" class="fa-toggle e-font-icon-svg e-fas-angle-right" viewbox="0 0 256 512" xmlns="http://www.w3.org/2000/svg"><path d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"></path></svg></div><div id="elementor-tab-content-9844" class="eael-accordion-content clearfix" data-tab="4" aria-labelledby="quels-sont-les-produits-qui-me-sont-proposs-">Nous vous proposons de la <strong>CBD pas chère</strong> et de qualité avec un savoir faire français sur le chanvre et produits dérivés du <strong>CBD pas cher</strong>, avec une large gamme. Vous retrouverez ainsi :
<br/><br/>
<ul style="list-style:inside">
<li>Les fleurs de CBD, rigoureusement sélectionnées pour leur côté naturels et organiques, sans terpènes ajoutés, ni rabaissement chimique.</li>
<li>Des résines ou hash de CBD : conçus dans un laboratoire français, vous retrouverez quelques variétés comme l’afghan, le 3x filtré ou à des hashs à base de CBN et de CBG.</li>
<li>Les huiles de CBD ou huiles cbd fabriquées en France avec plusieurs versions : Broad spectrum c’est à dire avec un THC 0% et des full spectrum Thc inf. à 0.3%</li>
<li>Rocks : la puissance du CBD concentrée dans les moonrocks, gold rock, ice rock, green rock avec des taux important supérieure à 50% .</li>
<li>Une gamme CBN : la molécule non psychotrope et puissante du chanvre, nous proposons des cartridge, huiles cbn innovantes, fleurs de CBN ainsi que résines CBN.</li>
<li>Infusions au chanvre et CBD : 6 variétés toutes élaborées par notre maitre artisan qui utilise de la matière noble pour l’élaboration des nos tisanes à base de chanvre et CBD</li>
<li>E liquides CBD :</li>
<li>Cosmétiques : le chanvre et CBD au service de votre coprs. Découvrez les bienfaits des gammes Chanvria et Hekka, des cosmétiques au cbd ou des cosmétiques au chanvre rien que pour vous !</li>
<li>Animaux : chiens et chats pourraient eux aussi bénéficier des bienfaits de CBD</li>
</ul>
Ainsi que de nombreux autres produits tels que les bonbons CBD !</div>
</div><div class="eael-accordion-list">
<div id="comment-choisir-le-produit-cbd-qui-me-convient-" class="elementor-tab-title eael-accordion-header" tabindex="0" data-tab="5" aria-controls="elementor-tab-content-9845"><span class="eael-advanced-accordion-icon-closed"></span><span class="eael-advanced-accordion-icon-opened"></span><span class="eael-accordion-tab-title">Comment choisir le produit CBD qui me convient ? </span><svg aria-hidden="true" class="fa-toggle e-font-icon-svg e-fas-angle-right" viewbox="0 0 256 512" xmlns="http://www.w3.org/2000/svg"><path d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"></path></svg></div><div id="elementor-tab-content-9845" class="eael-accordion-content clearfix" data-tab="5" aria-labelledby="comment-choisir-le-produit-cbd-qui-me-convient-">Le choix du produit CBD qui vous convient dépend de plusieurs facteurs, notamment vos besoins individuels, vos préférences personnelles et la forme de produit CBD que vous préférez. Voici quelques éléments à considérer pour vous aider à choisir le produit CBD qui convient le mieux à vos besoins :
<br/><br/>
<ul style="list-style:inside">
<li><strong>Considérez votre raison d&#8217;utiliser le CBD</strong> : Si vous cherchez à soulager la douleur ou l&#8217;inflammation, vous voudrez peut-être opter pour une crème ou une lotion de CBD appliquée localement. Si vous cherchez à soulager l&#8217;anxiété ou à améliorer votre sommeil, vous voudrez peut-être opter pour une huile de CBD prise par voie sublinguale ou tout simplement des fleurs cbd.</li>
<li><strong>Choisissez la forme de produit qui vous convient le mieux</strong> : Les produits CBD sont disponibles sous différentes formes, notamment les huiles, les capsules, les crèmes, les vaporisateurs et les aliments et boissons infusés de CBD. Choisissez la forme qui convient le mieux à votre mode de vie et à vos préférences personnelles.</li>
<li><strong>Demandez conseil à un professionnel de la santé</strong> : Si vous avez des questions sur l&#8217;utilisation du CBD ou si vous prenez déjà des médicaments, demandez conseil à un professionnel de la santé pour vous assurer que le CBD est sûr et approprié pour vous.</li>
</ul>
En fin de compte, le choix du produit CBD qui vous convient dépend de vos besoins individuels et de vos préférences personnelles. Il est important d’effectuer des recherches et de prendre le temps de trouver le bon produit pour vous.</div>
</div><div class="eael-accordion-list">
<div id="les-produits-cbd-sont-ils-lgaux-" class="elementor-tab-title eael-accordion-header" tabindex="0" data-tab="6" aria-controls="elementor-tab-content-9846"><span class="eael-advanced-accordion-icon-closed"></span><span class="eael-advanced-accordion-icon-opened"></span><span class="eael-accordion-tab-title">Les produits CBD sont-ils légaux ? </span><svg aria-hidden="true" class="fa-toggle e-font-icon-svg e-fas-angle-right" viewbox="0 0 256 512" xmlns="http://www.w3.org/2000/svg"><path d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"></path></svg></div><div id="elementor-tab-content-9846" class="eael-accordion-content clearfix" data-tab="6" aria-labelledby="les-produits-cbd-sont-ils-lgaux-">La légalité des produits CBD dépend de la législation de chaque pays. Dans de nombreux pays, le CBD est légal tant que le produit contient une quantité inférieure à un certain seuil de THC (le composé psychoactif du cannabis). Dans d&#8217;autres pays, les produits CBD sont illégaux ou soumis à des restrictions strictes.
<br/><br/>
Aux États-Unis, par exemple, le CBD dérivé du chanvre est légal fédéralement depuis la loi sur la ferme de 2018, tant qu&#8217;il contient moins de 0,3% de THC. Cependant, certains États ont des lois plus strictes en matière de cannabis et de CBD, donc la légalité peut varier d&#8217;un État à l&#8217;autre.
<br/><br/>
En Europe, la légalité du CBD varie également d&#8217;un pays à l&#8217;autre. Dans certains pays, le CBD est totalement légal, tandis que dans d&#8217;autres, il est soumis à des restrictions strictes. Il est donc important de vérifier la législation en vigueur dans votre pays ou région avant d&#8217;acheter ou d&#8217;utiliser des produits CBD. Assurez-vous que le produit que vous achetez est légal et conforme aux normes de sécurité et de qualité.</div>
</div><div class="eael-accordion-list">
<div id="y-a-t-il-des-effets-secondaires-associs-lutilisation-de-produits-cbd-" class="elementor-tab-title eael-accordion-header" tabindex="0" data-tab="7" aria-controls="elementor-tab-content-9847"><span class="eael-advanced-accordion-icon-closed"></span><span class="eael-advanced-accordion-icon-opened"></span><span class="eael-accordion-tab-title">Y a-t-il des effets secondaires associés à l'utilisation de produits CBD ? </span><svg aria-hidden="true" class="fa-toggle e-font-icon-svg e-fas-angle-right" viewbox="0 0 256 512" xmlns="http://www.w3.org/2000/svg"><path d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"></path></svg></div><div id="elementor-tab-content-9847" class="eael-accordion-content clearfix" data-tab="7" aria-labelledby="y-a-t-il-des-effets-secondaires-associs-lutilisation-de-produits-cbd-">Bien que les produits CBD soient généralement considérés comme sûrs, ils peuvent entraîner des effets secondaires chez certaines personnes. Les effets secondaires les plus courants sont :
<br/><br/>
<ul>
<li><strong>Fatigue</strong> : le CBD peut parfois provoquer une sensation de fatigue ou de somnolence, surtout si pris en grande quantité.</li>
<li><strong>Bouche sèche</strong> : le CBD peut réduire la production de salive, entraînant une sensation de bouche sèce.</li>
<li><strong>Baisse de la tension artérielle</strong> : chez certaines personnes, le CBD peut entraîner une légère baisse de la tension artérielle, ce qui peut provoquer des étourdissements ou des vertiges.</li>
<li><strong>Changements d&#8217;appétit</strong> : le CBD peut parfois stimuler l&#8217;appétit ou provoquer une perte d&#8217;appétit.</li>
<li><strong>Interactions avec les médicaments</strong> : le CBD peut interagir avec certains médicaments, donc si vous prenez des médicaments, il est important de parler avec votre médecin avant de prendre des produits CBD.</li>
</ul>
Il est important de noter que les effets secondaires du CBD sont généralement légers et temporaires, et disparaissent souvent après quelques heures. Si vous éprouvez des effets secondaires graves ou si les effets secondaires persistent, vous devriez cesser d&#8217;utiliser les produits CBD et consulter votre médecin.</div>
</div></div> </div>
</div>
</div>
</div>
</div>
</section>
<section class="elementor-section elementor-top-section elementor-element elementor-element-bd3b310 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="bd3b310" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;none&quot;}">
<div class="elementor-container elementor-column-gap-default">
<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-adf5045" data-id="adf5045" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-232f3e6 elementor-widget elementor-widget-heading" data-id="232f3e6" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;}" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h6 class="elementor-heading-title elementor-size-default">Toutes les actualités sur le CBD</h6> </div>
</div>
<div class="elementor-element elementor-element-be87a99 homeBlog elementor-grid-3 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-card-shadow-yes elementor-posts__hover-gradient elementor-widget elementor-widget-posts" data-id="be87a99" data-element_type="widget" data-settings="{&quot;cards_columns&quot;:&quot;3&quot;,&quot;cards_columns_tablet&quot;:&quot;2&quot;,&quot;cards_columns_mobile&quot;:&quot;1&quot;,&quot;cards_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:35,&quot;sizes&quot;:[]},&quot;cards_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;cards_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="posts.cards">
<div class="elementor-widget-container">
<link rel="stylesheet" href="//www.cbdproduction.fr/wp-content/plugins/elementor-pro/assets/css/widget-posts.min.css"> <div class="elementor-posts-container elementor-posts elementor-posts--skin-cards elementor-grid">
<article class="elementor-post elementor-grid-item post-36906 post type-post status-publish format-standard has-post-thumbnail hentry category-cbd">
<div class="elementor-post__card">
<a class="elementor-post__thumbnail__link" href="https://www.cbdproduction.fr/h4cbd-quest-ce-que-cest/"><div class="elementor-post__thumbnail"><img decoding="async" width="2560" height="1707" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%202560%201707'%3E%3C/svg%3E" class="attachment-full size-full wp-image-32928" alt data-lazy-srcset="//www.cbdproduction.fr/wp-content/uploads/2023/01/purple-hemp-flowers-medical-cannabis-scaled.jpg 2560w, //www.cbdproduction.fr/wp-content/uploads/2023/01/purple-hemp-flowers-medical-cannabis-300x200.jpg 300w, //www.cbdproduction.fr/wp-content/uploads/2023/01/purple-hemp-flowers-medical-cannabis-1024x683.jpg 1024w, //www.cbdproduction.fr/wp-content/uploads/2023/01/purple-hemp-flowers-medical-cannabis-768x512.jpg 768w, //www.cbdproduction.fr/wp-content/uploads/2023/01/purple-hemp-flowers-medical-cannabis-1536x1024.jpg 1536w, //www.cbdproduction.fr/wp-content/uploads/2023/01/purple-hemp-flowers-medical-cannabis-2048x1365.jpg 2048w, //www.cbdproduction.fr/wp-content/uploads/2023/01/purple-hemp-flowers-medical-cannabis-1200x800.jpg 1200w, //www.cbdproduction.fr/wp-content/uploads/2023/01/purple-hemp-flowers-medical-cannabis-500x333.jpg 500w, //www.cbdproduction.fr/wp-content/uploads/2023/01/purple-hemp-flowers-medical-cannabis-650x433.jpg 650w, //www.cbdproduction.fr/wp-content/uploads/2023/01/purple-hemp-flowers-medical-cannabis-800x533.jpg 800w, //www.cbdproduction.fr/wp-content/uploads/2023/01/purple-hemp-flowers-medical-cannabis-1900x1267.jpg 1900w, //www.cbdproduction.fr/wp-content/uploads/2023/01/purple-hemp-flowers-medical-cannabis-600x400.jpg 600w" data-lazy-sizes="(max-width: 2560px) 100vw, 2560px" data-lazy-src="//www.cbdproduction.fr/wp-content/uploads/2023/01/purple-hemp-flowers-medical-cannabis-scaled.jpg" /><noscript><img loading="lazy" decoding="async" width="2560" height="1707" src="//www.cbdproduction.fr/wp-content/uploads/2023/01/purple-hemp-flowers-medical-cannabis-scaled.jpg" class="attachment-full size-full wp-image-32928" alt="" srcset="//www.cbdproduction.fr/wp-content/uploads/2023/01/purple-hemp-flowers-medical-cannabis-scaled.jpg 2560w, //www.cbdproduction.fr/wp-content/uploads/2023/01/purple-hemp-flowers-medical-cannabis-300x200.jpg 300w, //www.cbdproduction.fr/wp-content/uploads/2023/01/purple-hemp-flowers-medical-cannabis-1024x683.jpg 1024w, //www.cbdproduction.fr/wp-content/uploads/2023/01/purple-hemp-flowers-medical-cannabis-768x512.jpg 768w, //www.cbdproduction.fr/wp-content/uploads/2023/01/purple-hemp-flowers-medical-cannabis-1536x1024.jpg 1536w, //www.cbdproduction.fr/wp-content/uploads/2023/01/purple-hemp-flowers-medical-cannabis-2048x1365.jpg 2048w, //www.cbdproduction.fr/wp-content/uploads/2023/01/purple-hemp-flowers-medical-cannabis-1200x800.jpg 1200w, //www.cbdproduction.fr/wp-content/uploads/2023/01/purple-hemp-flowers-medical-cannabis-500x333.jpg 500w, //www.cbdproduction.fr/wp-content/uploads/2023/01/purple-hemp-flowers-medical-cannabis-650x433.jpg 650w, //www.cbdproduction.fr/wp-content/uploads/2023/01/purple-hemp-flowers-medical-cannabis-800x533.jpg 800w, //www.cbdproduction.fr/wp-content/uploads/2023/01/purple-hemp-flowers-medical-cannabis-1900x1267.jpg 1900w, //www.cbdproduction.fr/wp-content/uploads/2023/01/purple-hemp-flowers-medical-cannabis-600x400.jpg 600w" sizes="(max-width: 2560px) 100vw, 2560px" /></noscript></div></a>
<div class="elementor-post__text">
<h4 class="elementor-post__title">
<a href="https://www.cbdproduction.fr/h4cbd-quest-ce-que-cest/">
Qu&#8217;est ce que l&#8217;H4CBD ? </a>
</h4>
<div class="elementor-post__excerpt">
<p>H4CBD, qu&#8217;est ce que c&#8217;est ?  Au cours des dernières années, le CBD a suscité un engouement considérable en raison de ses bienfaits thérapeutiques potentiels.De nombreuses personnes à travers le monde intègrent le CBD dans</p>
</div>
<div class="elementor-post__read-more-wrapper">
<a class="elementor-post__read-more" href="https://www.cbdproduction.fr/h4cbd-quest-ce-que-cest/" aria-label="En savoir plus sur Qu&#8217;est ce que l&#8217;H4CBD ?">
Lire l’article </a>
</div>
</div>
<div class="elementor-post__meta-data">
<span class="elementor-post-date">
8 juin 2023 </span>
</div>
</div>
</article>
<article class="elementor-post elementor-grid-item post-36746 post type-post status-publish format-standard has-post-thumbnail hentry category-cbd">
<div class="elementor-post__card">
<a class="elementor-post__thumbnail__link" href="https://www.cbdproduction.fr/la-polyarthrite-rhumatoide-et-le-cbd/"><div class="elementor-post__thumbnail"><img decoding="async" width="2560" height="1703" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%202560%201703'%3E%3C/svg%3E" class="attachment-full size-full wp-image-36757" alt data-lazy-srcset="//www.cbdproduction.fr/wp-content/uploads/2023/05/female-patient-undergoing-physical-therapy-scaled.webp 2560w, //www.cbdproduction.fr/wp-content/uploads/2023/05/female-patient-undergoing-physical-therapy-768x511.webp 768w, //www.cbdproduction.fr/wp-content/uploads/2023/05/female-patient-undergoing-physical-therapy-1536x1022.webp 1536w, //www.cbdproduction.fr/wp-content/uploads/2023/05/female-patient-undergoing-physical-therapy-2048x1363.webp 2048w, //www.cbdproduction.fr/wp-content/uploads/2023/05/female-patient-undergoing-physical-therapy-1200x798.webp 1200w, //www.cbdproduction.fr/wp-content/uploads/2023/05/female-patient-undergoing-physical-therapy-500x333.webp 500w, //www.cbdproduction.fr/wp-content/uploads/2023/05/female-patient-undergoing-physical-therapy-650x432.webp 650w, //www.cbdproduction.fr/wp-content/uploads/2023/05/female-patient-undergoing-physical-therapy-800x532.webp 800w, //www.cbdproduction.fr/wp-content/uploads/2023/05/female-patient-undergoing-physical-therapy-1900x1264.webp 1900w, //www.cbdproduction.fr/wp-content/uploads/2023/05/female-patient-undergoing-physical-therapy-600x399.webp 600w" data-lazy-sizes="(max-width: 2560px) 100vw, 2560px" data-lazy-src="//www.cbdproduction.fr/wp-content/uploads/2023/05/female-patient-undergoing-physical-therapy-scaled.webp" /><noscript><img loading="lazy" decoding="async" width="2560" height="1703" src="//www.cbdproduction.fr/wp-content/uploads/2023/05/female-patient-undergoing-physical-therapy-scaled.webp" class="attachment-full size-full wp-image-36757" alt="" srcset="//www.cbdproduction.fr/wp-content/uploads/2023/05/female-patient-undergoing-physical-therapy-scaled.webp 2560w, //www.cbdproduction.fr/wp-content/uploads/2023/05/female-patient-undergoing-physical-therapy-768x511.webp 768w, //www.cbdproduction.fr/wp-content/uploads/2023/05/female-patient-undergoing-physical-therapy-1536x1022.webp 1536w, //www.cbdproduction.fr/wp-content/uploads/2023/05/female-patient-undergoing-physical-therapy-2048x1363.webp 2048w, //www.cbdproduction.fr/wp-content/uploads/2023/05/female-patient-undergoing-physical-therapy-1200x798.webp 1200w, //www.cbdproduction.fr/wp-content/uploads/2023/05/female-patient-undergoing-physical-therapy-500x333.webp 500w, //www.cbdproduction.fr/wp-content/uploads/2023/05/female-patient-undergoing-physical-therapy-650x432.webp 650w, //www.cbdproduction.fr/wp-content/uploads/2023/05/female-patient-undergoing-physical-therapy-800x532.webp 800w, //www.cbdproduction.fr/wp-content/uploads/2023/05/female-patient-undergoing-physical-therapy-1900x1264.webp 1900w, //www.cbdproduction.fr/wp-content/uploads/2023/05/female-patient-undergoing-physical-therapy-600x399.webp 600w" sizes="(max-width: 2560px) 100vw, 2560px" /></noscript></div></a>
<div class="elementor-post__text">
<h4 class="elementor-post__title">
<a href="https://www.cbdproduction.fr/la-polyarthrite-rhumatoide-et-le-cbd/">
CBD et polyarthrite rhumatoïde </a>
</h4>
<div class="elementor-post__excerpt">
<p>Polyarthrite rhumatoïde et le CBD La polyarthrite La polyarthrite rhumatoïde et le CBD La polyarthrite rhumatoïde est une condition difficile à vivre qui peut nécessiter des traitements complexes, tels que la physiothérapie. Les programmes d&#8217;exercices</p>
</div>
<div class="elementor-post__read-more-wrapper">
<a class="elementor-post__read-more" href="https://www.cbdproduction.fr/la-polyarthrite-rhumatoide-et-le-cbd/" aria-label="En savoir plus sur CBD et polyarthrite rhumatoïde">
Lire l’article </a>
</div>
</div>
<div class="elementor-post__meta-data">
<span class="elementor-post-date">
26 mai 2023 </span>
</div>
</div>
</article>
<article class="elementor-post elementor-grid-item post-36302 post type-post status-publish format-standard has-post-thumbnail hentry category-cbd">
<div class="elementor-post__card">
<a class="elementor-post__thumbnail__link" href="https://www.cbdproduction.fr/le-cbd-et-lendometriose/"><div class="elementor-post__thumbnail"><img decoding="async" width="2560" height="1707" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%202560%201707'%3E%3C/svg%3E" class="attachment-full size-full wp-image-36306" alt data-lazy-srcset="//www.cbdproduction.fr/wp-content/uploads/2023/05/huge-morning-pain-stomach-scaled.webp 2560w, //www.cbdproduction.fr/wp-content/uploads/2023/05/huge-morning-pain-stomach-768x512.webp 768w, //www.cbdproduction.fr/wp-content/uploads/2023/05/huge-morning-pain-stomach-1536x1024.webp 1536w, //www.cbdproduction.fr/wp-content/uploads/2023/05/huge-morning-pain-stomach-2048x1366.webp 2048w, //www.cbdproduction.fr/wp-content/uploads/2023/05/huge-morning-pain-stomach-1200x800.webp 1200w, //www.cbdproduction.fr/wp-content/uploads/2023/05/huge-morning-pain-stomach-500x333.webp 500w, //www.cbdproduction.fr/wp-content/uploads/2023/05/huge-morning-pain-stomach-650x433.webp 650w, //www.cbdproduction.fr/wp-content/uploads/2023/05/huge-morning-pain-stomach-800x533.webp 800w, //www.cbdproduction.fr/wp-content/uploads/2023/05/huge-morning-pain-stomach-1900x1267.webp 1900w, //www.cbdproduction.fr/wp-content/uploads/2023/05/huge-morning-pain-stomach-600x400.webp 600w" data-lazy-sizes="(max-width: 2560px) 100vw, 2560px" data-lazy-src="//www.cbdproduction.fr/wp-content/uploads/2023/05/huge-morning-pain-stomach-scaled.webp" /><noscript><img loading="lazy" decoding="async" width="2560" height="1707" src="//www.cbdproduction.fr/wp-content/uploads/2023/05/huge-morning-pain-stomach-scaled.webp" class="attachment-full size-full wp-image-36306" alt="" srcset="//www.cbdproduction.fr/wp-content/uploads/2023/05/huge-morning-pain-stomach-scaled.webp 2560w, //www.cbdproduction.fr/wp-content/uploads/2023/05/huge-morning-pain-stomach-768x512.webp 768w, //www.cbdproduction.fr/wp-content/uploads/2023/05/huge-morning-pain-stomach-1536x1024.webp 1536w, //www.cbdproduction.fr/wp-content/uploads/2023/05/huge-morning-pain-stomach-2048x1366.webp 2048w, //www.cbdproduction.fr/wp-content/uploads/2023/05/huge-morning-pain-stomach-1200x800.webp 1200w, //www.cbdproduction.fr/wp-content/uploads/2023/05/huge-morning-pain-stomach-500x333.webp 500w, //www.cbdproduction.fr/wp-content/uploads/2023/05/huge-morning-pain-stomach-650x433.webp 650w, //www.cbdproduction.fr/wp-content/uploads/2023/05/huge-morning-pain-stomach-800x533.webp 800w, //www.cbdproduction.fr/wp-content/uploads/2023/05/huge-morning-pain-stomach-1900x1267.webp 1900w, //www.cbdproduction.fr/wp-content/uploads/2023/05/huge-morning-pain-stomach-600x400.webp 600w" sizes="(max-width: 2560px) 100vw, 2560px" /></noscript></div></a>
<div class="elementor-post__text">
<h4 class="elementor-post__title">
<a href="https://www.cbdproduction.fr/le-cbd-et-lendometriose/">
Le CBD et l&#8217;endométriose </a>
</h4>
<div class="elementor-post__excerpt">
<p>CBD et endométriose Le CBD et l&#8217;endométriose. Pour commencer, le CBD, issu du chanvre, est un phytocannabinoïde actif utilisé médicalement depuis des siècles. Contrairement au THC, il n&#8217;a pas d&#8217;effets psychoactifs et présente même des</p>
</div>
<div class="elementor-post__read-more-wrapper">
<a class="elementor-post__read-more" href="https://www.cbdproduction.fr/le-cbd-et-lendometriose/" aria-label="En savoir plus sur Le CBD et l&#8217;endométriose">
Lire l’article </a>
</div>
</div>
<div class="elementor-post__meta-data">
<span class="elementor-post-date">
19 mai 2023 </span>
</div>
</div>
</article>
</div>
</div>
</div>
<div class="elementor-element elementor-element-ba9ffd7 elementor-align-center elementor-widget elementor-widget-button" data-id="ba9ffd7" data-element_type="widget" data-widget_type="button.default">
<div class="elementor-widget-container">
<div class="elementor-button-wrapper">
<a class="elementor-button elementor-button-link elementor-size-sm" href="/blog/">
<span class="elementor-button-content-wrapper">
<span class="elementor-button-text">Voir Plus</span>
</span>
</a>
</div>
</div>
</div>
<div class="elementor-element elementor-element-05d9f6e elementor-widget elementor-widget-read-more" data-id="05d9f6e" data-element_type="widget" data-widget_type="read-more.default">
<div class="elementor-widget-container">
<div id="more-6630"></div> </div>
</div>
</div>
</div>
</div>
</section>
<section class="elementor-section elementor-top-section elementor-element elementor-element-8c4348d elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="8c4348d" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;none&quot;}">
<div class="elementor-container elementor-column-gap-default">
<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2b43ff1" data-id="2b43ff1" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-09e0c01 elementor-widget elementor-widget-image" data-id="09e0c01" data-element_type="widget" data-widget_type="image.default">
<div class="elementor-widget-container">
<img decoding="async" width="371" height="34" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20371%2034'%3E%3C/svg%3E" class="attachment-large size-large wp-image-1189" alt="cbd production" data-lazy-srcset="//www.cbdproduction.fr/wp-content/uploads/2021/04/separateur.png 371w, //www.cbdproduction.fr/wp-content/uploads/2021/04/separateur-300x27.png 300w" data-lazy-sizes="(max-width: 371px) 100vw, 371px" data-lazy-src="//www.cbdproduction.fr/wp-content/uploads/2021/04/separateur.png" /><noscript><img loading="lazy" decoding="async" width="371" height="34" src="//www.cbdproduction.fr/wp-content/uploads/2021/04/separateur.png" class="attachment-large size-large wp-image-1189" alt="cbd production" srcset="//www.cbdproduction.fr/wp-content/uploads/2021/04/separateur.png 371w, //www.cbdproduction.fr/wp-content/uploads/2021/04/separateur-300x27.png 300w" sizes="(max-width: 371px) 100vw, 371px" /></noscript> </div>
</div>
</div>
</div>
</div>
</section>
<section class="elementor-section elementor-top-section elementor-element elementor-element-a6dfb87 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="a6dfb87" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;none&quot;}">
<div class="elementor-container elementor-column-gap-wider">
<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3af5f9d" data-id="3af5f9d" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-6ae5124 elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="6ae5124" data-element_type="widget" data-widget_type="icon-box.default">
<div class="elementor-widget-container">
<link rel="stylesheet" href="//www.cbdproduction.fr/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css"> <div class="elementor-icon-box-wrapper">
<div class="elementor-icon-box-icon">
<span class="elementor-icon elementor-animation-">
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 64 64" width="512" height="512"><g id="Layer_14" data-name="Layer 14"><path d="M26,46V38a3,3,0,0,0-6,0v8a5,5,0,0,0,1.81,8.84A5.37,5.37,0,0,0,23,55a5,5,0,0,0,3-9Zm-1.14,6.33a3,3,0,1,1-3.36-4.93,1,1,0,0,0,.5-.87V38a1,1,0,0,1,2,0v8.55a1,1,0,0,0,.5.87,3,3,0,0,1,.36,4.93Z"></path><path d="M61.22,38l-3.31-.73a12.63,12.63,0,0,1-8-5.8,1,1,0,0,0-1.72,0A12.55,12.55,0,0,1,43,36.23V32a5,5,0,0,0-3-4.58V18A17,17,0,0,0,6,18v9.42A5,5,0,0,0,3,32v3H2a1,1,0,0,0-1,1V54a1,1,0,0,0,1,1H3v3a5,5,0,0,0,5,5H38a5,5,0,0,0,5-5v-.13a29.08,29.08,0,0,0,4.6,4.33l.8.6a1,1,0,0,0,1.2,0l.8-.6A29.15,29.15,0,0,0,62,39,1,1,0,0,0,61.22,38ZM8,18a15,15,0,0,1,30,0v9H34V18a11,11,0,0,0-22,0v9H8Zm24,9H14V18a9,9,0,0,1,18,0ZM13,37v4H3V37ZM3,53V49H13v4Zm10-6H3V43H13ZM41,58a3,3,0,0,1-3,3H8a3,3,0,0,1-3-3V55h9a1,1,0,0,0,1-1V36a1,1,0,0,0-1-1H5V32a3,3,0,0,1,3-3H38a3,3,0,0,1,3,3v5c-.3.09-.6.18-.91.25L36.78,38A1,1,0,0,0,36,39a29.14,29.14,0,0,0,5,16.24Zm8.2,2.6-.2.15-.2-.15A27.15,27.15,0,0,1,38,39.8l2.51-.56A14.63,14.63,0,0,0,49,33.79a14.63,14.63,0,0,0,8.48,5.45L60,39.8A27.15,27.15,0,0,1,49.2,60.6Z"></path><path d="M54.89,40.45l-1.78-.9-.68,1.35A7.09,7.09,0,1,0,54,42.16ZM54,47a5.05,5.05,0,1,1-2.47-4.29l-2.7,5.4-2-2.71-1.6,1.2,3,4a1,1,0,0,0,.8.4h.09a1,1,0,0,0,.8-.55l3.17-6.34A4.92,4.92,0,0,1,54,47Z"></path></g></svg> </span>
</div>
<div class="elementor-icon-box-content">
<h4 class="elementor-icon-box-title">
<span>
Paiement Sécurisé </span>
</h4>
<p class="elementor-icon-box-description">
Commandez sur notre boutique en ligne par carte bancaire en toute sécurité </p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-0b3d29d" data-id="0b3d29d" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-8648444 elementor-widget elementor-widget-image" data-id="8648444" data-element_type="widget" data-widget_type="image.default">
<div class="elementor-widget-container">
<img decoding="async" width="171" height="83" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20171%2083'%3E%3C/svg%3E" class="attachment-large size-large wp-image-34167" alt data-lazy-src="//www.cbdproduction.fr/wp-content/uploads/2023/03/logo_shop2shop_0.png" /><noscript><img loading="lazy" decoding="async" width="171" height="83" src="//www.cbdproduction.fr/wp-content/uploads/2023/03/logo_shop2shop_0.png" class="attachment-large size-large wp-image-34167" alt="" /></noscript> </div>
</div>
<div class="elementor-element elementor-element-4d73671 elementor-widget elementor-widget-icon-box" data-id="4d73671" data-element_type="widget" data-widget_type="icon-box.default">
<div class="elementor-widget-container">
<div class="elementor-icon-box-wrapper">
<div class="elementor-icon-box-content">
<h4 class="elementor-icon-box-title">
<span>
Livraison Rapide </span>
</h4>
<p class="elementor-icon-box-description">
Recevez vos commandes rapidement en point relais avec signature </p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-c608d6c" data-id="c608d6c" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-0fd50c0 elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="0fd50c0" data-element_type="widget" data-widget_type="icon-box.default">
<div class="elementor-widget-container">
<div class="elementor-icon-box-wrapper">
<div class="elementor-icon-box-icon">
<span class="elementor-icon elementor-animation-">
<svg xmlns="http://www.w3.org/2000/svg" height="479pt" viewbox="0 -44 479.97011 479" width="479pt"><path d="m383.984375 104.472656h16v32h-16zm0 0"></path><path d="m351.984375 104.472656h16v32h-16zm0 0"></path><path d="m319.984375 104.472656h16v32h-16zm0 0"></path><path d="m287.984375 104.472656h16v32h-16zm0 0"></path><path d="m383.984375 256.472656h16v16h-16zm0 0"></path><path d="m351.984375 256.472656h16v16h-16zm0 0"></path><path d="m319.984375 256.472656h16v16h-16zm0 0"></path><path d="m287.984375 256.472656h16v16h-16zm0 0"></path><path d="m23.984375 231.871094v48.601562c.027344 22.082032 17.921875 39.972656 40 40h144.625l142.398437 68.335938c8.921876 4.273437 19.175782 4.820312 28.5 1.515625 9.324219-3.300781 16.949219-10.179688 21.1875-19.117188l24.738282-52c17.882812-4.34375 30.492187-20.332031 30.550781-38.734375v-25.472656l20.359375-42.765625c8.839844-18.601563 1.007812-40.847656-17.535156-49.808594l-2.824219-1.351562v-56.601563c-.027344-22.082031-17.917969-39.972656-40-40h-161.289063l-125.71875-60.335937c-8.917968-4.273438-19.175781-4.820313-28.496093-1.515625-9.324219 3.300781-16.949219 10.179687-21.191407 19.117187l-20.59375 43.269531c-19.816406 2.613282-34.648437 19.476563-34.710937 39.464844v33.464844l-20.359375 42.773438c-8.835938 18.601562-1.003906 40.847656 17.535156 49.808593zm432-52.382813c7.714844 6.21875 10.15625 16.914063 5.90625 25.863281l-5.90625 12.410157zm-69.757813 184.800781c-2.410156 5.101563-6.75 9.03125-12.0625 10.917969-5.316406 1.890625-11.164062 1.582031-16.25-.855469l-112.328124-53.878906h161.519531zm53.757813-83.816406c0 13.253906-10.746094 24-24 24h-264v-92.511718c17.792969 17.117187 41.535156 26.664062 66.226563 26.632812v-16c-20.539063.023438-40.292969-7.902344-55.113282-22.121094h276.886719zm-280.542969-100.96875 15.742188-39.558594c3.117187-7.664062 11.011718-12.261718 19.214844-11.183593 8.203124 1.074219 14.644531 7.550781 15.675781 15.761719 1.03125 8.207031-3.609375 16.078124-11.289063 19.148437zm256.542969-99.03125c13.253906 0 24 10.746094 24 24v80h-249.984375l14.753906-5.921875c14.515625-5.753906 23.296875-20.601562 21.351563-36.09375-1.945313-15.492187-14.128907-27.707031-29.613281-29.695312-15.488282-1.988281-30.359376 6.753906-36.15625 21.253906l-8.351563 20.96875v-74.511719zm-322.238281-51.847656c2.40625-5.101562 6.746094-9.03125 12.0625-10.921875 5.3125-1.886719 11.160156-1.578125 16.25.859375l95.671875 45.910156h-141.050781zm-53.761719 75.847656c0-13.253906 10.746094-24 24-24h72v68.929688l-6.128906-15.386719c-5.824219-14.425781-20.660157-23.097656-36.089844-21.09375-15.429687 2-27.5625 14.164063-29.515625 29.601563-1.957031 15.433593 6.757812 30.242187 21.199219 36.027343l14.742187 5.921875h-60.207031zm90.777344 75.03125-39.34375-15.832031c-7.753907-3.035156-12.46875-10.9375-11.457031-19.203125 1.011718-8.265625 7.496093-14.792969 15.753906-15.867188 8.257812-1.074218 16.191406 3.578126 19.285156 11.3125zm-90.777344 20.96875h87.113281c-14.824218 14.21875-34.574218 22.144532-55.113281 22.121094v16c23.648437.023438 46.457031-8.746094 64-24.601562v90.480468h-72c-13.253906 0-24-10.746094-24-24zm-21.902344-12.878906 5.902344-12.417969v38.28125c-7.714844-6.21875-10.15625-16.914062-5.902344-25.863281zm0 0"></path></svg> </span>
</div>
<div class="elementor-icon-box-content">
<h4 class="elementor-icon-box-title">
<span>
Programme de fidélité </span>
</h4>
<p class="elementor-icon-box-description">
Votre fidélité est récompensée et cumulez des réductions pour vos futurs achats </p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-8a80ecf" data-id="8a80ecf" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-b74b020 elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="b74b020" data-element_type="widget" data-widget_type="icon-box.default">
<div class="elementor-widget-container">
<div class="elementor-icon-box-wrapper">
<div class="elementor-icon-box-icon">
<span class="elementor-icon elementor-animation-">
<svg xmlns="http://www.w3.org/2000/svg" id="Capa_1" height="512" viewbox="0 0 512 512" width="512"><g><g><path d="m163.685 407.141-.085.085c-2.938 2.92-2.951 7.669-.03 10.606 1.466 1.474 3.392 2.212 5.318 2.212 1.912 0 3.825-.727 5.288-2.182l.085-.085c2.938-2.92 2.951-7.669.03-10.606-2.919-2.937-7.668-2.951-10.606-.03z"></path><path d="m224.896 383.146-.085.085c-2.929 2.929-2.929 7.678 0 10.606 1.464 1.464 3.384 2.197 5.303 2.197s3.839-.732 5.303-2.197l.085-.085c2.929-2.929 2.929-7.678 0-10.606-2.928-2.929-7.677-2.929-10.606 0z"></path><path d="m234.213 258.792c0-15.045-12.24-27.286-27.286-27.286-15.061 0-27.313 12.24-27.313 27.286 0 15.061 12.253 27.314 27.313 27.314 15.046 0 27.286-12.253 27.286-27.314zm-39.599 0c0-6.774 5.524-12.286 12.313-12.286 6.774 0 12.286 5.511 12.286 12.286 0 6.79-5.511 12.314-12.286 12.314-6.789 0-12.313-5.524-12.313-12.314z"></path><path d="m284.709 393.223c-20.875 0-37.858 16.983-37.858 37.859 0 20.891 16.983 37.887 37.858 37.887 20.891 0 37.886-16.996 37.886-37.887 0-20.875-16.995-37.859-37.886-37.859zm0 60.747c-12.604 0-22.858-10.267-22.858-22.887 0-12.604 10.254-22.859 22.858-22.859 12.62 0 22.886 10.255 22.886 22.859 0 12.62-10.266 22.887-22.886 22.887z"></path><path d="m113.529 422.137c-14.326 0-25.981 11.643-25.981 25.954 0 14.327 11.655 25.982 25.981 25.982s25.981-11.655 25.981-25.982c0-14.312-11.655-25.954-25.981-25.954zm0 36.935c-6.055 0-10.981-4.926-10.981-10.982 0-6.04 4.926-10.954 10.981-10.954s10.981 4.914 10.981 10.954c0 6.056-4.926 10.982-10.981 10.982z"></path><path d="m404.722 387.2-.085.085c-2.929 2.929-2.929 7.678 0 10.606 1.464 1.464 3.384 2.197 5.303 2.197s3.839-.732 5.303-2.197l.085-.085c2.929-2.929 2.929-7.678 0-10.606-2.928-2.929-7.677-2.929-10.606 0z"></path><path d="m420.725 444.473-.085.085c-2.938 2.92-2.951 7.669-.03 10.606 1.466 1.474 3.392 2.212 5.318 2.212 1.912 0 3.825-.727 5.288-2.182l.085-.085c2.938-2.92 2.951-7.669.03-10.606-2.92-2.937-7.669-2.951-10.606-.03z"></path><path d="m421.534 353.968c13.873 0 25.16-11.287 25.16-25.16 0-13.889-11.287-25.188-25.16-25.188-13.889 0-25.188 11.299-25.188 25.188 0 13.873 11.299 25.16 25.188 25.16zm0-35.348c5.602 0 10.16 4.57 10.16 10.188 0 5.602-4.558 10.16-10.16 10.16-5.617 0-10.188-4.558-10.188-10.16 0-5.618 4.57-10.188 10.188-10.188z"></path><path d="m472.925 36.227h-102.782c-15.624 0-28.334 13.436-28.334 29.95 0 14.527 9.855 26.664 22.875 29.359v247.84l-78.598-103.496c-10.075-13.249-20.527-40.372-20.58-62.83l-.293-117.325c15.133-1.489 26.995-14.286 26.995-29.804.001-16.498-13.435-29.921-29.949-29.921h-110.69c-16.515 0-29.95 13.423-29.95 29.922 0 15.517 11.863 28.315 26.995 29.804v117.324c-.052 22.436-10.786 49.569-20.848 62.834l-25.058 32.996c-2.505 3.299-1.861 8.004 1.437 10.509 1.356 1.03 2.95 1.528 4.531 1.528 2.265 0 4.503-1.022 5.978-2.964l25.061-33c11.003-14.506 22.699-43.238 23.553-69.089h25.462c4.142 0 7.5-3.358 7.5-7.5s-3.358-7.5-7.5-7.5h-25.379l.063-24.997h25.317c4.142 0 7.5-3.358 7.5-7.5s-3.358-7.5-7.5-7.5h-25.279l.063-24.997h25.216c4.142 0 7.5-3.358 7.5-7.5s-3.358-7.5-7.5-7.5h-25.179l.063-24.997h86.6v117.208c.062 26.573 12.519 56.87 23.93 71.875l52.917 69.681c-17.871-5.739-35.407-6.694-53.721-3.063-19.13 3.791-37.225 12.075-56.797 22.25-39.41-28.311-98.047-22.141-137.213-8.94l14.663-19.092c2.523-3.285 1.905-7.994-1.38-10.517-3.287-2.522-7.994-1.905-10.517 1.38l-45.526 59.277c-11.658 15.199-20.404 36.102-23.996 57.349-3.869 22.885-1.571 44.467 6.47 60.769 7.64 15.488 24.12 33.95 59.25 33.95h257.238c18.876 0 34.649-5.623 46.191-16.317 10.264 10.083 24.32 16.317 39.81 16.317 31.347 0 56.85-25.503 56.85-56.852v-250.951c0-4.142-3.358-7.5-7.5-7.5s-7.5 3.358-7.5 7.5v48.215c-11.265 5.47-27.619 4.862-37.687-1.871-12.654-8.445-30.919-10.281-46.013-5.509v-28.914h25.098c4.142 0 7.5-3.358 7.5-7.5s-3.358-7.5-7.5-7.5h-25.098v-25.025h25.098c4.142 0 7.5-3.358 7.5-7.5s-3.358-7.5-7.5-7.5h-25.098v-24.997h25.098c4.142 0 7.5-3.358 7.5-7.5s-3.358-7.5-7.5-7.5h-25.098v-24.996h83.7v73.486c0 4.142 3.358 7.5 7.5 7.5s7.5-3.358 7.5-7.5v-74.049c13.02-2.695 22.875-14.833 22.875-29.359 0-16.515-12.711-29.951-28.334-29.951zm-321.356 8.646c-8.244 0-14.95-6.707-14.95-14.951 0-8.228 6.707-14.922 14.95-14.922h110.69c8.244 0 14.95 6.694 14.95 14.922 0 8.244-6.707 14.951-14.95 14.951zm-103.098 324.192 12.11-15.767c30.111-17.327 97.718-32.201 140.776-7.43-.563.302-1.119.599-1.686.902-43.488 23.296-92.546 49.548-166.947 52.625 3.967-11.503 9.407-22.065 15.747-30.33zm287.062 127.935h-257.238c-22.015 0-37.423-8.608-45.797-25.585-7.858-15.93-8.299-36.906-4.008-56.862 80.632-2.283 134.661-31.202 178.263-54.559 50.111-26.844 86.429-46.289 139.046-16.681l18.884 24.866v86.97c0 10.452 2.848 20.247 7.789 28.671-8.845 8.75-21.242 13.18-36.939 13.18zm81.831-233.986c8.081 5.404 18.454 8.106 28.834 8.105 5.865 0 11.731-.865 17.185-2.591v186.62c0 23.077-18.774 41.852-41.85 41.852s-41.85-18.774-41.85-41.852v-194.001c11.258-5.462 27.611-4.854 37.681 1.867zm55.561-181.914h-102.782c-7.353 0-13.334-6.694-13.334-14.922 0-8.244 5.982-14.95 13.334-14.95h102.782c7.353 0 13.334 6.707 13.334 14.95 0 8.227-5.982 14.922-13.334 14.922z"></path></g></g></svg> </span>
</div>
<div class="elementor-icon-box-content">
<h4 class="elementor-icon-box-title">
<span>
Contrôlé en laboratoire </span>
</h4>
<p class="elementor-icon-box-description">
Traçabilité garantie de tous nos produits CBD grâce à des laboratoires français et indépendants </p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="elementor-section elementor-top-section elementor-element elementor-element-773703b elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="773703b" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;none&quot;}">
<div class="elementor-container elementor-column-gap-default">
<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-cd5bca0" data-id="cd5bca0" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-7c5f83e elementor-widget elementor-widget-image" data-id="7c5f83e" data-element_type="widget" data-widget_type="image.default">
<div class="elementor-widget-container">
<img decoding="async" width="371" height="34" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20371%2034'%3E%3C/svg%3E" class="attachment-large size-large wp-image-1189" alt="cbd production" data-lazy-srcset="//www.cbdproduction.fr/wp-content/uploads/2021/04/separateur.png 371w, //www.cbdproduction.fr/wp-content/uploads/2021/04/separateur-300x27.png 300w" data-lazy-sizes="(max-width: 371px) 100vw, 371px" data-lazy-src="//www.cbdproduction.fr/wp-content/uploads/2021/04/separateur.png" /><noscript><img loading="lazy" decoding="async" width="371" height="34" src="//www.cbdproduction.fr/wp-content/uploads/2021/04/separateur.png" class="attachment-large size-large wp-image-1189" alt="cbd production" srcset="//www.cbdproduction.fr/wp-content/uploads/2021/04/separateur.png 371w, //www.cbdproduction.fr/wp-content/uploads/2021/04/separateur-300x27.png 300w" sizes="(max-width: 371px) 100vw, 371px" /></noscript> </div>
</div>
</div>
</div>
</div>
</section>
</div>
<div data-elementor-type="footer" data-elementor-id="245" class="elementor elementor-245 elementor-location-footer" data-elementor-post-type="elementor_library">
<div class="elementor-section-wrap">
<section class="elementor-section elementor-top-section elementor-element elementor-element-3fe57266 elementor-section-height-min-height elementor-section-full_width elementor-section-height-default elementor-section-items-middle" data-id="3fe57266" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
<div class="elementor-background-overlay"></div>
<div class="elementor-container elementor-column-gap-default">
<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-61bbf2d8" data-id="61bbf2d8" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<section class="elementor-section elementor-inner-section elementor-element elementor-element-c686e57 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="c686e57" data-element_type="section">
<div class="elementor-container elementor-column-gap-default">
<div class="elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-76b63a2" data-id="76b63a2" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-3019f3e mainLogo elementor-widget elementor-widget-image" data-id="3019f3e" data-element_type="widget" data-widget_type="image.default">
<div class="elementor-widget-container">
<img width="1000" height="764" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201000%20764'%3E%3C/svg%3E" class="attachment-large size-large wp-image-35797" alt data-lazy-srcset="//www.cbdproduction.fr/wp-content/uploads/2021/03/Fichier-6.png 1000w, //www.cbdproduction.fr/wp-content/uploads/2021/03/Fichier-6-768x587.png 768w, //www.cbdproduction.fr/wp-content/uploads/2021/03/Fichier-6-500x382.png 500w, //www.cbdproduction.fr/wp-content/uploads/2021/03/Fichier-6-650x497.png 650w, //www.cbdproduction.fr/wp-content/uploads/2021/03/Fichier-6-800x611.png 800w, //www.cbdproduction.fr/wp-content/uploads/2021/03/Fichier-6-600x458.png 600w" data-lazy-sizes="(max-width: 1000px) 100vw, 1000px" data-lazy-src="//www.cbdproduction.fr/wp-content/uploads/2021/03/Fichier-6.png" /><noscript><img width="1000" height="764" src="//www.cbdproduction.fr/wp-content/uploads/2021/03/Fichier-6.png" class="attachment-large size-large wp-image-35797" alt="" srcset="//www.cbdproduction.fr/wp-content/uploads/2021/03/Fichier-6.png 1000w, //www.cbdproduction.fr/wp-content/uploads/2021/03/Fichier-6-768x587.png 768w, //www.cbdproduction.fr/wp-content/uploads/2021/03/Fichier-6-500x382.png 500w, //www.cbdproduction.fr/wp-content/uploads/2021/03/Fichier-6-650x497.png 650w, //www.cbdproduction.fr/wp-content/uploads/2021/03/Fichier-6-800x611.png 800w, //www.cbdproduction.fr/wp-content/uploads/2021/03/Fichier-6-600x458.png 600w" sizes="(max-width: 1000px) 100vw, 1000px" /></noscript> </div>
</div>
</div>
</div>
<div class="elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-5a0b24ff" data-id="5a0b24ff" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-26e34d36 elementor-widget elementor-widget-heading" data-id="26e34d36" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<p class="elementor-heading-title elementor-size-default">Notre histoire</p> </div>
</div>
<div class="elementor-element elementor-element-90a6f38 elementor-tablet-align-center elementor-mobile-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="90a6f38" data-element_type="widget" data-widget_type="icon-list.default">
<div class="elementor-widget-container">
<link rel="stylesheet" href="//www.cbdproduction.fr/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css"> <ul class="elementor-icon-list-items">
<li class="elementor-icon-list-item">
<a href="/qui-sommes-nous/">
<span class="elementor-icon-list-icon">
</span>
<span class="elementor-icon-list-text">Qui sommes-nous ?</span>
</a>
</li>
<li class="elementor-icon-list-item">
<a href="/nos-valeurs-et-engagements/">
<span class="elementor-icon-list-icon">
</span>
<span class="elementor-icon-list-text">Nos valeurs & engagements </span>
</a>
</li>
<li class="elementor-icon-list-item">
<a href="https://www.cbdproduction.fr/grossiste/">
<span class="elementor-icon-list-icon">
</span>
<span class="elementor-icon-list-text">Grossiste CBD</span>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-2491a2d" data-id="2491a2d" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-1862baf elementor-widget elementor-widget-heading" data-id="1862baf" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<p class="elementor-heading-title elementor-size-default">Informations</p> </div>
</div>
<div class="elementor-element elementor-element-1a593e9 elementor-tablet-align-center elementor-mobile-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="1a593e9" data-element_type="widget" data-widget_type="icon-list.default">
<div class="elementor-widget-container">
<ul class="elementor-icon-list-items">
<li class="elementor-icon-list-item">
<a href="/mentions-legales">
<span class="elementor-icon-list-text">Mentions légales</span>
</a>
</li>
<li class="elementor-icon-list-item">
<a href="/politique-de-confidentialite">
<span class="elementor-icon-list-text">Politique de confidentialité</span>
</a>
</li>
<li class="elementor-icon-list-item">
<a href="/wp-content/uploads/2021/06/Conditions-generales-de-vente-.pdf">
<span class="elementor-icon-list-text">CGV</span>
</a>
</li>
<li class="elementor-icon-list-item">
<a href="/plan-du-site/">
<span class="elementor-icon-list-text">Plan du site</span>
</a>
</li>
<li class="elementor-icon-list-item">
<a href="https://www.cbdproduction.fr/blog/">
<span class="elementor-icon-list-text">Blog</span>
</a>
</li>
<li class="elementor-icon-list-item">
<a href="/offre-de-job/">
<span class="elementor-icon-list-text">Offre de Job / Stage</span>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-612548ba" data-id="612548ba" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-c68f9fc elementor-widget elementor-widget-heading" data-id="c68f9fc" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<p class="elementor-heading-title elementor-size-default">Parrainage et Fidelité</p> </div>
</div>
<div class="elementor-element elementor-element-6924185 elementor-tablet-align-center elementor-mobile-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="6924185" data-element_type="widget" data-widget_type="icon-list.default">
<div class="elementor-widget-container">
<ul class="elementor-icon-list-items">
<li class="elementor-icon-list-item">
<a href="/programme-fidelite/">
<span class="elementor-icon-list-icon">
</span>
<span class="elementor-icon-list-text">Programme Fidélité</span>
</a>
</li>
<li class="elementor-icon-list-item">
<a href="/sites-partenaires/">
<span class="elementor-icon-list-icon">
</span>
<span class="elementor-icon-list-text">Sites Partenaires</span>
</a>
</li>
<li class="elementor-icon-list-item">
<a href="http://www.terraforma-france.fr/">
<span class="elementor-icon-list-icon">
</span>
<span class="elementor-icon-list-text">Terraforma </span>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-3b9cdbba" data-id="3b9cdbba" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-721d8af elementor-widget elementor-widget-heading" data-id="721d8af" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<p class="elementor-heading-title elementor-size-default">boutique CBD PRODUCTION</p> </div>
</div>
<div class="elementor-element elementor-element-1bd5301 elementor-tablet-align-center elementor-mobile-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="1bd5301" data-element_type="widget" id="adres_" data-widget_type="icon-list.default">
<div class="elementor-widget-container">
<ul class="elementor-icon-list-items">
<li class="elementor-icon-list-item">
<span class="elementor-icon-list-icon">
</span>
<span class="elementor-icon-list-text">117 QUAI DE BACALAN<br>33 300 BORDEAUX - FRANCE</span>
</li>
<li class="elementor-icon-list-item">
<a href="tel:06%2038%2004%2049%2079" target="_blank">
<span class="elementor-icon-list-icon">
</span>
<span class="elementor-icon-list-text">06 38 04 49 79</span>
</a>
</li>
<li class="elementor-icon-list-item">
<a href="/contact/" target="_blank">
<span class="elementor-icon-list-icon">
</span>
<span class="elementor-icon-list-text">Nous contacter</span>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="elementor-section elementor-inner-section elementor-element elementor-element-e412992 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="e412992" data-element_type="section">
<div class="elementor-container elementor-column-gap-default">
<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-37f8d941" data-id="37f8d941" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-6a8c4ce5 elementor-widget elementor-widget-text-editor" data-id="6a8c4ce5" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p><span style="font-size: large;"><span style="font-family: Trebuchet MS;">Soyez les premiers au courant de nos actualités et des nouveautés</span></span></p> </div>
</div>
<div class="elementor-element elementor-element-2d7453d3 elementor-widget__width-initial elementor-button-align-stretch elementor-widget elementor-widget-form" data-id="2d7453d3" data-element_type="widget" data-settings="{&quot;button_width&quot;:&quot;33&quot;,&quot;step_next_label&quot;:&quot;Suivant&quot;,&quot;step_previous_label&quot;:&quot;Pr\u00e9c\u00e9dent&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}" data-widget_type="form.default">
<div class="elementor-widget-container">
<style>/*! elementor-pro - v3.15.0 - 09-08-2023 */
.elementor-button.elementor-hidden,.elementor-hidden{display:none}.e-form__step{width:100%}.e-form__step:not(.elementor-hidden){display:flex;flex-wrap:wrap}.e-form__buttons{flex-wrap:wrap}.e-form__buttons,.e-form__buttons__wrapper{display:flex}.e-form__indicators{display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;font-size:13px;margin-bottom:var(--e-form-steps-indicators-spacing)}.e-form__indicators__indicator{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-basis:0;padding:0 var(--e-form-steps-divider-gap)}.e-form__indicators__indicator__progress{width:100%;position:relative;background-color:var(--e-form-steps-indicator-progress-background-color);border-radius:var(--e-form-steps-indicator-progress-border-radius);overflow:hidden}.e-form__indicators__indicator__progress__meter{width:var(--e-form-steps-indicator-progress-meter-width,0);height:var(--e-form-steps-indicator-progress-height);line-height:var(--e-form-steps-indicator-progress-height);padding-right:15px;border-radius:var(--e-form-steps-indicator-progress-border-radius);background-color:var(--e-form-steps-indicator-progress-color);color:var(--e-form-steps-indicator-progress-meter-color);text-align:right;transition:width .1s linear}.e-form__indicators__indicator:first-child{padding-left:0}.e-form__indicators__indicator:last-child{padding-right:0}.e-form__indicators__indicator--state-inactive{color:var(--e-form-steps-indicator-inactive-primary-color,#c2cbd2)}.e-form__indicators__indicator--state-inactive [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none){background-color:var(--e-form-steps-indicator-inactive-secondary-color,#fff)}.e-form__indicators__indicator--state-inactive object,.e-form__indicators__indicator--state-inactive svg{fill:var(--e-form-steps-indicator-inactive-primary-color,#c2cbd2)}.e-form__indicators__indicator--state-active{color:var(--e-form-steps-indicator-active-primary-color,#39b54a);border-color:var(--e-form-steps-indicator-active-secondary-color,#fff)}.e-form__indicators__indicator--state-active [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none){background-color:var(--e-form-steps-indicator-active-secondary-color,#fff)}.e-form__indicators__indicator--state-active object,.e-form__indicators__indicator--state-active svg{fill:var(--e-form-steps-indicator-active-primary-color,#39b54a)}.e-form__indicators__indicator--state-completed{color:var(--e-form-steps-indicator-completed-secondary-color,#fff)}.e-form__indicators__indicator--state-completed [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none){background-color:var(--e-form-steps-indicator-completed-primary-color,#39b54a)}.e-form__indicators__indicator--state-completed .e-form__indicators__indicator__label{color:var(--e-form-steps-indicator-completed-primary-color,#39b54a)}.e-form__indicators__indicator--state-completed .e-form__indicators__indicator--shape-none{color:var(--e-form-steps-indicator-completed-primary-color,#39b54a);background-color:initial}.e-form__indicators__indicator--state-completed object,.e-form__indicators__indicator--state-completed svg{fill:var(--e-form-steps-indicator-completed-secondary-color,#fff)}.e-form__indicators__indicator__icon{width:var(--e-form-steps-indicator-padding,30px);height:var(--e-form-steps-indicator-padding,30px);font-size:var(--e-form-steps-indicator-icon-size);border-width:1px;border-style:solid;display:flex;justify-content:center;align-items:center;overflow:hidden;margin-bottom:10px}.e-form__indicators__indicator__icon img,.e-form__indicators__indicator__icon object,.e-form__indicators__indicator__icon svg{width:var(--e-form-steps-indicator-icon-size);height:auto}.e-form__indicators__indicator__icon .e-font-icon-svg{height:1em}.e-form__indicators__indicator__number{width:var(--e-form-steps-indicator-padding,30px);height:var(--e-form-steps-indicator-padding,30px);border-width:1px;border-style:solid;display:flex;justify-content:center;align-items:center;margin-bottom:10px}.e-form__indicators__indicator--shape-circle{border-radius:50%}.e-form__indicators__indicator--shape-square{border-radius:0}.e-form__indicators__indicator--shape-rounded{border-radius:5px}.e-form__indicators__indicator--shape-none{border:0}.e-form__indicators__indicator__label{text-align:center}.e-form__indicators__indicator__separator{width:100%;height:var(--e-form-steps-divider-width);background-color:#babfc5}.e-form__indicators--type-icon,.e-form__indicators--type-icon_text,.e-form__indicators--type-number,.e-form__indicators--type-number_text{align-items:flex-start}.e-form__indicators--type-icon .e-form__indicators__indicator__separator,.e-form__indicators--type-icon_text .e-form__indicators__indicator__separator,.e-form__indicators--type-number .e-form__indicators__indicator__separator,.e-form__indicators--type-number_text .e-form__indicators__indicator__separator{margin-top:calc(var(--e-form-steps-indicator-padding, 30px) / 2 - var(--e-form-steps-divider-width, 1px) / 2)}.elementor-field-type-hidden{display:none}.elementor-field-type-html{display:inline-block}.elementor-login .elementor-lost-password,.elementor-login .elementor-remember-me{font-size:.85em}.elementor-field-type-recaptcha_v3 .elementor-field-label{display:none}.elementor-field-type-recaptcha_v3 .grecaptcha-badge{z-index:1}.elementor-button .elementor-form-spinner{order:3}.elementor-form .elementor-button>span{display:flex;justify-content:center;align-items:center}.elementor-form .elementor-button .elementor-button-text{white-space:normal;flex-grow:0}.elementor-form .elementor-button svg{height:auto}.elementor-form .elementor-button .e-font-icon-svg{height:1em}.elementor-select-wrapper .select-caret-down-wrapper{position:absolute;top:50%;transform:translateY(-50%);inset-inline-end:10px;pointer-events:none;font-size:11px}.elementor-select-wrapper .select-caret-down-wrapper svg{display:unset;width:1em;aspect-ratio:unset;fill:currentColor}.elementor-select-wrapper .select-caret-down-wrapper i{font-size:19px;line-height:2}.elementor-select-wrapper.remove-before:before{content:""!important}</style> <form class="elementor-form" method="post" name="Newsletter">
<input type="hidden" name="post_id" value="245" />
<input type="hidden" name="form_id" value="2d7453d3" />
<input type="hidden" name="referer_title" value="CBD Production | Le Spécialiste du Chanvre et du CBD" />
<input type="hidden" name="queried_id" value="6630" />
<div class="elementor-form-fields-wrapper elementor-labels-">
<div class="elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-66 elementor-field-required">
<label for="form-field-email" class="elementor-field-label elementor-screen-only">
Email </label>
<input size="1" type="email" name="form_fields[email]" id="form-field-email" class="elementor-field elementor-size-md  elementor-field-textual" placeholder="Votre Email" required="required" aria-required="true">
</div>
<div class="elementor-field-group elementor-column elementor-field-type-submit elementor-col-33 e-form__buttons">
<button type="submit" class="elementor-button elementor-size-md">
<span>
<span class="elementor-button-icon">
</span>
<span class="elementor-button-text">OUI !</span>
</span>
</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-88e90ee" data-id="88e90ee" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-9159daf elementor-icon-list--layout-inline elementor-align-right elementor-tablet-align-center elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="9159daf" data-element_type="widget" data-widget_type="icon-list.default">
<div class="elementor-widget-container">
<ul class="elementor-icon-list-items elementor-inline-items">
<li class="elementor-icon-list-item elementor-inline-item">
<a href="https://www.facebook.com/CBD-Production-103137565224086/">
<span class="elementor-icon-list-icon">
<svg aria-hidden="true" class="e-font-icon-svg e-fab-facebook-f" viewbox="0 0 320 512" xmlns="http://www.w3.org/2000/svg"><path d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z"></path></svg> </span>
<span class="elementor-icon-list-text"></span>
</a>
</li>
<li class="elementor-icon-list-item elementor-inline-item">
<a href="https://twitter.com/productioncbd">
<span class="elementor-icon-list-icon">
<svg aria-hidden="true" class="e-font-icon-svg e-fab-twitter" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"></path></svg> </span>
<span class="elementor-icon-list-text"></span>
</a>
</li>
<li class="elementor-icon-list-item elementor-inline-item">
<a href="https://www.linkedin.com/company/cbd-production/">
<span class="elementor-icon-list-icon">
<svg aria-hidden="true" class="e-font-icon-svg e-fab-linkedin-in" viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z"></path></svg> </span>
<span class="elementor-icon-list-text"></span>
</a>
</li>
<li class="elementor-icon-list-item elementor-inline-item">
<a href="https://www.instagram.com/production.cbd/">
<span class="elementor-icon-list-icon">
<svg aria-hidden="true" class="e-font-icon-svg e-fab-instagram" viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"></path></svg> </span>
<span class="elementor-icon-list-text"></span>
</a>
</li>
<li class="elementor-icon-list-item elementor-inline-item">
<a href="https://www.pinterest.fr/CBDProduction31/">
<span class="elementor-icon-list-icon">
<svg aria-hidden="true" class="e-font-icon-svg e-fab-pinterest" viewbox="0 0 496 512" xmlns="http://www.w3.org/2000/svg"><path d="M496 256c0 137-111 248-248 248-25.6 0-50.2-3.9-73.4-11.1 10.1-16.5 25.2-43.5 30.8-65 3-11.6 15.4-59 15.4-59 8.1 15.4 31.7 28.5 56.8 28.5 74.8 0 128.7-68.8 128.7-154.3 0-81.9-66.9-143.2-152.9-143.2-107 0-163.9 71.8-163.9 150.1 0 36.4 19.4 81.7 50.3 96.1 4.7 2.2 7.2 1.2 8.3-3.3.8-3.4 5-20.3 6.9-28.1.6-2.5.3-4.7-1.7-7.1-10.1-12.5-18.3-35.3-18.3-56.6 0-54.7 41.4-107.6 112-107.6 60.9 0 103.6 41.5 103.6 100.9 0 67.1-33.9 113.6-78 113.6-24.3 0-42.6-20.1-36.7-44.8 7-29.5 20.5-61.3 20.5-82.6 0-19-10.2-34.9-31.4-34.9-24.9 0-44.9 25.7-44.9 60.2 0 22 7.4 36.8 7.4 36.8s-24.5 103.8-29 123.2c-5 21.4-3 51.6-.9 71.2C65.4 450.9 0 361.1 0 256 0 119 111 8 248 8s248 111 248 248z"></path></svg> </span>
<span class="elementor-icon-list-text"></span>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="elementor-section elementor-inner-section elementor-element elementor-element-3ce9d334 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="3ce9d334" data-element_type="section" id="fot_cbd" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
<div class="elementor-container elementor-column-gap-default">
<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-14b267cd" data-id="14b267cd" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-21061eb elementor-widget-tablet__width-initial elementor-widget elementor-widget-copyright" data-id="21061eb" data-element_type="widget" data-settings="{&quot;align&quot;:&quot;left&quot;,&quot;align_tablet&quot;:&quot;center&quot;,&quot;align_mobile&quot;:&quot;center&quot;}" data-widget_type="copyright.default">
<div class="elementor-widget-container">
<div class="hfe-copyright-wrapper">
<span>Copyright © 2024 - Tous droits réservés – Réalisé par CBD Production </span>
</div>
</div>
</div>
</div>
</div>
<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-deb6b73" data-id="deb6b73" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-36e5f2e elementor-icon-list--layout-inline elementor-align-right elementor-mobile-align-center elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="36e5f2e" data-element_type="widget" data-widget_type="icon-list.default">
<div class="elementor-widget-container">
<ul class="elementor-icon-list-items elementor-inline-items">
<li class="elementor-icon-list-item elementor-inline-item">
<span class="elementor-icon-list-icon">
<svg aria-hidden="true" class="e-font-icon-svg e-fab-cc-visa" viewbox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M470.1 231.3s7.6 37.2 9.3 45H446c3.3-8.9 16-43.5 16-43.5-.2.3 3.3-9.1 5.3-14.9l2.8 13.4zM576 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM152.5 331.2L215.7 176h-42.5l-39.3 106-4.3-21.5-14-71.4c-2.3-9.9-9.4-12.7-18.2-13.1H32.7l-.7 3.1c15.8 4 29.9 9.8 42.2 17.1l35.8 135h42.5zm94.4.2L272.1 176h-40.2l-25.1 155.4h40.1zm139.9-50.8c.2-17.7-10.6-31.2-33.7-42.3-14.1-7.1-22.7-11.9-22.7-19.2.2-6.6 7.3-13.4 23.1-13.4 13.1-.3 22.7 2.8 29.9 5.9l3.6 1.7 5.5-33.6c-7.9-3.1-20.5-6.6-36-6.6-39.7 0-67.6 21.2-67.8 51.4-.3 22.3 20 34.7 35.2 42.2 15.5 7.6 20.8 12.6 20.8 19.3-.2 10.4-12.6 15.2-24.1 15.2-16 0-24.6-2.5-37.7-8.3l-5.3-2.5-5.6 34.9c9.4 4.3 26.8 8.1 44.8 8.3 42.2.1 69.7-20.8 70-53zM528 331.4L495.6 176h-31.1c-9.6 0-16.9 2.8-21 12.9l-59.7 142.5H426s6.9-19.2 8.4-23.3H486c1.2 5.5 4.8 23.3 4.8 23.3H528z"></path></svg> </span>
<span class="elementor-icon-list-text"></span>
</li>
<li class="elementor-icon-list-item elementor-inline-item">
<span class="elementor-icon-list-icon">
<svg aria-hidden="true" class="e-font-icon-svg e-fab-cc-mastercard" viewbox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M482.9 410.3c0 6.8-4.6 11.7-11.2 11.7-6.8 0-11.2-5.2-11.2-11.7 0-6.5 4.4-11.7 11.2-11.7 6.6 0 11.2 5.2 11.2 11.7zm-310.8-11.7c-7.1 0-11.2 5.2-11.2 11.7 0 6.5 4.1 11.7 11.2 11.7 6.5 0 10.9-4.9 10.9-11.7-.1-6.5-4.4-11.7-10.9-11.7zm117.5-.3c-5.4 0-8.7 3.5-9.5 8.7h19.1c-.9-5.7-4.4-8.7-9.6-8.7zm107.8.3c-6.8 0-10.9 5.2-10.9 11.7 0 6.5 4.1 11.7 10.9 11.7 6.8 0 11.2-4.9 11.2-11.7 0-6.5-4.4-11.7-11.2-11.7zm105.9 26.1c0 .3.3.5.3 1.1 0 .3-.3.5-.3 1.1-.3.3-.3.5-.5.8-.3.3-.5.5-1.1.5-.3.3-.5.3-1.1.3-.3 0-.5 0-1.1-.3-.3 0-.5-.3-.8-.5-.3-.3-.5-.5-.5-.8-.3-.5-.3-.8-.3-1.1 0-.5 0-.8.3-1.1 0-.5.3-.8.5-1.1.3-.3.5-.3.8-.5.5-.3.8-.3 1.1-.3.5 0 .8 0 1.1.3.5.3.8.3 1.1.5s.2.6.5 1.1zm-2.2 1.4c.5 0 .5-.3.8-.3.3-.3.3-.5.3-.8 0-.3 0-.5-.3-.8-.3 0-.5-.3-1.1-.3h-1.6v3.5h.8V426h.3l1.1 1.4h.8l-1.1-1.3zM576 81v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V81c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM64 220.6c0 76.5 62.1 138.5 138.5 138.5 27.2 0 53.9-8.2 76.5-23.1-72.9-59.3-72.4-171.2 0-230.5-22.6-15-49.3-23.1-76.5-23.1-76.4-.1-138.5 62-138.5 138.2zm224 108.8c70.5-55 70.2-162.2 0-217.5-70.2 55.3-70.5 162.6 0 217.5zm-142.3 76.3c0-8.7-5.7-14.4-14.7-14.7-4.6 0-9.5 1.4-12.8 6.5-2.4-4.1-6.5-6.5-12.2-6.5-3.8 0-7.6 1.4-10.6 5.4V392h-8.2v36.7h8.2c0-18.9-2.5-30.2 9-30.2 10.2 0 8.2 10.2 8.2 30.2h7.9c0-18.3-2.5-30.2 9-30.2 10.2 0 8.2 10 8.2 30.2h8.2v-23zm44.9-13.7h-7.9v4.4c-2.7-3.3-6.5-5.4-11.7-5.4-10.3 0-18.2 8.2-18.2 19.3 0 11.2 7.9 19.3 18.2 19.3 5.2 0 9-1.9 11.7-5.4v4.6h7.9V392zm40.5 25.6c0-15-22.9-8.2-22.9-15.2 0-5.7 11.9-4.8 18.5-1.1l3.3-6.5c-9.4-6.1-30.2-6-30.2 8.2 0 14.3 22.9 8.3 22.9 15 0 6.3-13.5 5.8-20.7.8l-3.5 6.3c11.2 7.6 32.6 6 32.6-7.5zm35.4 9.3l-2.2-6.8c-3.8 2.1-12.2 4.4-12.2-4.1v-16.6h13.1V392h-13.1v-11.2h-8.2V392h-7.6v7.3h7.6V416c0 17.6 17.3 14.4 22.6 10.9zm13.3-13.4h27.5c0-16.2-7.4-22.6-17.4-22.6-10.6 0-18.2 7.9-18.2 19.3 0 20.5 22.6 23.9 33.8 14.2l-3.8-6c-7.8 6.4-19.6 5.8-21.9-4.9zm59.1-21.5c-4.6-2-11.6-1.8-15.2 4.4V392h-8.2v36.7h8.2V408c0-11.6 9.5-10.1 12.8-8.4l2.4-7.6zm10.6 18.3c0-11.4 11.6-15.1 20.7-8.4l3.8-6.5c-11.6-9.1-32.7-4.1-32.7 15 0 19.8 22.4 23.8 32.7 15l-3.8-6.5c-9.2 6.5-20.7 2.6-20.7-8.6zm66.7-18.3H408v4.4c-8.3-11-29.9-4.8-29.9 13.9 0 19.2 22.4 24.7 29.9 13.9v4.6h8.2V392zm33.7 0c-2.4-1.2-11-2.9-15.2 4.4V392h-7.9v36.7h7.9V408c0-11 9-10.3 12.8-8.4l2.4-7.6zm40.3-14.9h-7.9v19.3c-8.2-10.9-29.9-5.1-29.9 13.9 0 19.4 22.5 24.6 29.9 13.9v4.6h7.9v-51.7zm7.6-75.1v4.6h.8V302h1.9v-.8h-4.6v.8h1.9zm6.6 123.8c0-.5 0-1.1-.3-1.6-.3-.3-.5-.8-.8-1.1-.3-.3-.8-.5-1.1-.8-.5 0-1.1-.3-1.6-.3-.3 0-.8.3-1.4.3-.5.3-.8.5-1.1.8-.5.3-.8.8-.8 1.1-.3.5-.3 1.1-.3 1.6 0 .3 0 .8.3 1.4 0 .3.3.8.8 1.1.3.3.5.5 1.1.8.5.3 1.1.3 1.4.3.5 0 1.1 0 1.6-.3.3-.3.8-.5 1.1-.8.3-.3.5-.8.8-1.1.3-.6.3-1.1.3-1.4zm3.2-124.7h-1.4l-1.6 3.5-1.6-3.5h-1.4v5.4h.8v-4.1l1.6 3.5h1.1l1.4-3.5v4.1h1.1v-5.4zm4.4-80.5c0-76.2-62.1-138.3-138.5-138.3-27.2 0-53.9 8.2-76.5 23.1 72.1 59.3 73.2 171.5 0 230.5 22.6 15 49.5 23.1 76.5 23.1 76.4.1 138.5-61.9 138.5-138.4z"></path></svg> </span>
<span class="elementor-icon-list-text"></span>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
</section>
<section class="elementor-section elementor-top-section elementor-element elementor-element-20fb1c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="20fb1c9" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
<div class="elementor-container elementor-column-gap-no">
<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-79066f7" data-id="79066f7" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-3a228ec elementor-widget-mobile__width-initial elementor-fixed elementor-hidden-desktop elementor-hidden-tablet elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="3a228ec" data-element_type="widget" data-settings="{&quot;_position&quot;:&quot;fixed&quot;}" data-widget_type="icon-box.default">
<div class="elementor-widget-container">
<div class="elementor-icon-box-wrapper">
<div class="elementor-icon-box-icon">
<a href="/" class="elementor-icon elementor-animation-" tabindex="-1">
<i aria-hidden="true" class="icon icon-home1"></i> </a>
</div>
<div class="elementor-icon-box-content">
<span class="elementor-icon-box-title">
<a href="/">
Accueil </a>
</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3970958" data-id="3970958" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-d6257fe elementor-widget-mobile__width-initial elementor-fixed elementor-hidden-desktop elementor-hidden-tablet elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="d6257fe" data-element_type="widget" data-settings="{&quot;_position&quot;:&quot;fixed&quot;}" data-widget_type="icon-box.default">
<div class="elementor-widget-container">
<div class="elementor-icon-box-wrapper">
<div class="elementor-icon-box-icon">
<a href="https://www.cbdproduction.fr/contact/" class="elementor-icon elementor-animation-" tabindex="-1">
<i aria-hidden="true" class="icon icon-email"></i> </a>
</div>
<div class="elementor-icon-box-content">
<span class="elementor-icon-box-title">
<a href="https://www.cbdproduction.fr/contact/">
Contact </a>
</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-39efd5c" data-id="39efd5c" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-8891090 elementor-widget-mobile__width-initial elementor-fixed elementor-hidden-desktop elementor-hidden-tablet elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="8891090" data-element_type="widget" data-settings="{&quot;_position&quot;:&quot;fixed&quot;}" data-widget_type="icon-box.default">
<div class="elementor-widget-container">
<div class="elementor-icon-box-wrapper">
<div class="elementor-icon-box-icon">
<a href="https://www.cbdproduction.fr/promotion/" class="elementor-icon elementor-animation-" tabindex="-1">
<i aria-hidden="true" class="icon icon-phone-call"></i> </a>
</div>
<div class="elementor-icon-box-content">
<span class="elementor-icon-box-title">
<a href="https://www.cbdproduction.fr/promotion/">
Promo </a>
</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3e0c2cd" data-id="3e0c2cd" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-e85ad85 elementor-widget-mobile__width-initial elementor-fixed elementor-hidden-desktop elementor-hidden-tablet elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="e85ad85" data-element_type="widget" data-settings="{&quot;_position&quot;:&quot;fixed&quot;}" data-widget_type="icon-box.default">
<div class="elementor-widget-container">
<div class="elementor-icon-box-wrapper">
<div class="elementor-icon-box-icon">
<a href="https://www.cbdproduction.fr/boutique/" class="elementor-icon elementor-animation-" tabindex="-1">
<i aria-hidden="true" class="icon icon-shopping-cart2"></i> </a>
</div>
<div class="elementor-icon-box-content">
<span class="elementor-icon-box-title">
<a href="https://www.cbdproduction.fr/boutique/">
Boutique </a>
</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="elementor-section elementor-top-section elementor-element elementor-element-384d6a1 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="384d6a1" data-element_type="section">
<div class="elementor-container elementor-column-gap-default">
<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-602f9a2" data-id="602f9a2" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-a0b7039 elementor-widget elementor-widget-html" data-id="a0b7039" data-element_type="widget" data-widget_type="html.default">
<div class="elementor-widget-container">
<script type="rocketlazyloadscript">
    document.addEventListener('DOMContentLoaded', () => {
        var targetNode = document.querySelector(".elementor-nav-menu--dropdown.elementor-nav-menu__container .sub-menu.elementor-nav-menu--dropdown");
        
        var config = { attributes: true, childList: false };
        
        var callback = function (mutationsList) {
          for (var mutation of mutationsList) {
            if (mutation.type == "attributes") {
              document.querySelector(".elementor-nav-menu--dropdown.elementor-nav-menu__container").scrollTop = document.querySelector(".elementor-nav-menu--dropdown.elementor-nav-menu__container").scrollHeight;
            }
          }
        };
        var observer = new MutationObserver(callback);
        
        observer.observe(targetNode, config);
    });
</script> </div>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
<div class="xoo-cp-opac"></div>
<div class="xoo-cp-modal">
<div class="xoo-cp-container">
<div class="xoo-cp-outer">
<div class="xoo-cp-cont-opac"></div>
<span class="xoo-cp-preloader xoo-cp-icon-spinner"></span>
</div>
<span class="xoo-cp-close xoo-cp-icon-cross"></span>
<div class="xoo-cp-content"></div>
<div class="xoo-cp-btns">
<a class="xoo-cp-btn-vc xcp-btn" href="https://www.cbdproduction.fr/panier/">Voir le panier</a>
<a class="xoo-cp-btn-ch xcp-btn" href="https://www.cbdproduction.fr/commander/">Commandez</a>
<a class="xoo-cp-close xcp-btn">Continuer vos achats</a>
</div>
</div>
</div>
<div class="xoo-cp-notice-box" style="display: none;">
<div>
<span class="xoo-cp-notice"></span>
</div>
</div>
<script type="application/ld+json">
                {"@context":"https:\/\/schema.org","@type":"FAQPage","mainEntity":[{"@type":"Question","name":"Qu'est-ce que le CBD ? ","acceptedAnswer":{"@type":"Answer","text":"Le chanvre du latin cannabis est compos\u00e9 de diff\u00e9rentes mol\u00e9cules, appel\u00e9es Cannabino\u00efdes. Tr\u00e8s connue pour le THC et ses effets psychoactifs, la plante de chanvre d\u00e9voile de plus en plus d\u2019autres mol\u00e9cules aux tr\u00e8s nombreux bienfaits, tels que le CBD ou bien moins connus encore le CBG ou CBN. Le CBD, ou cannabidiol, est un compos\u00e9 chimique naturel pr\u00e9sent dans la plante de chanvre. Il est souvent utilis\u00e9 pour ses propri\u00e9t\u00e9s th\u00e9rapeutiques, notamment pour soulager l'anxi\u00e9t\u00e9, la douleur et l'inflammation.\n<br \/><br \/>\nContrairement \u00e0 son cousin plus c\u00e9l\u00e8bre, le THC (t\u00e9trahydrocannabinol), le CBD n'a pas d'effets psychoactifs, ce qui signifie qu'il ne provoque pas d'euphorie ou d'\u00e9tat d'ivresse.\n<br \/><br \/>\nLe CBD est de plus en plus utilis\u00e9 pour ses propri\u00e9t\u00e9s m\u00e9dicinales potentielles. De nombreuses personnes l'utilisent pour soulager l'anxi\u00e9t\u00e9, la douleur, l'inflammation, les troubles du sommeil et d'autres affections. Il est \u00e9galement \u00e9tudi\u00e9 pour son potentiel dans le traitement de l'\u00e9pilepsie, du cancer et d'autres maladies.\n<br \/><br \/>\nIl est disponible sous diff\u00e9rentes formes, notamment les huiles cbd, les huiles cbn, les capsules, les cr\u00e8mes cbd, les cosm\u00e9tiques cbd ou au cahnvre, les vaporisateurs et les aliments et boissons infus\u00e9s au CBD, mais aussi des fleurs au cbd. Cependant, il est important de noter que le CBD n'est pas approuv\u00e9 par la FDA (Food and Drug Administration) pour le traitement de quelque maladie que ce soit, et que les effets th\u00e9rapeutiques du CBD ne sont pas encore compl\u00e8tement compris."}},{"@type":"Question","name":"Que puis-je trouver sur le site CBD Production ? ","acceptedAnswer":{"@type":"Answer","text":"Sur notre site CBD Production vous pouvez trouver une large gamme de produits contenant du CBD, notamment :\n<br \/><br \/>\n<ul style=\"list-style:inside\">\n \t<li><strong>Les huiles de CBD<\/strong> : ce sont les produits les plus courants. Les huiles au cbd sont g\u00e9n\u00e9ralement prises par voie sublinguale, c'est-\u00e0-dire sous la langue.<\/li>\n \t<li><strong>Les cr\u00e8mes et les lotions de CBD<\/strong> : elles sont souvent utilis\u00e9es pour soulager la douleur et l'inflammation.<\/li>\n \t<li><strong>Les diff\u00e9rentes fleurs cbd et rocks<\/strong>.<\/li>\n \t<li><strong>Les vaporisateurs de CBD<\/strong> : ils sont utilis\u00e9s pour inhaler du CBD.<\/li>\n \t<li><strong>Les aliments et les boissons infus\u00e9s de CBD<\/strong> : ils contiennent souvent une dose pr\u00e9cise de CBD et peuvent \u00eatre utilis\u00e9s pour une ingestion plus discr\u00e8te comme les infusions cbd ou les bonbons cbd.<\/li>\n<\/ul>\nEn plus des produits contenant du CBD, vous pouvez \u00e9galement trouver des informations sur le CBD et ses effets sur la sant\u00e9. Les sites CBD peuvent \u00e9galement offrir des conseils sur la fa\u00e7on de choisir des produits de qualit\u00e9, des informations sur la r\u00e9glementation du CBD et des commentaires de clients sur les produits qu'ils ont achet\u00e9s ainsi que les doses \u00e0 utiliser lorsque l\u2019on commence \u00e0 utiliser du CBD."}},{"@type":"Question","name":"THC et CBD : la diff\u00e9rence","acceptedAnswer":{"@type":"Answer","text":"Le THC (t\u00e9trahydrocannabinol) et le CBD (cannabidiol) sont tous deux des cannabino\u00efdes que l'on trouve dans la plante de cannabis. Cependant, ils ont des effets tr\u00e8s diff\u00e9rents sur le corps et l'esprit.\n<br \/><br \/>\nLe THC est le principal compos\u00e9 psychoactif de la plante de cannabis. Il est responsable de l'euphorie et de l'effet \"planant\" souvent associ\u00e9 \u00e0 la consommation de cannabis. Le THC peut \u00e9galement avoir des effets secondaires ind\u00e9sirables tels que la parano\u00efa, l'anxi\u00e9t\u00e9 et la confusion. Le THC est consid\u00e9r\u00e9 comme une substance r\u00e9glement\u00e9e dans de nombreux pays et est interdit dans de nombreux endroits.\n<br \/><br \/>\nLe CBD, en revanche, n'a pas d'effets psychoactifs et ne provoque pas d'euphorie ou d'\u00e9tat d'ivresse. Le CBD est consid\u00e9r\u00e9 comme s\u00fbr et bien tol\u00e9r\u00e9 par la plupart des gens. Il est souvent utilis\u00e9 pour ses propri\u00e9t\u00e9s m\u00e9dicinales potentielles, notamment pour soulager la douleur, l'anxi\u00e9t\u00e9, l'inflammation et d'autres affections.\n<br \/><br \/>\nEn r\u00e9sum\u00e9, la principale diff\u00e9rence entre le THC et le CBD r\u00e9side dans leurs effets sur l'esprit et le corps. Le THC a des effets psychoactifs et peut \u00eatre utilis\u00e9 pour des raisons r\u00e9cr\u00e9atives, mais est \u00e9galement associ\u00e9 \u00e0 des effets secondaires ind\u00e9sirables. Le CBD, quant \u00e0 lui, n'a pas d'effets psychoactifs et est souvent utilis\u00e9 pour ses propri\u00e9t\u00e9s m\u00e9dicinales potentielles."}},{"@type":"Question","name":"Quels sont les produits qui me sont propos\u00e9s ?","acceptedAnswer":{"@type":"Answer","text":"Nous vous proposons de la <strong>CBD pas ch\u00e8re<\/strong> et de qualit\u00e9 avec un savoir faire fran\u00e7ais sur le chanvre et produits d\u00e9riv\u00e9s du <strong>CBD pas cher<\/strong>, avec une large gamme. Vous retrouverez ainsi\u00a0:\n<br \/><br \/>\n<ul style=\"list-style:inside\">\n \t<li>Les fleurs de CBD, rigoureusement s\u00e9lectionn\u00e9es pour leur c\u00f4t\u00e9 naturels et organiques, sans terp\u00e8nes ajout\u00e9s, ni rabaissement chimique.<\/li>\n \t<li>Des r\u00e9sines ou hash de CBD\u00a0: con\u00e7us dans un laboratoire fran\u00e7ais, vous retrouverez quelques vari\u00e9t\u00e9s comme l\u2019afghan, le 3x filtr\u00e9 ou \u00e0 des hashs \u00e0 base de CBN et de CBG.<\/li>\n \t<li>Les huiles de CBD ou huiles cbd fabriqu\u00e9es en France avec plusieurs versions\u00a0: Broad spectrum c\u2019est \u00e0 dire avec un THC 0% et des full spectrum Thc inf. \u00e0 0.3%<\/li>\n \t<li>Rocks\u00a0: la puissance du CBD concentr\u00e9e dans les moonrocks, gold rock, ice rock, green rock avec des taux important sup\u00e9rieure \u00e0 50% .<\/li>\n \t<li>Une gamme CBN\u00a0: la mol\u00e9cule non psychotrope et puissante du chanvre, nous proposons des cartridge, huiles cbn innovantes, fleurs de CBN ainsi que r\u00e9sines CBN.<\/li>\n \t<li>Infusions au chanvre et CBD\u00a0: 6 vari\u00e9t\u00e9s toutes \u00e9labor\u00e9es par notre maitre artisan qui utilise de la mati\u00e8re noble pour l\u2019\u00e9laboration des nos tisanes \u00e0 base de chanvre et CBD<\/li>\n \t<li>E liquides CBD\u00a0:<\/li>\n \t<li>Cosm\u00e9tiques\u00a0: le chanvre et CBD au service de votre coprs. D\u00e9couvrez les bienfaits des gammes Chanvria et Hekka, des cosm\u00e9tiques au cbd ou des cosm\u00e9tiques au chanvre rien que pour vous\u00a0!<\/li>\n \t<li>Animaux\u00a0: chiens et chats pourraient eux aussi b\u00e9n\u00e9ficier des bienfaits de CBD<\/li>\n<\/ul>\n\nAinsi que de nombreux autres produits tels que les bonbons CBD\u00a0!"}},{"@type":"Question","name":"Comment choisir le produit CBD qui me convient ? ","acceptedAnswer":{"@type":"Answer","text":"Le choix du produit CBD qui vous convient d\u00e9pend de plusieurs facteurs, notamment vos besoins individuels, vos pr\u00e9f\u00e9rences personnelles et la forme de produit CBD que vous pr\u00e9f\u00e9rez. Voici quelques \u00e9l\u00e9ments \u00e0 consid\u00e9rer pour vous aider \u00e0 choisir le produit CBD qui convient le mieux \u00e0 vos besoins :\n<br \/><br \/>\n<ul style=\"list-style:inside\">\n \t<li><strong>Consid\u00e9rez votre raison d'utiliser le CBD<\/strong> : Si vous cherchez \u00e0 soulager la douleur ou l'inflammation, vous voudrez peut-\u00eatre opter pour une cr\u00e8me ou une lotion de CBD appliqu\u00e9e localement. Si vous cherchez \u00e0 soulager l'anxi\u00e9t\u00e9 ou \u00e0 am\u00e9liorer votre sommeil, vous voudrez peut-\u00eatre opter pour une huile de CBD prise par voie sublinguale ou tout simplement des fleurs cbd.<\/li>\n\n \t<li><strong>Choisissez la forme de produit qui vous convient le mieux<\/strong> : Les produits CBD sont disponibles sous diff\u00e9rentes formes, notamment les huiles, les capsules, les cr\u00e8mes, les vaporisateurs et les aliments et boissons infus\u00e9s de CBD. Choisissez la forme qui convient le mieux \u00e0 votre mode de vie et \u00e0 vos pr\u00e9f\u00e9rences personnelles.<\/li>\n\n \t<li><strong>Demandez conseil \u00e0 un professionnel de la sant\u00e9<\/strong> : Si vous avez des questions sur l'utilisation du CBD ou si vous prenez d\u00e9j\u00e0 des m\u00e9dicaments, demandez conseil \u00e0 un professionnel de la sant\u00e9 pour vous assurer que le CBD est s\u00fbr et appropri\u00e9 pour vous.<\/li>\n<\/ul>\n\nEn fin de compte, le choix du produit CBD qui vous convient d\u00e9pend de vos besoins individuels et de vos pr\u00e9f\u00e9rences personnelles. Il est important d\u2019effectuer des recherches et de prendre le temps de trouver le bon produit pour vous."}},{"@type":"Question","name":"Les produits CBD sont-ils l\u00e9gaux ? ","acceptedAnswer":{"@type":"Answer","text":"La l\u00e9galit\u00e9 des produits CBD d\u00e9pend de la l\u00e9gislation de chaque pays. Dans de nombreux pays, le CBD est l\u00e9gal tant que le produit contient une quantit\u00e9 inf\u00e9rieure \u00e0 un certain seuil de THC (le compos\u00e9 psychoactif du cannabis). Dans d'autres pays, les produits CBD sont ill\u00e9gaux ou soumis \u00e0 des restrictions strictes.\n<br \/><br \/>\n\nAux \u00c9tats-Unis, par exemple, le CBD d\u00e9riv\u00e9 du chanvre est l\u00e9gal f\u00e9d\u00e9ralement depuis la loi sur la ferme de 2018, tant qu'il contient moins de 0,3% de THC. Cependant, certains \u00c9tats ont des lois plus strictes en mati\u00e8re de cannabis et de CBD, donc la l\u00e9galit\u00e9 peut varier d'un \u00c9tat \u00e0 l'autre.\n<br \/><br \/>\nEn Europe, la l\u00e9galit\u00e9 du CBD varie \u00e9galement d'un pays \u00e0 l'autre. Dans certains pays, le CBD est totalement l\u00e9gal, tandis que dans d'autres, il est soumis \u00e0 des restrictions strictes. Il est donc important de v\u00e9rifier la l\u00e9gislation en vigueur dans votre pays ou r\u00e9gion avant d'acheter ou d'utiliser des produits CBD. Assurez-vous que le produit que vous achetez est l\u00e9gal et conforme aux normes de s\u00e9curit\u00e9 et de qualit\u00e9."}},{"@type":"Question","name":"Y a-t-il des effets secondaires associ\u00e9s \u00e0 l'utilisation de produits CBD ? ","acceptedAnswer":{"@type":"Answer","text":"Bien que les produits CBD soient g\u00e9n\u00e9ralement consid\u00e9r\u00e9s comme s\u00fbrs, ils peuvent entra\u00eener des effets secondaires chez certaines personnes. Les effets secondaires les plus courants sont :\n<br \/><br \/>\n<ul>\n \t<li><strong>Fatigue<\/strong> : le CBD peut parfois provoquer une sensation de fatigue ou de somnolence, surtout si pris en grande quantit\u00e9.<\/li>\n\n \t<li><strong>Bouche s\u00e8che<\/strong> : le CBD peut r\u00e9duire la production de salive, entra\u00eenant une sensation de bouche s\u00e8ce.<\/li>\n\n \t<li><strong>Baisse de la tension art\u00e9rielle<\/strong> : chez certaines personnes, le CBD peut entra\u00eener une l\u00e9g\u00e8re baisse de la tension art\u00e9rielle, ce qui peut provoquer des \u00e9tourdissements ou des vertiges.<\/li>\n\n \t<li><strong>Changements d'app\u00e9tit<\/strong> : le CBD peut parfois stimuler l'app\u00e9tit ou provoquer une perte d'app\u00e9tit.<\/li>\n\n \t<li><strong>Interactions avec les m\u00e9dicaments<\/strong> : le CBD peut interagir avec certains m\u00e9dicaments, donc si vous prenez des m\u00e9dicaments, il est important de parler avec votre m\u00e9decin avant de prendre des produits CBD.<\/li>\n<\/ul>\n\nIl est important de noter que les effets secondaires du CBD sont g\u00e9n\u00e9ralement l\u00e9gers et temporaires, et disparaissent souvent apr\u00e8s quelques heures. Si vous \u00e9prouvez des effets secondaires graves ou si les effets secondaires persistent, vous devriez cesser d'utiliser les produits CBD et consulter votre m\u00e9decin."}}]}            </script>
<div class="shopengine-quick-view-modal se-modal-wrapper"></div>
<div class="shopengine-comparison-modal se-modal-wrapper">
<div class="se-modal-inner"></div>
</div>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
				const lazyloadRunObserver = () => {
					const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` );
					const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => {
						entries.forEach( ( entry ) => {
							if ( entry.isIntersecting ) {
								let lazyloadBackground = entry.target;
								if( lazyloadBackground ) {
									lazyloadBackground.classList.add( 'e-lazyloaded' );
								}
								lazyloadBackgroundObserver.unobserve( entry.target );
							}
						});
					}, { rootMargin: '200px 0px 200px 0px' } );
					lazyloadBackgrounds.forEach( ( lazyloadBackground ) => {
						lazyloadBackgroundObserver.observe( lazyloadBackground );
					} );
				};
				const events = [
					'DOMContentLoaded',
					'elementor/lazyload/observe',
				];
				events.forEach( ( event ) => {
					document.addEventListener( event, lazyloadRunObserver );
				} );
			</script>
<script type="rocketlazyloadscript">
		(function () {
			var c = document.body.className;
			c = c.replace(/woocommerce-no-js/, 'woocommerce-js');
			document.body.className = c;
		})();
	</script>
<div class="pswp" tabindex="-1" role="dialog" aria-hidden="true">
<div class="pswp__bg"></div>
<div class="pswp__scroll-wrap">
<div class="pswp__container">
<div class="pswp__item"></div>
<div class="pswp__item"></div>
<div class="pswp__item"></div>
</div>
<div class="pswp__ui pswp__ui--hidden">
<div class="pswp__top-bar">
<div class="pswp__counter"></div>
<button class="pswp__button pswp__button--close" aria-label="Fermer (Echap)"></button>
<button class="pswp__button pswp__button--share" aria-label="Partagez"></button>
<button class="pswp__button pswp__button--fs" aria-label="Basculer en plein écran"></button>
<button class="pswp__button pswp__button--zoom" aria-label="Zoomer/Dézoomer"></button>
<div class="pswp__preloader">
<div class="pswp__preloader__icn">
<div class="pswp__preloader__cut">
<div class="pswp__preloader__donut"></div>
</div>
</div>
</div>
</div>
<div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap">
<div class="pswp__share-tooltip"></div>
</div>
<button class="pswp__button pswp__button--arrow--left" aria-label="Précédent (flèche  gauche)"></button>
<button class="pswp__button pswp__button--arrow--right" aria-label="Suivant (flèche droite)"></button>
<div class="pswp__caption">
<div class="pswp__caption__center"></div>
</div>
</div>
</div>
</div>
<script type="text/template" id="tmpl-variation-template">
	<div class="woocommerce-variation-description">{{{ data.variation.variation_description }}}</div>
	<div class="woocommerce-variation-price">{{{ data.variation.price_html }}}</div>
	<div class="woocommerce-variation-availability">{{{ data.variation.availability_html }}}</div>
</script>
<script type="text/template" id="tmpl-unavailable-variation-template">
	<p>Désolé, ce produit n&rsquo;est pas disponible. Veuillez choisir une combinaison différente.</p>
</script>
<link data-minify="1" rel="stylesheet" id="wc-blocks-style-css" href="//www.cbdproduction.fr/wp-content/cache/min/1/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks.css?ver=1713796727" media="all" />
<link rel="stylesheet" id="e-animations-css" href="//www.cbdproduction.fr/wp-content/plugins/elementor/assets/lib/animations/animations.min.css?ver=3.21.3" media="all" />
<link rel="stylesheet" id="photoswipe-css" href="//www.cbdproduction.fr/wp-content/plugins/woocommerce/assets/css/photoswipe/photoswipe.min.css?ver=8.8.2" media="all" />
<link rel="stylesheet" id="photoswipe-default-skin-css" href="//www.cbdproduction.fr/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.min.css?ver=8.8.2" media="all" />
<script id="cr-frontend-js-js-extra">
var cr_ajax_object = {"ajax_url":"https:\/\/www.cbdproduction.fr\/wp-admin\/admin-ajax.php"};
var cr_ajax_object = {"ajax_url":"https:\/\/www.cbdproduction.fr\/wp-admin\/admin-ajax.php","disable_lightbox":"0"};
</script>
<script type="rocketlazyloadscript" data-minify="1" src="//www.cbdproduction.fr/wp-content/cache/min/1/wp-content/plugins/customer-reviews-woocommerce/js/frontend.js?ver=1706626444" id="cr-frontend-js-js" defer></script>
<script type="rocketlazyloadscript" data-minify="1" src="//www.cbdproduction.fr/wp-content/cache/min/1/wp-content/plugins/customer-reviews-woocommerce/js/colcade.js?ver=1706626444" id="cr-colcade-js" defer></script>
<script type="rocketlazyloadscript" src="//www.cbdproduction.fr/wp-content/plugins/woocommerce/assets/js/sourcebuster/sourcebuster.min.js?ver=8.8.2" id="sourcebuster-js-js" defer></script>
<script id="wc-order-attribution-js-extra">
var wc_order_attribution = {"params":{"lifetime":1.0e-5,"session":30,"ajaxurl":"https:\/\/www.cbdproduction.fr\/wp-admin\/admin-ajax.php","prefix":"wc_order_attribution_","allowTracking":true},"fields":{"source_type":"current.typ","referrer":"current_add.rf","utm_campaign":"current.cmp","utm_source":"current.src","utm_medium":"current.mdm","utm_content":"current.cnt","utm_id":"current.id","utm_term":"current.trm","session_entry":"current_add.ep","session_start_time":"current_add.fd","session_pages":"session.pgs","session_count":"udata.vst","user_agent":"udata.uag"}};
</script>
<script type="rocketlazyloadscript" src="//www.cbdproduction.fr/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution.min.js?ver=8.8.2" id="wc-order-attribution-js" defer></script>
<script id="xoo-cp-js-js-extra">
var xoo_cp_localize = {"adminurl":"https:\/\/www.cbdproduction.fr\/wp-admin\/admin-ajax.php","homeurl":"https:\/\/www.cbdproduction.fr","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","reset_cart":""};
</script>
<script type="rocketlazyloadscript" data-minify="1" src="//www.cbdproduction.fr/wp-content/cache/min/1/wp-content/plugins/added-to-cart-popup-woocommerce/assets/js/xoo-cp-js.js?ver=1706626444" id="xoo-cp-js-js" defer></script>
<script id="eael-general-js-extra">
var localize = {"ajaxurl":"https:\/\/www.cbdproduction.fr\/wp-admin\/admin-ajax.php","nonce":"70f7efeef1","i18n":{"added":"Added ","compare":"Compare","loading":"Loading..."},"eael_translate_text":{"required_text":"is a required field","invalid_text":"Invalid","billing_text":"Billing","shipping_text":"Shipping","fg_mfp_counter_text":"of"},"page_permalink":"https:\/\/www.cbdproduction.fr\/","cart_redirectition":"no","cart_page_url":"https:\/\/www.cbdproduction.fr\/panier\/","el_breakpoints":{"mobile":{"label":"Portrait mobile","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Paysage","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablette en mode portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablette en mode paysage","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Portable","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"\u00c9cran large","value":2400,"default_value":2400,"direction":"min","is_enabled":false}}};
</script>
<script type="rocketlazyloadscript" src="//www.cbdproduction.fr/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/view/general.min.js?ver=5.9.15" id="eael-general-js"></script>
<script type="rocketlazyloadscript" data-minify="1" src="//www.cbdproduction.fr/wp-content/cache/min/1/wp-content/uploads/essential-addons-elementor/eael-6630.js?ver=1706626445" id="eael-6630-js" defer></script>
<script type="rocketlazyloadscript" id="rocket-browser-checker-js-after">
"use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}();
</script>
<script id="rocket-preload-links-js-extra">
var RocketPreloadLinksConfig = {"excludeUris":"\/hhc-2\/|\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/commander\/|\/panier\/|\/mon-compte\/|\/wc-api\/v(.*)|\/(index\\.php\/)?wp\\-json(\/.*|$)|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https:\/\/www.cbdproduction.fr","onHoverDelay":"100","rateThrottle":"3"};
</script>
<script type="rocketlazyloadscript" id="rocket-preload-links-js-after">
(function() {
"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run();
}());
</script>
<script type="rocketlazyloadscript" data-minify="1" src="//www.cbdproduction.fr/wp-content/cache/min/1/wp-content/plugins/shopengine/assets/js/simple-scrollbar.js?ver=1706626445" id="shopengine-simple-scrollbar.js-js-js" defer></script>
<script type="rocketlazyloadscript" data-minify="1" src="//www.cbdproduction.fr/wp-content/cache/min/1/wp-content/plugins/shopengine/assets/js/filter.js?ver=1706626445" id="shopengine-filter-js-js" defer></script>
<script id="shopengine-js-js-extra">
var shopEngineApiSettings = {"resturl":"https:\/\/www.cbdproduction.fr\/wp-json\/","rest_nonce":"4a84fdf5c1"};
</script>
<script type="rocketlazyloadscript" data-minify="1" src="//www.cbdproduction.fr/wp-content/cache/min/1/wp-content/plugins/shopengine/assets/js/public.js?ver=1706626445" id="shopengine-js-js" defer></script>
<script type="rocketlazyloadscript" data-minify="1" src="//www.cbdproduction.fr/wp-content/cache/min/1/wp-content/themes/seomag/assets/tiny-slider/tiny-slider.js?ver=1706626445" id="seomag-tns-js" defer></script>
<script type="rocketlazyloadscript" data-minify="1" src="//www.cbdproduction.fr/wp-content/cache/min/1/wp-content/themes/seomag/statics/main.js?ver=1706626445" id="seomag-js" defer></script>
<script type="rocketlazyloadscript" data-minify="1" src="//www.cbdproduction.fr/wp-content/cache/min/1/wp-content/plugins/elementskit-lite/libs/framework/assets/js/frontend-script.js?ver=1706626445" id="elementskit-framework-js-frontend-js" defer></script>
<script type="rocketlazyloadscript" id="elementskit-framework-js-frontend-js-after">
		var elementskit = {
			resturl: 'https://www.cbdproduction.fr/wp-json/elementskit/v1/',
		}

		
</script>
<script type="rocketlazyloadscript" data-minify="1" src="//www.cbdproduction.fr/wp-content/cache/min/1/wp-content/plugins/elementskit-lite/widgets/init/assets/js/widget-scripts.js?ver=1706626445" id="ekit-widget-scripts-js" defer></script>
<script type="rocketlazyloadscript" data-minify="1" src="//www.cbdproduction.fr/wp-content/cache/min/1/wp-content/plugins/shopengine/modules/swatches/loop-product-support/assets/swatches.js?ver=1706626445" id="shopengine-swatches-loop-js-js" defer></script>
<script id="shopengine-comparison-js-extra">
var shopEngineComparison = {"product_id":"6630","resturl":"https:\/\/www.cbdproduction.fr\/wp-json\/","rest_nonce":"4a84fdf5c1"};
</script>
<script type="rocketlazyloadscript" data-minify="1" src="//www.cbdproduction.fr/wp-content/cache/min/1/wp-content/plugins/shopengine/modules/comparison/assets/js/comparison.js?ver=1706626445" id="shopengine-comparison-js" defer></script>
<script id="shopengine-js-front-js-extra">
var frontendApiSettings = {"nonce":"32c3540bd2","ajaxurl":"https:\/\/www.cbdproduction.fr\/wp-admin\/admin-ajax.php"};
</script>
<script type="rocketlazyloadscript" data-minify="1" src="//www.cbdproduction.fr/wp-content/cache/min/1/wp-content/plugins/shopengine/modules/swatches/assets/js/frontend.js?ver=1706626445" id="shopengine-js-front-js" defer></script>
<script id="wpfront-scroll-top-js-extra">
var wpfront_scroll_top_data = {"data":{"css":"#wpfront-scroll-top-container{display:none;position:fixed;cursor:pointer;z-index:9999;opacity:0}#wpfront-scroll-top-container div.text-holder{padding:3px 10px;border-radius:3px;-webkit-border-radius:3px;-webkit-box-shadow:4px 4px 5px 0 rgba(50,50,50,.5);-moz-box-shadow:4px 4px 5px 0 rgba(50,50,50,.5);box-shadow:4px 4px 5px 0 rgba(50,50,50,.5)}#wpfront-scroll-top-container a{outline-style:none;box-shadow:none;text-decoration:none}#wpfront-scroll-top-container {right: 20px;bottom: 20px;}        #wpfront-scroll-top-container i {\n            color: #02522c;\n        }\n\n        #wpfront-scroll-top-container { box-shadow: 0px 15px 10px -15px rgba(179, 179, 179, 0.5); }        ","html":"<div id=\"wpfront-scroll-top-container\"><i class=\"fa fa-arrow-circle-up fa-4x\"><\/i><\/div>","data":{"hide_iframe":false,"button_fade_duration":200,"auto_hide":false,"auto_hide_after":2,"scroll_offset":100,"button_opacity":0.8,"button_action":"top","button_action_element_selector":"","button_action_container_selector":"html, body","button_action_element_offset":"0","scroll_duration":400}}};
</script>
<script type="rocketlazyloadscript" src="//www.cbdproduction.fr/wp-content/plugins/wpfront-scroll-top/js/wpfront-scroll-top.min.js?ver=2.2.10081" id="wpfront-scroll-top-js" defer></script>
<script src="//stats.wp.com/e-202417.js" id="jetpack-stats-js" data-wp-strategy="defer" defer></script>
<script id="jetpack-stats-js-after">
_stq = window._stq || [];
_stq.push([ "view", JSON.parse("{\"v\":\"ext\",\"blog\":\"203339988\",\"post\":\"6630\",\"tz\":\"2\",\"srv\":\"www.cbdproduction.fr\",\"j\":\"1:13.3.1\"}") ]);
_stq.push([ "clickTrackerInit", "203339988", "6630" ]);
</script>
<script type="rocketlazyloadscript" src="//www.cbdproduction.fr/wp-includes/js/comment-reply.min.js?ver=6.5.2" id="comment-reply-js" async data-wp-strategy="async"></script>
<script id="jquery-dgwt-wcas-js-extra">
var dgwt_wcas = {"labels":{"post":"Article","page":"Page","vendor":"Vendeur","product_plu":"Produits","post_plu":"Publications","page_plu":"Pages","vendor_plu":"Vendeurs","sku_label":"UGS:","sale_badge":"Promo","vendor_sold_by":"Vendu par\u00a0:","featured_badge":"Mis en avant","in":"dans","read_more":"continuer la lecture","no_results":"\"Aucun r\\u00e9sultat\"","no_results_default":"Aucun r\u00e9sultat","show_more":"Voir tous les produits...","show_more_details":"Voir tous les produits...","search_placeholder":"Rechercher des produits...","submit":"","search_hist":"Your search history","search_hist_clear":"Clear","tax_product_cat_plu":"Cat\u00e9gories","tax_product_cat":"Cat\u00e9gorie","tax_product_tag_plu":"\u00c9tiquettes","tax_product_tag":"Tag"},"ajax_search_endpoint":"\/?wc-ajax=dgwt_wcas_ajax_search","ajax_details_endpoint":"\/?wc-ajax=dgwt_wcas_result_details","ajax_prices_endpoint":"\/?wc-ajax=dgwt_wcas_get_prices","action_search":"dgwt_wcas_ajax_search","action_result_details":"dgwt_wcas_result_details","action_get_prices":"dgwt_wcas_get_prices","min_chars":"3","width":"auto","show_details_panel":"","show_images":"1","show_price":"1","show_desc":"","show_sale_badge":"","show_featured_badge":"","dynamic_prices":"","is_rtl":"","show_preloader":"1","show_headings":"1","preloader_url":"","taxonomy_brands":"","img_url":"https:\/\/www.cbdproduction.fr\/wp-content\/plugins\/ajax-search-for-woocommerce\/assets\/img\/","is_premium":"","layout_breakpoint":"992","mobile_overlay_breakpoint":"992","mobile_overlay_wrapper":"body","mobile_overlay_delay":"0","debounce_wait_ms":"400","send_ga_events":"1","enable_ga_site_search_module":"","magnifier_icon":"\t\t\t\t<svg class=\"\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\n\t\t\t\t\t xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\"\n\t\t\t\t\t viewBox=\"0 0 51.539 51.361\" xml:space=\"preserve\">\n\t\t             <path \t\t\t\t\t\t d=\"M51.539,49.356L37.247,35.065c3.273-3.74,5.272-8.623,5.272-13.983c0-11.742-9.518-21.26-21.26-21.26 S0,9.339,0,21.082s9.518,21.26,21.26,21.26c5.361,0,10.244-1.999,13.983-5.272l14.292,14.292L51.539,49.356z M2.835,21.082 c0-10.176,8.249-18.425,18.425-18.425s18.425,8.249,18.425,18.425S31.436,39.507,21.26,39.507S2.835,31.258,2.835,21.082z\"\/>\n\t\t\t\t<\/svg>\n\t\t\t\t","magnifier_icon_pirx":"\t\t\t\t<svg class=\"\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 18 18\">\n\t\t\t\t\t<path  d=\" M 16.722523,17.901412 C 16.572585,17.825208 15.36088,16.670476 14.029846,15.33534 L 11.609782,12.907819 11.01926,13.29667 C 8.7613237,14.783493 5.6172703,14.768302 3.332423,13.259528 -0.07366363,11.010358 -1.0146502,6.5989684 1.1898146,3.2148776\n\t\t\t\t\t\t  1.5505179,2.6611594 2.4056498,1.7447266 2.9644271,1.3130497 3.4423015,0.94387379 4.3921825,0.48568469 5.1732652,0.2475835 5.886299,0.03022609 6.1341883,0 7.2037391,0 8.2732897,0 8.521179,0.03022609 9.234213,0.2475835 c 0.781083,0.23810119 1.730962,0.69629029 2.208837,1.0654662\n\t\t\t\t\t\t  0.532501,0.4113763 1.39922,1.3400096 1.760153,1.8858877 1.520655,2.2998531 1.599025,5.3023778 0.199549,7.6451086 -0.208076,0.348322 -0.393306,0.668209 -0.411622,0.710863 -0.01831,0.04265 1.065556,1.18264 2.408603,2.533307 1.343046,1.350666 2.486621,2.574792 2.541278,2.720279 0.282475,0.7519\n\t\t\t\t\t\t  -0.503089,1.456506 -1.218488,1.092917 z M 8.4027892,12.475062 C 9.434946,12.25579 10.131043,11.855461 10.99416,10.984753 11.554519,10.419467 11.842507,10.042366 12.062078,9.5863882 12.794223,8.0659672 12.793657,6.2652398 12.060578,4.756293 11.680383,3.9737304 10.453587,2.7178427\n\t\t\t\t\t\t  9.730569,2.3710306 8.6921295,1.8729196 8.3992147,1.807606 7.2037567,1.807606 6.0082984,1.807606 5.7153841,1.87292 4.6769446,2.3710306 3.9539263,2.7178427 2.7271301,3.9737304 2.3469352,4.756293 1.6138384,6.2652398 1.6132726,8.0659672 2.3454252,9.5863882 c 0.4167354,0.8654208 1.5978784,2.0575608\n\t\t\t\t\t\t  2.4443766,2.4671358 1.0971012,0.530827 2.3890403,0.681561 3.6130134,0.421538 z\n\t\t\t\t\t\"\/>\n\t\t\t\t<\/svg>\n\t\t\t\t","history_icon":"\t\t\t\t<svg class=\"\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"16\">\n\t\t\t\t\t<g transform=\"translate(-17.498822,-36.972165)\">\n\t\t\t\t\t\t<path \t\t\t\t\t\t\td=\"m 26.596964,52.884295 c -0.954693,-0.11124 -2.056421,-0.464654 -2.888623,-0.926617 -0.816472,-0.45323 -1.309173,-0.860824 -1.384955,-1.145723 -0.106631,-0.400877 0.05237,-0.801458 0.401139,-1.010595 0.167198,-0.10026 0.232609,-0.118358 0.427772,-0.118358 0.283376,0 0.386032,0.04186 0.756111,0.308336 1.435559,1.033665 3.156285,1.398904 4.891415,1.038245 2.120335,-0.440728 3.927688,-2.053646 4.610313,-4.114337 0.244166,-0.737081 0.291537,-1.051873 0.293192,-1.948355 0.0013,-0.695797 -0.0093,-0.85228 -0.0806,-1.189552 -0.401426,-1.899416 -1.657702,-3.528366 -3.392535,-4.398932 -2.139097,-1.073431 -4.69701,-0.79194 -6.613131,0.727757 -0.337839,0.267945 -0.920833,0.890857 -1.191956,1.27357 -0.66875,0.944 -1.120577,2.298213 -1.120577,3.35859 v 0.210358 h 0.850434 c 0.82511,0 0.854119,0.0025 0.974178,0.08313 0.163025,0.109516 0.246992,0.333888 0.182877,0.488676 -0.02455,0.05927 -0.62148,0.693577 -1.32651,1.40957 -1.365272,1.3865 -1.427414,1.436994 -1.679504,1.364696 -0.151455,-0.04344 -2.737016,-2.624291 -2.790043,-2.784964 -0.05425,-0.16438 0.02425,-0.373373 0.179483,-0.477834 0.120095,-0.08082 0.148717,-0.08327 0.970779,-0.08327 h 0.847035 l 0.02338,-0.355074 c 0.07924,-1.203664 0.325558,-2.153721 0.819083,-3.159247 1.083047,-2.206642 3.117598,-3.79655 5.501043,-4.298811 0.795412,-0.167616 1.880855,-0.211313 2.672211,-0.107576 3.334659,0.437136 6.147035,3.06081 6.811793,6.354741 0.601713,2.981541 -0.541694,6.025743 -2.967431,7.900475 -1.127277,0.871217 -2.441309,1.407501 -3.893104,1.588856 -0.447309,0.05588 -1.452718,0.06242 -1.883268,0.01225 z m 3.375015,-5.084703 c -0.08608,-0.03206 -2.882291,-1.690237 -3.007703,-1.783586 -0.06187,-0.04605 -0.160194,-0.169835 -0.218507,-0.275078 L 26.639746,45.549577 V 43.70452 41.859464 L 26.749,41.705307 c 0.138408,-0.195294 0.31306,-0.289155 0.538046,-0.289155 0.231638,0 0.438499,0.109551 0.563553,0.298452 l 0.10019,0.151342 0.01053,1.610898 0.01053,1.610898 0.262607,0.154478 c 1.579961,0.929408 2.399444,1.432947 2.462496,1.513106 0.253582,0.322376 0.140877,0.816382 -0.226867,0.994404 -0.148379,0.07183 -0.377546,0.09477 -0.498098,0.04986 z\"\/>\n\t\t\t\t\t<\/g>\n\t\t\t\t<\/svg>\n\t\t\t\t","close_icon":"\t\t\t\t<svg class=\"\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"24\" viewBox=\"0 0 24 24\"\n\t\t\t\t\t width=\"24\">\n\t\t\t\t\t<path \t\t\t\t\t\td=\"M18.3 5.71c-.39-.39-1.02-.39-1.41 0L12 10.59 7.11 5.7c-.39-.39-1.02-.39-1.41 0-.39.39-.39 1.02 0 1.41L10.59 12 5.7 16.89c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0L12 13.41l4.89 4.89c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L13.41 12l4.89-4.89c.38-.38.38-1.02 0-1.4z\"\/>\n\t\t\t\t<\/svg>\n\t\t\t\t","back_icon":"\t\t\t\t<svg class=\"\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 16 16\">\n\t\t\t\t\t<path \t\t\t\t\t\td=\"M14 6.125H3.351l4.891-4.891L7 0 0 7l7 7 1.234-1.234L3.35 7.875H14z\" fill-rule=\"evenodd\"\/>\n\t\t\t\t<\/svg>\n\t\t\t\t","preloader_icon":"\t\t\t\t<svg class=\"dgwt-wcas-loader-circular \" viewBox=\"25 25 50 50\">\n\t\t\t\t\t<circle class=\"dgwt-wcas-loader-circular-path\" cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\"\n\t\t\t\t\t\t stroke-miterlimit=\"10\"\/>\n\t\t\t\t<\/svg>\n\t\t\t\t","voice_search_inactive_icon":"\t\t\t\t<svg class=\"dgwt-wcas-voice-search-mic-inactive\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"24\"\n\t\t\t\t\t width=\"24\">\n\t\t\t\t\t<path \t\t\t\t\t\td=\"M12 13Q11.15 13 10.575 12.425Q10 11.85 10 11V5Q10 4.15 10.575 3.575Q11.15 3 12 3Q12.85 3 13.425 3.575Q14 4.15 14 5V11Q14 11.85 13.425 12.425Q12.85 13 12 13ZM12 8Q12 8 12 8Q12 8 12 8Q12 8 12 8Q12 8 12 8Q12 8 12 8Q12 8 12 8Q12 8 12 8Q12 8 12 8ZM11.5 20.5V16.975Q9.15 16.775 7.575 15.062Q6 13.35 6 11H7Q7 13.075 8.463 14.537Q9.925 16 12 16Q14.075 16 15.538 14.537Q17 13.075 17 11H18Q18 13.35 16.425 15.062Q14.85 16.775 12.5 16.975V20.5ZM12 12Q12.425 12 12.713 11.712Q13 11.425 13 11V5Q13 4.575 12.713 4.287Q12.425 4 12 4Q11.575 4 11.288 4.287Q11 4.575 11 5V11Q11 11.425 11.288 11.712Q11.575 12 12 12Z\"\/>\n\t\t\t\t<\/svg>\n\t\t\t\t","voice_search_active_icon":"\t\t\t\t<svg class=\"dgwt-wcas-voice-search-mic-active\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"24\"\n\t\t\t\t\t width=\"24\">\n\t\t\t\t\t<path \t\t\t\t\t\td=\"M12 13Q11.15 13 10.575 12.425Q10 11.85 10 11V5Q10 4.15 10.575 3.575Q11.15 3 12 3Q12.85 3 13.425 3.575Q14 4.15 14 5V11Q14 11.85 13.425 12.425Q12.85 13 12 13ZM11.5 20.5V16.975Q9.15 16.775 7.575 15.062Q6 13.35 6 11H7Q7 13.075 8.463 14.537Q9.925 16 12 16Q14.075 16 15.538 14.537Q17 13.075 17 11H18Q18 13.35 16.425 15.062Q14.85 16.775 12.5 16.975V20.5Z\"\/>\n\t\t\t\t<\/svg>\n\t\t\t\t","voice_search_disabled_icon":"\t\t\t\t<svg class=\"dgwt-wcas-voice-search-mic-disabled\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"24\" width=\"24\">\n\t\t\t\t\t<path \t\t\t\t\t\td=\"M16.725 13.4 15.975 12.625Q16.1 12.325 16.2 11.9Q16.3 11.475 16.3 11H17.3Q17.3 11.75 17.138 12.337Q16.975 12.925 16.725 13.4ZM13.25 9.9 9.3 5.925V5Q9.3 4.15 9.875 3.575Q10.45 3 11.3 3Q12.125 3 12.713 3.575Q13.3 4.15 13.3 5V9.7Q13.3 9.75 13.275 9.8Q13.25 9.85 13.25 9.9ZM10.8 20.5V17.025Q8.45 16.775 6.875 15.062Q5.3 13.35 5.3 11H6.3Q6.3 13.075 7.763 14.537Q9.225 16 11.3 16Q12.375 16 13.312 15.575Q14.25 15.15 14.925 14.4L15.625 15.125Q14.9 15.9 13.913 16.4Q12.925 16.9 11.8 17.025V20.5ZM19.925 20.825 1.95 2.85 2.675 2.15 20.65 20.125Z\"\/>\n\t\t\t\t<\/svg>\n\t\t\t\t","custom_params":{},"convert_html":"1","suggestions_wrapper":"body","show_product_vendor":"","disable_hits":"","disable_submit":"","fixer":{"broken_search_ui":true,"broken_search_ui_ajax":true,"broken_search_ui_hard":false,"broken_search_elementor_popups":true,"broken_search_jet_mobile_menu":true,"broken_search_browsers_back_arrow":true,"force_refresh_checkout":true},"voice_search_enabled":"","voice_search_lang":"fr-FR","show_recently_searched_products":"","show_recently_searched_phrases":""};
</script>
<script src="//www.cbdproduction.fr/wp-content/plugins/ajax-search-for-woocommerce/assets/js/search.min.js?ver=1.27.0" id="jquery-dgwt-wcas-js" defer></script>
<script src="//www.cbdproduction.fr/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js?ver=1.0.1" id="smartmenus-js" defer></script>
<script src="//www.cbdproduction.fr/wp-includes/js/imagesloaded.min.js?ver=5.0.0" id="imagesloaded-js" defer></script>
<script type="rocketlazyloadscript" data-minify="1" src="//www.cbdproduction.fr/wp-content/cache/min/1/wp-content/plugins/make-column-clickable-elementor/assets/js/make-column-clickable.js?ver=1706626445" id="make-column-clickable-elementor-js" defer></script>
<script src="//www.cbdproduction.fr/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.15.1" id="elementor-pro-webpack-runtime-js" defer></script>
<script src="//www.cbdproduction.fr/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.21.3" id="elementor-webpack-runtime-js" defer></script>
<script src="//www.cbdproduction.fr/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.21.3" id="elementor-frontend-modules-js"></script>
<script src="//www.cbdproduction.fr/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6" id="wp-i18n-js"></script>
<script type="rocketlazyloadscript" id="wp-i18n-js-after">
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
</script>
<script id="elementor-pro-frontend-js-before">
var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/www.cbdproduction.fr\/wp-admin\/admin-ajax.php","nonce":"4599db5bc8","urls":{"assets":"https:\/\/www.cbdproduction.fr\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/www.cbdproduction.fr\/wp-json\/"},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"}},"woocommerce":{"menu_cart":{"cart_page_url":"https:\/\/www.cbdproduction.fr\/panier\/","checkout_page_url":"https:\/\/www.cbdproduction.fr\/commander\/","fragments_nonce":"5c8f25b5ca"}},"facebook_sdk":{"lang":"fr_FR","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/www.cbdproduction.fr\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}};
</script>
<script src="//www.cbdproduction.fr/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.15.1" id="elementor-pro-frontend-js" defer></script>
<script src="//www.cbdproduction.fr/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js?ver=4.0.2" id="elementor-waypoints-js" defer></script>
<script type="rocketlazyloadscript" src="//www.cbdproduction.fr/wp-includes/js/jquery/ui/core.min.js?ver=1.13.2" id="jquery-ui-core-js"></script>
<script id="elementor-frontend-js-before">
var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Partager sur Facebook","shareOnTwitter":"Partager sur Twitter","pinIt":"L\u2019\u00e9pingler","download":"T\u00e9l\u00e9charger","downloadImage":"T\u00e9l\u00e9charger une image","fullscreen":"Plein \u00e9cran","zoom":"Zoom","share":"Partager","playVideo":"Lire la vid\u00e9o","previous":"Pr\u00e9c\u00e9dent","next":"Suivant","close":"Fermer","a11yCarouselWrapperAriaLabel":"Carousel | Scroll horizontal: Fl\u00e8che gauche & droite","a11yCarouselPrevSlideMessage":"Diapositive pr\u00e9c\u00e9dente","a11yCarouselNextSlideMessage":"Diapositive suivante","a11yCarouselFirstSlideMessage":"Ceci est la premi\u00e8re diapositive","a11yCarouselLastSlideMessage":"Ceci est la derni\u00e8re diapositive","a11yCarouselPaginationBulletMessage":"Aller \u00e0 la diapositive"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Portrait mobile","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Paysage","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablette en mode portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablette en mode paysage","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Portable","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"\u00c9cran large","value":2400,"default_value":2400,"direction":"min","is_enabled":false}}},"version":"3.21.3","is_static":false,"experimentalFeatures":{"e_optimized_assets_loading":true,"e_optimized_css_loading":true,"e_font_icon_svg":true,"additional_custom_breakpoints":true,"e_swiper_latest":true,"container_grid":true,"theme_builder_v2":true,"home_screen":true,"ai-layout":true,"landing-pages":true,"e_lazyload":true,"page-transitions":true,"notes":true,"loop":true,"form-submissions":true,"e_scroll_snap":true},"urls":{"assets":"https:\/\/www.cbdproduction.fr\/wp-content\/plugins\/elementor\/assets\/"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[]},"kit":{"active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description","woocommerce_notices_elements":[]},"post":{"id":6630,"title":"CBD%20Production%20%7C%20Le%20Sp%C3%A9cialiste%20du%20Chanvre%20et%20du%20CBD","excerpt":"","featuredImage":false}};
</script>
<script src="//www.cbdproduction.fr/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.21.3" id="elementor-frontend-js"></script>
<script src="//www.cbdproduction.fr/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=3.15.1" id="pro-elements-handlers-js" defer></script>
<script type="rocketlazyloadscript" data-minify="1" src="//www.cbdproduction.fr/wp-content/cache/min/1/wp-content/plugins/shopengine/widgets/init/assets/js/widgets.js?ver=1706626445" id="shopengine-elementor-script-js" defer></script>
<script type="rocketlazyloadscript" src="//www.cbdproduction.fr/wp-content/plugins/elementskit-lite/widgets/init/assets/js/animate-circle.min.js?ver=3.1.2" id="animate-circle-js" defer></script>
<script id="elementskit-elementor-js-extra">
var ekit_config = {"ajaxurl":"https:\/\/www.cbdproduction.fr\/wp-admin\/admin-ajax.php","nonce":"924b94ef0f"};
</script>
<script type="rocketlazyloadscript" data-minify="1" src="//www.cbdproduction.fr/wp-content/cache/min/1/wp-content/plugins/elementskit-lite/widgets/init/assets/js/elementor.js?ver=1706626445" id="elementskit-elementor-js" defer></script>
<script src="//www.cbdproduction.fr/wp-includes/js/underscore.min.js?ver=1.13.4" id="underscore-js"></script>
<script id="wp-util-js-extra">
var _wpUtilSettings = {"ajax":{"url":"\/wp-admin\/admin-ajax.php"}};
</script>
<script src="//www.cbdproduction.fr/wp-includes/js/wp-util.min.js?ver=6.5.2" id="wp-util-js" defer></script>
<script id="wpforms-elementor-js-extra">
var wpformsElementorVars = {"captcha_provider":"recaptcha","recaptcha_type":"v2"};
</script>
<script src="//www.cbdproduction.fr/wp-content/plugins/wpforms-lite/assets/js/integrations/elementor/frontend.min.js?ver=1.8.7.2" id="wpforms-elementor-js" defer></script>
<script src="//www.cbdproduction.fr/wp-content/plugins/woocommerce/assets/js/zoom/jquery.zoom.min.js?ver=1.7.21-wc.8.8.2" id="zoom-js" defer data-wp-strategy="defer"></script>
<script type="rocketlazyloadscript" src="//www.cbdproduction.fr/wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe.min.js?ver=4.1.1-wc.8.8.2" id="photoswipe-js" defer data-wp-strategy="defer"></script>
<script type="rocketlazyloadscript" src="//www.cbdproduction.fr/wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe-ui-default.min.js?ver=4.1.1-wc.8.8.2" id="photoswipe-ui-default-js" defer data-wp-strategy="defer"></script>
<script id="wc-add-to-cart-variation-js-extra">
var wc_add_to_cart_variation_params = {"wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_no_matching_variations_text":"D\u00e9sol\u00e9, aucun produit ne r\u00e9pond \u00e0 vos crit\u00e8res. Veuillez choisir une combinaison diff\u00e9rente.","i18n_make_a_selection_text":"Veuillez s\u00e9lectionner des options du produit avant de l\u2019ajouter \u00e0 votre panier.","i18n_unavailable_text":"D\u00e9sol\u00e9, ce produit n\u2019est pas disponible. Veuillez choisir une combinaison diff\u00e9rente."};
</script>
<script type="rocketlazyloadscript" src="//www.cbdproduction.fr/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart-variation.min.js?ver=8.8.2" id="wc-add-to-cart-variation-js" defer data-wp-strategy="defer"></script>
<script id="wc-single-product-js-extra">
var wc_single_product_params = {"i18n_required_rating_text":"Veuillez s\u00e9lectionner une note","review_rating_required":"no","flexslider":{"rtl":false,"animation":"slide","smoothHeight":true,"directionNav":false,"controlNav":"thumbnails","slideshow":false,"animationSpeed":500,"animationLoop":false,"allowOneSlide":false},"zoom_enabled":"1","zoom_options":[],"photoswipe_enabled":"1","photoswipe_options":{"shareEl":false,"closeOnScroll":false,"history":false,"hideAnimationDuration":0,"showAnimationDuration":0},"flexslider_enabled":"1"};
</script>
<script type="rocketlazyloadscript" src="//www.cbdproduction.fr/wp-content/plugins/woocommerce/assets/js/frontend/single-product.min.js?ver=8.8.2" id="wc-single-product-js" defer data-wp-strategy="defer"></script>
<script>window.lazyLoadOptions=[{elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}},{elements_selector:".rocket-lazyload",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,}];window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue}
if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue}
images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1}
if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async src="//www.cbdproduction.fr/wp-content/plugins/wp-rocket/assets/js/lazyload/17.5/lazyload.min.js"></script><script>function lazyLoadThumb(e){var t='<img data-lazy-src="//i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"><noscript><img src="//i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"></noscript>',a='<button class="play" aria-label="play Youtube video"></button>';return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="ID?autoplay=1";t+=0===this.parentNode.dataset.query.length?'':'&'+this.parentNode.dataset.query;e.setAttribute("src",t.replace("ID",this.parentNode.dataset.src)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),e.setAttribute("allow", "accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),this.parentNode.parentNode.replaceChild(e,this.parentNode)}document.addEventListener("DOMContentLoaded",function(){var e,t,p,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t<a.length;t++)e=document.createElement("div"),e.setAttribute("data-id",a[t].dataset.id),e.setAttribute("data-query", a[t].dataset.query),e.setAttribute("data-src", a[t].dataset.src),e.innerHTML=lazyLoadThumb(a[t].dataset.id),a[t].appendChild(e),p=e.querySelector('.play'),p.onclick=lazyLoadYoutubeIframe});</script>
<script>class RocketElementorAnimation{constructor(){this.deviceMode=document.createElement("span"),this.deviceMode.id="elementor-device-mode",this.deviceMode.setAttribute("class","elementor-screen-only"),document.body.appendChild(this.deviceMode)}_detectAnimations(){let t=getComputedStyle(this.deviceMode,":after").content.replace(/"/g,"");this.animationSettingKeys=this._listAnimationSettingsKeys(t),document.querySelectorAll(".elementor-invisible[data-settings]").forEach(t=>{const e=t.getBoundingClientRect();if(e.bottom>=0&&e.top<=window.innerHeight)try{this._animateElement(t)}catch(t){}})}_animateElement(t){const e=JSON.parse(t.dataset.settings),i=e._animation_delay||e.animation_delay||0,n=e[this.animationSettingKeys.find(t=>e[t])];if("none"===n)return void t.classList.remove("elementor-invisible");t.classList.remove(n),this.currentAnimation&&t.classList.remove(this.currentAnimation),this.currentAnimation=n;let s=setTimeout(()=>{t.classList.remove("elementor-invisible"),t.classList.add("animated",n),this._removeAnimationSettings(t,e)},i);window.addEventListener("rocket-startLoading",function(){clearTimeout(s)})}_listAnimationSettingsKeys(t="mobile"){const e=[""];switch(t){case"mobile":e.unshift("_mobile");case"tablet":e.unshift("_tablet");case"desktop":e.unshift("_desktop")}const i=[];return["animation","_animation"].forEach(t=>{e.forEach(e=>{i.push(t+e)})}),i}_removeAnimationSettings(t,e){this._listAnimationSettingsKeys().forEach(t=>delete e[t]),t.dataset.settings=JSON.stringify(e)}static run(){const t=new RocketElementorAnimation;requestAnimationFrame(t._detectAnimations.bind(t))}}document.addEventListener("DOMContentLoaded",RocketElementorAnimation.run);</script></body>
</html>