@font-face {
	font-family: "Facade-regular";
	src: url("fonts/facade/facade-regular-webfont.woff2") format("woff2"),
		url("fonts/facade/facade-regular-webfont.woff") format("woff"),
		url("fonts/facade/facade-regular-webfont.ttf") format("truetype");
}

@font-face {
	font-family: "Facade";
	src: url("fonts/facade/facade-bold-webfont.woff2") format("woff2"),
		url("fonts/facade/facade-bold-webfont.woff") format("woff"),
		url("fonts/facade/facade-bold-webfont.ttf") format("truetype");
}

.logo a {
	font-family: "Facade-regular";
}



/*  */
/*  */
/*  */
/*  */
/*  */

:root {
  --black: #231d1a;
  /* --yellow: #faeb18; */
  --yellow: #fff;
  /* --yellow: #f1f022; */
  /* --yellow: #ffff00; */
  --red: #d28abb;
  --red: #000;
  --green: #bce3b6;
  --green: #000;
  /* --blue: #b6d0e3; */
  --blue: #7d92cb;
  /* --blue: #8abbd2; */
  /* --ff-main: 'Montserrat', sans-serif; */
  --ff-main: 'Mulish', sans-serif;
  --font-small: 700 0.7rem var(--ff-main);
  --font-title: 900 2rem/0.9 var(--ff-title);

  --max-width: 920px;
  --max-width: 1080px;
  --max-width: auto;
  /* --max-width: 1200px; */
  --img-color: #fff;

  --dim-opacity: 0.45;
  /* --sep: #777; */
  --sep: #5f4a3d;
  --sep: #000;
  --color-header-menu-sep: var(--sep);
  --color-fg: var(--black);

  --product-img-padding: 0rem;

  --hamburger-speed: 0;


  accent-color: var(--yellow);
  --cols: 4;
}

h2,
h2 b {
  font-weight: 700;
}

.labels .recent {
  display: none !important;
}

/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */

.shelf-a,
.shelf-interact {
  display: flex;
  gap: calc(0.5 * var(--space-unit));
}
/* .shelf-a :first-child {
  margin-right: auto;
} */

.shelf-interact {
  margin-left: auto;
}

.shelf-fieldset {
  display: contents;
}

.shelf {
  border-bottom: 1px solid var(--sep);
}

.shelf-fieldset {
  margin: 0;
  padding: 0 var(--space-unit);
  border: 1px solid var(--sep);
  /* border-top: 0;
  border-bottom: 0; */
  /* border: 0;
  border-right: 2px solid var(--sep);
  padding: 0 var(--space-unit);
  padding-left: 0; */
}

.shelf + .shelf {
  padding-top: var(--space-unit);
  padding-top: 0;
  border-top: 1px solid var(--sep);
}
.shelf + .shelf .shelf-fieldset > div:first-of-type {
  border-top: 0;
}

.product .card > .terms .leaf {
  padding: 0;
}
.shelf-fieldset > div,
.product .card > .terms {
  border-bottom: 1px solid var(--sep);
  padding: var(--space-unit) 0;
  /* padding-bottom: var(--space-unit); */
}

.product .card > .terms {
  border-top: 1px solid var(--sep);
}

.shelf-fieldset > .shelf-a {
  border-bottom: 0;
  padding-bottom: 0;
}
.shelf-fieldset > .shelf-b {
  /* padding-top: 5px; */
  padding: 0;
  padding-bottom: var(--space-unit);
  position: relative;
  /* z-index: -1; */
}

.shelf-fieldset > div:first-of-type {
  /* margin-top: var(--space-unit); */
  /* border-top: none; */
  /* border-top: 1px solid var(--sep); */
  /* padding-top: 0; */
  /*
  border-bottom: 2px solid var(--sep); */
}
.shelf-fieldset > div:last-of-type {
  border-bottom: none;
}

/* .shelf-fieldset:disabled .shelf-interact,
.shelf-fieldset:invalid .shelf-interact {
  opacity: 0.4;
  filter: contrast(0.8);
  pointer-events: none;
} */

.shelf-fieldset:invalid .shelf-interact,
.shelf-form :disabled {
  opacity: 0.4;
  pointer-events: none;
}

.options {
  display: flex;
  flex-direction: column;
  gap: calc(0.5 * var(--space-unit));
  margin-top: 1.5em;
}
.options.empty {
  padding: 0;
  padding-top: 0.5rem;
}
.options:not(.empty) {
  border-top: 1px solid var(--sep);
}
.option {
  display: flex;
  gap: calc(0.5 * var(--space-unit));
  align-items: center;
}
.option select {
  margin-left: auto;
}
.option label {
  /* margin-left: auto; */
  font-weight: 800;
}

.shelf .availability {
  position: absolute;
  z-index: 1;
  top: -3.7rem;
  right: 0.5rem;
  padding: 0 0.5rem;
  background-color: #fff;
}

/* .shelf .notice {
  color: #fff;
  background-color: #0009;
  border: 3px solid #000;
  padding: 0.3rem 0.5rem;
  font-size: 80%;
  font-weight: 800;
  line-height: 1.2;
  position: relative;
  position: absolute;
  margin-top: -10px;
  z-index: 99999;
} */

.shelf-a {
  position: relative;
}
.notice {
  /* color: #fff;
  background-color: #000b;
  border: 0.5rem solid #000; */

  color: #fff;
  background-color: #000;
  /* border: 0.5rem solid #fff; */

  padding: 1rem 3rem;
  font-size: 90%;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  /* position: absolute; */
  inset: -0.5rem;
  bottom: -1.5rem;
  /* top: -1px;
   */
  /* margin-top: -10px; */
  z-index: 2;
}

.notice:not(.empty) {
  display: flex;
  align-items: center;
}

.availability {
  --sigil-bg: #fff;
  --sigil-fg: #000;
}

/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */

.menu--header {
  flex: 1;
  text-align: center;
}
.menu--header li:not(:last-of-type)::after {
  content: "/";
  display: inline-block;
  margin-left: 1rem;
}
.menu--header li {
  display: inline-block;
  padding: 0.5rem;
  text-transform: uppercase;
  font-weight: 800;
}

.menu__item.active a {
  /* text-decoration: underline; */
  border-bottom: 3px solid;
}


/*  */
/*  */
/*  */
/*  */

.plural--maker .plural__thumbs {
  display: block;
  /* margin-top: 2rem; */
}

.plural--maker .thumb__name {
  /* font-size: 200%; */
  margin-top: 0;
  margin-bottom: 0.5rem;
  font: var(--font-title);
  font-size: calc(1.5 * var(--fs-quote));
}


/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */

/* .shelf.in-stock .availability {
  opacity: 0;
} */
.product__layout__card__terms {
  /* display: none; */
}

.product .media figcaption {
  display: none;
}

/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */

.thumb__name {
  /* font-size: 100%; */
  font-weight: 800;
}

.is_singular .main {
  --max-width: 1080px;
  /* margin-top: 1.5rem; */
}

.is_singular .adjacents > .leaf {
  /* --max-width: auto; */
  max-width: 99%;
}

.hamburger {
  right: 1rem;
  opacity: 0;
  pointer-events: none;
}

/* .adjacents > .leaf {
  grid-template-columns: repeat(3, 1fr);
  gap: 10rem;
} */

.is_singular .main .leaf {
  margin-left: 0;
}

:focus-visible {
  outline: none;
}

/* :root {
  --font-title: 600 2.5rem/0.9 'mayonnaise', sans-serif;
}
h1.name {
  letter-spacing: 1px;
  text-transform: uppercase;
}
.adjacent__name, .vignette__name, .thumb__name {
  font-size: 1.6rem;
  letter-spacing: 1px;
  text-transform: uppercase;
} */

::selection {
  color: var(--yellow);
  background-color: var(--black);
}

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background-color: var(--black);
}
::-webkit-scrollbar-thumb {
  background: #534f51;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--yellow);
}

body {
  color: var(--black);
}

ul {
  padding-left: 1.2rem;
}

a {
  color: inherit;
  text-underline-offset: 4px;
}

/* body {
  background-color: var(--black);
  --sep: #eee5;
  color: #eee;
} */


a {
  position: relative;
  --stabilo: var(--yellow);
}
:where(:is(a[href], .thumb__name a):not(.button, .remove, .lightbox-link))::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -3px;
  width: 0%;
  width: calc(100% + 6px);

  clip-path: inset(0 100% 0 0);

  z-index: -1;
  background-color: var(--stabilo);
  display: block;
  transform: skew(-14deg, -0.5deg);
  transition: clip-path .1s;
}

/* p a:not(.button, .remove),
.footer a:not(.button, .remove),
.gallery__grid a:not(.button, .remove),
.preview > a:not(.button, .remove) {
  position: static;
} */

p a:not(.button, .remove)::after,
.footer a:not(.button, .remove)::after,
.gallery__grid a:not(.button, .remove)::after,
.preview > a:not(.button, .remove)::after {
  display: none;
}

          /* .site__main p a:not(.button, .remove) {
            background-image: linear-gradient(var(--stabilo), var(--stabilo));
            background-repeat: no-repeat;
            background-size: 0 100%;
            background-position: 0 100%;
            transition: background-size 0.1s ease-in;
          }
          .site__main p a:not(.button, .remove):hover {
            text-decoration: none;
            background-size: 100% 100%;
          } */

          /* a:not(.button, .remove):focus::after,
          a:not(.button, .remove):hover::after {
            clip-path: inset(0 0 0 0);
          } */

/* .footer a:not(.button, .remove):hover {
  color: #fff;
} */

/* Typography
============= */

.home .crumbs {
  display: none;
}
em.crumb {
  font-style: normal;
  opacity: var(--dim-opacity);
}

.maker .term span {
  font-weight: 700;
  font-size: 120%;
  margin: 0;
}
.card .maker .leaf {
  padding-top: 0;
}

.price {
  font-size: 150%;
  font-weight: 700;
}
.adjacent .price,
.thumb .price {
              /* font-size: 125%;
              font-weight: 700; */

  font-size: 100%;
  font-weight: 400;
}

.term a span {
  padding: 0;
  margin: 0;
  background-color: transparent;
}

.terms {
}

.term a {
  line-height: 1.65;
  display: inline-block;
  padding-right: 0.55rem;
}
.term a::after {
  width: calc(calc(100% + 6px) - 0.55rem);
}

.product .short_description {
  font-weight: 300;
  font-size: 107%;
}

.product .card > .terms {
  /* font-size: 85%; */
  /* font-size: 90%;
  margin-top: 1rem; */
        /*
         */

  /* border-bottom: 1px solid var(--sep);
  padding-bottom: var(--space-unit); */
  /* margin-bottom: calc(2 * var(--space-unit)); */


}

.product .description {
  /* font-size: 85%; */
  font-size: 90%;
  margin-top: 2rem;


        /* padding-top: var(--space-unit);
        border-top: 1px solid var(--sep); */
}

.product .card > .terms .term--maker {
  display: none;
}

.woocommerce-price-suffix {
  /* text-transform: uppercase; */
  font-weight: 400;
  font-size: 45%;
  vertical-align: super;
}
.price del {
  /* opacity: var(--dim-opacity); */
  opacity: 1;
  font-weight: 100;
  color: var(--red);
  font-size: 70%;
}
/* .price ins {
  font-weight: 900;
} */
.product .price del {
  font-size: 60%;
  position: absolute;
  margin-top: -0.7rem;
}

/* Colors
========= */

.product-variations {
  display: flex;
  gap: var(--space-unit);
}
.product-variations + .add-to-cart-block {
  margin-top: 0;
}
.add-to-cart-block {
  border-top: 1px solid var(--sep);
  border-bottom: 1px solid var(--sep);
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  padding: 1rem 0;
  gap: var(--add-to-cart-gap);
}

.add-to-cart-block .quantity {
  margin-left: auto;
}
.add-to-cart-block .price {
  font-size: 150%;
  font-weight: bold;
}

.handy-cart-count {
  background-color: var(--yellow);
  color: var(--black);
  border: 1px solid;
}

.page-numbers {
  font-weight: 700;
  font-size: 110%;
}
.page-numbers.current {
  background-color: var(--black);
  color:  var(--yellow);
  opacity: 1;
  text-decoration: none;
  width: 1.9rem;
  /* border: 1px solid var(--sep);
  box-shadow: 0 0 0 0.5px var(--sep); */
  border-radius: 100px;
}

/* Layout
========= */

.layout {
  margin-bottom: 2rem;
}

.pagination > .leaf {
  padding-top: 2rem;
}

.main .header > .leaf {
  padding-top: 0;
}

.crumbs__sep {
  padding: 0;
  position: relative;

  margin: 0 0.5rem;
}

.crumbs__sep::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-right: 1px solid var(--sep);
  transform: translate(-2.1px, 0.1px) rotate(22.5deg);
}

.author_page__header,
.term_page__header {
  margin-top: 0;
}

/* .adjacents > .leaf {
  gap: calc(10 * var(--space-unit));
  gap: calc(32 * var(--space-unit));
} */

/* .adjacents > .leaf > a {
  max-width: 150px;
} */

.cmd {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: flex-end;
  /* justify-content: space-between; */
  font-weight: 400;
  /* font-variant: all-small-caps; */
  text-transform: uppercase;
  font-size: 80%;
  font-weight: 700;

  /* background-color: var(--black);
  color: #fff; */

}

.menubar {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0 0.5rem;
  /* padding: 0.9rem 1.2rem;
  padding-top: 1rem; */
  /* gap: 1rem;
  padding: 0.4rem 0.9rem;
  padding-left: 0.4rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0.1rem; */
  width: 100%;
  /* background-color: var(--black);
  color: #fff; */
  /* gap: 1.2rem; */

  justify-content: space-between;

    align-items: center;
}


.menubar .menu > ul {
  display: inline-flex;
  flex-wrap: wrap;
  /* gap: 1.2rem */
}

/* .menubar .menu > ul > li:not(.menu__item--icon) {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
} */

.crumbs {
  /* background-color: var(--black);
  color: var(--yellow);
  margin-top: 1rem; */
  margin-bottom: 1rem;
}

/* .home .plural__thumbs {
  padding-top: 0;
} */

/* .is_product .crumbs {
  margin-bottom: 0;
} */

.menubar .menu > ul > .menu__item--parent {
  /* font-weight: 900; */
  /* text-decoration: underline;
  text-underline-offset: 4px; */
  /* padding-right: 1.5rem; */
}
.menubar .menu > ul > .menu__item--parent .menu__link {
  position: relative;
  padding-right: 1.5rem;
}
.menubar .menu > ul > .menu__item--parent .menu__link::before {
  content: "";
  position: absolute;
  top: 1rem;
  right: 7px;
  width: 6px;
  height: 6px;
  --sep: currentColor;
  border-bottom: 2px solid var(--sep);
  border-right: 2px solid var(--sep);
  transform: rotate(45deg);
  transform-origin: 0.5px 0.5px;
}

.menubar .lang-switch2,
.menubar .menu__link {
  display: inline-block;
  padding: 1rem 0.5rem;
  padding-bottom: 0.8rem;
  /* padding: 0.9rem 0.5rem;
  padding-top: 1rem; */
}

.menubar .lang-switch2:hover {
  color: var(--yellow);
}

/* .menubar .lang-switch2.fr:hover span:nth-child(1),
.menubar .lang-switch2.uk:hover span:nth-child(2) {
  color: var(--yellow);
} */

.menubar .menu__item.active > .menu__link:hover,
.menubar .menu__link:hover {
  /* background-color: var(--yellow);
  color: var(--black); */
  color: var(--yellow);
}

.menubar .menu > ul > li {
  padding-top: 0;
  padding-bottom: 0;
}
.menubar .menu > ul > li:first-of-type {
  padding-left: 0;
}
/* .menubar .menu > ul > li:last-of-type {
  padding: 0 0.5rem;
  border-right: 1px solid;
  border-color: var(--color-header-menu-sep);
} */

/* Header
========= */

.site__header__banner__logo {
  pointer-events: none;
}
.site__header__banner__logo a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 28%;
  left: 0;
  right: 0;
  pointer-events: auto;
}
.site__header__banner__logo a::after {
  bottom: 28%;
}

#svg-brand-youtube {
  transform: scale(1.3) translateY(-0.15rem);
}
.handy-wishlist-icon svg {
  transform: scale(0.8);
}

.banner > .leaf {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

    align-items: center;
  z-index: 1;
}

.direction__label {
  display: none;
}

.banner {
  /* padding-top: 0.8rem; */
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.banner .logo {
  position: relative;
  /* top: 1.3rem; */
  font-size: 373%;
}


.banner .logo {
  filter: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg"><filter id="f"><feComponentTransfer><feFuncA type="discrete" tableValues="0 1 1 1 1 1" /></feComponentTransfer></filter></svg>#f');
}

.site-description {
  font-size: 45%;
  margin-top: -0.2rem;
}
/* .site-name {
  filter: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg"><filter id="f"><feComponentTransfer><feFuncA type="discrete" tableValues="0 0.9 0.5 0.9 1 1" /></feComponentTransfer></filter></svg>#f');

}
.site-description {
  font-size: 54%;
  filter: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg"><filter id="f"><feComponentTransfer><feFuncA type="discrete" tableValues="0 0.9 0.5 0.9 1 1" /></feComponentTransfer></filter></svg>#f');
} */
.banner .handy {
  position: static;
  margin-bottom: 1rem;
}

.header .search {
  margin-top: 0.1rem;
}
.header .search input {
  padding-left: 1.3rem;
}

/* Footer
========= */

.footer {
  /* background-color: var(--black);
  color: var(--yellow); */
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  position: relative;
}

.footer > .menu > .leaf {
  padding-top: 0;
}
.footer > .menu > .leaf > ul {
  padding-top: 1.5rem;
  border-top: 1px solid #000;
  display: flex;
  gap: 1rem;
}
/* .footer > .menu > .leaf > ul > li::after {
  content: '|';
} */
.footer > .menu > .leaf > ul > li:not(:last-of-type) {
  padding-right: 1rem;
  border-right: 1px solid;
}

.composant_footer {
  margin: 0;
  padding: 0;
}
.composant_footer .wp-block-columns {
  margin-bottom: 0rem;
  /* padding-bottom: 0.3rem; */
  /* margin-bottom: 1rem; */
  /* border-bottom: 1px solid; */
}

.copyright .leaf {
  text-align: center;
  font-size: 80%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.newsletter {
  margin-top: 1.5rem;
  /* margin-top: 0.1rem; */
}
.newsletter img {
  border-bottom: 1px solid;
  vertical-align: top;
  filter: hue-rotate(-6deg);
  width: 100%;
}

.menu--social-footer ul {
  border-top: 1px solid;
  padding-top: 0.8rem;
  margin-top: 0.5rem;
  margin-bottom: 0.4rem;
  display: flex;
  gap: 0.5rem;

}
.foot-banner .menu--social-footer ul {
  gap: 1rem;
}
.foot-banner .menu--social-footer svg {
  width: 32px;
  height: auto;
}
/* sr-only */
.menu--social-footer a > span {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.foot-banner {
  background-color: var(--yellow);
  color: var(--black);
  padding: 0.5rem;
}

/* .foot-banner .leaf {
  background-color: var(--yellow);
  color: var(--black);
  padding: 0.5rem 0.7rem;
  max-width: calc(var(--max-width) - 4rem);
} */

.foot-banner > .leaf {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.foot-banner .menu > ul{
  margin: 0;
  /* margin-top: 13px;
  margin-bottom: 12px; */
}

/*  */

.composant_footer a {
  color: var(--yellow);
  text-decoration: none;
}
/* .composant_footer {
  background-image: url(./img/knob.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
} */
.composant_footer {
  padding-top: 1rem;
  /* font-size: 110%; */
  font-size: 90%;
  /* font-weight: 300; */
  /* font-family: mayonnaise; */
}
/* .composant_footer .wp-block-column svg + a */
.composant_footer .wp-block-column:nth-child(1) p > a {
  /* font-family: mayonnaise; */
  font-weight: 800;
  font-size: 120%;
  text-decoration: none;
  /* color: #fff; */
  margin-top: -0.5rem;
}
.composant_footer .wp-block-column svg {
  vertical-align: top;
  margin-right: 0.2rem;
  transform: translateY(-0.2rem);
  /* color: #fff; */
  /* color: var(--yellow); */
}
.composant_footer p {
  color: #fff;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.composant_footer h2 {
  font-family: mayonnaise;
  font-size: 170%;
  letter-spacing: 0.1rem;
  font-weight: 400;
  text-transform: uppercase;
  /* font-variant: all-small-caps; */
  padding-bottom: 0.5rem;
  border-bottom: 1px solid;
  margin-bottom: 0.5rem;
}
.composant_footer strong {
  font-weight: 700;
}

.composant_footer .wp-block-column:nth-child(1) p {
  font-size: 100%;
  line-height: 1.3;
  font-weight: 600;
}
.composant_footer .wp-block-column:nth-child(1) p:first-of-type {
  margin-bottom: 0.5rem;
}
.composant_footer .wp-block-column:nth-child(1) p:not(:first-of-type) {
  margin-top: 0.1rem;
}
.composant_footer .wp-block-column:nth-child(2) p {
  font-size: 116%;
  line-height: 1.4;
  max-width: 250px;
}
.composant_footer .wp-block-column:nth-child(3) img {
  vertical-align: top;
}

.composant_footer .wp-block-image {
  margin: 0;
}

.showroom img {
  vertical-align: top;
}

.waitlist-form {
  margin-left: auto;
  position: relative;
}

/* .waitlist-form {
  margin-left: auto;
  position: absolute;
  right: 0;
  background-color: var(--black);
  color: var(--green);
  border: 5px solid var(--green);
  box-shadow: 0 0 0 2px var(--black);
  padding: 0.7rem;
} */
.waitlist-form label {
  position: absolute;
  bottom: 100%;
  background-color: #fff;
  padding: 0 0.5rem;
  font-size: 100%;
  font-weight: 800;
  line-height: 1.1;
  display: block;
  margin-bottom: 0.5rem;
}
.waitlist-input {
  display: flex;
}

.newsletter {
  position: relative;
}
.newsletter__popup {
  background-color: var(--yellow);
  color: var(--black);
  background-color: var(--black);
  color: var(--green);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 350px;
  transform: translate(-50%, -50%);
  padding: 1rem;
  text-align: center;
  border: 10px solid var(--green);
  box-shadow: 0 0 0 2px var(--black);

  font-size: 120%;
  font-weight: 900;
  line-height: 1.1;
}

:is(.newsletter-form, .waitlist-form) input {
  flex: 1
}
:is(.newsletter-form) {
  width: 100%;
  margin-top: 1rem;
  display: flex;
}
:is(.newsletter-form) button {
  --sep: var(--green);
  --btn-3d-light: var(--black);
  --btn-3d-dark: var(--black);
  display: flex;
  align-items: center;
  background-color: var(--black) !important;
  color: var(--green) !important;
  border: 1px solid var(--green) !important;
}
:is(.newsletter-form, .waitlist-form) input::placeholder {
  color: #7b8d78;
}
:is(.newsletter-form) input {
  /* background-color: var(--black) !important;
  color: var(--green); */
  --sep: var(--green);
  background-color: var(--green) !important;
  color: var(--black);
  border: 1px solid var(--green) !important;
  border-right: none !important;
}
:is(.waitlist-form) button {
  display: flex;
  align-items: center;
  --btn-3d-light: #aacb86;
  --btn-3d-dark: #749787;
  background-color: var(--green) !important;
}
:is(.waitlist-form) input {
  --sep: var(--black);
  background-color: var(--green) !important;
  color: var(--black);
  border: 1px solid var(--sep) !important;
  transform: translateX(2px);
}

.info4x svg {
  position: relative;
  top: 0.25rem;
  color: var(--black) !important;
}
.info4x strong {
  font-weight: 900;
}
.info4x a:hover {
  background-color: #fff;
  color: var(--black);
}
.info4x a {
  display: block;
  text-align: center;
  padding:  0.5rem 1rem;
  font-size: 92%;
  line-height: 1.3;
  font-weight: 700;
  background-color: var(--yellow);
  background-color: var(--green);
  color: var(--black);
  margin-top: 3.5rem;
  --mask:
    conic-gradient(from 45deg at left,#0000,#000 1deg 89deg,#0000 90deg) left/51% 12.5px repeat-y,
    conic-gradient(from -135deg at right,#0000,#000 1deg 89deg,#0000 90deg) right/51% 12.5px repeat-y;
  -webkit-mask: var(--mask);
          mask: var(--mask);
}

/* .composant_footer .wp-block-column:nth-child(2) p {
  font-size: 150%;
} */

/* Switches
=========== */

.langs a {
  font-size: 120%;
  font-weight: 100;
  text-decoration: none;
}
.langs strong {
  font-weight: inherit;
  text-decoration: underline;
}
.langs a > :first-child::after {
  content: "/ ";
  font-weight: inherit;
}

/*  */

.foot-banner {
  --switch-h: 28px;
  --border-c:  var(--black);
  /* background-color: var(--black);
  color: var(--yellow);
  --border-c: var(--yellow); */
}

.theme-switch .leaf,
.lang-switch .leaf {
  width: calc(1.8 * var(--switch-h));
  height: var(--switch-h);
  background-color: var(--black);
  /* background-color: var(--yellow); */
  border-radius: 100px;
  z-index: 5;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 0px 3px var(--border-c);
}


.theme-switch svg,
.lang-switch svg {
  position: absolute;
  top: 1px;
  height: calc(var(--switch-h) - 2px);
  width: auto;
}

.theme-switch .s-border,
.lang-switch .s-border  {
  position: absolute;
  top: 0;
  bottom: 0;
  width: var(--switch-h);
  border-radius: 100px;
  box-shadow: 0px 0px 0px 3px var(--border-c);
  z-index: 0;
  transition: right 0.1s;
}
.lang-switch .s-border  {
  box-shadow: inset 0px 0px 0px 2px #fff, 0px 0px 0px 3px var(--border-c);
}

.theme-switch.dark .s-border,
.lang-switch.fr .s-border {
  right: 0px;
}
.theme-switch.light .s-border,
.lang-switch.uk .s-border {
  right: calc(var(--switch-h) - 6px);
}

/* lang switch */

.lang-switch .leaf::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  border-radius: 100px;
  box-shadow: inset 0px 0px 0px 2px #fff;
  z-index: -2;
}

#svg-fr {
  right: -1px;
}
#svg-uk {
  left: -1px;
}

.lang-switch.fr #svg-fr,
.lang-switch.uk #svg-uk {
  z-index: -1;
  clip-path: circle(calc(calc(0.5 * var(--switch-h)) + 1px));
}
.lang-switch.fr #svg-uk,
.lang-switch.uk #svg-fr {
  z-index: -3;
  /* filter: contrast(50%) brightness(150%) grayscale(100%); */
  filter: contrast(70%) brightness(150%) grayscale(100%);
  /* opacity: 0.7; */
}

/* theme switch */

.theme-switch .leaf {
  background-color: rgba(0, 0, 0, 0.3);
  background-color: var(--black);
  color: var(--yellow);
}

.theme-switch svg {
  top: 2px;
  height: calc(var(--switch-h) - 4px);
}
.theme-switch span {
  background-color: var(--yellow);
}

#svg-moon {
  right: 0px;
  /* top: 3px;
  transform: rotate(15deg); */
}
#svg-sun {
  left: 2px;
}

.theme-switch.dark #svg-moon,
.theme-switch.light #svg-sun {
  z-index: 0;
  color: var(--black);
}
.theme-switch.dark #svg-sun,
.theme-switch.light #svg-moon {
  z-index: -3;
}

/*  */

.lang-switch2 {
  cursor: pointer;
}
.lang-switch2.uk span:nth-child(1),
.lang-switch2.fr span:nth-child(2) {
  text-decoration: underline;
  text-underline-offset: 4px;
}


/* Product Images
================= */

[data-fancybox] {
  cursor: zoom-in;
}

.lightbox-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.lightbox-link > img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.product .img .leaf {
  border: 1px solid var(--sep);
  position: relative;
  padding-top: 100%;
}

.product .img .leaf img {
  position: absolute;
}

.product .img .leaf .img-portrait:not(.img--duplicate-one) {
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  top: var(--product-img-padding);
  height: calc(100% - calc(2 * var(--product-img-padding)));
}
.product .img .leaf .img-paysage:not(.img--duplicate-one) {
  top: 50%;
  transform: translateY(-50%);
  left: var(--product-img-padding);
  width: calc(100% - calc(2 * var(--product-img-padding)));
  height: auto;
}

/* Thumbs
========= */

.thumbs {
  gap: 1.5rem;
}

/* .home .thumbs {
  padding-top: 1.5rem;
} */

.thumb:hover {
  cursor: pointer;
}
.thumb:not(:has(a[href]:hover)):hover .thumb__name a::after {
  clip-path: inset(0 0 0 0);
}
.thumb .preview {
  /* transform: translate(1px, -1px); */
  /* transition: transform .1s; */
}
.thumb:not(:has(a[href]:hover)):hover .preview {
/* .thumb .preview { */
  /* box-shadow: inset 0 0 0 1px var(--yellow), inset 0 0 0 4px var(--black); */
  /* box-shadow: inset 0 0 0 1px var(--black); */
  box-shadow: inset 0 0 0 1px var(--sep);
  /* box-shadow: -1px 1px 0 0px var(--sep), -2px 2px 0 0px var(--sep);
  transform: translate(1px, -1px); */
}
/* .thumb .preview {
  background-color: transparent;
}
.thumb .preview::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  clip-path: inset(0 100% 0 0);
  height: auto;
  background-color: var(--yellow);
  z-index: -1;
  transition: clip-path .01s;
  transition-delay: 0.05s;
}
.thumb:not(:has(a[href]:hover)):hover .preview::after {
  clip-path: inset(0 0 0 0);
}
.thumb figure {
  mix-blend-mode: multiply;
} */

.thumb {
  --space-unit: 0.5rem;
  margin-bottom: 1rem;
}
.thumb__short_description {
  font-size: 85%;
}

.thumb__short_description p {
  margin: 0;
  font-weight: 200;
  /* color: #000; */
}
.thumb__maker {
  margin-bottom: 0.2rem;
}
.thumb .maker span {
  font-size: 100%;
}

.thumb__terms {
  /* margin-top: auto; */
  margin-bottom: 0.5rem;
}
.thumb__product-footer {
  margin-top: 0;
  margin-top: auto;

  /* display: flex;
  align-items: center;
  justify-content: space-between; */
}

.adjacent__img > .leaf,
.thumb__preview__img {
  position: absolute;
  top: var(--product-img-padding);
  bottom: var(--product-img-padding);
  left: var(--product-img-padding);
  right: var(--product-img-padding);
  width: auto;
  height: auto;
}

.adjacent__img,
.vignette__img,
.thumb__img,
.thumb__preview {
  padding-top: 100%;
  background-color: #fff;
  border: 1px solid var(--sep);
}

.availability {
  width: auto;
  background-color: transparent;
  /* color: var(--black); */
  color: inherit;
  padding: 0;
  font-size: 67%;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0.1rem;
  /* margin-top: 0.5rem; */
  /* min-width: 3rem; */
}

.availability .leaf {
  width: auto;
}
.availability::before {
  margin-left: auto;
}

.product-infos {
  /* margin-top: 0.5rem; */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  align-items: center;
  gap: 0.5rem
}


/*  */

/* .specifics-block {
  border-bottom: 1px solid var(--sep);
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;

  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.specifics {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.specifics button::before,
.specifics button::after {
  display: none !important;
}
.specifics button {
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  transform: none !important;
}

.add-to-fav path {
  fill: transparent;
  stroke: currentColor;
  stroke-width: 1.5px;
}
.add-to-fav.active path {
  fill: var(--red);
}

.specifics-block .availability {
  margin-left: auto;
  margin-top: 0;
  margin-bottom: 0.3rem;
} */

/* .thumb .availability {
  position: absolute;
  width: auto;
  margin-top: -1rem;
  right: 1rem;
  padding: 0 0.5rem;
  border: 1px solid var(--black);
} */

.media {
  position: relative;
}
.labels {
  /* height: 50px; */
  position: absolute;
  top: calc(1rem - 2px);
  left: -1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.labels .leaf {
  width: auto;
  display: inline-block;
}

.labels > div:not(.empty) {
  position: relative;
  /* background-color: var(--yellow); */
  background-color: var(--red);
  color: var(--black);
  color: #fff;
  font: var(--font-small);
  font-size: 84%;
  border: 1px solid var(--sep);
  text-align: center;
  padding: 0.25rem 0.7rem;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
  display: inline-block;

  background-color: var(--yellow);
  color: var(--black);
}
.labels > .recent:not(.empty) {
  /* background-color: var(--blue); */
  /* background-color: var(--yellow);
  color: var(--black); */
  background-color: var(--yellow);
  color: var(--black);
}
.labels > div::after {
  content: "";
  position: absolute;
  background-color: #999;
  background-color: var(--sep);
  top: 1px;
  /* bottom: 0; */
  left: 0;
  /* right: 0; */
  width: 1rem;
  height: 100%;
  transform: skewY(22.5deg);
  transform-origin: 0;
  z-index: -1;
}


/* Product Gallery
================== */


.gallery__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1rem;
}

.gallery__grid > li {
  flex-basis: calc(25% - 0.75rem);
  box-sizing: border-box;
  padding: 0 !important;
  aspect-ratio: 1;
}

.gallery__grid li {
  padding-top: 100%;
  position: relative;
}
.gallery__grid li .leaf {
  position: absolute;
  inset: 0;
  /* background-color: #fff; */
  border: 1px solid var(--sep);
}

.gallery__grid li > .leaf > svg,
.gallery__grid li > .leaf > img {
  /* inset: 0.5rem; */
  inset: calc(0.5 * var(--product-img-padding));
  height: calc(100% - var(--product-img-padding));
  width: calc(100% - var(--product-img-padding));
  object-fit: contain !important;
}


/* Forms
======== */

.woocommerce-address-fields {
  max-width: 500px;
}

.input {
  /* border-radius: 100px; */
}
.input button,
.input input {
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}

textarea,
button,
.button,
.input,
select,
input:not([name=s]):not([type=button]):not([type=submit]):not([type=reset]):not([type=checkbox]):not([type=radio]):not([type=range]) {
  border: 1px solid var(--sep);
  box-shadow: inset -1px 1px 0 var(--sep);
  /* border-radius: 6px; */
}

/* select {
  padding-right: 1rem;
} */

button,
.button {
  font-weight: 700;
  border-radius: 0;
  border: 1px solid var(--sep);
  background-color: transparent;
  color: currentColor;
  box-shadow: none;
  cursor: default;
}

:root {
  --add-to-cart-gap: 5px;

  --btn-3d: 4px;
  --btn-3d-light: #ddd;
  --btn-3d-dark: #999;
  --btn-3d-light: #000;
  --btn-3d-dark: #000;
}
:is(.site__main, .newsletter-form) :is(button, .button) {
  position: relative;
  --_: calc(var(--btn-3d) - 1px);
  transform: translate(var(--_), calc(-1 * var(--_)));
}
:is(.site__main, .newsletter-form) :is(button, .button)::after,
:is(.site__main, .newsletter-form) :is(button, .button)::before {
  position: absolute;
  content: "";
  border: 1px solid var(--sep);
}
:is(.site__main, .newsletter-form) :is(button, .button)::before {
  z-index: -1;
  bottom: 0;
  top: -2px;
  left: calc(-1 * var(--btn-3d));
  width: var(--btn-3d);
  transform: translateY(0.5px) skewY(-45deg);
  transform-origin: top right;
  background-color: var(--btn-3d-light);
}
:is(.site__main, .newsletter-form) :is(button, .button)::after {
  z-index: -1;
  right: -1px;
  left: -1px;
  bottom: calc(-1 * var(--btn-3d));
  height: var(--btn-3d);
  transform: translateX(0.5px) skewX(-45deg);
  transform-origin: top right;
  background-color: var(--btn-3d-dark);
}

:is(.site__main, .newsletter-form) :is(button, .button):is(:hover) {
  --btn-3d: 3px;
}
:is(.site__main, .newsletter-form) :is(button, .button):active {
  --btn-3d: 2px;
}


/* :not(.out-of-stock) > .product-footer .add_to_cart .button, */
.add_to_cart .button,
button.add-to-cart,
:where(button,.button).alt {
  background-color: var(--yellow);
  color: var(--black);
  /* --btn-3d-light: #d7cc31;
  --btn-3d-dark: #8b8311; */
  /* --btn-3d-light: #d7b331;
  --btn-3d-dark: #8b7611; */
  /* --btn-3d-light: #ffbe47;
  --btn-3d-dark: #b58030; */
}

.thumb:is(.out-of-stock, .discontinued, .variable-product) .add_to_cart .button {
  color: inherit;
  background-color: transparent;
  border-color: transparent;
  --btn-3d-light: transparent;
  --btn-3d-dark: transparent;
  --sep: transparent;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
  transform: none;
  text-align: right;
  cursor: pointer;
  display: flex;
  gap: 0.5rem;
  padding-right: 0;
  justify-content: flex-end;
}
.thumb:is(.out-of-stock, .discontinued, .variable-product) .add_to_cart .button::after {
  all: unset;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: var(--black);
  clip-path: path("M15,5l-1.41,1.41L18.17,11H2V13h16.17l-4.59,4.59L15,19l7-7L15,5z");
}


/*  */

/* .add-to-cart-block .quantity {
  margin-left: 0;
} */
input.input-text.qty {
  width: 3.5rem;
}


/* .thumb .add-to-cart svg {
  display: none;
} */

/* .add-to-cart svg {
  float: right;
  margin-left: 0.3rem;
} */

/* .fav svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */

/* .add-to-fav::before,
.add-to-fav::after {
  display: none;
}
.add-to-fav {
  margin: 0 auto;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(0, 0) !important;
} */


/*  */
.crumbs {
  margin-top: 0.1rem;
}

.search .leaf {
  padding: 0;
}
.banner > .leaf {
  gap: 1.5rem;
}

.banner-side {
  /* flex: 1; */
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  column-gap: 1.5rem;
  flex-wrap: wrap;
  /* margin-bottom: 1rem; */
}

.banner-side .handy {
  margin: 0;
  margin-left: auto;
  /* margin-bottom: 0.2rem; */
}

/* .banner > .leaf {
  align-items: flex-end;
} */
.banner .search {
  flex: 1;
  min-width: 200px;
}

/* .banner-side {
  flex-direction: column;
  align-items: stretch;
} */

/*  */
/*  */
/*  */
/*  */
/*  */
/*  */

.handy svg {
  /* transform: translate(-0.3px, -0.6px); */
}
.handy svg {
  width: 32px;
  /* filter: brightness(0.9) contrast(9); */
  /* filter: brightness(0.9) contrast(4); */
  filter: brightness(0.9) contrast(2);
}
.handy svg path {
  fill: white;
  stroke: #000;
  stroke-width: 0.5px;
  stroke-linejoin: "round";
}

.is_tax main {
  flex-direction: row;
}
.is_tax.is_item.is_items main > .item {
  flex: 1;
}
.is_tax main > .plural  .thumbs{
  --cols: 2;
}


.in-stock .specifics-block {
  display: none;
}

.bandeau_delais {
  background-color: #000;
  color: #fff;
  padding: 0.01rem 1.5rem;
  margin-bottom: 2rem;
  position: relative;
  padding-left: 5rem;
}

.bandeau_delais::before {
  content: "";
  position: absolute;
  top: 1.7rem;
  left: 2rem;
  background-color: #fff;
  color: #fff;
  display: block;
  width: 24px;
  height: 24px;
  clip-path: path("M21 9a1 1 0 0 1 1 1 1 1 0 0 1-1 1h-4.5l-.1 1.2-2.2 5c-.2.4-.7.8-1.3.8H8.5c-.8 0-1.5-.7-1.5-1.5V10c0-.4.2-.7.4-1l4.2-4.9.8.7c.2.2.3.5.3.8v.2L11 9h10M2 18v-8h3v8H2Z");
  transform: scale(1.4);
}


/* Dark Mode
============ */

.darkmode {
  background-color: var(--black);
  /* background-color: #1a1614; */
  --sep: #4f4039;
  color: #fff;
}
.labels {
  --sep: #000;

}
.darkmode a {
  --stabilo: #5c4336;
}
.darkmode #logo-font {
  fill: var(--yellow);
}
.darkmode #logo-cables {
  fill: #fff;
}
.darkmode .menubar {
  background-color: #000000;
  /* box-shadow: 0 0 0 1px var(--yellow); */
  /* box-shadow: 0 0 30px 1px #5c4336; */
}
.darkmode :is(textarea, select, input:not([name=s]):not([type=button]):not([type=submit]):not([type=reset]):not([type=checkbox]):not([type=radio]):not([type=range])),
.darkmode .input {
  background-color: #5c4336;
  color: #fff;
}

/* Responsive
============= */

@media only screen and (max-width: 800px) {
  .menubar {
    font-size: 90%;
  }
  .layout {
    display: block;
  }
}

@media only screen and (max-width: 650px) {
  .menubar {
    font-size: 90%;
  }

  .menubar {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .menubar .menu > ul > .menu__item--parent .menu__link::before {
    top: 0.2rem;
  }

  .menubar .lang-switch2, .menubar .menu__link {
    padding: 0.3rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
}

@media only screen and (max-width: 600px) {
  .logo,
  .logo h1,
  .logo a {
    text-align: center;
    width: 100%;
  }
  .logo svg {
    width: 80%;
    margin: auto;
  }
}


/*  */

.wc_payment_methods {
  list-style: none;
  padding: 1rem;
  margin: 0;
  background: #000;
  color: #fff;
}

.wc_payment_method:only-child > input {
  display: none;
}

.wc_payment_method label {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*  */

.rgpd {
  position: fixed;
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem;
  z-index: 999999;
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.rgpd button {
  white-space: nowrap;
  border-color: #fff;
}
