h1, h2, h3, h4, h5, p {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5,
em, strong {
  font-size: inherit;
  font-style: normal;
  font-weight: 400;
}

a {
  color: inherit;
}

ul {
  margin: 0;
  padding: 0;
}

.no-select {
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -khtml-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  -webkit-tap-highlight-color: transparent !important;
}

.clear {
  display: block;
  float: none;
  clear: both;
}

html {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

body {
  width: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

html, body {
  overflow-x: hidden;
}

::-webkit-scrollbar {
  display: none;
}

* {
  scrollbar-width: none;
}

:root {
  --FS10: calc(10 * 0.0833333333rem);
  --LH10: calc(12/10);
  --FS12: calc(12 * 0.0833333333rem);
  --LH12: calc(15/12);
  --FS15: calc(15 * 0.0833333333rem);
  --LH15: calc(18/15);
  --FS20: calc(20 * 0.0833333333rem);
  --LH20: calc(24/20);
  --FS30: calc(30 * 0.0833333333rem);
  --FS36: calc(36 * 0.0833333333rem);
}

:root {
  --FRONT_COLOR: black;
  --BACK_COLOR: white;
  --GREY_COLOR: #535151;
  --GRID_MARGIN: calc(60 * 0.0833333333rem);
  --GRID_GUTTER: calc(16 * 0.0833333333rem);
  --4: calc(4 * 0.0833333333rem);
  --6: calc(6 * 0.0833333333rem);
  --12: calc(12 * 0.0833333333rem);
  --16: calc(16 * 0.0833333333rem);
  --20: calc(20 * 0.0833333333rem);
  --24: calc(24 * 0.0833333333rem);
  --36: calc(36 * 0.0833333333rem);
  --48: calc(48 * 0.0833333333rem);
}

#main-grid {
  display: grid;
  visibility: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0 var(--GRID_MARGIN);
  box-sizing: border-box;
  grid-template-columns: repeat(12, 1fr);
  column-gap: var(--GRID_GUTTER);
  z-index: 10000;
  pointer-events: none;
}
#main-grid .col {
  height: 100%;
  grid-column-end: span 1;
  background-color: rgba(0, 255, 255, 0.1);
}

html {
  font-family: "PPNeueYork";
  font-size: 12px;
  line-height: normal;
  visibility: hidden;
}

body {
  font-size: var(--FS12);
  line-height: 1;
  color: var(--FRONT_COLOR);
  background-color: var(--BACK_COLOR);
}

#main {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: var(--GRID_GUTTER);
  padding: 0 var(--GRID_MARGIN);
  box-sizing: border-box;
  min-height: 100svh;
}

#main-container {
  grid-column-start: 4;
  grid-column-end: span 9;
}

header {
  position: fixed;
  top: 0;
  height: 100svh;
  overflow: scroll;
  grid-column-end: span 3;
  z-index: 1;
}
header * {
  user-select: none;
}
header #header-menu {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: calc(var(--GRID_MARGIN) / 2) 0;
  box-sizing: border-box;
}
header #header-menu #main-logo {
  display: block;
  margin-bottom: calc(var(--GRID_MARGIN) / 2);
  font-family: "PPNeueYork ExtraBold";
  font-size: var(--FS30);
  line-height: 1;
  text-decoration: none;
}
header #header-menu #main-logo img {
  display: block;
  width: calc(var(--GRID_GUTTER) + var(--COLUMN_WIDTH) * 1.5);
  height: auto;
}
header #header-menu #nav-categories,
header #header-menu .nav-menu {
  margin-bottom: var(--48);
}
header #header-menu #nav-categories .a-products,
header #header-menu #nav-categories .a-menu,
header #header-menu .nav-menu .a-products,
header #header-menu .nav-menu .a-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--16);
}
header #header-menu #nav-categories .a-products a,
header #header-menu #nav-categories .a-menu a,
header #header-menu .nav-menu .a-products a,
header #header-menu .nav-menu .a-menu a {
  display: block;
  width: fit-content;
  font-family: "PPNeueYork Medium";
  font-size: var(--FS15);
  line-height: var(--LH15);
  text-transform: uppercase;
  cursor: pointer;
}
header #header-menu #nav-categories .a-products .open-close,
header #header-menu #nav-categories .a-menu .open-close,
header #header-menu .nav-menu .a-products .open-close,
header #header-menu .nav-menu .a-menu .open-close {
  cursor: pointer;
}
header #header-menu #nav-categories .a-products .open-close svg,
header #header-menu #nav-categories .a-menu .open-close svg,
header #header-menu .nav-menu .a-products .open-close svg,
header #header-menu .nav-menu .a-menu .open-close svg {
  display: block;
  width: var(--12);
  height: var(--12);
}
header #header-menu #nav-categories .a-products.a-menu a,
header #header-menu #nav-categories .a-menu.a-menu a,
header #header-menu .nav-menu .a-products.a-menu a,
header #header-menu .nav-menu .a-menu.a-menu a {
  flex-grow: 1;
}
header #header-menu #nav-categories .categories,
header #header-menu .nav-menu .categories {
  max-height: 0;
  overflow: hidden;
}
header #header-menu #nav-categories .categories .category,
header #header-menu .nav-menu .categories .category {
  margin-bottom: var(--12);
  padding-left: calc(var(--COLUMN_WIDTH) / 2);
  box-sizing: border-box;
  margin-bottom: 0;
}
header #header-menu #nav-categories .categories .category:last-child,
header #header-menu .nav-menu .categories .category:last-child {
  margin-bottom: 0;
}
header #header-menu #nav-categories .categories .category .a-category,
header #header-menu .nav-menu .categories .category .a-category {
  display: block;
  width: fit-content;
  margin-bottom: var(--6);
  font-size: var(--FS12);
  line-height: var(--LH12);
  text-transform: uppercase;
}
header #header-menu #nav-categories .categories .category .a-category:hover,
header #header-menu .nav-menu .categories .category .a-category:hover {
  font-family: "PPNeueYork Medium";
}
header #header-menu #nav-categories .sub-categories,
header #header-menu #nav-categories .links,
header #header-menu .nav-menu .sub-categories,
header #header-menu .nav-menu .links {
  padding-left: calc(var(--COLUMN_WIDTH) / 2);
  box-sizing: border-box;
  font-family: "PPNeueYork Light";
  font-size: var(--FS12);
  line-height: var(--LH12);
  text-transform: uppercase;
  max-height: 0;
  overflow: hidden;
}
header #header-menu #nav-categories .sub-categories .a-sub-category,
header #header-menu #nav-categories .sub-categories .a-link,
header #header-menu #nav-categories .links .a-sub-category,
header #header-menu #nav-categories .links .a-link,
header #header-menu .nav-menu .sub-categories .a-sub-category,
header #header-menu .nav-menu .sub-categories .a-link,
header #header-menu .nav-menu .links .a-sub-category,
header #header-menu .nav-menu .links .a-link {
  display: block;
  position: relative;
  width: fit-content;
}
header #header-menu #nav-categories .sub-categories .a-sub-category::before,
header #header-menu #nav-categories .sub-categories .a-link::before,
header #header-menu #nav-categories .links .a-sub-category::before,
header #header-menu #nav-categories .links .a-link::before,
header #header-menu .nav-menu .sub-categories .a-sub-category::before,
header #header-menu .nav-menu .sub-categories .a-link::before,
header #header-menu .nav-menu .links .a-sub-category::before,
header #header-menu .nav-menu .links .a-link::before {
  display: none;
  content: "";
  position: absolute;
  height: 100%;
  left: calc(-1 * var(--GRID_GUTTER));
  width: 2px;
  background-color: var(--FRONT_COLOR);
}
header #header-menu #nav-categories .sub-categories .a-sub-category:hover, header #header-menu #nav-categories .sub-categories .a-sub-category.sel,
header #header-menu #nav-categories .sub-categories .a-link:hover,
header #header-menu #nav-categories .sub-categories .a-link.sel,
header #header-menu #nav-categories .links .a-sub-category:hover,
header #header-menu #nav-categories .links .a-sub-category.sel,
header #header-menu #nav-categories .links .a-link:hover,
header #header-menu #nav-categories .links .a-link.sel,
header #header-menu .nav-menu .sub-categories .a-sub-category:hover,
header #header-menu .nav-menu .sub-categories .a-sub-category.sel,
header #header-menu .nav-menu .sub-categories .a-link:hover,
header #header-menu .nav-menu .sub-categories .a-link.sel,
header #header-menu .nav-menu .links .a-sub-category:hover,
header #header-menu .nav-menu .links .a-sub-category.sel,
header #header-menu .nav-menu .links .a-link:hover,
header #header-menu .nav-menu .links .a-link.sel {
  font-family: "PPNeueYork Medium";
}
header #header-menu #nav-categories .sub-categories .a-sub-category.sel,
header #header-menu #nav-categories .links .a-sub-category.sel,
header #header-menu .nav-menu .sub-categories .a-sub-category.sel,
header #header-menu .nav-menu .links .a-sub-category.sel {
  font-family: "PPNeueYork Medium";
}
header #header-menu #nav-categories.contact .form-container,
header #header-menu .nav-menu.contact .form-container {
  opacity: 0;
  max-height: 0;
  pointer-events: none;
  overflow: hidden;
}
header #header-menu #nav-categories.contact .form-container.visible,
header #header-menu .nav-menu.contact .form-container.visible {
  opacity: 1;
  max-height: 100svh;
  pointer-events: initial;
}
header #header-menu .nav-networks {
  display: flex;
  column-gap: var(--GRID_GUTTER);
  margin-bottom: var(--12);
}
header #header-menu .nav-networks .a-network svg {
  display: block;
  height: var(--16);
  width: auto;
}
header #header-menu .nav-networks .a-network svg path {
  fill: var(--FRONT_COLOR);
}
header #header-menu .nav-lang {
  display: flex;
  column-gap: var(--GRID_GUTTER);
  margin-bottom: var(--16);
  font-size: var(--FS12);
  line-height: var(--LH12);
  text-transform: uppercase;
}
header #header-menu #nav-categories,
header #header-menu .nav-menu {
  margin-bottom: 0;
}
header #header-menu #nav-categories.open,
header #header-menu .nav-menu.open {
  margin-bottom: var(--24);
}
header #header-menu #nav-categories.open.nav-menu.open:not(:has(.links)),
header #header-menu .nav-menu.open.nav-menu.open:not(:has(.links)) {
  margin-bottom: 0;
}
header #header-menu #nav-categories.open .a-products a,
header #header-menu .nav-menu.open .a-products a {
  text-decoration: underline;
  text-underline-offset: 0.4em;
  text-decoration-thickness: 2px;
}
header #header-menu #nav-categories.open svg rect:nth-child(2),
header #header-menu .nav-menu.open svg rect:nth-child(2) {
  height: 0;
}
header #header-menu #nav-categories.open .categories,
header #header-menu .nav-menu.open .categories {
  max-height: unset;
}
header #header-menu #nav-categories.open .categories .category.open,
header #header-menu .nav-menu.open .categories .category.open {
  margin-bottom: var(--12);
}
header #header-menu #nav-categories.open .categories .category.open .a-category,
header #header-menu .nav-menu.open .categories .category.open .a-category {
  font-family: "PPNeueYork Medium";
}
header #header-menu #nav-categories.open .categories .category.open .sub-categories,
header #header-menu .nav-menu.open .categories .category.open .sub-categories {
  max-height: unset;
}
header #header-menu #nav-categories.open .categories .category.open .sub-categories .a-sub-category::before,
header #header-menu .nav-menu.open .categories .category.open .sub-categories .a-sub-category::before {
  display: block;
}
header #header-menu #nav-categories.open .links,
header #header-menu .nav-menu.open .links {
  max-height: unset;
}
header #header-menu #nav-categories.open .links .a-link::before,
header #header-menu .nav-menu.open .links .a-link::before {
  display: block;
}
header #header-menu .bottom {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

footer {
  position: fixed;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  padding: var(--12) 0;
  grid-column-end: span 12;
  background-color: var(--BACK_COLOR);
  z-index: 1;
  width: calc(var(--COLUMN_WIDTH) * 3 + var(--GRID_GUTTER) * 2);
}
footer .copyright {
  font-family: "PPNeueYork Medium";
  font-size: var(--FS10);
  line-height: var(--LH10);
}

#searchbar {
  position: absolute;
  top: var(--OFFSET_TOP);
  transform: translateY(calc(-100% - var(--GRID_MARGIN) / 1));
  right: var(--GRID_MARGIN);
  display: flex;
  padding-bottom: var(--4);
  border-bottom: 1px solid;
  width: calc(var(--COLUMN_WIDTH) * 2 + var(--GRID_GUTTER));
}
#searchbar svg {
  width: var(--16);
  margin-right: var(--6);
  flex-shrink: 0;
}
#searchbar input {
  all: unset;
  font-family: "PPNeueYork";
  font-size: var(--FS12);
  line-height: 1;
  text-transform: uppercase;
  flex-grow: 1;
}

picture,
.video-container {
  display: block;
  width: 100%;
}
picture img,
picture video,
.video-container img,
.video-container video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a {
  text-decoration: none;
}

.textarea {
  font-variant-alternates: none;
  font-feature-settings: "calt" off;
}
.textarea a {
  text-decoration: underline;
}
.textarea p:not(:last-child),
.textarea ul:not(:last-child) {
  margin-bottom: 1em;
}
.textarea em {
  font-family: "PPNeueYork Italic";
  font-style: italic;
}
.textarea em strong {
  font-family: "PPNeueYork Medium Italic";
}
.textarea strong {
  font-family: "PPNeueYork Medium";
}
.textarea strong em {
  font-family: "PPNeueYork Medium Italic";
  font-style: italic;
}

.contact-form {
  display: flex;
  flex-direction: column;
  row-gap: var(--6);
}
.contact-form .error {
  color: red;
}
.contact-form .error.ok {
  color: green;
}
.contact-form .error {
  display: none;
}
.contact-form .error.visible {
  display: block;
}
.contact-form .input {
  display: flex;
  align-items: center;
  gap: var(--6);
}
.contact-form .input label {
  font-family: "PPNeueYork";
  font-size: var(--FS12);
  line-height: 1;
}
.contact-form .input input,
.contact-form .input textarea {
  all: unset;
  border-bottom: 1px solid;
  font-family: "PPNeueYork";
  font-size: var(--FS12);
  line-height: 1;
  flex-grow: 1;
}
.contact-form .input textarea {
  width: 100%;
  height: 5em;
  margin-top: var(--6);
  border: 1px solid;
  box-sizing: border-box;
  border-color: rgba(0, 0, 0, 0.1);
  padding: 0.2em;
}
.contact-form .input.large {
  display: block;
  margin-top: 1em;
}
.contact-form .input .submit {
  display: block;
  width: fit-content;
  padding: var(--6);
  border: calc(1 * 0.0833333333rem) solid;
  box-sizing: border-box;
  font-family: "PPNeueYork Medium";
  font-size: var(--FS12);
  line-height: 1;
  text-transform: uppercase;
  margin-top: 1em;
  cursor: pointer;
}
.contact-form .input .submit:hover {
  color: var(--BACK_COLOR);
  background-color: var(--FRONT_COLOR);
}

*.mobile {
  display: none;
}

.template-page-products .products,
.template-page-sold .products,
.template-category .products,
.template-category-sub .products,
.template-single-product .products {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  column-gap: var(--GRID_GUTTER);
  row-gap: var(--GRID_GUTTER);
  padding-top: var(--OFFSET_TOP);
  padding-bottom: var(--GRID_MARGIN);
  box-sizing: border-box;
  grid-auto-rows: calc((var(--COLUMN_WIDTH) * 3 + var(--GRID_GUTTER) * 2) / 0.75);
  grid-auto-flow: dense;
}
.template-page-products .products .product,
.template-page-sold .products .product,
.template-category .products .product,
.template-category-sub .products .product,
.template-single-product .products .product {
  position: relative;
  grid-column-end: span 3;
}
.template-page-products .products .product:nth-child(4n+1),
.template-page-sold .products .product:nth-child(4n+1),
.template-category .products .product:nth-child(4n+1),
.template-category-sub .products .product:nth-child(4n+1),
.template-single-product .products .product:nth-child(4n+1) {
  grid-column-end: span 6;
  grid-row: span 2;
}
.template-page-products .products .product picture img,
.template-page-sold .products .product picture img,
.template-category .products .product picture img,
.template-category-sub .products .product picture img,
.template-single-product .products .product picture img {
  height: 100%;
}
.template-page-products .products .product h2,
.template-page-sold .products .product h2,
.template-category .products .product h2,
.template-category-sub .products .product h2,
.template-single-product .products .product h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-family: "PPNeueYork Italic";
  font-style: italic;
  font-size: var(--FS12);
  line-height: var(--LH12);
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0;
  width: 100%;
  white-space: normal;
  padding: var(--24);
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  text-align: center;
}
.template-page-products .products .product .sold,
.template-page-sold .products .product .sold,
.template-category .products .product .sold,
.template-category-sub .products .product .sold,
.template-single-product .products .product .sold {
  position: absolute;
  top: var(--GRID_GUTTER);
  right: var(--GRID_GUTTER);
  font-size: var(--FS10);
  line-height: var(--LH10);
  text-transform: uppercase;
  background-color: var(--BACK_COLOR);
  padding: var(--4);
}
.template-page-products .products .product:hover picture,
.template-page-sold .products .product:hover picture,
.template-category .products .product:hover picture,
.template-category-sub .products .product:hover picture,
.template-single-product .products .product:hover picture {
  opacity: 0.4;
}
.template-page-products .products .product:hover h2,
.template-page-sold .products .product:hover h2,
.template-category .products .product:hover h2,
.template-category-sub .products .product:hover h2,
.template-single-product .products .product:hover h2 {
  opacity: 1;
}

.template-single-product #searchbar {
  display: none;
}
.template-single-product #main-container {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  column-gap: var(--GRID_GUTTER);
  padding-top: var(--OFFSET_TOP);
  box-sizing: border-box;
  height: 100svh;
}
.template-single-product #main-container .left {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: var(--GRID_GUTTER);
  row-gap: var(--GRID_GUTTER);
  box-sizing: border-box;
  grid-column-end: span 5;
  height: fit-content;
  padding-bottom: var(--GRID_GUTTER);
}
.template-single-product #main-container .left > picture {
  grid-column-end: span 2;
  height: fit-content;
  cursor: pointer;
}
.template-single-product #main-container .left > picture:first-child {
  grid-column-end: span 4;
}
.template-single-product #main-container .left > picture img {
  height: auto;
}
.template-single-product #main-container .right {
  position: relative;
  grid-column-end: span 4;
  padding-left: calc(var(--COLUMN_WIDTH) / 2);
  box-sizing: border-box;
  padding-bottom: var(--12);
}
.template-single-product #main-container .right .right-sticky {
  position: sticky;
  top: var(--OFFSET_TOP);
  height: fit-content;
}
.template-single-product #main-container .right h1 {
  margin-bottom: var(--36);
  font-family: "PPNeueYork Medium Italic";
  font-size: var(--FS15);
  line-height: var(--LH15);
  text-transform: uppercase;
  font-style: italic;
}
.template-single-product #main-container .right:has(.sold) h1 {
  padding-right: var(--48);
}
.template-single-product #main-container .right .sold {
  position: absolute;
  top: 0;
  right: 0;
  font-size: var(--FS10);
  line-height: var(--LH10);
  text-transform: uppercase;
  background-color: var(--FRONT_COLOR);
  color: var(--BACK_COLOR);
  padding: var(--4);
}
.template-single-product #main-container .right .description {
  margin-bottom: 1em;
  font-family: "PPNeueYork";
  font-size: var(--FS12);
  line-height: var(--LH12);
  color: var(--GREY_COLOR);
}
.template-single-product #main-container .right .technical {
  padding-left: var(--GRID_GUTTER);
  font-family: "PPNeueYork Light";
  font-size: var(--FS12);
  line-height: var(--LH12);
  color: var(--GREY_COLOR);
}
.template-single-product #main-container .right .price {
  margin-top: 1em;
  font-family: "PPNeueYork";
  font-size: var(--FS12);
  line-height: var(--LH12);
}
.template-single-product #main-container .right .contact {
  display: block;
  width: fit-content;
  margin-top: var(--48);
  padding: var(--6);
  border: calc(1 * 0.0833333333rem) solid;
  box-sizing: border-box;
  font-family: "PPNeueYork Medium";
  font-size: var(--FS12);
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
}
.template-single-product #main-container .right .contact:hover {
  color: var(--BACK_COLOR);
  background-color: var(--FRONT_COLOR);
}
.template-single-product #main-container .right .form-container {
  opacity: 0;
  max-height: 0;
  pointer-events: none;
  overflow: hidden;
  transition: all ease-in-out 500ms;
}
.template-single-product #main-container .right .form-container.visible {
  opacity: 1;
  max-height: 100svh;
  pointer-events: initial;
}
.template-single-product #main-container .right .form-container form {
  padding-top: var(--48);
}
.template-single-product #main-container .right .form-container form input[name=subject] {
  opacity: 0.5;
  pointer-events: none;
  text-overflow: ellipsis;
}
.template-single-product .carrousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.template-single-product .carrousel .carrousel-inner {
  position: relative;
  width: calc((var(--COLUMN_WIDTH) * 5 + var(--GRID_GUTTER) * 4 - var(--GRID_GUTTER) * 2) / 3 * 1 + var(--GRID_GUTTER) * 1);
}
.template-single-product .carrousel .carrousel-inner .carrousel-container {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  column-gap: var(--GRID_GUTTER);
}
.template-single-product .carrousel .carrousel-inner .carrousel-container > * {
  width: calc((var(--COLUMN_WIDTH) * 5 + var(--GRID_GUTTER) * 4 - var(--GRID_GUTTER) * 2) / 3 * 1 + var(--GRID_GUTTER) * 0);
  flex-shrink: 0;
  cursor: pointer;
}
.template-single-product .carrousel .carrousel-inner .carrousel-container > * img {
  height: auto;
}
.template-single-product:not(:has(.related-products)) .carrousel-out,
.template-single-product:not(:has(.related-products)) #main-container .right {
  margin-bottom: var(--24);
}
.template-single-product .carrousel-out {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  grid-column-end: span 4;
  padding-bottom: var(--4);
  margin-bottom: var(--12);
  z-index: 100;
}
.template-single-product .carrousel-out .arrow-left,
.template-single-product .carrousel-out .arrow-right {
  position: absolute;
  top: 50%;
  cursor: pointer;
  font-family: "PPMuseum Thin";
  font-size: calc(24 * 0.0833333333rem);
  line-height: 1;
  top: unset;
  bottom: 0;
  transform: translateY(100%);
}
.template-single-product .carrousel-out .arrow-left.hide,
.template-single-product .carrousel-out .arrow-right.hide {
  display: none !important;
}
.template-single-product .carrousel-out .arrow-left.disable,
.template-single-product .carrousel-out .arrow-right.disable {
  display: none;
}
.template-single-product .carrousel-out .arrow-left {
  left: 0;
}
.template-single-product .carrousel-out .arrow-right {
  right: 0;
}
.template-single-product .carrousel-out.full {
  position: fixed;
  border: none;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100svh;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1000;
  padding: var(--GRID_GUTTER);
  margin-top: 0;
  box-sizing: border-box;
}
.template-single-product .carrousel-out.full .carrousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.template-single-product .carrousel-out.full .carrousel .carrousel-inner {
  position: relative;
  width: 100%;
}
.template-single-product .carrousel-out.full .carrousel .carrousel-inner .carrousel-container {
  column-gap: 0;
}
.template-single-product .carrousel-out.full .carrousel .carrousel-inner .carrousel-container > * {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
}
.template-single-product .carrousel-out.full .carrousel .carrousel-inner .carrousel-container > * img {
  object-fit: contain;
  height: 100%;
}
.template-single-product .carrousel-out.full .arrow-left,
.template-single-product .carrousel-out.full .arrow-right {
  font-size: calc(36 * 0.0833333333rem);
}
.template-single-product .carrousel-out.full .arrow-left {
  top: 50%;
  left: var(--GRID_MARGIN);
  transform: none;
}
.template-single-product .carrousel-out.full .arrow-right {
  top: 50%;
  right: var(--GRID_MARGIN);
  transform: none;
}
.template-single-product .related-products {
  margin-top: var(--12);
  padding-top: var(--16);
  padding-bottom: var(--24);
  border-top: 1px solid;
  grid-column-end: span 9;
}
.template-single-product .related-products h3 {
  text-transform: uppercase;
  font-family: "PPNeueYork Light";
  font-size: var(--FS16);
  line-height: var(--LH16);
  color: var(--GREY_COLOR);
}
.template-single-product .related-products .products {
  padding-top: var(--24);
  grid-auto-rows: unset;
  grid-auto-flow: unset;
}
.template-single-product .related-products .products .product:nth-child(4n+1) {
  grid-column-end: span 3;
  grid-row: unset;
}
.template-single-product .related-products .products .product img {
  height: auto;
}

.template-page-general .blocs,
.template-page-order .blocs,
.template-page-about .blocs,
.template-page-mentions .blocs {
  padding-top: var(--OFFSET_TOP);
  padding-left: calc(var(--COLUMN_WIDTH) + var(--GRID_GUTTER));
  padding-right: calc(var(--COLUMN_WIDTH) + var(--GRID_GUTTER));
}
.template-page-general .blocs .bloc,
.template-page-order .blocs .bloc,
.template-page-about .blocs .bloc,
.template-page-mentions .blocs .bloc {
  margin-bottom: var(--36);
}
.template-page-general .blocs .bloc h1,
.template-page-order .blocs .bloc h1,
.template-page-about .blocs .bloc h1,
.template-page-mentions .blocs .bloc h1 {
  font-family: "PPNeueYork Medium";
  font-size: var(--FS20);
  line-height: var(--LH20);
  text-transform: uppercase;
  margin-bottom: 1em;
}
.template-page-general .blocs .bloc h2,
.template-page-order .blocs .bloc h2,
.template-page-about .blocs .bloc h2,
.template-page-mentions .blocs .bloc h2 {
  font-family: "PPNeueYork Medium";
  font-size: var(--FS15);
  line-height: var(--LH15);
  text-transform: uppercase;
  margin-bottom: 1em;
}
.template-page-general .blocs .bloc .textarea,
.template-page-order .blocs .bloc .textarea,
.template-page-about .blocs .bloc .textarea,
.template-page-mentions .blocs .bloc .textarea {
  font-family: "PPNeueYork";
  font-size: var(--FS12);
  line-height: var(--LH12);
}
.template-page-general .blocs .bloc .textarea strong,
.template-page-order .blocs .bloc .textarea strong,
.template-page-about .blocs .bloc .textarea strong,
.template-page-mentions .blocs .bloc .textarea strong {
  font-family: "PPNeueYork Medium";
}