@font-face {
  font-family: Ds Digib;
  src: url('../fonts/ds-digib.TTF') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Tanker;
  src: url('../fonts/tanker-regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Digitalism;
  src: url('../fonts/digitalism.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Round 8 Four";
  src: url('../fonts/round8-four.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --link-color--link-primary: var(--base-color-brand--blue);
  --background-color--background-primary: var(--base-color-neutral--black);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --text-color--text-primary: var(--base-color-neutral--black);
  --text-color--text-secondary: var(--base-color-neutral--neutral-darker);
  --background-color--background-success: var(--base-color-system--success-green);
  --text-color--text-success: var(--base-color-system--success-green-dark);
  --border-color--border-primary: var(--base-color-neutral--neutral-lightest);
  --background-color--background-alternate: var(--base-color-neutral--white);
  --background-color--background-secondary: var(--base-color-brand--blue);
  --background-color--background-tertiary: var(--base-color-brand--pink);
  --background-color--background-error: var(--base-color-system--error-red);
  --text-color--text-error: var(--base-color-system--error-red-dark);
  --border-color--border-alternate: var(--base-color-neutral--neutral-darker);
  --background-color--background-warning: var(--base-color-system--warning-yellow);
  --text-color--text-warning: var(--base-color-system--warning-yellow-dark);
  --base-color-neutral--white: #fff;
  --base-color-brand--blue-light: #d9e5ff;
  --base-color-brand--blue: #000;
  --base-color-brand--blue-dark: #080331;
  --base-color-brand--pink-light: #ffaefe;
  --base-color-brand--pink: #dd23bb;
  --base-color-brand--pink-dark: #3c043b;
  --base-color-neutral--black: #000;
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green: #cef5ca;
  --base-color-system--success-green-dark: #114e0b;
  --base-color-system--warning-yellow: #fcf8d8;
  --base-color-system--warning-yellow-dark: #5e5515;
  --base-color-system--error-red: #f8e4e4;
  --base-color-system--error-red-dark: #3b0b0b;
  --base-color-system--focus-state: #124e0b;
  --border-color--border-secondary: var(--base-color-brand--blue);
  --link-color--link-secondary: var(--base-color-neutral--black);
  --link-color--link-alternate: var(--base-color-neutral--white);
}

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartquantityinput {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceaddtocarterror {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.w-commerce-commercecartproductname {
  font-weight: 700;
}

.w-commerce-commercecartoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecartquantity {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecartquantity::placeholder {
  color: #999;
}

.w-commerce-commercecartquantity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

.w-commerce-commercecartordervalue {
  font-weight: 700;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutemailinput {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

.w-commerce-commercecheckoutdiscountsinput {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  flex: 1;
  width: auto;
  min-width: 0;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutdiscountsinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutdiscountsinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutdiscountsbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  height: 38px;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector, .w-commerce-commercecheckoutdiscountsinput {
    font-size: 16px;
  }
}

body {
  color: #000;
  max-width: 100vw;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  overflow: visible;
}

h1 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Round 8 Four", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
}

h2 {
  letter-spacing: .6px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
}

h3 {
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
}

h4 {
  letter-spacing: .3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
}

h5 {
  text-align: left;
  letter-spacing: .25px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--link-color--link-primary);
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  z-index: 21;
  background-color: #00000005;
  background-image: url('../images/circle-multi-size.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem;
  text-decoration: none;
  display: flex;
  position: static;
  overflow: hidden;
}

.padding-small.no-im {
  background-image: none;
}

.padding-small.not-fixed {
  background-attachment: scroll;
}

.padding-small.boutique {
  background-color: #00000005;
  background-image: none;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
  position: static;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .5rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.background-color-primary {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-color-primary {
  color: var(--text-color--text-primary);
}

.text-color-secondary {
  color: var(--text-color--text-secondary);
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  background-color: var(--background-color--background-success);
  color: var(--text-color--text-success);
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.text-rich-text blockquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.pointer-events-auto {
  pointer-events: auto;
}

.container-small {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-small.flex {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: row;
  align-items: flex-start;
  position: relative;
}

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.text-color-alternate {
  color: var(--text-color--text-alternate);
}

.text-style-italic {
  font-style: italic;
}

.pointer-events-none {
  pointer-events: none;
}

.text-weight-medium {
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--border-color--border-primary);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  text-align: center;
  font-size: .75rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-align-right {
  text-align: right;
}

.text-weight-bold {
  font-weight: 700;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.background-color-alternate {
  background-color: var(--background-color--background-alternate);
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .7rem;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-align-left {
  text-align: left;
}

.background-color-secondary {
  background-color: var(--background-color--background-secondary);
}

.form_input {
  border: 1px solid var(--border-color--border-primary);
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input::placeholder, .form_input.is-select-input {
  color: var(--text-color--text-secondary);
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: var(--link-color--link-primary);
  text-decoration: underline;
}

.text-size-large {
  font-size: 1.5rem;
}

.fs-styleguide_header {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

.page-wrapper {
  width: 100vw;
  max-width: 100vw;
  overflow: clip;
}

.fs-styleguide_label {
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-alternate);
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: var(--background-color--background-tertiary);
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.container-large {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 90rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.container-large.text-align-right {
  align-items: flex-end;
}

.container-large.produit {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 96px);
  position: relative;
}

.container-large.left-align {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.container-large.left-align.bottom-align {
  justify-content: space-between;
  align-items: flex-end;
}

.container-large.center {
  align-items: center;
}

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error);
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

.text-align-center {
  text-align: center;
}

.form_component {
  margin-bottom: 0;
}

.main-wrapper.legal {
  justify-content: center;
  display: flex;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
  text-align: center;
  border-radius: .25rem;
  padding: 1rem 1.5rem;
  font-size: .7rem;
  font-weight: 600;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  z-index: 10;
  border-top-style: none;
  border-top-width: 1px;
  border-top-color: var(--border-color--border-alternate);
  border-right-style: none;
  border-right-width: 1px;
  border-right-color: var(--border-color--border-alternate);
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: var(--border-color--border-alternate);
  border-left-style: none;
  border-left-width: 1px;
  border-left-color: var(--border-color--border-alternate);
  background-color: var(--background-color--background-alternate);
  outline-offset: 0px;
  color: var(--text-color--text-primary);
  -webkit-user-select: none;
  user-select: none;
  outline: 3px solid #fff3;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  position: relative;
}

.button.is-secondary:hover {
  background-color: #fff;
  outline-width: 7px;
  outline-color: #ffc22952;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-medium {
  font-size: 1.25rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.container-medium {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide_spacing-all {
  display: none;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-large {
  padding-top: 3rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 4rem;
}

.fs-styleguide_message {
  background-color: var(--background-color--background-warning);
  color: var(--text-color--text-warning);
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.nav_component {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  inset: 0% 0% auto;
}

.nav_container {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 90rem;
  height: 62px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_brand {
  width: 100px;
  padding: 1rem;
}

.nav_logo {
  width: 100px;
  min-width: 56px;
  height: 1.6rem;
  min-height: 1.6rem;
}

.nav_menu {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100%;
  padding-right: 0;
  display: flex;
}

.nav_menu_link {
  color: #000;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-user-select: none;
  user-select: none;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: .6rem;
  font-weight: 700;
  display: flex;
}

.nav_menu_link:hover {
  opacity: .55;
}

.nav_menu_link.w--current {
  opacity: .55;
  color: #000;
}

.nav_menu_link.dropdown {
  background-image: url('../images/arrow-down.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 7px;
  padding-right: .9rem;
}

.nav_button {
  color: #000;
  padding: 1rem;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.background-color-tertiary {
  background-color: var(--background-color--background-tertiary);
}

.fs-styleguide_hero-label {
  color: var(--text-color--text-primary);
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.section_hero {
  z-index: 10;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #fff;
  text-align: center;
  background-color: #f2f2f2;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 520px;
  min-height: auto;
  display: flex;
  position: relative;
}

.section_hero._3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: url('../images/2.webp');
  background-size: cover;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  height: 400px;
  padding: 0 0 40px;
}

.section_hero.logo {
  background-image: url('../images/cmprsl.webp');
  background-position: 50%;
  background-size: 100%;
  background-attachment: scroll;
  border-bottom: 1px solid #00000054;
}

.section_hero.logo._2 {
  background-image: url('../images/floating.webp');
  background-size: cover;
}

.section_hero.logo._4 {
  object-fit: fill;
  background-image: linear-gradient(#00000040, #00000040), url('../images/greenhouse-with-cultivated-cannabis-plants-in-flowering-stage-min.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 300px;
}

.nav_fixed {
  z-index: 999;
  position: sticky;
  inset: 0% 0% auto;
}

.fs-styleguide_heading-header {
  font-size: 6rem;
}

.section_all-products {
  z-index: 0;
  border-bottom: 1px solid #00000054;
  justify-content: center;
  display: flex;
  position: relative;
}

.swiper {
  width: 100%;
  max-width: 100%;
  padding-left: 20px;
  display: block;
}

.swiper-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.swiper-slide {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--background-color--background-alternate);
  text-align: center;
  object-fit: contain;
  border: 1px #00000054;
  border-radius: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: calc(25% - 15px);
  padding: 0;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex;
  position: relative;
  overflow: visible;
}

.swiper-slide:hover {
  opacity: .8;
}

.alert {
  background-color: var(--background-color--background-secondary);
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 34px;
  display: flex;
}

.container-2 {
  width: 100%;
  max-width: 140em;
}

.marquee-content {
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.marquee-content.scroll {
  grid-column-gap: 20px;
  grid-column-gap: 1rem;
  letter-spacing: .2px;
  letter-spacing: .2px;
  grid-column-gap: 1rem;
  letter-spacing: .2px;
  grid-column-gap: 1rem;
  letter-spacing: .2px;
  justify-content: space-around;
}

.brz-grid-1-1 {
  margin-bottom: 1em;
}

.submit-button {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 6px;
  padding: 10px 26px;
  font-size: 11px;
  font-weight: 700;
}

.brz-container-1 {
  width: 100%;
  max-width: 1450px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 100px 60px;
}

.brz-wrap-pic {
  align-items: center;
  width: 300px;
  display: flex;
}

.brz-wrap-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 4em;
  display: grid;
}

.brz-wrap-grid._2 {
  border-bottom: 1px solid #ffffff1a;
  grid-template-columns: 1fr .8fr;
  padding-bottom: 40px;
}

.card-icon-im {
  width: 30px;
  max-width: none;
}

.brz-grid-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-right: 1px solid #ffffff1a;
  flex-flow: column;
  align-items: flex-start;
  padding-right: 20px;
  display: flex;
}

.brz-grid-1.right {
  border-right-style: none;
  flex-flow: column;
  padding-right: 0;
  display: flex;
}

.brz-wrap-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.crad-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: auto;
  height: 19px;
  margin-top: 40px;
  display: flex;
}

.brz-grid-1-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.brz-grid-1-2.product {
  flex-flow: column;
}

.brz-grid-1-2.product.space {
  margin-top: 20px;
  margin-bottom: 20px;
}

.brz-wrap-wrap {
  border-top: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  padding-top: 3em;
  display: flex;
}

.brz-link-1-1 {
  color: #959595;
  text-transform: none;
  font-size: 13px;
  line-height: 1.4;
  text-decoration: none;
  display: flex;
}

.brz-wrap-icon {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-end;
  align-items: stretch;
  width: 300px;
  display: flex;
}

.form-3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.brz-text-1-1 {
  color: #959595;
  white-space: nowrap;
  font-size: 13px;
  line-height: 1;
}

.brz-link-pic-1 {
  background-color: #fff3;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-left: 0;
  display: flex;
}

.text-field-5 {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff3;
  border-radius: 6px;
}

.text-field-5::placeholder {
  color: #ffffff73;
}

.brz-text-1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}

.footer-section {
  background-color: #000;
  background-image: linear-gradient(#000, #0ddb4412);
}

.taro {
  color: #000;
  letter-spacing: normal;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #ffacfa;
  border: 1px #0003;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-left: 0;
  padding: 5px 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .6rem;
  font-weight: 600;
  display: flex;
  position: static;
}

.taro.produit {
  margin-top: -18px;
  position: absolute;
}

.product-card-title {
  z-index: 2;
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  color: #000;
  text-align: center;
  letter-spacing: -.5px;
  text-transform: uppercase;
  background-color: #ffffffbf;
  border: 1px solid #0000001a;
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 90%;
  height: auto;
  margin-top: 57%;
  margin-bottom: .25rem;
  padding: 7px 12px 2px 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1;
  position: relative;
}

.section-nokia {
  z-index: 5;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0;
  padding-right: 100px;
  display: none;
  position: relative;
  transform: rotate(0);
}

.section-nokia.on {
  z-index: 12;
  justify-content: center;
  padding-right: 7%;
  display: flex;
}

.image-2 {
  filter: blur(.5px);
  width: 400px;
  height: auto;
  margin-top: -87px;
  margin-right: -230px;
  transform: rotate(-28deg);
}

.image-2.container-2 {
  filter: none;
  width: 150px;
  margin-top: 0;
  margin-right: 0;
  transform: none;
}

.body {
  max-width: 100vw;
  overflow-x: hidden;
}

.taux-div {
  background-color: #ffffff4d;
  border: 1px solid #0000001a;
  border-radius: 6px;
  justify-content: space-between;
  width: 100%;
  height: 15px;
  display: flex;
  overflow: hidden;
}

.taux-level {
  background-color: #ffc328;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  font-size: .6rem;
  font-weight: 900;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.molecules {
  font-size: .6rem;
  display: none;
}

.molecule-div {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-2 {
  white-space: pre;
  word-break: normal;
  justify-content: flex-start;
  width: auto;
  min-width: auto;
  max-width: none;
  font-size: .6rem;
  font-weight: 800;
  display: flex;
}

.div-block-4 {
  z-index: 2;
  flex-flow: row;
  justify-content: center;
  width: 100%;
  margin-top: 0;
  padding: 10px 10px 0;
  display: flex;
  position: relative;
}

.div-block-5 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 25px;
  display: flex;
}

.vari-t {
  text-transform: uppercase;
  background-color: #ff00f740;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: .6rem;
  font-weight: 600;
}

.saveur {
  text-transform: uppercase;
  background-color: #cdedff;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: .6rem;
  font-weight: 600;
}

.link-block {
  width: 100%;
  display: flex;
}

.title {
  z-index: 10;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  width: auto;
  font-family: "Round 8 Four", sans-serif;
  font-size: 3.5rem;
  line-height: .9;
  position: relative;
}

.value {
  padding: 0 5px;
  font-size: .45rem;
  font-weight: 600;
  position: absolute;
}

.div-block-107 {
  justify-content: flex-end;
  display: flex;
}

.discount-code {
  color: #000;
  background-color: #0000;
  border-right-style: none;
  border-radius: 10px 0 0 10px;
  height: auto;
}

.block-content {
  background-color: #0000;
  border: 1px #000;
  flex-flow: column;
  margin-top: 10px;
  padding: 10px 0 0;
  display: flex;
}

.apply-button {
  background-color: #000;
  border-radius: 0 10px 10px 0;
  height: auto;
  margin-left: 0;
  padding: 14px 28px;
  font-size: 13px;
  font-weight: 600;
}

.shipping-method {
  margin-bottom: 0;
}

.payment-info {
  width: 100%;
  margin-bottom: 0;
}

.apple-pay {
  border-radius: 10px;
  height: 54px;
}

.discounts {
  background-color: #0000;
  border-style: none;
  width: 100%;
  margin-bottom: 40px;
  padding: 0;
}

.customer-info {
  width: 100%;
  margin-bottom: 0;
}

.field-label-2 {
  z-index: 2;
  color: #bbb;
  background-color: #fff;
  align-items: center;
  height: 1px;
  min-height: auto;
  max-height: 1px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 12px;
  padding: 0;
  font-size: 11px;
  font-weight: 500;
  display: flex;
  position: absolute;
}

.billing-address-toggle {
  justify-content: flex-start;
  align-items: flex-start;
}

.checkbox {
  margin-top: 3px;
}

.text-block-31 {
  text-transform: capitalize;
  font-size: .8em;
  line-height: 1.2;
}

.text-block-28 {
  color: #fff;
  background-color: #0009;
  border: 1px solid #0006;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 18px;
  min-width: 18px;
  max-width: 18px;
  height: 18px;
  min-height: 18px;
  max-height: 18px;
  margin: -5px -9px 0 0;
  font-size: 9px;
  font-weight: 700;
  display: flex;
  position: absolute;
}

.shipping-address {
  width: 100%;
  margin-bottom: 0;
}

.div-block-104 {
  min-width: 43%;
  max-width: 43%;
  height: calc(100vh - 96px);
  padding: 60px 0 220px 60px;
  position: sticky;
  inset: 96px 0% auto auto;
}

.block-header {
  background-color: #0000;
  border-style: none;
  padding-left: 0;
  padding-right: 0;
}

.block-header.spacr {
  margin-top: 0;
}

.submit-button-7 {
  text-transform: none;
  background-color: #000;
  border: 1px solid #0000001a;
  border-radius: 10px;
  width: 100%;
  padding: 16px;
  font-size: 13px;
  font-weight: 600;
  transition: background-color .2s;
}

.submit-button-7:hover {
  background-color: #1c4ddd;
}

.image-157 {
  aspect-ratio: 1;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 10px;
  width: 75px;
  min-width: 15px;
  height: auto;
  padding: 8px;
}

.text-block-32 {
  text-transform: capitalize;
  padding-right: 3px;
}

.container {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.billing-address {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-105 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-right: 1px solid #0003;
  flex-flow: column;
  flex: 0 800px;
  justify-content: center;
  align-items: flex-start;
  min-width: 57%;
  max-width: 57%;
  margin-top: 0;
  margin-right: 0;
  padding: 40px 60px 220px 0;
  display: flex;
}

.mini {
  opacity: .5;
  text-align: left;
  width: 80%;
  margin-top: 60px;
  font-size: 8px;
  line-height: 12px;
}

.mini.no-cpace {
  margin-top: 0;
}

.checkout-form {
  background-color: #0000;
  flex-flow: column;
  justify-content: space-around;
  width: 90%;
  max-width: 1150px;
  display: flex;
  position: relative;
  top: 0;
}

.input {
  background-color: #0000;
  border-radius: 8px;
  height: 48px;
  margin-bottom: 16px;
  padding: 12px;
  font-size: 13px;
}

.input:focus, .input.-wfp-focus {
  background-color: #fff;
  position: relative;
}

.pages {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-29 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.web-payments {
  width: 100%;
  display: block;
}

.div-block-108 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-form {
  margin-top: 20px;
}

.html-embed {
  background-color: #cfcfcf;
}

.div-block-113 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 0;
  margin-top: 0;
  display: none;
}

.button-2 {
  background-color: #000;
  border-top-left-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-top: -29px;
  margin-bottom: 0;
  margin-right: -1px;
  padding: 0 0 3px;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1;
  transition: background-color .2s;
  display: flex;
}

.button-2:hover {
  background-color: #2e2e2e;
}

.link-block {
  z-index: 2;
  cursor: pointer;
  border: 1px solid #0003;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-bottom: 0;
  position: relative;
}

.a-partir {
  margin-top: 0;
  font-size: .8rem;
}

.cart-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  border: 2px #000;
  height: 100%;
  min-height: 100%;
  margin-bottom: 0;
  margin-right: 1rem;
  padding: 0;
  overflow: visible;
}

.cart {
  height: auto;
}

.cart-quantity {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000000bf;
  letter-spacing: 1px;
  background-color: #5df02d;
  background-image: linear-gradient(90deg, #0000, #0000 0%, #eeffda7d 29%, #0000);
  border: 1px solid #0006;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-width: auto;
  height: auto;
  margin-left: 0;
  padding: 0 5px;
  font-family: Ds Digib, sans-serif;
  font-size: 15px;
  font-weight: 400;
  display: flex;
  box-shadow: inset 0 0 2px 2px #00000026;
}

.account-cart {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-end;
  align-items: center;
  width: 130px;
  height: 100%;
  min-height: 100%;
  display: flex;
}

.card-3 {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 24px;
}

.card-3.student-testimonial-marquee-card {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #000;
  border-width: 1px;
  border-color: #00000054;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: none;
  height: 189px;
  padding: 24px;
  line-height: 1;
  display: flex;
}

.link-block-3 {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  justify-content: center;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.avash {
  color: #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding-top: 0;
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
  overflow: hidden;
}

.avis_wrap {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.flex {
  display: flex;
}

.flex.align-center {
  align-items: center;
}

.flex.align-center.gap-column-12px {
  grid-column-gap: .75rem;
  width: 100%;
}

.flex.align-center.justify-space-between, .container-3 {
  width: 100%;
}

.trustpilot_wrap {
  color: #fff;
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.avis_text {
  margin-top: 24px;
}

.avis_text.mg-bottom-0 {
  cursor: default;
  width: auto;
  margin-top: .8rem;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  overflow: hidden;
}

.grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-1-column.gap-row-6px {
  grid-row-gap: .4rem;
  place-items: center start;
}

.trustpilot {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #f5f5f5;
  border: 1px solid #00000054;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 90rem;
  padding: 40px;
  display: flex;
}

.cart-quantity-2 {
  color: #000000bf;
  text-align: right;
  background-color: #0000;
  min-width: auto;
  height: auto;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  display: none;
}

._00 {
  font-size: 15px;
  font-weight: 400;
}

.grams {
  letter-spacing: 0;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 4px;
  margin-left: 0;
  margin-right: 8px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 8px;
  font-weight: 600;
  line-height: 1;
  display: flex;
}

.search-bar {
  background-color: #0000000f;
  border: 1px solid #0000001a;
  border-radius: 100px;
  width: 100%;
  height: 35px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: .7rem;
  display: flex;
}

.add-to-cart-2 {
  display: none;
}

.search-div {
  order: 1;
  width: 100%;
  height: 35px;
  padding-right: 0;
}

.search-list-wrapper {
  background-color: #fff;
  border: 1px solid #0003;
  border-top-style: none;
  border-radius: 0 0 20px 20px;
  height: 0;
  margin-top: 13.5px;
  padding: 0 20px;
  line-height: 1;
  display: flex;
  overflow: hidden;
}

.search-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding-bottom: 20px;
  display: grid;
}

.product-data {
  flex-flow: column;
  padding: 0;
  font-size: .5rem;
  line-height: 1.6;
  display: flex;
}

.section-product {
  background-color: #f3f3f3;
  border-bottom: 1px solid #00000054;
  min-height: calc(100vh - 96px);
}

.nav_div {
  height: 96px;
  position: relative;
}

.left-product {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  mix-blend-mode: normal;
  flex-flow: column;
  justify-content: center;
  width: 55%;
  height: calc(100vh - 96px);
  padding: 0;
  display: flex;
  position: relative;
}

.right-products {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--base-color-neutral--white);
  border: 1px solid #0003;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  width: calc(45% - 1rem);
  height: auto;
  min-height: auto;
  margin: 2rem 0;
  padding: 2rem;
  font-size: .8rem;
  display: flex;
  position: relative;
}

.qtt-group {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(min-content, 1fr) minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.quantit {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  cursor: pointer;
  border: 1px dashed #0003;
  border-radius: 6px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  padding: 6px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.6rem;
  transition: all .2s linear;
  display: flex;
}

.quantit:hover {
  border-color: #000000bf;
}

.quantit.w--ecommerce-pill-selected {
  border: 1px solid #ffc328;
}

.quantit.selected {
  color: #fff;
  background-color: #000;
  border-style: solid;
  border-color: #ffc229;
}

.add-to-cart-3 {
  width: 100%;
}

.quantity-2, .buy-now-button {
  display: none;
}

.default-state-2 {
  margin-bottom: 0;
}

.text-block-38 {
  text-align: left;
  letter-spacing: -.5px;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1;
}

.compare-at-price {
  opacity: .5;
  text-align: right;
  margin-top: 4px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .8rem;
  line-height: 1;
  text-decoration: line-through;
}

.qtt-div {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 33%;
  margin-bottom: 10px;
  padding-left: 5px;
  display: flex;
}

.price-div {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 33%;
  margin-bottom: 3px;
  padding-top: 5px;
  padding-right: 5px;
  display: flex;
}

.prix-qtt {
  text-align: right;
  margin-top: 0;
  font-size: .9rem;
  font-weight: 800;
  line-height: 1;
}

.prix-au-g {
  opacity: .5;
  text-align: left;
  margin-bottom: 1px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .8rem;
  line-height: 1;
}

.code-embed {
  display: none;
}

.promo-block {
  justify-content: center;
  display: flex;
}

.economise {
  background-color: #0000;
  border: 1px dashed #00000026;
  border-radius: 3px;
  margin-top: -6px;
  margin-left: 0;
  padding: 4px 8px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .6rem;
  font-weight: 700;
}

.qtt-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-122 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.navigation {
  z-index: 5;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-transform: uppercase;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-left: 16px;
  padding-top: 0;
  display: flex;
  position: absolute;
  inset: 20px auto auto 0%;
}

.arrow {
  height: 6px;
  min-height: 6px;
  max-height: 6px;
}

.text-block-41 {
  font-size: .6rem;
  font-weight: 600;
}

.slider-2 {
  mix-blend-mode: darken;
  background-color: #0000;
  height: 100%;
}

.image-160 {
  object-fit: contain;
  object-position: 50% 50%;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  width: auto;
  height: 100%;
}

.button-2 {
  color: #000;
  filter: url('../images/.');
  justify-content: flex-start;
  align-items: stretch;
  text-decoration: none;
  display: flex;
  position: relative;
}

.svg-filter_embed {
  display: none;
}

.button-2_content-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3rem;
  justify-content: space-between;
  align-items: center;
  padding: .25rem .25rem .25rem 2rem;
  font-size: .9rem;
  display: flex;
}

.button-text {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  font-weight: 700;
  line-height: 1.4;
}

.button-2_arrow-wrapper {
  color: #000;
  background-color: #ffc229;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.button_arrow-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.atc {
  display: none;
}

.btn {
  color: #000;
  filter: url('../images/.');
  justify-content: flex-start;
  align-items: stretch;
  text-decoration: none;
  display: flex;
  position: relative;
}

.left-up-section {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.slide {
  height: 100%;
  min-height: auto;
  padding: 0%;
}

.blog-display {
  grid-template-rows: auto;
  grid-template-columns: 60% 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.text-block-12 {
  border: 1px #000;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.text-block-12._2 {
  margin-top: 0;
  padding-bottom: 0;
}

.container-4 {
  z-index: 2;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
  display: flex;
  position: relative;
}

.container-4.blog {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 80rem;
  padding-bottom: 0;
}

.sommaire {
  border: 1px #000;
  margin-bottom: 0;
  padding-bottom: 0;
}

.sommary-div {
  background-color: #fff;
  border: 1px solid #00000054;
  border-radius: 20px;
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
}

.intro {
  grid-column-gap: 1.7rem;
  grid-row-gap: 1.7rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 20px;
  display: flex;
}

.div-block-31 {
  margin-bottom: 40px;
  position: static;
  top: 140px;
}

.left-div {
  border-top-right-radius: 20px;
  flex-flow: column;
  align-items: stretch;
  width: 70%;
  min-width: 70%;
  max-width: 70%;
  padding-right: 70px;
  display: flex;
}

.collection-list-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.blog-cover {
  object-fit: cover;
  border: 1px solid #0000001a;
  border-radius: 20px;
  width: 100%;
  height: 460px;
}

.sticky-blog-product {
  position: sticky;
  top: 140px;
}

.sommary-body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  padding: 20px;
  font-size: 14px;
  line-height: 110%;
  display: flex;
}

.right-div {
  width: 30%;
  min-width: 30%;
  max-width: 30%;
  padding-bottom: 0;
  position: sticky;
  top: 20px;
}

.section {
  justify-content: flex-start;
  width: 95%;
  margin-bottom: 100px;
  display: flex;
}

.section.blog {
  background-image: url('../images/circle-multi-size.svg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex-wrap: nowrap;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.header-somary {
  background-color: #00000012;
  padding: 10px 20px;
}

.div-next-blog {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #f3f3f3;
  border: 1px solid #0000001a;
  border-radius: 20px;
  align-items: center;
  padding: 10px;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.div-next-blog:hover {
  text-decoration: none;
}

.div-block-28 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding-right: 0;
  display: flex;
}

.read {
  text-align: right;
  margin-top: 20px;
  padding-right: 0;
  font-size: 12px;
  line-height: 1;
  text-decoration: underline;
}

.images-product {
  aspect-ratio: 1;
  object-fit: cover;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 10px;
  width: auto;
  max-width: none;
  height: 130px;
}

.collection-produit {
  background-color: #fff;
  border: 1px #000;
  border-radius: 0 0 20px 20px;
  height: auto;
  margin-top: 11px;
  padding: 0 20px;
  line-height: 1;
  display: none;
  overflow: hidden;
}

.list-product {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding-bottom: 20px;
  display: grid;
}

.gram {
  color: #000000bf;
  text-align: right;
  background-color: #0000;
  min-width: auto;
  height: auto;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

.qtt {
  pointer-events: none;
  text-align: center;
  background-color: #0000;
  border-style: none;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.div-block-17 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.plus-que {
  color: #2d2743;
  margin-top: 5px;
  font-size: 12px;
  line-height: 100%;
}

.charge-bar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.charging-bar {
  background-color: #f5f5f5;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 5px;
  margin-top: 10px;
  display: flex;
}

.charging {
  background-color: #000;
  border-radius: 100px;
  width: 45%;
  height: 5px;
  transition: width .5s;
}

.free-shipping-message {
  position: static;
}

.free-ship {
  color: #2d2743;
  text-align: right;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 11px;
  line-height: 100%;
}

.close-button {
  cursor: pointer;
  background-color: #0000001a;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  padding: 0;
  font-size: .2rem;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: 12px 12px auto auto;
}

.close-button:hover {
  opacity: .7;
}

.checkout-button {
  background-color: #000;
  border-radius: 6px;
  padding: 20px;
  transition: opacity .2s;
}

.checkout-button:hover {
  opacity: .75;
}

.container-5 {
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: block;
  position: relative;
}

.container-5.faq-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-radius: 5px;
  flex-flow: column;
  max-width: 900px;
  padding-top: 60px;
  padding-bottom: 80px;
  display: flex;
}

.faq-plus {
  background-color: #ffc229;
  border-radius: 3px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 5px;
  min-height: 5px;
  max-height: 5px;
}

.faq-answer {
  border-bottom: 1px solid #2d3e501f;
  padding-left: 45px;
  overflow: hidden;
}

.faq-answer.last-faq-answer {
  border-bottom-width: 0;
}

.faq-answer-text {
  margin-bottom: 30px;
  font-size: .8rem;
}

.faq-plus-wrap {
  justify-content: center;
  align-items: center;
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  min-height: 20px;
  max-height: 20px;
  margin-right: 25px;
  display: flex;
  position: relative;
}

.faq-q-text {
  font-size: 1rem;
  font-weight: 700;
}

.faq-plus-l {
  background-color: #ffc229;
  border-radius: 3px;
  width: 5px;
  min-width: 5px;
  max-width: 5px;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
}

.faq-question {
  cursor: pointer;
  align-items: center;
  height: 90px;
  font-size: 22px;
  font-weight: 800;
  display: flex;
}

.section-title {
  text-align: left;
  font-family: "Round 8 Four", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: .9;
}

.family {
  pointer-events: none;
  letter-spacing: .5px;
  text-transform: none;
  height: 44px;
  margin-top: 10px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.div-block-123 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px #000;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-bottom: 40px;
  display: inline-flex;
}

.icone {
  font-size: 3.5rem;
  line-height: 1;
}

.div-block-5-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 25px;
  display: flex;
}

.blog-pin {
  text-transform: uppercase;
  background-color: #19ff0040;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: .6rem;
  font-weight: 600;
}

.container-6 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding-left: 0;
  display: flex;
}

.btn-copy {
  opacity: 1;
  color: #fff;
  background-color: #000;
  border-radius: 25rem;
  align-items: center;
  height: 1.875rem;
  min-height: auto;
  max-height: none;
  font-size: .625rem;
  font-weight: 600;
  transition: opacity .2s;
  display: flex;
}

.btn-copy:hover {
  opacity: 1;
}

.btn-facebook {
  opacity: 1;
  filter: invert();
  background-color: #fff;
  background-image: url('../images/fichier-1fb.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto .8rem;
  border-radius: 25rem;
  width: 1.875rem;
  height: 1.875rem;
  transition: opacity .2s;
}

.btn-facebook:hover {
  opacity: 1;
}

.btn-twitter {
  opacity: 1;
  filter: invert();
  background-color: #fff;
  background-image: url('../images/fichier-13x.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto .7rem;
  border-radius: 25rem;
  width: 1.875rem;
  height: 1.875rem;
  padding-left: 0;
  padding-right: 0;
  transition: opacity .2s;
}

.btn-twitter:hover {
  opacity: 1;
}

.btn-mail {
  opacity: 1;
  filter: invert();
  background-color: #fff;
  background-image: url('../images/fichier-1mail.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto .7rem;
  border-radius: 25rem;
  width: 1.875rem;
  height: 1.875rem;
  padding: 0;
  transition: opacity .2s;
}

.btn-mail:hover {
  opacity: 1;
}

.search-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #00000008;
  border-radius: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}

.search-item:hover {
  background-color: #0000000d;
}

.search-image {
  mix-blend-mode: darken;
  border-radius: 5px;
  width: 50px;
  height: 50px;
}

.search-title {
  font-size: .8rem;
}

.search-link-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 5px;
  display: flex;
}

.collection-list-wrapper {
  flex-flow: column;
  display: flex;
}

.no-results-message {
  text-align: center;
  margin-top: 10px;
  font-size: .8rem;
}

.heading-24-copy {
  z-index: 2;
  color: #fff;
  text-align: left;
  letter-spacing: normal;
  max-width: 90rem;
  padding-left: 0;
  font-family: "Round 8 Four", sans-serif;
  font-size: 8.4rem;
  line-height: .7;
  position: relative;
}

.black-shade {
  z-index: 3;
  background-color: #00000040;
  width: 100%;
  height: 520px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.lhcbd-logo {
  z-index: 10;
  filter: invert();
  mix-blend-mode: normal;
  width: 250px;
  position: relative;
}

.faq {
  z-index: 21;
  background-color: #fff;
  border: 1px solid #00000054;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 4rem 0 1rem;
  text-decoration: none;
  display: flex;
  position: static;
}

.section-2 {
  background-color: #f5f5f500;
  border-bottom: 1px solid #00000054;
}

.html-embed-6 {
  box-sizing: content-box;
  white-space: nowrap;
  mix-blend-mode: darken;
  background-image: url('../images/h4cbd-california-kush-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 86%;
  justify-content: center;
  align-items: center;
  width: 40%;
  min-width: 40%;
  max-width: none;
  height: auto;
  font-size: .7rem;
  font-weight: 500;
  display: flex;
  position: sticky;
  top: 155px;
  overflow: visible;
  aspect-ratio: 1 !important;
}

.html-embed-6.no-fixed {
  position: static;
}

.section-bienfaits {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #00000054;
  justify-content: center;
  padding: 100px;
  display: flex;
}

.div-block-127 {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-127.product {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
}

.section_blog {
  z-index: 0;
  border-bottom: 1px solid #00000054;
  justify-content: center;
  display: flex;
  position: relative;
}

.collection-list-wrapper-3 {
  width: 100%;
}

.blog-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #00000054;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  transition: opacity .2s;
  display: flex;
  overflow: hidden;
}

.blog-card:hover {
  opacity: .85;
}

.img {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 0;
  width: 100%;
  height: 160px;
}

.img.ville {
  height: 200px;
}

.div-block-28-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: auto;
  padding: 10px;
  display: flex;
}

.list-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item-2 {
  display: flex;
}

.paragraph-blog {
  padding-right: 20px;
  font-size: 1rem;
  display: none;
}

.stars {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  display: flex;
}

.star {
  width: 11px;
  display: block;
}

.profile-pic {
  width: 100%;
  height: 100%;
}

.name {
  font-weight: 600;
}

.google {
  width: 50px;
}

.image-161 {
  z-index: 0;
  object-fit: contain;
  width: 90%;
  margin-top: 20px;
  position: absolute;
  height: 62% !important;
}

.div-block-128 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
}

.link {
  display: none;
}

.div-block-129 {
  background-color: #00000073;
  background-image: linear-gradient(13deg, #0000008c, #0000);
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 400px;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-162 {
  filter: invert();
  height: 22px;
  max-height: 22px;
}

.image-162.big {
  height: 120px;
  max-height: none;
}

.swiper-button-prev {
  background-color: #fff;
  background-image: url('../images/left.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
  border: 1px solid #00000054;
  border-radius: 10px;
  width: 36px;
  height: 36px;
  transition: opacity .2s;
}

.swiper-button-prev:hover {
  opacity: .5;
}

.swiper-button-next {
  background-color: #fff;
  background-image: url('../images/right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
  border: 1px solid #00000054;
  border-radius: 10px;
  width: 36px;
  height: 36px;
  margin-left: 0;
  transition: opacity .2s;
}

.swiper-button-next:hover {
  opacity: .5;
}

.category {
  width: 90%;
  max-width: 90%;
  padding-left: 0;
}

.category-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: relative;
}

.collection_item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--background-color--background-alternate);
  text-align: center;
  object-fit: contain;
  border: 1px #00000054;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: calc(25% - 15px);
  padding: 0;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex;
  position: relative;
  overflow: visible;
}

.collection_item:hover {
  opacity: .8;
}

.fleurs-menu {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff0;
  border: 1px solid #0000;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 685px;
  height: 0;
  margin-top: -1px;
  margin-left: 20px;
  padding: 0 20px;
  transition: height .2s;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.fleurs-menu.mobile {
  display: none;
}

.collection-list-7 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: center;
  place-items: start;
  width: 100%;
  height: 120px;
  padding-bottom: 0;
  font-size: .9rem;
  display: grid;
}

.collection-list-7.infusion {
  grid-template-rows: 1fr;
  height: 60px;
}

.collection-list-7._2 {
  grid-template-columns: 1fr 1fr;
}

.collection-item-3 {
  border-radius: 5px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.hovered {
  text-align: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  font-family: "Round 8 Four", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: .7;
  display: flex;
  position: static;
  overflow: hidden;
}

.hovered.black {
  transition: opacity .2s;
}

.hovered.black:hover {
  opacity: .7;
}

.collection-list-wrapper-4 {
  align-items: flex-start;
  width: 100%;
  height: 120px;
  margin-right: 0;
  display: flex;
}

.collection-list-wrapper-4.infusion {
  height: 60px;
}

.text {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #00000080;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .7rem;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.text:hover {
  background-color: #000000e6;
}

.text.black {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #000;
  background-image: none;
  border-radius: 0;
  height: 52px;
}

.menu-image {
  object-fit: cover;
  object-position: 50% 50%;
  background-color: #00000080;
  border-radius: 5px;
  width: 27%;
  min-width: 27%;
  height: 180px;
  min-height: 180px;
  max-height: 180px;
}

.menu-image.huiles, .menu-image.resines {
  min-width: 27%;
  height: 120px;
  min-height: 120px;
  max-height: 120px;
}

.display-none {
  display: none;
}

.collection-list-8 {
  display: flex;
}

.titre-product {
  text-align: right;
  letter-spacing: -.5px;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: .6;
}

.heading-24-copy-copy {
  z-index: 2;
  color: #000;
  text-align: left;
  letter-spacing: 4px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff6e;
  align-items: center;
  max-width: 90rem;
  height: 5.88rem;
  padding-left: 30px;
  font-family: "Round 8 Four", sans-serif;
  font-size: 4.4rem;
  line-height: .7;
  display: flex;
  position: relative;
}

.div-block-131 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.plus-btn {
  color: #fff;
  background-color: #000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  padding: 0 0 3px;
  line-height: 1;
  transition: opacity .2s;
  display: flex;
}

.plus-btn:hover {
  opacity: .7;
}

.quantity-div {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.minus-btn {
  color: #fff;
  background-color: #000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  padding: 0 0 3px;
  transition: opacity .2s;
  display: flex;
}

.minus-btn:hover {
  opacity: .7;
}

.remove-button {
  background-color: #0000001a;
  background-image: url('../images/trash.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
  border-radius: 6px;
  width: 22px;
  height: 22px;
  margin-right: 0;
  transition: opacity .2s;
}

.remove-button:hover {
  opacity: .7;
}

.div-block-132 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  align-items: flex-end;
  display: flex;
}

.cart-item {
  border-bottom: 1px solid #0000000d;
  align-items: center;
}

.apple-pay-2 {
  border-radius: 6px;
  height: 62px;
}

.icon {
  width: 8px;
}

.cart-list {
  height: calc(100vh - 140px);
  overflow: scroll;
}

.cart-form-wrapper {
  height: calc(100vh - 140px);
  max-height: 100vh;
  overflow: auto;
}

.cart-header {
  height: 140px;
}

.cart-footer {
  background-color: #fff;
  position: sticky;
  bottom: 0;
}

.default-state-3 {
  height: calc(100vh - 140px);
}

.cart-container {
  min-width: 500px;
  max-width: 500px;
}

.price {
  display: none;
}

.arrow-image {
  height: 6px;
  min-height: 6px;
  max-height: 6px;
}

.select-field {
  display: flex;
}

.div-block-134 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.product-iimage-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15%;
  display: flex;
}

.brz-grid-1-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-right: 1px #fff3;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.bold-text {
  text-transform: none;
  font-weight: 500;
  line-height: 1.3;
}

.collection-list-wrapper-5 {
  display: flex;
}

.collection-list-10 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.collection-item-5 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.legal-section {
  width: 70%;
  margin-top: 100px;
  margin-bottom: 100px;
}

.rich-text-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.collection-item-6 {
  padding: 0;
}

.slide-nav-2 {
  bottom: 60px;
}

.checkout-actions {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
}

.list-villes {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hovered-mobile {
  text-align: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  font-family: "Round 8 Four", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: .7;
  display: flex;
  position: static;
  overflow: hidden;
}

.div-block-135 {
  z-index: 10;
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  background-color: #fff;
  border: 1px solid #0003;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 180px;
  height: auto;
  padding: 7px 10px;
  font-size: .8rem;
  display: flex;
  position: static;
  inset: 0% auto auto -200px;
}

.div-block-136 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-end;
  display: flex;
}

.star-div {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  width: 100%;
  display: flex;
}

.text-block-43 {
  white-space: pre;
}

.div-block-137 {
  justify-content: center;
  width: 100%;
  display: flex;
}

.image-164 {
  border: 2px solid #fff;
  border-radius: 100%;
  width: 25px;
  margin-left: -10px;
}

.div-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #0003;
  border-radius: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 200px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px 16px 10px;
  font-size: .8rem;
  display: flex;
  position: static;
  inset: 100px auto auto 20px;
}

.option-list {
  display: none;
}

.bold {
  margin-top: 0;
  font-size: .8rem;
  font-weight: 800;
}

.absolute-items {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 55vw;
  max-width: 49.5rem;
  padding-left: 0;
  padding-right: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 100% auto auto;
}

.div-block-138 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.lightbox-link {
  cursor: zoom-in;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.social-image {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
}

.shipping-method-list {
  border-top: 1px solid #e6e6e6;
  flex-flow: column;
  display: flex;
}

.option {
  font-size: .8rem;
}

.put-in {
  width: 100%;
}

.card-footer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 64px;
  display: flex;
}

.marquee {
  z-index: 300;
  grid-column-gap: 1rem;
  background-color: #000;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: sticky;
  top: 96px;
  overflow: hidden;
}

.shadow-letter {
  opacity: .55;
  pointer-events: none;
  mix-blend-mode: darken;
  background-image: linear-gradient(90deg, #ffacf9, #fff 50%, #cdedff);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-143 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-49 {
  color: #fff;
  text-transform: uppercase;
  font-family: "Round 8 Four", sans-serif;
  font-size: 4.4vw;
  font-weight: 700;
  line-height: 1;
}

.div-block-144 {
  background-color: #ffffff1a;
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
}

.mon-compte {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding: 100px 20px;
  display: flex;
}

.account {
  width: 20px;
  height: 20px;
  transition: opacity .2s;
  display: flex;
}

.account:hover {
  opacity: .7;
}

.text-block-51 {
  width: 90%;
  min-width: 90%;
  max-width: 1000px;
}

.order-summary {
  width: 100%;
}

.div-block-145 {
  width: 100%;
  margin-bottom: 20px;
}

.paragraph-2 {
  z-index: 10;
  color: #fff;
  text-align: right;
  max-width: 300px;
  margin-left: 60px;
  margin-right: 20px;
  font-size: .8rem;
  position: relative;
}

.div-block-146 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.le-g {
  margin-top: 0;
  font-size: .8rem;
}

.dropdown-item-link {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-image: linear-gradient(#00000080, #00000080), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  border-radius: .3rem;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 100%;
  height: 52px;
  padding: 1.1rem 0;
  font-size: .7rem;
  font-weight: 700;
  line-height: 1;
  transition: all .25s ease-in-out;
  display: flex;
}

.nav-item {
  justify-content: flex-start;
  align-items: center;
  height: 62px;
  margin-bottom: 0;
  display: flex;
}

.dropdown-items {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  place-items: stretch stretch;
  width: 100%;
  display: grid;
}

.dropdown-link-text {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .6rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  display: block;
}

.dropdown-image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: .3rem;
  width: 180px;
  height: 180px;
}

.nav-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  place-items: stretch stretch;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: relative;
}

.dropdown-icon {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0;
  font-size: .55rem;
  line-height: 1;
  position: relative;
}

.dropdown-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 22% max-content 1fr;
  grid-auto-columns: 1fr;
  place-content: start space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.dropdown-toggle-btn {
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  transition: opacity .25s ease-in-out;
  display: flex;
}

.dropdown-toggle-btn:hover {
  opacity: .55;
}

.nav-link {
  color: #000;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: auto;
  margin-bottom: auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .6rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: opacity .35s ease-in-out;
}

.nav-link:hover {
  opacity: .55;
}

.dropdown {
  position: static;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom-right-radius: .75rem;
  border-bottom-left-radius: .75rem;
  top: 100%;
  left: 2.5rem;
  right: auto;
}

.dropdown-list.padding-custom1.w--open {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  width: 100%;
  min-width: 500px;
  display: flex;
  left: 0;
}

.hero-slider {
  width: 100%;
}

.text-block-52 {
  font-size: 1.2rem;
  font-weight: 700;
}

.h1-mini {
  text-align: center;
  order: 9999;
  max-width: 500px;
  margin-top: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.slider {
  cursor: grab;
  background-image: url('../images/67190a7f7dcfe738d206a28d_cbd-orange.webp');
  background-position: 50%;
  background-size: cover;
  height: 520px;
}

.mask {
  height: 520px;
}

.left-arrow, .right-arrow {
  display: none;
}

.slide-nav {
  z-index: 3;
  cursor: auto;
  justify-content: center;
  max-width: 30%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.section_hero-2 {
  z-index: 10;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #fff;
  text-align: center;
  background-color: #f2f2f2;
  background-image: url('../images/banniere-hq.webp');
  background-position: 50%;
  background-size: 100%;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 520px;
  min-height: auto;
  display: flex;
  position: relative;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
  padding: 1rem 1.5rem;
  font-size: .7rem;
  font-weight: 600;
}

.button-3.is-secondary {
  z-index: 10;
  outline-offset: 0px;
  color: #000;
  -webkit-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px #222;
  outline: 3px solid #fff3;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  position: relative;
}

.button-3.is-secondary:hover {
  background-color: #fff;
  outline-width: 7px;
  outline-color: #ffc22952;
}

.wrapper-famille {
  align-items: stretch;
  width: 100%;
  display: flex;
}

.famille-liste {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.famille-item {
  display: flex;
}

.text-block-53 {
  font-size: 2.3rem;
  line-height: 1;
}

.titles {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-165 {
  object-fit: contain;
  background-color: #f3f3f3;
  width: 100%;
  height: 100%;
  max-height: none;
  padding: 10% 0%;
}

.list-blog {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.error {
  background-color: #fee;
  border-radius: 6px;
  justify-content: center;
  display: flex;
}

.text-block-54 {
  color: #fff;
}

@media screen and (min-width: 1440px) {
  h1 {
    letter-spacing: 1px;
  }

  .container-large.produit {
    align-items: center;
  }

  .nav_menu_link {
    margin: 0;
  }

  .brz-container-1 {
    margin-top: 0;
  }

  .block-content.no-mobile {
    width: 100%;
  }

  .text-block-28 {
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-104 {
    min-width: 46%;
  }

  .grams {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .search-list-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .quantit {
    grid-column-gap: NaNpx;
    grid-row-gap: NaNpx;
  }

  .svg-filter_embed {
    display: block;
  }

  .section.blog {
    justify-content: center;
  }

  .collection-produit {
    grid-template-columns: 1fr 1fr;
  }

  .icone {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .fleurs-menu.huiles.mobile {
    display: flex;
  }

  .order-summary {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .container-small.flex {
    flex-flow: column;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .container-large.produit {
    flex-flow: column;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .nav_component {
    z-index: 2147483647;
  }

  .nav_container {
    justify-content: space-between;
    align-items: center;
  }

  .nav_menu {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    background-color: #fff;
    border-bottom: 1px solid #0000001a;
    width: 100vw;
    max-width: 100vw;
    min-height: auto;
    max-height: calc(100svh - 96px);
    padding: 20px;
    overflow: hidden scroll;
  }

  .nav_menu_link, .nav_menu_link.dropdown {
    padding: 1rem;
  }

  .nav_button {
    order: -1;
    width: 100px;
  }

  .nav_button.w--open {
    color: #000;
    background-color: #0000;
  }

  .section_hero {
    padding-top: 0;
  }

  .section_hero._3 {
    padding-bottom: 20px;
  }

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .swiper-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brz-wrap-grid {
    grid-template-columns: 1fr 1fr;
  }

  .form-3 {
    width: 100%;
  }

  .brz-text-1-1 {
    white-space: nowrap;
  }

  .product-card-title {
    width: 90%;
    max-width: none;
    margin-bottom: 0;
  }

  .title {
    max-width: 92%;
  }

  .text-block-28 {
    z-index: 0;
  }

  .div-block-104 {
    z-index: 2;
    background-color: #fbfbfb;
    border-bottom: 1px solid #0000001a;
    flex-flow: column;
    order: -1;
    min-width: 100vw;
    max-height: none;
    padding: 20px 10%;
    display: flex;
    position: relative;
    top: 0;
    overflow: visible;
  }

  .block-header {
    order: -1;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    display: flex;
  }

  .container {
    flex-flow: column;
    align-items: center;
  }

  .div-block-105 {
    border: 1px #000;
    min-width: 100%;
    max-width: none;
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 0;
  }

  .account-cart {
    min-width: 100px;
  }

  .card-3.student-testimonial-marquee-card {
    border-width: .125rem;
    border-radius: 1.66667rem;
    width: 25rem;
    height: 11.6667rem;
    padding: 1.86957rem;
  }

  .link-block-3 {
    grid-column-gap: .347826rem;
    grid-row-gap: .347826rem;
  }

  .avash {
    width: 3.04348rem;
    height: 3.04348rem;
  }

  .avis_text.mg-bottom-0 {
    margin-top: .695652rem;
    font-size: .773913rem;
  }

  .grid-1-column.gap-row-6px {
    grid-row-gap: .521739rem;
  }

  .search-bar {
    height: 50px;
  }

  .search-div {
    order: -1;
    height: 50px;
    padding-right: 0;
  }

  .search-list-wrapper {
    border-style: none;
    padding: 0;
  }

  .section-product {
    min-height: auto;
  }

  .left-product {
    width: 100%;
  }

  .right-products {
    border-style: solid;
    border-left-width: 0;
    border-right-width: 0;
    border-radius: 0;
    width: 100%;
    margin-bottom: 0;
    position: static;
  }

  .navigation {
    margin-left: 1rem;
  }

  .button-2_content-wrap {
    width: calc(100% - 2em);
  }

  .container-4 {
    width: 100%;
  }

  .section {
    z-index: 1;
    padding-top: 0;
  }

  .section.blog {
    padding-top: 0;
  }

  .heading-24-copy {
    font-size: 6rem;
  }

  .html-embed-6 {
    width: 80%;
    min-width: 80%;
    position: static;
  }

  .section-bienfaits {
    flex-flow: column;
  }

  .category-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .fleurs-menu {
    margin-top: 0;
    display: none;
  }

  .fleurs-menu.mobile {
    border-style: none;
    border-radius: 0;
    flex-flow: column;
    width: 100%;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .menu-image {
    display: none;
  }

  .heading-24-copy-copy {
    font-size: 3.5rem;
  }

  .slide-nav-2 {
    bottom: 0;
  }

  .absolute-items {
    width: 100%;
    padding-left: 1rem;
    position: absolute;
    inset: 60px auto auto 0%;
  }

  .nav-list {
    flex-flow: column;
    width: 100%;
  }

  .nav-link, .dropdown {
    width: 100%;
  }

  .section_hero-2 {
    background-image: url('../images/banniere-hq.webp');
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-small {
    background-color: #00000008;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    overflow: hidden;
  }

  .padding-small.not-fixed {
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-horizontal.margin-tiny {
    height: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .container-small.flex {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    align-items: center;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .container-large {
    justify-content: flex-start;
    align-items: flex-start;
    overflow: visible;
  }

  .container-large.text-align-right {
    max-width: none;
  }

  .container-large.produit {
    flex-flow: column;
  }

  .container-large.left-align.bottom-align {
    flex-flow: column;
    align-items: flex-start;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .nav_menu {
    align-items: flex-start;
  }

  .section_hero {
    height: 400px;
    padding: 40px;
  }

  .section_hero._3 {
    padding-bottom: 10px;
  }

  .section_hero.logo, .section_hero.logo._4 {
    height: 250px;
  }

  .swiper {
    width: 50%;
    padding-left: 0;
  }

  .swiper-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    padding: 5px;
  }

  .swiper-slide {
    min-width: 100%;
  }

  .swiper-slide:hover {
    opacity: 1;
  }

  .brz-container-1 {
    padding: 100px 20px 20px;
  }

  .brz-wrap-pic {
    width: auto;
  }

  .brz-wrap-grid {
    grid-template-columns: 1fr 1fr;
  }

  .brz-grid-1 {
    border: 1px #000;
  }

  .brz-wrap-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: center;
  }

  .brz-wrap-icon {
    align-items: center;
    width: auto;
  }

  .taro {
    padding: 3px 7px;
    font-size: .5rem;
  }

  .taro.produit {
    margin-top: -14px;
  }

  .product-card-title {
    width: auto;
    font-size: 1.1rem;
    line-height: 1.1;
  }

  .section-nokia.on {
    padding-right: 20px;
  }

  .image-2.container-2 {
    width: 100px;
    max-width: none;
  }

  .molecule-div {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-4 {
    justify-content: center;
    align-items: flex-start;
  }

  .saveur {
    padding: 3px 7px;
    font-size: .5rem;
  }

  .div-block-104 {
    height: auto;
    padding: 40px 20px 20px;
    overflow: hidden;
  }

  .block-header {
    margin-bottom: 0;
  }

  .div-block-105 {
    padding-top: 0;
  }

  .input {
    font-size: 16px;
  }

  .link-block {
    align-items: center;
    overflow: visible;
  }

  .card-3 {
    border-radius: 20px;
  }

  .card-3.student-testimonial-marquee-card {
    border-width: .104167rem;
    border-radius: 1.38889rem;
    width: 100%;
    max-width: 100%;
    height: 9.72222rem;
    padding: 1.62571rem;
  }

  .link-block-3 {
    grid-column-gap: .302457rem;
    grid-row-gap: .302457rem;
  }

  .avash {
    width: 2.6465rem;
    height: 2.6465rem;
  }

  .avis_wrap {
    display: flex;
  }

  .avis_text {
    margin-top: 20px;
  }

  .avis_text.mg-bottom-0 {
    margin-top: .604915rem;
    font-size: .672968rem;
  }

  .grid-1-column.gap-row-6px {
    grid-row-gap: .453686rem;
  }

  .trustpilot {
    background-color: #0000;
    border-style: none;
    padding: 0;
  }

  .left-product {
    height: 500px;
  }

  .right-products {
    width: 100%;
    margin-bottom: 0;
  }

  .navigation {
    width: 100%;
    padding-left: 1em;
  }

  .button-2_content-wrap {
    background-color: #0000;
    width: 100%;
    font-size: .8rem;
    font-weight: 400;
  }

  .button-text {
    font-weight: 700;
  }

  .btn {
    filter: none;
    background-color: #000;
    border-radius: 100px;
    transition: background-color .2s;
  }

  .btn:hover {
    background-color: #000c;
  }

  .blog-display {
    flex-direction: column;
  }

  .container-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .left-div {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-right: 0;
  }

  .blog-cover {
    height: 300px;
  }

  .right-div {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .section {
    padding-top: 0;
  }

  .div-block-28 {
    width: 100%;
  }

  .images-product {
    height: 120px;
  }

  .family {
    height: 25px;
    margin-top: 6px;
  }

  .heading-24-copy {
    padding-left: 0;
    font-size: 5rem;
  }

  .black-shade {
    height: 250px;
  }

  .lhcbd-logo {
    width: 200px;
  }

  .img {
    max-height: 160px;
  }

  .div-block-28-copy {
    width: 100%;
  }

  .list-5 {
    grid-template-columns: 1fr;
  }

  .category {
    width: 100%;
    padding-left: 0;
  }

  .category-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .collection_item {
    min-width: 100%;
  }

  .collection_item:hover {
    opacity: 1;
  }

  .text {
    font-size: .7rem;
  }

  .heading-24-copy-copy {
    font-size: 2.8rem;
  }

  .cart-container {
    min-width: auto;
    max-width: none;
  }

  .brz-grid-1-copy {
    border: 1px #000;
  }

  .list-villes {
    grid-template-columns: 1fr;
  }

  .div-block {
    background-color: #0000;
    border-style: none;
    border-radius: 0;
    padding: 0;
  }

  .text-block-44 {
    display: none;
  }

  .div-block-143 {
    justify-content: space-between;
    align-items: stretch;
    margin-top: 10px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .text-block-49 {
    font-size: 10vw;
  }

  .text-block-49.no-mobile {
    display: none;
  }

  .mon-compte {
    padding-top: 40px;
  }

  .text-block-51 {
    width: 100%;
    min-width: 100%;
    max-width: none;
  }

  .paragraph-2 {
    text-align: left;
    max-width: none;
    margin-bottom: 1rem;
    margin-left: 40px;
    margin-right: 40px;
  }

  .nav-item {
    height: auto;
  }

  .dropdown-link-text {
    justify-content: flex-start;
    align-items: center;
    height: 30px;
    display: flex;
  }

  .dropdown-image {
    display: none;
  }

  .nav-list {
    align-items: stretch;
    margin-top: 20px;
  }

  .dropdown-toggle-btn {
    width: 100%;
  }

  .nav-link {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    height: 30px;
    display: flex;
  }

  .dropdown {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dropdown-list.padding-custom1 {
    position: relative;
  }

  .dropdown-list.padding-custom1.w--open {
    border: 0 solid #000;
    border-radius: 0;
    min-width: auto;
    padding: 0;
  }

  .hero-slider {
    width: 100%;
    min-width: 100%;
    max-width: none;
  }

  .slide-nav {
    justify-content: flex-start;
  }

  .list-blog {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  body {
    overflow: scroll;
  }

  h1 {
    font-size: 2.4rem;
  }

  .padding-small.not-fixed {
    padding-left: 10px;
    padding-right: 10px;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

  .container-small {
    grid-column-gap: 62px;
    grid-row-gap: 62px;
    flex-flow: column;
    max-width: 100%;
    padding: 60px 20px;
    overflow: hidden;
  }

  .container-small.no-padding {
    padding: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .page-wrapper {
    overflow: clip;
  }

  .container-large.produit {
    min-height: auto;
  }

  .nav_container {
    color: #000;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
  }

  .nav_menu {
    padding-top: 0;
  }

  .nav_button {
    order: -1;
    width: 100px;
  }

  .section_hero {
    font-size: 1rem;
  }

  .section_hero._3 {
    height: 300px;
  }

  .nav_fixed {
    top: 0;
  }

  .brz-container-1 {
    max-width: 100%;
    margin-top: 2rem;
    padding-top: 60px;
  }

  .brz-wrap-pic {
    border-bottom: 1px solid #fff3;
    justify-content: center;
    width: 100%;
    padding-bottom: 20px;
  }

  .brz-wrap-grid {
    grid-column-gap: 1em;
    grid-row-gap: 4em;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-bottom: 6em;
  }

  .brz-wrap-grid._2 {
    grid-column-gap: 3.4em;
    grid-row-gap: 3.4em;
  }

  .card-icon-im {
    width: 23px;
  }

  .brz-grid-1 {
    border: 1px #000;
  }

  .brz-grid-1.right {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }

  .brz-wrap-1 {
    width: 100%;
  }

  .brz-wrap-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    border: 1px #000;
    flex-direction: column;
    align-items: center;
    padding-top: 0;
  }

  .brz-wrap-icon {
    order: -1;
    justify-content: center;
  }

  .brz-text-1-1 {
    font-size: 11px;
  }

  .brz-wrap-text {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .text-field-5 {
    width: 100%;
  }

  .taro {
    font-size: .4rem;
  }

  .taro.produit {
    margin-top: -16px;
  }

  .product-card-title {
    width: auto;
    margin-top: 60%;
    font-size: 1rem;
  }

  .section-nokia.on {
    display: none;
  }

  .div-block-3 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .molecule-div {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
  }

  .text-block-2 {
    width: 25px;
    min-width: 25px;
    max-width: 25px;
    font-size: .5rem;
  }

  .div-block-5 {
    height: auto;
  }

  .vari-t {
    font-size: 7px;
  }

  .saveur {
    font-size: .4rem;
  }

  .title {
    font-size: 2.5rem;
  }

  .discounts {
    margin-bottom: 20px;
  }

  .div-block-104 {
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
    padding-top: 40px;
    padding-bottom: 10%;
    overflow: hidden;
  }

  .block-header {
    margin-bottom: 0;
  }

  .image-157 {
    min-width: 75px;
  }

  .div-block-105 {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .mini {
    width: 100%;
    margin-top: 40px;
  }

  .a-partir {
    font-size: .7rem;
  }

  .account-cart {
    width: 100px;
  }

  .card-3 {
    border-radius: 16px;
  }

  .card-3.student-testimonial-marquee-card {
    border-radius: 5.89vw;
    width: 100vw;
    height: auto;
    padding: 7vw;
  }

  .link-block-3 {
    grid-column-gap: 2.25vw;
    grid-row-gap: 2.25vw;
  }

  .flex.align-center.gap-column-12px {
    grid-column-gap: 2.5vw;
  }

  .avis_text.mg-bottom-0 {
    margin-top: 3.5vw;
    font-size: 3vw;
    line-height: 1.6;
  }

  .grid-1-column.gap-row-6px {
    grid-row-gap: 2.25vw;
  }

  .search-bar {
    font-size: 1rem;
  }

  .search-div {
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .section-product {
    min-height: auto;
  }

  .left-product {
    height: 350px;
  }

  .right-products {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    border-bottom-style: none;
    margin-top: 0;
    padding: 3rem 1rem;
  }

  .qtt-group {
    grid-template-columns: 50% 50%;
  }

  .quantit {
    width: auto;
    padding: 8px;
  }

  .quantit.selected {
    border-color: #ffc328;
  }

  .text-block-38 {
    text-transform: none;
    font-size: 1.3rem;
  }

  .compare-at-price {
    font-size: .6rem;
  }

  .qtt-div {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding-left: 0;
    padding-right: 0;
  }

  .price-div {
    padding-right: 0;
  }

  .prix-qtt {
    font-size: .8rem;
  }

  .prix-au-g {
    width: 0;
    font-size: .6rem;
  }

  .economise {
    font-size: .6rem;
  }

  .div-block-122 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 20px;
  }

  .navigation {
    align-items: center;
    margin-top: 10px;
    margin-left: 0;
    padding-top: 0;
    top: 10px;
  }

  .text-block-41 {
    font-size: .5rem;
  }

  .slider-2 {
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    min-height: 100%;
    display: flex;
  }

  .button-2_content-wrap {
    justify-content: space-between;
    width: 100%;
    padding-left: 1rem;
  }

  .button-text {
    width: auto;
    padding: 0;
  }

  .btn {
    order: 1;
  }

  .slide {
    height: 100%;
  }

  .blog-display {
    flex-direction: column;
    margin-top: 30px;
    display: flex;
  }

  .container-4 {
    align-items: center;
    padding: 0 15px;
  }

  .sommary-div, .intro {
    margin-top: 0;
  }

  .blog-cover {
    height: 230px;
  }

  .section {
    padding-top: 32px;
  }

  .section.blog {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    background-attachment: scroll;
    padding-top: 0;
  }

  .div-next-blog {
    align-items: stretch;
    height: 140px;
  }

  .div-block-28 {
    justify-content: space-between;
  }

  .div-block-17 {
    width: 100%;
  }

  .section-title {
    font-size: 3rem;
    line-height: .8;
  }

  .family {
    margin-top: 0;
  }

  .div-block-123 {
    margin-bottom: 20px;
  }

  .blog-pin {
    font-size: 7px;
  }

  .container-6 {
    order: 0;
    justify-content: flex-start;
    align-self: center;
    width: 100%;
    padding-left: 0;
  }

  .div-block-124 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    display: flex;
  }

  .heading-24-copy {
    font-size: 3.6rem;
    line-height: .8;
  }

  .black-shade.big {
    height: 400px;
  }

  .lhcbd-logo {
    width: 170px;
  }

  .html-embed-6 {
    height: auto;
    margin-bottom: 0;
    font-size: .5rem;
    font-weight: 400;
    display: block;
    top: 0;
  }

  .section-bienfaits {
    padding: 0;
  }

  .div-block-28-copy {
    justify-content: space-between;
  }

  .image-161 {
    width: 100%;
    height: auto;
    margin-top: 0;
    padding: 20px;
  }

  .div-block-129 {
    height: 300px;
    padding-right: 20px;
  }

  .image-162.big {
    width: 50%;
    height: auto;
  }

  .category {
    align-self: flex-start;
    max-width: none;
  }

  .category-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .collection-list-7._2 {
    grid-template-columns: 1fr 1fr;
  }

  .titre-product {
    text-align: left;
    width: 100%;
    font-size: 1.8rem;
    line-height: .8;
  }

  .heading-24-copy-copy {
    font-size: 1.7rem;
  }

  .div-block-134 {
    justify-content: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .product-iimage-container {
    height: 100%;
    padding: 5%;
  }

  .brz-grid-1-copy {
    border: 1px #000;
  }

  .slide-nav-2 {
    margin-bottom: 10px;
    inset: auto 0% 0%;
  }

  .mask-2 {
    min-height: 350px;
  }

  .form-block {
    width: 100%;
  }

  .div-block-135 {
    width: 50%;
  }

  .div-block {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    width: 50%;
  }

  .bold {
    font-size: .7rem;
  }

  .absolute-items {
    order: 1;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .div-block-138 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
  }

  .text-block-49 {
    font-size: 16vw;
  }

  .account {
    min-width: 20px;
    min-height: 20px;
  }

  .le-g {
    font-size: .7rem;
  }

  .slider, .mask {
    height: 400px;
  }

  .slide-nav {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    height: 4px;
    margin-bottom: 1rem;
    padding: 0 1rem;
  }

  .section_hero-2 {
    height: 400px;
    padding: 40px;
    font-size: 1rem;
  }
}

#w-node-_25a504ed-1013-129b-2466-e849556dac57-3d44122c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25a504ed-1013-129b-2466-e849556dac6d-3d44122c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8dfa7f50-f600-60a7-5ac3-3181bbdd52ff-158fae9c {
  align-self: stretch;
}

#w-node-b78b6b17-49a7-0b7d-6233-b49b42cf8bc2-42cf8bb1, #w-node-b78b6b17-49a7-0b7d-6233-b49b42cf8bd3-42cf8bb1, #w-node-b78b6b17-49a7-0b7d-6233-b49b42cf8be5-42cf8bb1, #w-node-b78b6b17-49a7-0b7d-6233-b49b42cf8bf7-42cf8bb1, #w-node-b78b6b17-49a7-0b7d-6233-b49b42cf8c09-42cf8bb1, #w-node-b78b6b17-49a7-0b7d-6233-b49b42cf8c1b-42cf8bb1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b605eb2b-a5cf-6b25-258d-844de071574d-63dfdea9, #w-node-_52bfb2dc-74dc-9ac1-5eea-2604efd2de7c-63dfdea9, #w-node-bb6dd331-1c34-75e9-66e4-ff78e260bdbd-63dfdea9 {
  justify-self: stretch;
}

#w-node-b224ec27-30fa-be84-48bf-7ed471542af3-3d44122f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-3d44122f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-3d44122f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-3d44122f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-3d44122f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-3d44122f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-3d44122f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-3d44122f {
  justify-self: start;
}

#w-node-_5d224905-8a1e-1460-7532-d38cb7ec37c1-3d44122f, #w-node-_40538c8c-870b-b365-34c4-2a06f0f8567d-3d44122f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-3d44122f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-3d44122f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-3d44122f {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-3d44122f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-3d44122f {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-3d44122f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-3d44122f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-3d44122f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-3d44122f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-3d44122f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-3d44122f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-3d44122f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-3d44122f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-3d44122f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-3d44122f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-3d44122f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-3d44122f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-3d44122f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-3d44122f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-3d44122f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-3d44122f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-3d44122f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-3d44122f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-3d44122f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-3d44122f {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-3d44122f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-3d44122f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-3d44122f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-3d44122f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-3d44122f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-3d44122f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-3d44122f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-3d44122f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-3d44122f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-3d44122f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-3d44122f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-3d44122f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-3d44122f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-3d44122f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-3d44122f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-3d44122f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-3d44122f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-3d44122f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-3d44122f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-3d44122f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-3d44122f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-3d44122f {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-3d44122f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-3d44122f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-3d44122f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-3d44122f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-3d44122f, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-3d44122f, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-3d44122f, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-3d44122f, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-3d44122f, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-3d44122f, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-3d44122f, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-3d44122f, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-3d44122f, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-3d44122f, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-3d44122f {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-3d44122f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-3d44122f {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-3d44122f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-3d44122f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd98-3d44122f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-3d44122f {
  justify-self: start;
}

#w-node-_060a082e-7e37-aee3-e755-04b7d33cb21b-3d441230 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ea43f404-fe0b-1616-6fa9-bcba218288f7-3d441230 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f00e107e-37f5-e93e-86ca-80a169ead376-3d441230 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a7d3b83b-7fa1-5f57-2b5c-f4bb16baad16-3d441231 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a7d3b83b-7fa1-5f57-2b5c-f4bb16baad2d-3d441231 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b50d673d-1a26-19e1-90e7-7d772dfb6544-9d1e9f1d, #w-node-c7c2f3fc-7d6c-3866-659e-32a35c649c63-1d367fe8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_8dfa7f50-f600-60a7-5ac3-3181bbdd5320-158fae9c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7bc21c11-4d9c-fa7f-710a-d15e158faec1-158fae9c, #w-node-_7bc21c11-4d9c-fa7f-710a-d15e158faecb-158fae9c {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8dfa7f50-f600-60a7-5ac3-3181bbdd5320-158fae9c {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Ds Digib';
  src: url('../fonts/ds-digib.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tanker';
  src: url('../fonts/tanker-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Digitalism';
  src: url('../fonts/digitalism.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Round 8 Four';
  src: url('../fonts/round8-four.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}