/*!*************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./assets/stylesheets/main.scss ***!
  \*************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
a {
  color: var(--color-primary);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-sans);
  text-transform: uppercase;
}

.wide-title {
  margin: 0;
  padding: 0;
  font-size: 60px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 24px;
}
@media screen and (min-width: 576px) {
  .wide-title {
    font-size: calc(0px + 4.1666666667vw);
  }
}
@media screen and (min-width: 1440px) {
  .wide-title {
    font-size: 60px;
  }
}

.tiny-title {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.big-title, h1 {
  font-size: 52px;
  font-style: normal;
  font-weight: 500;
  line-height: 92.308%;
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .big-title, h1 {
    font-size: calc(9.1428571429px + 2.9761904762vw);
  }
}
@media screen and (min-width: 1440px) {
  .big-title, h1 {
    font-size: 52px;
  }
}
.big-title, h1 {
  margin: 0;
}

.medium-title, h2 {
  margin: 0;
  padding: 0;
  font-size: 36px;
  line-height: normal; /* 94.08px */
  text-transform: uppercase;
  font-weight: 500;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .medium-title, h2 {
    font-size: calc(10.2857142857px + 1.7857142857vw);
  }
}
@media screen and (min-width: 1440px) {
  .medium-title, h2 {
    font-size: 36px;
  }
}

.small-title, h3 {
  margin: 0;
  padding: 0;
  font-size: 28px;
  line-height: 100%; /* 94.08px */
  text-align: left;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .small-title, h3 {
    font-size: calc(10.8571428571px + 1.1904761905vw);
  }
}
@media screen and (min-width: 1440px) {
  .small-title, h3 {
    font-size: 28px;
  }
}

.product_title {
  margin: 0;
  padding: 0;
  font-size: 24px;
  line-height: 100%; /* 94.08px */
  text-align: left;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .product_title {
    font-size: calc(15.4285714286px + 0.5952380952vw);
  }
}
@media screen and (min-width: 1440px) {
  .product_title {
    font-size: 24px;
  }
}

.news-title, .faq-title {
  margin: 0;
  padding: 0;
  font-size: 24px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .news-title, .faq-title {
    font-size: calc(11.1428571429px + 0.8928571429vw);
  }
}
@media screen and (min-width: 1440px) {
  .news-title, .faq-title {
    font-size: 24px;
  }
}

.remark {
  font-size: 12px;
  text-transform: none;
  font-style: italic;
}

*:not(img)::selection {
  background-color: var(--color-secondary-accent);
  color: var(--color-page);
  opacity: 1;
}

*:not(img)::selection {
  background-color: var(--color-text-black-accent);
  color: var(--color-page);
  opacity: 1;
}

[data-splitting] div:nth-child(2n+2) {
  font-style: italic;
}

:root {
  /* Brand */
  --color-primary: #1B4332;
  --color-primary-accent: rgba(27, 67, 50, .40);
  --color-secondary: #AE2C42;
  --color-secondary-accent: #640D14;
  --color-black: rgba(0, 0, 0, .85);
  /* Surfaces */
  --color-page: #ffffff;
  --color-surface-1: rgba(67, 67, 70, .05);
  --color-surface-2: #F9F7F3;
  --color-border: rgba(67, 67, 70, 0.30);
  --color-overlay: rgba(249, 247, 243, .10);
  /* Text */
  --color-text-primary: #1B4332;
  --color-text-secondary: #AE2C42;
  --color-text-black: #000;
  --color-text-black-accent: #434346;
  --color-text-white: #fff;
  --color-text-white-accent: #F9F7F3;
  /* Links */
  /* States */
  --color-danger: #640D14;
  --color-success: #1B7A4B;
  --color-warning: #B27B00;
  --color-info: #2A6FDB;
  /* E-commerce / badges */
  --color-price: var(--color-text-primary);
  --color-badge-promo-bg: var(--color-secondary);
  /* Typography */
  --font-sans: "korolev",sans-serif;
  --font-serif: "ibm-plex-sans", sans-serif;
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-md: 1rem;
  --text-lg: 1.125rem;
  --h1: clamp(1.8rem, 2.2vw, 2.6rem);
  --h2: clamp(1.4rem, 1.6vw, 2rem);
  --h3: 1.25rem;
  /* Spacing scale */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;
  --gutter: clamp(10px, 1.3889vw, 20px);
  /* ancien --margin */
  /* Layout */
  --container-max: 1200px;
  --container-pad-x: clamp(16px, 2vw, 32px);
  --section-pad-y: clamp(32px, 4vw, 72px);
  --grid-gap: var(--space-5);
  /* Borders / radius / shadow */
  --border-width: 1px;
  --radius-sm: 4px;
  --radius-md: 6px;
  --radius-lg: 8px;
  --radius-btn: 4px;
  /* Header / navigation */
  --header-height-desktop: 96px;
  --header-height-mobile: 64px;
  --header-icon-size: 20px;
  --search-height: 40px;
  --nav-gap: var(--space-5);
  /* Buttons */
  --btn-height: 40px;
  --btn-pad-x: 16px;
  --btn-cart-radius: 4px;
  --btn-font-size: var(--text-sm);
  /* Forms */
  --input-height: 40px;
  --input-radius: var(--radius-sm);
  --focus-ring: 0 0 0 3px rgba(27, 67, 50, .25);
  /* Cards / tiles */
  --card-radius: var(--radius-lg);
  --card-pad: var(--space-5);
  --product-card-radius: var(--card-radius);
  --product-card-pad: var(--space-4);
  --badge-radius: 999px;
  --tile-radius: var(--radius-lg);
  --tile-overlay-opacity: .35;
}

:root {
  /* Brand */
  --color-primary: #1B4332;
  --color-primary-accent: rgba(27, 67, 50, .40);
  --color-secondary: #AE2C42;
  --color-secondary-accent: #640D14;
  --color-black: rgba(0, 0, 0, .85);
  /* Surfaces */
  --color-page: #ffffff;
  --color-surface-1: rgba(67, 67, 70, .05);
  --color-surface-2: #F9F7F3;
  --color-border: rgba(67, 67, 70, 0.30);
  --color-overlay: rgba(249, 247, 243, .10);
  /* Text */
  --color-text-primary: #1B4332;
  --color-text-secondary: #AE2C42;
  --color-text-black: #000;
  --color-text-black-accent: #434346;
  --color-text-white: #fff;
  --color-text-white-accent: #F9F7F3;
  /* Links */
  /* States */
  --color-danger: #640D14;
  --color-success: #1B7A4B;
  --color-warning: #B27B00;
  --color-info: #2A6FDB;
  /* E-commerce / badges */
  --color-price: var(--color-text-primary);
  --color-badge-promo-bg: var(--color-secondary);
  /* Typography */
  --font-sans: "korolev",sans-serif;
  --font-serif: "ibm-plex-sans", sans-serif;
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-md: 1rem;
  --text-lg: 1.125rem;
  --h1: clamp(1.8rem, 2.2vw, 2.6rem);
  --h2: clamp(1.4rem, 1.6vw, 2rem);
  --h3: 1.25rem;
  /* Spacing scale */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;
  --gutter: clamp(10px, 1.3889vw, 20px);
  /* ancien --margin */
  /* Layout */
  --container-max: 1200px;
  --container-pad-x: clamp(16px, 2vw, 32px);
  --section-pad-y: clamp(32px, 4vw, 72px);
  --grid-gap: var(--space-5);
  /* Borders / radius / shadow */
  --border-width: 1px;
  --radius-sm: 4px;
  --radius-md: 6px;
  --radius-lg: 8px;
  --radius-btn: 4px;
  /* Header / navigation */
  --header-height-desktop: 96px;
  --header-height-mobile: 64px;
  --header-icon-size: 20px;
  --search-height: 40px;
  --nav-gap: var(--space-5);
  /* Buttons */
  --btn-height: 40px;
  --btn-pad-x: 16px;
  --btn-cart-radius: 4px;
  --btn-font-size: var(--text-sm);
  /* Forms */
  --input-height: 40px;
  --input-radius: var(--radius-sm);
  --focus-ring: 0 0 0 3px rgba(27, 67, 50, .25);
  /* Cards / tiles */
  --card-radius: var(--radius-lg);
  --card-pad: var(--space-5);
  --product-card-radius: var(--card-radius);
  --product-card-pad: var(--space-4);
  --badge-radius: 999px;
  --tile-radius: var(--radius-lg);
  --tile-overlay-opacity: .35;
}

.otgs-development-site-front-end {
  display: none;
}

html {
  --scrollbarBG: var(--color-page);
  --thumbBG: var(--color-text-black-accent);
}

body::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

body {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG);
}

*::-webkit-scrollbar {
  width: 4px;
  height: 100%;
  z-index: 998;
}
*::-webkit-scrollbar-track {
  box-shadow: none;
  background: var(--scrollbarBG);
}
*::-webkit-scrollbar-thumb {
  top: 0;
  left: 0;
  width: 4px;
  position: relative;
  display: block;
  border-radius: 40px;
  background: var(--thumbBG);
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

[data-scrollto] {
  cursor: pointer;
}

.grecaptcha-badge {
  display: none !important;
}

[data-fancy-content] {
  display: none;
}

html {
  max-width: 100%;
}

body,
html {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 125%;
  color: var(--color-text-black-accent);
  background-color: var(--color-page);
  height: auto;
  -moz-osx-font-smoothing: grayscale; /*(For Firefox)*/
  -webkit-font-smoothing: antialiased; /*(For Chrome and Safari)*/
  font-style: normal;
  font-display: swap;
  position: relative;
  touch-action: auto;
  height: auto;
  font-family: var(--font-serif);
  font-weight: 300;
}
@media all and (max-width:576px) {
  body,
  html {
    font-size: 16px;
  }
}
body *,
html * {
  box-sizing: border-box;
}
body a,
html a {
  cursor: pointer;
}
body main,
html main {
  overflow: hidden;
}
body img,
body svg,
html img,
html svg {
  user-select: none;
}
body img,
body a,
html img,
html a {
  outline: none !important;
  -webkit-user-drag: none;
}
body img svg,
body a svg,
html img svg,
html a svg {
  pointer-events: none;
}
body img,
html img {
  width: 100%;
  height: auto;
  display: block;
}
body.is-loading .loader,
html.is-loading .loader {
  pointer-events: all;
  opacity: 1;
}
body.is-loading .loader:hover,
html.is-loading .loader:hover {
  cursor: wait !important;
}
body.is-loading *,
html.is-loading * {
  cursor: wait !important;
}
body.is-loading *:hover,
html.is-loading *:hover {
  cursor: wait !important;
}
@media all and (max-width:992px) {
  body,
  html {
    font-size: 14px;
  }
}
body [data-barba-namespace],
html [data-barba-namespace] {
  position: relative;
}
body [data-barba-namespace].is-pending,
html [data-barba-namespace].is-pending {
  position: fixed;
  top: 100%;
  left: 100%;
}

body:after {
  z-index: 95;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
body.open-popup:after, body.open-menu:after {
  opacity: 1;
}
body.open-popup .main-header .main-header__top a, body.open-menu .main-header .main-header__top a {
  background-color: transparent;
}
body.open-popup .main-header .main-header__top a svg path, body.open-menu .main-header .main-header__top a svg path {
  fill: var(--color-page);
}

main {
  position: relative;
  z-index: 4;
}

html.lenis {
  height: auto;
}

body.is-touch [data-loop-section].duplicated {
  display: none;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

[data-barba=container] {
  z-index: 3;
  position: relative;
  box-sizing: border-box;
}

.pin-spacer {
  pointer-events: none;
}
.pin-spacer * {
  pointer-events: all;
}

.js-replace-image {
  position: relative;
  overflow: hidden;
}

.js-replace-image,
img[data-lazy-src] {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  opacity: 0;
}
.js-replace-image.jsImageReplaced, .js-replace-image.loaded,
img[data-lazy-src].jsImageReplaced,
img[data-lazy-src].loaded {
  opacity: 1;
}
.js-replace-image img,
img[data-lazy-src] img {
  display: none;
}

.container {
  z-index: 2;
  top: 0;
  position: relative;
  padding: var(--gutter) calc(var(--gutter) * 3) var(--gutter) calc(var(--gutter) * 3);
  box-sizing: border-box;
  display: block;
  position: relative;
  max-width: 1650px;
  margin: auto;
}
@media all and (max-width:768px) {
  .container {
    padding-left: calc(var(--gutter) * 2);
    padding-right: calc(var(--gutter) * 2);
  }
}
.container--full {
  min-height: 100vh;
  min-height: 100vh;
  min-height: 100svh;
  max-width: 100%;
}
.container--full-width {
  max-width: 100%;
}
.container--iframe {
  padding-top: calc(var(--header-height) + var(--gutter));
}
.container--iframe:after {
  z-index: 95;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-color: var(--color-page);
  background-image: url("../dist/assets/images/loading-icon.svg");
  background-size: 50px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.container--iframe iframe {
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.container--iframe.loaded iframe {
  opacity: 1;
}
.container--iframe.loaded:after {
  opacity: 0;
  pointer-events: none;
}
.container.error-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

[class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

.scrollbar {
  position: fixed;
  right: 0;
  top: 0;
  width: 14px;
  height: 100%;
  z-index: 999;
  padding: 4px;
  background: transparent;
}
.scrollbar .scrollbar_thumb {
  top: 0;
  left: 0;
  width: 4px;
  position: relative;
  display: block;
  background-color: var(--color-text-black-accent);
  border-radius: 40px;
}

.margin-default {
  margin: calc(var(--gutter) * 1);
}

.margin-vertical-default {
  padding: calc(var(--gutter) * 1) 0;
}

.margin-horizontal-default {
  padding: 0 calc(var(--gutter) * 1);
}

.margin-top-default {
  margin-top: calc(var(--gutter) * 1);
}
@media all and (max-width:768px) {
  .margin-top-default {
    margin-top: calc(var(--gutter) * 1);
  }
}

.margin-right-default {
  margin-right: calc(var(--gutter) * 1);
}
@media all and (max-width:768px) {
  .margin-right-default {
    margin-right: calc(var(--gutter) * 1);
  }
}

.margin-bottom-default {
  margin-bottom: calc(var(--gutter) * 1);
}
@media all and (max-width:768px) {
  .margin-bottom-default {
    margin-bottom: calc(var(--gutter) * 1);
  }
}

.margin-left-default {
  margin-left: calc(var(--gutter) * 1);
}
@media all and (max-width:768px) {
  .margin-left-default {
    margin-left: calc(var(--gutter) * 1);
  }
}

.margin-medium {
  margin: calc(var(--gutter) * 2);
}

.margin-vertical-medium {
  padding: calc(var(--gutter) * 2) 0;
}

.margin-horizontal-medium {
  padding: 0 calc(var(--gutter) * 2);
}

.margin-top-medium {
  margin-top: calc(var(--gutter) * 2);
}
@media all and (max-width:768px) {
  .margin-top-medium {
    margin-top: calc(var(--gutter) * 2);
  }
}

.margin-right-medium {
  margin-right: calc(var(--gutter) * 2);
}
@media all and (max-width:768px) {
  .margin-right-medium {
    margin-right: calc(var(--gutter) * 2);
  }
}

.margin-bottom-medium {
  margin-bottom: calc(var(--gutter) * 2);
}
@media all and (max-width:768px) {
  .margin-bottom-medium {
    margin-bottom: calc(var(--gutter) * 2);
  }
}

.margin-left-medium {
  margin-left: calc(var(--gutter) * 2);
}
@media all and (max-width:768px) {
  .margin-left-medium {
    margin-left: calc(var(--gutter) * 2);
  }
}

.margin-large {
  margin: calc(var(--gutter) * 3);
}

.margin-vertical-large {
  padding: calc(var(--gutter) * 3) 0;
}

.margin-horizontal-large {
  padding: 0 calc(var(--gutter) * 3);
}

.margin-top-large {
  margin-top: calc(var(--gutter) * 3);
}
@media all and (max-width:768px) {
  .margin-top-large {
    margin-top: calc(var(--gutter) * 3);
  }
}

.margin-right-large {
  margin-right: calc(var(--gutter) * 3);
}
@media all and (max-width:768px) {
  .margin-right-large {
    margin-right: calc(var(--gutter) * 3);
  }
}

.margin-bottom-large {
  margin-bottom: calc(var(--gutter) * 3);
}
@media all and (max-width:768px) {
  .margin-bottom-large {
    margin-bottom: calc(var(--gutter) * 3);
  }
}

.margin-left-large {
  margin-left: calc(var(--gutter) * 3);
}
@media all and (max-width:768px) {
  .margin-left-large {
    margin-left: calc(var(--gutter) * 3);
  }
}

.margin-wide {
  margin: calc(var(--gutter) * 4);
}

.margin-vertical-wide {
  padding: calc(var(--gutter) * 4) 0;
}

.margin-horizontal-wide {
  padding: 0 calc(var(--gutter) * 4);
}

.margin-top-wide {
  margin-top: calc(var(--gutter) * 4);
}
@media all and (max-width:768px) {
  .margin-top-wide {
    margin-top: calc(var(--gutter) * 4);
  }
}

.margin-right-wide {
  margin-right: calc(var(--gutter) * 4);
}
@media all and (max-width:768px) {
  .margin-right-wide {
    margin-right: calc(var(--gutter) * 4);
  }
}

.margin-bottom-wide {
  margin-bottom: calc(var(--gutter) * 4);
}
@media all and (max-width:768px) {
  .margin-bottom-wide {
    margin-bottom: calc(var(--gutter) * 4);
  }
}

.margin-left-wide {
  margin-left: calc(var(--gutter) * 4);
}
@media all and (max-width:768px) {
  .margin-left-wide {
    margin-left: calc(var(--gutter) * 4);
  }
}

.vertical-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.horizontal-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.column--count-2 {
  column-count: 2;
  column-gap: calc(var(--gutter) * 2);
}
@media all and (max-width:576px) {
  .column--count-2 {
    column-count: 1;
  }
}
.column--count-2 p {
  margin-bottom: 0;
  margin: 0;
}

.italic-separator::before {
  content: " .";
  font: inherit;
}

.parsley-errors-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.85rem;
}

.cover-image {
  position: relative;
  overflow: hidden;
}
.cover-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; /* or object-fit: contain; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

form.is-processing {
  opacity: 0.2;
  pointer-events: none;
  cursor: pointer;
}

body [data-barba-namespace=homeIndex] {
  width: 100%;
  top: 0;
  left: 0;
}
body [data-barba-namespace=homeIndex] .container {
  top: 0;
  left: 0;
  width: 100%;
  scroll-snap-align: start;
}

.swiper-nav {
  display: flex;
  gap: 0 10px;
  --color-btn: var(--color-text-black-accent);
}
.swiper-nav .swiper-button {
  appearance: none;
  border: solid 1.5px var(--color-btn);
  background: rgba(249, 247, 243, 0.3);
  width: 26px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-btn);
  cursor: pointer;
}
.swiper-nav .swiper-button svg path {
  stroke: var(--color-btn);
}
.swiper-nav .swiper-button.swiper-button-prev {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.swiper-nav .swiper-button.swiper-button-next {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.swiper-nav .swiper-button.swiper-button-disabled {
  opacity: 0.5;
}

.swiper-pagination {
  --color-dots: var(--color-text-black-accent);
  z-index: 4;
  display: flex;
  gap: 0 10px;
  height: 35px;
  margin: auto;
  align-items: center;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 2px;
  border-radius: 1px;
  background: var(--color-dots);
  opacity: 0.5;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

body.age-verification-active {
  overflow: hidden !important;
  height: 100vh !important;
}

.age-verification-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: rgba(27, 67, 50, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.age-verification-overlay .age-verification-modal {
  max-width: 500px;
  width: 90%;
  padding: 40px;
  background: var(--color-page, #fff);
  color: var(--color-text-black-accent, #000);
  box-shadow: 0 4px 20px var(--color-text-primary);
}
.age-verification-overlay .logo-wrapper {
  margin-bottom: 30px;
}
.age-verification-overlay .logo-wrapper img {
  max-width: 180px;
  height: auto;
  margin: 0 auto;
}
.age-verification-overlay h2 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.age-verification-overlay .age-verification-text {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.5;
}
.age-verification-overlay .age-verification-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 25px;
}
@media all and (max-width:576px) {
  .age-verification-overlay .age-verification-actions {
    flex-direction: column;
    gap: 10px;
  }
}
.age-verification-overlay .age-verification-note {
  font-size: 12px;
  opacity: 0.6;
}
.age-verification-overlay .age-verification-note p {
  margin: 0;
}

body.age-verification-active {
  overflow: hidden !important;
  height: 100vh !important;
}

.home-about {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  padding: calc(var(--gutter) * 4) calc(var(--gutter) * 2);
  margin-top: calc(var(--gutter) * 4);
}
@media all and (max-width:768px) {
  .home-about {
    padding: 0;
  }
}
.home-about .cover-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.home-about .cover-image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.home-about .cover-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.home-about .cover-video:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.home-about .cover-video video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.home-about .container {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  position: relative;
}
@media all and (max-width:768px) {
  .home-about .container {
    padding: calc(var(--gutter) * 4) calc(var(--gutter) * 2);
  }
}
.home-about .container .content {
  position: relative;
  z-index: 1;
  color: var(--color-page);
  padding: calc(var(--gutter) * 2);
  border-radius: var(--radius-lg);
  background: rgba(249, 247, 243, 0.1);
  backdrop-filter: blur(2.75px);
  flex: 0 0 50%;
  max-width: 50%;
  margin-top: calc(var(--gutter) * 10);
}
@media all and (max-width:992px) {
  .home-about .container .content {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media all and (max-width:768px) {
  .home-about .container .content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 0;
    text-align: center;
  }
}
.home-about .container .content p {
  margin-top: var(--gutter);
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: -0.18px;
}
@media all and (max-width:768px) {
  .home-about .container .content p {
    display: none;
  }
}
.home-about .container .content .action {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: var(--gutter);
}
@media all and (max-width:992px) {
  .home-about .container .content .action {
    margin-top: calc(var(--gutter) * 2);
  }
}
@media all and (max-width:768px) {
  .home-about .container .content .action {
    justify-content: center;
  }
}

@media all and (max-width:768px) {
  .wc-block-components-notices__snackbar {
    top: var(--header-height) !important;
  }
}

[data-barba-introductionscreen] {
  width: 100vw;
  height: 100vh;
  height: 100vh;
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  background-color: var(--color-page);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: var(--gutter);
  display: flex;
  align-items: center;
  justify-content: center;
}
[data-barba-introductionscreen] .introduction-screen__wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
[data-barba-introductionscreen] svg {
  width: 200px;
}

#loading-screen {
  position: fixed;
  width: 100%;
  height: calc(var(--dynamic-vh, 1vh) * 100);
  left: 0;
  top: 0%;
  z-index: 99999;
  display: flex;
  pointer-events: none;
  background-size: cover;
  flex-wrap: wrap;
  overflow: hidden;
  background-repeat: repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-page);
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
}
#loading-screen img,
#loading-screen svg {
  max-width: 200px;
  width: 100%;
  display: block;
  position: relative;
  z-index: 4;
  padding-top: 20px;
  padding-bottom: 20px;
  height: auto;
}
#loading-screen.active {
  pointer-events: all;
}

/**ANIMATION**/
.animated {
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-iteration-count: 1;
  animation-fill-mode: both;
  animation-play-state: paused;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.in-view {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

/* ---------------------------------------
slide in from left
--------------------------------------- */
@-webkit-keyframes slideFromLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
  }
  1% {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes slideFromLeft {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
  1% {
    opacity: 0;
    transform: translate3d(-30%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
[data-animation-type=slidefromleft] {
  -webkit-animation-name: slideFromLeft;
  animation-name: slideFromLeft;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
[data-animation-type=fadein] {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-duration: 0.8s;
}

@keyframes residenceSlide {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
  }
  1% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes residenceSlideResponsive {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
  }
  1% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
[data-animation-type=residenceslide] {
  -webkit-animation-name: residenceSlide;
  animation-name: residenceSlide;
  animation-duration: 0.8s;
}
@media all and (max-width:768px) {
  [data-animation-type=residenceslide] {
    -webkit-animation-name: residenceSlideResponsive;
    animation-name: residenceSlideResponsive;
    animation-duration: 0.8s;
  }
}

@keyframes scaleFromBottom {
  0% {
    transform: scaleY(0);
  }
  1% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
[data-animation-type=scalefrombottom] {
  opacity: 1;
  transform-origin: bottom;
  -webkit-animation-name: scaleFromBottom;
  animation-name: scaleFromBottom;
}

[data-animation-type=scalefrombottom] > * {
  transform: scaleY(1) !important;
}

/* ---------------------------------------
slide in from right
--------------------------------------- */
@-webkit-keyframes slideFromRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
  }
  1% {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes slideFromRight {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
  1% {
    opacity: 0;
    transform: translate3d(30%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
[data-animation-type=slidefromright] {
  -webkit-animation-name: slideFromRight;
  animation-name: slideFromRight;
}

/* ---------------------------------------
slide in from bottom
--------------------------------------- */
@keyframes slideFromBottom {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) rotateZ(0) skewX(0);
  }
  1% {
    opacity: 0;
    transform: translate3d(0, 100px, 0) rotateZ(3deg) skewX(-3deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotateZ(0) skewX(0);
  }
}
[data-animation-type=slidefrombottom] {
  transform-origin: top left;
  -webkit-animation-name: slideFromBottom;
  animation-name: slideFromBottom;
}

/* ---------------------------------------
slide in from top
--------------------------------------- */
@-webkit-keyframes slideFromTop {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
  }
  1% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes slideFromTop {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) rotateZ(0);
  }
  1% {
    opacity: 0;
    transform: translate3d(0, -100px, 0) rotateZ(-3deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotateZ(0);
  }
}
[data-animation-type=slidefromtop] {
  -webkit-animation-name: slideFromTop;
  animation-name: slideFromTop;
}

/* ---------------------------------------
zoom in
--------------------------------------- */
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0);
  }
  1% {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0, 0, 0);
  }
  1% {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
[data-animation-type=zoomin] {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

/* ---------------------------------------
blurin
--------------------------------------- */
@keyframes blurIn {
  0% {
    filter: blur(10px);
    opacity: 1;
  }
  1% {
    filter: blur(10px);
    opacity: 1;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}
[data-animation-type=blurin] {
  -webkit-animation-name: blurIn;
  animation-name: blurIn;
  overflow: hidden;
}

/* ================= HEADER ================= */
.main-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: var(--color-page);
}
.main-header__top {
  background-color: var(--color-primary-accent);
}
.main-header__top__bar {
  padding: 0 calc(var(--gutter));
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-header__top__bar ul {
  list-style: none;
  padding: calc(var(--gutter) * 0.25) 0;
  display: flex;
  margin: 0;
  justify-content: flex-start;
  align-items: center;
}
.main-header__top__bar ul li:not(:last-of-type) {
  padding-right: calc(var(--gutter) * 1);
  margin: 0;
}
.main-header__top__bar ul li:not(:last-of-type).active {
  font-weight: 500;
  text-decoration: underline;
}
.main-header__top__bar ul li:not(:last-of-type):not(:last-child) a::after {
  content: "";
  width: 1px;
  height: 12px;
  background-color: black;
  position: absolute;
  top: 50%;
  right: calc(-1 * var(--gutter) / 2);
  transform: translateY(-50%);
}
.main-header__top__bar a {
  position: relative;
  color: black;
  text-decoration: none;
  font-weight: 400;
}
.main-header__top__bar a:hover {
  text-decoration: underline;
}
.main-header__center {
  display: flex;
  align-items: center;
  padding: calc(var(--gutter) * 0.5) var(--gutter);
}
.main-header__center .center-nav__logo {
  display: flex;
  max-width: 60%;
  flex: 1 1 auto;
  gap: 0 calc(var(--gutter) * 3);
  align-items: center;
  padding-right: calc(var(--gutter) * 1.5);
}
.main-header__center .center-nav__menu {
  display: flex;
  margin: 0 calc(var(--gutter) * 0.5) 0 auto;
  gap: 0 calc(var(--gutter) * 3);
  align-items: center;
  justify-content: flex-end;
}
.main-header__center [data-search] {
  position: relative;
  flex: 1 1 auto;
}
.main-header__center [data-search]::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  display: block;
  height: 25px;
  width: 25px;
  margin-left: calc(var(--gutter) * 0.75);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 21l-6-6'/%3E%3Ccircle cx='10' cy='10' r='5'/%3E%3C/svg%3E");
  background-size: cover;
}

.site-navigation {
  padding: var(--gutter);
  display: flex;
  gap: var(--gutter);
  position: relative;
}
@media all and (max-width:768px) {
  .site-navigation {
    gap: 0;
  }
}
.site-navigation .cta {
  border-bottom: 1px solid rgba(67, 67, 70, 0.3);
  padding-bottom: calc(var(--gutter));
}
.site-navigation .btn.btn--red {
  width: fit-content;
  text-decoration: none;
}
.site-navigation .btn.btn--red svg path {
  fill: snow;
}
.site-navigation ul.main-menu-list:not(.sublist) {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex: 1 1 auto;
  list-style: none;
}
.site-navigation ul.main-menu-list:not(.sublist) li:not(.has-mega-menu) {
  flex: 1;
  text-align: center;
  display: flex;
}
.site-navigation ul.main-menu-list:not(.sublist) li:not(.has-mega-menu) > a {
  padding: 10px 20px;
  display: inline-flex;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-primary);
  color: var(--color-page);
  width: 100%;
  text-align: center;
}
@media all and (max-width:768px) {
  .site-navigation ul.main-menu-list:not(.sublist) li:not(.has-mega-menu) > a {
    display: none;
  }
}
.site-navigation ul.main-menu-list:not(.sublist) li.has-mega-menu {
  margin-right: auto;
  margin-left: 0;
  padding-right: var(--gutter);
  display: flex;
}
.site-navigation ul.main-menu-list:not(.sublist) li.has-mega-menu + li:not(.has-mega-menu) {
  /* le premier li normal après le mega-menu */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: hidden;
}
.site-navigation ul.main-menu-list:not(.sublist) li.has-mega-menu > a {
  border-radius: var(--radius-btn);
  border: 1px solid rgba(67, 67, 70, 0);
  padding: 10px 20px;
  color: var(--color-text-black-accent);
  font-family: var(--font-sans);
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  background-color: var(--color-primary);
  color: var(--color-page);
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media all and (max-width:768px) {
  .site-navigation ul.main-menu-list:not(.sublist) li.has-mega-menu > a {
    display: none;
  }
}
.site-navigation ul.main-menu-list:not(.sublist) li.has-mega-menu > a:hover {
  background-color: var(--color-page);
  color: var(--color-primary);
}
.site-navigation ul.main-menu-list:not(.sublist) li.has-mega-menu > a::before {
  width: 15px;
  height: 15px;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='15' viewBox='0 0 24 15' fill='none'%3E%3Cpath d='M23.5 14C23.7761 14 24 14.2239 24 14.5C24 14.7761 23.7761 15 23.5 15H0.5C0.223858 15 0 14.7761 0 14.5C0 14.2239 0.223858 14 0.5 14H23.5ZM23.5 7C23.7761 7 24 7.22386 24 7.5C24 7.77614 23.7761 8 23.5 8H0.5C0.223858 8 0 7.77614 0 7.5C0 7.22386 0.223858 7 0.5 7H23.5ZM23.5 0C23.7761 0 24 0.223858 24 0.5C24 0.776142 23.7761 1 23.5 1H0.5C0.223858 1 0 0.776142 0 0.5C0 0.223858 0.223858 8.05319e-09 0.5 0H23.5Z' fill='%23F9F7F3'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  margin-right: 20px;
}
.site-navigation ul.main-menu-list:not(.sublist) li.has-mega-menu > a:hover, .site-navigation ul.main-menu-list:not(.sublist) li.has-mega-menu > a.active {
  border: 1px solid rgba(67, 67, 70, 0.3);
  background: rgba(249, 247, 243, 0.85);
  color: var(--color-primary);
}
.site-navigation ul.main-menu-list:not(.sublist) li.has-mega-menu > a:hover::before, .site-navigation ul.main-menu-list:not(.sublist) li.has-mega-menu > a.active::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='none'%3E%3Cpath d='M7.5 8.3685L1.06477 14.8037C0.950278 14.9182 0.809617 14.9796 0.642787 14.9877C0.475956 14.9959 0.327118 14.9346 0.196271 14.8037C0.0654234 14.6729 0 14.5281 0 14.3695C0 14.2108 0.0654234 14.0661 0.196271 13.9352L6.6315 7.5L0.196271 1.06477C0.0817793 0.950278 0.0204446 0.809617 0.0122666 0.642787C0.00408867 0.475956 0.0654234 0.327118 0.196271 0.196271C0.327118 0.0654234 0.471868 0 0.63052 0C0.789172 0 0.933922 0.0654234 1.06477 0.196271L7.5 6.6315L13.9352 0.196271C14.0497 0.0817793 14.1908 0.0204446 14.3584 0.0122666C14.5245 0.00408867 14.6729 0.0654234 14.8037 0.196271C14.9346 0.327118 15 0.471868 15 0.63052C15 0.789172 14.9346 0.933922 14.8037 1.06477L8.3685 7.5L14.8037 13.9352C14.9182 14.0497 14.9796 14.1908 14.9877 14.3584C14.9959 14.5245 14.9346 14.6729 14.8037 14.8037C14.6729 14.9346 14.5281 15 14.3695 15C14.2108 15 14.0661 14.9346 13.9352 14.8037L7.5 8.3685Z' fill='%23434346'/%3E%3C/svg%3E");
}
@media all and (max-width:768px) {
  .site-navigation ul.main-menu-list:not(.sublist) li.has-mega-menu {
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.site-navigation ul.main-menu-list:not(.sublist) li.highlight {
  margin-right: 0;
  margin-left: auto;
}
.site-navigation ul.main-menu-list:not(.sublist) li.highlight > a {
  border-radius: var(--radius-btn);
  padding: 10px 20px;
  color: var(--color-text-black-accent);
  font-family: var(--font-sans);
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  background-color: var(--color-secondary-accent);
  color: var(--color-page);
}
.site-navigation ul.main-menu-list:not(.sublist) li.highlight > a:after {
  width: 15px;
  height: 15px;
  content: "";
  display: block;
  background-color: var(--color-primary);
  margin-left: 20px;
}
.site-navigation ul.main-menu-list:not(.sublist):has(li:not(.has-mega-menu)) li:not(.has-mega-menu):last-of-type {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
}
@media all and (max-width:768px) {
  .site-navigation {
    flex-direction: column;
  }
}

/*test */
/* Reset de base */
.main-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.main-menu > li {
  padding: 20px;
  position: static;
  /* Important pour le full width */
}

.site-navigation {
  position: relative;
}
@media all and (max-width:768px) {
  .site-navigation {
    padding: 0;
  }
}

/* Le Dropdown caché */
.mega-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
  transition: all 0.3s ease;
  padding: 0 var(--gutter);
}
@media all and (max-width:768px) {
  .mega-dropdown {
    visibility: visible;
    opacity: 1;
    top: 0;
    position: relative;
    padding: 0;
  }
}

/* Affichage au survol */
.has-mega-menu:hover .mega-dropdown {
  visibility: visible;
  opacity: 1;
}

@media all and (max-width:768px) {
  .main-menu-list {
    flex-direction: column;
  }
}

/* La Grille */
.mega-grid {
  row-gap: calc(var(--gutter) * 4);
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: calc(var(--gutter) * 1.5) calc(var(--gutter) * 4);
  border-radius: var(--radius-sm);
  border: 1px solid rgba(67, 67, 70, 0.3);
  background: #F9F7F3;
}
@media all and (max-width:768px) {
  .mega-grid {
    flex-direction: column;
    padding: 0;
    border: 0;
    row-gap: 0;
  }
}

.mega-col {
  flex: 0 0 20%;
}

/* Styles de contenu */
.mega-title {
  margin: 0;
  padding-bottom: calc(var(--gutter));
  text-transform: uppercase;
  font-size: 1rem;
  color: var(--color-text-black-accent);
  border-bottom: 1px solid var(--color-border);
  margin-bottom: calc(var(--gutter) * 0.5);
  padding-right: calc(var(--gutter) * 2);
  font-family: var(--font-serif);
  letter-spacing: 2px;
  white-space: nowrap;
}

.mega-title a {
  font: inherit;
  text-decoration: none;
  color: var(--color-text-black-accent);
}

.mega-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-navigation ul.main-menu-list li.has-mega-menu .mega-col ul li a {
  color: var(--color-black);
  font-family: "korolev", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.84px;
  text-transform: none;
  text-decoration: none;
  padding: 2px 0;
  display: inline-block;
  background-color: transparent;
  text-align: left;
  margin: calc(var(--gutter) * 0.25) 0;
  padding-right: calc(var(--gutter) * 1.5);
}
.site-navigation ul.main-menu-list li.has-mega-menu .mega-col ul li a:hover {
  background-color: transparent;
  color: var(--color-primary);
}

.mega-col ul a:hover {
  color: var(--color-primary);
}

.mega-cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
  padding: 9px 19px;
  height: 40px;
  border-radius: var(--radius-btn);
  background: transparent;
  text-decoration: none;
  color: var(--color-black);
  font-family: var(--font-sans);
  font-size: 1rem;
  letter-spacing: 0.84px;
}

.mega-cta:hover {
  color: var(--color-primary);
  border-color: var(--color-primary);
}

.mega-cta:focus {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

.mega-cta:active {
  transform: translateY(1px);
}

@media all and (max-width:768px) {
  .mega-cta {
    width: 100%;
  }
}
/* Produit */
.mega-prod img {
  width: 100%;
  height: auto;
  border-radius: var(--radius-md);
  margin-bottom: 10px;
}

.mega-prod .name {
  display: block;
  font-weight: bold;
}

.mega-prod .price {
  color: #777;
}

.custom-language-menu {
  padding: 0;
  display: flex;
  list-style: none;
}
.custom-language-menu li a {
  color: var(--color-text-black-accent);
  text-decoration: none;
  padding: calc(var(--gutter) * 0.5);
}
.custom-language-menu li a:hover {
  text-decoration: underline;
}
.custom-language-menu .active-language a {
  text-decoration: underline;
  font-weight: 700;
}

.main-header__mobile {
  display: none;
}

.mw-mobile-burger {
  background: none;
  padding: 0;
  padding-left: calc(var(--gutter) * 0.25);
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 40px;
  height: 40px;
}
.mw-mobile-burger svg {
  width: 30px;
  height: 30px;
}
.mw-mobile-burger[aria-expanded=false] svg:first-of-type {
  display: block;
}
.mw-mobile-burger[aria-expanded=false] svg:last-of-type {
  display: none;
}
.mw-mobile-burger[aria-expanded=true] svg:first-of-type {
  display: none;
}
.mw-mobile-burger[aria-expanded=true] svg:last-of-type {
  display: block;
}

.mw-mobile-logo {
  display: inline-flex;
  align-items: center;
  width: 50px;
  margin-left: var(--gutter);
}
.mw-mobile-logo svg {
  height: 36px;
}

.mw-mobile-icons {
  display: flex;
  align-items: center;
  margin: 0 0 0 auto;
}
.mw-mobile-icons .badge {
  line-height: 1.5;
}

.mw-mobile-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
}

.main-header__mobile__bar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: calc(var(--gutter) * 0.5) var(--gutter);
  background-color: var(--color-page);
}

.main-header__mobile__search {
  padding: 0 calc(var(--gutter) * 1.5) calc(var(--gutter) * 0.5);
}

.main-header__mobile__search [data-search] {
  width: 100%;
}
.main-header__mobile__search [data-search]::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  display: block;
  height: 25px;
  width: 25px;
  margin-left: calc(var(--gutter) * 0.75);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 21l-6-6'/%3E%3Ccircle cx='10' cy='10' r='5'/%3E%3C/svg%3E");
  background-size: cover;
}

.main-header__mobile__search .center-nav__search {
  width: 100%;
  height: 40px;
  border: 1px solid var(--color-primary);
  border-radius: var(--radius-sm);
  padding: 9px 19px;
  background-color: transparent;
}

.mw-mobile-panel.is-open {
  visibility: visible;
  opacity: 1;
  display: flex;
}
.mw-mobile-panel.is-open .mw-mobile-panel__inner {
  pointer-events: all;
}

.mw-mobile-panel__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

.mw-mobile-panel__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: calc(var(--gutter) * 0.75);
}

.mw-mobile-section-title {
  margin: 0;
  line-height: 20px;
  letter-spacing: 2px;
  color: var(--color-text-black-accent);
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-weight: 500;
  text-transform: uppercase;
}

.mw-mobile-separator {
  margin: 10px 0 0;
  height: 1px;
  border: 0;
  background: rgba(67, 67, 70, 0.3);
}

.mobile-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu-list > li {
  border-bottom: 1px solid rgba(67, 67, 70, 0.3);
}

.mobile-menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  font-family: var(--font-sans);
  color: var(--color-black);
}

.mobile-menu-list > li.is-expanded > a {
  font-weight: 700;
}

.mobile-menu-list > li.menu-item-has-children > a::after {
  content: "";
  width: 12px;
  height: 6px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 4 5-4' stroke='%23434346' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-size: cover;
  transform: rotate(90deg);
}

.mobile-menu-list > li.is-expanded > a::after {
  transform: rotate(180deg);
}

.mobile-menu-list li .sub-menu {
  list-style: none;
  padding: 0 0 14px;
  margin: 0;
  display: none;
}

.mobile-menu-list li.is-expanded > .sub-menu {
  display: block;
}

.mobile-menu-list li .sub-menu > li > a {
  display: block;
  padding: 8px 0;
  text-decoration: none;
  font-family: var(--font-sans);
  color: var(--color-black);
  letter-spacing: 0.84px;
  text-transform: none;
}

/* Nouveaux liens (2e élément) avec le style des titres du megamenu, sans flèche */
#menu-main-navigation-mobile > li:not(:first-child) > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  text-transform: uppercase;
  font-weight: 700;
  font-family: var(--font-sans);
  color: var(--color-black);
  letter-spacing: 2px;
  font-weight: 500;
  background-color: transparent;
  border-bottom: 1px solid rgba(67, 67, 70, 0.3);
  padding: calc(var(--gutter) * 2) 0 calc(var(--gutter) * 0.5) 0;
}

#menu-main-navigation-mobile > li:not(:first-child).menu-item-has-children > a::after {
  display: none;
  content: none;
}

.mw-mobile-promotions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  border-radius: var(--radius-sm);
}

.mw-mobile-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  gap: calc(var(--gutter));
}

.mw-mobile-contact {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--color-black);
  border-radius: var(--radius-sm);
  padding: 9px 19px;
  height: 40px;
  text-decoration: none;
  color: var(--color-black);
}

.mw-mobile-lang {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mw-mobile-lang .mw-lang {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--color-black);
}

.mw-mobile-lang .mw-lang.active {
  text-decoration: underline;
  font-weight: 500;
}

@media (max-width: 767px) {
  .main-header__center,
  .main-header__bottom {
    display: none;
  }
  .main-header__mobile {
    display: block;
  }
}
/* Accordéon du megamenu en mobile */
@media all and (max-width:768px) {
  .site-navigation ul.main-menu-list li.has-mega-menu .mega-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: calc(var(--gutter) * 3) 0 calc(var(--gutter)) 0;
    margin: 0;
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--color-text-black-accent);
    cursor: pointer;
  }
  .site-navigation ul.main-menu-list li.has-mega-menu .mega-col.is-expanded .mega-title {
    font-weight: 700;
  }
  .site-navigation ul.main-menu-list li.has-mega-menu .mega-title a {
    font: inherit;
    color: inherit;
    text-decoration: none;
    flex: 1 1 auto;
  }
  .site-navigation ul.main-menu-list li.has-mega-menu .mega-title::after {
    content: "";
    width: 12px;
    height: 6px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 4 5-4' stroke='%23434346' stroke-width='2' fill='none'/%3E%3C/svg%3E");
    background-size: cover;
    transform: rotate(-90deg);
  }
  .site-navigation ul.main-menu-list li.has-mega-menu .mega-col .sublist {
    list-style: none;
    padding: 0 0 14px;
    margin: 0;
    display: none;
  }
  .site-navigation ul.main-menu-list li.has-mega-menu .mega-col .sublist .mega-cta-li {
    margin-top: 6px;
  }
  .site-navigation ul.main-menu-list li.has-mega-menu .mega-col.is-expanded .sublist {
    display: block;
    padding-top: calc(var(--gutter) * 1);
  }
}
.notification-cart {
  padding: 10px;
  border-radius: var(--radius-md);
  background-color: var(--color-page);
  color: var(--color-text-black-accent);
  display: inline-flex;
  position: fixed;
  top: var(--gutter);
  max-width: 400px;
  right: var(--gutter);
  opacity: 0;
  transform: translateX(calc(100% + var(--gutter)));
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  z-index: 999;
}
@media all and (max-width:576px) {
  .notification-cart {
    width: 100%;
    max-width: calc(100% - var(--gutter) * 2);
  }
}
.notification-cart.is-visible {
  opacity: 1;
  transform: translateX(0);
  pointer-events: all;
}
.notification-cart.is-visible .progress-bar__inner {
  transition: width 3s linear;
}
.notification-cart .progress-bar {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  --notif-progress: 0%;
}
.notification-cart .progress-bar .progress-bar__inner {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: var(--notif-progress);
  background-color: var(--color-primary);
}
.notification-cart .notification-cart__left [data-image] {
  position: relative;
  overflow: hidden;
  width: 80px;
  height: 80px;
}
.notification-cart .notification-cart__left [data-image] img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.notification-cart .notification-cart__right {
  padding-left: var(--gutter);
}
.notification-cart .notification-cart__right h3 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1rem;
  margin: 0;
  margin-bottom: var(--gutter);
  padding-right: 10px;
}
.notification-cart [data-close-notif] {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  outline: none;
}
.notification-cart [data-close-notif] span {
  width: 10px;
  height: 1px;
  background-color: var(--color-page);
  display: block;
  position: relative;
  transform: rotate(45deg);
}
.notification-cart [data-close-notif] span:after {
  width: 10px;
  height: 1px;
  background-color: var(--color-page);
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}

.mw-loggin-panel__forms {
  overflow: auto;
}
.mw-loggin-panel__forms button[type=submit] {
  margin-top: var(--gutter);
}

.mw-mobile-panel {
  position: absolute;
  top: 0;
  left: 0;
  height: 100dvh;
  background-color: var(--color-page);
  inset: 0;
  visibility: hidden;
  opacity: 0;
  display: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 9999;
}
.mw-mobile-panel .mw-mobile-panel__inner {
  pointer-events: none;
}
.mw-mobile-panel__footer {
  padding: calc(var(--gutter) * 1.25);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid var(--color-border);
  border-bottom: 0;
}
.mw-mobile-panel__header {
  padding: calc(var(--gutter) * 1.25);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid var(--color-border);
  border-top: 0;
}
.mw-mobile-panel__header a {
  width: 70px;
  margin: 0;
}
.mw-mobile-panel__header a svg {
  height: auto;
}
.mw-mobile-panel__header .menu--close {
  width: 38px;
  height: 38px;
  background-color: var(--color-black);
  border: none;
  border-radius: var(--radius-sm);
  color: var(--color-page);
}
.mw-mobile-panel__header .menu--close svg {
  margin-top: 4px;
}
.mw-mobile-panel__header .menu--close svg path {
  fill: var(--color-page);
  border-color: var(--color-page);
}
.mw-mobile-panel__inner {
  width: 100%;
  background: #F9F7F3;
  padding: calc(var(--gutter) * 2);
  overflow: auto;
  max-height: 100%;
}
.mw-mobile-panel__inner .cta {
  border: 0;
  text-decoration: none;
  margin-top: calc(var(--gutter) * 3);
}
.mw-mobile-panel__inner .cta .btn.btn--red {
  border: 0;
  color: var(--color-secondary);
  background-color: transparent;
  text-decoration: none;
  padding: 0;
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 2px;
}
.mw-mobile-panel .main-menu-list-below {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mw-mobile-panel .main-menu-list-below li {
  border-bottom: 1px solid rgba(67, 67, 70, 0.3);
}
.mw-mobile-panel .main-menu-list-below a {
  text-decoration: none;
  color: var(--color-black);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: calc(var(--gutter) * 3) 0 calc(var(--gutter)) 0;
  margin: 0;
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--color-text-black-accent);
  cursor: pointer;
}

@media all and (max-width:768px) {
  .site-navigation ul.main-menu-list li.has-mega-menu .mega-col .sublist {
    position: absolute;
    width: 100%;
    height: 100dvh;
    left: 0;
    top: 0;
    background-color: var(--color-page);
    z-index: 100;
  }
  .site-navigation ul.main-menu-list li.has-mega-menu .mega-col .sublist .mega-title::after {
    background-image: none;
  }
  .site-navigation ul.main-menu-list li.has-mega-menu .mega-col .sublist li {
    border-bottom: 1px solid rgba(67, 67, 70, 0.3);
    margin-top: calc(var(--gutter));
  }
}
.mw-subpanel__body .sublist {
  list-style: none;
  padding: 0;
}
.mw-subpanel__body .sublist h4 {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--color-text-black-accent);
  border-bottom: solid 1px var(--color-border);
  margin-bottom: var(--gutter);
}
.mw-subpanel__body .sublist li {
  border-bottom: 1px solid rgba(67, 67, 70, 0.3);
}
.mw-subpanel__body .sublist li a {
  text-decoration: none;
  color: var(--color-black);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: calc(var(--gutter)) 0 calc(var(--gutter)) 0;
  margin: 0;
  font-family: var(--font-sans);
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: none;
  color: var(--color-text-black-accent);
  cursor: pointer;
}

.mw-mobile-panel {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.mw-mobile-panel__header,
.mw-mobile-panel__footer {
  flex: 0 0 auto;
}

.mw-mobile-panel__inner {
  position: relative;
  flex: 1 1 auto;
  overflow: hidden;
}

/* Level root scroll */
.mw-mobile-level--root {
  height: 100%;
  overflow: auto;
}

.mw-mobile-level--root:not(.is-active) {
  display: none;
}

/* Slot panels */
.mw-mobile-subpanels {
  position: absolute;
  inset: 0;
  pointer-events: none;
  /* activé seulement quand panneau présent */
}

.mw-mobile-subpanels:has(.mw-subpanel.is-active) {
  pointer-events: auto;
}

.mw-subpanel {
  position: absolute;
  inset: 0;
  background: var(--bg-color, #f4f2ee);
  display: flex;
  flex-direction: column;
}

.mw-subpanel__head {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
}

.mw-subpanel__body {
  flex: 1 1 auto;
  overflow: auto;
  padding: 0 16px 16px;
}

.mega-title--trigger {
  display: none;
}

@media all and (max-width:768px) {
  .mega-title--trigger {
    display: flex;
  }
}
.mw-loggin-panel {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
}

.mw-loggin-panel__overlay {
  position: absolute;
  inset: 0;
  background: rgba(95, 95, 95, 0.35);
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.mw-loggin-panel__content {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: min(480px, 96vw);
  background: var(--color-page);
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.mw-loggin-panel.is-open {
  pointer-events: auto;
}

.mw-loggin-panel.is-open .mw-loggin-panel__overlay {
  opacity: 1;
}

.mw-loggin-panel.is-open .mw-loggin-panel__content {
  transform: translateX(0);
}

.mw-loggin-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  border-bottom: 1px solid var(--color-page);
}

.mw-loggin-panel__title {
  font-size: 1.1rem;
  margin: 0;
}

.mw-loggin-panel__close {
  border: 0;
  background: transparent;
  cursor: pointer;
}

.mw-loggin-panel__forms {
  padding: calc(var(--gutter));
  display: flex;
  flex-direction: column;
  gap: calc(var(--gutter));
}

.mw-loggin-panel__connected {
  padding: calc(var(--gutter));
  display: flex;
  align-items: center;
  justify-content: center;
}

.mw-loggin-panel .woocommerce form {
  margin: 0;
}

.mw-loggin-panel .woocommerce form p {
  margin-top: calc(var(--gutter) * 0.5);
}

.mw-loggin-panel .woocommerce .form-row {
  margin: 0 0 calc(var(--gutter) * 0.5) 0;
}

.mw-loggin-panel .woocommerce button.button,
.mw-loggin-panel .woocommerce .button {
  border-radius: 4px;
}

body.is-login-open {
  overflow: hidden;
}

.site-footer {
  position: relative;
  padding: calc(var(--gutter) * 2) calc(var(--gutter) * 2) calc(var(--gutter) / 4) calc(var(--gutter) * 2);
  background: var(--color-surface-1);
}
@media all and (max-width:768px) {
  .site-footer {
    padding: calc(var(--gutter) * 2) calc(var(--gutter) * 2) calc(var(--gutter)) calc(var(--gutter) * 2);
  }
}
.site-footer .container--mobile {
  display: none;
}
.site-footer {
  /* ============ TOP ROW ============ */
}
.site-footer__top-row {
  display: flex;
  justify-content: space-between;
  width: auto;
  height: auto;
}
.site-footer__left {
  display: flex;
  align-items: center;
  position: relative;
  width: 200px;
}
.site-footer__left .logo-monogram {
  display: none;
}
.site-footer__left .logo-full {
  display: block;
}
.site-footer__left svg {
  width: 150px;
  height: auto;
}
@media all and (max-width:1200px) {
  .site-footer__left .logo-monogram {
    display: none;
  }
  .site-footer__left .logo-full {
    display: block;
  }
  .site-footer__left svg {
    height: 100px;
  }
}
@media all and (max-width:768px) {
  .site-footer__left svg {
    height: 85px;
  }
}
@media all and (max-width:576px) {
  .site-footer__left svg {
    height: 75px;
  }
}
.site-footer__right {
  display: flex;
  align-items: stretch;
}
.site-footer__right .dealer-locator {
  display: flex;
  min-height: auto;
  margin-top: 0;
}
.site-footer__right .dealer-locator h3 {
  padding-bottom: calc(var(--gutter) * 1);
  border-bottom: solid 1px var(--color-border);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 3px;
}
.site-footer__right .dealer-locator .dealer-item {
  padding: 0;
}
.site-footer__right .dealer-locator .distance {
  display: none;
}
.site-footer__right .dealer-locator .address {
  display: flex;
  flex-direction: column;
  padding: 0 calc(var(--gutter) * 1);
  padding-left: 0;
}
.site-footer__right {
  /* le dealer locator dans le footer */
}
.site-footer__right .dealer-locator > *:not(:last-child) {
  display: none;
}
.site-footer__right .dealer-locator__list {
  padding-left: 0;
}
.site-footer__right .dealer-locator__search {
  display: none;
}
.site-footer__right .dealer-locator__results {
  display: flex;
}
@media all and (max-width:768px) {
  .site-footer__right .dealer-locator__results {
    flex-direction: column;
  }
}
.site-footer {
  /* ============ GRID ============ */
}
.site-footer__grid {
  margin-top: calc(var(--gutter) * 2);
  display: grid;
  row-gap: calc(var(--gutter));
}
.site-footer__grid--title {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  width: 100%;
  padding-bottom: var(--gutter);
  margin-bottom: var(--gutter);
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--color-text-black-accent);
  border-bottom: solid 1px var(--color-border);
}
.site-footer__grid--columns {
  display: grid;
  grid-template-columns: 1fr;
}
@media all and (max-width:1200px) {
  .site-footer__grid--columns {
    grid-template-columns: 1fr;
    row-gap: calc(var(--gutter) * 1.5);
  }
}
@media all and (max-width:768px) {
  .site-footer__grid--columns {
    grid-template-columns: 1fr;
  }
}
.site-footer__grid--columns nav a {
  text-transform: uppercase;
}
@media all and (max-width:768px) {
  .site-footer__grid--columns div {
    margin-top: var(--gutter);
  }
}
.site-footer__grid--columns div p {
  text-transform: none;
  margin: 0 0 var(--gutter) 0;
  padding-right: 32px;
}
.site-footer {
  /* Colonne Sitemap */
}
.site-footer__grid--sitemap .site-footer__menu {
  margin-top: calc(var(--gutter) / 2);
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer__grid--sitemap .site-footer__menu li {
  line-height: 20px;
  font-size: 1rem;
  color: var(--color-text-black-accent);
  list-style: none;
  margin-right: calc(var(--gutter) / 2);
  margin-bottom: 4px;
}
.site-footer__grid--sitemap .site-footer__menu li a {
  text-decoration: none;
  color: var(--color-text-black-accent);
  font-family: var(--font-sans);
  font-weight: 400;
}
.site-footer__grid--sitemap .site-footer__menu li a:hover {
  text-decoration: underline;
}
.site-footer {
  /* Colonne Service Client */
}
.site-footer__grid--customers {
  flex: 0 0 50%;
}
.site-footer__grid--customers a:last-of-type {
  font-size: 1.5rem;
  font-weight: 800;
  text-decoration: none;
}
.site-footer {
  /* Colonne Brochure */
}
.site-footer__grid--brochure .btn {
  margin-top: calc(var(--gutter) / 2);
}
.site-footer {
  /* Colonne Newsletter */
}
.site-footer__grid--newsletter .site-footer__newsletter-desc {
  max-width: 75%;
}
.site-footer__grid--newsletter .newsletter-form {
  margin-top: 23px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: calc(var(--gutter) / 2);
}
.site-footer__grid--newsletter .newsletter-form ul {
  position: absolute;
}
.site-footer__grid--newsletter .newsletter-form input[type=email] {
  border: solid 1px var(--color-border);
  border-radius: var(--radius-sm);
  background: transparent;
  font-size: 1rem;
}
.site-footer__grid--newsletter .newsletter-form__gdpr {
  margin-top: calc(var(--gutter) / 2);
  font-size: 0.9rem;
  color: var(--color-text-black-accent);
  display: flex;
  gap: 8px;
  align-items: flex-start;
  width: 100%;
}
.site-footer__grid--newsletter .newsletter-form__gdpr input {
  appearance: none;
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  padding: 7px;
  margin-right: 5px;
  border: 1.5px solid var(--color-border);
  /* couleur du contour */
  border-radius: 50%;
  /* rend le checkbox rond */
  cursor: pointer;
  display: inline-block;
  position: relative;
  margin: 0;
}
.site-footer__grid--newsletter .newsletter-form__gdpr input:checked {
  background-color: var(--color-text-black-accent);
}
.site-footer__grid--newsletter .newsletter-form__gdpr a {
  text-decoration: underline;
}
.site-footer__grid--newsletter .newsletter-form__gdpr a:hover {
  color: var(--color-text-black-accent);
}
.site-footer {
  /* ============ SOCIAL LINKS ============ */
}
.site-footer .site__footer--link {
  margin-top: calc(var(--gutter) * 2);
  display: flex;
  justify-content: flex-end;
  gap: calc(var(--gutter));
  padding-left: var(--gutter);
  border-bottom: solid 1px var(--color-border);
  padding-bottom: var(--gutter);
  padding-left: 0;
  flex-wrap: wrap;
}
@media all and (max-width:768px) {
  .site-footer .site__footer--link {
    justify-content: flex-start;
  }
}
.site-footer .site__footer--link .cta {
  font-size: 12px;
  text-transform: uppercase;
}
.site-footer {
  /* ============ LEGAL ============ */
}
.site-footer__legal {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: calc(var(--gutter));
  align-items: center;
  margin-bottom: calc(var(--gutter) * 3);
}
.site-footer__legal span {
  font-weight: 800;
}
.site-footer__legal-menu {
  display: flex;
  flex-wrap: wrap;
  gap: calc(var(--gutter));
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer__legal-menu li {
  list-style: none;
}
.site-footer__legal-menu a {
  font-size: 0.9rem;
  text-transform: uppercase;
  color: var(--color-text-black-accent);
  text-decoration: underline;
  font-weight: 800;
  margin: 0;
}
.site-footer__legal-menu a:hover {
  color: var(--color-text-black-accent);
}
.site-footer__credit {
  margin-left: auto;
  font-size: 0.9rem;
  color: var(--color-text-black-accent);
  text-transform: uppercase;
}

/* ============ BREAKPOINTS ============ */
@media all and (max-width:992px) {
  .site-footer__top-row {
    padding-right: var(--gutter);
    flex-direction: column;
  }
  .site-footer__grid--columns {
    gap: calc(var(--gutter));
  }
}
@media all and (max-width:768px) {
  .site-footer__top-row {
    flex-wrap: wrap;
    padding-right: var(--gutter);
  }
  .site-footer__left {
    order: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
  .site-footer__left svg {
    position: relative;
    width: auto;
    transform: none;
    left: 0;
  }
  .site-footer__right {
    order: 3;
    width: 100%;
    margin-top: calc(var(--gutter));
  }
  .site-footer__grid--titles {
    grid-template-columns: repeat(2, 1fr);
    padding-left: 0;
    gap: calc(var(--gutter));
  }
  .site-footer__grid--columns {
    padding-left: 0;
    gap: calc(var(--gutter));
  }
  .site-footer__grid--newsletter .site-footer__newsletter-desc {
    width: auto;
  }
  .site-footer__grid--newsletter .newsletter-form {
    display: flex;
    flex-wrap: wrap;
  }
}
@media all and (max-width:576px) {
  .site-footer__top-row {
    gap: calc(var(--gutter));
  }
  .site-footer__left {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
  }
  .site-footer__left .logo-full,
  .site-footer__left .logo-monogram {
    white-space: nowrap;
  }
  .site-footer__right {
    width: 100%;
    margin-top: 0;
  }
  .site-footer__grid--titles {
    grid-template-columns: 1fr;
  }
  .site-footer__grid--columns {
    grid-template-columns: 1fr;
  }
  .site-footer__grid--newsletter .newsletter-form {
    display: flex;
    flex-direction: column;
  }
  .site-footer__grid--newsletter .newsletter-form input[type=email] {
    width: 100%;
  }
  .site-footer__grid--newsletter .newsletter-form__actions {
    margin: var(--gutter) 0;
    width: 100%;
  }
  .site-footer__grid--newsletter .newsletter-form__actions .btn {
    width: 100%;
  }
  .site-footer__legal {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .site-footer__legal-menu {
    padding-left: 0;
    gap: calc(var(--gutter) / 2);
  }
}
@media all and (max-width:576px) and (max-width:768px) {
  .site-footer__legal-menu {
    justify-content: space-between;
    width: 100%;
  }
}
@media all and (max-width:576px) {
  .site-footer__credit {
    margin-right: 0;
    margin-top: calc(var(--gutter) / 2);
    font-weight: 800;
  }
}
@media all and (max-width:576px) and (max-width:768px) {
  .site-footer__credit {
    margin-top: calc(var(--gutter) * 2);
    text-align: center;
    width: 100%;
  }
}
@media all and (max-width:768px) {
  .site-footer__top-row {
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-items: center;
  }
  .site-footer__top-row .site-footer__left {
    width: auto;
  }
  .site-footer__top-row .site-footer__grid--customers a {
    margin: 0;
  }
  .site-footer .container--desktop {
    display: none;
  }
  .site-footer .container--mobile {
    display: block;
  }
  .site-footer .site-footer__newsletter-desc {
    padding-top: var(--gutter);
    max-width: 100%;
    padding: 0;
  }
}
/* trigger */
.footer-acc__trigger {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  border: 0;
  border-bottom: solid 1px var(--color-border);
  padding: 0;
  padding-bottom: var(--gutter);
  margin: 0;
  cursor: pointer;
}
.footer-acc__trigger ::after {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  border-right: 1px solid var(--color-text-black-accent);
  border-bottom: 1px solid var(--color-text-black-accent);
  transform: rotate(45deg) translateX(8px);
  transition: transform 0.2s ease;
  margin-bottom: 8px;
}

/* panel slide */
.footer-acc__panel {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.25s ease;
}

/* état ouvert */
.footer-acc__item.is-open .footer-acc__panel {
  /* la valeur est écrasée par JS, mais ça sert de fallback */
  max-height: 999px;
}

.footer-acc__item.is-open::after {
  transform: rotate(-135deg);
}

.footer-stores {
  display: flex;
  list-style: none;
  padding: 0;
  flex-wrap: wrap;
}
.footer-stores a {
  text-decoration: none;
  color: var(--color-text-black-accent);
}
@media all and (max-width:576px) {
  .footer-stores__item {
    flex: 0 0 100%;
    margin-bottom: calc(var(--gutter) * 2);
  }
}
.footer-stores__content {
  padding-right: calc(var(--gutter) * 2);
}
.footer-stores__phone {
  font-weight: 800;
  margin-top: calc(var(--gutter) * 0.5);
  text-decoration: none;
  font-family: var(--font-sans);
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: calc(var(--gutter) * 1);
}
.footer-stores__name {
  padding-bottom: var(--gutter);
  border-bottom: 1px solid var(--color-border);
  font-family: var(--font-serif);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 142.857%;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: solid 1px var(--color-border);
  padding-bottom: 10px;
  margin-bottom: var(--gutter);
  padding-right: var(--gutter);
}
.footer-stores__meta {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding-right: var(--gutter);
  margin: 0;
  margin-top: calc(var(--gutter) * 1);
  font-family: var(--font-sans);
}

.button,
.btn,
.wc-block-components-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: var(--radius-btn);
  background: transparent;
  color: var(--color-text-black-accent);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
  text-transform: uppercase;
  font-family: var(--font-sans);
  border: solid 1px var(--color-text-black-accent);
  transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  cursor: pointer;
}
.button svg,
.btn svg,
.wc-block-components-button svg {
  margin-left: 10px;
}
.button svg path,
.btn svg path,
.wc-block-components-button svg path {
  fill: var(--color-text-black-accent);
}
.button:hover,
.btn:hover,
.wc-block-components-button:hover {
  background-color: var(--color-page);
  color: var(--color-primary);
  border-color: var(--color-primary);
}
.button:hover svg path,
.btn:hover svg path,
.wc-block-components-button:hover svg path {
  fill: var(--color-primary);
}
.button--red,
.btn--red,
.wc-block-components-button--red {
  background-color: var(--color-secondary-accent);
  border-color: var(--color-secondary-accent);
  color: var(--color-page);
}
.button--red svg path,
.btn--red svg path,
.wc-block-components-button--red svg path {
  fill: var(--color-page);
}
.button--red:hover,
.btn--red:hover,
.wc-block-components-button--red:hover {
  background-color: var(--color-page);
  color: var(--color-secondary-accent);
  border-color: var(--color-secondary-accent);
}
.button--red:hover svg path,
.btn--red:hover svg path,
.wc-block-components-button--red:hover svg path {
  fill: var(--color-secondary-accent);
}
.button--green,
.btn--green,
.wc-block-components-button--green {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-page);
}
.button--green svg path,
.btn--green svg path,
.wc-block-components-button--green svg path {
  fill: var(--color-page);
}
.button--green:hover,
.btn--green:hover,
.wc-block-components-button--green:hover {
  background-color: var(--color-page);
  color: var(--color-primary);
  border-color: var(--color-primary);
}
.button--green:hover svg path,
.btn--green:hover svg path,
.wc-block-components-button--green:hover svg path {
  fill: var(--color-primary);
}
.button--black,
.btn--black,
.wc-block-components-button--black {
  background-color: var(--color-black);
  border-color: var(--color-black);
  color: var(--color-page);
}
.button--black svg path,
.btn--black svg path,
.wc-block-components-button--black svg path {
  fill: var(--color-page);
}
.button--black:hover,
.btn--black:hover,
.wc-block-components-button--black:hover {
  background-color: var(--color-page);
  color: var(--color-black);
}
.button--black:hover svg path,
.btn--black:hover svg path,
.wc-block-components-button--black:hover svg path {
  fill: var(--color-black);
}

.wc-block-components-button {
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
  color: var(--color-page) !important;
}
.wc-block-components-button:hover {
  background-color: transparent !important;
  color: var(--color-primary) !important;
}

.cta {
  background-color: transparent;
  appearance: none;
  border: none;
  text-decoration: underline;
  color: var(--color-text-black-accent);
  font-style: normal;
  font-weight: 300;
  line-height: 142.857%;
  display: inline-flex;
  align-items: center;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.cta svg {
  margin-left: 5px;
}
.cta svg path {
  fill: var(--color-text-black-accent);
}

.btn-toggle-header,
.wc-block-mini-cart__button {
  appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  color: var(--color-primary);
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 142.857%;
  text-transform: uppercase;
  text-transform: uppercase;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  position: relative;
  min-width: 48px;
  height: 48px;
  border-radius: var(--radius-btn);
  padding: 0;
  font-family: var(--font-serif);
  text-decoration: none;
  white-space: nowrap;
}
.btn-toggle-header .wc-block-mini-cart__badge,
.btn-toggle-header .mw-wishlist-count,
.wc-block-mini-cart__button .wc-block-mini-cart__badge,
.wc-block-mini-cart__button .mw-wishlist-count {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  margin: 0;
  padding: 0;
  background-color: var(--color-primary);
  border-radius: 100px;
  width: 20px;
  height: 20px;
  color: var(--color-page);
  font-size: 10px;
  transform: translate(50%, -50%);
  outline: solid 1px var(--color-page);
  justify-content: center;
}
@media all and (max-width:768px) {
  .btn-toggle-header .wc-block-mini-cart__badge,
  .btn-toggle-header .mw-wishlist-count,
  .wc-block-mini-cart__button .wc-block-mini-cart__badge,
  .wc-block-mini-cart__button .mw-wishlist-count {
    top: 8px;
    right: 8px;
    width: 16px;
    height: 16px;
  }
}

header .wc-block-mini-cart__button {
  border: solid 1px var(--color-primary);
  padding: 0;
  border-radius: var(--radius-btn);
  display: flex;
}
@media all and (max-width:768px) {
  header .wc-block-mini-cart__button {
    border: none;
  }
}
header .wc-block-mini-cart__button svg.wc-block-mini-cart__icon {
  display: none;
}
header .wc-block-mini-cart__button:after {
  width: 36px;
  height: 36px;
  content: "";
  display: block;
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNiIgaGVpZ2h0PSIzNiIgdmlld0JveD0iMCAwIDM2IDM2IiBmaWxsPSJub25lIj48cGF0aCBkPSJNMzIuMzYzNCA4LjI3ODU5QzMyLjI1NzggOC4xNTIyMiAzMi4xMjU4IDguMDUwNTggMzEuOTc2NiA3Ljk4MDg0QzMxLjgyNzQgNy45MTExIDMxLjY2NDcgNy44NzQ5NyAzMS41IDcuODc1SDguODE0MzdMNy45NTkzNyAzLjE3MzkxQzcuOTEyMjggMi45MTQ2OSA3Ljc3NTcgMi42ODAyMiA3LjU3MzQ2IDIuNTExMzhDNy4zNzEyMSAyLjM0MjU0IDcuMTE2MTIgMi4yNTAwNCA2Ljg1MjY2IDIuMjVIMy4zNzVDMy4wNzY2MyAyLjI1IDIuNzkwNDggMi4zNjg1MyAyLjU3OTUgMi41Nzk1QzIuMzY4NTMgMi43OTA0OCAyLjI1IDMuMDc2NjMgMi4yNSAzLjM3NUMyLjI1IDMuNjczMzcgMi4zNjg1MyAzLjk1OTUyIDIuNTc5NSA0LjE3MDVDMi43OTA0OCA0LjM4MTQ3IDMuMDc2NjMgNC41IDMuMzc1IDQuNUg1LjkwNjI1TDkuNTAwNjIgMjQuMjI4M0M5LjYwNjUgMjQuODEzNCA5Ljg2NTA3IDI1LjM2MDEgMTAuMjUwMiAyNS44MTMxQzkuNzE4NjYgMjYuMzA5NiA5LjMzNTA0IDI2Ljk0MzUgOS4xNDE4MyAyNy42NDQ2QzguOTQ4NjIgMjguMzQ1OCA4Ljk1MzM4IDI5LjA4NjcgOS4xNTU1NyAyOS43ODUzQzkuMzU3NzYgMzAuNDgzOSA5Ljc0OTQ5IDMxLjExMjkgMTAuMjg3MyAzMS42MDI1QzEwLjgyNTEgMzIuMDkyIDExLjQ4ODEgMzIuNDIzMSAxMi4yMDI1IDMyLjU1ODlDMTIuOTE3IDMyLjY5NDcgMTMuNjU1MiAzMi42MyAxNC4zMzUxIDMyLjM3MTlDMTUuMDE1IDMyLjExMzggMTUuNjEwMiAzMS42NzI1IDE2LjA1NDcgMzEuMDk2OEMxNi40OTkxIDMwLjUyMTEgMTYuNzc1NCAyOS44MzM2IDE2Ljg1MjkgMjkuMTEwNEMxNi45MzA0IDI4LjM4NzMgMTYuODA2MiAyNy42NTY4IDE2LjQ5MzkgMjdIMjIuODgxMUMyMi42Mjk0IDI3LjUyNjkgMjIuNDk5MiAyOC4xMDM2IDIyLjUgMjguNjg3NUMyMi41IDI5LjQ2NjMgMjIuNzMwOSAzMC4yMjc1IDIzLjE2MzYgMzAuODc1MUMyMy41OTYyIDMxLjUyMjYgMjQuMjExMiAzMi4wMjczIDI0LjkzMDcgMzIuMzI1M0MyNS42NTAyIDMyLjYyMzMgMjYuNDQxOSAzMi43MDEzIDI3LjIwNTcgMzIuNTQ5M0MyNy45Njk1IDMyLjM5NzQgMjguNjcxMSAzMi4wMjI0IDI5LjIyMTcgMzEuNDcxN0MyOS43NzI0IDMwLjkyMTEgMzAuMTQ3NCAzMC4yMTk1IDMwLjI5OTMgMjkuNDU1N0MzMC40NTEzIDI4LjY5MTkgMzAuMzczMyAyNy45MDAyIDMwLjA3NTMgMjcuMTgwN0MyOS43NzczIDI2LjQ2MTIgMjkuMjcyNiAyNS44NDYyIDI4LjYyNTEgMjUuNDEzNkMyNy45Nzc1IDI0Ljk4MDkgMjcuMjE2MyAyNC43NSAyNi40Mzc1IDI0Ljc1SDEyLjgyMDhDMTIuNTU3MyAyNC43NSAxMi4zMDIyIDI0LjY1NzUgMTIuMSAyNC40ODg2QzExLjg5NzcgMjQuMzE5OCAxMS43NjEyIDI0LjA4NTMgMTEuNzE0MSAyMy44MjYxTDExLjI2ODMgMjEuMzc1SDI3LjU4MDhDMjguMzcxMiAyMS4zNzQ5IDI5LjEzNjQgMjEuMDk3NCAyOS43NDMyIDIwLjU5MDlDMzAuMzQ5OSAyMC4wODQzIDMwLjc1OTcgMTkuMzgwOSAzMC45MDA5IDE4LjYwMzNMMzIuNjEwOSA5LjIwMTA5QzMyLjYzOTkgOS4wMzg1OSAzMi42MzI3IDguODcxNyAzMi41ODk5IDguNzEyMjdDMzIuNTQ3MiA4LjU1Mjg1IDMyLjQ2OTggOC40MDQ3OSAzMi4zNjM0IDguMjc4NTlaTTE0LjYyNSAyOC42ODc1QzE0LjYyNSAyOS4wMjEzIDE0LjUyNiAyOS4zNDc1IDE0LjM0MDYgMjkuNjI1QzE0LjE1NTIgMjkuOTAyNSAxMy44OTE2IDMwLjExODggMTMuNTgzMyAzMC4yNDY1QzEzLjI3NDkgMzAuMzc0MyAxMi45MzU2IDMwLjQwNzcgMTIuNjA4MyAzMC4zNDI2QzEyLjI4MDkgMzAuMjc3NSAxMS45ODAzIDMwLjExNjcgMTEuNzQ0MyAyOS44ODA3QzExLjUwODMgMjkuNjQ0NyAxMS4zNDc1IDI5LjM0NDEgMTEuMjgyNCAyOS4wMTY3QzExLjIxNzMgMjguNjg5NCAxMS4yNTA3IDI4LjM1MDEgMTEuMzc4NSAyOC4wNDE3QzExLjUwNjIgMjcuNzMzNCAxMS43MjI1IDI3LjQ2OTggMTIgMjcuMjg0NEMxMi4yNzc1IDI3LjA5OSAxMi42MDM3IDI3IDEyLjkzNzUgMjdDMTMuMzg1MSAyNyAxMy44MTQzIDI3LjE3NzggMTQuMTMwNyAyNy40OTQzQzE0LjQ0NzIgMjcuODEwNyAxNC42MjUgMjguMjM5OSAxNC42MjUgMjguNjg3NVpNMjguMTI1IDI4LjY4NzVDMjguMTI1IDI5LjAyMTMgMjguMDI2IDI5LjM0NzUgMjcuODQwNiAyOS42MjVDMjcuNjU1MiAyOS45MDI1IDI3LjM5MTYgMzAuMTE4OCAyNy4wODMzIDMwLjI0NjVDMjYuNzc0OSAzMC4zNzQzIDI2LjQzNTYgMzAuNDA3NyAyNi4xMDgzIDMwLjM0MjZDMjUuNzgwOSAzMC4yNzc1IDI1LjQ4MDMgMzAuMTE2NyAyNS4yNDQzIDI5Ljg4MDdDMjUuMDA4MyAyOS42NDQ3IDI0Ljg0NzUgMjkuMzQ0MSAyNC43ODI0IDI5LjAxNjdDMjQuNzE3MyAyOC42ODk0IDI0Ljc1MDcgMjguMzUwMSAyNC44Nzg1IDI4LjA0MTdDMjUuMDA2MiAyNy43MzM0IDI1LjIyMjUgMjcuNDY5OCAyNS41IDI3LjI4NDRDMjUuNzc3NSAyNy4wOTkgMjYuMTAzNyAyNyAyNi40Mzc1IDI3QzI2Ljg4NTEgMjcgMjcuMzE0MyAyNy4xNzc4IDI3LjYzMDcgMjcuNDk0M0MyNy45NDcyIDI3LjgxMDcgMjguMTI1IDI4LjIzOTkgMjguMTI1IDI4LjY4NzVaTTI4LjY4NzUgMTguMjAxMUMyOC42NDAzIDE4LjQ2MSAyOC41MDMxIDE4LjY5NiAyOC4zIDE4Ljg2NUMyOC4wOTY4IDE5LjAzMzkgMjcuODQwNyAxOS4xMjYgMjcuNTc2NiAxOS4xMjVIMTAuODU5MUw5LjIyMzU5IDEwLjEyNUgzMC4xNTE0TDI4LjY4NzUgMTguMjAxMVoiIGZpbGw9IiMxQjQzMzIiIC8+PC9zdmc+");
  background-size: cover;
  background-position: center;
}
@media all and (max-width:768px) {
  header .wc-block-mini-cart__button:after {
    width: 27px;
    height: 27px;
    border: none;
  }
}
header .wc-block-mini-cart__button .wc-block-mini-cart__quantity-badge {
  position: initial;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=search],
input[type=number],
textarea,
.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill, .wc-block-components-form .wc-block-components-text-input.is-active input[type=email], .wc-block-components-form .wc-block-components-text-input.is-active input[type=number], .wc-block-components-form .wc-block-components-text-input.is-active input[type=password], .wc-block-components-form .wc-block-components-text-input.is-active input[type=tel], .wc-block-components-form .wc-block-components-text-input.is-active input[type=text], .wc-block-components-form .wc-block-components-text-input.is-active input[type=url], .wc-block-components-text-input input:-webkit-autofill, .wc-block-components-text-input.is-active input[type=email], .wc-block-components-text-input.is-active input[type=number], .wc-block-components-text-input.is-active input[type=password], .wc-block-components-text-input.is-active input[type=tel], .wc-block-components-text-input.is-active input[type=text], .wc-block-components-text-input.is-active input[type=url] {
  width: 100%;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(67, 67, 70, 0.3);
  padding: calc(var(--gutter) * 0.5) var(--gutter);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  background-color: transparent;
}
@media all and (max-width:768px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=password],
  input[type=search],
  input[type=number],
  textarea,
  .wc-block-components-form .wc-block-components-text-input input:-webkit-autofill, .wc-block-components-form .wc-block-components-text-input.is-active input[type=email], .wc-block-components-form .wc-block-components-text-input.is-active input[type=number], .wc-block-components-form .wc-block-components-text-input.is-active input[type=password], .wc-block-components-form .wc-block-components-text-input.is-active input[type=tel], .wc-block-components-form .wc-block-components-text-input.is-active input[type=text], .wc-block-components-form .wc-block-components-text-input.is-active input[type=url], .wc-block-components-text-input input:-webkit-autofill, .wc-block-components-text-input.is-active input[type=email], .wc-block-components-text-input.is-active input[type=number], .wc-block-components-text-input.is-active input[type=password], .wc-block-components-text-input.is-active input[type=tel], .wc-block-components-text-input.is-active input[type=text], .wc-block-components-text-input.is-active input[type=url] {
    padding: calc(var(--gutter) * 1) var(--gutter);
  }
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
textarea::placeholder,
.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill::placeholder, .wc-block-components-form .wc-block-components-text-input.is-active input[type=email]::placeholder, .wc-block-components-form .wc-block-components-text-input.is-active input[type=number]::placeholder, .wc-block-components-form .wc-block-components-text-input.is-active input[type=password]::placeholder, .wc-block-components-form .wc-block-components-text-input.is-active input[type=tel]::placeholder, .wc-block-components-form .wc-block-components-text-input.is-active input[type=text]::placeholder, .wc-block-components-form .wc-block-components-text-input.is-active input[type=url]::placeholder, .wc-block-components-text-input input:-webkit-autofill::placeholder, .wc-block-components-text-input.is-active input[type=email]::placeholder, .wc-block-components-text-input.is-active input[type=number]::placeholder, .wc-block-components-text-input.is-active input[type=password]::placeholder, .wc-block-components-text-input.is-active input[type=tel]::placeholder, .wc-block-components-text-input.is-active input[type=text]::placeholder, .wc-block-components-text-input.is-active input[type=url]::placeholder {
  color: var(--color-text-black-accent);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
textarea:focus,
.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill:focus, .wc-block-components-form .wc-block-components-text-input.is-active input[type=email]:focus, .wc-block-components-form .wc-block-components-text-input.is-active input[type=number]:focus, .wc-block-components-form .wc-block-components-text-input.is-active input[type=password]:focus, .wc-block-components-form .wc-block-components-text-input.is-active input[type=tel]:focus, .wc-block-components-form .wc-block-components-text-input.is-active input[type=text]:focus, .wc-block-components-form .wc-block-components-text-input.is-active input[type=url]:focus, .wc-block-components-text-input input:-webkit-autofill:focus, .wc-block-components-text-input.is-active input[type=email]:focus, .wc-block-components-text-input.is-active input[type=number]:focus, .wc-block-components-text-input.is-active input[type=password]:focus, .wc-block-components-text-input.is-active input[type=tel]:focus, .wc-block-components-text-input.is-active input[type=text]:focus, .wc-block-components-text-input.is-active input[type=url]:focus {
  outline: none;
  border-color: var(--color-text-black-accent);
}
input[type=text].parsley-error,
input[type=email].parsley-error,
input[type=tel].parsley-error,
input[type=password].parsley-error,
input[type=search].parsley-error,
input[type=number].parsley-error,
textarea.parsley-error,
.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill.parsley-error, .wc-block-components-form .wc-block-components-text-input.is-active input[type=email].parsley-error, .wc-block-components-form .wc-block-components-text-input.is-active input[type=number].parsley-error, .wc-block-components-form .wc-block-components-text-input.is-active input[type=password].parsley-error, .wc-block-components-form .wc-block-components-text-input.is-active input[type=tel].parsley-error, .wc-block-components-form .wc-block-components-text-input.is-active input[type=text].parsley-error, .wc-block-components-form .wc-block-components-text-input.is-active input[type=url].parsley-error, .wc-block-components-text-input input:-webkit-autofill.parsley-error, .wc-block-components-text-input.is-active input[type=email].parsley-error, .wc-block-components-text-input.is-active input[type=number].parsley-error, .wc-block-components-text-input.is-active input[type=password].parsley-error, .wc-block-components-text-input.is-active input[type=tel].parsley-error, .wc-block-components-text-input.is-active input[type=text].parsley-error, .wc-block-components-text-input.is-active input[type=url].parsley-error {
  color: var(--color-secondary);
  border-color: var(--color-secondary);
}
input[type=text] + label,
input[type=email] + label,
input[type=tel] + label,
input[type=password] + label,
input[type=search] + label,
input[type=number] + label,
textarea + label,
.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill + label, .wc-block-components-form .wc-block-components-text-input.is-active input[type=email] + label, .wc-block-components-form .wc-block-components-text-input.is-active input[type=number] + label, .wc-block-components-form .wc-block-components-text-input.is-active input[type=password] + label, .wc-block-components-form .wc-block-components-text-input.is-active input[type=tel] + label, .wc-block-components-form .wc-block-components-text-input.is-active input[type=text] + label, .wc-block-components-form .wc-block-components-text-input.is-active input[type=url] + label, .wc-block-components-text-input input:-webkit-autofill + label, .wc-block-components-text-input.is-active input[type=email] + label, .wc-block-components-text-input.is-active input[type=number] + label, .wc-block-components-text-input.is-active input[type=password] + label, .wc-block-components-text-input.is-active input[type=tel] + label, .wc-block-components-text-input.is-active input[type=text] + label, .wc-block-components-text-input.is-active input[type=url] + label {
  font-family: var(--font-sans);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 166.667% */
  text-transform: uppercase;
  margin-bottom: calc(var(--gutter) * 0.5);
}

.input-field {
  margin-top: var(--gutter);
}
.input-field label {
  font-family: var(--font-sans);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px; /* 166.667% */
  text-transform: uppercase;
  margin-bottom: calc(var(--gutter) * 0.5);
  display: block;
}

.success-message, .error-message {
  margin-top: var(--gutter);
  display: none;
}

.success-message__inner, .error-message__inner {
  padding: calc(var(--gutter) * 0.5);
  border-radius: var(--radius-lg);
  background-color: rgba(158, 222, 153, 0.388);
  border: solid 1px var(--color-primary);
  color: var(--color-primary);
}
.success-message__inner p, .error-message__inner p {
  margin: 0;
  padding: 0;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
}

.error-message__inner {
  background-color: rgba(255, 158, 158, 0.388);
  border-color: var(--color-secondary);
  color: var(--color-secondary);
}

.gdpr {
  display: flex;
  margin: 10px 0;
  align-items: center;
}
.gdpr input[type=checkbox] {
  margin-right: calc(var(--gutter) * 0.5);
  width: 16px;
  height: 16px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(67, 67, 70, 0.3);
  background-color: transparent;
  appearance: none;
}
.gdpr input[type=checkbox]:checked {
  background-color: var(--color-text-black-accent);
}
.gdpr label {
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.gdpr label p, .gdpr label a {
  font: inherit;
  margin: 0;
  padding: 0;
  color: var(--color-text-black-accent);
}

.wc-block-cart-item__image a {
  object-fit: contain;
  object-position: center;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wc-block-cart-item__image a img {
  width: auto !important;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

.wc-block-components-order-summary-item__image {
  object-fit: contain;
  object-position: center;
  width: 56px;
  height: 56px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.wc-block-components-order-summary-item__image img {
  width: auto !important;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

.wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-sale-badge {
  background: var(--color-primary);
  color: var(--color-page);
  border-color: var(--color-primary);
}

#clevermint-promo-block-message {
  padding: 15px 10px;
  background: var(--color-badge-promo-bg);
  color: var(--color-page);
  border-radius: 4px;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 20px;
}
#clevermint-promo-block-message strong {
  font-weight: 600;
}

.wc-block-cart-item__wrap .wc-block-components-product-badge, .wc-block-cart-item__wrap .wc-block-components-product-metadata__description {
  display: none;
}

.mw-wishlist-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
}

#mw-wishlist-panel,
.mw-pannel {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
}

.mw-wishlist-panel__overlay,
.mw-pannel__overlay {
  position: absolute;
  inset: 0;
  background: rgba(95, 95, 95, 0.35);
  opacity: 0;
}

.mw-wishlist-panel__content,
.mw-pannel__content {
  position: absolute;
  top: 0;
  right: 0;
  width: var(--drawer-width);
  height: 100%;
  background: var(--white);
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  background-color: var(--color-page);
}

#mw-wishlist-panel.is-open,
.mw-pannel.is-open {
  pointer-events: auto;
}

.mw-wishlist-panel__header,
.mw-pannel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  border-bottom: 1px solid var(--color-page);
}

.mw-wishlist-panel__title,
.mw-pannel__title {
  font-size: 1.1rem;
  margin: 0;
}

.mw-wishlist-panel__close,
.mw-pannel__close {
  border: 0;
  background: transparent;
  font-size: 20px;
  cursor: pointer;
}

.mw-wishlist-panel__items,
.mw-pannel__items {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.mw-wishlist-panel__empty-message,
.mw-pannel__empty-message {
  padding: 20px;
  color: var(--color-text-black-accent);
}

.mw-wishlist-item {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--color-page);
}

.mw-wishlist-item__image {
  display: flex;
  align-items: center;
  width: 72px;
  height: 72px;
  border: 1px solid var(--color-page);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.mw-wishlist-item__image img {
  width: 100%;
  height: 80%;
  object-fit: contain;
}

.mw-wishlist-item__content {
  min-width: 0;
}

.mw-wishlist-item__title {
  display: block;
  font-weight: 700;
  color: var(--color-black);
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mw-wishlist-item__price {
  color: var(--color-black);
  font-weight: 600;
  margin-top: 4px;
}

.mw-wishlist-item__remove {
  border: 0;
  background: transparent;
  font-size: 20px;
  cursor: pointer;
  color: var(--color-black);
}

.mw-card__favorite {
  position: absolute;
  right: var(--gutter);
  bottom: 155%;
  transform: translateY(calc(100% + var(--gutter)));
}

.mw-card__favorite-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: var(--white);
  transition: box-shadow 0.15s ease, background 0.15s ease;
  border: none;
}

.mw-card__favorite-btn:hover {
  cursor: pointer;
}

.mw-card__favorite-btn.active svg path {
  fill: var(--color-secondary);
  stroke: var(--color-secondary);
}

.mw-search-wrapper input[type=search] {
  border-color: var(--color-primary);
  border-radius: var(--radius-sm);
  color: var(--color-primary);
  padding-left: 50px;
  font-family: var(--font-serif);
}
.mw-search-wrapper input[type=search]::placeholder {
  color: var(--color-primary);
  text-transform: uppercase;
  font-family: var(--font-serif);
  font-weight: 500;
  line-height: 142.857%;
}

.mw-search-wrapper {
  position: relative;
  display: block;
}

.mw-search-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: var(--color-page);
  border: 1px solid var(--color-page);
  border-radius: var(--radius-lg);
  overflow: hidden;
  min-width: 0;
  max-width: none;
  max-height: min(60vh, 520px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(0);
  transition: opacity 0.14s ease, visibility 0.14s ease;
  z-index: 9999;
  overflow: auto;
}
.mw-search-dropdown.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mw-search-inner {
  display: block;
}

.mw-search-left,
.mw-search-right {
  padding: calc(var(--gutter) * 0.75);
}

.mw-search-left {
  padding-bottom: 0;
}

.mw-search-right {
  width: 100%;
  border-left: 0;
}
@media (max-width: 768px) {
  .mw-search-right {
    border-top: 1px solid var(--color-page);
  }
}

.mw-search-title {
  font-size: 1.1rem;
  margin: 0 0 calc(var(--gutter) * 0.5) 0;
  color: var(--color-black);
  font-weight: 600;
}

.mw-search-products {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(var(--gutter) * 0.5);
}

.mw-search-categories {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .mw-search-products {
    grid-template-columns: 1fr;
  }
}
.mw-search-product a {
  display: grid;
  grid-template-columns: 56px 1fr;
  align-items: center;
  gap: 12px;
  padding: calc(var(--gutter) * 0.5) 0;
  text-decoration: none;
  color: var(--color-text-black-accent);
  border-bottom: 1px solid var(--color-page);
  transition: background-color 0.12s ease;
}
.mw-search-product a:hover {
  background-color: var(--grey);
}

.mw-search-product__thumb {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  overflow: hidden;
}
.mw-search-product__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.mw-search-product__meta {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.mw-search-product__title {
  display: block;
  font-weight: 700;
  color: var(--color-black);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mw-search-product__price {
  color: var(--color-black);
  font-weight: 600;
  margin-top: 4px;
  font-size: 12px;
  opacity: 0.9;
}

.mw-search-category a {
  display: block;
  padding: 12px 16px;
  text-decoration: none;
  color: var(--color-text-black-accent);
  border-bottom: 1px solid var(--color-page);
  border-radius: 6px;
  transition: background-color 0.12s ease, color 0.12s ease;
}
.mw-search-category a:hover {
  background-color: var(--grey);
  color: var(--color-black);
}

.mw-search-empty {
  padding: 12px 16px;
  color: var(--color-text-black-accent);
  opacity: 0.7;
}

.mw-search-all {
  margin-top: calc(var(--gutter) * 0.5);
  padding-top: calc(var(--gutter) * 0.5);
  position: sticky;
  bottom: 0;
  padding: calc(var(--gutter) * 0.75) 0;
  background-color: var(--color-page);
}
.mw-search-all .btn {
  width: auto;
  display: inline-block;
}

/* Order Received Page Adapted to New CSS Variables */
.order-received {
  background: var(--color-page);
}

.order-received .container {
  max-width: var(--container-max);
  margin: 0 auto;
}

.order-received__intro {
  color: var(--color-text-primary);
  margin-bottom: var(--space-6);
}

.order-received__summary {
  border: 1px solid var(--color-border);
  border-radius: var(--card-radius);
  padding: var(--space-6);
  margin-bottom: var(--space-4);
}

.order-received__details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-4);
  list-style: none;
  padding: 0;
  margin: 0;
}

.order-received__details li {
  display: flex;
  justify-content: space-between;
  background: var(--color-page);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: var(--space-4);
}

.order-received__subtitle {
  font-weight: 500; /* ou une variable si définie */
  font-size: var(--h3);
  color: var(--color-text-primary);
  margin-bottom: var(--space-4);
}

.order-received__table {
  width: 100%;
  border-collapse: collapse;
  background: var(--color-page);
  border: 1px solid var(--color-border);
  border-radius: var(--card-radius);
  overflow: hidden;
}

.order-received__table th,
.order-received__table td {
  padding: var(--space-4);
  border-bottom: 1px solid var(--color-border);
  text-align: left;
}

.order-received__table thead th {
  background: var(--color-page);
  text-align: left;
}

.order-received__addresses {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-4);
  margin-top: var(--space-6);
}

.address-block {
  border: 1px solid var(--color-border);
  border-radius: var(--card-radius);
  padding: var(--space-4);
  background: var(--color-surface-1); /* optionnel selon design */
}

.order-received__footer {
  margin-top: var(--space-6);
}

.order-received__testimonial {
  margin-top: var(--space-8);
  padding-top: var(--space-6);
  border-top: 1px solid var(--color-border);
}

.mw-testimonial-form {
  display: grid;
  gap: var(--space-4);
  max-width: 600px;
}

.mw-testimonial-form .btn {
  margin-top: var(--space-6);
}

.mw-testimonial-form p {
  margin: 0;
}

.mw-testimonial-form .input-field label {
  display: block;
  margin-bottom: var(--space-1);
  color: var(--color-text-primary);
}

.rating-selector {
  margin-top: var(--space-1);
}

.rating-inputs {
  display: inline-flex;
  flex-direction: row-reverse;
  gap: var(--space-1);
}

.rating-inputs input {
  position: absolute;
  left: -9999px;
}

.rating-inputs label {
  cursor: pointer;
  color: var(--color-border);
  display: inline-flex;
  align-items: center;
}

.rating-inputs label svg {
  display: block;
  width: 30px;
}

.rating-inputs input:checked ~ label,
.rating-inputs label:hover,
.rating-inputs label:hover ~ label {
  color: var(--color-secondary);
}

@media (max-width: 768px) {
  .order-received__details {
    grid-template-columns: 1fr;
  }
  .order-received__addresses {
    grid-template-columns: 1fr;
  }
}
/* Order Pay / Retry Payment */
#order_review {
  max-width: var(--container-max);
  margin: 0 auto;
}

/* Table */
#order_review .shop_table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--color-border);
  border-radius: var(--card-radius);
  overflow: hidden;
  background: var(--color-page);
}

#order_review .shop_table th,
#order_review .shop_table td {
  padding: var(--space-4);
  border-bottom: 1px solid var(--color-border);
  text-align: left;
}

#order_review .shop_table thead th {
  text-align: left;
  color: var(--color-text-primary);
  text-align: left;
}

/* Product rows */
#order_review .product-quantity {
  text-align: center;
}

#order_review .product-total {
  text-align: right;
}

/* Footer totals */
#order_review tfoot th {
  font-weight: 500;
}

#order_review tfoot td {
  text-align: right;
}

/* Payment block */
#payment {
  margin-top: var(--space-6);
  border: 1px solid var(--color-border);
  border-radius: var(--card-radius);
  padding: var(--space-6);
  background: var(--color-surface-1);
}

/* Payment methods */
.wc_payment_methods {
  list-style: none;
  margin: 0 0 var(--space-4);
  padding: 0;
  display: grid;
  gap: var(--space-3);
}

.wc_payment_method {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-3);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: var(--color-page);
}

.wc_payment_method label {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  cursor: pointer;
}

/* Pay button */
#place_order {
  width: 100%;
  margin-top: var(--space-4);
}

.pagination,
.woocommerce-pagination,
.woocommerce nav.woocommerce-pagination {
  display: flex;
  justify-content: center;
  margin-top: var(--space-7);
  width: 100%;
  margin-bottom: var(--space-7);
}
.pagination ul.page-numbers,
.woocommerce-pagination ul.page-numbers,
.woocommerce nav.woocommerce-pagination ul.page-numbers {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: var(--space-2);
  align-items: center;
  border: none;
}
.pagination ul.page-numbers li,
.woocommerce-pagination ul.page-numbers li,
.woocommerce nav.woocommerce-pagination ul.page-numbers li {
  margin: 0;
  float: none;
  border: none;
}
.pagination ul.page-numbers li .page-numbers,
.woocommerce-pagination ul.page-numbers li .page-numbers,
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 var(--space-2);
  font-family: var(--font-sans);
  font-size: var(--text-md);
  color: var(--color-text-primary);
  text-decoration: none;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  transition: all 0.3s ease;
  background-color: var(--color-page);
  line-height: 1;
  font-weight: 400;
}
.pagination ul.page-numbers li .page-numbers.current,
.woocommerce-pagination ul.page-numbers li .page-numbers.current,
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.current {
  background-color: var(--color-primary);
  color: var(--color-text-white);
  border-color: var(--color-primary);
  cursor: default;
}
.pagination ul.page-numbers li .page-numbers:not(.current):hover,
.woocommerce-pagination ul.page-numbers li .page-numbers:not(.current):hover,
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers:not(.current):hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
  background-color: var(--color-surface-2);
}
.pagination ul.page-numbers li .page-numbers.dots,
.woocommerce-pagination ul.page-numbers li .page-numbers.dots,
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.dots {
  border: none;
  background: transparent;
  cursor: default;
  min-width: auto;
  padding: 0 var(--space-1);
}
.pagination ul.page-numbers li .page-numbers.dots:hover,
.woocommerce-pagination ul.page-numbers li .page-numbers.dots:hover,
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.dots:hover {
  background: transparent;
  color: var(--color-text-primary);
  border: none;
}
.pagination ul.page-numbers li .page-numbers.prev, .pagination ul.page-numbers li .page-numbers.next,
.woocommerce-pagination ul.page-numbers li .page-numbers.prev,
.woocommerce-pagination ul.page-numbers li .page-numbers.next,
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.prev,
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.next {
  font-size: 1.2em;
  padding-bottom: 2px;
}

/*# sourceMappingURL=main.min.css.map*/