/*!************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/style.scss ***!
  \************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* --- PADDING SECTION --- */
/*  --- FONT FALL BACK ---  */
/* -- Center Element -- */
/* -- Responsive -- */
/* -- Center Element in Parent with a position relative -- */
/* -- Hidden/Visible -- */
/* -- Shapes -- */
/* Circle */
/* Triangle */
/* -- Image Filter Effect -- */
/*
// grayscale      ex: filter: grayscale(100%);
// sepia          ex: filter: sepia(100%);
// saturate       ex: filter: saturate(0%);
// hue-rotate     ex: filter: hue-rotate(45deg);
// invert         ex: filter: invert(100%);
// brightness     ex: filter: brightness(15%);
// contrast       ex: filter: contrast(200%);
// blur           ex: filter: blur(2px);
*/
/* Quick Black and White Effect*/
/* Zoom */
/* -- Box-shadow -- */
/* -- Gradient -- */
/* -- Placeholder -- */
/* -- Fluid Font -- */
/* -- FUNCTION --*/
/* -- Calculate width in percent -- */
/* -- Calculate font-size in em -- */
/* -- Quick Color Contrast -- */
/*  --- Variable ---  */
/*  --- Padding ---  */
/*  --- MEDIA QUERIES ---  */
/*
Theme Name: Theme Name
*/
#adminmenu li.wp-menu-separator {
  background-color: currentColor;
}

/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.anime-title {
  opacity: 0;
}
.anime-title .word {
  white-space: nowrap;
}
.anime-title .letter {
  display: inline-block;
  opacity: 0;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}

.anime-texte {
  opacity: 0;
}

.anime-img {
  overflow: hidden;
  opacity: 0;
}

.anime-cards > * {
  opacity: 0;
}

.anime-btns .btn {
  opacity: 0;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted currentColor;
          text-decoration: underline dotted currentColor; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Campton Black";
  src: url("../fonts/Campton-Black.eot");
  src: url("../fonts/Campton-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Campton-Black.woff2") format("woff2"), url("../fonts/Campton-Black.woff") format("woff"), url("../fonts/Campton-Black.ttf") format("truetype"), url("../fonts/Campton-Black.svg#Campton-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Campton Bold";
  src: url("../fonts/Campton-Bold.eot");
  src: url("../fonts/Campton-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Campton-Bold.woff2") format("woff2"), url("../fonts/Campton-Bold.woff") format("woff"), url("../fonts/Campton-Bold.ttf") format("truetype"), url("../fonts/Campton-Bold.svg#Campton-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Campton Medium";
  src: url("../fonts/Campton-Medium.eot");
  src: url("../fonts/Campton-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Campton-Medium.woff2") format("woff2"), url("../fonts/Campton-Medium.woff") format("woff"), url("../fonts/Campton-Medium.ttf") format("truetype"), url("../fonts/Campton-Medium.svg#Campton-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Campton Medium Italic";
  src: url("../fonts/Campton-MediumItalic.eot");
  src: url("../fonts/Campton-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Campton-MediumItalic.woff2") format("woff2"), url("../fonts/Campton-MediumItalic.woff") format("woff"), url("../fonts/Campton-MediumItalic.ttf") format("truetype"), url("../fonts/Campton-MediumItalic.svg#Campton-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Campton Light";
  src: url("../fonts/Campton-Light.eot");
  src: url("../fonts/Campton-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Campton-Light.woff2") format("woff2"), url("../fonts/Campton-Light.woff") format("woff"), url("../fonts/Campton-Light.ttf") format("truetype"), url("../fonts/Campton-Light.svg#Campton-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Campton Light Italic";
  src: url("../fonts/Campton-LightItalic.eot");
  src: url("../fonts/Campton-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Campton-LightItalic.woff2") format("woff2"), url("../fonts/Campton-LightItalic.woff") format("woff"), url("../fonts/Campton-LightItalic.ttf") format("truetype"), url("../fonts/Campton-LightItalic.svg#Campton-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Campton ExtraLight";
  src: url("../fonts/Campton-ExtraLight.eot");
  src: url("../fonts/Campton-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Campton-ExtraLight.woff2") format("woff2"), url("../fonts/Campton-ExtraLight.woff") format("woff"), url("../fonts/Campton-ExtraLight.ttf") format("truetype"), url("../fonts/Campton-ExtraLight.svg#Campton-ExtraLight") format("svg");
  font-weight: 250;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Campton ExtraLight Italic";
  src: url("../fonts/Campton-ExtraLightItalic.eot");
  src: url("../fonts/Campton-ExtraLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Campton-ExtraLightItalic.woff2") format("woff2"), url("../fonts/Campton-ExtraLightItalic.woff") format("woff"), url("../fonts/Campton-ExtraLightItalic.ttf") format("truetype"), url("../fonts/Campton-ExtraLightItalic.svg#Campton-ExtraLightItalic") format("svg");
  font-weight: 250;
  font-style: italic;
  font-display: swap;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

h1 a,
h2 a,
h3 a,
h4 a {
  color: inherit;
  text-decoration: none;
}

.ghost {
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

h1,
.title-h1 {
  font-family: "Campton Black", sans-serif;
  font-weight: 900;
  font-size: 5.3333333333rem;
  line-height: 90%;
  margin: 0;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 1280px) {
  h1,
  .title-h1 {
    font-size: 3.8888888889rem;
  }
}
h1,
.title-h1 {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  h1,
  .title-h1 {
    font-size: 2.8888888889rem;
  }
}

h2,
.title-h2 {
  font-family: "Campton Black", sans-serif;
  font-weight: 900;
  font-size: 3.1111111111rem;
  line-height: 100%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  h2,
  .title-h2 {
    font-size: 2rem;
  }
}

h3,
.title-h3 {
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 100%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  h3,
  .title-h3 {
    font-size: 1.4444444444rem;
  }
}

h4,
.title-h4 {
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  font-size: 1.4444444444rem;
  line-height: 140%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  h4,
  .title-h4 {
    font-size: 1.2222222222rem;
  }
}

h5,
.title-h5 {
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  font-size: 1.2222222222rem;
  line-height: 140%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  h5,
  .title-h5 {
    font-size: 1.1111111111rem;
  }
}

h6,
.title-h6 {
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  font-size: 1.1111111111rem;
  line-height: 140%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  h6,
  .title-h6 {
    font-size: 1rem;
  }
}

.subtitle {
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 140%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .subtitle {
    font-size: 1.4444444444rem;
  }
}

.surtitle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 9px 10px;
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  font-size: 0.7222222222rem;
  line-height: 150%;
  text-transform: uppercase;
  color: #FF5800;
  background-color: #FECB00;
  border-radius: 30px;
  margin-bottom: 20px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .surtitle {
    margin-bottom: 18px;
  }
}

/* ==== Edito ==== */
.wp-edito {
  color: #333333;
}
.wp-edito h3,
.wp-edito h4,
.wp-edito h5,
.wp-edito h6 {
  margin-top: 40px;
  margin-bottom: 18px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .wp-edito h3,
  .wp-edito h4,
  .wp-edito h5,
  .wp-edito h6 {
    margin-top: 32px;
    margin-bottom: 16px;
  }
}

p a {
  text-decoration: underline;
  color: #FF5800;
}
p .paragraphe-1,
p .paragraphe-2,
p .paragraphe-3,
p .paragraphe-4,
p .paragraphe-5,
p .paragraphe-6 {
  color: #333333;
}
p .paragraphe-1 {
  font-size: 2rem;
  line-height: 140%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  p .paragraphe-1 {
    font-size: 1.3333333333rem;
  }
}
p .paragraphe-2 {
  font-size: 1.4444444444rem;
  line-height: 140%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  p .paragraphe-2 {
    font-size: 1.1111111111rem;
  }
}
p .paragraphe-3 {
  font-size: 1.1111111111rem;
  line-height: 140%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  p .paragraphe-3 {
    font-size: 1rem;
  }
}
p .paragraphe-4 {
  font-size: 1rem;
  line-height: 140%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  p .paragraphe-4 {
    font-size: 0.8888888889rem;
  }
}
p .paragraphe-5 {
  font-size: 0.8888888889rem;
  line-height: 140%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  p .paragraphe-5 {
    font-size: 0.7777777778rem;
  }
}
p .paragraphe-6 {
  font-size: 0.7222222222rem;
  line-height: 140%;
}

b, strong {
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
}

html {
  overflow-x: hidden;
  overflow-y: scroll;
}
html.overflow {
  overflow: hidden;
}
html {
  background-color: #FDFDFD;
  color: #333333;
}
html::-webkit-scrollbar {
  width: 0 !important;
}
html {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  min-height: -webkit-fill-available;
}

body.overflow {
  overflow: hidden;
}
body {
  background-color: #FFFFFF;
  color: #333333;
  font-size: 18px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 16px;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
body {
  font-family: "Campton Medium", sans-serif;
  font-weight: 500;
  font-style: normal;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex > * {
  width: 50%;
}

.mobile {
  display: block;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .mobile {
    display: none;
  }
}
.mobile-display {
  display: none;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .mobile-display {
    display: block;
  }
}

.desktop {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .desktop {
    display: none;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.bg-white {
  background-color: #FFFFFF;
}

.bg-dark {
  background-color: #333333;
}

.sec-padding_grand {
  padding-top: 120px;
  padding-bottom: 120px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .sec-padding_grand {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.sec-padding_petit {
  padding-top: 70px;
  padding-bottom: 70px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .sec-padding_petit {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.sec-padding_petit .title_top {
  padding-bottom: 40px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .sec-padding_petit .title_top {
    padding-bottom: 32px;
  }
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 999999;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.popup .inner {
  position: absolute;
  width: 100%;
  height: 100vh;
  -webkit-transform-origin: center;
          transform-origin: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .popup .inner {
    height: 80vh;
  }
}
.popup .video_wrap {
  pointer-events: all;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.popup .video_wrap iframe,
.popup .video_wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.popup .close span {
  font-style: italic;
}
.popup .close svg path,
.popup .close svg rect {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.popup .close:hover {
  color: #FF5800;
}
.popup .close:hover svg path,
.popup .close:hover svg rect {
  fill: #FF5800;
  stroke: #FF5800;
}
.popup .bg {
  background: rgba(51, 51, 51, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.relative {
  position: relative;
}

.hide-mobile {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .hide-mobile {
    display: none;
  }
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.alma-payment-plans-know-more-action {
  background-color: transparent !important;
  color: #333333 !important;
}
.alma-payment-plans-know-more-action:hover {
  background-color: transparent !important;
  color: #333333 !important;
  -webkit-transform: none !important;
          transform: none !important;
}

.alma-payment-plans-eligibility-options button {
  background-color: #FFFFFF !important;
  color: #333333 !important;
  border: none !important;
}
.alma-payment-plans-eligibility-options button:hover, .alma-payment-plans-eligibility-options button[aria-selected=true], .alma-payment-plans-eligibility-options button.alma-payment-plans-active-option {
  background-color: #FF5800 !important;
  color: white !important;
  border: none !important;
}

html[lang=de-DE] .alma-payment-container,
html[lang=de-DE] #alma-payment-plans {
  display: none !important;
}

form label {
  font-size: 0.8888888889rem;
  line-height: 140%;
}
form input,
form textarea,
form select {
  margin-top: 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.11);
  color: rgba(255, 255, 255, 0.6);
  width: 100%;
  padding: 15px 18px;
  margin-bottom: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
form input:focus,
form textarea:focus,
form select:focus {
  outline: none;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
form input::-webkit-input-placeholder, form textarea::-webkit-input-placeholder, form select::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
form input::-moz-placeholder, form textarea::-moz-placeholder, form select::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
form input:-ms-input-placeholder, form textarea:-ms-input-placeholder, form select:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
form input::-ms-input-placeholder, form textarea::-ms-input-placeholder, form select::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
form input::placeholder,
form textarea::placeholder,
form select::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
form input[type=submit],
form textarea[type=submit],
form select[type=submit] {
  position: relative;
  display: inline-block;
  width: auto;
  margin-top: 32px;
  padding: 17px 40px;
  color: #333333;
  font-size: 16px;
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  line-height: 120%;
  border: none;
  border-radius: 40px;
  background-color: #FECB00;
  cursor: pointer;
}
form input[type=submit]:hover, form input[type=submit]:focus,
form textarea[type=submit]:hover,
form textarea[type=submit]:focus,
form select[type=submit]:hover,
form select[type=submit]:focus {
  color: #FECB00;
  background-color: #333333;
}
form input[type=submit],
form textarea[type=submit],
form select[type=submit] {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  form input[type=submit],
  form textarea[type=submit],
  form select[type=submit] {
    margin-top: 12px;
  }
}
form input[type=checkbox],
form textarea[type=checkbox],
form select[type=checkbox] {
  position: relative;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  margin-top: 0px;
  margin-bottom: 0;
  margin-right: 8px;
  border-radius: 4px;
  border: 1px solid #D8D9D3;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  form input[type=checkbox],
  form textarea[type=checkbox],
  form select[type=checkbox] {
    padding-right: 14px;
  }
}
form input[type=checkbox]::before,
form textarea[type=checkbox]::before,
form select[type=checkbox]::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #FF5800;
  border-radius: 2px;
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
form input[type=checkbox]:checked::before,
form textarea[type=checkbox]:checked::before,
form select[type=checkbox]:checked::before {
  opacity: 1;
}
form input[type=radio],
form textarea[type=radio],
form select[type=radio] {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  margin-top: 0px;
  padding: 0;
  margin-right: 10px;
  margin-bottom: 0;
}
form input[type=radio]::before,
form textarea[type=radio]::before,
form select[type=radio]::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #FF5800;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
form input[type=radio]:focus::before, form input[type=radio]:checked::before,
form textarea[type=radio]:focus::before,
form textarea[type=radio]:checked::before,
form select[type=radio]:focus::before,
form select[type=radio]:checked::before {
  opacity: 1;
}
form .wpcf7-form-control-wrap[data-name=select-country],
form .wpcf7-form-control-wrap[data-name=question],
form .wpcf7-form-control-wrap[data-name=country] {
  position: relative;
}
form .wpcf7-form-control-wrap[data-name=select-country]::before,
form .wpcf7-form-control-wrap[data-name=question]::before,
form .wpcf7-form-control-wrap[data-name=country]::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.77047 9.1641L12.4072 16.8009L20.044 9.1641L19.0257 8.14586L12.4072 14.7644L5.78871 8.14586L4.77047 9.1641Z' fill='white'/%3E%3C/svg%3E");
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  height: 24px;
  width: 24px;
}
form .wpcf7-form-control-wrap[data-name=question]::before,
form .wpcf7-form-control-wrap[data-name=country]::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.77047 9.1641L12.4072 16.8009L20.044 9.1641L19.0257 8.14586L12.4072 14.7644L5.78871 8.14586L4.77047 9.1641Z' fill='%23333333'/%3E%3C/svg%3E");
}
form .wpcf7-acceptance label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* ===== Contact form ==== */
.contact-form {
  width: 100%;
}
.contact-form label {
  font-size: 0.8888888889rem;
  line-height: 140%;
}
.contact-form input,
.contact-form textarea,
.contact-form select {
  color: #333333;
  border: 1px solid #333333;
  background: #FFFFFF;
}
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: none;
  border: 1px solid #FF5800;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(255, 88, 0, 0.1);
          box-shadow: 0px 0px 0px 4px rgba(255, 88, 0, 0.1);
}
.contact-form input::-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder, .contact-form select::-webkit-input-placeholder {
  color: #c2c2c2;
}
.contact-form input::-moz-placeholder, .contact-form textarea::-moz-placeholder, .contact-form select::-moz-placeholder {
  color: #c2c2c2;
}
.contact-form input:-ms-input-placeholder, .contact-form textarea:-ms-input-placeholder, .contact-form select:-ms-input-placeholder {
  color: #c2c2c2;
}
.contact-form input::-ms-input-placeholder, .contact-form textarea::-ms-input-placeholder, .contact-form select::-ms-input-placeholder {
  color: #c2c2c2;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder,
.contact-form select::placeholder {
  color: #c2c2c2;
}
.contact-form input[type=submit],
.contact-form textarea[type=submit],
.contact-form select[type=submit] {
  color: #FFFFFF;
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  border: 3px solid #FF5800;
  background-color: #FF5800;
}
.contact-form input[type=submit]:hover, .contact-form input[type=submit]:focus,
.contact-form textarea[type=submit]:hover,
.contact-form textarea[type=submit]:focus,
.contact-form select[type=submit]:hover,
.contact-form select[type=submit]:focus {
  color: #FF5800;
  background-color: #FFFFFF;
}

/* ===== Filters products bikes ==== */
#bike-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding-right: 100px;
}
#bike-filters .title-h4 {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Campton Medium", sans-serif;
  font-weight: 500;
  font-size: 0.8888888889rem;
  line-height: 140%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  #bike-filters .title-h4 {
    font-size: 0.8333333333rem;
  }
}
#bike-filters .title-h4:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.77145 9.16312L12.4082 16.7999L20.045 9.16312L19.0267 8.14489L12.4082 14.7634L5.78968 8.14489L4.77145 9.16312Z' fill='%23333333'/%3E%3C/svg%3E");
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#bike-filters .title-h4.active:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#bike-filters .filter-group {
  padding: 12px 16px;
  border-radius: 10px;
  border: 3px solid #D8D9D3;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#bike-filters .filter-group.open {
  border: 3px solid #FF5800;
}
#bike-filters .filter-options {
  max-height: 0;
  height: 0;
  overflow: hidden;
  font-family: "Campton Medium", sans-serif;
  font-weight: 500;
  font-size: 0.8888888889rem;
  line-height: 140%;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
#bike-filters .filter-options.active {
  height: 100%;
  max-height: 100%;
  padding-top: 14px;
}
#bike-filters .filter-others {
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
#bike-filters label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
#bike-filters label:hover, #bike-filters label:focus {
  color: #FF5800;
}
#bike-filters input[type=checkbox] {
  border-radius: 4px;
}

/* ===== Woocommerce - form ==== */
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: #00A028 !important;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
  border-color: #F00000 !important;
}

.woocommerce form .form-row.woocommerce-invalid label {
  color: #F00000 !important;
}

/* ===== Woocommerce - Cart ==== */
/* ===== Woocommerce - Checkout ==== */
.woocommerce .woocommerce-checkout h3 {
  font-size: 1.2222222222rem;
  margin-bottom: 22px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .woocommerce .woocommerce-checkout h3 {
    font-size: 1.1111111111rem;
  }
}
.woocommerce .woocommerce-checkout .form-row {
  margin: 0 0 18px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .woocommerce .woocommerce-checkout .form-row {
    width: 100%;
  }
}
.woocommerce .woocommerce-checkout .form-row input,
.woocommerce .woocommerce-checkout .form-row textarea,
.woocommerce .woocommerce-checkout .form-row select,
.woocommerce .woocommerce-checkout .form-row .input-text {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.6);
  background: #F8F6F5;
  border-radius: 60px;
  padding: 15px 30px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border: 1px solid rgba(0, 0, 0, 0.3);
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .woocommerce .woocommerce-checkout .form-row input,
  .woocommerce .woocommerce-checkout .form-row textarea,
  .woocommerce .woocommerce-checkout .form-row select,
  .woocommerce .woocommerce-checkout .form-row .input-text {
    padding: 15px 30px 15px 20px;
  }
}
.woocommerce .woocommerce-checkout .form-row input[type=checkbox],
.woocommerce .woocommerce-checkout .form-row textarea[type=checkbox],
.woocommerce .woocommerce-checkout .form-row select[type=checkbox],
.woocommerce .woocommerce-checkout .form-row .input-text[type=checkbox] {
  display: inline-block !important;
}
.woocommerce .woocommerce-checkout .form-row input[type=checkbox],
.woocommerce .woocommerce-checkout .form-row textarea[type=checkbox],
.woocommerce .woocommerce-checkout .form-row select[type=checkbox],
.woocommerce .woocommerce-checkout .form-row .input-text[type=checkbox] {
  padding: 0;
  border-radius: 4px;
  width: 10px;
  height: 10px;
}
.woocommerce .woocommerce-checkout .form-row label {
  line-height: 1;
  margin-bottom: 8px;
}
.woocommerce .woocommerce-checkout .form-row .required {
  color: #333333;
}
.woocommerce .woocommerce-checkout .form-row textarea,
.woocommerce .woocommerce-checkout .form-row textarea.input-text {
  height: 10em;
  border-radius: 45px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .woocommerce .woocommerce-checkout .form-row textarea,
  .woocommerce .woocommerce-checkout .form-row textarea.input-text {
    height: 6em;
    border-radius: 30px;
  }
}

/* ===== Woocommerce - Reset password ==== */
.woocommerce-ResetPassword button[type=submit] {
  margin-top: 30px !important;
  border: 3px solid #FF5800 !important;
}
.woocommerce-ResetPassword button[type=submit]:disabled, .woocommerce-ResetPassword button[type=submit][disabled] {
  padding: 15px 40px !important;
  color: #FFFFFF !important;
}
.woocommerce-ResetPassword button[type=submit]:disabled, .woocommerce-ResetPassword button[type=submit][disabled] {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .woocommerce-ResetPassword button[type=submit]:disabled, .woocommerce-ResetPassword button[type=submit][disabled] {
    padding: 15px 36px !important;
  }
}

/* ===== Try in store ==== */
.form-try-in-store form input,
.form-try-in-store form textarea,
.form-try-in-store form select {
  color: #333333;
  border: 1px solid #D8D9D3;
}
.form-try-in-store form input:focus,
.form-try-in-store form textarea:focus,
.form-try-in-store form select:focus {
  outline: none;
  border-radius: 12px;
  border: 1px solid #FF5800;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(255, 88, 0, 0.1);
          box-shadow: 0px 0px 0px 4px rgba(255, 88, 0, 0.1);
}
.form-try-in-store form input::-webkit-input-placeholder, .form-try-in-store form textarea::-webkit-input-placeholder, .form-try-in-store form select::-webkit-input-placeholder {
  color: #c2c2c2;
}
.form-try-in-store form input::-moz-placeholder, .form-try-in-store form textarea::-moz-placeholder, .form-try-in-store form select::-moz-placeholder {
  color: #c2c2c2;
}
.form-try-in-store form input:-ms-input-placeholder, .form-try-in-store form textarea:-ms-input-placeholder, .form-try-in-store form select:-ms-input-placeholder {
  color: #c2c2c2;
}
.form-try-in-store form input::-ms-input-placeholder, .form-try-in-store form textarea::-ms-input-placeholder, .form-try-in-store form select::-ms-input-placeholder {
  color: #c2c2c2;
}
.form-try-in-store form input::placeholder,
.form-try-in-store form textarea::placeholder,
.form-try-in-store form select::placeholder {
  color: #c2c2c2;
}
.form-try-in-store form input[type=submit],
.form-try-in-store form textarea[type=submit],
.form-try-in-store form select[type=submit] {
  color: #FFFFFF;
  border: 2px solid #FF5800;
  background-color: #FF5800;
}
.form-try-in-store form input[type=submit]:hover, .form-try-in-store form input[type=submit]:focus,
.form-try-in-store form textarea[type=submit]:hover,
.form-try-in-store form textarea[type=submit]:focus,
.form-try-in-store form select[type=submit]:hover,
.form-try-in-store form select[type=submit]:focus {
  color: #FF5800;
  background-color: #FFFFFF;
}

.news-form ._form-content input,
.news-form ._form-content textarea,
.news-form ._form-content select {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  border: none !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, 0.11) !important;
  color: rgba(255, 255, 255, 0.6) !important;
  padding: 15px 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.news-form ._form-content input,
.news-form ._form-content textarea,
.news-form ._form-content select {
  margin-top: 8px;
  width: 100%;
  margin-bottom: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.news-form ._form-content input:focus,
.news-form ._form-content textarea:focus,
.news-form ._form-content select:focus {
  outline: none !important;
  border: 2px solid rgba(255, 255, 255, 0.3) !important;
}
.news-form ._form-content input::-webkit-input-placeholder, .news-form ._form-content textarea::-webkit-input-placeholder, .news-form ._form-content select::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6) !important;
}
.news-form ._form-content input::-moz-placeholder, .news-form ._form-content textarea::-moz-placeholder, .news-form ._form-content select::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6) !important;
}
.news-form ._form-content input:-ms-input-placeholder, .news-form ._form-content textarea:-ms-input-placeholder, .news-form ._form-content select:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6) !important;
}
.news-form ._form-content input::-ms-input-placeholder, .news-form ._form-content textarea::-ms-input-placeholder, .news-form ._form-content select::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6) !important;
}
.news-form ._form-content input::placeholder,
.news-form ._form-content textarea::placeholder,
.news-form ._form-content select::placeholder {
  color: rgba(255, 255, 255, 0.6) !important;
}
.news-form ._form-content button[type=submit] {
  padding: 10px 28px !important;
  font-size: 16px !important;
}
.news-form ._form-content button[type=submit] {
  position: relative;
  display: inline-block;
  width: auto;
  margin-top: 32px;
  margin-bottom: 114px;
  color: #FF5800;
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  line-height: 120%;
  border: 2px solid #FFFFFF;
  border-radius: 40px;
  background-color: #FFFFFF;
  cursor: pointer;
}
.news-form ._form-content button[type=submit]:hover, .news-form ._form-content button[type=submit]:focus {
  color: #FFFFFF;
  background-color: transparent;
}
.news-form ._form-content button[type=submit] {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .news-form ._form-content button[type=submit] {
    margin-top: 32px;
    margin-bottom: 52px;
  }
}
.news-form ._form-content ._form_element select {
  margin-bottom: 0;
}

/* ===== Active Campaing - Contact ==== */
div[class^=_form_],
div[class^=_form_] * {
  font-size: 0.8888888889rem;
}
div[class^=_form_] ._form-fieldset,
div[class^=_form_] * ._form-fieldset {
  border: none;
  padding: 0;
  margin-bottom: 20px;
}
div[class^=_form_] ._form-fieldset legend,
div[class^=_form_] * ._form-fieldset legend {
  margin-bottom: 8px;
}
div[class^=_form_] button._submit,
div[class^=_form_] * button._submit {
  position: relative;
  display: inline-block;
  width: auto;
  margin-top: 32px;
  padding: 17px 40px;
  color: #FFFFFF;
  font-size: 16px;
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  line-height: 120%;
  border: 3px solid #FF5800;
  border-radius: 40px;
  background-color: #FF5800;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
div[class^=_form_] button._submit:hover, div[class^=_form_] button._submit:focus,
div[class^=_form_] * button._submit:hover,
div[class^=_form_] * button._submit:focus {
  color: #FF5800;
  background-color: transparent;
}
div[class^=_form_] button._submit,
div[class^=_form_] * button._submit {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  div[class^=_form_] button._submit,
  div[class^=_form_] * button._submit {
    margin-top: 12px;
  }
}

.swiper .swiper-pagination {
  text-align: left;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 6px !important;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  background: #FF5800;
  width: 10px;
  height: 10px;
  opacity: 1;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 32px;
  border-radius: 20px;
}
.swiper.slider-blog-posts {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .swiper.slider-blog-posts {
    max-width: 90vw;
    padding-bottom: 88px;
  }
}
.swiper.slider-blog-posts .swiper-wrapper {
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 768px) {
  .swiper.slider-blog-posts .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
    gap: 25px;
  }
}
.swiper.slider-blog-posts .swiper-wrapper {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .swiper.slider-blog-posts .swiper-wrapper {
    max-width: 90vw;
  }
}
.swiper.slider-blog-posts .swiper-wrapper .swiper-slide {
  border-radius: 60px;
  overflow: hidden;
}
.swiper.slider-blog-posts .swiper-wrapper .swiper-slide .btn-link {
  position: relative;
  cursor: pointer;
  pointer-events: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
}
.swiper.slider-blog-posts .swiper-wrapper .swiper-slide .btn-link::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  display: block;
  width: 0;
  height: 2px;
  background-color: #333333;
  pointer-events: none;
  -webkit-transition: width 0.25s ease-out;
  transition: width 0.25s ease-out;
}
.swiper.slider-blog-posts .swiper-wrapper .swiper-slide:hover .wrapper-text .btn::after {
  width: 100%;
}
.swiper.slider-blog-posts .swiper-wrapper .swiper-slide .wrapper-media {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .swiper.slider-blog-posts .swiper-wrapper .swiper-slide .wrapper-media {
    max-height: 250px;
  }
}
.swiper.slider-blog-posts .swiper-wrapper .swiper-slide .wrapper-media img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.swiper.slider-blog-posts .swiper-wrapper .swiper-slide .wrapper-text {
  position: relative;
  padding: 30px 40px;
  height: 100%;
}
.swiper.slider-blog-posts .swiper-wrapper .swiper-slide .category {
  position: absolute;
  top: -25px;
  left: 20px;
  padding: 10px 20px;
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  border-radius: 50px;
  text-transform: capitalize;
}
.swiper.slider-blog-posts .swiper-wrapper .swiper-slide.cat-guides .wrapper-text,
.swiper.slider-blog-posts .swiper-wrapper .swiper-slide.cat-guides .category, .swiper.slider-blog-posts .swiper-wrapper .swiper-slide.cat-how .wrapper-text,
.swiper.slider-blog-posts .swiper-wrapper .swiper-slide.cat-how .category, .swiper.slider-blog-posts .swiper-wrapper .swiper-slide.cat-guías .wrapper-text,
.swiper.slider-blog-posts .swiper-wrapper .swiper-slide.cat-guías .category {
  background-color: #EDA2CD;
}
.swiper.slider-blog-posts .swiper-wrapper .swiper-slide.cat-products .wrapper-text,
.swiper.slider-blog-posts .swiper-wrapper .swiper-slide.cat-products .category, .swiper.slider-blog-posts .swiper-wrapper .swiper-slide.cat-produits .wrapper-text,
.swiper.slider-blog-posts .swiper-wrapper .swiper-slide.cat-produits .category, .swiper.slider-blog-posts .swiper-wrapper .swiper-slide.cat-produkte .wrapper-text,
.swiper.slider-blog-posts .swiper-wrapper .swiper-slide.cat-produkte .category, .swiper.slider-blog-posts .swiper-wrapper .swiper-slide.cat-productos .wrapper-text,
.swiper.slider-blog-posts .swiper-wrapper .swiper-slide.cat-productos .category {
  background-color: #FECB00;
}
.swiper.slider-blog-posts .swiper-wrapper .swiper-slide.cat-community .wrapper-text,
.swiper.slider-blog-posts .swiper-wrapper .swiper-slide.cat-community .category, .swiper.slider-blog-posts .swiper-wrapper .swiper-slide.cat-communauté .wrapper-text,
.swiper.slider-blog-posts .swiper-wrapper .swiper-slide.cat-communauté .category, .swiper.slider-blog-posts .swiper-wrapper .swiper-slide.cat-comunidad .wrapper-text,
.swiper.slider-blog-posts .swiper-wrapper .swiper-slide.cat-comunidad .category {
  background-color: #D2EB97;
}
.swiper.slider-blog-posts .swiper-pagination {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .swiper.slider-blog-posts .swiper-pagination {
    bottom: 50px;
    text-align: center;
  }
}
.swiper.slider-gallery {
  max-width: 200%;
  max-height: 576px;
  height: 100%;
  position: absolute;
  left: -50%;
  top: 0;
}
.swiper.slider-gallery .swiper-slide {
  opacity: 0.5;
  padding-bottom: 26px;
}
.swiper.slider-gallery .swiper-slide-active {
  opacity: 1;
}
.swiper.slider-gallery .swiper-slide legend {
  color: #999797;
  font-size: 0.7222222222rem;
  margin-top: 8px;
}

button {
  cursor: pointer;
}

.btn,
.woocommerce button.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 15px 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  font-size: 1.1111111111rem;
  line-height: 150%;
  color: #FFFFFF;
  border-radius: 40px;
  border: 3px solid #FF5800;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .btn,
  .woocommerce button.button {
    font-size: 1rem;
    padding: 15px 36px;
  }
}
.btn.btn-primary,
.woocommerce button.button.btn-primary {
  background-color: #FF5800;
}
.btn.btn-primary:hover,
.woocommerce button.button.btn-primary:hover {
  color: #FF5800;
  background-color: #FFFFFF;
}
.btn.btn-primary:hover .arrow path,
.woocommerce button.button.btn-primary:hover .arrow path {
  fill: #FF5800;
}
.btn.btn-primary.german-link,
.woocommerce button.button.btn-primary.german-link {
  width: 100%;
  padding: 15px 35px;
  text-align: center;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .btn.btn-primary.german-link,
  .woocommerce button.button.btn-primary.german-link {
    padding: 15px 25px;
  }
}
.btn.btn-secondary,
.woocommerce button.button.btn-secondary {
  background: transparent;
  border: 3px solid #FF5800;
}
.btn.btn-secondary:hover,
.woocommerce button.button.btn-secondary:hover {
  border: 3px solid #FFFFFF;
}
.btn.btn-link,
.woocommerce button.button.btn-link {
  color: #333333;
  padding: 10px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn.btn-link .icon,
.woocommerce button.button.btn-link .icon {
  height: 18px;
  width: 18px;
  margin-top: -1px;
}
.btn.btn-share,
.woocommerce button.button.btn-share {
  padding: 8px 16px;
  line-height: 120%;
  background-color: #FF5800;
  border: none;
}
.btn.btn-share > span,
.woocommerce button.button.btn-share > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
}
.btn.btn-share .icon,
.woocommerce button.button.btn-share .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn.btn-share .icon svg,
.woocommerce button.button.btn-share .icon svg {
  width: 100%;
  max-width: 18px;
}
.btn.btn-share .hidden,
.woocommerce button.button.btn-share .hidden {
  display: none;
}
.btn.btn-share:hover,
.woocommerce button.button.btn-share:hover {
  background-color: rgba(255, 88, 0, 0.9);
}
.btn .arrow,
.woocommerce button.button .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 22px;
  height: 22px;
}

a.link {
  color: #FF5800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a.link svg {
  margin-left: 12px;
}
a.link svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-language,
.btn-search,
.btn-account,
.btn-cart {
  border: none;
  background: none;
  color: #FFFFFF;
  padding: 20px 0;
  position: relative;
}
.btn-language > *,
.btn-search > *,
.btn-account > *,
.btn-cart > * {
  position: relative;
  z-index: 1;
}
.btn-language::before,
.btn-search::before,
.btn-account::before,
.btn-cart::before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fe742a;
  border-radius: 50px;
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.btn-language:hover::before, .btn-language.active::before,
.btn-search:hover::before,
.btn-search.active::before,
.btn-account:hover::before,
.btn-account.active::before,
.btn-cart:hover::before,
.btn-cart.active::before {
  opacity: 1;
}

.btn-search,
.btn-account,
.btn-account .icon,
.btn-cart,
.btn-cart .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-cart {
  position: relative;
}
.btn-cart .items {
  position: absolute;
  bottom: 15px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px;
  height: 18px;
  width: 18px;
  font-size: 0.7222222222rem;
  color: #333333;
  background-color: #F8F6F5;
  border-radius: 50%;
}

.page-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 80px;
  padding-bottom: 120px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .page-nav {
    padding-top: 52px;
    padding-bottom: 80px;
  }
}
.page-nav .btn {
  color: #333333;
}

.reset_variations {
  display: none !important;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  background-color: #FF5800;
  border: 2px solid #FF5800;
  color: #FFFFFF;
}
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
  color: #FF5800;
  background-color: #FFFFFF;
}

.woocommerce .sup-view .woocommerce-breadcrumb,
.template-checkout .woocommerce-breadcrumb {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1485px;
  position: absolute;
  top: 143px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-left: 40px;
  margin-bottom: 11px;
  color: #FFFFFF;
  font-size: 0.8888888889rem;
  line-height: 140%;
  z-index: 10;
}
.woocommerce .sup-view .woocommerce-breadcrumb a,
.template-checkout .woocommerce-breadcrumb a {
  color: #FFFFFF;
  -webkit-transform: color 0.2s ease;
          transform: color 0.2s ease;
}
.woocommerce .sup-view .woocommerce-breadcrumb a:hover,
.template-checkout .woocommerce-breadcrumb a:hover {
  color: #FF5800;
}
.woocommerce .sup-view .woocommerce-breadcrumb,
.template-checkout .woocommerce-breadcrumb {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .woocommerce .sup-view .woocommerce-breadcrumb,
  .template-checkout .woocommerce-breadcrumb {
    font-size: 0.7222222222rem;
    top: 95px;
    padding-left: 0;
  }
}

.template-checkout .woocommerce-breadcrumb {
  color: #333333;
}
.template-checkout .woocommerce-breadcrumb a {
  color: #333333;
}

.breadcrumb {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1485px;
  position: absolute;
  top: 143px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-left: 40px;
  margin-bottom: 11px;
  color: #FFFFFF;
  font-size: 0.8888888889rem;
  line-height: 140%;
  z-index: 10;
}
.breadcrumb a {
  color: #FFFFFF;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #FF5800;
}
.breadcrumb {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .breadcrumb {
    font-size: 0.7222222222rem;
    top: 95px;
    padding-left: 0;
  }
}
.breadcrumb.dark {
  color: #333333;
}
.breadcrumb.dark a {
  color: #333333;
}

.woocommerce-notices-wrapper {
  position: fixed;
  bottom: 20px;
  z-index: 999;
  right: 2.5%;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 1460px) {
  .woocommerce-notices-wrapper {
    position: absolute;
    top: 70vh;
    right: 0;
  }
}
.woocommerce-notices-wrapper {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .woocommerce-notices-wrapper {
    right: 5%;
    left: 5%;
  }
}
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-error {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 45px;
  border-top: none;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  margin-bottom: 2em;
  color: #333333;
}
.woocommerce-notices-wrapper .woocommerce-message::before,
.woocommerce-notices-wrapper .woocommerce-error::before {
  top: 10px;
  left: 15px;
  color: #FF5800;
}
.woocommerce-notices-wrapper .woocommerce-message .button.wc-forward,
.woocommerce-notices-wrapper .woocommerce-error .button.wc-forward {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 16px;
  margin-top: 10px;
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  font-size: 0.8888888889rem;
  line-height: 100%;
  color: #FFFFFF;
  border-radius: 40px;
  border: 3px solide #FF5800;
  background-color: #FF5800;
}
.woocommerce-notices-wrapper .woocommerce-message .button.wc-forward:hover,
.woocommerce-notices-wrapper .woocommerce-error .button.wc-forward:hover {
  color: #FF5800;
  background-color: transparent;
}
.woocommerce-notices-wrapper .notice-close {
  position: absolute;
  top: 0px;
  right: 0px;
  background: transparent;
  border: none;
  width: 30px;
  padding: 8px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woocommerce-notices-wrapper .notice-close svg {
  width: 100%;
  height: 100%;
}

.woocommerce-form-login-toggle {
  bottom: 0;
  right: 2.5%;
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 1460px) {
  .woocommerce-form-login-toggle {
    top: 70vh;
    right: 0;
  }
}
.woocommerce-form-login-toggle {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .woocommerce-form-login-toggle {
    right: 5%;
    left: 5%;
  }
}
.woocommerce-form-login-toggle .woocommerce-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  padding: 10px 0;
  border-top: none;
  background-color: transparent;
  color: #333333;
}
.woocommerce-form-login-toggle .woocommerce-info::before {
  display: none;
}
.woocommerce-form-login-toggle .notice-close {
  display: none;
}
.woocommerce-form-login-toggle .showlogin {
  text-decoration: underline;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.woocommerce-form-login-toggle .showlogin:hover {
  color: #FF5800;
}
.woocommerce-form-login-toggle + .woocommerce-form-login {
  padding: 0 !important;
  border: none !important;
}
.woocommerce-form-login-toggle + .woocommerce-form-login button[type=submit] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 8px 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 10px 0;
  color: #FFFFFF;
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  font-size: 1.1111111111rem;
  line-height: 150%;
  border-radius: 40px;
  border: 3px solid #FF5800;
  background-color: #FF5800;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.woocommerce-form-login-toggle + .woocommerce-form-login button[type=submit]:hover, .woocommerce-form-login-toggle + .woocommerce-form-login button[type=submit]:focus {
  color: #FF5800;
  background-color: #FFFFFF;
}

.woocommerce-NoticeGroup .woocommerce-error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-bottom: 40px;
  border-top-color: #F00000;
  background-color: #F8F6F5;
  font-size: 1rem;
}
.woocommerce-NoticeGroup .woocommerce-error::before {
  color: #F00000;
}
.woocommerce-NoticeGroup .woocommerce-error li {
  padding-left: 60px !important;
}
.woocommerce-NoticeGroup .woocommerce-error li {
  padding-right: 15px;
}
.woocommerce-NoticeGroup .woocommerce-error li:first-child {
  padding-top: 1em;
}
.woocommerce-NoticeGroup .woocommerce-error li strong {
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
}
.woocommerce-NoticeGroup .woocommerce-error li .notice-close {
  display: none;
}

.mini-cart-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 10000;
  pointer-events: none;
}
.mini-cart-wrapper:not(.hidden) {
  visibility: visible;
  pointer-events: auto;
}
.mini-cart-wrapper .mini-cart {
  position: fixed;
  right: 0;
  top: 0;
  width: 543px;
  height: 100%;
  padding: 36px 40px;
  background-color: #FFFFFF;
  z-index: 9999;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  will-change: transform;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .mini-cart-wrapper .mini-cart {
    width: 100%;
    padding: 22px 16px;
  }
}
.mini-cart-wrapper .mini-cart.hidden {
  visibility: hidden;
}
.mini-cart-wrapper .mini-cart .close-mini-cart {
  position: absolute;
  top: 30px;
  right: 12px;
}
.mini-cart-wrapper .mini-cart .mini-cart-header h3 {
  color: #333333;
  font-size: 1.2222222222rem;
  line-height: 140%;
  margin-bottom: 40px;
}
.mini-cart-wrapper .mini-cart .mini-cart-items {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mini-cart-wrapper .mini-cart .mini-cart-items .wrapper-items {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  overflow-y: auto;
  max-height: 54vh;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .mini-cart-wrapper .mini-cart .mini-cart-items .wrapper-items {
    max-height: 40vh;
    gap: 24px;
  }
}
.mini-cart-wrapper .mini-cart .mini-cart-items .mini-cart-item {
  max-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}
.mini-cart-wrapper .mini-cart .mini-cart-items .mini-cart-item .mini-cart-thumbnail {
  width: 114px;
  height: 114px;
  border-radius: 24px;
  overflow: hidden;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .mini-cart-wrapper .mini-cart .mini-cart-items .mini-cart-item .mini-cart-thumbnail {
    width: 90px;
    height: 90px;
  }
}
.mini-cart-wrapper .mini-cart .mini-cart-items .mini-cart-item .mini-cart-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mini-cart-wrapper .mini-cart .mini-cart-items .mini-cart-item .mini-cart-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .mini-cart-wrapper .mini-cart .mini-cart-items .mini-cart-item .mini-cart-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.mini-cart-wrapper .mini-cart .mini-cart-items .mini-cart-item .mini-cart-info .wrapper-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .mini-cart-wrapper .mini-cart .mini-cart-items .mini-cart-item .mini-cart-info .wrapper-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mini-cart-wrapper .mini-cart .mini-cart-items .mini-cart-item .mini-cart-info .mini-cart-item_title {
  font-size: 1rem;
  font-family: "Campton Black", sans-serif;
  font-weight: 900;
  line-height: 140%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .mini-cart-wrapper .mini-cart .mini-cart-items .mini-cart-item .mini-cart-info .mini-cart-item_title {
    font-size: 0.8888888889rem;
  }
}
.mini-cart-wrapper .mini-cart .mini-cart-items .mini-cart-item .mini-cart-info .mini-cart-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-top: 15px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .mini-cart-wrapper .mini-cart .mini-cart-items .mini-cart-item .mini-cart-info .mini-cart-quantity {
    font-size: 0.8888888889rem;
  }
}
.mini-cart-wrapper .mini-cart .mini-cart-items .mini-cart-item .mini-cart-info .custom-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #333333;
  border-radius: 40px;
  padding: 5px 11px;
  max-width: 130px;
  min-width: 130px;
}
.mini-cart-wrapper .mini-cart .mini-cart-items .mini-cart-item .mini-cart-info .custom-quantity input[type=number] {
  color: #333333;
  padding: 0;
  margin: 0;
  text-align: center;
  border-radius: 0;
  -moz-appearance: textfield;
  -webkit-appearance: none;
          appearance: none;
  border: none;
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  /* -- @include break(mobile)-- */
}
.mini-cart-wrapper .mini-cart .mini-cart-items .mini-cart-item .mini-cart-info .custom-quantity input[type=number]::-webkit-outer-spin-button, .mini-cart-wrapper .mini-cart .mini-cart-items .mini-cart-item .mini-cart-info .custom-quantity input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.mini-cart-wrapper .mini-cart .mini-cart-items .mini-cart-item .mini-cart-info .custom-quantity button.decrement,
.mini-cart-wrapper .mini-cart .mini-cart-items .mini-cart-item .mini-cart-info .custom-quantity button.increment {
  background: transparent;
  width: 50%;
  max-height: 26px;
  border: none;
}
.mini-cart-wrapper .mini-cart .mini-cart-items .mini-cart-item .mini-cart-info .custom-quantity button.decrement .icon,
.mini-cart-wrapper .mini-cart .mini-cart-items .mini-cart-item .mini-cart-info .custom-quantity button.increment .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.mini-cart-wrapper .mini-cart .mini-cart-items .mini-cart-item .mini-cart-info .custom-quantity button.decrement span,
.mini-cart-wrapper .mini-cart .mini-cart-items .mini-cart-item .mini-cart-info .custom-quantity button.increment span {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 16px;
  background-color: #333333;
  display: block;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.mini-cart-wrapper .mini-cart .mini-cart-items .mini-cart-item .mini-cart-info .custom-quantity button.decrement span:nth-child(2),
.mini-cart-wrapper .mini-cart .mini-cart-items .mini-cart-item .mini-cart-info .custom-quantity button.increment span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.mini-cart-wrapper .mini-cart .mini-cart-items .mini-cart-item .mini-cart-info .product-remove {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.mini-cart-wrapper .mini-cart .mini-cart-items .mini-cart-item .mini-cart-info .product-remove a.remove {
  color: #333333 !important;
}
.mini-cart-wrapper .mini-cart .mini-cart-items .mini-cart-item .mini-cart-info .product-remove a.remove {
  width: 100%;
  height: 100%;
  font-family: "Campton Medium", sans-serif;
  font-weight: 500;
  font-size: 0.7222222222rem;
  line-height: 140%;
  position: relative;
}
.mini-cart-wrapper .mini-cart .mini-cart-items .mini-cart-item .mini-cart-info .product-remove a.remove::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #333333;
  -webkit-transition: width 0.25s ease-out;
  transition: width 0.25s ease-out;
}
.mini-cart-wrapper .mini-cart .mini-cart-items .mini-cart-item .mini-cart-info .product-remove a.remove:hover {
  background: transparent;
}
.mini-cart-wrapper .mini-cart .mini-cart-items .mini-cart-item .mini-cart-info .product-remove a.remove:hover::after {
  width: 100%;
}
.mini-cart-wrapper .mini-cart .mini-cart-items .mini-cart-item .mini-cart-info .mini-cart-remove {
  font-size: 0.7222222222rem;
  line-height: 140%;
}
.mini-cart-wrapper .mini-cart .mini-cart-spotlights {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  text-align: center;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .mini-cart-wrapper .mini-cart .mini-cart-spotlights {
    padding: 12px 0;
  }
}
.mini-cart-wrapper .mini-cart .mini-cart-spotlights::after {
  content: "";
  position: absolute;
  top: 0;
  left: -40px;
  display: block;
  width: calc(100% + 80px);
  height: 100%;
  border-top: 1px solid #D8D9D3;
  border-bottom: 1px solid #D8D9D3;
  z-index: -1;
  background-color: #F8F6F5;
}
.mini-cart-wrapper .mini-cart .mini-cart-spotlights .spotlight {
  font-size: 0.7222222222rem;
  line-height: 140%;
  max-width: 25%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .mini-cart-wrapper .mini-cart .mini-cart-spotlights .spotlight {
    max-width: 30%;
  }
}
.mini-cart-wrapper .mini-cart .mini-cart-subtotal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 17px;
  margin-bottom: 12px;
}
.mini-cart-wrapper .mini-cart .mini-cart-subtotal .subtotal {
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  font-size: 1.2222222222rem;
  line-height: 140%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .mini-cart-wrapper .mini-cart .mini-cart-subtotal .subtotal {
    font-size: 1rem;
  }
}
.mini-cart-wrapper .mini-cart .mini-cart-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.mini-cart-wrapper .mini-cart .mini-cart-buttons .disabled {
  cursor: not-allowed;
  color: #333333;
  border: #D8D9D3;
  background-color: #D8D9D3;
}
.mini-cart-wrapper .mini-cart .mini-cart-buttons .btn-secondary {
  color: #FF5800;
}
.mini-cart-wrapper .mini-cart .mini-cart-buttons .btn-secondary:hover {
  color: #FFFFFF;
  border: 3px solid #FF5800;
  background-color: #FF5800;
}
.mini-cart-wrapper .mini-cart .mini-cart-buttons .asterisk {
  margin-top: 22px;
  text-align: center;
  font-size: 0.7222222222rem;
  line-height: 140%;
}
.mini-cart-wrapper .mini-cart .close-mini-cart {
  cursor: pointer;
  font-size: 20px;
  border: none;
  background: none;
}
.mini-cart-wrapper .wrapper-recommended-products {
  position: fixed;
  right: 543px;
  top: 0;
  width: 190px;
  height: 100%;
  padding: 40px 33px;
  background-color: #FECB00;
  z-index: 9999;
  display: block;
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
  opacity: 0;
  will-change: transform, opacity;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .mini-cart-wrapper .wrapper-recommended-products {
    display: none;
    padding: 16px 0;
    padding-left: 25px;
  }
}
.mini-cart-wrapper .wrapper-recommended-products.hidden {
  visibility: hidden;
}
.mini-cart-wrapper .wrapper-recommended-products .title-h5 {
  text-align: center;
  font-family: "Campton Medium", sans-serif;
  font-weight: 500;
  font-size: 0.8888888889rem;
  margin-top: 0;
  margin-bottom: 32px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .mini-cart-wrapper .wrapper-recommended-products .title-h5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    margin-bottom: 12px;
  }
}
.mini-cart-wrapper .wrapper-recommended-products .card-recommended-products {
  padding: 10px;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 18px;
  background-color: #FFFFFF;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .mini-cart-wrapper .wrapper-recommended-products .card-recommended-products {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    min-width: 200px;
    max-height: 84px;
  }
}
.mini-cart-wrapper .wrapper-recommended-products .card-recommended-products:not(:last-child) {
  margin-bottom: 20px;
}
.mini-cart-wrapper .wrapper-recommended-products .card-recommended-products .thumbnail {
  border-radius: 12px;
  overflow: hidden;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .mini-cart-wrapper .wrapper-recommended-products .card-recommended-products .thumbnail {
    max-width: 64px;
    max-height: 64px;
  }
}
.mini-cart-wrapper .wrapper-recommended-products .card-recommended-products .thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
}
.mini-cart-wrapper .wrapper-recommended-products .card-recommended-products .content {
  margin-top: 8px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .mini-cart-wrapper .wrapper-recommended-products .card-recommended-products .content {
    margin-top: 0;
    margin-left: 16px;
  }
}
.mini-cart-wrapper .wrapper-recommended-products .card-recommended-products .title-h4 {
  text-align: center;
  font-family: "Campton Black", sans-serif;
  font-weight: 900;
  font-size: 0.7777777778rem;
  line-height: 140%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .mini-cart-wrapper .wrapper-recommended-products .card-recommended-products .title-h4 {
    text-align: left;
  }
}
.mini-cart-wrapper .wrapper-recommended-products .card-recommended-products .recommended-product-price {
  text-align: center;
  font-size: 0.7777777778rem;
  line-height: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .mini-cart-wrapper .wrapper-recommended-products .card-recommended-products .recommended-product-price {
    text-align: left;
    line-height: 100%;
  }
}
.mini-cart-wrapper .filter {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.loading-spinner {
  width: 50px;
  height: 50px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #FF5800;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  margin: 20px auto;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.mini-cart-loading {
  opacity: 0.6;
  pointer-events: none;
}

.mini-cart-entering {
  visibility: visible;
}

.mini-cart-leaving {
  pointer-events: none;
}

.popup-localisation {
  position: fixed;
  bottom: 12px;
  left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 24px);
  padding: 28px 30px 28px 30px;
  background-color: #FFFFFF;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.12);
  z-index: 10;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .popup-localisation {
    bottom: 16px;
    left: 16px;
    width: calc(100% - 32px);
    padding: 24px 20px 15px 20px;
  }
}
.popup-localisation.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .popup-localisation.open {
    z-index: 1002;
  }
}
.popup-localisation .wrapper-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popup-localisation .wrapper-text .hide-desktop {
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 991px) {
  .popup-localisation .wrapper-text .hide-desktop {
    display: none;
  }
}
.popup-localisation .wrapper-text {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .popup-localisation .wrapper-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    font-size: 1.1111111111rem;
    line-height: 160%;
  }
}
.popup-localisation .wrapper-text .btn {
  height: 48px;
  padding: 10px 28px 8px 28px;
  border: 3px solid #FF5800;
  margin-left: 32px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .popup-localisation .wrapper-text .btn {
    height: 45px;
    padding: 8px 28px;
    margin-top: 26px;
    margin-left: 0;
    width: 100%;
  }
}
.popup-localisation .wrapper-text-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 5px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .popup-localisation .wrapper-text-2 {
    margin: 14px 0;
  }
}
.popup-localisation .wrapper-text-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popup-localisation .select_filter {
  display: inline;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: 0 2px;
  border-bottom: 2px solid #FF5800;
}
.popup-localisation .select_filter .select_arrow {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
.popup-localisation .styled-select {
  min-width: 143px;
  border: none;
  background-color: transparent;
  color: #FF5800;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}
.popup-localisation .styled-select::-ms-expand {
  display: none;
}
.popup-localisation .styled-select::-ms-expand {
  display: none;
}
.popup-localisation .styled-select option {
  color: black;
  padding: 6px 8px;
}
.popup-localisation .styled-select:focus, .popup-localisation .styled-select:hover, .popup-localisation .styled-select:active, .popup-localisation .styled-select:checked {
  color: #FF5800;
}
.popup-localisation .styled-select#country-select {
  max-height: 300px;
  overflow-y: auto;
}
.popup-localisation .styled-select#country-select::-webkit-scrollbar {
  width: 6px;
}
.popup-localisation .styled-select#country-select::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
.popup-localisation .styled-select#country-select::-webkit-scrollbar-thumb {
  background: #FF5800;
  border-radius: 3px;
}
@-moz-document url-prefix() {
  .popup-localisation select#country-select {
    scrollbar-width: thin;
    scrollbar-color: #FF5800 #f1f1f1;
    max-height: 300px;
  }
}
.popup-localisation .asterisk {
  font-family: "Campton Light", sans-serif;
  font-weight: 300;
  font-size: 0.7222222222rem;
  line-height: 140%;
  text-align: center;
}
.popup-localisation .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px;
  border: none;
  background-color: transparent;
}
.popup-localisation .btn-close svg {
  width: 22px;
  height: 22px;
}
.popup-alert {
  position: fixed;
  top: 0;
  left: 0;
  height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 6px 0;
  background-color: #FECB00;
  opacity: 0;
  display: none;
  z-index: 1000;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .popup-alert {
    height: 45px;
    padding: 9px 60px;
  }
}
.popup-alert.open {
  opacity: 1;
  display: block;
}
.popup-alert .wrapper-text {
  text-align: center;
  font-size: 0.7777777778rem;
  line-height: 150%;
  text-transform: uppercase;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .popup-alert .wrapper-text {
    font-size: 0.6666666667rem;
    line-height: 120%;
  }
}
.popup-alert .btn-close {
  position: absolute;
  top: 50%;
  right: 14px;
  padding: 0;
  max-width: 19px;
  max-height: 19px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  background-color: transparent;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .popup-alert .btn-close {
    font-size: 0.6666666667rem;
    line-height: 120%;
  }
}
.popup-alert .btn-close svg {
  max-width: 19px;
  max-height: 19px;
  width: 19px;
  height: 19px;
}

.single_add_to_cart_button.has-tooltip {
  position: relative !important;
}
.single_add_to_cart_button.has-tooltip .button-tooltip {
  position: absolute !important;
  bottom: calc(100% + 10px) !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  width: 100% !important;
  min-width: 200px !important;
  max-width: 300px !important;
  background-color: #FF5800 !important;
  color: #FFFFFF !important;
  padding: 12px 16px !important;
  border-radius: 4px !important;
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease !important;
  transition: opacity 0.3s ease, visibility 0.3s ease !important;
  z-index: 1000 !important;
}
.single_add_to_cart_button.has-tooltip .button-tooltip:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: #FF5800 transparent transparent transparent;
}
.single_add_to_cart_button.has-tooltip .button-tooltip {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .single_add_to_cart_button.has-tooltip .button-tooltip {
    min-width: 180px;
    max-width: 260px;
    padding: 10px 12px;
  }
}
.single_add_to_cart_button.has-tooltip .button-tooltip .tooltip-content {
  font-size: 0.7777777778rem;
  font-family: "Campton Medium", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .single_add_to_cart_button.has-tooltip .button-tooltip .tooltip-content {
    font-size: 0.7222222222rem;
  }
}
.single_add_to_cart_button.has-tooltip .button-tooltip .tooltip-content p {
  font-family: "Campton Medium", sans-serif;
  font-weight: 500;
  margin-bottom: 8px;
}
.single_add_to_cart_button.has-tooltip .button-tooltip .tooltip-content p:last-child {
  margin-bottom: 0;
}
.single_add_to_cart_button.has-tooltip .button-tooltip .tooltip-content a {
  color: #FFFFFF;
  text-decoration: underline;
}
.single_add_to_cart_button.has-tooltip .button-tooltip .tooltip-content a:hover {
  text-decoration: none;
}
.single_add_to_cart_button.has-tooltip:hover .button-tooltip {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}
.single_add_to_cart_button.sticky-visible.has-tooltip .button-tooltip {
  bottom: auto;
  top: calc(100% + 10px);
}
.single_add_to_cart_button.sticky-visible.has-tooltip .button-tooltip:after {
  top: auto;
  bottom: 100%;
  border-color: transparent transparent #FF5800 transparent;
}

/* ==== Layout ==== */
.container {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1485px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .container {
    width: 90%;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.col.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(8.3333333333%);
          flex: 0 0 calc(8.3333333333%);
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .col.col-1 {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}
.col.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(16.6666666667%);
          flex: 0 0 calc(16.6666666667%);
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .col.col-2 {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}
.col.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25%);
          flex: 0 0 calc(25%);
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .col.col-3 {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}
.col.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.3333333333%);
          flex: 0 0 calc(33.3333333333%);
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .col.col-4 {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}
.col.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(41.6666666667%);
          flex: 0 0 calc(41.6666666667%);
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .col.col-5 {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}
.col.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50%);
          flex: 0 0 calc(50%);
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .col.col-6 {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}
.col.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(58.3333333333%);
          flex: 0 0 calc(58.3333333333%);
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .col.col-7 {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}
.col.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(66.6666666667%);
          flex: 0 0 calc(66.6666666667%);
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .col.col-8 {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}
.col.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(75%);
          flex: 0 0 calc(75%);
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .col.col-9 {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}
.col.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(83.3333333333%);
          flex: 0 0 calc(83.3333333333%);
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .col.col-10 {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}
.col.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(91.6666666667%);
          flex: 0 0 calc(91.6666666667%);
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .col.col-11 {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}
.col.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100%);
          flex: 0 0 calc(100%);
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .col.col-12 {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}

/* ==== WP WYSIWYG Editor Styles ==== */
.entry-content img {
  margin: 0 0 1.5em 0;
}

.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
}

.wp-smiley {
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

.template-archive:not(.template-bikes):not(.template-add-ons),
.betterdocs-search-form-wrapper {
  padding-top: 220px !important;
}

.template-archive:not(.template-bikes):not(.template-add-ons),
.betterdocs-search-form-wrapper {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-archive:not(.template-bikes):not(.template-add-ons),
  .betterdocs-search-form-wrapper {
    padding-top: 160px !important;
  }
}

.template-cart,
.template-checkout,
.container-dashboard {
  padding-top: 193px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-cart,
  .template-checkout,
  .container-dashboard {
    padding-top: 160px;
  }
}

.template-cpt-product {
  padding-top: 190px !important;
}

.template-cpt-product {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-cpt-product {
    padding-top: 160px !important;
  }
}

.site-header {
  position: fixed;
  top: 45px;
  left: 0;
  width: 100%;
  z-index: 1002;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .site-header {
    top: 20px;
  }
}
.site-header .wrapper-nav {
  color: #FFFFFF;
  background-color: #FF5800;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px;
  max-height: 84px;
  position: relative;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .site-header .wrapper-nav {
    display: none;
  }
}
.site-header .wrapper-nav .filter {
  position: fixed;
  opacity: 0.4;
  pointer-events: all;
  z-index: 0;
  display: none;
}
.site-header .wrapper-nav-mobile {
  display: none;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .site-header .wrapper-nav-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #FFFFFF;
    background-color: #FF5800;
    border-radius: 12px;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 16px;
    max-height: 60px;
  }
}
.site-header .wrapper-nav-mobile .site-logo {
  margin: 0 10px;
}
.site-header .wrapper-nav-mobile .site-logo a {
  display: block;
  width: 127px;
}
.site-header .wrapper-nav-mobile .site-logo svg {
  max-width: 100%;
  width: 100%;
}
.site-header .wrapper-nav-mobile .btn-search,
.site-header .wrapper-nav-mobile .btn-cart {
  padding: 0;
}
.site-header nav .primary-menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.8888888889rem;
}
.site-header nav li.top-title {
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 991px) {
  .site-header nav li.top-title {
    cursor: pointer;
    padding: 30px 12px;
    position: relative;
  }
  .site-header nav li.top-title::after {
    content: "";
    height: 10px;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
  }
}
.site-header nav li .top-title-link {
  position: relative;
  cursor: pointer;
  pointer-events: none;
}
.site-header nav li .top-title-link::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  display: block;
  width: 0;
  height: 2px;
  background-color: #FFFFFF;
  pointer-events: none;
  -webkit-transition: width 0.25s ease-out;
  transition: width 0.25s ease-out;
}
.site-header nav li .top-title-link:hover::after {
  width: 100%;
}
.site-header nav li.active .top-title-link::after {
  width: 100%;
}
.site-header nav.nav-mobile {
  display: none;
  padding-top: 80px;
}
.site-header nav.nav-mobile.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: #FFFFFF;
  color: #333333;
  z-index: -1;
}
.site-header nav.nav-mobile .title-h3,
.site-header nav.nav-mobile .primary-menu {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1485px;
}
.site-header nav.nav-mobile .title-h3 {
  font-family: "Campton Black", sans-serif;
  font-weight: 900;
  font-size: 1.4444444444rem;
  line-height: 100%;
  margin-bottom: 60px;
}
.site-header nav.nav-mobile .primary-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.site-header .wrapper-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-header .wrapper-btn .btn-language {
  font-size: 0.7777777778rem;
  margin-right: 10px;
}
.site-header .wrapper-btn .btn-language .wpml-ls-legacy-dropdown {
  width: 35px;
}
.site-header .wrapper-btn .btn-language .wpml-ls-legacy-dropdown a {
  color: #FFFFFF;
  border: none;
  background-color: transparent;
  padding: 0;
  font-size: 0.7777777778rem;
  line-height: 150%;
  text-align: left;
}
.site-header .wrapper-btn .btn-language .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.8781 6.76923L8.46875 12.1786L3.05938 6.76923L3.78063 6.04798L8.46875 10.7361L13.1569 6.04798L13.8781 6.76923Z' fill='white'/%3E%3C/svg%3E");
  right: 0;
  top: 0;
  border: 0;
}
.site-header .wrapper-btn .btn-language .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  display: none;
}
.site-header .wrapper-btn .btn-search svg,
.site-header .wrapper-btn .btn-account svg,
.site-header .wrapper-btn .btn-cart svg {
  pointer-events: none;
  padding: 1px;
}
.site-header .wrapper-btn .btn-bloc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.site-header .nav_desktop {
  background-color: #FFFFFF;
  position: absolute;
  z-index: 999;
  top: calc(100% - 15px);
  left: 0;
  right: 0;
  border-radius: 0px 0px 20px 20px;
  display: none;
  overflow: hidden;
  height: auto;
  opacity: 0;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1485px;
  z-index: -1;
  -webkit-box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.08);
}
.site-header .nav_desktop .menu {
  position: relative;
  height: 70vh;
  margin: 65px 40px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 1280px) {
  .site-header .nav_desktop .menu {
    height: 74vh;
    margin: 40px 5% 60px 5%;
  }
}
.site-header .nav_desktop .menu_tab {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  overflow-x: hidden;
}
.site-header .nav_desktop .menu_tab::-webkit-scrollbar {
  width: 0 !important;
}
.site-header .nav_desktop .menu_tab {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.site-header .nav_desktop .menu_tab.page .col_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.site-header .nav_desktop .menu_tab.page .col_content .links-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.site-header .nav_desktop .menu_tab.page .col_content .link-pages {
  font-size: 1.5555555556rem;
  line-height: 150%;
  padding: 22px 25px;
  border-radius: 10px;
}
.site-header .nav_desktop .menu_tab.page .col_content .link-pages:hover {
  background-color: #F8F6F5;
  color: #FF5800;
}
.site-header .nav_desktop .menu_tab.page .col_title {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-right: 0;
  padding-left: 40px;
  margin-right: 0;
  margin-left: 5%;
  border-right: 0;
  border-left: 1px solid #D8D9D3;
}
.site-header .nav_desktop .menu_tab.page .col_title.article {
  border-left: 0;
}
.site-header .nav_desktop .menu_tab.page .title-h3 {
  color: #FECB00;
  font-size: 1.4444444444rem;
  line-height: 140%;
  margin-bottom: 23px;
}
.site-header .nav_desktop .menu_tab.page .product-highlight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
  padding: 15px 25px;
  border-radius: 20px;
  width: 100%;
}
.site-header .nav_desktop .menu_tab.page .product-highlight:hover {
  background-color: #F8F6F5;
  color: #FF5800;
}
.site-header .nav_desktop .menu_tab.page .product-highlight picture {
  max-height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-header .nav_desktop .menu_tab.page .product-highlight picture .img {
  max-width: 68px;
  -o-object-fit: cover;
     object-fit: cover;
}
.site-header .nav_desktop .menu_tab.page .product-highlight .title-h4 {
  font-family: "Campton Black", sans-serif;
  font-weight: 900;
  font-size: 1.1111111111rem;
  line-height: 120%;
}
.site-header .nav_desktop .col_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 397px;
  padding-right: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-right: 1px solid #D8D9D3;
  margin-right: 5%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 1280px) {
  .site-header .nav_desktop .col_title {
    width: 300px;
    padding-right: 20px;
    margin-right: 2.5%;
  }
}
.site-header .nav_desktop .col_title .category-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 18px 6px;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: 0.25s all ease-out;
  transition: 0.25s all ease-out;
}
.site-header .nav_desktop .col_title .category-item.active, .site-header .nav_desktop .col_title .category-item:hover {
  background-color: #F8F6F5;
}
.site-header .nav_desktop .col_title .category-item.active .category-title, .site-header .nav_desktop .col_title .category-item:hover .category-title {
  color: #FF5800;
}
.site-header .nav_desktop .col_title > ul {
  width: 100%;
  padding-left: 0;
}
.site-header .nav_desktop .col_title .category-title {
  font-size: 1.5555555556rem;
  font-family: "Campton Medium", sans-serif;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 0;
  -webkit-transition: 0.25s all ease-out;
  transition: 0.25s all ease-out;
}
.site-header .nav_desktop .col_title .icon {
  padding: 11px 0;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.site-header .nav_desktop .col_title .icon img {
  max-width: 100px;
}
.site-header .nav_desktop .col_title .txt {
  font-size: 16px;
  margin-top: 8px;
}
.site-header .nav_desktop .col_title .btn {
  margin-top: 32px;
}
.site-header .nav_desktop .col_content .content-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.site-header .nav_desktop .col_content .content-item .content-description {
  margin-bottom: 32px;
}
.site-header .nav_desktop .col_content .content-item .content-description .title-h3 {
  color: #FF5800;
  margin-bottom: 10px;
}
.site-header .nav_desktop .col_content .content-item .content-description .title-h3 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.site-header .nav_desktop .col_content .content-item .content-description .title-h3 .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .nav_desktop .col_content .content-item .content-description .description {
  font-size: 1rem;
  line-height: 140%;
}
.site-header .nav_desktop .col_content .content-item .product-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  gap: 20px;
}
.site-header .nav_desktop .col_content .content-item .product-list.list-full {
  grid-template-columns: repeat(3, 1fr);
}
.site-header .nav_desktop .col_content .content-item .product-list.list-full .product-item .product-image {
  height: 200px;
}
.site-header .nav_desktop .col_content .content-item .product-list.list-full .product-item .product-image .shadow {
  width: 75%;
  top: 75%;
}
.site-header .nav_desktop .col_content .content-item .product-list .product-image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 282px;
  padding: 85px 12px;
  margin-bottom: 16px;
  border-radius: 40px;
  background-color: #F8F6F5;
}
.site-header .nav_desktop .col_content .content-item .product-list .product-image .shadow {
  display: block;
  width: 70%;
  height: 20px;
  position: absolute;
  top: 63%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #333333;
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -o-filter: blur(8px);
  -ms-filter: blur(8px);
  filter: blur(8px);
  opacity: 0.3;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .site-header .nav_desktop .col_content .content-item .product-list .product-image .shadow {
    top: 41%;
  }
}
.site-header .nav_desktop .col_content .content-item .product-list .title-h4 {
  text-align: center;
  font-size: 1.1111111111rem;
  font-family: "Campton Black", sans-serif;
  font-weight: 900;
  line-height: 120%;
}
.site-header .nav_desktop .col_content .btn-link-menu {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.site-header .nav_desktop .btn-link-menu {
  border: none;
  color: #FF5800;
  text-decoration: underline;
  padding: 17px 0;
  font-size: 1.1111111111rem;
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  line-height: 150%;
}
.site-header .nav_desktop .article-highlight {
  border-radius: 40px;
  overflow: hidden;
}
.site-header .nav_desktop .article-highlight .wrapper-media {
  height: 100%;
  max-height: 265px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .site-header .nav_desktop .article-highlight .wrapper-media {
    max-height: 250px;
  }
}
.site-header .nav_desktop .article-highlight .wrapper-media img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.site-header .nav_desktop .article-highlight .wrapper-text {
  position: relative;
  padding: 30px 28px;
  height: auto;
}
.site-header .nav_desktop .article-highlight .wrapper-text .title-h3 {
  color: #333333;
  font-size: 1.2222222222rem;
  line-height: 140%;
  margin-bottom: 0;
}
.site-header .nav_desktop .article-highlight .wrapper-text .icon {
  padding: 0;
}
.site-header .nav_desktop .article-highlight .wrapper-text .btn-link {
  margin-top: 28px;
  margin-bottom: 25px;
  border: none;
}
.site-header .nav_desktop .article-highlight .wrapper-text .btn-link .icon {
  width: 18px;
}
.site-header .nav_desktop .article-highlight .category {
  position: absolute;
  top: -20px;
  left: 15px;
  padding: 12px 10px;
  font-size: 0.8888888889rem;
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  border-radius: 50px;
  text-transform: capitalize;
  line-height: 100%;
}
.site-header .nav_desktop .article-highlight.cat-guides .wrapper-text,
.site-header .nav_desktop .article-highlight.cat-guides .category, .site-header .nav_desktop .article-highlight.cat-how .wrapper-text,
.site-header .nav_desktop .article-highlight.cat-how .category, .site-header .nav_desktop .article-highlight.cat-guías .wrapper-text,
.site-header .nav_desktop .article-highlight.cat-guías .category {
  background-color: #EDA2CD;
}
.site-header .nav_desktop .article-highlight.cat-products .wrapper-text,
.site-header .nav_desktop .article-highlight.cat-products .category, .site-header .nav_desktop .article-highlight.cat-produits .wrapper-text,
.site-header .nav_desktop .article-highlight.cat-produits .category, .site-header .nav_desktop .article-highlight.cat-produkte .wrapper-text,
.site-header .nav_desktop .article-highlight.cat-produkte .category, .site-header .nav_desktop .article-highlight.cat-productos .wrapper-text,
.site-header .nav_desktop .article-highlight.cat-productos .category {
  background-color: #FECB00;
}
.site-header .nav_desktop .article-highlight.cat-community .wrapper-text,
.site-header .nav_desktop .article-highlight.cat-community .category, .site-header .nav_desktop .article-highlight.cat-communauté .wrapper-text,
.site-header .nav_desktop .article-highlight.cat-communauté .category, .site-header .nav_desktop .article-highlight.cat-comunidad .wrapper-text,
.site-header .nav_desktop .article-highlight.cat-comunidad .category {
  background-color: #D2EB97;
}
.site-header .nav_desktop .top {
  background-color: #FFFFFF;
  top: -20px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 2;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 1280px) {
  .site-header .nav_desktop .top {
    top: 0;
  }
}
.site-header .nav_desktop .top .btn_close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.site-header .nav_desktop .top .btn_close svg path {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.site-header .nav_desktop .top .btn_close:hover {
  background-color: #ff5800;
}
.site-header .nav_desktop .top .btn_close:hover path {
  fill: #FFFFFF;
}
.site-header .nav_desktop .menu_tab-search {
  overflow: visible;
  overflow: initial;
}
.site-header .nav_desktop .menu_tab-search .seach_container {
  width: 100%;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
.site-header .nav_desktop .menu_tab-search .seach_container h4 {
  margin-bottom: 0;
  padding-bottom: 24px;
}
.site-header .nav_desktop .menu_tab-search .seach_container .search-bar {
  margin-top: 24px;
  margin-bottom: 50px;
  width: 100%;
}
.site-header .nav_desktop .menu_tab-search .seach_container form > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 100%;
  position: relative;
}
.site-header .nav_desktop .menu_tab-search .seach_container form > div input[type=text] {
  height: 74px;
  width: 100%;
  padding-left: 32px;
  padding-right: 220px;
  margin-top: 0;
  margin-bottom: 0;
  color: #333333;
  background-color: #F8F6F5;
  border: 1px solid #D8D9D3;
  border-radius: 60px;
}
.site-header .nav_desktop .menu_tab-search .seach_container form > div input[type=text]::-webkit-input-placeholder {
  color: #333333;
  font-size: 1.4444444444rem;
}
.site-header .nav_desktop .menu_tab-search .seach_container form > div input[type=text]::-moz-placeholder {
  color: #333333;
  font-size: 1.4444444444rem;
}
.site-header .nav_desktop .menu_tab-search .seach_container form > div input[type=text]:-ms-input-placeholder {
  color: #333333;
  font-size: 1.4444444444rem;
}
.site-header .nav_desktop .menu_tab-search .seach_container form > div input[type=text]::-ms-input-placeholder {
  color: #333333;
  font-size: 1.4444444444rem;
}
.site-header .nav_desktop .menu_tab-search .seach_container form > div input[type=text]::placeholder {
  color: #333333;
  font-size: 1.4444444444rem;
}
.site-header .nav_desktop .menu_tab-search .seach_container form > div input[type=text] {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .site-header .nav_desktop .menu_tab-search .seach_container form > div input[type=text] {
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 0;
  }
}
.site-header .nav_desktop .menu_tab-search .seach_container form > div #searchsubmit {
  height: 62px;
  width: auto;
  position: absolute;
  top: 50%;
  margin: 0;
  right: 6px;
  text-align: left;
  padding-right: 60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #FFFFFF;
  background-color: #FF5800;
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  font-size: 1.1111111111rem;
  z-index: 1000;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .site-header .nav_desktop .menu_tab-search .seach_container form > div #searchsubmit {
    top: 5px;
    color: #FF5800;
    padding: 0;
    width: 58px;
  }
}
.site-header .nav_desktop .menu_tab-search .seach_container form > div #searchsubmit[disabled] {
  background-color: #D8D9D3;
  cursor: not-allowed;
  opacity: 0.6;
}
.site-header .nav_desktop .menu_tab-search .seach_container form > div .relevanssi-live-search-results-showing {
  top: 0 !important;
  left: 20px !important;
  right: 20px !important;
  border-color: #FF5800 !important;
  width: auto !important;
}
.site-header .nav_desktop .menu_tab-search .seach_container form > div .relevanssi-live-search-results-showing {
  margin-top: -5px;
}
.site-header .nav_desktop .menu_tab-search .seach_container form > div .relevanssi-live-search-results-showing a {
  text-decoration: none;
  color: #FF5800;
}
.site-header .nav_desktop .menu_tab-search .seach_container form > div .relevanssi-live-search-results-showing a:hover {
  color: #FF5800;
}
.site-header .nav_desktop .menu_tab-search .seach_container form > div .relevanssi-live-search-result-status {
  display: none !important;
}
.site-header .nav_desktop .menu_tab-search .seach_container .form_wrap {
  position: relative;
}
.site-header .nav_desktop .menu_tab-search .seach_container .form_wrap .icon {
  position: absolute;
  right: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1000;
  pointer-events: none;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .site-header .nav_desktop .menu_tab-search .seach_container .form_wrap .icon {
    top: 50%;
    right: 16px;
  }
}
.site-header .nav_desktop .menu_tab-search .seach_container .tags-container {
  max-width: 30%;
}
.site-header .nav_desktop .menu_tab-search .seach_container .title-h4 {
  padding-top: 60px;
  padding-bottom: 18px;
  font-family: "Campton Medium", sans-serif;
  font-weight: 500;
  font-size: 0.8888888889rem;
  line-height: 140%;
}
.site-header .nav_desktop .menu_tab-search .seach_container .results-container .title-h4 {
  display: none;
}
.site-header .nav_desktop .menu_tab-search .seach_container .results-container .title-h4.show {
  display: block;
}
.site-header .nav_desktop .menu_tab-search .seach_container .tag_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.site-header .nav_desktop .menu_tab-search .seach_container .tag_wrap .tag {
  padding: 5px 14px;
  border-radius: 30px;
  border: 1px solid #D8D9D3;
  background: #FFFFFF;
  font-size: 1rem;
  line-height: 140%;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.site-header .nav_desktop .menu_tab-search .seach_container .tag_wrap .tag:hover {
  background: #F8F6F5;
  border: 1px solid #F8F6F5;
  color: #FF5800;
}
.site-header .nav_desktop .menu_tab-search .seach_container .results-wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px;
  gap: 20px;
}
.site-header .nav_mobile-btn {
  display: none;
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 1280px) {
  .site-header .nav_mobile-btn {
    display: block;
  }
}
.site-header .nav_mobile-btn.active .burger span:first-of-type {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  top: 50%;
}
.site-header .nav_mobile-btn.active .burger span:nth-child(2) {
  opacity: 0;
}
.site-header .nav_mobile-btn.active .burger span:last-of-type {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  top: 50%;
  bottom: auto;
}
.site-header .nav_mobile-btn .burger {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 15px;
}
.site-header .nav_mobile-btn .burger span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #FFFFFF;
  -webkit-transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
  transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
}
.site-header .nav_mobile-btn .burger span:first-of-type {
  top: 0;
}
.site-header .nav_mobile-btn .burger span:nth-child(2) {
  opacity: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.site-header .nav_mobile-btn .burger span:last-of-type {
  bottom: 0;
}
.site-header .nav_mobile {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(80dvh - env(safe-area-inset-bottom));
  min-height: calc(80dvh - env(safe-area-inset-bottom));
  margin-top: -20px;
  z-index: -1;
}
.site-header .nav_mobile .btn-close-nav-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  border: none;
  background: none;
  margin-top: -5px;
}
.site-header .nav_mobile .nav-mobile {
  padding: 49px 16px 34px 16px;
}
.site-header .nav_mobile .nav-mobile.active {
  height: calc(100dvh - env(safe-area-inset-bottom));
  min-height: calc(100dvh - env(safe-area-inset-bottom));
}
.site-header .nav_mobile .nav-mobile .wrapper-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.site-header .nav_mobile .nav-mobile .primary-menu {
  gap: 28px;
  width: 100%;
  margin-left: 0;
  margin-left: initial;
  margin-right: 0;
  margin-right: initial;
  max-width: 100%;
}
.site-header .nav_mobile .nav-mobile .top-title {
  font-size: 1.2222222222rem;
  line-height: 150%;
}
.site-header .nav_mobile .nav-mobile .top-title-link {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.site-header .nav_mobile .nav-mobile .top-title .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.site-header .nav_mobile .nav-mobile .top-title .icon svg {
  height: 100%;
  width: 100%;
}
.site-header .nav_mobile .nav-mobile .btn-language {
  font-size: 0.7777777778rem;
  margin-right: 10px;
  padding: 30px 0;
  position: sticky;
  position: -webkit-sticky;
  bottom: 0;
  top: 100%;
  left: 0;
}
.site-header .nav_mobile .nav-mobile .btn-language::before {
  display: none;
}
.site-header .nav_mobile .nav-mobile .btn-language::after {
  content: "";
  position: absolute;
  left: -5%;
  top: 0;
  height: 1px;
  width: 115%;
  display: block;
  background-color: #D8D9D3;
}
.site-header .nav_mobile .nav-mobile .btn-language .wpml-ls-legacy-dropdown {
  width: 100%;
  pointer-events: none;
}
.site-header .nav_mobile .nav-mobile .btn-language .wpml-ls-legacy-dropdown a {
  color: #333333;
  border: none;
  background-color: transparent;
  padding: 0;
  font-size: 1rem;
  line-height: 150%;
  text-align: left;
}
.site-header .nav_mobile .nav-mobile .btn-language .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.8781 6.76923L8.46875 12.1786L3.05938 6.76923L3.78063 6.04798L8.46875 10.7361L13.1569 6.04798L13.8781 6.76923Z' fill='black'/%3E%3C/svg%3E");
  right: 0;
  top: 0;
  border: 0;
}
.site-header .nav_mobile .nav-mobile .btn-language .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  display: none;
}
.site-header .nav_mobile .menu_tab {
  scroll-behavior: smooth;
  padding: 49px 16px 34px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #FFFFFF;
  height: calc(100% - env(safe-area-inset-bottom));
  min-height: calc(100dvh - env(safe-area-inset-bottom));
  border-radius: 0 0 12px 12px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: -1;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.site-header .nav_mobile .menu_tab::-webkit-scrollbar {
  display: none;
}
.site-header .nav_mobile .menu_tab .top {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .nav_mobile .menu_tab .top .wrapper-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.site-header .nav_mobile .menu_tab .btn-link-menu {
  position: fixed;
  bottom: 40px;
  left: 0;
  width: 100%;
  font-size: 1rem;
  text-decoration: underline;
  color: #FF5800;
  background-color: #F8F6F5;
  border-radius: 0;
  border: none;
}
.site-header .nav_mobile .menu_tab .btn-link-menu-sub {
  position: sticky;
  position: -webkit-sticky;
  bottom: 0;
}
.site-header .nav_mobile .menu_tab .btn-link-menu-sub::after {
  content: "";
  position: absolute;
  top: 0;
  left: -5%;
  display: block;
  width: 110%;
  height: 100%;
  background-color: #F8F6F5;
  z-index: -1;
}
.site-header .nav_mobile .menu_tab .back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .nav_mobile .menu_tab .back svg {
  margin-right: 8px;
}
.site-header .nav_mobile .menu_tab .title-h3 {
  display: block;
  font-size: 1.4444444444rem;
  font-family: "Campton Black", sans-serif;
  font-weight: 900;
  line-height: 100%;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .nav_mobile .menu_tab .title-h3 svg {
  margin-left: 12px;
}
.site-header .nav_mobile .menu_tab .btn_close {
  margin-left: auto;
}
.site-header .nav_mobile .menu_tab .content {
  padding-top: 60px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .site-header .nav_mobile .menu_tab .content {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
  }
}
.site-header .nav_mobile .menu_tab .content.content_sub {
  margin-top: 32px;
}
.site-header .nav_mobile .menu_tab .content.content_sub .content-description {
  margin-bottom: 32px;
}
.site-header .nav_mobile .menu_tab .content .col_title ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
}
.site-header .nav_mobile .menu_tab .content .col_title .category-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: 0.25s all ease-out;
  transition: 0.25s all ease-out;
}
.site-header .nav_mobile .menu_tab .content .col_title .category-item.active, .site-header .nav_mobile .menu_tab .content .col_title .category-item:hover {
  background-color: #F8F6F5;
}
.site-header .nav_mobile .menu_tab .content .col_title .category-item.active .category-title, .site-header .nav_mobile .menu_tab .content .col_title .category-item:hover .category-title {
  color: #FF5800;
}
.site-header .nav_mobile .menu_tab .content .col_title .category-item .category-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.site-header .nav_mobile .menu_tab .content .col_title .category-item .category-title .icon {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .nav_mobile .menu_tab .content .col_title .category-title {
  font-size: 1.2222222222rem;
  font-family: "Campton Medium", sans-serif;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 0;
  -webkit-transition: 0.25s all ease-out;
  transition: 0.25s all ease-out;
}
.site-header .nav_mobile .menu_tab .content .col_title .icon {
  padding: 11px 0;
  width: 90px;
  min-width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .nav_mobile .menu_tab .content .col_title .icon img {
  max-width: 85px;
}
.site-header .nav_mobile .menu_tab .content .col_title .txt {
  font-size: 16px;
  margin-top: 8px;
}
.site-header .nav_mobile .menu_tab .content .col_title .btn {
  margin-top: 32px;
}
.site-header .nav_mobile .menu_tab .content .product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.site-header .nav_mobile .menu_tab .content .product-list .product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.site-header .nav_mobile .menu_tab .content .product-list .product-image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 89px;
  width: 89px;
  padding: 20px 7px;
  border-radius: 20px;
  background-color: #F8F6F5;
}
.site-header .nav_mobile .menu_tab .content .product-list .product-image .shadow {
  display: block;
  width: 70%;
  height: 20px;
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #333333;
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -o-filter: blur(8px);
  -ms-filter: blur(8px);
  filter: blur(8px);
  opacity: 0.2;
}
.site-header .nav_mobile .menu_tab .content .product-list .product-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.site-header .nav_mobile .menu_tab .content .product-list .title-h4 {
  text-align: center;
  font-size: 1.1111111111rem;
  font-family: "Campton Black", sans-serif;
  font-weight: 900;
  line-height: 120%;
}
.site-header .nav_mobile .menu_tab .sub_menu {
  background-color: white;
  z-index: 1;
  height: 100%;
}
.site-header .nav_mobile .menu_tab .sub_menu .product-list {
  padding-bottom: 100px;
}
.site-header .nav_mobile .menu_tab .col_content .links-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
}
.site-header .nav_mobile .menu_tab .col_content .link-pages {
  font-size: 1.2222222222rem;
  line-height: 150%;
}
.site-header .nav_mobile .menu_tab .col_content .btn-link-menu {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .site-header .nav_mobile .menu_tab .col_content .btn-link-menu {
    display: none;
  }
}
.site-header .nav_mobile .menu_tab .col_highlight {
  display: block;
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #D8D9D3;
}
.site-header .nav_mobile .menu_tab .col_highlight .title-h3 {
  color: #FECB00;
  font-size: 1.1111111111rem;
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 20px;
}
.site-header .nav_mobile .menu_tab .col_highlight .product-highlight {
  padding: 5px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
}
.site-header .nav_mobile .menu_tab .col_highlight .product-highlight:last-child {
  padding-bottom: 32px;
}
.site-header .nav_mobile .menu_tab .col_highlight .product-highlight img {
  max-width: 68px;
}
.site-header .nav_mobile .menu_tab .col_highlight .product-highlight .title-h4 {
  font-size: 1.1111111111rem;
  line-height: 120%;
}
.site-header .nav_mobile .menu_tab .col_highlight .article-highlight {
  display: block;
  padding-bottom: 32px;
}
.site-header .nav_mobile .menu_tab .col_highlight .article-highlight .wrapper-media {
  height: 100%;
  max-height: 265px;
  border-radius: 40px 40px 0 0;
  overflow: hidden;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .site-header .nav_mobile .menu_tab .col_highlight .article-highlight .wrapper-media {
    max-height: 250px;
  }
}
.site-header .nav_mobile .menu_tab .col_highlight .article-highlight .wrapper-media img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.site-header .nav_mobile .menu_tab .col_highlight .article-highlight .wrapper-text {
  position: relative;
  border-radius: 0 0 40px 40px;
  padding: 30px 28px;
  height: 100%;
}
.site-header .nav_mobile .menu_tab .col_highlight .article-highlight .wrapper-text .title-h3 {
  color: #333333;
  font-size: 1.2222222222rem;
  line-height: 140%;
  margin-bottom: 0;
}
.site-header .nav_mobile .menu_tab .col_highlight .article-highlight .wrapper-text .icon {
  padding: 0;
}
.site-header .nav_mobile .menu_tab .col_highlight .article-highlight .wrapper-text .btn-link {
  margin-top: 28px;
  border: none;
}
.site-header .nav_mobile .menu_tab .col_highlight .article-highlight .category {
  position: absolute;
  top: -20px;
  left: 15px;
  padding: 12px 10px;
  font-size: 0.8888888889rem;
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  border-radius: 50px;
  text-transform: capitalize;
  line-height: 100%;
}
.site-header .nav_mobile .menu_tab .col_highlight .article-highlight.cat-guides .wrapper-text,
.site-header .nav_mobile .menu_tab .col_highlight .article-highlight.cat-guides .category, .site-header .nav_mobile .menu_tab .col_highlight .article-highlight.cat-how .wrapper-text,
.site-header .nav_mobile .menu_tab .col_highlight .article-highlight.cat-how .category, .site-header .nav_mobile .menu_tab .col_highlight .article-highlight.cat-guías .wrapper-text,
.site-header .nav_mobile .menu_tab .col_highlight .article-highlight.cat-guías .category {
  background-color: #EDA2CD;
}
.site-header .nav_mobile .menu_tab .col_highlight .article-highlight.cat-products .wrapper-text,
.site-header .nav_mobile .menu_tab .col_highlight .article-highlight.cat-products .category, .site-header .nav_mobile .menu_tab .col_highlight .article-highlight.cat-produits .wrapper-text,
.site-header .nav_mobile .menu_tab .col_highlight .article-highlight.cat-produits .category, .site-header .nav_mobile .menu_tab .col_highlight .article-highlight.cat-produkte .wrapper-text,
.site-header .nav_mobile .menu_tab .col_highlight .article-highlight.cat-produkte .category, .site-header .nav_mobile .menu_tab .col_highlight .article-highlight.cat-productos .wrapper-text,
.site-header .nav_mobile .menu_tab .col_highlight .article-highlight.cat-productos .category {
  background-color: #FECB00;
}
.site-header .nav_mobile .menu_tab .col_highlight .article-highlight.cat-community .wrapper-text,
.site-header .nav_mobile .menu_tab .col_highlight .article-highlight.cat-community .category, .site-header .nav_mobile .menu_tab .col_highlight .article-highlight.cat-communauté .wrapper-text,
.site-header .nav_mobile .menu_tab .col_highlight .article-highlight.cat-communauté .category, .site-header .nav_mobile .menu_tab .col_highlight .article-highlight.cat-comunidad .wrapper-text,
.site-header .nav_mobile .menu_tab .col_highlight .article-highlight.cat-comunidad .category {
  background-color: #D2EB97;
}
.site-header .nav_mobile .menu_tab.menu_tab1 .content {
  height: 100%;
}
.site-header .nav_mobile .menu_tab.menu_tab1 .btn-link-menu-sub {
  top: 100%;
}
.site-header .nav_mobile .menu_tab-search .btn_close_search {
  margin-left: auto;
}
.site-header .nav_mobile .menu_tab-search .seach_container {
  width: 100%;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
.site-header .nav_mobile .menu_tab-search .seach_container h4 {
  margin-bottom: 0;
  padding-bottom: 24px;
}
.site-header .nav_mobile .menu_tab-search .seach_container .search-bar {
  margin-top: 24px;
  margin-bottom: 50px;
  width: 100%;
}
.site-header .nav_mobile .menu_tab-search .seach_container form > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 100%;
  position: relative;
}
.site-header .nav_mobile .menu_tab-search .seach_container form > div input[type=text] {
  height: 74px;
  width: 100%;
  padding-left: 32px;
  padding-right: 220px;
  margin-top: 0;
  margin-bottom: 0;
  color: #333333;
  background-color: #F8F6F5;
  border: 1px solid #D8D9D3;
  border-radius: 60px;
}
.site-header .nav_mobile .menu_tab-search .seach_container form > div input[type=text]::-webkit-input-placeholder {
  color: #333333;
}
.site-header .nav_mobile .menu_tab-search .seach_container form > div input[type=text]::-moz-placeholder {
  color: #333333;
}
.site-header .nav_mobile .menu_tab-search .seach_container form > div input[type=text]:-ms-input-placeholder {
  color: #333333;
}
.site-header .nav_mobile .menu_tab-search .seach_container form > div input[type=text]::-ms-input-placeholder {
  color: #333333;
}
.site-header .nav_mobile .menu_tab-search .seach_container form > div input[type=text]::placeholder {
  color: #333333;
}
.site-header .nav_mobile .menu_tab-search .seach_container form > div input[type=text] {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .site-header .nav_mobile .menu_tab-search .seach_container form > div input[type=text] {
    height: 64px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 0;
  }
}
.site-header .nav_mobile .menu_tab-search .seach_container form > div #searchsubmit {
  height: 62px;
  width: auto;
  position: absolute;
  top: 50%;
  margin: 0;
  right: 6px;
  text-align: left;
  padding-right: 60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #FFFFFF;
  background-color: #FF5800;
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  font-size: 1.1111111111rem;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .site-header .nav_mobile .menu_tab-search .seach_container form > div #searchsubmit {
    color: #FF5800;
    padding: 0;
    height: 54px;
    width: 62px;
  }
}
.site-header .nav_mobile .menu_tab-search .seach_container form > div .relevanssi-live-search-results-showing {
  top: 0 !important;
  left: 20px !important;
  right: 20px !important;
  border-color: #FF5800 !important;
  width: auto !important;
}
.site-header .nav_mobile .menu_tab-search .seach_container form > div .relevanssi-live-search-results-showing {
  margin-top: -5px;
}
.site-header .nav_mobile .menu_tab-search .seach_container form > div .relevanssi-live-search-results-showing a {
  text-decoration: none;
  color: #FF5800;
}
.site-header .nav_mobile .menu_tab-search .seach_container form > div .relevanssi-live-search-results-showing a:hover {
  color: #FF5800;
}
.site-header .nav_mobile .menu_tab-search .seach_container form > div .relevanssi-live-search-result-status {
  display: none !important;
}
.site-header .nav_mobile .menu_tab-search .seach_container .form_wrap {
  position: relative;
}
.site-header .nav_mobile .menu_tab-search .seach_container .form_wrap .icon {
  position: absolute;
  right: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  pointer-events: none;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .site-header .nav_mobile .menu_tab-search .seach_container .form_wrap .icon {
    top: 50%;
    right: 25px;
  }
}
.site-header .nav_mobile .menu_tab-search .seach_container .results-container {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .site-header .nav_mobile .menu_tab-search .seach_container .results-container {
    margin-top: 32px;
  }
  .site-header .nav_mobile .menu_tab-search .seach_container .results-container .title-h4 {
    display: none;
  }
}
.site-header .nav_mobile .menu_tab-search .seach_container .title-h4 {
  padding-top: 60px;
  padding-bottom: 18px;
  font-family: "Campton Medium", sans-serif;
  font-weight: 500;
  font-size: 0.8888888889rem;
  line-height: 140%;
}
.site-header .nav_mobile .menu_tab-search .seach_container .tag_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.site-header .nav_mobile .menu_tab-search .seach_container .tag_wrap .tag {
  padding: 5px 14px;
  border-radius: 30px;
  border: 1px solid #D8D9D3;
  background: #FFFFFF;
  font-size: 0.8888888889rem;
  line-height: 140%;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.site-header .nav_mobile .menu_tab-search .seach_container .tag_wrap .tag:hover {
  background: #F8F6F5;
  border: 1px solid #F8F6F5;
  color: #FF5800;
}
.site-header .nav_mobile .menu_tab-search .seach_container .results-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.header {
  background-color: #FF5800;
  padding: 32px 0;
}
.header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer {
  width: 100%;
}
footer .pre-footer {
  padding: 22px 50px;
  background-color: #FECB00;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  footer .pre-footer {
    padding: 35px 0;
  }
}
footer .pre-footer .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  footer .pre-footer .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18px;
  }
}
footer .pre-footer .features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  footer .pre-footer .features {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 14px;
    text-align: left;
  }
}
footer .pre-footer .features .icon {
  max-width: 50px;
}
footer .pre-footer .features .text {
  font-size: 0.8888888889rem;
  max-width: 70%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  footer .pre-footer .features .text {
    max-width: 100%;
  }
}
footer .footer-content {
  color: #FFFFFF;
  background-color: #FF5800;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  footer .footer-content {
    display: none;
  }
}
footer .footer-content .title-h5 {
  margin-top: 0;
  margin-bottom: 20px;
}
footer .footer-content .btn-language {
  font-size: 0.7777777778rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 4px 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 30px;
  border: 1px solid #FFFFFF;
}
footer .footer-content .btn-language::before {
  content: "";
  opacity: 0;
}
footer .footer-content .btn-language::before:hover {
  opacity: 0;
}
footer .footer-content .btn-language .wpml-ls-legacy-dropdown {
  width: 40px;
  z-index: 0;
}
footer .footer-content .btn-language .wpml-ls-legacy-dropdown a {
  color: #FFFFFF;
  border: none;
  background-color: transparent;
  padding: 0;
  font-size: 0.7777777778rem;
  line-height: 150%;
  text-align: left;
}
footer .footer-content .btn-language .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.8781 6.76923L8.46875 12.1786L3.05938 6.76923L3.78063 6.04798L8.46875 10.7361L13.1569 6.04798L13.8781 6.76923Z' fill='white'/%3E%3C/svg%3E");
  right: 0;
  top: 0;
  border: 0;
}
footer .footer-content .btn-language .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  display: none;
}
footer .footer-content .footer-content-left {
  padding: 80px 0 22px 0;
  border-right: 1px solid #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer-content .footer-content-left .row-columns {
  padding-bottom: 22px;
  padding-right: 80px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer-content .footer-content-left .row-columns .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
footer .footer-content .footer-content-left .row-planet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding-top: 40px;
  padding-bottom: 60px;
  border-top: 1px solid #FFFFFF;
}
footer .footer-content .footer-content-left .row-planet img {
  max-width: 75px;
}
footer .footer-content .footer-content-left .row-planet p {
  font-family: "Campton Medium Italic", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 16px;
  padding-right: 80px;
}
footer .footer-content .footer-content-left .row-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-right: 80px;
}
footer .footer-content .footer-content-left .row-address .address-title {
  font-size: 0.8888888889rem;
  margin-bottom: 15px;
}
footer .footer-content .footer-content-left .row-address .address-1,
footer .footer-content .footer-content-left .row-address .address-2 {
  font-size: 0.7222222222rem;
}
footer .footer-content .footer-content-left .wrapper-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 100px;
}
footer .footer-content .footer-content-right {
  padding: 80px 0 35px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer-content .footer-content-right .description {
  margin-bottom: 1rem;
}
footer .footer-content .footer-content-right .news-form input[type=submit] {
  margin-top: 12px;
  margin-bottom: 112px;
  padding: 8px 28px;
  font-size: 17px;
  line-height: 150%;
  color: #FF5800;
  border: 3px solid #FF5800;
  background-color: #FFFFFF;
}
footer .footer-content .footer-content-right .news-form input[type=submit]:hover, footer .footer-content .footer-content-right .news-form input[type=submit]:focus {
  color: #FFFFFF;
  border: 3px solid #FFFFFF;
  background-color: #FF5800;
}
footer .footer-content .footer-content-right .social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
}
footer .footer-content .footer-content-bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 35px 0;
  border-top: 1px solid #FFFFFF;
}
footer .footer-content .footer-content-bottom > p,
footer .footer-content .footer-content-bottom .copyrights {
  font-size: 0.7222222222rem;
}
footer .footer-content .footer-content-bottom .copyrights {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  footer .footer-content .footer-content-bottom .copyrights {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .footer-content .footer-content-bottom .copyrights a {
  color: #FFFFFF;
}
footer .footer-mobile {
  display: none;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  footer .footer-mobile {
    display: block;
  }
  footer .footer-mobile .title-h5 {
    margin-bottom: 16px;
  }
  footer .footer-mobile .footer-content-top {
    padding-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .footer-mobile .footer-content-top .logo-footer {
    margin-bottom: 40px;
  }
  footer .footer-mobile .footer-content-left {
    padding: 50px 0;
    border-right: none;
    border-bottom: 1px solid #FFFFFF;
  }
  footer .footer-mobile .footer-content-left .row-columns {
    row-gap: 30px;
    padding-bottom: 0;
    padding-right: 0;
  }
  footer .footer-mobile .footer-content-left .row-columns .menu {
    gap: 15px;
  }
  footer .footer-mobile .footer-content-left .row-columns .menu li {
    font-size: 0.8888888889rem;
  }
  footer .footer-mobile .footer-content-left .col-3 {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }
  footer .footer-mobile .footer-content-left .col-3:first-child {
    padding-right: 10px;
  }
  footer .footer-mobile .footer-content-right {
    padding: 50px 0 22px 0;
  }
  footer .footer-mobile .footer-content-right .news-form input[type=submit] {
    margin-bottom: 50px;
  }
  footer .footer-mobile .footer-content-right .row-planet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #FFFFFF;
  }
  footer .footer-mobile .footer-content-right .row-planet img {
    max-width: 55px;
  }
  footer .footer-mobile .footer-content-right .row-planet p {
    font-family: "Campton Medium Italic", sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 16px;
  }
  footer .footer-mobile .footer-content-right .social-list {
    gap: 30px;
    margin-bottom: 50px;
  }
  footer .footer-mobile .footer-content-right .row-address .wrapper-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .footer-mobile .footer-content-right .row-address .address-title {
    font-size: 0.8888888889rem;
    margin-bottom: 15px;
  }
  footer .footer-mobile .footer-content-right .row-address .address-1,
  footer .footer-mobile .footer-content-right .row-address .address-2 {
    font-size: 0.7222222222rem;
    width: 50%;
  }
  footer .footer-mobile .footer-content-bottom {
    padding: 22px 0 75px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.module-01-hero {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
}
.module-01-hero.layout-tallImg, .module-01-hero.layout-video, .module-01-hero.layout-slider, .module-01-hero.layout-video {
  min-height: 100vh;
  max-height: 100vh;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .module-01-hero.layout-tallImg, .module-01-hero.layout-video, .module-01-hero.layout-slider, .module-01-hero.layout-video {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .module-01-hero.layout-tallImg .content, .module-01-hero.layout-video .content, .module-01-hero.layout-slider .content, .module-01-hero.layout-video .content {
    padding-top: 195px;
  }
}
.module-01-hero.layout-noImg {
  padding: 190px 0 60px 0;
  color: #333333;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-01-hero.layout-noImg {
    padding: 150px 0 40px 0;
  }
}
.module-01-hero.layout-noImg .filter {
  display: none;
}
.module-01-hero.layout-shortImg {
  min-height: 628px;
  max-height: 628px;
  padding: 60px 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.module-01-hero.layout-video {
  min-height: 90vh;
  max-height: 90vh;
}
.module-01-hero .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
}
.module-01-hero .bg img,
.module-01-hero .bg video {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.module-01-hero .bg.video-container {
  overflow: hidden;
}
.module-01-hero .bg.video-container .fallback-image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}
.module-01-hero .bg.video-container .video-element {
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.module-01-hero.vimeo {
  overflow: hidden;
}
.module-01-hero.vimeo .bg {
  position: absolute;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  -webkit-transform: none;
          transform: none;
  -webkit-transform: initial;
          transform: initial;
}
.module-01-hero.vimeo .bg iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-aspect-ratio: 16/9) {
  .module-01-hero.vimeo .bg iframe {
    height: 56.25vw;
    width: 100vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .module-01-hero.vimeo .bg iframe {
    width: 177.78vh;
    height: 100vh;
  }
}
.module-01-hero .filter {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, right top, left top, color-stop(60%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 1;
}
.module-01-hero .content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2;
}
.module-01-hero .content > * {
  max-width: 40%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-01-hero .content > * {
    max-width: 100%;
  }
}
.module-01-hero .content .wrapper-title .subtitle {
  margin-top: 12px;
}
.module-01-hero .content .wrapper-content .description {
  margin-top: 12px;
  font-family: "Campton Medium", sans-serif;
  font-weight: 500;
  font-size: 1.1111111111rem;
  line-height: 140%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-01-hero .content .wrapper-content .description {
    font-size: 1rem;
  }
}
.module-01-hero .content .wrapper-content .wrapper-cta {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .module-01-hero .content .wrapper-content .wrapper-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.module-01-hero.text-white .btn-primary,
.module-01-hero.text-white .btn-secondary {
  color: #FFFFFF;
}
.module-01-hero.text-orange .btn-primary,
.module-01-hero.text-orange .btn-secondary {
  color: #FF5800;
}
.module-01-hero.bg-white .btn-primary {
  background-color: #FFFFFF;
}
.module-01-hero.bg-white .btn-primary:hover {
  color: #FFFFFF;
  background-color: #FF5800;
}
.module-01-hero.bg-white .btn-secondary {
  border: 3px solid #FFFFFF;
}
.module-01-hero.bg-white .btn-secondary:hover {
  border: 3px solid #FF5800;
}
.module-01-hero.bg-orange .btn-primary {
  background-color: #FF5800;
}
.module-01-hero.bg-orange .btn-primary:hover {
  color: #FF5800;
  background-color: #FFFFFF;
}
.module-01-hero.bg-orange .btn-secondary {
  border: 3px solid #FF5800;
}
.module-01-hero.bg-orange .btn-secondary:hover {
  border: 3px solid #FFFFFF;
}

.module-02-content {
  position: relative;
}
.module-02-content.type-txtMedia .wrapper-texte {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 100px;
  padding-right: 5%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-02-content.type-txtMedia .wrapper-texte {
    padding: 35px 5%;
  }
}
.module-02-content.type-txt, .module-02-content.type-iframe {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1485px;
}
.module-02-content.type-iframe {
  padding: 60px 0;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-02-content.type-iframe {
    padding: 35px 0;
  }
}
.module-02-content.type-txt.flex-block_first {
  padding-top: 193px;
}
.module-02-content.type-txt.flex-block_first .wrapper-texte {
  padding-top: 0;
  padding-bottom: 120px;
}
.module-02-content.type-txt.flex-block_first .wrapper-texte .title-h1 {
  color: #FF5800;
  line-height: 90%;
  margin-bottom: 12px;
}
.module-02-content.layout-imgTxt .wrapper-media {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.module-02-content.layout-imgTxt .wrapper-texte {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.module-02-content.layout-txtImg .wrapper-media {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-02-content.layout-txtImg .wrapper-media {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.module-02-content.layout-txtImg .wrapper-texte {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 5%;
  padding-right: 100px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-02-content.layout-txtImg .wrapper-texte {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 35px 5%;
  }
}
.module-02-content .wrapper-media img,
.module-02-content .wrapper-media video {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.module-02-content .wrapper-texte {
  padding-top: 60px;
  padding-bottom: 60px;
}
.module-02-content .wrapper-texte .title-h2 {
  color: #FF5800;
  margin-bottom: 20px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-02-content .wrapper-texte .title-h2 {
    margin-bottom: 18px;
  }
}
.module-02-content .wrapper-texte .subtitle {
  color: #FECB00;
  font-size: 1.4444444444rem;
  margin-bottom: 20px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-02-content .wrapper-texte .subtitle {
    font-size: 1.2222222222rem;
    margin-bottom: 18px;
  }
}
.module-02-content .wrapper-texte .wrapper-cta {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .module-02-content .wrapper-texte .wrapper-cta {
    margin-top: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.module-02-content .wrapper-texte .wrapper-cta .btn-secondary {
  color: #333333;
}
.module-02-content .wrapper-texte .wrapper-cta .btn-secondary:hover {
  border: 3px solid #FF5800;
  color: #FF5800;
}

.module-03-selling-points {
  position: relative;
  padding: 60px 0;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-03-selling-points {
    padding: 35px 0;
  }
}
.module-03-selling-points .wrapper-texte {
  margin-bottom: 40px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-03-selling-points .wrapper-texte {
    margin-bottom: 32px;
  }
}
.module-03-selling-points .wrapper-texte .title-h2 {
  color: #FF5800;
  margin-bottom: 12px;
}
.module-03-selling-points .wrapper-texte .description {
  font-size: 1.1111111111rem;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-03-selling-points .wrapper-texte .description {
    font-size: 1rem;
  }
}
.module-03-selling-points .wrapper-boxes {
  display: grid;
  grid-gap: 25px;
  gap: 25px;
  grid-template-columns: repeat(3, 1fr);
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-03-selling-points .wrapper-boxes {
    gap: 12px;
    grid-template-columns: 1fr;
  }
}
.module-03-selling-points .wrapper-boxes.full-boxes {
  grid-template-columns: repeat(4, 1fr);
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-03-selling-points .wrapper-boxes.full-boxes {
    grid-template-columns: 1fr;
  }
}
.module-03-selling-points .wrapper-boxes .box {
  color: #FFFFFF;
  padding: 26px;
  border-radius: 4px;
}
.module-03-selling-points .wrapper-boxes .box .icon {
  margin-bottom: 32px;
  max-width: 100px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-03-selling-points .wrapper-boxes .box .icon {
    margin-bottom: 22px;
  }
}
.module-03-selling-points .wrapper-boxes .box .title-h3 {
  font-size: 1.4444444444rem;
  margin-bottom: 6px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-03-selling-points .wrapper-boxes .box .title-h3 {
    font-size: 1.2222222222rem;
    margin-bottom: 11px;
  }
}
.module-03-selling-points .wrapper-boxes .box .text {
  font-size: 0.8888888889rem;
}
.module-03-selling-points .wrapper-boxes .box.bg-grey {
  background-color: #D8D9D3;
}
.module-03-selling-points .wrapper-boxes .box.bg-pink {
  background-color: #EDA2CD;
}
.module-03-selling-points .wrapper-boxes .box.bg-purple {
  background-color: #855CB2;
}
.module-03-selling-points .wrapper-boxes .box.bg-dark-purple {
  background-color: #47228A;
}
.module-03-selling-points .wrapper-boxes .box.bg-plum {
  background-color: #B3196D;
}
.module-03-selling-points .wrapper-boxes .box.bg-wine {
  background-color: #580039;
}
.module-03-selling-points .wrapper-boxes .box.bg-red {
  background-color: #F00000;
}
.module-03-selling-points .wrapper-boxes .box.bg-neon-orange {
  background-color: #FF3E00;
}
.module-03-selling-points .wrapper-boxes .box.bg-lemon {
  background-color: #FFB700;
}
.module-03-selling-points .wrapper-boxes .box.bg-pastel-green {
  background-color: #D2EB97;
}
.module-03-selling-points .wrapper-boxes .box.bg-green-lemon {
  background-color: #9EC200;
}
.module-03-selling-points .wrapper-boxes .box.bg-green {
  background-color: #00A028;
}
.module-03-selling-points .wrapper-boxes .box.bg-dark-green {
  background-color: #008239;
}
.module-03-selling-points .wrapper-boxes .box.bg-cyan {
  background-color: #00CBE2;
}
.module-03-selling-points .wrapper-boxes .box.bg-blue {
  background-color: #004CA1;
}

.module-04-banner-text {
  background-color: #FF5800;
}
.module-04-banner-text .description {
  line-height: 140%;
}
.module-04-banner-text.layout-brand {
  padding: 120px 15%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-04-banner-text.layout-brand {
    padding: 80px 0;
  }
}
.module-04-banner-text.layout-brand .description {
  color: #FECB00;
  font-family: "Campton Black", sans-serif;
  font-weight: 900;
  font-size: 3.3333333333rem;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-04-banner-text.layout-brand .description {
    font-size: 1.7777777778rem;
  }
}
.module-04-banner-text.layout-product {
  position: relative;
  padding: 140px 0;
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 991px) {
  .module-04-banner-text.layout-product {
    min-height: 380px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.module-04-banner-text.layout-product {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-04-banner-text.layout-product {
    padding: 60px 0 200px 0;
  }
}
.module-04-banner-text.layout-product .icon {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 277px;
  overflow: hidden;
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 991px) {
  .module-04-banner-text.layout-product .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.module-04-banner-text.layout-product .icon {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 1280px) {
  .module-04-banner-text.layout-product .icon {
    max-width: 225px;
  }
}
.module-04-banner-text.layout-product .icon {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-04-banner-text.layout-product .icon {
    top: auto;
    top: initial;
    right: auto;
    right: initial;
    bottom: -35px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
    max-width: 180px;
    max-height: 251px;
  }
}
.module-04-banner-text.layout-product .icon svg {
  width: 100%;
  height: 100%;
}
.module-04-banner-text.layout-product .description {
  color: #FFFFFF;
  font-family: "Campton Medium", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  max-width: 80%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-04-banner-text.layout-product .description {
    font-size: 1.4444444444rem;
    max-width: 100%;
  }
}
.module-04-banner-text.layout-product .description a {
  position: relative;
  color: #FFFFFF;
  text-decoration: none;
}
.module-04-banner-text.layout-product .description a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 3px;
  opacity: 1;
  background-color: #FFFFFF;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.module-04-banner-text.layout-product .description a:hover::after {
  opacity: 0;
}
.module-04-banner-text + .module-02-content {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-04-banner-text + .module-02-content {
    margin-top: 32px;
  }
}

.module-05-rolling-number {
  color: #FFFFFF;
  background-color: #FF5800;
  padding: 120px 0;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-05-rolling-number {
    padding: 80px 0;
  }
}
.module-05-rolling-number .wrapper-texte {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Campton Black", sans-serif;
  font-weight: 900;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-05-rolling-number .wrapper-texte {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.module-05-rolling-number .wrapper-texte .text-left {
  font-size: max(1rem, min(3vw, 52px));
  line-height: 100%;
  max-width: 28%;
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 1460px) {
  .module-05-rolling-number .wrapper-texte .text-left {
    max-width: 30%;
  }
}
.module-05-rolling-number .wrapper-texte .text-left {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-05-rolling-number .wrapper-texte .text-left {
    font-size: 1.7777777778rem;
    max-width: 100%;
  }
}
.module-05-rolling-number .wrapper-texte .number {
  position: relative;
  font-size: 6.9444444444rem;
  color: #FECB00;
  text-align: center;
  line-height: 100%;
  max-width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 1280px) {
  .module-05-rolling-number .wrapper-texte .number {
    font-size: 4.2222222222rem;
    max-width: 100%;
    margin: 30px auto;
    gap: 2px;
  }
}
.module-05-rolling-number .wrapper-texte .number::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 100%;
  height: 3px;
  background-color: #FF5800;
}
.module-05-rolling-number .wrapper-texte .number span {
  padding: 22px 18px;
  background-color: #FFFFFF;
  border-radius: 20px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-05-rolling-number .wrapper-texte .number span {
    padding: 15px 10px;
    border-radius: 11px;
  }
}
.module-05-rolling-number .wrapper-texte .text-right {
  font-size: max(1rem, min(2.8vw, 52px));
  line-height: 100%;
  max-width: 15%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 1280px) {
  .module-05-rolling-number .wrapper-texte .text-right {
    max-width: 18%;
  }
}
.module-05-rolling-number .wrapper-texte .text-right {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-05-rolling-number .wrapper-texte .text-right {
    font-size: 1.7777777778rem;
    max-width: 100%;
  }
}

.module-06-banner-full-image {
  position: relative;
  background-color: #FECB00;
}
.module-06-banner-full-image .wrapper-media img,
.module-06-banner-full-image .wrapper-media video {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.module-06-banner-full-image .wrapper-texte {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 95px 5% 95px 65px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-06-banner-full-image .wrapper-texte {
    padding: 35px 5%;
  }
}
.module-06-banner-full-image .title-h2 {
  color: #FF5800;
  margin-bottom: 20px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-06-banner-full-image .title-h2 {
    margin-bottom: 18px;
  }
}
.module-06-banner-full-image .subtitle {
  color: #FECB00;
  font-size: 1.4444444444rem;
  margin-bottom: 20px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-06-banner-full-image .subtitle {
    font-size: 1.2222222222rem;
    margin-bottom: 18px;
  }
}
.module-06-banner-full-image .wrapper-cta {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .module-06-banner-full-image .wrapper-cta {
    margin-top: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.module-06-banner-full-image .wrapper-cta .btn-secondary {
  color: #FF5800;
}
.module-06-banner-full-image.layout-imgTxt .wrapper-media {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.module-06-banner-full-image.layout-imgTxt .wrapper-texte {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.module-06-banner-full-image.layout-txtImg .wrapper-media {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-06-banner-full-image.layout-txtImg .wrapper-media {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.module-06-banner-full-image.layout-txtImg .wrapper-texte {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 5%;
  padding-right: 100px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-06-banner-full-image.layout-txtImg .wrapper-texte {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.module-07-banner-rounded-angles {
  padding: 60px 0;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-07-banner-rounded-angles {
    padding: 35px 0;
  }
}
.module-07-banner-rounded-angles .wrapper-media img {
  border-radius: 60px 0px 0px 60px;
  overflow: hidden;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-07-banner-rounded-angles .wrapper-media img {
    border-radius: 40px 40px 0px 0px;
  }
}
.module-07-banner-rounded-angles .wrapper-media img,
.module-07-banner-rounded-angles .wrapper-media video {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.module-07-banner-rounded-angles .wrapper-texte {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 596px;
  padding: 50px 60px;
  color: #FFFFFF;
  background-color: #FF5800;
  border-radius: 0px 60px 60px 0px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-07-banner-rounded-angles .wrapper-texte {
    min-height: 0;
    min-height: initial;
    padding: 30px;
    border-radius: 0px 0px 40px 40px;
  }
}
.module-07-banner-rounded-angles .wrapper-texte .wrapper-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.module-07-banner-rounded-angles .wrapper-texte .title-h2 {
  max-width: 90%;
  margin-bottom: 20px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 1280px) {
  .module-07-banner-rounded-angles .wrapper-texte .title-h2 {
    max-width: 80%;
  }
}
.module-07-banner-rounded-angles .wrapper-texte .title-h2 {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-07-banner-rounded-angles .wrapper-texte .title-h2 {
    margin-bottom: 12px;
    max-width: 100%;
  }
}
.module-07-banner-rounded-angles .wrapper-texte .description {
  font-size: 1.1111111111rem;
  line-height: 140%;
}
.module-07-banner-rounded-angles .wrapper-texte .wrapper-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-07-banner-rounded-angles .wrapper-texte .wrapper-cta {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.module-07-banner-rounded-angles .wrapper-texte .wrapper-cta .btn-primary {
  border: 3px solid #FFFFFF;
  background-color: #FFFFFF;
  color: #FF5800;
}
.module-07-banner-rounded-angles .wrapper-texte .wrapper-cta .btn-primary:hover {
  background-color: #FF5800;
  color: #FFFFFF;
}
.module-07-banner-rounded-angles .wrapper-texte .wrapper-cta .btn-secondary {
  border: 3px solid #FFFFFF;
}
.module-07-banner-rounded-angles .wrapper-texte .wrapper-cta .btn-secondary:hover {
  border: 3px solid #FF5800;
}
.module-07-banner-rounded-angles .wrapper-texte p a {
  color: #FFFFFF;
}
.module-07-banner-rounded-angles .news-form {
  max-width: 70%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-07-banner-rounded-angles .news-form {
    max-width: 100%;
  }
}
.module-07-banner-rounded-angles.type-noImg .wrapper-media {
  display: none;
}
.module-07-banner-rounded-angles.type-noImg .wrapper-texte {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 0;
  min-height: initial;
  border-radius: 60px;
  padding: 65px 60px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-07-banner-rounded-angles.type-noImg .wrapper-texte {
    padding: 32px;
    border-radius: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.module-07-banner-rounded-angles.type-noImg .wrapper-texte .wrapper-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.module-07-banner-rounded-angles.type-noImg .wrapper-texte .title-h2 {
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 100%;
  margin-bottom: 16px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-07-banner-rounded-angles.type-noImg .wrapper-texte .title-h2 {
    font-size: 1.4444444444rem;
    margin-bottom: 12px;
  }
}
.module-07-banner-rounded-angles.type-noImg .wrapper-texte .wrapper-cta {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-07-banner-rounded-angles.type-noImg .wrapper-texte .wrapper-cta {
    margin-top: 20px;
  }
}
.module-07-banner-rounded-angles.type-form .wrapper-texte {
  background-color: #47228A;
}
.module-07-banner-rounded-angles.type-form .description {
  margin-bottom: 32px;
}
.module-07-banner-rounded-angles.layout-imgTxt .wrapper-media {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.module-07-banner-rounded-angles.layout-imgTxt .wrapper-texte {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.module-07-banner-rounded-angles.layout-txtImg .wrapper-media {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.module-07-banner-rounded-angles.layout-txtImg .wrapper-media img {
  border-radius: 0px 60px 60px 0px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-07-banner-rounded-angles.layout-txtImg .wrapper-media img {
    border-radius: 40px 40px 0px 0px;
  }
}
.module-07-banner-rounded-angles.layout-txtImg .wrapper-media {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-07-banner-rounded-angles.layout-txtImg .wrapper-media {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.module-07-banner-rounded-angles.layout-txtImg .wrapper-texte {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  border-radius: 60px 0px 0px 60px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-07-banner-rounded-angles.layout-txtImg .wrapper-texte {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    border-radius: 0px 0px 40px 40px;
  }
}

.module-08-social-media {
  padding: 60px 0;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-08-social-media {
    padding: 35px 0;
  }
}
.module-08-social-media .wrapper-texte {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-08-social-media .wrapper-texte {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.module-08-social-media .title-h2 {
  color: #FF5800;
  max-width: 500px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-08-social-media .title-h2 {
    margin-bottom: 32px;
    max-width: none;
    max-width: initial;
  }
}
.module-08-social-media .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-08-social-media .socials {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.module-08-social-media .socials .social-media {
  max-width: 70px;
}

.module-09-quotes-carousel {
  position: relative;
  overflow: hidden;
  padding: 60px 0;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-09-quotes-carousel {
    padding: 35px 0 215px 0;
  }
}
.module-09-quotes-carousel .bg {
  position: absolute;
  bottom: -7px;
  right: 0;
  width: 500px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 1280px) {
  .module-09-quotes-carousel .bg {
    width: 250px;
  }
}
.module-09-quotes-carousel .bg {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-09-quotes-carousel .bg {
    width: 100%;
    bottom: -100px;
    right: auto;
    right: initial;
    left: 5%;
  }
}
.module-09-quotes-carousel .bg svg {
  width: 100%;
  overflow: hidden;
}
.module-09-quotes-carousel .title-h2 {
  color: #FF5800;
  margin-bottom: 60px;
  max-width: 600px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-09-quotes-carousel .title-h2 {
    margin-bottom: 32px;
    max-width: none;
    max-width: initial;
  }
}
.module-09-quotes-carousel .slider-quotes {
  max-width: 650px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-09-quotes-carousel .slider-quotes {
    max-width: 90vw;
    z-index: 0;
  }
}
.module-09-quotes-carousel .slider-quotes .swiper-wrapper {
  padding-bottom: 50px;
}
.module-09-quotes-carousel .slider-quotes .quote {
  color: #333333;
  font-family: "Campton Light", sans-serif;
  font-weight: 300;
  font-size: 2rem;
  line-height: 120%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-09-quotes-carousel .slider-quotes .quote {
    font-size: 1.4444444444rem;
  }
}
.module-09-quotes-carousel .slider-quotes .image {
  margin-top: 40px;
}
.module-09-quotes-carousel .slider-quotes .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.module-09-quotes-carousel .slider-quotes .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.module-10-blog-articles-carousel {
  padding: 60px 0;
  background-color: #FDFDFD;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-10-blog-articles-carousel {
    padding: 35px 0;
  }
}
.module-10-blog-articles-carousel .title-h2 {
  color: #FF5800;
  margin-bottom: 12px;
}
.module-10-blog-articles-carousel .subtitle {
  color: #FECB00;
  font-size: 1.4444444444rem;
  margin-bottom: 40px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-10-blog-articles-carousel .subtitle {
    font-size: 1.2222222222rem;
  }
}
.module-10-blog-articles-carousel .wrapper-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-10-blog-articles-carousel .wrapper-cta {
    margin-top: 0;
  }
}

.module-11-FAQ {
  padding: 60px 0;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-11-FAQ {
    padding: 35px 0;
  }
}
.module-11-FAQ .title-h2 {
  color: #FF5800;
  margin-bottom: 20px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-11-FAQ .title-h2 {
    margin-bottom: 12px;
  }
}
.module-11-FAQ .description {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-11-FAQ .description {
    margin-bottom: 32px;
  }
}
.module-11-FAQ .wrapper-texte > * {
  max-width: 50%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-11-FAQ .wrapper-texte > * {
    max-width: 100%;
  }
}
.module-11-FAQ .faqs .faq-item {
  padding: 24px 0;
  border-bottom: 1px solid #D8D9D3;
}
.module-11-FAQ .faqs .faq-item:first-child {
  border-top: 1px solid #D8D9D3;
}
.module-11-FAQ .faqs .question {
  color: #333333;
  position: relative;
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  font-size: 1.2222222222rem;
  text-align: left;
  padding-left: 40px;
  line-height: 140%;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-11-FAQ .faqs .question {
    font-size: 1.1111111111rem;
  }
}
.module-11-FAQ .faqs .question .icon {
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  height: 20px;
  width: 20px;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-11-FAQ .faqs .question .icon {
    height: 18px;
    width: 18px;
  }
}
.module-11-FAQ .faqs .question.open {
  color: #FF5800;
}
.module-11-FAQ .faqs .question {
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 991px) {
  .module-11-FAQ .faqs .question:hover {
    color: #FF5800;
  }
}
.module-11-FAQ .faqs .question.open .icon {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.module-11-FAQ .faqs .answer {
  height: 0;
  opacity: 0;
  overflow: hidden;
  padding-top: 0;
  padding-left: 40px;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: height 0.25s ease-out, opacity 0.25s ease-out 0.25s, -webkit-transform 0.25s ease-out 0.25s;
  transition: height 0.25s ease-out, opacity 0.25s ease-out 0.25s, -webkit-transform 0.25s ease-out 0.25s;
  transition: height 0.25s ease-out, transform 0.25s ease-out 0.25s, opacity 0.25s ease-out 0.25s;
  transition: height 0.25s ease-out, transform 0.25s ease-out 0.25s, opacity 0.25s ease-out 0.25s, -webkit-transform 0.25s ease-out 0.25s;
}
.module-11-FAQ .faqs .answer > * {
  margin-top: 0;
}
.module-11-FAQ .faqs .answer.show {
  height: 100%;
  opacity: 1;
  padding-top: 12px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.module-12-dealer-locator {
  padding: 60px 0;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-12-dealer-locator {
    padding: 35px 0;
  }
}
.module-12-dealer-locator .title-h2 {
  color: #FF5800;
  margin-bottom: 20px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-12-dealer-locator .title-h2 {
    margin-bottom: 16px;
  }
}
.module-12-dealer-locator .title-h2 .name-det {
  display: none;
  margin: 0 15px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-12-dealer-locator .title-h2 .name-det {
    margin: 0 10px;
  }
}
.module-12-dealer-locator .wrapper-texte {
  margin-bottom: 60px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-12-dealer-locator .wrapper-texte {
    margin-bottom: 32px;
  }
}
.module-12-dealer-locator .store {
  width: 100%;
}
.module-12-dealer-locator #storepoint-container {
  border-top: 0 !important;
}
.module-12-dealer-locator #storepoint-container #storepoint-search {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-12-dealer-locator #storepoint-container #storepoint-search {
    padding: 15px 0;
  }
}
.module-12-dealer-locator #storepoint-container #storepoint-search-bar-container {
  width: 25%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-12-dealer-locator #storepoint-container #storepoint-search-bar-container {
    width: 100%;
  }
}
.module-12-dealer-locator #storepoint-container #storepoint-search-bar-container #storepoint-clear-search {
  z-index: 2;
}
.module-12-dealer-locator #storepoint-container .mapboxgl-ctrl-geocoder {
  border-radius: 10px;
  border: 3px solid #FF5800;
  background: #FFFFFF;
  margin-bottom: 5px;
  width: 100%;
}
.module-12-dealer-locator #storepoint-container .mapboxgl-ctrl-geocoder input[type=text] {
  border: 0 !important;
}
.module-12-dealer-locator #storepoint-container .storepoint-btn,
.module-12-dealer-locator #storepoint-container .storepoint-popup-website-btn {
  display: none;
}
.module-12-dealer-locator #storepoint-results {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-12-dealer-locator #storepoint-results {
    max-height: 380px;
  }
}
.module-12-dealer-locator .hidden-confirmation-message {
  display: none;
}

.module-13-events {
  padding: 60px 0;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-13-events {
    padding: 35px 0;
  }
}
.module-13-events .wrapper-events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  width: 100%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-13-events .wrapper-events {
    gap: 12px;
  }
}
.module-13-events .wrapper-events .event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  padding: 26px 40px 26px 75px;
  border-radius: 16px;
  background-color: #FECB00;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-13-events .wrapper-events .event {
    padding: 20px 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
}
.module-13-events .wrapper-events .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 991px) {
  .module-13-events .wrapper-events .date {
    width: 62px;
  }
}
.module-13-events .wrapper-events .date {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-13-events .wrapper-events .date {
    margin-bottom: 20px;
  }
}
.module-13-events .wrapper-events .date span {
  font-family: "Campton Black", sans-serif;
  font-weight: 900;
  font-size: 1.2222222222rem;
  line-height: 140%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-13-events .wrapper-events .date span {
    font-size: 1.1111111111rem;
  }
}
.module-13-events .wrapper-events .date span:last-child {
  font-size: 3.1111111111rem;
  line-height: 100%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-13-events .wrapper-events .date span:last-child {
    font-size: 2rem;
  }
}
.module-13-events .wrapper-events .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.module-13-events .wrapper-events .category {
  font-size: 1.1111111111rem;
  line-height: 140%;
  margin-bottom: 8px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-13-events .wrapper-events .category {
    font-size: 1rem;
  }
}
.module-13-events .wrapper-events .title-h3 {
  margin-bottom: 18px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-13-events .wrapper-events .title-h3 {
    margin-bottom: 38px;
  }
}
.module-13-events .wrapper-events .info-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-13-events .wrapper-events .info-event {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
    margin-bottom: 20px;
  }
}
.module-13-events .wrapper-events .info-event p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px 14px 3px 6px;
  gap: 9px;
  line-height: 140%;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.4);
  font-size: 0.8888888889rem;
}
.module-13-events .wrapper-events .info-event p.hours {
  padding-left: 14px;
}
.module-13-events .wrapper-events .info-event p .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 18px;
  width: 18px;
}

.module-14-teams {
  padding: 60px 0;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-14-teams {
    padding: 35px 0;
  }
}
.module-14-teams .wrapper-teams {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 80px;
  gap: 80px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-14-teams .wrapper-teams {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.module-14-teams .team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-14-teams .team {
    gap: 16px;
  }
}
.module-14-teams .team .team-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 23px;
}
.module-14-teams .team .profil {
  min-width: 228px;
  max-height: 247px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-14-teams .team .profil {
    min-width: 141px;
    max-width: 141px;
    max-height: 153px;
  }
}
.module-14-teams .team .profil img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.module-14-teams .team .info-team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.module-14-teams .team .title-h3 {
  color: #FF5800;
  font-size: 3.1111111111rem;
  line-height: 100%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-14-teams .team .title-h3 {
    font-size: 2rem;
  }
}
.module-14-teams .team .job,
.module-14-teams .team .localisation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 0.8888888889rem;
  line-height: 140%;
}
.module-14-teams .team .job .icon,
.module-14-teams .team .localisation .icon {
  width: 18px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.module-14-teams .team .job {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.module-14-teams .team .description {
  font-size: 0.8888888889rem;
}

.module-15-contact-form {
  padding: 60px 0;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-15-contact-form {
    padding: 35px 0;
  }
}
.module-15-contact-form .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.module-15-contact-form .wrapper-texte {
  margin-bottom: 48px;
}
.module-15-contact-form .title-h2 {
  margin-bottom: 12px;
}

.module-16-sidebar-tab {
  padding: 60px 0;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-16-sidebar-tab {
    padding: 35px 0;
  }
}
.module-16-sidebar-tab .menu-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-16-sidebar-tab .menu-anchor {
    margin-bottom: 32px;
  }
}
.module-16-sidebar-tab .title-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 18px 20px;
  border-radius: 20px;
}
.module-16-sidebar-tab .title-anchor .text {
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  font-size: 1.1111111111rem;
  line-height: 140%;
}
.module-16-sidebar-tab .title-anchor .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 20px;
}
.module-16-sidebar-tab .title-anchor.active {
  background: #FF5800;
}
.module-16-sidebar-tab .title-anchor.active .text {
  color: #FECB00;
}
.module-16-sidebar-tab .title-anchor.active .icon path {
  fill: #FECB00;
}
.module-16-sidebar-tab .title-anchor {
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 991px) {
  .module-16-sidebar-tab .title-anchor:hover {
    background: #FF5800;
  }
  .module-16-sidebar-tab .title-anchor:hover .text {
    color: #FECB00;
  }
  .module-16-sidebar-tab .title-anchor:hover .icon path {
    fill: #FECB00;
  }
}
.module-16-sidebar-tab .tabs-item {
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: height 0.25s ease-out, opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
  transition: height 0.25s ease-out, opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
  transition: height 0.25s ease-out, transform 0.25s ease-out, opacity 0.25s ease-out;
  transition: height 0.25s ease-out, transform 0.25s ease-out, opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.module-16-sidebar-tab .tabs-item .form {
  display: none;
}
.module-16-sidebar-tab .tabs-item .title-h2 {
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 100%;
  margin-bottom: 12px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-16-sidebar-tab .tabs-item .title-h2 {
    font-size: 1.4444444444rem;
  }
}
.module-16-sidebar-tab .tabs-item .description {
  margin-bottom: 48px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-16-sidebar-tab .tabs-item .description {
    margin-bottom: 36px;
  }
}
.module-16-sidebar-tab .tabs-item .description > * {
  margin-bottom: 12px;
}
.module-16-sidebar-tab .tabs-item .cta-block {
  border-radius: 10px;
  background: #FF5800;
  padding: 30px 40px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-16-sidebar-tab .tabs-item .cta-block {
    padding: 15px 20px;
  }
}
.module-16-sidebar-tab .tabs-item .cta-block .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.module-16-sidebar-tab .tabs-item .cta-block .wrapper-texte {
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.module-16-sidebar-tab .tabs-item .cta-block .wrapper-texte .title-h3 {
  font-size: 1.2222222222rem;
  line-height: 140%;
}
.module-16-sidebar-tab .tabs-item .cta-block .wrapper-texte .description {
  margin-bottom: 0;
  font-size: 0.8888888889rem;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-16-sidebar-tab .tabs-item .cta-block .wrapper-texte .description {
    margin-bottom: 12px;
  }
}
.module-16-sidebar-tab .tabs-item .cta-block .wrapper-texte .description p {
  margin-bottom: 0;
}
.module-16-sidebar-tab .tabs-item .cta-block .wrapper-cta .btn-primary {
  background-color: #FFFFFF;
  color: #FF5800;
}
.module-16-sidebar-tab .tabs-item .cta-block .wrapper-cta .btn-primary:hover {
  background-color: #FF5800;
  color: #FFFFFF;
}
.module-16-sidebar-tab .tabs-item.active {
  opacity: 1;
  height: 100%;
  width: 100%;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
}
.module-16-sidebar-tab .tabs-item.active .form {
  display: block;
}

.module-17-tabs-bike {
  position: relative;
  padding: 60px 0;
  z-index: 1;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-17-tabs-bike {
    padding: 35px 0;
  }
}
.module-17-tabs-bike .title-h2 {
  color: #FF5800;
}
.module-17-tabs-bike .btn-primary {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.module-17-tabs-bike .container-tabs-bike {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.module-17-tabs-bike .tab_wrapper {
  padding-top: 56px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-17-tabs-bike .tab_wrapper {
    padding-top: 32px;
  }
}
.module-17-tabs-bike .tab_wrapper .tab-name_container {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-17-tabs-bike .tab_wrapper .tab-name_container {
    overflow-x: scroll;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
  }
  .module-17-tabs-bike .tab_wrapper .tab-name_container::-webkit-scrollbar {
    display: none;
  }
}
.module-17-tabs-bike .tab_wrapper .tab-name_container-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-17-tabs-bike .tab_wrapper .tab-name_container-inner {
    margin-bottom: 28px;
  }
}
.module-17-tabs-bike .tab_wrapper .tab-name_container-inner .tab-name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
  text-align: center;
  font-family: "Campton Black", sans-serif;
  font-weight: 900;
  font-size: 1.4444444444rem;
  line-height: 140%;
  color: #c2c2c2;
  background-color: transparent;
  border: none;
  border-bottom: 3px solid #FF5800;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-17-tabs-bike .tab_wrapper .tab-name_container-inner .tab-name {
    font-size: 1.2222222222rem;
    padding: 8px 15px;
  }
}
.module-17-tabs-bike .tab_wrapper .tab-name_container-inner .tab-name.active {
  border-radius: 20px 20px 0px 0px;
  background-color: #FF5800;
  color: #FECB00;
}
.module-17-tabs-bike .tab_wrapper .tab_container .tab-content {
  display: none;
}
.module-17-tabs-bike .tab_wrapper .tab_container .tab-content.active {
  display: block;
}
.module-17-tabs-bike .tab_wrapper .tab_container .tab-content .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(66.6666666667%);
          flex: 0 0 calc(66.6666666667%);
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-17-tabs-bike .tab_wrapper .tab_container .tab-content .description {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}
.module-17-tabs-bike .tab_wrapper .tab_container .tab-content .description {
  margin-bottom: 40px;
  font-size: 1.4444444444rem;
  max-width: 70%;
  padding-left: 40px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-17-tabs-bike .tab_wrapper .tab_container .tab-content .description {
    font-size: 1.1111111111rem;
    margin-bottom: 28px;
    max-width: 100%;
    padding-left: 0;
  }
}
.module-17-tabs-bike .tab_wrapper .tab_container .products-list {
  margin-bottom: 80px;
}
.module-17-tabs-bike .tab_wrapper .tab_container .products-list .swiper-wrapper {
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 991px) {
  .module-17-tabs-bike .tab_wrapper .tab_container .products-list .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
    gap: 25px;
  }
}
.module-17-tabs-bike .tab_wrapper .tab_container .products-list .swiper-wrapper {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-17-tabs-bike .tab_wrapper .tab_container .products-list .swiper-wrapper {
    padding-bottom: 30px;
  }
}
.module-17-tabs-bike .tab_wrapper .tab_container .products-list .product-item {
  border-radius: 60px;
  background-color: #F8F6F5;
  margin: 0;
  padding-bottom: 32px;
  overflow: hidden;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-17-tabs-bike .tab_wrapper .tab_container .products-list .product-item {
    border-radius: 40px;
  }
}
.module-17-tabs-bike .tab_wrapper .tab_container .products-list .product-item {
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 991px) {
  .module-17-tabs-bike .tab_wrapper .tab_container .products-list .product-item:hover .product-excerpt {
    -webkit-transform: translateY(-44px);
            transform: translateY(-44px);
  }
  .module-17-tabs-bike .tab_wrapper .tab_container .products-list .product-item:hover .product-price {
    -webkit-transform: translateY(-44px);
            transform: translateY(-44px);
  }
  .module-17-tabs-bike .tab_wrapper .tab_container .products-list .product-item:hover .wrapper-hover {
    opacity: 1;
  }
}
.module-17-tabs-bike .tab_wrapper .tab_container .products-list .product-item .wrapper-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 300px;
  background-color: #F8F6F5;
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-17-tabs-bike .tab_wrapper .tab_container .products-list .product-item .wrapper-hover {
    display: none;
  }
}
.module-17-tabs-bike .tab_wrapper .tab_container .products-list .product-item .wrapper-hover .hover-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0;
}
.module-17-tabs-bike .tab_wrapper .tab_container .products-list .product-item .wrapper-hover .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.module-17-tabs-bike .tab_wrapper .tab_container .products-list .product-item img {
  height: 338px;
  max-height: 338px;
  -o-object-fit: contain;
     object-fit: contain;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-17-tabs-bike .tab_wrapper .tab_container .products-list .product-item img {
    height: 242px;
    max-height: 242px;
  }
}
.module-17-tabs-bike .tab_wrapper .tab_container .products-list .product-item .shadow {
  display: block;
  width: 60%;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #333333;
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -o-filter: blur(8px);
  -ms-filter: blur(8px);
  filter: blur(8px);
  opacity: 0.3;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-17-tabs-bike .tab_wrapper .tab_container .products-list .product-item .shadow {
    top: 41%;
  }
}
.module-17-tabs-bike .tab_wrapper .tab_container .products-list .product-item .wrapper-content {
  position: relative;
}
.module-17-tabs-bike .tab_wrapper .tab_container .products-list .product-item .title-h3 {
  padding: 26px 0 0 32px;
  font-size: 1.4444444444rem;
  line-height: 140%;
  margin-bottom: 3px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-17-tabs-bike .tab_wrapper .tab_container .products-list .product-item .title-h3 {
    font-size: 1.2222222222rem;
    margin-bottom: 8px;
  }
}
.module-17-tabs-bike .tab_wrapper .tab_container .products-list .product-item .product-excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 0.8888888889rem;
  padding-left: 32px;
  line-height: 140%;
  max-width: 320px;
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 991px) {
  .module-17-tabs-bike .tab_wrapper .tab_container .products-list .product-item .product-excerpt {
    height: 44px;
  }
}
.module-17-tabs-bike .tab_wrapper .tab_container .products-list .product-item .product-excerpt {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-17-tabs-bike .tab_wrapper .tab_container .products-list .product-item .product-excerpt {
    margin-bottom: 8px;
  }
}
.module-17-tabs-bike .tab_wrapper .tab_container .products-list .product-item .product-price {
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  font-size: 1.1111111111rem;
  color: #FECB00;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 140%;
  padding-left: 32px;
  margin-bottom: 18px;
}
.module-17-tabs-bike .tab_wrapper .tab_container .products-list .product-item .product-price ins {
  text-decoration: none;
}
.module-17-tabs-bike .tab_wrapper .tab_container .products-list .product-item .description-wrapper {
  position: relative;
  height: 44px;
  overflow: hidden;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-17-tabs-bike .tab_wrapper .tab_container .products-list .product-item .description-wrapper {
    height: 100%;
    max-height: 90px;
  }
}
.module-17-tabs-bike .tab_wrapper .tab_container .products-list .product-item .product-variations {
  position: absolute;
  top: 26px;
  right: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.module-17-tabs-bike .tab_wrapper .tab_container .products-list .product-item .product-variations .color-circle {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-17-tabs-bike .tab_wrapper .tab_container .products-list .product-item .product-variations .color-circle {
    width: 20px;
    height: 20px;
  }
}
.module-17-tabs-bike .tab_wrapper .tab_container .products-list .product-item .product-variations .color-circle.bg-black {
  background-color: #000;
}
.module-17-tabs-bike .tab_wrapper .tab_container .products-list .product-item .product-variations .color-circle.bg-blue-kombi {
  background-color: #1ab6e6;
}
.module-17-tabs-bike .tab_wrapper .tab_container .products-list .product-item .product-variations .color-circle.bg-blue {
  background-color: #abc9c9;
}
.module-17-tabs-bike .tab_wrapper .tab_container .products-list .product-item .product-variations .color-circle.bg-gold {
  background-color: #fdcb03;
}
.module-17-tabs-bike .tab_wrapper .tab_container .products-list .product-item .product-variations .color-circle.bg-green {
  background-color: #a8e000;
}
.module-17-tabs-bike .tab_wrapper .tab_container .products-list .product-item .product-variations .color-circle.bg-grey {
  background-color: #5d686a;
}
.module-17-tabs-bike .tab_wrapper .tab_container .products-list .product-item .product-variations .color-circle.bg-hello-yellow {
  background-color: #fdba01;
}
.module-17-tabs-bike .tab_wrapper .tab_container .products-list .product-item .product-variations .color-circle.bg-orange-supercargo {
  background-color: #fe9602;
}
.module-17-tabs-bike .tab_wrapper .tab_container .products-list .product-item .product-variations .color-circle.bg-orange {
  background-color: #fd7a28;
}
.module-17-tabs-bike .tab_wrapper .tab_container .products-list .product-item .product-variations .color-circle.bg-silver {
  background-color: #e3d9d1;
}
.module-17-tabs-bike .tab_wrapper .tab_container .products-list .product-item .product-variations .color-circle.bg-tan {
  background-color: #c9aa7e;
}
.module-17-tabs-bike .tab_wrapper .tab_container .products-list .product-item .product-variations .color-circle.bg-true-blue {
  background-color: #14577d;
}
.module-17-tabs-bike .tab_wrapper .tab_container .products-list .product-item .product-variations .color-circle.bg-very-berry {
  background-color: #77165c;
}
.module-17-tabs-bike .tab_wrapper .tab_container .products-list .product-item .product-variations .color-circle.bg-yellow {
  background-color: #fdd100;
}
.module-17-tabs-bike .tab_wrapper .tab_container .products-list .product-item .product-excerpt,
.module-17-tabs-bike .tab_wrapper .tab_container .products-list .product-item .product-price {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.module-17-tabs-bike .tab_wrapper .tab_container .products-list .swiper-pagination {
  bottom: 0;
  text-align: center;
}

.module-18-recommended-products {
  position: relative;
  padding: 60px 0;
  background-color: #FECB00;
  z-index: 1;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-18-recommended-products {
    padding: 35px 0;
    z-index: 0;
  }
}
.module-18-recommended-products .title-h2 {
  color: #FF5800;
  margin-bottom: 60px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-18-recommended-products .title-h2 {
    margin-bottom: 32px;
  }
}
.module-18-recommended-products .btn-primary {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.module-18-recommended-products .container-recommended-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.module-18-recommended-products .products-list {
  margin-bottom: 80px;
}
.module-18-recommended-products .products-list .swiper-wrapper {
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 991px) {
  .module-18-recommended-products .products-list .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
    gap: 25px;
  }
}
.module-18-recommended-products .products-list .swiper-wrapper {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-18-recommended-products .products-list .swiper-wrapper {
    padding-bottom: 30px;
    max-width: 90vw;
  }
}
.module-18-recommended-products .products-list .product-item {
  border-radius: 60px;
  background-color: #F8F6F5;
  margin: 0;
  padding-bottom: 32px;
  overflow: hidden;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-18-recommended-products .products-list .product-item {
    border-radius: 40px;
    height: 410px;
  }
}
.module-18-recommended-products .products-list .product-item {
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 991px) {
  .module-18-recommended-products .products-list .product-item:hover .product-excerpt {
    -webkit-transform: translateY(-44px);
            transform: translateY(-44px);
  }
  .module-18-recommended-products .products-list .product-item:hover .product-price {
    -webkit-transform: translateY(-44px);
            transform: translateY(-44px);
  }
}
.module-18-recommended-products .products-list .product-item .wrapper-media {
  position: relative;
}
.module-18-recommended-products .products-list .product-item .wrapper-media .shadow {
  display: block;
  width: 70%;
  height: 20px;
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #333333;
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -o-filter: blur(8px);
  -ms-filter: blur(8px);
  filter: blur(8px);
  opacity: 0.3;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-18-recommended-products .products-list .product-item .wrapper-media .shadow {
    top: 70%;
  }
}
.module-18-recommended-products .products-list .product-item img {
  height: 338px;
  max-height: 338px;
  -o-object-fit: contain;
     object-fit: contain;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-18-recommended-products .products-list .product-item img {
    height: 242px;
    max-height: 242px;
  }
}
.module-18-recommended-products .products-list .product-item .title-h3 {
  padding: 26px 0 0 32px;
  font-size: 1.4444444444rem;
  line-height: 140%;
  margin-bottom: 3px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-18-recommended-products .products-list .product-item .title-h3 {
    font-size: 1.2222222222rem;
    margin-bottom: 8px;
  }
}
.module-18-recommended-products .products-list .product-item .product-excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 0.8888888889rem;
  padding-left: 32px;
  line-height: 140%;
  max-width: 320px;
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 991px) {
  .module-18-recommended-products .products-list .product-item .product-excerpt {
    height: 44px;
  }
}
.module-18-recommended-products .products-list .product-item .product-excerpt {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-18-recommended-products .products-list .product-item .product-excerpt {
    margin-bottom: 8px;
  }
}
.module-18-recommended-products .products-list .product-item .product-price {
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  font-size: 1.1111111111rem;
  color: #FECB00;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 140%;
  padding-left: 32px;
  margin-bottom: 18px;
}
.module-18-recommended-products .products-list .product-item .product-price ins {
  text-decoration: none;
}
.module-18-recommended-products .products-list .product-item .description-wrapper {
  position: relative;
  height: 44px;
  padding: 0 10px;
  overflow: hidden;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-18-recommended-products .products-list .product-item .description-wrapper {
    height: 100%;
    max-height: 90px;
  }
}
.module-18-recommended-products .products-list .product-item .product-excerpt,
.module-18-recommended-products .products-list .product-item .product-price {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.module-18-recommended-products .products-list .product-item .container-item {
  position: relative;
}
.module-18-recommended-products .products-list .product-item .container-item .product-variations {
  position: absolute;
  top: 26px;
  right: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.module-18-recommended-products .products-list .product-item .container-item .product-variations .color-circle {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-18-recommended-products .products-list .product-item .container-item .product-variations .color-circle {
    width: 20px;
    height: 20px;
  }
}
.module-18-recommended-products .products-list .product-item .container-item .product-variations .color-circle.bg-black {
  background-color: #000;
}
.module-18-recommended-products .products-list .product-item .container-item .product-variations .color-circle.bg-blue-kombi {
  background-color: #1ab6e6;
}
.module-18-recommended-products .products-list .product-item .container-item .product-variations .color-circle.bg-blue {
  background-color: #abc9c9;
}
.module-18-recommended-products .products-list .product-item .container-item .product-variations .color-circle.bg-gold {
  background-color: #fdcb03;
}
.module-18-recommended-products .products-list .product-item .container-item .product-variations .color-circle.bg-green {
  background-color: #a8e000;
}
.module-18-recommended-products .products-list .product-item .container-item .product-variations .color-circle.bg-grey {
  background-color: #5d686a;
}
.module-18-recommended-products .products-list .product-item .container-item .product-variations .color-circle.bg-hello-yellow {
  background-color: #fdba01;
}
.module-18-recommended-products .products-list .product-item .container-item .product-variations .color-circle.bg-orange-supercargo {
  background-color: #fe9602;
}
.module-18-recommended-products .products-list .product-item .container-item .product-variations .color-circle.bg-orange {
  background-color: #fd7a28;
}
.module-18-recommended-products .products-list .product-item .container-item .product-variations .color-circle.bg-silver {
  background-color: #e3d9d1;
}
.module-18-recommended-products .products-list .product-item .container-item .product-variations .color-circle.bg-tan {
  background-color: #c9aa7e;
}
.module-18-recommended-products .products-list .product-item .container-item .product-variations .color-circle.bg-true-blue {
  background-color: #14577d;
}
.module-18-recommended-products .products-list .product-item .container-item .product-variations .color-circle.bg-very-berry {
  background-color: #77165c;
}
.module-18-recommended-products .products-list .product-item .container-item .product-variations .color-circle.bg-yellow {
  background-color: #fdd100;
}
.module-18-recommended-products .products-list .swiper-pagination {
  bottom: 0;
  text-align: center;
}
.module-18-recommended-products .products-list.products-list-addons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 25px;
  gap: 25px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-18-recommended-products .products-list.products-list-addons {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.module-18-recommended-products .products-list.products-list-addons .product-item {
  text-align: center;
  border-radius: 40px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-18-recommended-products .products-list.products-list-addons .product-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    border-radius: 18px;
    gap: 20px;
    text-align: left;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.module-18-recommended-products .products-list.products-list-addons .product-item .title-h3 {
  font-family: "Campton Black", sans-serif;
  font-weight: 900;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-18-recommended-products .products-list.products-list-addons .product-item .title-h3 {
    font-size: 1.1111111111rem;
    padding: 0;
    margin-bottom: 0;
  }
}
.module-18-recommended-products .products-list.products-list-addons .product-item h3,
.module-18-recommended-products .products-list.products-list-addons .product-item .product-excerpt {
  padding-left: 0;
}
.module-18-recommended-products .products-list.products-list-addons .product-item img {
  height: 262px;
  -o-object-fit: cover;
     object-fit: cover;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-18-recommended-products .products-list.products-list-addons .product-item img {
    width: 103px;
    min-width: 103px;
    height: 103px;
    border-radius: 12px;
  }
}
.module-18-recommended-products .products-list.products-list-addons .product-item:hover .product-excerpt,
.module-18-recommended-products .products-list.products-list-addons .product-item:hover .product-price {
  -webkit-transform: none;
          transform: none;
}
.module-18-recommended-products .products-list.products-list-addons .product-item .description-wrapper {
  height: auto;
}
.module-18-recommended-products .products-list.products-list-addons .product-item .product-excerpt {
  margin-bottom: 16px;
  max-width: 100%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-18-recommended-products .products-list.products-list-addons .product-item .product-excerpt {
    margin-bottom: 8px;
  }
}
.module-18-recommended-products .products-list.products-list-addons .product-item .shop-now {
  padding: 10px 20px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-18-recommended-products .products-list.products-list-addons .product-item .shop-now {
    padding: 6px 16px;
    font-size: 0.8888888889rem;
  }
}

.module-19-key-features.type-tabs {
  height: 100%;
}
.module-19-key-features.type-tabs .wrapper-texte {
  min-height: 820px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-19-key-features.type-tabs .wrapper-texte {
    min-height: auto;
  }
}
.module-19-key-features.type-tabs .wrapper-media {
  max-height: 820px;
}
.module-19-key-features.layout-imgTxt .wrapper-media {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.module-19-key-features.layout-imgTxt .wrapper-texte {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.module-19-key-features.layout-txtImg .wrapper-media {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-19-key-features.layout-txtImg .wrapper-media {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.module-19-key-features.layout-txtImg .wrapper-texte {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.module-19-key-features .wrapper-media img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.module-19-key-features .wrapper-texte {
  padding: 80px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-19-key-features .wrapper-texte {
    padding: 32px 5%;
  }
}
.module-19-key-features .title-h2 {
  color: #FF5800;
  margin-bottom: 70px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-19-key-features .title-h2 {
    margin-bottom: 32px;
  }
}
.module-19-key-features .wrapper-tabs .key-tabs {
  padding: 24px 0;
  border-bottom: 1px solid #D8D9D3;
}
.module-19-key-features .wrapper-tabs .btn-toggle {
  color: #333333;
  position: relative;
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  font-size: 1.2222222222rem;
  text-align: left;
  padding-left: 56px;
  line-height: 140%;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-19-key-features .wrapper-tabs .btn-toggle {
    font-size: 1.1111111111rem;
    padding-left: 50px;
  }
}
.module-19-key-features .wrapper-tabs .btn-toggle .icon,
.module-19-key-features .wrapper-tabs .btn-toggle .text {
  cursor: pointer;
}
.module-19-key-features .wrapper-tabs .btn-toggle .icon {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 36px;
  width: 36px;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-19-key-features .wrapper-tabs .btn-toggle .icon {
    height: 30px;
    width: 30px;
  }
}
.module-19-key-features .wrapper-tabs .btn-toggle.open {
  color: #FF5800;
}
.module-19-key-features .wrapper-tabs .btn-toggle {
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 991px) {
  .module-19-key-features .wrapper-tabs .btn-toggle:hover {
    color: #FF5800;
  }
}
.module-19-key-features .wrapper-tabs .toggle-answer {
  height: 0;
  opacity: 0;
  overflow: hidden;
  padding-top: 0;
  padding-left: 56px;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: opacity 0.25s ease-out 0.25s, -webkit-transform 0.25s ease-out 0.25s;
  transition: opacity 0.25s ease-out 0.25s, -webkit-transform 0.25s ease-out 0.25s;
  transition: transform 0.25s ease-out 0.25s, opacity 0.25s ease-out 0.25s;
  transition: transform 0.25s ease-out 0.25s, opacity 0.25s ease-out 0.25s, -webkit-transform 0.25s ease-out 0.25s;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-19-key-features .wrapper-tabs .toggle-answer {
    padding-left: 50px;
  }
}
.module-19-key-features .wrapper-tabs .toggle-answer > * {
  margin-top: 0;
}
.module-19-key-features .wrapper-tabs .toggle-answer.show {
  height: 100%;
  opacity: 1;
  padding-top: 12px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.module-20-tech-specs {
  padding: 120px 0;
  background-color: #F8F6F5;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-20-tech-specs {
    padding: 60px 0;
  }
}
.module-20-tech-specs .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.module-20-tech-specs .title-h2 {
  color: #FF5800;
  margin-bottom: 60px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-20-tech-specs .title-h2 {
    margin-bottom: 32px;
  }
}
.module-20-tech-specs .wrapper-specs {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
  gap: 24px;
  height: 100%;
  max-height: 210px;
  overflow: hidden;
  -webkit-transition: max-height 0.25s ease-out;
  transition: max-height 0.25s ease-out;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-20-tech-specs .wrapper-specs {
    max-height: 440px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.module-20-tech-specs .wrapper-specs .field .field-title {
  font-size: 1.1111111111rem;
  margin-bottom: 7px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-20-tech-specs .wrapper-specs .field .field-title {
    font-size: 1rem;
  }
}
.module-20-tech-specs .wrapper-specs .field .field-value {
  color: #5a5959;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-20-tech-specs .wrapper-specs .field .field-value {
    font-size: 0.8888888889rem;
  }
}
.module-20-tech-specs .wrapper-specs .asterisk {
  position: relative;
  grid-column: span 3;
  z-index: 2;
  font-size: 1rem;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-20-tech-specs .wrapper-specs .asterisk {
    font-size: 0.8888888889rem;
  }
}
.module-20-tech-specs .wrapper-specs .filter {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 75px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 246, 245, 0)), color-stop(43.5%, #F8F6F5));
  background: linear-gradient(180deg, rgba(248, 246, 245, 0) 0%, #F8F6F5 43.5%);
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.module-20-tech-specs .wrapper-specs.show {
  max-height: 100%;
}
.module-20-tech-specs .wrapper-specs.show .filter {
  opacity: 0;
}
.module-20-tech-specs .btn-read-more {
  color: #333333;
  font-size: 0.8888888889rem;
  font-family: "Campton Medium", sans-serif;
  font-weight: 500;
  background: none;
  border: none;
  border-radius: 0;
  line-height: 150%;
  cursor: pointer;
}
.module-20-tech-specs .btn-read-more .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.module-20-tech-specs .btn-read-more.show .icon {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.module-21-featured-products {
  padding: 120px 0;
  position: relative;
  background-color: #f8f6f5;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-21-featured-products {
    padding: 60px 0;
  }
}
.module-21-featured-products .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.module-21-featured-products .bg {
  position: absolute;
  bottom: -7px;
  right: 0;
  display: block;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-21-featured-products .bg {
    z-index: 0;
    right: -50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.module-21-featured-products .title-h2 {
  color: #FF5800;
  margin-bottom: 60px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-21-featured-products .title-h2 {
    margin-bottom: 32px;
  }
}
.module-21-featured-products.type-hotspots {
  background-color: #FECB00;
}
.module-21-featured-products.type-hotspots .title-h2 {
  margin-bottom: 40px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-21-featured-products.type-hotspots .title-h2 {
    margin-bottom: 32px;
  }
}
.module-21-featured-products.type-hotspots .bg {
  top: 50%;
  left: -300%;
  bottom: auto;
  bottom: initial;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-21-featured-products.type-hotspots .bg {
    left: -50%;
  }
}
.module-21-featured-products.type-hotspots .bg svg {
  width: 200%;
}
.module-21-featured-products.type-hotspots .slider-other-products {
  padding-bottom: 40px;
}
.module-21-featured-products.type-hotspots .slider-other-products .swiper-pagination {
  bottom: 0;
  text-align: center;
}
.module-21-featured-products.type-hotspots .wrapper-media {
  border-radius: 4px;
  padding-right: 0;
  width: 100%;
  height: 729px;
  max-width: 978px;
  max-height: 729px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-21-featured-products.type-hotspots .wrapper-media {
    width: 100%;
    height: 256px;
  }
}
.module-21-featured-products.type-hotspots .wrapper-media img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.module-21-featured-products.type-hotspots .wrapper-texte {
  padding-left: 5%;
  text-align: center;
  max-width: 30vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-21-featured-products.type-hotspots .wrapper-texte {
    padding-left: 0;
    max-width: 90vw;
  }
}
.module-21-featured-products.type-hotspots .wrapper-texte .card-other-product {
  border-radius: 40px;
  background-color: #FFFFFF;
  overflow: hidden;
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 991px) {
  .module-21-featured-products.type-hotspots .wrapper-texte .card-other-product:hover .product-excerpt {
    -webkit-transform: translateY(-44px);
            transform: translateY(-44px);
  }
  .module-21-featured-products.type-hotspots .wrapper-texte .card-other-product:hover .price-featured {
    -webkit-transform: translateY(-44px);
            transform: translateY(-44px);
  }
}
.module-21-featured-products.type-hotspots .wrapper-texte .card-other-product .thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 325px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-21-featured-products.type-hotspots .wrapper-texte .card-other-product .thumbnail {
    height: 255px;
  }
}
.module-21-featured-products.type-hotspots .wrapper-texte .card-other-product .thumbnail {
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 1460px) {
  .module-21-featured-products.type-hotspots .wrapper-texte .card-other-product .thumbnail {
    max-height: 365px;
  }
}
.module-21-featured-products.type-hotspots .wrapper-texte .card-other-product .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.module-21-featured-products.type-hotspots .wrapper-texte .card-other-product .content {
  padding: 28px 40px;
}
.module-21-featured-products.type-hotspots .wrapper-texte .card-other-product .title-h4 {
  font-size: 1.4444444444rem;
  font-family: "Campton Black", sans-serif;
  font-weight: 900;
  line-height: 150%;
}
.module-21-featured-products.type-hotspots .wrapper-texte .card-other-product .description-wrapper {
  position: relative;
  height: 44px;
  overflow: hidden;
  margin-bottom: 12px;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-21-featured-products.type-hotspots .wrapper-texte .card-other-product .description-wrapper {
    height: 100%;
    max-height: 90px;
  }
}
.module-21-featured-products.type-hotspots .wrapper-texte .card-other-product .product-excerpt,
.module-21-featured-products.type-hotspots .wrapper-texte .card-other-product .price-featured {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.module-21-featured-products.type-hotspots .wrapper-texte .card-other-product .product-excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 1rem;
  line-height: 140%;
  margin: 0 auto;
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 991px) {
  .module-21-featured-products.type-hotspots .wrapper-texte .card-other-product .product-excerpt {
    height: 44px;
    max-width: 320px;
  }
}
.module-21-featured-products.type-hotspots .wrapper-texte .card-other-product .product-excerpt {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-21-featured-products.type-hotspots .wrapper-texte .card-other-product .product-excerpt {
    margin-bottom: 8px;
  }
}
.module-21-featured-products.type-hotspots .wrapper-texte .card-other-product .price-featured {
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  font-size: 1.1111111111rem;
  color: #FECB00;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 140%;
  margin-bottom: 18px;
}
.module-21-featured-products.type-hotspots .wrapper-texte .card-other-product .price-featured ins {
  text-decoration: none;
}
.module-21-featured-products.type-hotspots .wrapper-texte .card-other-product .btn-primary {
  padding: 10px 28px;
}
.module-21-featured-products .recommended,
.module-21-featured-products .hotspots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-21-featured-products .recommended,
  .module-21-featured-products .hotspots {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.module-21-featured-products .hotspots {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-21-featured-products .hotspots {
    gap: 40px;
  }
}
.module-21-featured-products .hotspots .wrapper-media {
  position: relative;
  overflow: visible;
  overflow: initial;
}
.module-21-featured-products .hotspots .wrapper-media picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  overflow: hidden;
}
.module-21-featured-products .hotspots .wrapper-hotspots {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.module-21-featured-products .hotspots .wrapper-hotspots .hotspots-item .hotspots-item-btn {
  position: absolute;
  border: none;
  background: rgba(216, 217, 211, 0.6);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  width: 41px;
  height: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.module-21-featured-products .hotspots .wrapper-hotspots .hotspots-item .hotspots-item-btn .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.module-21-featured-products .hotspots .wrapper-hotspots .hotspots-item .hotspots-item-btn:hover {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.module-21-featured-products .hotspots .wrapper-hotspots .hotspots-item .hotspots-item-btn:hover .icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.module-21-featured-products .hotspots .wrapper-hotspots .hotspots-item-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: 345px;
  min-height: 123px;
  padding: 10px;
  padding-right: 15px;
  position: absolute;
  bottom: 22px;
  right: 22px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  z-index: 5;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s ease-out, visibility 0.25s ease-out, -webkit-transform 0.25s ease-out;
  transition: opacity 0.25s ease-out, visibility 0.25s ease-out, -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out, opacity 0.25s ease-out, visibility 0.25s ease-out;
  transition: transform 0.25s ease-out, opacity 0.25s ease-out, visibility 0.25s ease-out, -webkit-transform 0.25s ease-out;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-21-featured-products .hotspots .wrapper-hotspots .hotspots-item-popup {
    padding-right: 10px;
    bottom: 0;
    right: 0;
  }
}
.module-21-featured-products .hotspots .wrapper-hotspots .hotspots-item-popup.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.module-21-featured-products .hotspots .wrapper-hotspots .hotspots-item-popup .wrapper-media {
  min-width: 103px;
  min-height: 103px;
  max-width: 103px;
  max-height: 103px;
  border-radius: 12px;
  overflow: hidden;
}
.module-21-featured-products .hotspots .wrapper-hotspots .hotspots-item-popup .wrapper-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.module-21-featured-products .hotspots .wrapper-hotspots .hotspots-item-popup .wrapper-text {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.module-21-featured-products .hotspots .wrapper-hotspots .hotspots-item-popup .hotspots-item-title {
  font-family: "Campton Black", sans-serif;
  font-weight: 900;
  font-size: 1.1111111111rem;
  line-height: 140%;
}
.module-21-featured-products .hotspots .wrapper-hotspots .hotspots-item-popup .hotspots-item-description {
  font-size: 0.7222222222rem;
  line-height: 140%;
  margin-bottom: 8px;
}
.module-21-featured-products .hotspots .wrapper-hotspots .hotspots-item-popup .btn-primary {
  padding: 8px 16px;
  font-size: 0.8888888889rem;
  line-height: 100%;
}
.module-21-featured-products .hotspots .wrapper-hotspots .hotspots-item-popup .hotspots-close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  background: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.module-21-featured-products .wrapper-media {
  border-radius: 60px;
  padding-right: 80px;
  overflow: hidden;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-21-featured-products .wrapper-media {
    padding-right: 0;
    border-radius: 40px;
  }
}
.module-21-featured-products .wrapper-media > * {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.module-21-featured-products .wrapper-texte .recommended-product-description {
  margin-bottom: 52px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-21-featured-products .wrapper-texte .recommended-product-description {
    margin-bottom: 60px;
  }
}
.module-21-featured-products .wrapper-texte .recommended-product-description .title-h3 {
  font-family: "Campton Black", sans-serif;
  font-weight: 900;
  color: #FF5800;
  margin-bottom: 6px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-21-featured-products .wrapper-texte .recommended-product-description .title-h3 {
    margin-bottom: 10px;
  }
}
.module-21-featured-products .wrapper-texte .recommended-product-description .subtitle {
  color: #FECB00;
  font-size: 1.1111111111rem;
  margin-bottom: 12px;
  line-height: 140%;
}
.module-21-featured-products .wrapper-texte .recommended-product-description .description {
  font-size: 0.8888888889rem;
  margin-bottom: 18px;
}
.module-21-featured-products .wrapper-texte .wrapper-other-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.module-21-featured-products .wrapper-texte .wrapper-other-products .more-content {
  color: #FF5800;
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 2px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-21-featured-products .wrapper-texte .wrapper-other-products .more-content {
    margin-bottom: 18px;
  }
}
.module-21-featured-products .wrapper-texte .wrapper-other-products .card-other-product {
  padding: 10px;
  border-radius: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  background-color: #FFFFFF;
  max-width: 340px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-21-featured-products .wrapper-texte .wrapper-other-products .card-other-product {
    max-width: 100%;
  }
}
.module-21-featured-products .wrapper-texte .wrapper-other-products .card-other-product .thumbnail {
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 103px;
  overflow: hidden;
}
.module-21-featured-products .wrapper-texte .wrapper-other-products .card-other-product .thumbnail > * {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.module-21-featured-products .wrapper-texte .wrapper-other-products .card-other-product .content .title-h4 {
  font-size: 1.1111111111rem;
  font-family: "Campton Black", sans-serif;
  font-weight: 900;
  line-height: 140%;
}
.module-21-featured-products .wrapper-texte .wrapper-other-products .card-other-product .content .description {
  font-size: 0.7222222222rem;
  margin-bottom: 8px;
}
.module-21-featured-products .wrapper-texte .wrapper-other-products .card-other-product .content .btn-primary {
  padding: 8px 16px;
  font-size: 0.8888888889rem;
  line-height: 100%;
}
.module-21-featured-products .wrapper-texte .text-title {
  color: #FF5800;
  font-size: 2rem;
  font-family: "Campton Black", sans-serif;
  font-weight: 900;
  line-height: 100%;
  margin-bottom: 28px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .module-21-featured-products .wrapper-texte .text-title {
    font-size: 1.4444444444rem;
  }
}

.module-blog-01-content {
  margin-bottom: 60px;
}
.module-blog-01-content > *:not(:last-child) {
  margin-bottom: 20px;
}
.module-blog-01-content p {
  font-size: 19px;
}
.module-blog-01-content figure a img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.module-blog-02-quote {
  margin-bottom: 60px;
  text-align: center;
}
.module-blog-02-quote .quote {
  margin-bottom: 20px;
}
.module-blog-02-quote .quote svg {
  max-width: 43px;
}
.module-blog-02-quote .quote-text {
  font-size: 2rem;
  font-family: "Campton Light", sans-serif;
  font-weight: 300;
  line-height: 120%;
  margin-bottom: 20px;
}
.module-blog-02-quote .quote-author {
  font-size: 0.8888888889rem;
  line-height: 140%;
}

.module-blog-03-medias {
  margin-bottom: 60px;
  position: relative;
}
.module-blog-03-medias picture,
.module-blog-03-medias video {
  max-height: 550px;
  width: 100%;
}
.module-blog-03-medias picture img,
.module-blog-03-medias video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.module-blog-03-medias.layout-gallery {
  height: 550px;
}

.template-blog .title-h1 {
  color: #FF5800;
  font-family: "Campton Black", sans-serif;
  font-weight: 900;
  font-size: 5.3333333333rem;
  line-height: 90%;
  margin-bottom: 20px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-blog .title-h1 {
    font-size: 2.8888888889rem;
  }
}
.template-blog .description {
  font-size: 1.1111111111rem;
  line-height: 140%;
  margin-bottom: 100px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-blog .description {
    font-size: 1rem;
    margin-bottom: 40px;
  }
}
.template-blog .filter-block {
  margin-bottom: 70px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-blog .filter-block {
    overflow-x: auto;
    margin-bottom: 40px;
  }
}
.template-blog .filter-block .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.template-blog .filter-block .btn-filter {
  border-radius: 10px;
  border: 3px solid #D8D9D3;
  background: transparent;
  color: #333333;
  font-size: 0.8888888889rem;
  line-height: 140%;
  padding: 12px 20px;
  cursor: pointer;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-blog .filter-block .btn-filter {
    text-wrap: nowrap;
  }
}
.template-blog .filter-block .btn-filter.cat-all-categories {
  border: 3px solid #FF5800;
  background: #FF5800;
  color: #FECB00;
}
.template-blog .filter-block .btn-filter.active.cat-community, .template-blog .filter-block .btn-filter.active.cat-communauté, .template-blog .filter-block .btn-filter.active.cat-comunidad, .template-blog .filter-block .btn-filter:hover.cat-community, .template-blog .filter-block .btn-filter:hover.cat-communauté, .template-blog .filter-block .btn-filter:hover.cat-comunidad {
  border: 3px solid #D2EB97;
  background: #D2EB97;
}
.template-blog .filter-block .btn-filter.active.cat-guides, .template-blog .filter-block .btn-filter.active.cat-how, .template-blog .filter-block .btn-filter.active.cat-guías, .template-blog .filter-block .btn-filter:hover.cat-guides, .template-blog .filter-block .btn-filter:hover.cat-how, .template-blog .filter-block .btn-filter:hover.cat-guías {
  border: 3px solid #EDA2CD;
  background: #EDA2CD;
}
.template-blog .filter-block .btn-filter.active.cat-products, .template-blog .filter-block .btn-filter.active.cat-produits, .template-blog .filter-block .btn-filter.active.cat-produkte, .template-blog .filter-block .btn-filter.active.cat-productos, .template-blog .filter-block .btn-filter:hover.cat-products, .template-blog .filter-block .btn-filter:hover.cat-produits, .template-blog .filter-block .btn-filter:hover.cat-produkte, .template-blog .filter-block .btn-filter:hover.cat-productos {
  border: 3px solid #FECB00;
  background: #FECB00;
}
.template-blog .last_post {
  margin-bottom: 60px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-blog .last_post {
    margin-bottom: 40px;
  }
}
.template-blog .last_post .card-post_highlight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-blog .last_post .card-post_highlight {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.template-blog .last_post .card-post_highlight .wrapper-text {
  padding: 87.5px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-blog .last_post .card-post_highlight .wrapper-text {
    padding: 32px 20px;
  }
}
.template-blog .last_post .card-post_highlight .wrapper-text .category {
  padding: 9px 20px;
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  font-size: 1.1111111111rem;
  border-radius: 50px;
  border: 3px solid #333333;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 100%;
}
.template-blog .last_post .card-post_highlight .wrapper-text .title-h3 {
  line-height: 100%;
  margin-bottom: 8px;
}
.template-blog .last_post .card-post_highlight .wrapper-text .description {
  margin-bottom: 0;
}
.template-blog .last_post .card-post_highlight .wrapper-text .btn-read-more {
  color: #333333;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px 0;
  position: relative;
  border: none;
  cursor: pointer;
  pointer-events: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.template-blog .last_post .card-post_highlight .wrapper-text .btn-read-more::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  display: block;
  width: 0;
  height: 2px;
  background-color: #333333;
  pointer-events: none;
  -webkit-transition: width 0.25s ease-out;
  transition: width 0.25s ease-out;
}
.template-blog .last_post .card-post_highlight .wrapper-text .btn-read-more .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.template-blog .last_post .card-post_highlight:hover .btn-read-more::after {
  width: 100%;
}
.template-blog .last_post .card-post_highlight .wrapper-media {
  height: 500px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-blog .last_post .card-post_highlight .wrapper-media {
    height: 250px;
  }
}
.template-blog .last_post .card-post_highlight .wrapper-media .image {
  max-height: 500px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-blog .last_post .card-post_highlight .wrapper-media .image {
    height: 250px;
    max-height: 250px;
  }
}
.template-blog .last_post .card-post_highlight.cat-community, .template-blog .last_post .card-post_highlight.cat-communauté, .template-blog .last_post .card-post_highlight.cat-comunidad {
  background-color: #D2EB97;
}
.template-blog .last_post .card-post_highlight.cat-guides, .template-blog .last_post .card-post_highlight.cat-how, .template-blog .last_post .card-post_highlight.cat-guías {
  background-color: #EDA2CD;
}
.template-blog .last_post .card-post_highlight.cat-products, .template-blog .last_post .card-post_highlight.cat-produits, .template-blog .last_post .card-post_highlight.cat-produkte, .template-blog .last_post .card-post_highlight.cat-productos {
  background-color: #FECB00;
}
.template-blog .archive .grid-blog {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
  gap: 25px;
  padding-bottom: 80px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-blog .archive .grid-blog {
    padding-bottom: 50px;
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.template-blog .archive .grid-blog .card-post {
  border-radius: 60px;
  overflow: hidden;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-blog .archive .grid-blog .card-post {
    border-radius: 40px;
  }
}
.template-blog .archive .grid-blog .card-post .btn-read-more {
  padding: 10px 0;
  font-size: 1.1111111111rem;
  color: #333333;
  line-height: 150%;
  position: relative;
  border: none;
  cursor: pointer;
  pointer-events: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.template-blog .archive .grid-blog .card-post .btn-read-more::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  display: block;
  width: 0;
  height: 2px;
  background-color: #333333;
  pointer-events: none;
  -webkit-transition: width 0.25s ease-out;
  transition: width 0.25s ease-out;
}
.template-blog .archive .grid-blog .card-post .btn-read-more .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.template-blog .archive .grid-blog .card-post:hover .btn-read-more::after {
  width: 100%;
}
.template-blog .archive .grid-blog .card-post.cat-community, .template-blog .archive .grid-blog .card-post.cat-communauté, .template-blog .archive .grid-blog .card-post.cat-comunidad {
  background: #D2EB97;
}
.template-blog .archive .grid-blog .card-post.cat-community .wrapper-text,
.template-blog .archive .grid-blog .card-post.cat-community .category, .template-blog .archive .grid-blog .card-post.cat-communauté .wrapper-text,
.template-blog .archive .grid-blog .card-post.cat-communauté .category, .template-blog .archive .grid-blog .card-post.cat-comunidad .wrapper-text,
.template-blog .archive .grid-blog .card-post.cat-comunidad .category {
  background-color: #D2EB97;
}
.template-blog .archive .grid-blog .card-post.cat-guides, .template-blog .archive .grid-blog .card-post.cat-how, .template-blog .archive .grid-blog .card-post.cat-guías {
  background: #EDA2CD;
}
.template-blog .archive .grid-blog .card-post.cat-guides .wrapper-text,
.template-blog .archive .grid-blog .card-post.cat-guides .category, .template-blog .archive .grid-blog .card-post.cat-how .wrapper-text,
.template-blog .archive .grid-blog .card-post.cat-how .category, .template-blog .archive .grid-blog .card-post.cat-guías .wrapper-text,
.template-blog .archive .grid-blog .card-post.cat-guías .category {
  background-color: #EDA2CD;
}
.template-blog .archive .grid-blog .card-post.cat-products, .template-blog .archive .grid-blog .card-post.cat-produits, .template-blog .archive .grid-blog .card-post.cat-produkte, .template-blog .archive .grid-blog .card-post.cat-productos {
  background: #FECB00;
}
.template-blog .archive .grid-blog .card-post.cat-products .wrapper-text,
.template-blog .archive .grid-blog .card-post.cat-products .category, .template-blog .archive .grid-blog .card-post.cat-produits .wrapper-text,
.template-blog .archive .grid-blog .card-post.cat-produits .category, .template-blog .archive .grid-blog .card-post.cat-produkte .wrapper-text,
.template-blog .archive .grid-blog .card-post.cat-produkte .category, .template-blog .archive .grid-blog .card-post.cat-productos .wrapper-text,
.template-blog .archive .grid-blog .card-post.cat-productos .category {
  background-color: #FECB00;
}
.template-blog .archive .grid-blog .card-post .wrapper-media {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .template-blog .archive .grid-blog .card-post .wrapper-media {
    max-height: 250px;
  }
}
.template-blog .archive .grid-blog .card-post .wrapper-media img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 360px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .template-blog .archive .grid-blog .card-post .wrapper-media img {
    height: 250px;
  }
}
.template-blog .archive .grid-blog .card-post .content {
  position: relative;
}
.template-blog .archive .grid-blog .card-post .wrapper-text {
  position: relative;
  padding: 30px 40px;
  height: 100%;
  min-height: 275px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-blog .archive .grid-blog .card-post .wrapper-text {
    padding: 16px 30px;
    min-height: 150px;
  }
}
.template-blog .archive .grid-blog .card-post .wrapper-text .title-h3 {
  margin-bottom: 8px;
}
.template-blog .archive .grid-blog .card-post .category {
  position: absolute;
  top: -25px;
  left: 20px;
  padding: 10px 20px;
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  border-radius: 50px;
  z-index: 1;
  text-transform: capitalize;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-blog .archive .grid-blog .card-post .category {
    left: 10px;
    padding: 8px 18px;
  }
}
.template-blog .archive .load_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.template-blog .archive .load_more .btn-load-more {
  color: #333333;
  margin-bottom: 80px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-blog .archive .load_more .btn-load-more {
    margin-bottom: 40px;
  }
}

.template-shop .filters {
  padding-bottom: 12px;
  margin-bottom: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  font-size: 1.2222222222rem;
  line-height: 140%;
  border-bottom: 3px solid #333333;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-shop .filters {
    padding: 25px 0;
  }
}
.template-shop .filters .col-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.template-shop .filters .filters-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-shop .filters .filters-text {
    display: none;
  }
}
.template-shop .filters .filters-results {
  color: #FF5800;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-shop .filters .filters-results {
    font-size: 1.1111111111rem;
  }
}
.template-shop .filters .woocommerce-ordering {
  position: relative;
  margin-bottom: 0;
}
.template-shop .filters .woocommerce-ordering select {
  padding: 4px 30px 4px 16px;
  font-size: 0.8888888889rem;
  color: #333333;
  border: 3px solid #333333;
  font-size: 16px;
  line-height: 150%;
  border-radius: 40px;
  margin-bottom: 0;
  margin-top: 0;
}
.template-shop .filters .woocommerce-ordering::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.5938 9.55668L11.957 17.1934L4.32028 9.55668L5.33851 8.53844L11.957 15.157L18.5756 8.53844L19.5938 9.55668Z' fill='%23333333' stroke='%23333333'/%3E%3C/svg%3E");
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  height: 24px;
  width: 24px;
}
.template-shop .filter-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-shop .filter-desktop {
    display: none;
  }
}
.template-shop .filter-mobile .mobile-filters-container {
  display: none;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-shop .filter-mobile .mobile-filters-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .template-shop .filter-mobile .mobile-filters-container.open .filters-sidebar {
    display: block;
    z-index: 1002;
  }
  .template-shop .filter-mobile .mobile-filters-container.open .filters-header {
    display: none;
  }
}
.template-shop .filter-mobile .mobile-filters-container .sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 16px;
}
.template-shop .filter-mobile .mobile-filters-container .sidebar .sidebar-header {
  width: 100%;
  position: relative;
  text-align: center;
  margin-top: 20px;
  font-size: 1.1111111111rem;
  font-family: "Campton Black", sans-serif;
  font-weight: 900;
  line-height: 140%;
  border-bottom: 3px solid #333333;
  padding-bottom: 16px;
}
.template-shop .filter-mobile .mobile-filters-container .sidebar .sidebar-header .btn_close {
  position: absolute;
  top: 0;
  right: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
.template-shop .filter-mobile .mobile-filters-container .filters-sidebar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 40px 40px 0px 0px;
  background-color: white;
  z-index: 1000;
  display: none;
  overflow: auto;
  height: calc(100vh - 37px);
}
.template-shop .filter-mobile .mobile-filters-container .filters-sidebar .title-h3 {
  font-size: 1rem;
  line-height: 140%;
  margin-bottom: 6px;
}
.template-shop .filter-mobile .mobile-filters-container .filters-sidebar .title-h3.title-sorting {
  margin-bottom: 16px;
}
.template-shop .filter-mobile .mobile-filters-container .filters-sidebar #bike-filters {
  padding-right: 0;
}
.template-shop .filter-mobile .mobile-filters-container .catalog-ordering {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 32px 0;
}
.template-shop .filter-mobile .mobile-filters-container .filters-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 15px;
  text-align: center;
  z-index: 1001;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-shop .filter-mobile .mobile-filters-container .filters-header {
    padding: 0;
  }
}
.template-shop .filter-mobile .mobile-filters-container .toggle-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 4px 16px;
  font-size: 0.8888888889rem;
  color: #333333;
  border: 3px solid #333333;
  font-size: 16px;
  line-height: 150%;
  border-radius: 40px;
  margin-bottom: 0;
  margin-top: 0;
  cursor: pointer;
}
.template-shop .filter-mobile .mobile-filters-container .toggle-filters .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.template-shop .sidebar {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-shop .sidebar {
    display: none;
  }
}
.template-shop .content-area ul.products {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 25px;
  gap: 25px;
  margin-bottom: 0;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-shop .content-area ul.products {
    grid-template-columns: 1fr !important;
  }
  .template-shop .content-area ul.products {
    gap: 12px;
  }
}
.template-shop .content-area ul.products::before {
  display: none;
}
.template-shop .content-area ul.products li.product {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-shop .content-area ul.products li.product {
    width: 100% !important;
    margin-bottom: 0 !important;
  }
}
.template-shop.template-bikes .row-products, .template-shop.template-add-ons .row-products, .template-shop.template-spare-parts .row-products {
  padding-top: 40px;
  padding-bottom: 60px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-shop.template-bikes .row-products, .template-shop.template-add-ons .row-products, .template-shop.template-spare-parts .row-products {
    padding: 25px 0;
  }
}
.template-shop.template-bikes .row-products > .row, .template-shop.template-add-ons .row-products > .row, .template-shop.template-spare-parts .row-products > .row {
  width: 100%;
}
.template-shop.template-bikes .row-products .col-products .lmp_products_loading, .template-shop.template-add-ons .row-products .col-products .lmp_products_loading, .template-shop.template-spare-parts .row-products .col-products .lmp_products_loading {
  display: none;
}
.template-shop.template-bikes .row-products .col-products .lmp_load_more_button .lmp_button, .template-shop.template-add-ons .row-products .col-products .lmp_load_more_button .lmp_button, .template-shop.template-spare-parts .row-products .col-products .lmp_load_more_button .lmp_button {
  padding: 15px 40px !important;
  font-size: 18px !important;
  background: transparent !important;
  border-radius: 40px !important;
  border: 3px solid #FF5800 !important;
}
.template-shop.template-bikes .row-products .col-products .lmp_load_more_button .lmp_button, .template-shop.template-add-ons .row-products .col-products .lmp_load_more_button .lmp_button, .template-shop.template-spare-parts .row-products .col-products .lmp_load_more_button .lmp_button {
  display: inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  line-height: 150%;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  color: #333333;
  margin-top: 80px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-shop.template-bikes .row-products .col-products .lmp_load_more_button .lmp_button, .template-shop.template-add-ons .row-products .col-products .lmp_load_more_button .lmp_button, .template-shop.template-spare-parts .row-products .col-products .lmp_load_more_button .lmp_button {
    margin-top: 50px;
  }
}
.template-shop.template-bikes .row-products .col-products .lmp_load_more_button .lmp_button:hover, .template-shop.template-add-ons .row-products .col-products .lmp_load_more_button .lmp_button:hover, .template-shop.template-spare-parts .row-products .col-products .lmp_load_more_button .lmp_button:hover {
  background: transparent !important;
  color: #FF5800 !important;
}
.template-shop.template-bikes .products .product, .template-shop.template-add-ons .products .product, .template-shop.template-spare-parts .products .product {
  border-radius: 60px;
  background-color: #F8F6F5;
  margin: 0;
  padding-bottom: 32px;
  overflow: hidden;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-shop.template-bikes .products .product, .template-shop.template-add-ons .products .product, .template-shop.template-spare-parts .products .product {
    border-radius: 40px;
  }
}
.template-shop.template-bikes .products .product, .template-shop.template-add-ons .products .product, .template-shop.template-spare-parts .products .product {
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 991px) {
  .template-shop.template-bikes .products .product:hover .wrapper-hover, .template-shop.template-add-ons .products .product:hover .wrapper-hover, .template-shop.template-spare-parts .products .product:hover .wrapper-hover {
    opacity: 1;
  }
  .template-shop.template-bikes .products .product:hover h2, .template-shop.template-add-ons .products .product:hover h2, .template-shop.template-spare-parts .products .product:hover h2 {
    color: #FF5800;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .template-shop.template-bikes .products .product:hover .product-excerpt, .template-shop.template-add-ons .products .product:hover .product-excerpt, .template-shop.template-spare-parts .products .product:hover .product-excerpt {
    -webkit-transform: translateY(-44px);
            transform: translateY(-44px);
  }
  .template-shop.template-bikes .products .product:hover .price, .template-shop.template-add-ons .products .product:hover .price, .template-shop.template-spare-parts .products .product:hover .price {
    -webkit-transform: translateY(-44px);
            transform: translateY(-44px);
  }
}
.template-shop.template-bikes .products .product h2.woocommerce-loop-product__title, .template-shop.template-add-ons .products .product h2.woocommerce-loop-product__title, .template-shop.template-spare-parts .products .product h2.woocommerce-loop-product__title {
  padding: 0;
  font-size: 1.4444444444rem;
  line-height: 140%;
  margin-bottom: 3px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-shop.template-bikes .products .product h2.woocommerce-loop-product__title, .template-shop.template-add-ons .products .product h2.woocommerce-loop-product__title, .template-shop.template-spare-parts .products .product h2.woocommerce-loop-product__title {
    font-size: 1.2222222222rem;
    margin-bottom: 8px;
  }
}
.template-shop.template-bikes .products .product .wrapper-hover, .template-shop.template-add-ons .products .product .wrapper-hover, .template-shop.template-spare-parts .products .product .wrapper-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 300px;
  background-color: #F8F6F5;
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-shop.template-bikes .products .product .wrapper-hover, .template-shop.template-add-ons .products .product .wrapper-hover, .template-shop.template-spare-parts .products .product .wrapper-hover {
    display: none;
  }
}
.template-shop.template-bikes .products .product .wrapper-hover .hover-img, .template-shop.template-add-ons .products .product .wrapper-hover .hover-img, .template-shop.template-spare-parts .products .product .wrapper-hover .hover-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0;
}
.template-shop.template-bikes .products .product .wrapper-hover .btn, .template-shop.template-add-ons .products .product .wrapper-hover .btn, .template-shop.template-spare-parts .products .product .wrapper-hover .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.template-shop.template-bikes .products .product .product-excerpt, .template-shop.template-add-ons .products .product .product-excerpt, .template-shop.template-spare-parts .products .product .product-excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 0.8888888889rem;
  line-height: 140%;
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 991px) {
  .template-shop.template-bikes .products .product .product-excerpt, .template-shop.template-add-ons .products .product .product-excerpt, .template-shop.template-spare-parts .products .product .product-excerpt {
    height: 44px;
    max-width: 320px;
  }
}
.template-shop.template-bikes .products .product .product-excerpt, .template-shop.template-add-ons .products .product .product-excerpt, .template-shop.template-spare-parts .products .product .product-excerpt {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-shop.template-bikes .products .product .product-excerpt, .template-shop.template-add-ons .products .product .product-excerpt, .template-shop.template-spare-parts .products .product .product-excerpt {
    margin-bottom: 8px;
  }
}
.template-shop.template-bikes .products .product .price, .template-shop.template-add-ons .products .product .price, .template-shop.template-spare-parts .products .product .price {
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  font-size: 1.1111111111rem;
  color: #FECB00;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 140%;
  margin-bottom: 18px;
}
.template-shop.template-bikes .products .product .price ins, .template-shop.template-add-ons .products .product .price ins, .template-shop.template-spare-parts .products .product .price ins {
  text-decoration: none;
}
.template-shop.template-bikes .products .product .description-wrapper, .template-shop.template-add-ons .products .product .description-wrapper, .template-shop.template-spare-parts .products .product .description-wrapper {
  position: relative;
  height: 44px;
  overflow: hidden;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-shop.template-bikes .products .product .description-wrapper, .template-shop.template-add-ons .products .product .description-wrapper, .template-shop.template-spare-parts .products .product .description-wrapper {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: 90px;
  }
}
.template-shop.template-bikes .products .product .variations_form, .template-shop.template-add-ons .products .product .variations_form, .template-shop.template-spare-parts .products .product .variations_form {
  position: absolute;
  bottom: 65px;
  right: 24px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-shop.template-bikes .products .product .variations_form, .template-shop.template-add-ons .products .product .variations_form, .template-shop.template-spare-parts .products .product .variations_form {
    bottom: 125px;
  }
}
.template-shop.template-bikes .products .product .variations_form .cfvsw-swatches-container, .template-shop.template-add-ons .products .product .variations_form .cfvsw-swatches-container, .template-shop.template-spare-parts .products .product .variations_form .cfvsw-swatches-container {
  display: none;
}
.template-shop.template-bikes .products .product .variations_form .cfvsw-swatches-container[swatches-attr=attribute_pa_colors], .template-shop.template-add-ons .products .product .variations_form .cfvsw-swatches-container[swatches-attr=attribute_pa_colors], .template-shop.template-spare-parts .products .product .variations_form .cfvsw-swatches-container[swatches-attr=attribute_pa_colors] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-shop.template-bikes .products .product .variations_form .cfvsw-swatches-container[swatches-attr=attribute_pa_colors], .template-shop.template-add-ons .products .product .variations_form .cfvsw-swatches-container[swatches-attr=attribute_pa_colors], .template-shop.template-spare-parts .products .product .variations_form .cfvsw-swatches-container[swatches-attr=attribute_pa_colors] {
    grid-gap: 2px;
  }
}
.template-shop.template-bikes .products .product .variations_form .cfvsw-swatches-option, .template-shop.template-add-ons .products .product .variations_form .cfvsw-swatches-option, .template-shop.template-spare-parts .products .product .variations_form .cfvsw-swatches-option {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-shop.template-bikes .products .product .variations_form .cfvsw-swatches-option, .template-shop.template-add-ons .products .product .variations_form .cfvsw-swatches-option, .template-shop.template-spare-parts .products .product .variations_form .cfvsw-swatches-option {
    min-width: 24px !important;
    min-height: 24px !important;
    max-height: 24px !important;
    max-width: 24px !important;
  }
}
.template-shop.template-bikes .products .product a.added_to_cart, .template-shop.template-add-ons .products .product a.added_to_cart, .template-shop.template-spare-parts .products .product a.added_to_cart {
  display: none;
}
.template-shop.template-bikes .products .product .product-excerpt,
.template-shop.template-bikes .products .product .price, .template-shop.template-add-ons .products .product .product-excerpt,
.template-shop.template-add-ons .products .product .price, .template-shop.template-spare-parts .products .product .product-excerpt,
.template-shop.template-spare-parts .products .product .price {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.template-shop.template-bikes .products .product del, .template-shop.template-add-ons .products .product del, .template-shop.template-spare-parts .products .product del {
  color: #333333 !important;
}
.template-shop.template-bikes .products .product del, .template-shop.template-add-ons .products .product del, .template-shop.template-spare-parts .products .product del {
  font-size: 0.8333333333rem;
}
.template-shop.template-bikes .products .product .button, .template-shop.template-add-ons .products .product .button, .template-shop.template-spare-parts .products .product .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  font-size: 1.1111111111rem;
  line-height: 150%;
  color: #FFFFFF;
  background-color: #FF5800;
  border-radius: 40px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-shop.template-bikes .products .product .button, .template-shop.template-add-ons .products .product .button, .template-shop.template-spare-parts .products .product .button {
    font-size: 1rem;
    padding: 15px 36px;
  }
}
.template-shop.template-bikes .products .product .button:hover, .template-shop.template-add-ons .products .product .button:hover, .template-shop.template-spare-parts .products .product .button:hover {
  color: #FF5800;
  background-color: #FFFFFF;
}
.template-shop.template-bikes .products .product .btn-product-link, .template-shop.template-add-ons .products .product .btn-product-link, .template-shop.template-spare-parts .products .product .btn-product-link {
  border: 3px solid #FF5800;
  padding: 7px 28px;
}
.template-shop.template-bikes .products .product img {
  height: 100%;
  width: 600px;
  max-height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 26px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-shop.template-bikes .products .product img {
    max-height: 225px;
  }
}
.template-shop.template-bikes .products .product h2.woocommerce-loop-product__title,
.template-shop.template-bikes .products .product .product-excerpt,
.template-shop.template-bikes .products .product .price {
  padding-left: 32px;
}
.template-shop.template-bikes .products .product .cfvsw-swatches-option {
  min-width: 27px !important;
  min-height: 27px !important;
  max-width: 27px !important;
  max-height: 27px !important;
}
.template-shop.template-bikes .products .product .cfvsw-swatches-option {
  padding: 2px;
}
.template-shop.template-bikes .products .product .shadow {
  display: block;
  width: 60%;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #333333;
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -o-filter: blur(8px);
  -ms-filter: blur(8px);
  filter: blur(8px);
  opacity: 0.3;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-shop.template-bikes .products .product .shadow {
    top: 41%;
  }
}
.template-shop.template-add-ons ul.products {
  grid-template-columns: repeat(3, 1fr);
}
.template-shop.template-add-ons ul.products .product {
  border-radius: 40px;
  text-align: center;
}
.template-shop.template-add-ons ul.products .product img {
  height: 100%;
  width: 400px;
  max-height: 262px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 16px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-shop.template-add-ons ul.products .product img {
    max-height: 242px;
  }
}
.template-shop.template-add-ons ul.products .product .wrapper-hover {
  max-height: 262px;
}
.template-shop.template-add-ons ul.products .product h2.woocommerce-loop-product__title,
.template-shop.template-add-ons ul.products .product .product-excerpt,
.template-shop.template-add-ons ul.products .product .price {
  padding: 0 32px;
}
.template-shop.template-add-ons ul.products .product .product-excerpt {
  margin: 0 auto;
}
.template-shop.template-add-ons ul.products .product .add_to_cart_button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  font-size: 1.1111111111rem;
  line-height: 150%;
  background-color: #FF5800;
  color: #FFFFFF;
  border-radius: 40px;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-shop.template-add-ons ul.products .product .add_to_cart_button {
    font-size: 1rem;
    padding: 15px 36px;
  }
}
.template-shop.template-add-ons ul.products .product .add_to_cart_button:hover {
  color: #FF5800;
  background-color: #FFFFFF;
}
.template-shop .woocommerce-pagination {
  display: none;
}

.template-cart .woocommerce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: 100%;
  padding-bottom: 40px;
  position: relative;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-cart .woocommerce {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.template-cart .woocommerce .woocommerce-notices-wrapper {
  right: 0;
  top: -80px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-cart .woocommerce .woocommerce-notices-wrapper {
    position: absolute;
    max-height: 40px;
  }
}
.template-cart .woocommerce .woocommerce-cart-form {
  width: 70%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-cart .woocommerce .woocommerce-cart-form {
    width: 100%;
    padding-bottom: 32px;
  }
}
.template-cart .woocommerce .woocommerce-cart-form .cart-items {
  padding-top: 40px;
  margin-right: 150px;
}
.template-cart .woocommerce .woocommerce-cart-form .cart-items .cart-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.template-cart .woocommerce .woocommerce-cart-form .cart-items .cart-item-wrapper .cart_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 14px;
}
.template-cart .woocommerce .woocommerce-cart-form .cart-items .cart-item-wrapper .product-infos {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.template-cart .woocommerce .woocommerce-cart-form .cart-items .cart-item-wrapper .product-thumbnail {
  width: 114px;
  height: 114px;
  border-radius: 24px;
  overflow: hidden;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-cart .woocommerce .woocommerce-cart-form .cart-items .cart-item-wrapper .product-thumbnail {
    width: 80px;
    height: 80px;
    overflow: visible;
    overflow: initial;
  }
}
.template-cart .woocommerce .woocommerce-cart-form .cart-items .cart-item-wrapper .product-thumbnail a {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-cart .woocommerce .woocommerce-cart-form .cart-items .cart-item-wrapper .product-thumbnail a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    height: 80px;
    border-radius: 12px;
    overflow: hidden;
  }
}
.template-cart .woocommerce .woocommerce-cart-form .cart-items .cart-item-wrapper .product-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.template-cart .woocommerce .woocommerce-cart-form .cart-items .cart-item-wrapper .product-name {
  font-family: "Campton Black", sans-serif;
  font-weight: 900;
  font-size: 1rem;
  line-height: 140%;
  margin-bottom: 15px;
}
.template-cart .woocommerce .woocommerce-cart-form .cart-items .cart-item-wrapper .product-name .variation {
  font-family: "Campton Medium", sans-serif;
  font-weight: 500;
}
.template-cart .woocommerce .woocommerce-cart-form .cart-items .cart-item-wrapper .product-stocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.template-cart .woocommerce .woocommerce-cart-form .cart-items .cart-item-wrapper .product-quantity .custom-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #333333;
  border-radius: 40px;
  padding: 5px 11px;
  max-width: 130px;
  min-width: 130px;
}
.template-cart .woocommerce .woocommerce-cart-form .cart-items .cart-item-wrapper .product-quantity .custom-quantity input[type=number] {
  color: #333333;
  padding: 0;
  margin: 0;
  text-align: center;
  border-radius: 0;
  -moz-appearance: textfield;
}
.template-cart .woocommerce .woocommerce-cart-form .cart-items .cart-item-wrapper .product-quantity .custom-quantity input[type=number]::-webkit-outer-spin-button, .template-cart .woocommerce .woocommerce-cart-form .cart-items .cart-item-wrapper .product-quantity .custom-quantity input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.template-cart .woocommerce .woocommerce-cart-form .cart-items .cart-item-wrapper .product-quantity .custom-quantity button.decrement,
.template-cart .woocommerce .woocommerce-cart-form .cart-items .cart-item-wrapper .product-quantity .custom-quantity button.increment {
  background: transparent;
  width: 50%;
  max-height: 26px;
  border: none;
}
.template-cart .woocommerce .woocommerce-cart-form .cart-items .cart-item-wrapper .product-quantity .custom-quantity button.decrement .icon,
.template-cart .woocommerce .woocommerce-cart-form .cart-items .cart-item-wrapper .product-quantity .custom-quantity button.increment .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.template-cart .woocommerce .woocommerce-cart-form .cart-items .cart-item-wrapper .product-quantity .custom-quantity button.decrement span,
.template-cart .woocommerce .woocommerce-cart-form .cart-items .cart-item-wrapper .product-quantity .custom-quantity button.increment span {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 16px;
  background-color: #333333;
  display: block;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.template-cart .woocommerce .woocommerce-cart-form .cart-items .cart-item-wrapper .product-quantity .custom-quantity button.decrement span:nth-child(2),
.template-cart .woocommerce .woocommerce-cart-form .cart-items .cart-item-wrapper .product-quantity .custom-quantity button.increment span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.template-cart .woocommerce .woocommerce-cart-form .cart-items .cart-item-wrapper .product-remove {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.template-cart .woocommerce .woocommerce-cart-form .cart-items .cart-item-wrapper .product-remove a.remove {
  color: #333333 !important;
}
.template-cart .woocommerce .woocommerce-cart-form .cart-items .cart-item-wrapper .product-remove a.remove {
  width: 100%;
  height: 100%;
  font-family: "Campton Medium", sans-serif;
  font-weight: 500;
  font-size: 0.7222222222rem;
  line-height: 140%;
  position: relative;
}
.template-cart .woocommerce .woocommerce-cart-form .cart-items .cart-item-wrapper .product-remove a.remove::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #333333;
  -webkit-transition: width 0.25s ease-out;
  transition: width 0.25s ease-out;
}
.template-cart .woocommerce .woocommerce-cart-form .cart-items .cart-item-wrapper .product-remove a.remove:hover {
  background: transparent;
}
.template-cart .woocommerce .woocommerce-cart-form .cart-items .cart-item-wrapper .product-remove a.remove:hover::after {
  width: 100%;
}
.template-cart .woocommerce .woocommerce-cart-form .cart-items .cart-item-wrapper .product-subtotal {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-cart .woocommerce .woocommerce-cart-form .cart-items .cart-item-wrapper .product-subtotal {
    margin-left: -15px;
  }
}
.template-cart .woocommerce .woocommerce-cart-form .cart-items .cart-items-update .btn-secondary {
  margin-top: 32px;
  border-radius: 40px;
  color: #333333;
}
.template-cart .woocommerce .woocommerce-cart-form .cart-items .cart-items-update .btn-secondary:hover {
  border-color: #FF5800;
  background-color: #FF5800;
  color: #FFFFFF;
}
.template-cart .woocommerce .cart-collaterals {
  width: 30%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-cart .woocommerce .cart-collaterals {
    width: 100%;
  }
}
.template-cart .woocommerce .cart-collaterals .cart_totals {
  position: sticky;
  top: 140px;
  width: 100%;
  padding: 40px 36px;
  border-radius: 30px;
  background-color: #F8F6F5;
}
.template-cart .woocommerce .cart-collaterals .cart_totals .title-h2 {
  font-size: 1.2222222222rem;
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 32px;
}
.template-cart .woocommerce .cart-collaterals .cart_totals .cart-subtotal,
.template-cart .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-totals-wrapper,
.template-cart .woocommerce .cart-collaterals .cart_totals .order-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1rem;
  line-height: 140%;
}
.template-cart .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-destination {
  font-size: 1rem;
  line-height: 140%;
}
.template-cart .woocommerce .cart-collaterals .cart_totals .cart-subtotal {
  margin-bottom: 7px;
}
.template-cart .woocommerce .cart-collaterals .cart_totals .order-total {
  padding-top: 18px;
  font-size: 1.4444444444rem;
  line-height: 140%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-cart .woocommerce .cart-collaterals .cart_totals .order-total {
    font-size: 1.1111111111rem;
  }
}
.template-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding-bottom: 0;
  padding-top: 12px;
}
.template-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  padding: 10px 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  font-size: 1.1111111111rem;
  line-height: 150%;
  color: #FFFFFF;
  border-radius: 40px;
  margin-bottom: 0;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
    font-size: 1rem;
    padding: 15px 36px;
  }
}
.template-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  background-color: #FF5800;
}
.template-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
  color: #FF5800;
  background-color: #FFFFFF;
}
.template-cart .woocommerce .wrapper-return {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 120px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-cart .woocommerce .wrapper-return {
    padding-bottom: 40px;
  }
}
.template-cart .woocommerce .wrapper-return .icon {
  margin: 0 auto;
  max-width: 138px;
  max-height: 138px;
  margin-bottom: 60px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-cart .woocommerce .wrapper-return .icon {
    max-width: 80px;
    max-height: 80px;
    margin-bottom: 18px;
  }
}
.template-cart .woocommerce .wrapper-return .icon svg {
  width: 100%;
  height: 100%;
}
.template-cart .woocommerce .wrapper-return .title-h2 {
  margin-bottom: 12px;
}
.template-cart .woocommerce .wrapper-return .description {
  margin-bottom: 32px;
}
.template-cart .module-18-recommended-products {
  background-color: #F8F6F5;
}
.template-cart .module-18-recommended-products .products-list .product-item {
  background-color: #FFFFFF;
}
.template-cart .woocommerce-notices-wrapper {
  bottom: 5vh;
}
.template-cart .woocommerce-notices-wrapper .woocommerce-error {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 45px;
  border-top: none;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  font-size: 1rem;
}
.template-cart .woocommerce-notices-wrapper .woocommerce-error::before {
  top: 10px;
  left: 15px;
  color: #FF5800;
}
.template-cart .woocommerce-notices-wrapper .woocommerce-error a {
  text-decoration: underline;
}

.template-checkout .woocommerce {
  width: 100%;
  padding-bottom: 40px;
  position: relative;
}
.template-checkout .woocommerce .col-customer-details {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-checkout .woocommerce .col-customer-details {
    margin-bottom: 32px;
  }
}
.template-checkout .woocommerce .woocommerce-form-coupon {
  display: block !important;
}
.template-checkout .woocommerce .woocommerce-checkout > .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.template-checkout .woocommerce .woocommerce-checkout h3 {
  margin-bottom: 32px;
}
.template-checkout .woocommerce .woocommerce-checkout h3#ship-to-different-address {
  margin-left: 3px;
}
.template-checkout .woocommerce .woocommerce-checkout input::-webkit-input-placeholder, .template-checkout .woocommerce .woocommerce-checkout textarea::-webkit-input-placeholder, .template-checkout .woocommerce .woocommerce-checkout select::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.template-checkout .woocommerce .woocommerce-checkout input::-moz-placeholder, .template-checkout .woocommerce .woocommerce-checkout textarea::-moz-placeholder, .template-checkout .woocommerce .woocommerce-checkout select::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.template-checkout .woocommerce .woocommerce-checkout input:-ms-input-placeholder, .template-checkout .woocommerce .woocommerce-checkout textarea:-ms-input-placeholder, .template-checkout .woocommerce .woocommerce-checkout select:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.template-checkout .woocommerce .woocommerce-checkout input::-ms-input-placeholder, .template-checkout .woocommerce .woocommerce-checkout textarea::-ms-input-placeholder, .template-checkout .woocommerce .woocommerce-checkout select::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.template-checkout .woocommerce .woocommerce-checkout input::placeholder,
.template-checkout .woocommerce .woocommerce-checkout textarea::placeholder,
.template-checkout .woocommerce .woocommerce-checkout select::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.template-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order {
  position: sticky;
  top: 140px;
  margin-left: auto;
  padding: 40px 36px;
  border-radius: 30px;
  background-color: #F8F6F5;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order {
    margin-left: 0;
    padding: 40px 20px;
  }
}
.template-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .wrapper-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.template-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .wrapper-title .link {
  font-size: 0.8888888889rem;
  line-height: 140%;
  text-transform: capitalize;
  text-decoration: underline;
}
.template-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .shop_table .products-section .products-section-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  padding-bottom: 36px;
}
.template-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .shop_table .products-section .cart_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 18px;
}
.template-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .shop_table .products-section .cart_item .product-thumbnail {
  width: 83px;
  height: 83px;
  border-radius: 14px;
  overflow: hidden;
}
.template-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .shop_table .products-section .cart_item .product-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.template-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .shop_table .products-section .cart_item .product-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.template-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .shop_table .products-section .cart_item .product-name-head {
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 140%;
  margin-bottom: 4px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .shop_table .products-section .cart_item .product-name-head {
    font-size: 0.8888888889rem;
  }
}
.template-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .shop_table .products-section .cart_item .product-name-sku {
  font-size: 0.7222222222rem;
  font-family: "Campton Light", sans-serif;
  font-weight: 300;
  line-height: 140%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.template-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .shop_table .products-section .cart_item .product-name-quantity {
  font-size: 0.8888888889rem;
  line-height: 140%;
}
.template-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .shop_table .products-section .cart_item .product-total-price {
  text-align: right;
  font-size: 1rem;
  line-height: 140%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .shop_table .products-section .cart_item .product-total-price {
    font-size: 0.8888888889rem;
  }
}
.template-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .coupon {
  font-size: 1rem;
  line-height: 140%;
  padding-bottom: 18px;
  border-bottom: 1px solid #333333;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .coupon {
    padding-bottom: 22px;
  }
}
.template-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .coupon .input-coupon {
  position: relative;
  padding: 10px 0;
}
.template-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .coupon .input-text {
  color: rgba(51, 51, 51, 0.4);
  background: #FFFFFF;
  border: 1px solid #D8D9D3;
  padding: 12px 26px;
  margin: 0;
}
.template-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .coupon .input-text::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.4);
}
.template-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .coupon .input-text::-moz-placeholder {
  color: rgba(51, 51, 51, 0.4);
}
.template-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .coupon .input-text:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.4);
}
.template-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .coupon .input-text::-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.4);
}
.template-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .coupon .input-text::placeholder {
  color: rgba(51, 51, 51, 0.4);
}
.template-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .coupon .input-text {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .coupon .input-text {
    padding: 13px 20px;
  }
}
.template-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .coupon button[type=submit] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 27px;
  padding: 8px 16px;
  position: absolute;
  right: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0.8888888889rem;
  line-height: 150%;
  border-radius: 40px;
  background-color: #FF5800;
  border: 2px solid #FF5800;
  color: #FFFFFF;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.template-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .coupon button[type=submit]:hover {
  color: #FF5800;
  background-color: #FFFFFF;
}
.template-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .coupon button[type=submit] {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .coupon button[type=submit] {
    right: 9px;
  }
}
.template-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .products-footer {
  padding-top: 32px;
  font-size: 1rem;
  line-height: 140%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .products-footer {
    font-size: 0.8888888889rem;
  }
}
.template-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .products-footer .products-taxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
  margin-bottom: 25px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .products-footer .products-taxes {
    margin-bottom: 16px;
  }
}
.template-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .products-footer .cart-subtotal,
.template-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .products-footer .order-total,
.template-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .products-footer .woocommerce-shipping-totals .woocommerce-shipping-totals-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.template-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .products-footer .woocommerce-shipping-totals-items label {
  font-size: 1rem;
}
.template-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .products-footer .woocommerce-shipping-methods input[type=radio] {
  padding: 0;
}
.template-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .products-footer .woocommerce-shipping-methods li {
  margin-bottom: 0 !important;
}
.template-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .products-footer .order-total {
  font-size: 1.4444444444rem;
  line-height: 140%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .products-footer .order-total {
    font-size: 1.1111111111rem;
  }
}
.template-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .add_gift_card_form {
  display: none;
}
.template-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order #payment {
  margin-top: 25px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order #payment {
    margin-top: 16px;
  }
}
.template-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order #payment .wc_payment_method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.template-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order #payment .wc_payment_method.payment_method_alma {
  margin-top: 10px;
}
.template-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order #payment .wc_payment_method label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.template-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order #payment ul input[type=radio] {
  background: #FFFFFF !important;
}
.template-checkout .woocommerce .woocommerce-checkout .col-customer-details .woocommerce-shipping-fields {
  margin-top: 10px;
}
.template-checkout .woocommerce .woocommerce-checkout .col-customer-details .woocommerce-shipping-fields #ship-to-different-address label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.template-checkout .woocommerce .banner-thankyou-order {
  position: relative;
  margin-bottom: 80px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-checkout .woocommerce .banner-thankyou-order {
    margin-bottom: 40px;
  }
}
.template-checkout .woocommerce .banner-thankyou-order::before {
  content: "";
  display: block;
  width: 400%;
  height: 200%;
  position: absolute;
  left: -200%;
  top: -100%;
  background-color: #FECB00;
  z-index: 0;
  /* -- @include break(mobile)-- */
}
.template-checkout .woocommerce .banner-thankyou-order .icon {
  position: relative;
  padding-top: 80px;
  padding-bottom: 110px;
  z-index: 1;
  width: 70%;
  margin: 0 auto;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-checkout .woocommerce .banner-thankyou-order .icon {
    padding-top: 40px;
    padding-bottom: 80px;
    width: 100%;
    height: auto;
  }
}
.template-checkout .woocommerce .banner-thankyou-order .icon svg {
  width: 100%;
  height: 100%;
}
.template-checkout .woocommerce .woocommerce-order {
  width: 70%;
  margin: 0 auto;
  padding-bottom: 200px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-checkout .woocommerce .woocommerce-order {
    width: 100%;
    padding-bottom: 100px;
  }
}
.template-checkout .woocommerce .woocommerce-order .woocommerce-thankyou-order-received {
  color: #FF5800;
  text-align: center;
  margin-bottom: 20px;
}
.template-checkout .woocommerce .woocommerce-order .description {
  font-size: 1.1111111111rem;
  line-height: 140%;
  text-align: center;
  margin-bottom: 20px;
}
.template-checkout .woocommerce .woocommerce-order .woocommerce-thankyou-order-details {
  background-color: #F8F6F5;
  padding: 40px 60px;
  border-radius: 20px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-checkout .woocommerce .woocommerce-order .woocommerce-thankyou-order-details {
    padding: 40px 20px;
  }
}
.template-checkout .woocommerce .woocommerce-order .woocommerce-thankyou-order-details > .row:first-child {
  margin-bottom: 26px;
}
.template-checkout .woocommerce .woocommerce-order .woocommerce-thankyou-order-details .col-6 {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-checkout .woocommerce .woocommerce-order .woocommerce-thankyou-order-details .col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50%);
            flex: 0 0 calc(50%);
  }
}
.template-checkout .woocommerce .woocommerce-order .woocommerce-thankyou-order-details .order-overview-title,
.template-checkout .woocommerce .woocommerce-order .woocommerce-thankyou-order-details .order-overview-value {
  font-size: 0.8888888889rem;
  line-height: 140%;
}
.template-checkout .woocommerce .woocommerce-order .woocommerce-thankyou-order-details .order-overview-title {
  color: #8e8e8e;
  margin-bottom: 2px;
}
.template-checkout .woocommerce .woocommerce-order .woocommerce-order-details {
  margin-bottom: 0;
  margin-top: 32px;
}
.template-checkout .woocommerce .woocommerce-order .woocommerce-customer-details {
  display: none;
}
.template-checkout .woocommerce .woocommerce-form-login .form-row-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.template-checkout .woocommerce .wc-backward {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 26px;
  margin-top: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  font-size: 1.1111111111rem;
  line-height: 150%;
  color: #333333;
  background: transparent;
  border-radius: 40px;
  border: 3px solid #FF5800;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.template-checkout .woocommerce .wc-backward:hover {
  color: #FF5800;
}
.template-checkout .woocommerce .wc-backward {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-checkout .woocommerce .wc-backward {
    font-size: 1rem;
  }
}
.template-checkout .module-18-recommended-products {
  background-color: #F8F6F5;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-checkout .module-18-recommended-products {
    display: none;
  }
}
.template-checkout .module-18-recommended-products .products-list .product-item {
  background-color: #FFFFFF;
}
.template-checkout #payment .payment_methods li.payment_method_payplug img.payplug-payment-icon,
.template-checkout #payment .payment_methods li.payment_method_bancontact img.payplug-payment-icon,
.template-checkout #payment .payment_methods li.payment_method_american_express img.payplug-payment-icon,
.template-checkout #payment .payment_methods li.payment_method_oney_x3_with_fees img.payplug-payment-icon,
.template-checkout #payment .payment_methods li.payment_method_oney_x4_with_fees img.payplug-payment-icon,
.template-checkout #payment .payment_methods li.payment_method_oney_x3_without_fees img.payplug-payment-icon,
.template-checkout #payment .payment_methods li.payment_method_oney_x4_without_fees img.payplug-payment-icon {
  width: 140px;
}

.template-account .col-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.template-account .col-content {
  padding: 210px 5% 80px 75px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-account .col-content {
    padding: 40px 5%;
  }
}
.template-account .col-content .title-h1 {
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 100%;
  margin-bottom: 12px;
}
.template-account .col-content .description {
  font-size: 0.8888888889rem;
  line-height: 140%;
  margin-bottom: 36px;
}
.template-account .woocommerce {
  width: 100%;
}
.template-account .woocommerce-notices-wrapper {
  bottom: 5vh;
}
.template-account .woocommerce-notices-wrapper .woocommerce-error {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 45px;
  border-top: none;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  font-size: 1rem;
}
.template-account .woocommerce-notices-wrapper .woocommerce-error::before {
  top: 10px;
  left: 15px;
  color: #FF5800;
}
.template-account .woocommerce-notices-wrapper .woocommerce-error a {
  text-decoration: underline;
}
.template-account .woocommerce-password-container .btn.return {
  margin-top: 40px;
}

.template-search-result .title-h1 {
  text-align: center;
}
.template-search-result .title-h1 .result-number {
  color: #FF5800;
}
.template-search-result .search-bar {
  padding-top: 193px;
  padding-bottom: 80px;
  background-color: #FECB00;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-search-result .search-bar {
    padding-top: 150px;
    padding-bottom: 40px;
  }
}
.template-search-result .search-bar .seach_container {
  width: 100%;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 52px;
}
.template-search-result .search-bar .seach_container h4 {
  margin-bottom: 0;
  padding-bottom: 24px;
}
.template-search-result .search-bar .seach_container .search-bar {
  margin-top: 24px;
  margin-bottom: 50px;
  width: 100%;
}
.template-search-result .search-bar .seach_container form > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 100%;
  position: relative;
}
.template-search-result .search-bar .seach_container form > div input[type=text] {
  height: 74px;
  width: 100%;
  padding-left: 32px;
  padding-right: 220px;
  margin-top: 0;
  margin-bottom: 0;
  color: #333333;
  background-color: #F8F6F5;
  border: 1px solid #D8D9D3;
  border-radius: 60px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-search-result .search-bar .seach_container form > div input[type=text] {
    height: 64px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 0;
  }
}
.template-search-result .search-bar .seach_container form > div input[type=text]::-webkit-input-placeholder {
  color: #333333;
}
.template-search-result .search-bar .seach_container form > div input[type=text]::-moz-placeholder {
  color: #333333;
}
.template-search-result .search-bar .seach_container form > div input[type=text]:-ms-input-placeholder {
  color: #333333;
}
.template-search-result .search-bar .seach_container form > div input[type=text]::-ms-input-placeholder {
  color: #333333;
}
.template-search-result .search-bar .seach_container form > div input[type=text]::placeholder {
  color: #333333;
}
.template-search-result .search-bar .seach_container form > div #searchsubmit {
  height: 62px;
  width: auto;
  position: absolute;
  top: 50%;
  margin: 0;
  right: 6px;
  text-align: left;
  padding-right: 60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #FFFFFF;
  background-color: #FF5800;
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  font-size: 1.1111111111rem;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-search-result .search-bar .seach_container form > div #searchsubmit {
    color: #FF5800;
    padding: 0;
    width: 62px;
    height: 54px;
  }
}
.template-search-result .search-bar .seach_container form > div .relevanssi-live-search-results-showing {
  top: 0 !important;
  left: 20px !important;
  right: 20px !important;
  border-color: #FF5800 !important;
  width: auto !important;
}
.template-search-result .search-bar .seach_container form > div .relevanssi-live-search-results-showing {
  margin-top: -5px;
}
.template-search-result .search-bar .seach_container form > div .relevanssi-live-search-results-showing a {
  text-decoration: none;
  color: #FF5800;
}
.template-search-result .search-bar .seach_container form > div .relevanssi-live-search-results-showing a:hover {
  color: #FF5800;
}
.template-search-result .search-bar .seach_container form > div .relevanssi-live-search-result-status {
  display: none !important;
}
.template-search-result .search-bar .seach_container .form_wrap {
  position: relative;
}
.template-search-result .search-bar .seach_container .form_wrap .icon {
  position: absolute;
  right: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  pointer-events: none;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-search-result .search-bar .seach_container .form_wrap .icon {
    top: 50%;
    right: 25px;
  }
}
.template-search-result .search-bar .seach_container .tags-container {
  max-width: 30%;
}
.template-search-result .search-bar .seach_container .title-h4 {
  padding-top: 60px;
  padding-bottom: 18px;
  font-family: "Campton Medium", sans-serif;
  font-weight: 500;
  font-size: 0.8888888889rem;
  line-height: 140%;
}
.template-search-result .search-bar .seach_container .tag_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.template-search-result .search-bar .seach_container .tag_wrap .tag {
  padding: 5px 14px;
  border-radius: 30px;
  border: 1px solid #D8D9D3;
  background: #FFFFFF;
  font-size: 1rem;
  line-height: 140%;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.template-search-result .search-bar .seach_container .tag_wrap .tag:hover {
  background: #F8F6F5;
  border: 1px solid #F8F6F5;
  color: #FF5800;
}
.template-search-result .row-products {
  padding-top: 90px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-search-result .row-products {
    padding-top: 0;
  }
}
.template-search-result .sidebar {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-search-result .sidebar {
    display: block;
  }
}
.template-search-result .sidebar .title-h4 {
  font-family: "Campton Medium", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 140%;
  margin-bottom: 24px;
}
.template-search-result .sidebar #search-filters,
.template-search-result .sidebar #search-filters-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding-right: 100px;
}
.template-search-result .sidebar #search-filters .filter-others,
.template-search-result .sidebar #search-filters-mobile .filter-others {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.template-search-result .sidebar #search-filters .filter-others label,
.template-search-result .sidebar #search-filters-mobile .filter-others label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 16px;
  border-radius: 10px;
  border: 3px solid #D8D9D3;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.template-search-result .sidebar #search-filters .filter-others label:focus, .template-search-result .sidebar #search-filters .filter-others label:hover,
.template-search-result .sidebar #search-filters-mobile .filter-others label:focus,
.template-search-result .sidebar #search-filters-mobile .filter-others label:hover {
  border: 3px solid #FF5800;
}
.template-search-result .sidebar #search-filters-mobile {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-search-result .sidebar #search-filters-mobile {
    margin-top: 32px;
    padding-right: 0;
  }
}
.template-search-result .sidebar .filters {
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 991px) {
  .template-search-result .sidebar .filters {
    border-bottom: 0;
    font-family: "Campton Medium", sans-serif;
    font-weight: 500;
  }
}
.template-search-result .sidebar .filter-desktop {
  display: block;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-search-result .sidebar .filter-desktop {
    display: none;
  }
}
.template-search-result .sidebar .filter-mobile {
  display: none;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-search-result .sidebar .filter-mobile {
    display: block;
  }
}
.template-search-result .sidebar .filter-mobile .filters-header {
  z-index: 1;
}
.template-search-result .sidebar .filter-mobile .sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 16px;
}
.template-search-result .sidebar .filter-mobile .sidebar .sidebar-header {
  width: 100%;
  position: relative;
  text-align: center;
  margin-top: 20px;
  font-size: 1.1111111111rem;
  font-family: "Campton Black", sans-serif;
  font-weight: 900;
  line-height: 140%;
  border-bottom: 3px solid #333333;
  padding-bottom: 16px;
}
.template-search-result .sidebar .filter-mobile .sidebar .sidebar-header .title-h4 {
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  font-size: 1.1111111111rem;
  line-height: 140%;
  margin-bottom: 0;
}
.template-search-result .col-products .card-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
  gap: 25px;
  margin-bottom: 0;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-search-result .col-products .card-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.template-search-result .col-products .card-row .card-post {
  border-radius: 40px;
  overflow: hidden;
}
.template-search-result .col-products .card-row .card-post .wrapper-media {
  position: relative;
  height: 262px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .template-search-result .col-products .card-row .card-post .wrapper-media {
    max-height: 250px;
  }
}
.template-search-result .col-products .card-row .card-post .wrapper-media img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.template-search-result .col-products .card-row .card-post .wrapper-text {
  padding: 16px 28px;
  height: 193px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #F8F6F5;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-search-result .col-products .card-row .card-post .wrapper-text {
    padding: 16px 30px;
    min-height: 180px;
  }
}
.template-search-result .col-products .card-row .card-post .title-h6 {
  margin: 0;
  text-align: center;
  text-overflow: ellipsis;
  font-size: 1.2222222222rem;
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  line-height: 120%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-search-result .col-products .card-row .card-post .title-h6 {
    font-size: 1.2222222222rem;
  }
}
.template-search-result .col-products .card-row .card-post .description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.template-search-result .col-products .card-row .card-post strong {
  color: #FF5800;
}
.template-search-result .col-products .card-row .card-post .category {
  position: absolute;
  bottom: -12px;
  left: 20px;
  padding: 8px 20px;
  font-size: 0.8333333333rem;
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  border-radius: 50px;
  line-height: 100%;
  z-index: 1;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-search-result .col-products .card-row .card-post .category {
    left: 10px;
    padding: 8px 18px;
  }
}
.template-search-result .col-products .card-row .card-post .btn-read-more {
  padding: 10px 28px;
  font-size: 1.1111111111rem;
  color: #FF5800;
  line-height: 150%;
}
.template-search-result .col-products .card-row .card-post .btn-read-more .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.template-search-result .col-products .card-row .card-post .btn-read-more .icon svg path {
  fill: #FF5800;
}
.template-search-result .col-products .card-row .card-post.type-post.cat-community .wrapper-media, .template-search-result .col-products .card-row .card-post.type-post.cat-communauté .wrapper-media, .template-search-result .col-products .card-row .card-post.type-post.cat-comunidad .wrapper-media {
  border-bottom: 12px solid #D2EB97;
}
.template-search-result .col-products .card-row .card-post.type-post.cat-community .category, .template-search-result .col-products .card-row .card-post.type-post.cat-communauté .category, .template-search-result .col-products .card-row .card-post.type-post.cat-comunidad .category {
  background-color: #D2EB97;
}
.template-search-result .col-products .card-row .card-post.type-post.cat-guides .wrapper-media, .template-search-result .col-products .card-row .card-post.type-post.cat-how .wrapper-media, .template-search-result .col-products .card-row .card-post.type-post.cat-guías .wrapper-media {
  border-bottom: 12px solid #EDA2CD;
}
.template-search-result .col-products .card-row .card-post.type-post.cat-guides .category, .template-search-result .col-products .card-row .card-post.type-post.cat-how .category, .template-search-result .col-products .card-row .card-post.type-post.cat-guías .category {
  background-color: #EDA2CD;
}
.template-search-result .col-products .card-row .card-post.type-post.cat-products .wrapper-media, .template-search-result .col-products .card-row .card-post.type-post.cat-produits .wrapper-media, .template-search-result .col-products .card-row .card-post.type-post.cat-produkte .wrapper-media, .template-search-result .col-products .card-row .card-post.type-post.cat-productos .wrapper-media {
  border-bottom: 12px solid #FECB00;
}
.template-search-result .col-products .card-row .card-post.type-post.cat-products .category, .template-search-result .col-products .card-row .card-post.type-post.cat-produits .category, .template-search-result .col-products .card-row .card-post.type-post.cat-produkte .category, .template-search-result .col-products .card-row .card-post.type-post.cat-productos .category {
  background-color: #FECB00;
}
.template-search-result .col-products .card-row .card-post.type-docs .wrapper-media {
  background-color: #FECB00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 45px;
}
.template-search-result .col-products .card-row .card-post.type-docs .wrapper-text {
  padding: 16px 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1rem;
  line-height: 140%;
}
.template-search-result .col-products .card-row .card-post.type-product .description {
  font-size: 0.8888888889rem;
}
.template-search-result .no_result {
  padding: 120px 0;
  text-align: center;
}

.results-container .result-item {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .results-container .result-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}
.results-container .result-item .wrapper-media {
  border-radius: 24px;
  height: 130px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .results-container .result-item .wrapper-media {
    margin-bottom: 0;
    width: 103px;
    height: 103px;
    background-color: #F8F6F5;
  }
}
.results-container .result-item .wrapper-text .title-h6 {
  color: #FF5800;
  font-size: 0.8888888889rem;
  font-family: "Campton Black", sans-serif;
  font-weight: 900;
  line-height: 150%;
  margin: 0;
}
.results-container .result-item .wrapper-text .sku {
  color: #c2c2c2;
  font-size: 0.7222222222rem;
  line-height: 150%;
}
.results-container .result-item .wrapper-text .wrapper-info {
  margin-bottom: 10px;
}
.results-container .result-item .wrapper-text .price {
  color: #FECB00;
  font-size: 0.8888888889rem;
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  line-height: 150%;
}
.results-container .result-item.type-docs .wrapper-media {
  background-color: #FECB00;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.results-container .result-item.type-docs .wrapper-media .title-h6 {
  font-size: 0.7222222222rem;
  text-align: center;
  margin: 0;
}
.results-container .result-item.type-post .wrapper-media {
  position: relative;
  margin-bottom: 0;
  overflow: visible;
  overflow: initial;
}
.results-container .result-item.type-post .wrapper-media picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  border-radius: 24px 24px 0 0;
  overflow: hidden;
}
.results-container .result-item.type-post .wrapper-media picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.results-container .result-item.type-post .wrapper-media .category {
  position: absolute;
  bottom: -10px;
  left: 10px;
  padding: 1px 5px;
  border-radius: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 140%;
  z-index: 1;
}
.results-container .result-item.type-post .wrapper-text {
  border-radius: 0 0 24px 24px;
}
.results-container .result-item.type-post .wrapper-info {
  margin-bottom: 0;
  padding: 10px 15px;
}
.results-container .result-item.type-post .title-h6 {
  color: #333333;
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  line-height: 140%;
  margin: 0;
}
.results-container .result-item.type-post .category {
  font-size: 0.7222222222rem;
}
.results-container .result-item.type-post.cat-community .wrapper-text,
.results-container .result-item.type-post.cat-community .category, .results-container .result-item.type-post.cat-communauté .wrapper-text,
.results-container .result-item.type-post.cat-communauté .category, .results-container .result-item.type-post.cat-comunidad .wrapper-text,
.results-container .result-item.type-post.cat-comunidad .category {
  background-color: #D2EB97;
}
.results-container .result-item.type-post.cat-guides .wrapper-text,
.results-container .result-item.type-post.cat-guides .category, .results-container .result-item.type-post.cat-how .wrapper-text,
.results-container .result-item.type-post.cat-how .category, .results-container .result-item.type-post.cat-guías .wrapper-text,
.results-container .result-item.type-post.cat-guías .category {
  background-color: #EDA2CD;
}
.results-container .result-item.type-post.cat-products .wrapper-text,
.results-container .result-item.type-post.cat-products .category, .results-container .result-item.type-post.cat-produits .wrapper-text,
.results-container .result-item.type-post.cat-produits .category, .results-container .result-item.type-post.cat-produkte .wrapper-text,
.results-container .result-item.type-post.cat-produkte .category, .results-container .result-item.type-post.cat-productos .wrapper-text,
.results-container .result-item.type-post.cat-productos .category {
  background-color: #FECB00;
}

.post-type-archive-docs .betterdocs-wrapper.betterdocs-docs-archive-wrapper.betterdocs-category-layout-1 .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-category-title a,
.post-type-archive-docs .betterdocs-docs-archive-wrapper.betterdocs-category-layout-1 .betterdocs-content-wrapper .betterdocs-body .betterdocs-articles-list li a:hover {
  color: #FF5800;
}
.post-type-archive-docs .betterdocs-wrapper.betterdocs-docs-archive-wrapper.betterdocs-category-layout-1 .betterdocs-category-grid-inner-wrapper .betterdocs-category-header .betterdocs-category-header-inner {
  border-bottom: 2px solid #333333;
}
.post-type-archive-docs .betterdocs-wrapper.betterdocs-docs-archive-wrapper.betterdocs-category-layout-1 .betterdocs-body .betterdocs-articles-list li a {
  color: #333333;
}

.single-docs .betterdocs-single-wrapper.betterdocs-single-layout-1 .docs-single-title .betterdocs-entry-title,
.single-docs .betterdocs-sidebar.betterdocs-sidebar-layout-1 .betterdocs-sidebar-content.betterdocs-category-sidebar .betterdocs-single-category-wrapper.active .betterdocs-single-category-inner .betterdocs-category-header .betterdocs-category-header-inner .betterdocs-category-title a,
.single-docs .betterdocs-sidebar.betterdocs-sidebar-layout-1 .betterdocs-sidebar-content.betterdocs-category-sidebar .betterdocs-single-category-wrapper.active .betterdocs-single-category-inner .betterdocs-category-header .betterdocs-category-header-inner .betterdocs-category-title:not(a),
.single-docs .betterdocs-sidebar.betterdocs-sidebar-layout-1 .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-articles-list li a.active,
.single-docs .betterdocs-sidebar.betterdocs-sidebar-layout-1 .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-articles-list li a:hover,
.single-docs .betterdocs-sidebar.betterdocs-sidebar-layout-1 .betterdocs-sidebar-content .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-category-header .betterdocs-category-header-inner .betterdocs-category-title a,
.single-docs .betterdocs-sidebar.betterdocs-sidebar-layout-1 .betterdocs-sidebar-content .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-category-header .betterdocs-category-header-inner .betterdocs-category-title:not(a):hover {
  color: #FF5800;
}
.single-docs .betterdocs-sidebar.betterdocs-sidebar-layout-1 .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-articles-list li a,
.single-docs .betterdocs-sidebar.betterdocs-sidebar-layout-1 .betterdocs-sidebar-content .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-category-header .betterdocs-category-header-inner .betterdocs-category-title a,
.single-docs .betterdocs-sidebar.betterdocs-sidebar-layout-1 .betterdocs-sidebar-content .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-category-header .betterdocs-category-header-inner .betterdocs-category-title:not(a),
.single-docs .betterdocs-single-wrapper.betterdocs-single-layout-1 .betterdocs-social-share .betterdocs-social-share-heading h5,
.single-docs .betterdocs-single-wrapper.betterdocs-single-layout-1 .betterdocs-article-reactions .betterdocs-article-reactions-heading h5,
.single-docs .betterdocs-single-wrapper.betterdocs-single-layout-1 .docs-navigation a,
.single-docs .betterdocs-single-wrapper.betterdocs-single-layout-1 .docs-navigation a:hover {
  color: #333333;
}
.single-docs .betterdocs-sidebar.betterdocs-sidebar-layout-1 .betterdocs-sidebar-content .betterdocs-single-category-wrapper.active .betterdocs-single-category-inner .betterdocs-category-header {
  background-color: #F8F6F5;
  border-color: #D8D9D3;
}
.single-docs .betterdocs-single-wrapper.betterdocs-single-layout-1 .docs-single-title .betterdocs-entry-title {
  text-transform: none;
  text-transform: initial;
}

.betterdocs-search-form-wrapper {
  position: relative;
  z-index: 1;
}

.archive.tax-doc_category .betterdocs-content-area {
  padding: 0;
}
.archive.tax-doc_category .betterdocs-wrapper.betterdocs-taxonomy-wrapper .betterdocs-content-area .betterdocs-content-inner-area {
  padding: 0;
}

.quatre-cent-quatre .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding-top: 230px;
  padding-bottom: 110px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .quatre-cent-quatre .container {
    padding-top: 160px;
    padding-bottom: 110px;
  }
}
.quatre-cent-quatre h1 {
  color: #FF5800;
  font-size: 5.3333333333rem;
  line-height: 90%;
  margin-bottom: 32px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .quatre-cent-quatre h1 {
    font-size: 3.8888888889rem;
  }
}
.quatre-cent-quatre .description {
  font-size: 1.1111111111rem;
  line-height: 150%;
  max-width: 50%;
  margin-bottom: 80px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .quatre-cent-quatre .description {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.quatre-cent-quatre .btn-primary {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.quatre-cent-quatre .animations {
  max-width: 30%;
  margin-bottom: 40px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .quatre-cent-quatre .animations {
    max-width: 100%;
    margin-bottom: 32px;
  }
}
.quatre-cent-quatre .animations canvas {
  width: 100%;
}

.template-cpt-blog.cat-community .header_article, .template-cpt-blog.cat-communauté .header_article, .template-cpt-blog.cat-comunidad .header_article {
  background: #D2EB97;
}
.template-cpt-blog.cat-guides .header_article, .template-cpt-blog.cat-how .header_article, .template-cpt-blog.cat-guías .header_article {
  background: #EDA2CD;
}
.template-cpt-blog.cat-products .header_article, .template-cpt-blog.cat-produits .header_article, .template-cpt-blog.cat-produkte .header_article, .template-cpt-blog.cat-productos .header_article {
  background: #FECB00;
}
.template-cpt-blog .header_article {
  padding-top: 180px;
  padding-bottom: 50px;
}
.template-cpt-blog .header_article .wrapper-text {
  padding-right: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-cpt-blog .header_article .wrapper-text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.template-cpt-blog .header_article .text-bloc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-cpt-blog .header_article .text-bloc {
    margin-bottom: 44px;
  }
}
.template-cpt-blog .header_article .wrapper-media {
  width: 100%;
  height: 627px;
  border-radius: 4px;
  overflow: hidden;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-cpt-blog .header_article .wrapper-media {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: 295px;
    margin-bottom: 32px;
  }
}
.template-cpt-blog .header_article .wrapper-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.template-cpt-blog .header_article .category {
  padding: 9px 20px;
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  font-size: 1.1111111111rem;
  border-radius: 50px;
  border: 3px solid #333333;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 100%;
  margin-bottom: 24px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-cpt-blog .header_article .category {
    font-size: 1rem;
  }
}
.template-cpt-blog .header_article .title-h1 {
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  font-size: 3.1111111111rem;
  line-height: 100%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-cpt-blog .header_article .title-h1 {
    font-family: "Campton Bold", sans-serif;
    font-weight: 700;
    font-size: 2rem;
  }
}
.template-cpt-blog .header_article .date {
  font-size: 0.7222222222rem;
  line-height: 140%;
}
.template-cpt-blog .page-container {
  max-width: 50%;
  margin: 0 auto;
  padding: 80px 0 60px 0;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-cpt-blog .page-container {
    max-width: 90%;
  }
}
.template-cpt-blog .page-container .content-editor section:last-child {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-cpt-blog .page-container .content-editor section:last-child {
    margin-bottom: 40px;
  }
}
.template-cpt-blog .page-container + section {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-cpt-blog .page-container + section {
    padding-top: 0;
  }
}

.template-cpt-product .site-main > .row {
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}
.template-cpt-product .site-main .woocommerce-breadcrumb,
.template-cpt-product .site-main .woocommerce-breadcrumb a {
  color: #333333;
}
.template-cpt-product .product-gallery {
  width: 100%;
  max-width: 1300px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-cpt-product .product-gallery {
    width: 100%;
    display: none;
  }
}
.template-cpt-product .product-gallery.gallery-mobile {
  display: none;
  max-width: 90vw;
  max-height: 350px;
}
.template-cpt-product .product-gallery.gallery-mobile .slider-product-gallery {
  height: 100%;
}
.template-cpt-product .product-gallery.gallery-mobile .slider-product-gallery picture,
.template-cpt-product .product-gallery.gallery-mobile .slider-product-gallery video,
.template-cpt-product .product-gallery.gallery-mobile .slider-product-gallery .variation-image,
.template-cpt-product .product-gallery.gallery-mobile .slider-product-gallery img {
  height: 100%;
  max-width: 90vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.template-cpt-product .product-gallery.gallery-mobile .slider-product-gallery .main-image-mobile {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-cpt-product .product-gallery.gallery-mobile .slider-product-gallery .main-image-mobile {
    display: none;
  }
}
.template-cpt-product .product-gallery.gallery-mobile .slider-product-gallery .swiper-button-next,
.template-cpt-product .product-gallery.gallery-mobile .slider-product-gallery .swiper-button-prev {
  width: 35px;
  height: 35px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50px;
}
.template-cpt-product .product-gallery.gallery-mobile .slider-product-gallery .swiper-button-next svg,
.template-cpt-product .product-gallery.gallery-mobile .slider-product-gallery .swiper-button-prev svg {
  max-width: 24px;
  max-height: 24px;
}
.template-cpt-product .product-gallery.gallery-mobile .slider-product-gallery .swiper-button-prev {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.8359 4.77096L7.19915 12.4077L14.8359 20.0445L15.8541 19.0262L9.23562 12.4077L15.8541 5.7892L14.8359 4.77096Z' fill='%23333333'/%3E%3C/svg%3E");
}
.template-cpt-product .product-gallery.gallery-mobile .slider-product-gallery .swiper-button-next {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.07621 4.77096L16.713 12.4077L9.07621 20.0445L8.05797 19.0262L14.6765 12.4077L8.05797 5.78919L9.07621 4.77096Z' fill='%23333333'/%3E%3C/svg%3E");
}
.template-cpt-product .product-gallery.gallery-mobile {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-cpt-product .product-gallery.gallery-mobile {
    width: 100%;
    display: block;
  }
}
.template-cpt-product .product-gallery .woocommerce-product-gallery img {
  width: 100%;
}
.template-cpt-product .product-gallery .gallery-product {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  gap: 20px;
  grid-auto-flow: row;
  grid-template-areas: "a b" "c c" "d e" "f f";
}
.template-cpt-product .product-gallery .gallery-product.gallery-small {
  grid-template-rows: 410px;
}
.template-cpt-product .product-gallery .gallery-product.gallery-medium {
  grid-template-rows: 410px 410px;
}
.template-cpt-product .product-gallery .gallery-product.gallery-large {
  grid-template-rows: 410px 410px 410px auto;
}
.template-cpt-product .product-gallery .gallery-product .a {
  grid-area: a;
}
.template-cpt-product .product-gallery .gallery-product .b {
  grid-area: b;
}
.template-cpt-product .product-gallery .gallery-product .c {
  grid-area: c;
}
.template-cpt-product .product-gallery .gallery-product .d {
  grid-area: d;
}
.template-cpt-product .product-gallery .gallery-product .e {
  grid-area: e;
}
.template-cpt-product .product-gallery .gallery-product .f {
  grid-area: f;
}
.template-cpt-product .product-gallery .gallery-product .g {
  grid-column: span 1;
}
.template-cpt-product .product-gallery .gallery-product .a,
.template-cpt-product .product-gallery .gallery-product .b,
.template-cpt-product .product-gallery .gallery-product .c,
.template-cpt-product .product-gallery .gallery-product .d,
.template-cpt-product .product-gallery .gallery-product .e,
.template-cpt-product .product-gallery .gallery-product .f {
  border-radius: 2px;
}
.template-cpt-product .product-gallery .gallery-product .a,
.template-cpt-product .product-gallery .gallery-product .b,
.template-cpt-product .product-gallery .gallery-product .d,
.template-cpt-product .product-gallery .gallery-product .e {
  height: 410px;
}
.template-cpt-product .product-gallery .gallery-product video,
.template-cpt-product .product-gallery .gallery-product img {
  height: 100%;
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.template-cpt-product .product-description,
.template-cpt-product .product-description-mobile {
  padding-left: 80px;
  position: sticky;
  top: 140px;
  height: 100%;
  z-index: 2;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-cpt-product .product-description,
  .template-cpt-product .product-description-mobile {
    padding-left: 0;
    padding-top: 32px;
  }
}
.template-cpt-product .product-description h1.product_title,
.template-cpt-product .product-description-mobile h1.product_title {
  color: #FF5800;
  font-size: 3.1111111111rem;
  line-height: 100%;
  padding-top: 10px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-cpt-product .product-description h1.product_title,
  .template-cpt-product .product-description-mobile h1.product_title {
    padding-top: 0;
    font-size: 2rem;
  }
}
.template-cpt-product .product-description .subtitle,
.template-cpt-product .product-description-mobile .subtitle {
  color: #FECB00;
  font-size: 1.4444444444rem;
  line-height: 140%;
  margin-bottom: 58px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-cpt-product .product-description .subtitle,
  .template-cpt-product .product-description-mobile .subtitle {
    font-size: 1.2222222222rem;
    margin-bottom: 18px;
  }
}
.template-cpt-product .product-description .price,
.template-cpt-product .product-description-mobile .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  color: #333333;
  font-size: 2rem;
  line-height: 100%;
  margin-bottom: 12px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-cpt-product .product-description .price,
  .template-cpt-product .product-description-mobile .price {
    margin-bottom: 0;
    font-size: 1.4444444444rem;
  }
}
.template-cpt-product .product-description .price del,
.template-cpt-product .product-description-mobile .price del {
  font-size: 0.8888888889rem;
}
.template-cpt-product .product-description .price ins,
.template-cpt-product .product-description-mobile .price ins {
  text-decoration: none;
}
.template-cpt-product .product-description .single_variation_wrap,
.template-cpt-product .product-description-mobile .single_variation_wrap {
  margin-top: 40px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-cpt-product .product-description .single_variation_wrap,
  .template-cpt-product .product-description-mobile .single_variation_wrap {
    margin-top: 32px;
  }
}
.template-cpt-product .product-description .single_variation_wrap .woocommerce-variation,
.template-cpt-product .product-description-mobile .single_variation_wrap .woocommerce-variation {
  margin-bottom: 20px;
}
.template-cpt-product .product-description .single_variation_wrap .woocommerce-variation-price,
.template-cpt-product .product-description .single_variation_wrap .woocommerce-variation-availability,
.template-cpt-product .product-description-mobile .single_variation_wrap .woocommerce-variation-price,
.template-cpt-product .product-description-mobile .single_variation_wrap .woocommerce-variation-availability {
  display: none;
}
.template-cpt-product .product-description .description-wrapper,
.template-cpt-product .product-description-mobile .description-wrapper {
  position: relative;
  margin-bottom: 40px;
}
.template-cpt-product .product-description .description-wrapper .description,
.template-cpt-product .product-description-mobile .description-wrapper .description {
  margin-top: 28px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-cpt-product .product-description .description-wrapper .description,
  .template-cpt-product .product-description-mobile .description-wrapper .description {
    margin-top: 0;
  }
}
.template-cpt-product .product-description .description-wrapper .description.limited.long,
.template-cpt-product .product-description-mobile .description-wrapper .description.limited.long {
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.template-cpt-product .product-description .description-wrapper .read-more-btn,
.template-cpt-product .product-description-mobile .description-wrapper .read-more-btn {
  padding: 0;
  padding-top: 20px;
  color: #333333;
  font-size: 0.8888888889rem;
  font-family: "Campton Medium", sans-serif;
  font-weight: 500;
  line-height: 150%;
  border: none;
  background: none;
}
.template-cpt-product .product-description .description-wrapper .read-more-btn .icon,
.template-cpt-product .product-description-mobile .description-wrapper .read-more-btn .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.template-cpt-product .product-description .description-wrapper .read-more-btn .icon svg,
.template-cpt-product .product-description-mobile .description-wrapper .read-more-btn .icon svg {
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.template-cpt-product .product-description .description-wrapper .read-more-btn.open svg,
.template-cpt-product .product-description-mobile .description-wrapper .read-more-btn.open svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.template-cpt-product .product-description .custom-quantity,
.template-cpt-product .product-description-mobile .custom-quantity {
  display: none;
}
.template-cpt-product .product-description form.cart,
.template-cpt-product .product-description-mobile form.cart {
  margin-top: 40px;
}
.template-cpt-product .product-description form.cart .variations select,
.template-cpt-product .product-description-mobile form.cart .variations select {
  color: #333333;
}
.template-cpt-product .product-description form.cart .single_add_to_cart_button.button.alt[disabled],
.template-cpt-product .product-description-mobile form.cart .single_add_to_cart_button.button.alt[disabled] {
  background-color: #D8D9D3 !important;
  border: 3px solid #D8D9D3 !important;
}
.template-cpt-product .product-description form.cart .single_add_to_cart_button.button.alt[disabled],
.template-cpt-product .product-description-mobile form.cart .single_add_to_cart_button.button.alt[disabled] {
  padding: 15px 36px;
  opacity: 1;
}
.template-cpt-product .product-description .product_meta,
.template-cpt-product .product-description-mobile .product_meta {
  color: #c2c2c2;
  text-align: right;
  font-size: 0.7222222222rem;
  line-height: 150%;
}
.template-cpt-product .product-description .product_meta .tagged_as,
.template-cpt-product .product-description-mobile .product_meta .tagged_as {
  display: none;
}
.template-cpt-product .product-description .stock,
.template-cpt-product .product-description-mobile .stock {
  display: none;
}
.template-cpt-product .product-description .wrapper-try-in-store .popup-try-in-store .close,
.template-cpt-product .product-description-mobile .wrapper-try-in-store .popup-try-in-store .close {
  position: fixed;
  top: 70px;
  right: 40px;
  z-index: 10;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-cpt-product .product-description .wrapper-try-in-store .popup-try-in-store .close,
  .template-cpt-product .product-description-mobile .wrapper-try-in-store .popup-try-in-store .close {
    top: 35px;
    right: 20px;
  }
}
.template-cpt-product .product-description .wrapper-try-in-store .popup-try-in-store .inner,
.template-cpt-product .product-description-mobile .wrapper-try-in-store .popup-try-in-store .inner {
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: scroll;
  height: 100vh;
  top: 50%;
  /* -- @include break(mobile)-- */
}
.template-cpt-product .product-description .wrapper-try-in-store .popup-try-in-store .inner .module-12-dealer-locator .title-h2 .name-det,
.template-cpt-product .product-description-mobile .wrapper-try-in-store .popup-try-in-store .inner .module-12-dealer-locator .title-h2 .name-det {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.template-cpt-product .product-description .wrapper-try-in-store .popup-try-in-store .inner .module-12-dealer-locator .wrapper-texte,
.template-cpt-product .product-description-mobile .wrapper-try-in-store .popup-try-in-store .inner .module-12-dealer-locator .wrapper-texte {
  margin-bottom: 30px;
}
.template-cpt-product .product-description .wrapper-try-in-store .popup-try-in-store .inner .module-12-dealer-locator #storepoint-container .storepoint-btn,
.template-cpt-product .product-description .wrapper-try-in-store .popup-try-in-store .inner .module-12-dealer-locator #storepoint-container .storepoint-popup-website-btn,
.template-cpt-product .product-description-mobile .wrapper-try-in-store .popup-try-in-store .inner .module-12-dealer-locator #storepoint-container .storepoint-btn,
.template-cpt-product .product-description-mobile .wrapper-try-in-store .popup-try-in-store .inner .module-12-dealer-locator #storepoint-container .storepoint-popup-website-btn {
  display: block;
}
.template-cpt-product .product-description .wrapper-try-in-store .popup-try-in-store .inner .module-12-dealer-locator #storepoint-container .storepoint-btn,
.template-cpt-product .product-description .wrapper-try-in-store .popup-try-in-store .inner .module-12-dealer-locator #storepoint-container .storepoint-popup-email,
.template-cpt-product .product-description-mobile .wrapper-try-in-store .popup-try-in-store .inner .module-12-dealer-locator #storepoint-container .storepoint-btn,
.template-cpt-product .product-description-mobile .wrapper-try-in-store .popup-try-in-store .inner .module-12-dealer-locator #storepoint-container .storepoint-popup-email {
  display: none !important;
}
.template-cpt-product .product-description .wrapper-try-in-store .popup-try-in-store .inner .container-title-form .title-h2,
.template-cpt-product .product-description-mobile .wrapper-try-in-store .popup-try-in-store .inner .container-title-form .title-h2 {
  font-size: 1.5555555556rem;
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
}
.template-cpt-product .product-description .wrapper-try-in-store .popup-try-in-store .inner .container-title-form .subtitle,
.template-cpt-product .product-description-mobile .wrapper-try-in-store .popup-try-in-store .inner .container-title-form .subtitle {
  color: #333333;
  font-family: "Campton Light", sans-serif;
  font-weight: 300;
}
.template-cpt-product .product-description .wrapper-try-in-store .popup-try-in-store .inner .form-try-in-store,
.template-cpt-product .product-description-mobile .wrapper-try-in-store .popup-try-in-store .inner .form-try-in-store {
  width: 100%;
  max-width: 600px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-cpt-product .product-description .wrapper-try-in-store .popup-try-in-store .inner .form-try-in-store,
  .template-cpt-product .product-description-mobile .wrapper-try-in-store .popup-try-in-store .inner .form-try-in-store {
    padding: 0 5%;
  }
}
.template-cpt-product .product-description .wrapper-try-in-store .popup-try-in-store .inner .form-try-in-store .title-h3,
.template-cpt-product .product-description-mobile .wrapper-try-in-store .popup-try-in-store .inner .form-try-in-store .title-h3 {
  font-size: 1.3333333333rem;
  margin-bottom: 20px;
}
.template-cpt-product .product-description .wrapper-try-in-store .popup-try-in-store .inner .form-try-in-store .dealer-card,
.template-cpt-product .product-description-mobile .wrapper-try-in-store .popup-try-in-store .inner .form-try-in-store .dealer-card {
  display: none;
  padding: 10px 20px 10px 20px;
  margin-bottom: 20px;
  color: #FFFFFF;
  border-radius: 12px;
  border: 3px solid #FF5800;
  background-color: #FF5800;
}
.template-cpt-product .product-description .wrapper-try-in-store .popup-try-in-store .inner .form-try-in-store .dealer-card.show,
.template-cpt-product .product-description-mobile .wrapper-try-in-store .popup-try-in-store .inner .form-try-in-store .dealer-card.show {
  display: block;
}
.template-cpt-product .product-description .wrapper-try-in-store .popup-try-in-store .inner .form-try-in-store .dealer-card-title,
.template-cpt-product .product-description-mobile .wrapper-try-in-store .popup-try-in-store .inner .form-try-in-store .dealer-card-title {
  font-size: 1.4444444444rem;
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
}
.template-cpt-product .product-description .wrapper-try-in-store .popup-try-in-store .inner .form-try-in-store .dealer-card-address,
.template-cpt-product .product-description-mobile .wrapper-try-in-store .popup-try-in-store .inner .form-try-in-store .dealer-card-address {
  font-size: 0.8888888889rem;
  font-family: "Campton Light", sans-serif;
  font-weight: 300;
}
.template-cpt-product .product-description .wrapper-try-in-store .popup-try-in-store .inner .form-try-in-store .dealer-card > .row,
.template-cpt-product .product-description-mobile .wrapper-try-in-store .popup-try-in-store .inner .form-try-in-store .dealer-card > .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-cpt-product .product-description .wrapper-try-in-store .popup-try-in-store .inner .form-try-in-store .dealer-card > .row,
  .template-cpt-product .product-description-mobile .wrapper-try-in-store .popup-try-in-store .inner .form-try-in-store .dealer-card > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.template-cpt-product .product-description .wrapper-try-in-store .popup-try-in-store .inner .form-try-in-store .dealer-card .wrapper-button,
.template-cpt-product .product-description-mobile .wrapper-try-in-store .popup-try-in-store .inner .form-try-in-store .dealer-card .wrapper-button {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-cpt-product .product-description .wrapper-try-in-store .popup-try-in-store .inner .form-try-in-store .dealer-card .wrapper-button,
  .template-cpt-product .product-description-mobile .wrapper-try-in-store .popup-try-in-store .inner .form-try-in-store .dealer-card .wrapper-button {
    margin-top: 12px;
  }
}
.template-cpt-product .product-description .wrapper-try-in-store .popup-try-in-store .inner .form-try-in-store .dealer-card .wrapper-button a,
.template-cpt-product .product-description-mobile .wrapper-try-in-store .popup-try-in-store .inner .form-try-in-store .dealer-card .wrapper-button a {
  display: inline-block;
  font-size: 0.8888888889rem;
  padding: 6px 10px;
  line-height: 100%;
  border: 2px solid #FFFFFF;
  border-radius: 50px;
  background-color: #FFFFFF;
  color: #FF5800;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.template-cpt-product .product-description .wrapper-try-in-store .popup-try-in-store .inner .form-try-in-store .dealer-card .wrapper-button a:hover,
.template-cpt-product .product-description-mobile .wrapper-try-in-store .popup-try-in-store .inner .form-try-in-store .dealer-card .wrapper-button a:hover {
  color: #FFFFFF;
  background-color: #FF5800;
}
.template-cpt-product .product-description .wrapper-try-in-store .popup-try-in-store .inner .form-try-in-store .dealer-card.unselected,
.template-cpt-product .product-description-mobile .wrapper-try-in-store .popup-try-in-store .inner .form-try-in-store .dealer-card.unselected {
  color: #FF5800;
  background-color: #FFFFFF;
}
.template-cpt-product .product-description .wrapper-try-in-store .popup-try-in-store .inner .form-try-in-store .dealer-card.unselected .wrapper-button a,
.template-cpt-product .product-description-mobile .wrapper-try-in-store .popup-try-in-store .inner .form-try-in-store .dealer-card.unselected .wrapper-button a {
  border: 2px solid #FF5800;
  border-radius: 50px;
  background-color: #FF5800;
  color: #FFFFFF;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.template-cpt-product .product-description .wrapper-try-in-store .popup-try-in-store .inner .form-try-in-store .dealer-card.unselected .wrapper-button a:hover,
.template-cpt-product .product-description-mobile .wrapper-try-in-store .popup-try-in-store .inner .form-try-in-store .dealer-card.unselected .wrapper-button a:hover {
  color: #FF5800;
  background-color: #FFFFFF;
}
.template-cpt-product .product-description .wrapper-try-in-store .popup-try-in-store .inner .form-try-in-store form,
.template-cpt-product .product-description-mobile .wrapper-try-in-store .popup-try-in-store .inner .form-try-in-store form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.template-cpt-product .product-description .wrapper-try-in-store .popup-try-in-store .inner .form-try-in-store form > p,
.template-cpt-product .product-description-mobile .wrapper-try-in-store .popup-try-in-store .inner .form-try-in-store form > p {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.template-cpt-product .product-description .wrapper-try-in-store .popup-try-in-store .inner .form-try-in-store form > .wpcf7-response-output,
.template-cpt-product .product-description-mobile .wrapper-try-in-store .popup-try-in-store .inner .form-try-in-store form > .wpcf7-response-output {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 2em 0;
  padding: 15px;
  background-color: #FFFFFF;
  border-radius: 8px;
  font-size: 0.8888888889rem;
}
.template-cpt-product .product-description .wrapper-try-in-store .btn-try-in-store,
.template-cpt-product .product-description-mobile .wrapper-try-in-store .btn-try-in-store {
  width: 100%;
  margin-top: 12px;
  color: #333333;
}
.template-cpt-product .product-description .wrapper-try-in-store .btn-try-in-store:hover,
.template-cpt-product .product-description-mobile .wrapper-try-in-store .btn-try-in-store:hover {
  color: #FF5800;
  border: 3px solid #FF5800;
}
.template-cpt-product .product-description .wrapper-compatibility,
.template-cpt-product .product-description-mobile .wrapper-compatibility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
}
.template-cpt-product .product-description .wrapper-compatibility .popup-compatibility .inner,
.template-cpt-product .product-description-mobile .wrapper-compatibility .popup-compatibility .inner {
  height: 80vh;
  max-width: 95vw;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-cpt-product .product-description .wrapper-compatibility .popup-compatibility .inner,
  .template-cpt-product .product-description-mobile .wrapper-compatibility .popup-compatibility .inner {
    height: 75vh;
    max-width: 90vw;
  }
}
.template-cpt-product .product-description .wrapper-compatibility .popup-compatibility .close,
.template-cpt-product .product-description-mobile .wrapper-compatibility .popup-compatibility .close {
  top: 150px;
  right: 2.5vw;
  padding: 10px 15px;
  color: #FFFFFF;
  background-color: #FF5800;
  border-radius: 50px;
  z-index: 3;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-cpt-product .product-description .wrapper-compatibility .popup-compatibility .close,
  .template-cpt-product .product-description-mobile .wrapper-compatibility .popup-compatibility .close {
    top: 140px;
    right: 10px;
  }
}
.template-cpt-product .product-description .wrapper-compatibility .link,
.template-cpt-product .product-description-mobile .wrapper-compatibility .link {
  background: none;
  border: none;
  color: #FF5800;
  text-transform: capitalize;
  text-align: center;
  font-size: 0.8888888889rem;
  line-height: 140%;
  text-decoration-line: underline;
}
.template-cpt-product .product-description .wrapper-features,
.template-cpt-product .product-description-mobile .wrapper-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
  gap: 16px;
}
.template-cpt-product .product-description .wrapper-features .single-features-item,
.template-cpt-product .product-description-mobile .wrapper-features .single-features-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-cpt-product .product-description .wrapper-features .single-features-item,
  .template-cpt-product .product-description-mobile .wrapper-features .single-features-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.template-cpt-product .product-description .wrapper-features .single-features-item-title,
.template-cpt-product .product-description-mobile .wrapper-features .single-features-item-title {
  font-size: 0.8888888889rem;
  line-height: 140%;
  margin-bottom: 2px;
}
.template-cpt-product .product-description .wrapper-features .single-features-item-value,
.template-cpt-product .product-description-mobile .wrapper-features .single-features-item-value {
  font-size: 1.1111111111rem;
  line-height: 140%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-cpt-product .product-description .wrapper-features .single-features-item-value,
  .template-cpt-product .product-description-mobile .wrapper-features .single-features-item-value {
    font-size: 1rem;
  }
}
.template-cpt-product .product-description .wrapper-features .icon,
.template-cpt-product .product-description-mobile .wrapper-features .icon {
  max-width: 43px;
  max-height: 28px;
}
.template-cpt-product .product-description .wrapper-features .icon img,
.template-cpt-product .product-description-mobile .wrapper-features .icon img {
  width: 100%;
  height: 100%;
  max-width: 43px;
  max-height: 28px;
}
.template-cpt-product .product-description-mobile {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-cpt-product .product-description-mobile {
    padding-top: 0;
    margin-bottom: 18px;
  }
}
.template-cpt-product .content-area .woocommerce-variation-add-to-cart {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-cpt-product .content-area .woocommerce-variation-add-to-cart {
    height: 54px;
  }
}
.template-cpt-product .content-area button.button.single_add_to_cart_button {
  background-color: #FF5800;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 15px 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 10px;
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  font-size: 1.1111111111rem;
  line-height: 150%;
  color: #FFFFFF;
  border: 3px solid #FF5800;
  border-radius: 40px;
  -webkit-transition: opacity 0.25s ease-out transform 0.5s ease-out;
  transition: opacity 0.25s ease-out transform 0.5s ease-out;
  -webkit-transition: opacity 0.25s ease-out, -webkit-transform 0.5s ease-out;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-cpt-product .content-area button.button.single_add_to_cart_button {
    font-size: 1rem;
    padding: 15px 36px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }
  .template-cpt-product .content-area button.button.single_add_to_cart_button.sticky-prep {
    position: relative;
    width: 90%;
    opacity: 0;
    transform: translate(-50%, 100px);
    -webkit-transform: translate(-50%, 100px);
  }
  .template-cpt-product .content-area button.button.single_add_to_cart_button.sticky-visible {
    position: fixed;
    left: 50%;
    bottom: 30px;
    width: 90%;
    border: 1px solid #FFFFFF;
    background-color: #FF5800;
    opacity: 1;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }
}
.template-cpt-product .content-area button.button.single_add_to_cart_button:hover {
  color: #FF5800;
  background-color: #FFFFFF;
}
.template-cpt-product .content-area button.button.single_add_to_cart_button.disabled, .template-cpt-product .content-area button.button.single_add_to_cart_button.disabled:hover {
  background-color: #D8D9D3;
  border-color: #D8D9D3;
  opacity: 0.8;
}
.template-cpt-product.template-single-bikes .product-description .product_meta, .template-cpt-product.template-single-bikes-de .product-description .product_meta, .template-cpt-product.template-single-velos .product-description .product_meta, .template-cpt-product.template-single-bicicletas .product-description .product_meta {
  position: relative;
}
.template-cpt-product.template-single-bikes .product-description .product_meta .sku_wrapper, .template-cpt-product.template-single-bikes-de .product-description .product_meta .sku_wrapper, .template-cpt-product.template-single-velos .product-description .product_meta .sku_wrapper, .template-cpt-product.template-single-bicicletas .product-description .product_meta .sku_wrapper {
  position: absolute;
  top: 5px;
  right: 0;
}
.template-cpt-product.template-single-bikes .product-description .available-colours-label, .template-cpt-product.template-single-bikes-de .product-description .available-colours-label, .template-cpt-product.template-single-velos .product-description .available-colours-label, .template-cpt-product.template-single-bicicletas .product-description .available-colours-label {
  font-size: 1.1111111111rem;
  line-height: 140%;
  margin-bottom: 5px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-cpt-product.template-single-bikes .product-description .available-colours-label, .template-cpt-product.template-single-bikes-de .product-description .available-colours-label, .template-cpt-product.template-single-velos .product-description .available-colours-label, .template-cpt-product.template-single-bicicletas .product-description .available-colours-label {
    font-size: 1rem;
  }
}
.template-cpt-product.template-single-bikes .product-description .variations tr:last-child, .template-cpt-product.template-single-bikes-de .product-description .variations tr:last-child, .template-cpt-product.template-single-velos .product-description .variations tr:last-child, .template-cpt-product.template-single-bicicletas .product-description .variations tr:last-child {
  display: block;
  margin-top: 10px;
}
.template-cpt-product.template-single-bikes .product-description .cfvsw-swatches-option, .template-cpt-product.template-single-bikes-de .product-description .cfvsw-swatches-option, .template-cpt-product.template-single-velos .product-description .cfvsw-swatches-option, .template-cpt-product.template-single-bicicletas .product-description .cfvsw-swatches-option {
  min-width: 38px !important;
  min-height: 38px !important;
  max-width: 38px !important;
  max-height: 38px !important;
}
.template-cpt-product.template-single-bikes .product-description .cfvsw-swatches-option, .template-cpt-product.template-single-bikes-de .product-description .cfvsw-swatches-option, .template-cpt-product.template-single-velos .product-description .cfvsw-swatches-option, .template-cpt-product.template-single-bicicletas .product-description .cfvsw-swatches-option {
  padding: 2px;
}
.template-cpt-product.template-single-bikes .product-description .cfvsw-swatches-option.cfvsw-label-option, .template-cpt-product.template-single-bikes-de .product-description .cfvsw-swatches-option.cfvsw-label-option, .template-cpt-product.template-single-velos .product-description .cfvsw-swatches-option.cfvsw-label-option, .template-cpt-product.template-single-bicicletas .product-description .cfvsw-swatches-option.cfvsw-label-option {
  min-width: 0 !important;
  min-width: initial !important;
  max-width: none !important;
  max-width: initial !important;
  border-radius: 20px !important;
}
.template-cpt-product.template-single-bikes .product-description .cfvsw-swatches-option.cfvsw-label-option, .template-cpt-product.template-single-bikes-de .product-description .cfvsw-swatches-option.cfvsw-label-option, .template-cpt-product.template-single-velos .product-description .cfvsw-swatches-option.cfvsw-label-option, .template-cpt-product.template-single-bicicletas .product-description .cfvsw-swatches-option.cfvsw-label-option {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 8px 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  font-size: 0.8888888889rem;
  line-height: 150%;
  color: #4d2391;
  border: 3px solid #4d2391;
  background-color: #FFFFFF;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.template-cpt-product.template-single-bikes .product-description .cfvsw-swatches-option.cfvsw-label-option:hover, .template-cpt-product.template-single-bikes-de .product-description .cfvsw-swatches-option.cfvsw-label-option:hover, .template-cpt-product.template-single-velos .product-description .cfvsw-swatches-option.cfvsw-label-option:hover, .template-cpt-product.template-single-bicicletas .product-description .cfvsw-swatches-option.cfvsw-label-option:hover {
  background-color: #4d2391;
  border: 3px solid #4d2391;
  color: #fecb00;
}
.template-cpt-product.template-single-bikes .product-description .cfvsw-swatches-option.cfvsw-label-option.cfvsw-selected-swatch, .template-cpt-product.template-single-bikes-de .product-description .cfvsw-swatches-option.cfvsw-label-option.cfvsw-selected-swatch, .template-cpt-product.template-single-velos .product-description .cfvsw-swatches-option.cfvsw-label-option.cfvsw-selected-swatch, .template-cpt-product.template-single-bicicletas .product-description .cfvsw-swatches-option.cfvsw-label-option.cfvsw-selected-swatch {
  border: 3px solid #4d2391 !important;
}
.template-cpt-product.template-single-bikes .product-description .cfvsw-swatches-option.cfvsw-label-option.cfvsw-selected-swatch, .template-cpt-product.template-single-bikes-de .product-description .cfvsw-swatches-option.cfvsw-label-option.cfvsw-selected-swatch, .template-cpt-product.template-single-velos .product-description .cfvsw-swatches-option.cfvsw-label-option.cfvsw-selected-swatch, .template-cpt-product.template-single-bicicletas .product-description .cfvsw-swatches-option.cfvsw-label-option.cfvsw-selected-swatch {
  background-color: #4d2391;
  color: #fecb00;
}
.template-cpt-product.template-single-add-ons .product-gallery, .template-cpt-product.template-single-carte-cadeau .product-gallery, .template-cpt-product.template-single-add-ons-fr .product-gallery, .template-cpt-product.template-single-add-ons-de .product-gallery, .template-cpt-product.template-single-add-ons-es .product-gallery, .template-cpt-product.template-single-spare-parts .product-gallery, .template-cpt-product.template-single-pieces-detachees .product-gallery, .template-cpt-product.template-single-piezas-de-repuesto .product-gallery {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-cpt-product.template-single-add-ons .product-gallery, .template-cpt-product.template-single-carte-cadeau .product-gallery, .template-cpt-product.template-single-add-ons-fr .product-gallery, .template-cpt-product.template-single-add-ons-de .product-gallery, .template-cpt-product.template-single-add-ons-es .product-gallery, .template-cpt-product.template-single-spare-parts .product-gallery, .template-cpt-product.template-single-pieces-detachees .product-gallery, .template-cpt-product.template-single-piezas-de-repuesto .product-gallery {
    display: block;
  }
}
.template-cpt-product.template-single-add-ons .product-description .description, .template-cpt-product.template-single-carte-cadeau .product-description .description, .template-cpt-product.template-single-add-ons-fr .product-description .description, .template-cpt-product.template-single-add-ons-de .product-description .description, .template-cpt-product.template-single-add-ons-es .product-description .description, .template-cpt-product.template-single-spare-parts .product-description .description, .template-cpt-product.template-single-pieces-detachees .product-description .description, .template-cpt-product.template-single-piezas-de-repuesto .product-description .description {
  margin-top: 32px;
  margin-bottom: 175px;
}
.template-cpt-product.template-single-add-ons .product-description .description.variations-product, .template-cpt-product.template-single-carte-cadeau .product-description .description.variations-product, .template-cpt-product.template-single-add-ons-fr .product-description .description.variations-product, .template-cpt-product.template-single-add-ons-de .product-description .description.variations-product, .template-cpt-product.template-single-add-ons-es .product-description .description.variations-product, .template-cpt-product.template-single-spare-parts .product-description .description.variations-product, .template-cpt-product.template-single-pieces-detachees .product-description .description.variations-product, .template-cpt-product.template-single-piezas-de-repuesto .product-description .description.variations-product {
  margin-bottom: 0;
}
.template-cpt-product.template-single-add-ons .product-description .product_meta, .template-cpt-product.template-single-carte-cadeau .product-description .product_meta, .template-cpt-product.template-single-add-ons-fr .product-description .product_meta, .template-cpt-product.template-single-add-ons-de .product-description .product_meta, .template-cpt-product.template-single-add-ons-es .product-description .product_meta, .template-cpt-product.template-single-spare-parts .product-description .product_meta, .template-cpt-product.template-single-pieces-detachees .product-description .product_meta, .template-cpt-product.template-single-piezas-de-repuesto .product-description .product_meta {
  margin-bottom: 40px;
}
.template-cpt-product.template-single-add-ons .product-description .cfvsw-swatches-option, .template-cpt-product.template-single-carte-cadeau .product-description .cfvsw-swatches-option, .template-cpt-product.template-single-add-ons-fr .product-description .cfvsw-swatches-option, .template-cpt-product.template-single-add-ons-de .product-description .cfvsw-swatches-option, .template-cpt-product.template-single-add-ons-es .product-description .cfvsw-swatches-option, .template-cpt-product.template-single-spare-parts .product-description .cfvsw-swatches-option, .template-cpt-product.template-single-pieces-detachees .product-description .cfvsw-swatches-option, .template-cpt-product.template-single-piezas-de-repuesto .product-description .cfvsw-swatches-option {
  min-width: 38px !important;
  min-height: 38px !important;
  max-width: 38px !important;
  max-height: 38px !important;
}
.template-cpt-product.template-single-add-ons .product-description .cfvsw-swatches-option, .template-cpt-product.template-single-carte-cadeau .product-description .cfvsw-swatches-option, .template-cpt-product.template-single-add-ons-fr .product-description .cfvsw-swatches-option, .template-cpt-product.template-single-add-ons-de .product-description .cfvsw-swatches-option, .template-cpt-product.template-single-add-ons-es .product-description .cfvsw-swatches-option, .template-cpt-product.template-single-spare-parts .product-description .cfvsw-swatches-option, .template-cpt-product.template-single-pieces-detachees .product-description .cfvsw-swatches-option, .template-cpt-product.template-single-piezas-de-repuesto .product-description .cfvsw-swatches-option {
  padding: 2px;
}
.template-cpt-product.template-single-add-ons .product-description .cfvsw-swatches-option.cfvsw-label-option, .template-cpt-product.template-single-carte-cadeau .product-description .cfvsw-swatches-option.cfvsw-label-option, .template-cpt-product.template-single-add-ons-fr .product-description .cfvsw-swatches-option.cfvsw-label-option, .template-cpt-product.template-single-add-ons-de .product-description .cfvsw-swatches-option.cfvsw-label-option, .template-cpt-product.template-single-add-ons-es .product-description .cfvsw-swatches-option.cfvsw-label-option, .template-cpt-product.template-single-spare-parts .product-description .cfvsw-swatches-option.cfvsw-label-option, .template-cpt-product.template-single-pieces-detachees .product-description .cfvsw-swatches-option.cfvsw-label-option, .template-cpt-product.template-single-piezas-de-repuesto .product-description .cfvsw-swatches-option.cfvsw-label-option {
  min-width: 0 !important;
  min-width: initial !important;
  max-width: none !important;
  max-width: initial !important;
  border-radius: 20px !important;
}
.template-cpt-product.template-single-add-ons .product-description .cfvsw-swatches-option.cfvsw-label-option, .template-cpt-product.template-single-carte-cadeau .product-description .cfvsw-swatches-option.cfvsw-label-option, .template-cpt-product.template-single-add-ons-fr .product-description .cfvsw-swatches-option.cfvsw-label-option, .template-cpt-product.template-single-add-ons-de .product-description .cfvsw-swatches-option.cfvsw-label-option, .template-cpt-product.template-single-add-ons-es .product-description .cfvsw-swatches-option.cfvsw-label-option, .template-cpt-product.template-single-spare-parts .product-description .cfvsw-swatches-option.cfvsw-label-option, .template-cpt-product.template-single-pieces-detachees .product-description .cfvsw-swatches-option.cfvsw-label-option, .template-cpt-product.template-single-piezas-de-repuesto .product-description .cfvsw-swatches-option.cfvsw-label-option {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 8px 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  font-size: 0.8888888889rem;
  line-height: 150%;
  color: #4d2391;
  border: 3px solid #4d2391;
  background-color: #FFFFFF;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.template-cpt-product.template-single-add-ons .product-description .cfvsw-swatches-option.cfvsw-label-option:hover, .template-cpt-product.template-single-carte-cadeau .product-description .cfvsw-swatches-option.cfvsw-label-option:hover, .template-cpt-product.template-single-add-ons-fr .product-description .cfvsw-swatches-option.cfvsw-label-option:hover, .template-cpt-product.template-single-add-ons-de .product-description .cfvsw-swatches-option.cfvsw-label-option:hover, .template-cpt-product.template-single-add-ons-es .product-description .cfvsw-swatches-option.cfvsw-label-option:hover, .template-cpt-product.template-single-spare-parts .product-description .cfvsw-swatches-option.cfvsw-label-option:hover, .template-cpt-product.template-single-pieces-detachees .product-description .cfvsw-swatches-option.cfvsw-label-option:hover, .template-cpt-product.template-single-piezas-de-repuesto .product-description .cfvsw-swatches-option.cfvsw-label-option:hover {
  background-color: #4d2391;
  border: 3px solid #4d2391;
  color: #fecb00;
}
.template-cpt-product.template-single-add-ons .product-description .cfvsw-swatches-option.cfvsw-label-option.cfvsw-selected-swatch, .template-cpt-product.template-single-carte-cadeau .product-description .cfvsw-swatches-option.cfvsw-label-option.cfvsw-selected-swatch, .template-cpt-product.template-single-add-ons-fr .product-description .cfvsw-swatches-option.cfvsw-label-option.cfvsw-selected-swatch, .template-cpt-product.template-single-add-ons-de .product-description .cfvsw-swatches-option.cfvsw-label-option.cfvsw-selected-swatch, .template-cpt-product.template-single-add-ons-es .product-description .cfvsw-swatches-option.cfvsw-label-option.cfvsw-selected-swatch, .template-cpt-product.template-single-spare-parts .product-description .cfvsw-swatches-option.cfvsw-label-option.cfvsw-selected-swatch, .template-cpt-product.template-single-pieces-detachees .product-description .cfvsw-swatches-option.cfvsw-label-option.cfvsw-selected-swatch, .template-cpt-product.template-single-piezas-de-repuesto .product-description .cfvsw-swatches-option.cfvsw-label-option.cfvsw-selected-swatch {
  border: 3px solid #4d2391 !important;
}
.template-cpt-product.template-single-add-ons .product-description .cfvsw-swatches-option.cfvsw-label-option.cfvsw-selected-swatch, .template-cpt-product.template-single-carte-cadeau .product-description .cfvsw-swatches-option.cfvsw-label-option.cfvsw-selected-swatch, .template-cpt-product.template-single-add-ons-fr .product-description .cfvsw-swatches-option.cfvsw-label-option.cfvsw-selected-swatch, .template-cpt-product.template-single-add-ons-de .product-description .cfvsw-swatches-option.cfvsw-label-option.cfvsw-selected-swatch, .template-cpt-product.template-single-add-ons-es .product-description .cfvsw-swatches-option.cfvsw-label-option.cfvsw-selected-swatch, .template-cpt-product.template-single-spare-parts .product-description .cfvsw-swatches-option.cfvsw-label-option.cfvsw-selected-swatch, .template-cpt-product.template-single-pieces-detachees .product-description .cfvsw-swatches-option.cfvsw-label-option.cfvsw-selected-swatch, .template-cpt-product.template-single-piezas-de-repuesto .product-description .cfvsw-swatches-option.cfvsw-label-option.cfvsw-selected-swatch {
  background-color: #4d2391;
  color: #fecb00;
}
.template-cpt-product.template-single-add-ons .product-description .cfvsw-swatches-option.cfvsw-label-option .cfvsw-swatch-inner, .template-cpt-product.template-single-carte-cadeau .product-description .cfvsw-swatches-option.cfvsw-label-option .cfvsw-swatch-inner, .template-cpt-product.template-single-add-ons-fr .product-description .cfvsw-swatches-option.cfvsw-label-option .cfvsw-swatch-inner, .template-cpt-product.template-single-add-ons-de .product-description .cfvsw-swatches-option.cfvsw-label-option .cfvsw-swatch-inner, .template-cpt-product.template-single-add-ons-es .product-description .cfvsw-swatches-option.cfvsw-label-option .cfvsw-swatch-inner, .template-cpt-product.template-single-spare-parts .product-description .cfvsw-swatches-option.cfvsw-label-option .cfvsw-swatch-inner, .template-cpt-product.template-single-pieces-detachees .product-description .cfvsw-swatches-option.cfvsw-label-option .cfvsw-swatch-inner, .template-cpt-product.template-single-piezas-de-repuesto .product-description .cfvsw-swatches-option.cfvsw-label-option .cfvsw-swatch-inner {
  line-height: 100%;
}
.template-cpt-product.template-single-add-ons .product-description .stock.out-of-stock, .template-cpt-product.template-single-carte-cadeau .product-description .stock.out-of-stock, .template-cpt-product.template-single-add-ons-fr .product-description .stock.out-of-stock, .template-cpt-product.template-single-add-ons-de .product-description .stock.out-of-stock, .template-cpt-product.template-single-add-ons-es .product-description .stock.out-of-stock, .template-cpt-product.template-single-spare-parts .product-description .stock.out-of-stock, .template-cpt-product.template-single-pieces-detachees .product-description .stock.out-of-stock, .template-cpt-product.template-single-piezas-de-repuesto .product-description .stock.out-of-stock {
  display: block;
  background-color: #D8D9D3;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 15px 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 10px;
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  font-size: 1.1111111111rem;
  line-height: 150%;
  color: #FFFFFF;
  border: 3px solid #D8D9D3;
  border-radius: 40px;
  opacity: 0.8;
  -webkit-transition: opacity 0.25s ease-out transform 0.5s ease-out;
  transition: opacity 0.25s ease-out transform 0.5s ease-out;
  -webkit-transition: opacity 0.25s ease-out, -webkit-transform 0.5s ease-out;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-cpt-product.template-single-add-ons .product-description .stock.out-of-stock, .template-cpt-product.template-single-carte-cadeau .product-description .stock.out-of-stock, .template-cpt-product.template-single-add-ons-fr .product-description .stock.out-of-stock, .template-cpt-product.template-single-add-ons-de .product-description .stock.out-of-stock, .template-cpt-product.template-single-add-ons-es .product-description .stock.out-of-stock, .template-cpt-product.template-single-spare-parts .product-description .stock.out-of-stock, .template-cpt-product.template-single-pieces-detachees .product-description .stock.out-of-stock, .template-cpt-product.template-single-piezas-de-repuesto .product-description .stock.out-of-stock {
    font-size: 1rem;
    padding: 15px 36px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }
}
.template-cpt-product.template-single-add-ons .wrapper-features, .template-cpt-product.template-single-carte-cadeau .wrapper-features, .template-cpt-product.template-single-add-ons-fr .wrapper-features, .template-cpt-product.template-single-add-ons-de .wrapper-features, .template-cpt-product.template-single-add-ons-es .wrapper-features, .template-cpt-product.template-single-spare-parts .wrapper-features, .template-cpt-product.template-single-pieces-detachees .wrapper-features, .template-cpt-product.template-single-piezas-de-repuesto .wrapper-features {
  display: none;
}
.template-cpt-product.template-single-add-ons .module-04-banner-text.layout-product .description, .template-cpt-product.template-single-carte-cadeau .module-04-banner-text.layout-product .description, .template-cpt-product.template-single-add-ons-fr .module-04-banner-text.layout-product .description, .template-cpt-product.template-single-add-ons-de .module-04-banner-text.layout-product .description, .template-cpt-product.template-single-add-ons-es .module-04-banner-text.layout-product .description, .template-cpt-product.template-single-spare-parts .module-04-banner-text.layout-product .description, .template-cpt-product.template-single-pieces-detachees .module-04-banner-text.layout-product .description, .template-cpt-product.template-single-piezas-de-repuesto .module-04-banner-text.layout-product .description {
  font-size: 1.1111111111rem;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-cpt-product.template-single-add-ons .module-04-banner-text.layout-product .description, .template-cpt-product.template-single-carte-cadeau .module-04-banner-text.layout-product .description, .template-cpt-product.template-single-add-ons-fr .module-04-banner-text.layout-product .description, .template-cpt-product.template-single-add-ons-de .module-04-banner-text.layout-product .description, .template-cpt-product.template-single-add-ons-es .module-04-banner-text.layout-product .description, .template-cpt-product.template-single-spare-parts .module-04-banner-text.layout-product .description, .template-cpt-product.template-single-pieces-detachees .module-04-banner-text.layout-product .description, .template-cpt-product.template-single-piezas-de-repuesto .module-04-banner-text.layout-product .description {
    font-size: 1rem;
  }
}
.template-cpt-product.template-single-spare-parts .product-gallery, .template-cpt-product.template-single-pieces-detachees .product-gallery {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-cpt-product.template-single-spare-parts .product-gallery, .template-cpt-product.template-single-pieces-detachees .product-gallery {
    display: block;
  }
}
.template-cpt-product.template-single-spare-parts .product_title, .template-cpt-product.template-single-pieces-detachees .product_title {
  margin-bottom: 12px;
}
.template-cpt-product.template-single-spare-parts .product-description .wrapper-compatibility, .template-cpt-product.template-single-pieces-detachees .product-description .wrapper-compatibility {
  display: none;
}
.template-cpt-product.template-single-spare-parts .wrapper-features,
.template-cpt-product.template-single-spare-parts .subtitle, .template-cpt-product.template-single-pieces-detachees .wrapper-features,
.template-cpt-product.template-single-pieces-detachees .subtitle {
  display: none;
}
.template-cpt-product.template-single-spare-parts .product_meta, .template-cpt-product.template-single-pieces-detachees .product_meta {
  margin-bottom: 40px;
}
.template-cpt-product.template-single-spare-parts .stock.out-of-stock, .template-cpt-product.template-single-pieces-detachees .stock.out-of-stock {
  display: block;
  background-color: #D8D9D3;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 15px 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 10px;
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  font-size: 1.1111111111rem;
  line-height: 150%;
  color: #FFFFFF;
  border: 3px solid #D8D9D3;
  border-radius: 40px;
  opacity: 0.8;
  -webkit-transition: opacity 0.25s ease-out transform 0.5s ease-out;
  transition: opacity 0.25s ease-out transform 0.5s ease-out;
  -webkit-transition: opacity 0.25s ease-out, -webkit-transform 0.5s ease-out;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-cpt-product.template-single-spare-parts .stock.out-of-stock, .template-cpt-product.template-single-pieces-detachees .stock.out-of-stock {
    font-size: 1rem;
    padding: 15px 36px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }
}
.template-cpt-product .module-21-featured-products.type-hotspots {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-cpt-product .module-21-featured-products.type-hotspots {
    display: none;
  }
}

.mfp-container figure {
  padding: 40px 0 40px;
}
.mfp-container figure .mfp-img {
  background-color: #FFFFFF;
  padding: 0;
}

.woocommerce-form-login input,
.woocommerce-form-register input,
.woocommerce-ResetPassword input,
.template-account form input {
  font-family: "Campton Medium", sans-serif;
  font-weight: 500;
  font-size: 0.8888888889rem;
  line-height: 140%;
  color: #333333;
  background: #FFFFFF;
  border-radius: 12px;
  border: 1px solid #D8D9D3;
  padding: 14px 20px;
}
.woocommerce-form-login input::-webkit-input-placeholder, .woocommerce-form-register input::-webkit-input-placeholder, .woocommerce-ResetPassword input::-webkit-input-placeholder, .template-account form input::-webkit-input-placeholder {
  color: #C2C2C2;
}
.woocommerce-form-login input::-moz-placeholder, .woocommerce-form-register input::-moz-placeholder, .woocommerce-ResetPassword input::-moz-placeholder, .template-account form input::-moz-placeholder {
  color: #C2C2C2;
}
.woocommerce-form-login input:-ms-input-placeholder, .woocommerce-form-register input:-ms-input-placeholder, .woocommerce-ResetPassword input:-ms-input-placeholder, .template-account form input:-ms-input-placeholder {
  color: #C2C2C2;
}
.woocommerce-form-login input::-ms-input-placeholder, .woocommerce-form-register input::-ms-input-placeholder, .woocommerce-ResetPassword input::-ms-input-placeholder, .template-account form input::-ms-input-placeholder {
  color: #C2C2C2;
}
.woocommerce-form-login input::placeholder,
.woocommerce-form-register input::placeholder,
.woocommerce-ResetPassword input::placeholder,
.template-account form input::placeholder {
  color: #C2C2C2;
}
.woocommerce-form-login input:focus,
.woocommerce-form-register input:focus,
.woocommerce-ResetPassword input:focus,
.template-account form input:focus {
  border: 1px solid #FF5800;
}
.woocommerce-form-login input[type=checkbox],
.woocommerce-form-register input[type=checkbox],
.woocommerce-ResetPassword input[type=checkbox],
.template-account form input[type=checkbox] {
  padding: 0;
}
.woocommerce-form-login input[type=submit],
.woocommerce-form-login button[type=submit],
.woocommerce-form-register input[type=submit],
.woocommerce-form-register button[type=submit],
.woocommerce-ResetPassword input[type=submit],
.woocommerce-ResetPassword button[type=submit],
.template-account form input[type=submit],
.template-account form button[type=submit] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  font-size: 1.1111111111rem;
  line-height: 150%;
  color: #FFFFFF;
  background-color: #FF5800;
  border-radius: 40px;
  margin-top: 32px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .woocommerce-form-login input[type=submit],
  .woocommerce-form-login button[type=submit],
  .woocommerce-form-register input[type=submit],
  .woocommerce-form-register button[type=submit],
  .woocommerce-ResetPassword input[type=submit],
  .woocommerce-ResetPassword button[type=submit],
  .template-account form input[type=submit],
  .template-account form button[type=submit] {
    font-size: 1rem;
    padding: 15px 36px;
  }
}
.woocommerce-form-login input[type=submit]:hover,
.woocommerce-form-login button[type=submit]:hover,
.woocommerce-form-register input[type=submit]:hover,
.woocommerce-form-register button[type=submit]:hover,
.woocommerce-ResetPassword input[type=submit]:hover,
.woocommerce-ResetPassword button[type=submit]:hover,
.template-account form input[type=submit]:hover,
.template-account form button[type=submit]:hover {
  color: #FF5800;
  background-color: #FFFFFF;
}
.woocommerce-form-login label .required,
.woocommerce-form-register label .required,
.woocommerce-ResetPassword label .required,
.template-account form label .required {
  color: #333333 !important;
}
.woocommerce-form-login label,
.woocommerce-form-register label,
.woocommerce-ResetPassword label,
.template-account form label {
  font-size: 0.8888888889rem;
  line-height: 140%;
}

.template-account form h2 {
  font-size: 2rem;
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 12px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .template-account form h2 {
    font-size: 1.4444444444rem;
  }
}

.woocommerce_gc_giftcard_form input, .woocommerce_gc_giftcard_form textarea {
  color: #333333;
  border: 1px solid #D8D9D3;
}
.woocommerce_gc_giftcard_form input:focus, .woocommerce_gc_giftcard_form textarea:focus {
  border: 1px solid #D8D9D3;
}

.woocommerce #customer_login .login-register-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.woocommerce #customer_login .login-register-tabs button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
  text-align: center;
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  font-size: 1.1111111111rem;
  line-height: 140%;
  color: #c2c2c2;
  background-color: transparent;
  border: none;
  border-bottom: 3px solid #FF5800;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.woocommerce #customer_login .login-register-tabs button.active {
  border-radius: 20px 20px 0px 0px;
  background-color: #FF5800;
  color: #FECB00;
}
.woocommerce #customer_login .form-content {
  display: none;
}
.woocommerce #customer_login .form-content.active {
  display: block;
}
.woocommerce #customer_login #login-form .woocommerce-form-login {
  padding: 0;
  border: none;
}
.woocommerce #customer_login #login-form .form-password {
  position: relative;
}
.woocommerce #customer_login #login-form .form-password .lost_password {
  position: absolute;
  top: 10px;
  right: 3px;
  font-size: 0.7222222222rem;
  line-height: 140%;
  text-decoration-line: underline;
}
.woocommerce #customer_login #login-form .row-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.woocommerce #customer_login #login-form .row-login button[type=submit] {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 18px;
  margin-bottom: 18px;
}
.woocommerce #customer_login #login-form .row-login .woocommerce-form-login__rememberme {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woocommerce #customer_login #login-form input,
.woocommerce #customer_login #login-form textarea,
.woocommerce #customer_login #login-form select {
  margin-top: 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.11);
  color: #333333;
  width: 100%;
  padding: 15px 18px;
  margin-bottom: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border: 1px solid #D8D9D3;
}
.woocommerce #customer_login #login-form input:focus,
.woocommerce #customer_login #login-form textarea:focus,
.woocommerce #customer_login #login-form select:focus {
  outline: none;
  border: 1px solid #FF5800;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(255, 88, 0, 0.1);
          box-shadow: 0px 0px 0px 4px rgba(255, 88, 0, 0.1);
}
.woocommerce #customer_login #login-form input::-webkit-input-placeholder, .woocommerce #customer_login #login-form textarea::-webkit-input-placeholder, .woocommerce #customer_login #login-form select::-webkit-input-placeholder {
  color: #c2c2c2;
}
.woocommerce #customer_login #login-form input::-moz-placeholder, .woocommerce #customer_login #login-form textarea::-moz-placeholder, .woocommerce #customer_login #login-form select::-moz-placeholder {
  color: #c2c2c2;
}
.woocommerce #customer_login #login-form input:-ms-input-placeholder, .woocommerce #customer_login #login-form textarea:-ms-input-placeholder, .woocommerce #customer_login #login-form select:-ms-input-placeholder {
  color: #c2c2c2;
}
.woocommerce #customer_login #login-form input::-ms-input-placeholder, .woocommerce #customer_login #login-form textarea::-ms-input-placeholder, .woocommerce #customer_login #login-form select::-ms-input-placeholder {
  color: #c2c2c2;
}
.woocommerce #customer_login #login-form input::placeholder,
.woocommerce #customer_login #login-form textarea::placeholder,
.woocommerce #customer_login #login-form select::placeholder {
  color: #c2c2c2;
}
.woocommerce #customer_login #login-form input[type=checkbox],
.woocommerce #customer_login #login-form textarea[type=checkbox],
.woocommerce #customer_login #login-form select[type=checkbox] {
  position: relative;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  margin-top: 0px;
  margin-bottom: 0;
  margin-right: 8px;
  padding: 0;
  border-radius: 4px;
  border: 1px solid #D8D9D3;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .woocommerce #customer_login #login-form input[type=checkbox],
  .woocommerce #customer_login #login-form textarea[type=checkbox],
  .woocommerce #customer_login #login-form select[type=checkbox] {
    padding-right: 14px;
  }
}
.woocommerce #customer_login #login-form input[type=checkbox]::before,
.woocommerce #customer_login #login-form textarea[type=checkbox]::before,
.woocommerce #customer_login #login-form select[type=checkbox]::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #FF5800;
  border-radius: 2px;
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.woocommerce #customer_login #login-form input[type=checkbox]:checked::before,
.woocommerce #customer_login #login-form textarea[type=checkbox]:checked::before,
.woocommerce #customer_login #login-form select[type=checkbox]:checked::before {
  opacity: 1;
}
.woocommerce #customer_login #register-form .woocommerce-form-register {
  padding: 0;
  border: none;
}
.woocommerce #customer_login #register-form .woocommerce-form-register button[type=submit] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 28px;
  margin-top: 20px;
  margin-bottom: 18px;
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  font-size: 1.1111111111rem;
  line-height: 150%;
  color: #FFFFFF;
  background-color: #FF5800;
  border: 3px solid #FF5800;
  border-radius: 40px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .woocommerce #customer_login #register-form .woocommerce-form-register button[type=submit] {
    font-size: 1rem;
    padding: 15px 36px;
  }
}
.woocommerce #customer_login #register-form .woocommerce-form-register button[type=submit]:hover {
  color: #FF5800;
  background-color: #FFFFFF;
}
.woocommerce #customer_login #register-form .woocommerce-form-register .woocommerce-privacy-policy-text {
  padding-top: 6px;
  font-size: 0.8333333333rem;
}
.woocommerce #customer_login #register-form input,
.woocommerce #customer_login #register-form textarea,
.woocommerce #customer_login #register-form select {
  margin-top: 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.11);
  color: #333333;
  width: 100%;
  padding: 15px 18px;
  margin-bottom: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border: 1px solid #D8D9D3;
}
.woocommerce #customer_login #register-form input:focus,
.woocommerce #customer_login #register-form textarea:focus,
.woocommerce #customer_login #register-form select:focus {
  outline: none;
  border: 1px solid #FF5800;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(255, 88, 0, 0.1);
          box-shadow: 0px 0px 0px 4px rgba(255, 88, 0, 0.1);
}
.woocommerce #customer_login #register-form input::-webkit-input-placeholder, .woocommerce #customer_login #register-form textarea::-webkit-input-placeholder, .woocommerce #customer_login #register-form select::-webkit-input-placeholder {
  color: #c2c2c2;
}
.woocommerce #customer_login #register-form input::-moz-placeholder, .woocommerce #customer_login #register-form textarea::-moz-placeholder, .woocommerce #customer_login #register-form select::-moz-placeholder {
  color: #c2c2c2;
}
.woocommerce #customer_login #register-form input:-ms-input-placeholder, .woocommerce #customer_login #register-form textarea:-ms-input-placeholder, .woocommerce #customer_login #register-form select:-ms-input-placeholder {
  color: #c2c2c2;
}
.woocommerce #customer_login #register-form input::-ms-input-placeholder, .woocommerce #customer_login #register-form textarea::-ms-input-placeholder, .woocommerce #customer_login #register-form select::-ms-input-placeholder {
  color: #c2c2c2;
}
.woocommerce #customer_login #register-form input::placeholder,
.woocommerce #customer_login #register-form textarea::placeholder,
.woocommerce #customer_login #register-form select::placeholder {
  color: #c2c2c2;
}
.woocommerce .woocommerce-ResetPassword p {
  width: 100%;
}
.woocommerce .woocommerce-ResetPassword .btn-primary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 15px 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  font-size: 1.1111111111rem;
  line-height: 150%;
  background-color: #FF5800;
  color: #FFFFFF;
  border-radius: 40px;
  margin-top: 36px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .woocommerce .woocommerce-ResetPassword .btn-primary {
    font-size: 1rem;
    padding: 15px 36px;
  }
}
.woocommerce .woocommerce-ResetPassword .btn-primary:hover {
  color: #FF5800;
  background-color: #FFFFFF;
}

.container-dashboard {
  padding-bottom: 100px;
}
.container-dashboard .woocommerce-MyAccount-navigation {
  margin-right: auto;
  border-right: 1px solid #D8D9D3;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .container-dashboard .woocommerce-MyAccount-navigation {
    margin-bottom: 32px;
  }
}
.container-dashboard .woocommerce-MyAccount-navigation .title-h3 {
  font-size: 1.2222222222rem;
  text-transform: uppercase;
  line-height: 140%;
  margin-bottom: 18px;
}
.container-dashboard .woocommerce-MyAccount-navigation .menu-anchor {
  margin: 0;
  padding: 0;
  padding-right: 48px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .container-dashboard .woocommerce-MyAccount-navigation .menu-anchor {
    margin-bottom: 32px;
  }
}
.container-dashboard .woocommerce-MyAccount-navigation .menu-anchor .is-active .title-anchor {
  background: #FF5800;
}
.container-dashboard .woocommerce-MyAccount-navigation .menu-anchor .is-active .title-anchor .text {
  color: #FECB00;
}
.container-dashboard .woocommerce-MyAccount-navigation .menu-anchor .is-active .title-anchor .icon path {
  fill: #FECB00;
}
.container-dashboard .woocommerce-MyAccount-navigation .menu-anchor .title-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 18px 20px;
  border-radius: 20px;
  cursor: pointer;
}
.container-dashboard .woocommerce-MyAccount-navigation .menu-anchor .title-anchor .text {
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  font-size: 1.1111111111rem;
  line-height: 140%;
}
.container-dashboard .woocommerce-MyAccount-navigation .menu-anchor .title-anchor .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 20px;
}
.container-dashboard .woocommerce-MyAccount-navigation .menu-anchor .title-anchor:hover {
  background: #FF5800;
}
.container-dashboard .woocommerce-MyAccount-navigation .menu-anchor .title-anchor:hover .text {
  color: #FECB00;
}
.container-dashboard .woocommerce-MyAccount-navigation .menu-anchor .title-anchor:hover .icon path {
  fill: #FECB00;
}
.container-dashboard .woocommerce-MyAccount-navigation .logout-link {
  color: #FF5800;
  font-size: 0.8888888889rem;
  line-height: 140%;
  text-decoration-line: underline;
  padding-top: 40px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .container-dashboard .woocommerce-MyAccount-navigation .logout-link {
    padding-top: 8px;
  }
}
.container-dashboard .woocommerce-MyAccount-content {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.container-dashboard .woocommerce-MyAccount-content .title-h2 {
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 100%;
  margin-bottom: 12px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .container-dashboard .woocommerce-MyAccount-content .title-h2 {
    font-size: 1.4444444444rem;
  }
}
.container-dashboard .woocommerce-MyAccount-content .description {
  font-size: 0.8888888889rem;
  line-height: 140%;
}
.container-dashboard .dashboard-navigation-menu {
  width: 100%;
  height: 100%;
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.container-dashboard .dashboard-navigation-menu ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px;
  margin: 0;
  padding: 0;
  width: 100%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .container-dashboard .dashboard-navigation-menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.container-dashboard .dashboard-navigation-menu ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(33.3333333333% - 20px);
  height: 160px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .container-dashboard .dashboard-navigation-menu ul li {
    width: 100%;
  }
}
.container-dashboard .dashboard-navigation-menu ul .dashboard-navigation-menu-item {
  background-color: #F8F6F5;
  height: 100%;
  width: 100%;
  padding: 23px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.container-dashboard .dashboard-navigation-menu ul .dashboard-navigation-menu-item:hover .text {
  color: #FF5800;
}
.container-dashboard .dashboard-navigation-menu ul .dashboard-navigation-menu-item .icon {
  margin-bottom: 10px;
  max-width: 66px;
  max-height: 66px;
}
.container-dashboard .dashboard-navigation-menu ul .dashboard-navigation-menu-item .text {
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  font-size: 1.4444444444rem;
  text-align: center;
  line-height: 140%;
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}

.woocommerce .dashboard-orders {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.woocommerce .dashboard-orders .title-h2 {
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 100%;
  margin-bottom: 40px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .woocommerce .dashboard-orders .title-h2 {
    font-size: 1.4444444444rem;
  }
}
.woocommerce .dashboard-orders .shop-button {
  margin-top: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.woocommerce .dashboard-orders .view-item-btn {
  padding: 8px 0;
  color: #FF5800;
  text-decoration: underline;
}
.woocommerce .dashboard-orders table.shop_table {
  border: 0;
}
.woocommerce .woocommerce-order-details {
  margin-top: 20px;
  padding: 40px 36px;
  border-radius: 30px;
  background-color: #F8F6F5;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .woocommerce .woocommerce-order-details {
    padding: 40px 20px;
  }
}
.woocommerce .woocommerce-order-details .title-h2 {
  font-size: 2rem;
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 32px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .woocommerce .woocommerce-order-details .title-h2 {
    font-size: 1.1111111111rem;
  }
}
.woocommerce .woocommerce-order-details .order-again a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  font-size: 1.1111111111rem;
  line-height: 150%;
  color: #FFFFFF;
  background-color: #FF5800;
  border-radius: 40px;
  margin-top: 32px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .woocommerce .woocommerce-order-details .order-again a {
    font-size: 1rem;
    padding: 15px 36px;
  }
}
.woocommerce .woocommerce-order-details .order-again a:hover {
  color: #FF5800;
  background-color: #FFFFFF;
}
.woocommerce .woocommerce-order-details .order_details-items,
.woocommerce .woocommerce-order-details .order_details-footer .order-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.woocommerce .woocommerce-order-details .order_details-items {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  padding-bottom: 36px;
  border-bottom: 1px solid #333333;
}
.woocommerce .woocommerce-order-details .order_details-items .product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  width: 100%;
}
.woocommerce .woocommerce-order-details .order_details-items .product-item .product-image {
  width: 83px;
  height: 83px;
  border-radius: 24px;
  overflow: hidden;
}
.woocommerce .woocommerce-order-details .order_details-items .product-item .product-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.woocommerce .woocommerce-order-details .order_details-items .product-item .product-details {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.woocommerce .woocommerce-order-details .order_details-items .product-item .product-details a {
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .woocommerce .woocommerce-order-details .order_details-items .product-item .product-details a {
    font-size: 0.8888888889rem;
  }
}
.woocommerce .woocommerce-order-details .order_details-items .product-item .product-details .product-sku {
  font-family: "Campton Light", sans-serif;
  font-weight: 300;
  font-size: 0.7222222222rem;
  line-height: 140%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.woocommerce .woocommerce-order-details .order_details-items .product-item .product-details .product-quantity {
  font-size: 0.8888888889rem;
  line-height: 140%;
}
.woocommerce .woocommerce-order-details .order_details-items .product-item .amount {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .woocommerce .woocommerce-order-details .order_details-items .product-item .amount {
    font-size: 0.8888888889rem;
  }
}
.woocommerce .woocommerce-order-details .order_details-footer {
  padding-top: 32px;
}
.woocommerce .woocommerce-order-details .order_details-footer .order-total:not(:last-child) {
  margin-bottom: 7px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .woocommerce .woocommerce-order-details .order_details-footer .order-total:not(:last-child) {
    margin-bottom: 10px;
    font-size: 0.8888888889rem;
  }
}
.woocommerce .woocommerce-order-details .order_details-footer .order-total:last-child {
  font-size: 1.4444444444rem;
  line-height: 140%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .woocommerce .woocommerce-order-details .order_details-footer .order-total:last-child {
    font-size: 1.1111111111rem;
  }
}

.container-cart-empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 70%;
  margin: 0 auto;
  padding-bottom: 160px;
}
.container-cart-empty .icon {
  width: 138px;
  height: 138px;
  margin-bottom: 60px;
}
.container-cart-empty .icon svg {
  width: 100%;
  height: 100%;
}
.container-cart-empty .title-h2 {
  margin-bottom: 12px;
}
.container-cart-empty .description {
  text-align: center;
  font-size: 0.8888888889rem;
  line-height: 150%;
  margin-bottom: 32px;
}
.container-cart-empty .btn-primary {
  padding: 10px 28px;
}

.woocommerce .dashboard-addresses .title-h2 {
  font-size: 2rem;
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 12px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .woocommerce .dashboard-addresses .title-h2 {
    font-size: 1.4444444444rem;
  }
}
.woocommerce .dashboard-addresses .btn-primary {
  margin-top: 32px;
  padding: 10px 28px;
}
.woocommerce .dashboard-addresses .addresses {
  padding-top: 60px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .woocommerce .dashboard-addresses .addresses {
    padding-top: 32px;
    gap: 32px;
  }
}
.woocommerce .dashboard-addresses .addresses .title-h3 {
  font-size: 1.2222222222rem;
  line-height: 140%;
  margin-bottom: 3px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .woocommerce .dashboard-addresses .addresses .title-h3 {
    font-size: 1.1111111111rem;
  }
}
.woocommerce .dashboard-addresses .addresses address {
  font-style: normal;
  font-size: 0.8888888889rem;
}
.woocommerce .woocommerce-customer-details .addresses > .row {
  gap: 2em;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .woocommerce .woocommerce-customer-details .addresses > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.woocommerce .woocommerce-customer-details .col-billing-address,
.woocommerce .woocommerce-customer-details .col-shipping-address {
  padding: 40px 36px;
  border-radius: 30px;
  background-color: #F8F6F5;
  max-width: calc(50% - 1em);
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .woocommerce .woocommerce-customer-details .col-billing-address,
  .woocommerce .woocommerce-customer-details .col-shipping-address {
    max-width: 100%;
  }
}
.woocommerce .woocommerce-customer-details .col-billing-address .title-h2,
.woocommerce .woocommerce-customer-details .col-shipping-address .title-h2 {
  font-size: 2rem;
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 32px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .woocommerce .woocommerce-customer-details .col-billing-address .title-h2,
  .woocommerce .woocommerce-customer-details .col-shipping-address .title-h2 {
    font-size: 1.1111111111rem;
  }
}
.woocommerce .woocommerce-customer-details .col-billing-address address,
.woocommerce .woocommerce-customer-details .col-shipping-address address {
  padding: 0;
  border: none;
}

.woocommerce .edit-account .profil-container {
  padding: 40px 0;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .woocommerce .edit-account .profil-container {
    padding: 32px 0;
  }
}
.woocommerce .edit-account .profil-container span em {
  font-size: 0.8888888889rem;
}
.woocommerce .edit-account .title-h3 {
  font-size: 1.2222222222rem;
  line-height: 140%;
  margin-bottom: 20px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .woocommerce .edit-account .title-h3 {
    font-size: 1.1111111111rem;
  }
}

.woocommerce .warranty .btn-primary {
  margin-top: 40px;
  padding: 10px 28px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .woocommerce .warranty .btn-primary {
    margin-top: 32px;
  }
}
.woocommerce .warranty .btn-primary .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woocommerce .warranty .btn-primary:hover .icon path {
  fill: #FF5800;
}

.container-gift-cards .woocommerce-MyAccount-Giftcards-balance-amount {
  margin-top: 32px;
  margin-bottom: 18px;
}
.container-gift-cards .woocommerce-MyAccount-Giftcards-balance-amount .amount {
  font-size: 2.8888888889rem;
  line-height: 140%;
}
.container-gift-cards .title-h3 {
  font-size: 1.2222222222rem;
  line-height: 140%;
  margin-bottom: 20px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .container-gift-cards .title-h3 {
    font-size: 1.1111111111rem;
    margin-bottom: 18px;
  }
}
.container-gift-cards .woocommerce-Giftcards.woocommerce-MyAccount-Giftcards-form {
  margin-bottom: 32px;
  gap: 25px;
}
.container-gift-cards .woocommerce-Giftcards.woocommerce-MyAccount-Giftcards-form input {
  margin: 0;
}
.container-gift-cards .woocommerce-Giftcards .btn-primary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-family: "Campton Bold", sans-serif;
  font-weight: 700;
  font-size: 1.1111111111rem;
  line-height: 100%;
  color: #FFFFFF;
  border-radius: 40px;
  text-wrap: nowrap;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px) {
  .container-gift-cards .woocommerce-Giftcards .btn-primary {
    font-size: 1rem;
    padding: 15px 36px;
  }
}
.container-gift-cards .woocommerce-Giftcards .btn-primary:hover {
  color: #FF5800;
  background-color: #FFFFFF;
}
.container-gift-cards .woocommerce-orders-table {
  border-radius: 12px;
  padding: 14px 20px;
}
.container-gift-cards .woocommerce-orders-table.my_account_orders td {
  padding: 10px;
}

/*# sourceMappingURL=style.css.map*/