@font-face {
  font-family: "TT Commons";
  font-weight: 100;
  font-style: normal;
  src: url("/assets/fonts/tt-commons/tt-commons-thin.ttf") format("truetype");
}
@font-face {
  font-family: "TT Commons";
  font-weight: 100;
  font-style: italic;
  src: url("/assets/fonts/tt-commons/tt-commons-thin-italic.ttf") format("truetype");
}
@font-face {
  font-family: "TT Commons";
  font-weight: 200;
  font-style: normal;
  src: url("/assets/fonts/tt-commons/tt-commons-extralight.ttf") format("truetype");
}
@font-face {
  font-family: "TT Commons";
  font-weight: 200;
  font-style: italic;
  src: url("/assets/fonts/tt-commons/tt-commons-extralight-italic.ttf") format("truetype");
}
@font-face {
  font-family: "TT Commons";
  font-weight: 300;
  font-style: normal;
  src: url("/assets/fonts/tt-commons/tt-commons-light.ttf") format("truetype");
}
@font-face {
  font-family: "TT Commons";
  font-weight: 300;
  font-style: italic;
  src: url("/assets/fonts/tt-commons/tt-commons-light-italic.ttf") format("truetype");
}
@font-face {
  font-family: "TT Commons";
  font-weight: 350;
  font-style: normal;
  src: url("/assets/fonts/tt-commons/tt-commons-book.ttf") format("truetype");
}
@font-face {
  font-family: "TT Commons";
  font-weight: 350;
  font-style: italic;
  src: url("/assets/fonts/tt-commons/tt-commons-book-italic.ttf") format("truetype");
}
@font-face {
  font-family: "TT Commons";
  font-weight: 400;
  font-style: normal;
  src: url("/assets/fonts/tt-commons/tt-commons-regular.ttf") format("truetype");
}
@font-face {
  font-family: "TT Commons";
  font-weight: 400;
  font-style: italic;
  src: url("/assets/fonts/tt-commons/tt-commons-italic.ttf") format("truetype");
}
@font-face {
  font-family: "TT Commons";
  font-weight: 500;
  font-style: normal;
  src: url("/assets/fonts/tt-commons/tt-commons-medium.ttf") format("truetype");
}
@font-face {
  font-family: "TT Commons";
  font-weight: 500;
  font-style: italic;
  src: url("/assets/fonts/tt-commons/tt-commons-medium-italic.ttf") format("truetype");
}
@font-face {
  font-family: "TT Commons";
  font-weight: 600;
  font-style: normal;
  src: url("/assets/fonts/tt-commons/tt-commons-demibold.ttf") format("truetype");
}
@font-face {
  font-family: "TT Commons";
  font-weight: 600;
  font-style: italic;
  src: url("/assets/fonts/tt-commons/tt-commons-demibold-italic.ttf") format("truetype");
}
@font-face {
  font-family: "TT Commons";
  font-weight: 700;
  font-style: normal;
  src: url("/assets/fonts/tt-commons/tt-commons-bold.ttf") format("truetype");
}
@font-face {
  font-family: "TT Commons";
  font-weight: 700;
  font-style: italic;
  src: url("/assets/fonts/tt-commons/tt-commons-bold-italic.ttf") format("truetype");
}
@font-face {
  font-family: "TT Commons";
  font-weight: 800;
  font-style: normal;
  src: url("/assets/fonts/tt-commons/tt-commons-extrabold.ttf") format("truetype");
}
@font-face {
  font-family: "TT Commons";
  font-weight: 800;
  font-style: italic;
  src: url("/assets/fonts/tt-commons/tt-commons-extrabold-italic.ttf") format("truetype");
}
@font-face {
  font-family: "TT Commons";
  font-weight: 900;
  font-style: normal;
  src: url("/assets/fonts/tt-commons/tt-commons-black.ttf") format("truetype");
}
@font-face {
  font-family: "TT Commons";
  font-weight: 900;
  font-style: italic;
  src: url("/assets/fonts/tt-commons/tt-commons-black-italic.ttf") format("truetype");
}
@font-face {
  font-family: "Classico URW";
  font-weight: 400;
  font-style: normal;
  src: url("/assets/fonts/classico-urw/Classico-URW-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Classico URW";
  font-weight: 400;
  font-style: italic;
  src: url("/assets/fonts/classico-urw/Classico-URW-Regular-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Classico URW";
  font-weight: 500;
  font-style: normal;
  src: url("/assets/fonts/classico-urw/Classico-URW-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Classico URW";
  font-weight: 500;
  font-style: italic;
  src: url("/assets/fonts/classico-urw/Classico-URW-Medium-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Classico URW";
  font-weight: 700;
  font-style: normal;
  src: url("/assets/fonts/classico-urw/Classico-URW-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Classico URW";
  font-weight: 700;
  font-style: italic;
  src: url("/assets/fonts/classico-urw/Classico-URW-Bold-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Classico URW";
  font-weight: 900;
  font-style: normal;
  src: url("/assets/fonts/classico-urw/Classico-URW-Black.ttf") format("truetype");
}
.hidden {
  display: none !important;
}

@media screen and (min-width: 728px) {
  .only-on-mobile {
    display: none !important;
  }
}

@media screen and (max-width: 727px) {
  .hidden-on-mobile {
    display: none !important;
  }
}

@media screen and (max-width: 727px) {
  .only-on-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 1120px) {
  .only-on-tablet {
    display: none !important;
  }
}

@media screen and (min-width: 728px) and (max-width: 1119px) {
  .hidden-on-tablet {
    display: none !important;
  }
}

@media screen and (max-width: 1119px) {
  .only-on-desktop {
    display: none !important;
  }
}

@media screen and (min-width: 1120px) {
  .hidden-on-desktop {
    display: none !important;
  }
}

.italic {
  font-style: italic;
}

.no-wrap-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

* {
  box-sizing: border-box;
}

html, body, p, h1, h2, h3, h4, h5, h6, input, textarea {
  margin: 0;
  padding: 0;
}

html {
  background-color: white;
  color: black;
  font-family: "TT Commons", sans-serif;
}
html:lang(zh-CN) html {
  font-family: "TT Commons", "Noto Sans CJK SC", "Source Han Sans CN", sans-serif;
}
html {
  scroll-padding-top: 80px;
  scroll-behavior: smooth;
}
@media screen and (min-width: 1120px) {
  html {
    scroll-padding-top: 114px;
  }
}

body {
  min-width: 375px;
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 80px;
}
@media screen and (min-width: 1120px) {
  body {
    padding-top: 114px;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

input[type=text],
input[type=number],
input[type=password],
input[type=email],
input[type=tel],
textarea,
select {
  appearance: none;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  background-color: transparent;
  outline: none;
  border: none;
  border-bottom: 1px solid rgba(184, 184, 184, 0.5);
  border-radius: 0;
}

select {
  margin: 0;
}

input[type=radio],
input[type=checkbox] {
  width: 20px;
  height: 20px;
  accent-color: currentColor;
}

button, input[type=submit] {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  font-family: inherit;
  cursor: pointer;
}
button.disabled, input[type=submit].disabled {
  border-color: #999999 !important;
  color: #999999 !important;
  cursor: not-allowed;
}
button.large, input[type=submit].large {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  border: 1px solid #6C1401;
  font-size: 16px;
  font-weight: 300;
}
button.theme-coloured, input[type=submit].theme-coloured {
  background-color: #6C1401;
  color: white;
}
button.theme-coloured.disabled, input[type=submit].theme-coloured.disabled {
  background-color: #999999 !important;
  color: white !important;
}
button.white, input[type=submit].white {
  background-color: white;
  color: #6C1401;
}
button.apple-pay img, input[type=submit].apple-pay img {
  position: absolute;
  left: 0;
  top: 9px;
  width: 100%;
  height: 22px;
  object-fit: contain;
}

svg {
  width: 100%;
  height: 100%;
}

@view-transition {
  navigation: auto;
}
.button-like-back-link {
  margin-top: 20px;
  text-align: center;
}
.button-like-back-link a {
  padding-left: 2px;
  color: #555555;
  font-size: 14px;
  letter-spacing: 2px;
  text-decoration: underline;
  cursor: pointer;
}

.back-link-with-arrow {
  display: flex;
  align-items: center;
}
.back-link-with-arrow .text {
  line-height: 16px;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.back-link-with-arrow .icon {
  position: relative;
  top: -1px;
  width: 16px;
  height: 16px;
  object-fit: contain;
  margin-left: 14px;
}

@keyframes add-to-cart-button-loading-dot {
  0% {
    opacity: 100%;
  }
  33% {
    opacity: 50%;
  }
}
.slide-control {
  display: flex;
  align-items: center;
}
.slide-control button {
  width: 28px;
  height: 28px;
  color: currentColor;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 728px) {
  .slide-control button {
    width: 32px;
    height: 32px;
  }
}
@media screen and (min-width: 1120px) {
  .slide-control button {
    width: 42px;
    height: 42px;
  }
}
.slide-control button.left svg {
  transform: rotate(180deg);
}
.slide-control button:disabled {
  opacity: 0.2;
  cursor: not-allowed;
}
.slide-control button svg {
  height: 14px;
  width: auto;
}
@media screen and (min-width: 728px) {
  .slide-control button svg {
    height: 16px;
  }
}
@media screen and (min-width: 1120px) {
  .slide-control button svg {
    height: 21px;
  }
}
.slide-control .pagination {
  margin-left: 3px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 727px) {
  .slide-control .pagination {
    margin-top: -1px;
  }
}
@media screen and (min-width: 728px) {
  .slide-control .pagination {
    margin-left: 8px;
    margin-right: 5px;
    font-size: 19px;
  }
}
@media screen and (min-width: 1120px) {
  .slide-control .pagination {
    margin-left: 10px;
    margin-right: 7px;
    font-size: 25px;
  }
}

.press-quote-entry {
  position: relative;
  flex-shrink: 0;
  padding: 30px 0;
  white-space: normal;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 728px) {
  .press-quote-entry {
    padding: 60px 30px;
  }
}
.press-quote-entry .logo {
  height: 35px;
}
@media screen and (min-width: 728px) {
  .press-quote-entry .logo {
    height: 90px;
  }
}
.press-quote-entry .quote {
  width: 200px;
  margin-top: 17px;
  font-family: "Classico URW", serif;
}
html:lang(zh-CN) .press-quote-entry .quote {
  font-family: "Classico URW", "Noto Sans CJK SC", "Source Han Sans CN", sans-serif;
}
.press-quote-entry .quote {
  font-size: 16px;
  text-align: center;
}
@media screen and (min-width: 728px) {
  .press-quote-entry .quote {
    width: 363px;
    margin-top: 30px;
    font-size: 22px;
  }
}
.press-quote-entry .quotation-mark {
  position: absolute;
  line-height: 30px;
  font-size: 172px;
  font-weight: 300;
}
@media screen and (min-width: 728px) {
  .press-quote-entry .quotation-mark {
    line-height: 55px;
    font-size: 308px;
  }
}
.press-quote-entry .quotation-mark.left {
  right: calc(50% + 100px);
  top: 90px;
}
@media screen and (min-width: 728px) {
  .press-quote-entry .quotation-mark.left {
    right: calc(50% + 210px);
    top: 160px;
  }
}
.press-quote-entry .quotation-mark.right {
  left: calc(50% + 100px);
  top: 150px;
}
@media screen and (min-width: 728px) {
  .press-quote-entry .quotation-mark.right {
    left: calc(50% + 210px);
    top: 260px;
  }
}

.content {
  position: relative;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 728px) {
  .content {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (min-width: 1120px) {
  .content {
    padding-left: 38px;
    padding-right: 38px;
  }
}
.content.full {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  color: black;
  transition: background-color 0.25s ease, color 0.25s ease;
}
header.white {
  color: white;
}
header.white .language-switch .drop-down {
  color: black;
}
header.transparent {
  background-color: transparent !important;
}
header.transparent nav {
  background-color: white !important;
}
html.admin header {
  height: 110px;
}
@media screen and (min-width: 728px) {
  html.admin header {
    height: 150px;
  }
}
html.admin header > .content {
  height: 100%;
}
header .content {
  max-width: 1440px;
}
header > .content {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1120px) {
  header > .content {
    height: 114px;
  }
}
header > .content .logo {
  flex: none;
  width: 88px;
}
@media screen and (min-width: 728px) {
  header > .content .logo {
    width: 128px;
  }
}
html.admin header > .content .logo {
  width: 108px;
}
@media screen and (min-width: 728px) {
  html.admin header > .content .logo {
    width: 196px;
  }
}
header > .content .logo svg {
  display: block;
  width: 100%;
  height: auto;
}
header > .content .buttons {
  flex: none;
  position: relative;
  display: flex;
  align-items: center;
}
html.admin header > .content .buttons {
  flex: 1;
}
html.admin header > .content .buttons.right {
  justify-content: flex-end;
}
html.admin header > .content .buttons > .user {
  display: flex;
  align-items: center;
}
html.admin header > .content .buttons > .user .avatar {
  width: 30px;
  height: 30px;
  background-color: #F8F8F8;
  border-radius: 2px;
}
html.admin header > .content .buttons > .user .username {
  margin-left: 10px;
  font-size: 14px;
  text-align: right;
}
@media screen and (min-width: 728px) {
  html.admin header > .content .buttons > .user .username {
    font-size: 16px;
  }
}
header > .content .buttons > *:not(:first-child) {
  margin-left: 13px;
}
@media screen and (min-width: 1120px) {
  header > .content .buttons > *:not(:first-child) {
    margin-left: 16px;
  }
}
header > .content .buttons .language-switch {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
header > .content .buttons .language-switch .drop-down {
  z-index: 10;
  position: absolute;
  display: none;
  background-color: #E2E2E2;
  cursor: default;
}
header > .content .buttons .language-switch .drop-down.shown {
  display: block;
}
header > .content .buttons .language-switch .drop-down .item {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
}
header > .content .buttons .language-switch {
  font-size: 12px;
  gap: 4px;
}
header > .content .buttons .language-switch .icon {
  width: 22px;
  height: 22px;
  padding: 2px;
  color: inherit;
}
@media screen and (min-width: 1120px) {
  header > .content .buttons .language-switch .icon {
    width: 24px;
    height: 24px;
  }
}
header > .content .buttons .language-switch .name {
  margin-top: 1px;
}
header > .content .buttons .language-switch .chevron {
  position: relative;
  top: -2px;
}
header > .content .buttons .language-switch .chevron svg {
  width: 6px;
  height: 4px;
}
header > .content .buttons .language-switch .drop-down {
  top: calc(100% + 4px);
  left: 10px;
  padding: 8px 16px;
}
header > .content .buttons .language-switch .drop-down .item {
  padding: 3px 0;
}
header > .content .buttons .button {
  width: 22px;
  height: 22px;
  color: inherit;
}
@media screen and (min-width: 1120px) {
  header > .content .buttons .button {
    width: 24px;
    height: 24px;
  }
}
header > .content .buttons .button.cart {
  padding: 1px;
}
header > .content .buttons .button.menu {
  padding: 2px;
}
header > .content .buttons .button.menu.close {
  padding: 0;
  background-color: #F8F8F8;
  border-radius: 50%;
  transform: scale(1.46);
  display: flex;
  justify-content: center;
  align-items: center;
}
header > .content .buttons .button.menu.close .icon.show {
  display: none;
}
header > .content .buttons .button.menu.close .icon.close {
  display: flex;
}
header > .content .buttons .button.menu.close .icon.close svg {
  width: 6px;
  height: 6px;
}
header > .content .buttons .button.menu .icon.close {
  display: none;
}
header > .content .buttons .separator {
  width: 1px;
  height: 11px;
  background-color: #D9D9D9;
}
@media screen and (min-width: 1120px) {
  header > .content .buttons .separator {
    height: 44px;
  }
}
@media screen and (max-width: 1119px) {
  header .links.main {
    display: none;
  }
  header .links.main.shown {
    display: block;
  }
  header .links.main .content {
    padding-top: 12px;
    padding-bottom: 24px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  header .links.main .content::-webkit-scrollbar {
    display: none;
  }
  header .links.main .content {
    scroll-snap-type: x mandatory;
    overscroll-behavior: contain;
    display: flex;
    align-items: flex-start;
    gap: 16px;
  }
}
@media screen and (max-width: 1119px) and (min-width: 728px) {
  header .links.main .content {
    gap: 76px;
  }
}
@media screen and (min-width: 1120px) {
  header .links.main {
    position: relative;
    overflow: auto visible;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  header .links.main::-webkit-scrollbar {
    display: none;
  }
  header .links.main {
    overscroll-behavior: contain;
    scroll-snap-type: x proximity;
    margin: 0 35px;
    padding: 10px 13px;
    scroll-padding-left: 13px;
    scroll-padding-right: 13px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: baseline;
    gap: 24px;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 20px, black calc(100% - 20px), transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 20px, black calc(100% - 20px), transparent 100%);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
}
header .links.main .link {
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 1119px) {
  header .links.main .link {
    scroll-snap-align: center;
    scroll-snap-stop: normal;
  }
}
@media screen and (min-width: 1120px) {
  header .links.main .link {
    flex: none;
    scroll-snap-align: start;
    scroll-snap-stop: normal;
  }
}
header .links.main .link:not(.current) .button-animation-target {
  position: relative;
}
header .links.main .link:not(.current) .button-animation-target::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  bottom: -10px;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-out;
}
header .links.main .link:not(.current):not(.disabled):hover .button-animation-target::before {
  transform: scaleX(1);
}
@media screen and (min-width: 1120px) {
  header .links.main .link:not(.current) .button-animation-target {
    position: relative;
  }
  header .links.main .link:not(.current) .button-animation-target::before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    bottom: -1px;
    height: 1px;
    background-color: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease-out;
  }
  header .links.main .link:not(.current):not(.disabled):hover .button-animation-target::before {
    transform: scaleX(1);
  }
}
header .links.main .link.current {
  text-decoration: underline;
  text-underline-offset: 12px;
}
@media screen and (min-width: 1120px) {
  header .links.main .link.current {
    text-underline-offset: 5px;
  }
}
header .links.main .link svg {
  display: none;
}
@media screen and (min-width: 1120px) {
  header .links.main .link svg {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: -1px;
    width: 12px;
    height: auto;
    margin-left: 8px;
  }
}
header nav {
  position: absolute;
  top: 100%;
  max-height: 100dvh;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  left: 0;
  width: 100%;
  background-color: inherit;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  clip-path: inset(0 0 -24px 0);
  transform: translateY(-20px);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
header nav.shown {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
header nav.products button.close {
  position: absolute;
  right: 38px;
  top: 32px;
  width: 32px;
  height: 32px;
  background-color: #F8F8F8;
  color: inherit;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
header nav.products button.close svg {
  width: 8px;
  height: 8px;
}
header nav.products .columns {
  padding-top: 50px;
  padding-bottom: 32px;
}
@media screen and (min-width: 728px) {
  header nav.products .columns {
    padding-top: 14px;
    padding-bottom: 44px;
  }
}
@media screen and (min-width: 1120px) {
  header nav.products .columns {
    padding-top: 54px;
    border-top: 1px #D9D9D9 solid;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media screen and (min-width: 728px) {
  header nav.products .columns > .layout-group {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1120px) {
  header nav.products .columns > .layout-group {
    flex: none;
  }
}
@media screen and (min-width: 728px) {
  header nav.products .columns .separator, header nav.products .columns .column {
    flex: none;
  }
}
@media screen and (max-width: 727px) {
  header nav.products .columns .separator {
    display: none;
  }
}
header nav.products .columns .separator {
  align-self: stretch;
  margin: 0 40px;
  width: 1px;
  background-color: #D9D9D9;
}
header nav.products .columns .column {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 727px) {
  header nav.products .columns .column:not(:first-of-type) {
    margin-top: 68px;
  }
}
header nav.products .columns .column.besoins {
  margin-right: 40px;
}
@media screen and (max-width: 727px) {
  header nav.products .columns .column.a-la-une {
    margin-top: 40px;
    padding-top: 28px;
    border-top: 1px #D9D9D9 solid;
  }
}
@media screen and (min-width: 728px) and (max-width: 1119px) {
  header nav.products .columns .column.a-la-une {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1120px) {
  header nav.products .columns .column.a-la-une {
    flex: 1;
    min-width: 0;
    margin-left: 8vw;
  }
}
header nav.products .columns .column.a-la-une .layout-wrapper {
  position: relative;
  left: -20px;
  width: calc(100% + 40px);
  padding: 0 20px;
  scroll-padding: 0 20px;
  display: flex;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
header nav.products .columns .column.a-la-une .layout-wrapper::-webkit-scrollbar {
  display: none;
}
header nav.products .columns .column.a-la-une .layout-wrapper {
  scroll-snap-type: x mandatory;
  overscroll-behavior: contain;
}
@media screen and (min-width: 728px) {
  header nav.products .columns .column.a-la-une .layout-wrapper {
    left: -24px;
    width: calc(100% + 48px);
    padding: 0 24px;
    scroll-padding: 0 24px;
  }
}
@media screen and (min-width: 1120px) {
  header nav.products .columns .column.a-la-une .layout-wrapper {
    left: 0;
    width: 100%;
    padding: 0;
    scroll-padding: 0;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1439px) {
  header nav.products .columns .column.a-la-une .layout-wrapper {
    width: calc(100% + 38px);
    padding-right: 38px;
  }
}
header nav.products .columns .column.a-la-une .layout-wrapper .entry {
  flex: none;
  position: relative;
  width: 152px;
  height: 222px;
  padding: 7px 7px 7px 10px;
  background-color: #F8F8F8;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  scroll-snap-align: start;
  scroll-snap-stop: normal;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (min-width: 728px) {
  header nav.products .columns .column.a-la-une .layout-wrapper .entry {
    width: 225px;
    height: 328px;
    padding: 10px 10px 10px 13px;
  }
}
header nav.products .columns .column.a-la-une .layout-wrapper .entry:not(:first-of-type) {
  margin-left: 16px;
}
@media screen and (min-width: 728px) {
  header nav.products .columns .column.a-la-une .layout-wrapper .entry:not(:first-of-type) {
    margin-left: 24px;
  }
}
header nav.products .columns .column.a-la-une .layout-wrapper .entry a {
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
header nav.products .columns .column.a-la-une .layout-wrapper .entry .caption {
  color: black;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 728px) {
  header nav.products .columns .column.a-la-une .layout-wrapper .entry .caption {
    font-size: 16px;
  }
}
header nav.products .columns .column.a-la-une .layout-wrapper .entry .caption .icon {
  flex: none;
  width: 12px;
  height: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 727px) {
  header nav.products .columns .column.a-la-une .layout-wrapper .entry .caption .icon {
    padding-bottom: 1px;
  }
}
@media screen and (min-width: 728px) {
  header nav.products .columns .column.a-la-une .layout-wrapper .entry .caption .icon {
    width: 18px;
    height: 18px;
  }
}
header nav.products .columns .column.a-la-une .layout-wrapper .entry .caption .icon svg {
  width: 5px;
  height: auto;
}
@media screen and (min-width: 728px) {
  header nav.products .columns .column.a-la-une .layout-wrapper .entry .caption .icon svg {
    width: 7px;
  }
}
header nav.products .columns .column .heading sup,
header nav.products .columns .column .link sup {
  line-height: 0;
}
header nav.products .columns .column .heading {
  margin-bottom: 28px;
  color: black;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 728px) {
  header nav.products .columns .column .heading {
    letter-spacing: 0.04em;
  }
}
header nav.products .columns .column .link {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 12px;
  color: #9A9A9A;
  transition: color 0.3s ease;
}
header nav.products .columns .column .link .button-animation-target {
  position: relative;
}
header nav.products .columns .column .link .button-animation-target::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  bottom: -1px;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-out;
}
header nav.products .columns .column .link:not(.disabled):hover .button-animation-target::before {
  transform: scaleX(1);
}
header nav.products .columns .column .link:hover {
  color: unset;
}
header nav.products .columns .column .link.prominent {
  color: black;
  display: flex;
  align-items: center;
  gap: 14px;
}
header nav.products .columns .column .link.prominent .icon svg {
  width: 6px;
  height: auto;
}
header nav.skincare {
  padding: 48px 0;
}
header nav.skincare > .content {
  display: grid;
  column-gap: 50px;
}
header nav.skincare > .content > .entry {
  position: relative;
  color: black;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
header nav.skincare > .content > .entry .title {
  overflow: hidden;
  font-family: "Classico URW", serif;
}
html:lang(zh-CN) header nav.skincare > .content > .entry .title {
  font-family: "Classico URW", "Noto Sans CJK SC", "Source Han Sans CN", sans-serif;
}
header nav.skincare > .content > .entry .title {
  font-size: 25px;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  text-transform: uppercase;
}
header nav.skincare > .content > .entry .image {
  overflow: hidden;
  position: relative;
  margin-top: 15px;
  padding-bottom: 61.25%;
}
header nav.skincare > .content > .entry .image:hover img {
  transform: scale(1.05);
}
header nav.skincare > .content > .entry .image img {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
header nav.skincare > .content > .entry .image .overlay {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s ease;
}
header nav.skincare > .content > .entry .image .overlay:hover {
  opacity: 1;
}
header nav.skincare > .content > .entry .image .overlay button.see {
  line-height: 1.5;
  padding: 5px 75px;
  border: 1px solid white;
  color: white;
  font-size: 14px;
  text-align: center;
  transition: color 0.3s ease, background-color 0.3s ease;
}
@media screen and (min-width: 728px) {
  header nav.skincare > .content > .entry .image .overlay button.see {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1120px) {
  header nav.skincare > .content > .entry .image .overlay button.see {
    padding-left: 35px;
    padding-right: 35px;
    font-size: 18px;
  }
}
header nav.skincare > .content > .entry .image .overlay button.see:not(.disabled):hover {
  color: black;
  background-color: white;
}
header nav.skincare > .content > .entry .description {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}
header nav.skincare > .content > .entry .description b {
  font-weight: 500;
}
header nav.skincare > .content .separator {
  position: absolute;
  right: -25px;
  top: calc(50% - 50px);
  height: 100px;
  width: 1px;
  background-color: #D8D8D8;
}

#header-nav-background-mask {
  z-index: 99;
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0s 0.3s;
}
#header-nav-background-mask.show, #header-nav-background-mask.shown {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
#header-nav-background-mask {
  top: 114px;
  display: none;
}
@media screen and (min-width: 1120px) {
  #header-nav-background-mask {
    display: block;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
  }
}

.error-banner, .info-banner {
  margin-bottom: 30px;
  padding: 12px 0;
}
.error-banner .content p, .info-banner .content p {
  line-height: 1.1;
  font-size: 15px;
}

.error-banner {
  background-color: #6C1401;
  color: white;
}
.error-banner .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.error-banner .content p {
  margin-right: 30px;
}
.error-banner .content button.dismiss {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: inherit;
}

.info-banner {
  background-color: #D8D8D8;
  color: black;
  text-align: center;
}

footer.legacy {
  margin-top: 60px;
  padding-bottom: 40px;
}
footer.legacy .content .bottom-row {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
footer.legacy .content .bottom-row .legal {
  font-size: 12px;
  font-weight: 300;
  color: #808080;
  letter-spacing: 2px;
}
footer.legacy .content .bottom-row .legal .china-icp-registration {
  line-height: 2;
  font-size: 0.75em;
}

footer.new {
  overflow: hidden;
  padding: 60px 0;
  background-color: black;
  color: white;
}
@media screen and (min-width: 728px) {
  footer.new {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1120px) {
  footer.new {
    padding: 100px 0 50px;
  }
}
footer.new .content {
  max-width: 600px;
}
@media screen and (min-width: 1120px) {
  footer.new .content {
    max-width: 1152px;
  }
}
footer.new .heading {
  margin-bottom: 28px;
  font-size: 20px;
  font-weight: 500;
}
footer.new .link {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin-top: 16px;
  color: #D9D9D9;
  font-size: 16px;
  font-weight: 500;
}
footer.new .link .button-animation-target {
  position: relative;
}
footer.new .link .button-animation-target::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  bottom: -1px;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-out;
}
footer.new .link:not(.disabled):hover .button-animation-target::before {
  transform: scaleX(1);
}
footer.new .link.prominent {
  color: white;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}
footer.new .link.prominent .icon {
  margin-top: -1px;
}
footer.new .link.prominent .icon svg {
  display: block;
  height: 12px;
  width: auto;
}
footer.new .separator {
  height: 1px;
  margin: 68px 0;
  background-color: #D9D9D9;
}
footer.new .separator.first {
  margin-top: 48px;
}
@media screen and (min-width: 728px) {
  footer.new .separator {
    display: none;
  }
}
@media screen and (min-width: 1120px) {
  footer.new .layout-wrapper.main {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 120px;
  }
}
@media screen and (min-width: 728px) and (max-width: 1119px) {
  footer.new .layout-wrapper.main .layout-wrapper.row:not(:first-of-type) {
    margin-top: 120px;
  }
}
@media screen and (min-width: 728px) {
  footer.new .layout-wrapper.main .layout-wrapper.row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 120px;
  }
}
@media screen and (min-width: 1120px) {
  footer.new .layout-wrapper.main .layout-wrapper.row {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 727px) {
  footer.new .layout-wrapper.main .group:not(.first) {
    margin-top: 68px;
  }
}
@media screen and (min-width: 728px) and (max-width: 1119px) {
  footer.new .layout-wrapper.main .group {
    flex: 1;
    min-width: 0;
  }
}
footer.new .layout-wrapper.main .group.first .logo svg {
  width: 157px;
  height: auto;
}
footer.new .layout-wrapper.main .group.first .language-switch {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
footer.new .layout-wrapper.main .group.first .language-switch .drop-down {
  z-index: 10;
  position: absolute;
  display: none;
  background-color: #E2E2E2;
  cursor: default;
}
footer.new .layout-wrapper.main .group.first .language-switch .drop-down.shown {
  display: block;
}
footer.new .layout-wrapper.main .group.first .language-switch .drop-down .item {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
}
footer.new .layout-wrapper.main .group.first .language-switch {
  margin-top: 48px;
  padding: 11px 16px;
  font-size: 16px;
  border: 1px solid white;
  justify-content: space-between;
  gap: 16px;
}
@media screen and (min-width: 728px) {
  footer.new .layout-wrapper.main .group.first .language-switch {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
footer.new .layout-wrapper.main .group.first .language-switch .name,
footer.new .layout-wrapper.main .group.first .language-switch .drop-down .item {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
footer.new .layout-wrapper.main .group.first .language-switch .name .flag,
footer.new .layout-wrapper.main .group.first .language-switch .drop-down .item .flag {
  transform: translateY(1px);
}
footer.new .layout-wrapper.main .group.first .language-switch .chevron {
  margin-top: 1px;
}
footer.new .layout-wrapper.main .group.first .language-switch .chevron svg {
  width: 16px;
  height: auto;
}
footer.new .layout-wrapper.main .group.first .language-switch .drop-down {
  top: calc(100% + 1px);
  left: -1px;
  width: calc(100% + 2px);
  padding: 11px 16px 17px;
  background-color: white;
  color: black;
}
footer.new .layout-wrapper.main .group.first .language-switch .drop-down .item:not(:first-of-type) {
  margin-top: 8px;
}
footer.new .layout-wrapper.main .group.first .social-network {
  margin-top: 48px;
}
footer.new .layout-wrapper.main .group.first .social-network a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  font-size: 16px;
  font-weight: 500;
}
footer.new .layout-wrapper.main .group.first .social-network a .button-animation-target {
  position: relative;
}
footer.new .layout-wrapper.main .group.first .social-network a .button-animation-target::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  bottom: -1px;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-out;
}
footer.new .layout-wrapper.main .group.first .social-network a:not(.disabled):hover .button-animation-target::before {
  transform: scaleX(1);
}
footer.new .layout-wrapper.main .group.first .social-network a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
footer.new .layout-wrapper.main .group.first .social-network a:not(:first-of-type) {
  margin-top: 24px;
}
footer.new .layout-wrapper.main .group.first .social-network a .icon {
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 728px) {
  footer.new .subscription {
    margin-top: 95px;
  }
}
@media screen and (min-width: 1120px) {
  footer.new .subscription {
    margin-top: 48px;
  }
}
@media screen and (min-width: 1120px) {
  footer.new .subscription .heading, footer.new .subscription form {
    width: 394px;
  }
}
footer.new .subscription .heading {
  margin-bottom: 34px;
  font-size: 20px;
  font-weight: 500;
}
footer.new .subscription form {
  position: relative;
  color: white;
}
footer.new .subscription form label, footer.new .subscription form input, footer.new .subscription form button[type=submit] {
  color: inherit;
}
footer.new .subscription form input {
  display: block;
  width: 100%;
  margin: 42px 0 0;
  padding: 15px 16px;
  border: 1px solid currentColor;
  font-size: 18px;
  font-weight: 300;
}
@media screen and (min-width: 728px) {
  footer.new .subscription form input {
    margin-top: 34px;
  }
}
footer.new .subscription form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
footer.new .subscription form label {
  position: absolute;
  left: 40px;
  top: -0.6em;
  padding: 0 15px;
  background-color: black;
  font-size: 14px;
  font-weight: 300;
}
footer.new .subscription form button[type=submit] {
  position: absolute;
  right: 16px;
  top: 20px;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  display: flex;
  align-items: center;
}
footer.new .subscription form button[type=submit] .icon {
  height: 15px;
  margin-left: 10px;
}
footer.new .subscription form button[type=submit] .icon svg {
  display: block;
  height: 100%;
  width: auto;
}
footer.new .subscription form input:-webkit-autofill ~ button[type=submit],
footer.new .subscription form input:autofill ~ button[type=submit] {
  color: black;
}
footer.new .payment-methods {
  margin-top: 68px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 26px;
}
@media screen and (min-width: 1120px) {
  footer.new .payment-methods {
    margin-top: 125px;
  }
}
footer.new .payment-methods .icon {
  height: 36px;
}
footer.new .payment-methods .icon svg {
  display: block;
  height: 100%;
  width: auto;
}
@media screen and (min-width: 728px) {
  footer.new .bottom-row {
    margin-top: 86px;
    padding-top: 68px;
    border-top: 1px #D9D9D9 solid;
  }
}
@media screen and (min-width: 1120px) {
  footer.new .bottom-row {
    margin-top: 68px;
    padding-top: 43px;
  }
}
@media screen and (min-width: 728px) {
  footer.new .bottom-row .links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px;
  }
}
@media screen and (min-width: 1120px) {
  footer.new .bottom-row .links {
    column-gap: 96px;
  }
}
footer.new .bottom-row .links .link {
  margin: 0 auto;
}
@media screen and (max-width: 727px) {
  footer.new .bottom-row .links .link:not(:first-of-type) {
    margin-top: 28px;
  }
}
@media screen and (min-width: 728px) {
  footer.new .bottom-row .links .link {
    margin: 0;
    white-space: nowrap;
  }
}

.expandable .title,
.expandable h1,
.expandable h2,
.expandable h3 {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  cursor: pointer;
}
.expandable .title .icon,
.expandable h1 .icon,
.expandable h2 .icon,
.expandable h3 .icon {
  position: relative;
  top: 1px;
  width: 16px;
  height: 16px;
  object-fit: contain;
}
.expandable .collapsing-content {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}

#alert-confirmation {
  z-index: 10000;
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#alert-confirmation .background-mask {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#alert-confirmation .dialogue {
  position: relative;
  width: 404px;
  max-width: 82vw;
  padding: 28px 28px 16px;
  background-color: white;
  border-radius: 28px;
  text-align: center;
}
#alert-confirmation .dialogue .content {
  padding: 0 10%;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.004em;
}
#alert-confirmation .dialogue .content img {
  width: 100%;
}
#alert-confirmation .dialogue .content img:not(:first-child) {
  margin-top: 15px;
}
#alert-confirmation .dialogue .content a {
  word-break: break-all;
}
#alert-confirmation .dialogue .buttons {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #D9D9D9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
#alert-confirmation .dialogue .buttons button {
  flex: 1;
  padding: 10px;
  font-size: 20px;
  font-weight: 600;
  color: inherit;
  letter-spacing: -0.004em;
}
#alert-confirmation .dialogue .buttons .separator {
  flex: none;
  align-self: stretch;
  width: 1px;
  background-color: #D9D9D9;
}
#alert-confirmation .dialogue .buttons .separator:has(+ .hidden) {
  display: none;
}

#loading-indicator {
  z-index: 2000;
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0s 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
#loading-indicator.shown {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
#loading-indicator .background-mask {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
#loading-indicator .spinner {
  width: 24px;
  height: 24px;
  animation: rotation-clockwise 2s 0s infinite linear;
}
#loading-indicator .spinner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@keyframes rotation-clockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotation-counterclockwise {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
#cookie-consent {
  z-index: 999;
  display: none;
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}
#cookie-consent.shown {
  display: block;
}
#cookie-consent > .content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  max-width: 100%;
  bottom: 0;
  padding: 28px;
  background-color: white;
  border-radius: 28px 28px 0 0;
}
@media screen and (min-width: 728px) {
  #cookie-consent > .content {
    transform: none;
    left: 24px;
    bottom: 24px;
    border-radius: 28px;
  }
}
#cookie-consent > .content .heading {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.004em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#cookie-consent > .content .heading button.close {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #F8F8F8;
  color: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
}
#cookie-consent > .content .heading button.close svg {
  width: 8px;
  height: 8px;
}
#cookie-consent > .content p {
  margin-top: 13px;
  font-size: 16px;
}
#cookie-consent > .content p a {
  text-decoration: underline;
}
#cookie-consent > .content .separator {
  height: 1px;
  margin-top: 16px;
  background-color: #D9D9D9;
}
#cookie-consent > .content button.accept {
  display: block;
  margin: 16px auto 0;
  color: inherit;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.004em;
}

#contact-button {
  z-index: 200;
  position: fixed;
  right: 20px;
  bottom: 20px;
  transition: opacity 0.2s ease, visibility 0s;
}
@media screen and (min-width: 728px) {
  #contact-button {
    right: 24px;
    bottom: 24px;
  }
}
@media screen and (min-width: 1120px) {
  #contact-button {
    right: 38px;
    bottom: 38px;
  }
}
#contact-button.invisible {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0s 0.2s;
}
#contact-button .background-mask {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0s 0.3s;
}
#contact-button .background-mask.shown {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
#contact-button .floating-button {
  height: 48px;
  min-width: 48px;
  padding: 0 12px;
  background-color: black;
  color: white;
  border-radius: 20px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contact-button .floating-button:hover .text, #contact-button .floating-button.on .text {
  max-width: 150px;
  margin-left: 12px;
  opacity: 1;
  transition: max-width 0.3s ease, margin-left 0.3s ease, opacity 0.2s ease 0.1s;
}
#contact-button .floating-button .icon {
  width: 24px;
  height: 24px;
}
#contact-button .floating-button .icon svg {
  display: block;
  height: 100%;
  width: auto;
}
@media screen and (max-width: 727px) {
  #contact-button .floating-button .text {
    display: none;
  }
}
@media screen and (min-width: 728px) {
  #contact-button .floating-button .text {
    max-width: 0;
    margin-left: 0;
    white-space: nowrap;
    opacity: 0;
    transition: max-width 0.3s ease, margin-left 0.3s ease, opacity 0.2s ease;
    pointer-events: none;
    font-size: 14px;
    font-weight: 300;
  }
}
#contact-button .contact-menu {
  padding: 50px 0 36px;
  background-color: white;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0s 0.3s;
}
@media screen and (max-width: 727px) {
  #contact-button .contact-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 20px 20px 0 0;
  }
}
@media screen and (min-width: 728px) {
  #contact-button .contact-menu {
    position: absolute;
    overflow: hidden;
    bottom: 48px;
    width: 368px;
    right: 0;
    border-radius: 20px;
    box-shadow: 0 15px 34px rgba(0, 0, 0, 0.06);
  }
}
#contact-button .contact-menu.shown {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
@media screen and (max-width: 727px) {
  #contact-button .contact-menu button.close {
    position: absolute;
    bottom: calc(100% + 12px);
    right: 12px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #F8F8F8;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #contact-button .contact-menu button.close svg {
    width: 8px;
    height: 8px;
  }
}
@media screen and (min-width: 728px) {
  #contact-button .contact-menu button.close {
    display: none;
  }
}
#contact-button .contact-menu > .content {
  width: 306px;
  padding: 0;
}
#contact-button .contact-menu .header {
  position: relative;
  padding-bottom: 24px;
  border-radius: 20px 20px 0 0;
  border-bottom: 1px solid #D9D9D9;
}
#contact-button .contact-menu .header .portrait {
  position: absolute;
  top: -32px;
  right: -5px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#contact-button .contact-menu .header .portrait .online-status-indicator {
  position: absolute;
  top: -2px;
  right: 0;
  width: 11px;
  height: 11px;
  border: 1px solid white;
  border-radius: 50%;
  background-color: #00C850;
}
#contact-button .contact-menu .header .logo {
  height: 18px;
}
#contact-button .contact-menu .header .logo svg {
  height: 100%;
  width: auto;
}
#contact-button .contact-menu .header .title {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 500;
}
#contact-button .contact-menu .header .description {
  margin-top: 8px;
  font-size: 14px;
}
#contact-button .contact-menu .contact-methods {
  margin-top: 24px;
}
#contact-button .contact-menu .contact-methods .contact-method {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#contact-button .contact-menu .contact-methods .contact-method:not(:first-of-type) {
  margin-top: 28px;
}
#contact-button .contact-menu .contact-methods .contact-method .icon.main {
  flex: none;
  position: relative;
  overflow: hidden;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contact-button .contact-menu .contact-methods .contact-method .icon.main img {
  object-fit: contain;
}
#contact-button .contact-menu .contact-methods .contact-method .title {
  margin-left: 12px;
  font-size: 16px;
  font-weight: 500;
}
#contact-button .contact-menu .contact-methods .contact-method .title .button-animation-target {
  position: relative;
}
#contact-button .contact-menu .contact-methods .contact-method .title .button-animation-target::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  bottom: -1px;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-out;
}
#contact-button .contact-menu .contact-methods .contact-method .title:not(.disabled):hover .button-animation-target::before {
  transform: scaleX(1);
}
#contact-button .contact-menu .contact-methods .contact-method .icon.arrow {
  width: 6px;
  margin-left: 12px;
}
#contact-button .contact-menu .contact-methods .contact-method .icon.arrow svg {
  display: block;
  width: 100%;
  height: auto;
}

.popup {
  z-index: 998;
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup .background-mask {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.popup .dialogue {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
}
@media screen and (max-width: 1119px) {
  .popup .dialogue {
    width: 350px;
  }
}
@media screen and (min-width: 1120px) {
  .popup .dialogue {
    display: flex;
  }
}
.popup .dialogue button.close {
  z-index: 10;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 22px;
  height: 22px;
}
@media screen and (min-width: 1120px) {
  .popup .dialogue button.close {
    top: 20px;
    right: 20px;
  }
}
.popup .dialogue button.close svg {
  width: 13px;
  height: 13px;
}
.popup .dialogue .segment {
  position: relative;
}
.popup .dialogue .segment.image {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1120px) {
  .popup .dialogue .segment.image {
    height: auto !important;
    width: 340px;
  }
}
.popup .dialogue .segment.image .colour-mask {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.popup .dialogue .segment.image .text, .popup .dialogue .segment.image .footnote {
  z-index: 1;
  color: white;
  text-align: center;
}
.popup .dialogue .segment.image .text {
  font-family: "Classico URW", serif;
}
html:lang(zh-CN) .popup .dialogue .segment.image .text {
  font-family: "Classico URW", "Noto Sans CJK SC", "Source Han Sans CN", sans-serif;
}
.popup .dialogue .segment.image .text {
  font-size: 21px;
}
@media screen and (min-width: 1120px) {
  .popup .dialogue .segment.image .text {
    font-size: 25px;
  }
}
.popup .dialogue .segment.image .footnote {
  position: absolute;
  bottom: 13px;
  font-size: 12px;
  font-weight: 300;
}
@media screen and (min-width: 1120px) {
  .popup .dialogue .segment.image .footnote {
    bottom: 22px;
  }
}
.popup .dialogue .segment.image .decoration {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  border-style: solid;
  border-width: 0 0 30px 350px;
  border-color: transparent transparent white transparent;
}
.popup .dialogue .segment.main {
  margin: 0;
  background-color: white;
}
.popup .dialogue .segment.main form .input-wrapper label, .popup .dialogue .segment.main .inputs .input-wrapper label {
  background-color: white;
}
.popup .dialogue .segment.main form .input-wrapper input, .popup .dialogue .segment.main form .input-wrapper textarea, .popup .dialogue .segment.main .inputs .input-wrapper input, .popup .dialogue .segment.main .inputs .input-wrapper textarea {
  border: 1px solid currentColor;
}
.popup .dialogue .segment.main button[type=submit], .popup .dialogue .segment.main button.confirm, .popup .dialogue .segment.main button.decline {
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
}
.popup .dialogue .segment.main button[type=submit], .popup .dialogue .segment.main button.confirm {
  height: 34px;
  line-height: 34px;
  color: white;
}
.popup .dialogue .segment.main button[type=submit]:disabled, .popup .dialogue .segment.main button.confirm:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.popup .dialogue .segment.main button.decline {
  margin-top: 15px;
  color: #979797;
  font-weight: 300;
}
.popup .dialogue .segment.main .footnote {
  font-weight: 300;
  color: #979797;
}
.popup .dialogue .segment.main .footnote a {
  text-decoration: underline;
}

#popup-newsletter .dialogue button.close {
  color: #6C1401;
}
#popup-newsletter .dialogue .segment.image {
  height: 195px;
  background-image: url("../../assets/images/cible-skin-gift-mobile.png");
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: -10% 50%;
  background-color: #D8D8D8;
}
@media screen and (min-width: 1120px) {
  #popup-newsletter .dialogue .segment.image {
    background-image: url("../../assets/images/cible-skin-gift.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
#popup-newsletter .dialogue .segment.main {
  padding-bottom: 15px;
  text-align: center;
}
@media screen and (min-width: 1120px) {
  #popup-newsletter .dialogue .segment.main {
    width: 420px;
    padding-top: 40px;
  }
}
#popup-newsletter .dialogue .segment.main .title, #popup-newsletter .dialogue .segment.main .subtitle {
  color: #6C1401;
  letter-spacing: 0.5px;
}
#popup-newsletter .dialogue .segment.main .title {
  line-height: 1;
  font-size: 56px;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (min-width: 1120px) {
  #popup-newsletter .dialogue .segment.main .title {
    font-size: 68px;
  }
}
#popup-newsletter .dialogue .segment.main .subtitle {
  line-height: 1.2;
  font-size: 17px;
}
@media screen and (min-width: 1120px) {
  #popup-newsletter .dialogue .segment.main .subtitle {
    padding: 0 20px;
    font-size: 21px;
  }
}
#popup-newsletter .dialogue .segment.main .subtitle:first-child {
  padding-top: 10px;
}
#popup-newsletter .dialogue .segment.main form, #popup-newsletter .dialogue .segment.main .inputs {
  margin-top: 20px;
}
@media screen and (min-width: 1120px) {
  #popup-newsletter .dialogue .segment.main form, #popup-newsletter .dialogue .segment.main .inputs {
    margin-top: 30px;
  }
}
#popup-newsletter .dialogue .segment.main form .input-wrapper, #popup-newsletter .dialogue .segment.main .inputs .input-wrapper {
  position: relative;
  margin-top: 15px;
}
@media screen and (min-width: 1120px) {
  #popup-newsletter .dialogue .segment.main form .input-wrapper, #popup-newsletter .dialogue .segment.main .inputs .input-wrapper {
    margin-top: 20px;
  }
}
#popup-newsletter .dialogue .segment.main form .input-wrapper label, #popup-newsletter .dialogue .segment.main .inputs .input-wrapper label {
  position: absolute;
  margin-left: 20px;
  margin-top: -7px;
  padding: 0 2px;
  font-size: 10px;
  color: #6C1401;
}
@media screen and (min-width: 1120px) {
  #popup-newsletter .dialogue .segment.main form .input-wrapper label, #popup-newsletter .dialogue .segment.main .inputs .input-wrapper label {
    font-size: 12px;
  }
}
#popup-newsletter .dialogue .segment.main form .input-wrapper input, #popup-newsletter .dialogue .segment.main .inputs .input-wrapper input {
  width: 250px;
  height: 34px;
  line-height: 34px;
  padding-left: 20px;
  font-size: 13px;
  font-weight: 400;
  color: #6C1401;
  border-radius: 9px;
}
@media screen and (min-width: 1120px) {
  #popup-newsletter .dialogue .segment.main button[type=submit], #popup-newsletter .dialogue .segment.main button.confirm, #popup-newsletter .dialogue .segment.main button.decline {
    font-size: 16px;
  }
}
#popup-newsletter .dialogue .segment.main button[type=submit], #popup-newsletter .dialogue .segment.main button.confirm {
  width: 120px;
  margin-top: 24px;
  background-color: #6C1401;
  font-weight: 400;
  border-radius: 9px;
}
@media screen and (min-width: 1120px) {
  #popup-newsletter .dialogue .segment.main button[type=submit], #popup-newsletter .dialogue .segment.main button.confirm {
    width: 142px;
    height: 40px;
    line-height: 40px;
    margin-top: 28px;
  }
}
#popup-newsletter .dialogue .segment.main .footnote {
  margin-top: 25px;
  font-size: 10px;
}
@media screen and (min-width: 1120px) {
  #popup-newsletter .dialogue .segment.main .footnote {
    margin-top: 28px;
    font-size: 12px;
  }
}

#slideover-background-mask {
  z-index: 299;
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0s 0.3s;
}
#slideover-background-mask.show, #slideover-background-mask.shown {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

#cart-slideover {
  z-index: 300;
  position: fixed;
  top: 0;
  height: 100%;
  visibility: hidden;
  transition: transform 0.3s ease, visibility 0s 0.3s;
}
#cart-slideover.show, #cart-slideover.shown {
  visibility: visible;
  transition-delay: 0s;
}
#cart-slideover.rtl, section.reviews .comments .filter-bar #cart-slideover.filter-sort-dialogue {
  left: 100%;
}
#cart-slideover.rtl.show, section.reviews .comments .filter-bar #cart-slideover.show.filter-sort-dialogue, #cart-slideover.rtl.shown, section.reviews .comments .filter-bar #cart-slideover.shown.filter-sort-dialogue {
  transform: translateX(-100%);
}
#cart-slideover.ltr {
  right: 100%;
}
#cart-slideover.ltr.show, #cart-slideover.ltr.shown {
  transform: translateX(100%);
}
#cart-slideover {
  width: 400px;
  max-width: 100%;
  background-color: white;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 728px) {
  #cart-slideover {
    width: 680px;
  }
}
#cart-slideover section {
  padding-right: 26px;
  padding-left: 26px;
}
@media screen and (min-width: 728px) {
  #cart-slideover section {
    padding-right: 40px;
    padding-left: 40px;
  }
}
#cart-slideover section h2,
#cart-slideover section h3 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.4px;
}
#cart-slideover section .separator {
  width: 100%;
  height: 1px;
  background-color: #D9D9D9;
}
#cart-slideover section.fixed-header {
  flex: none;
  position: relative;
  padding-top: 30px;
}
@media screen and (min-width: 728px) {
  #cart-slideover section.fixed-header {
    padding-top: 36px;
  }
}
#cart-slideover section.fixed-header button.close {
  width: 32px;
  height: 32px;
  background-color: #F8F8F8;
  color: inherit;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#cart-slideover section.fixed-header button.close svg {
  width: 8px;
  height: 8px;
}
#cart-slideover section.fixed-header button.close {
  position: absolute;
  top: 13px;
  right: 16px;
}
@media screen and (min-width: 728px) {
  #cart-slideover section.fixed-header button.close {
    top: 20px;
    right: 24px;
  }
}
#cart-slideover section.fixed-header .separator {
  margin-top: 20px;
}
@media screen and (min-width: 728px) {
  #cart-slideover section.scrolling .cart-entries {
    margin-top: 24px;
  }
}
#cart-slideover section.scrolling .cart-entries .entry {
  position: relative;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}
#cart-slideover section.scrolling .cart-entries .entry:not(:last-of-type), #cart-slideover section.scrolling .cart-entries .entry:only-child {
  border-bottom: 1px solid #D9D9D9;
}
#cart-slideover section.scrolling .cart-entries .entry .image {
  flex: none;
  position: relative;
  width: 81px;
  height: 117px;
}
#cart-slideover section.scrolling .cart-entries .entry .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#cart-slideover section.scrolling .cart-entries .entry .info,
#cart-slideover section.scrolling .cart-entries .entry .price-quantity {
  height: 77px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#cart-slideover section.scrolling .cart-entries .entry .info {
  flex: 1;
  min-width: 0;
  align-items: flex-start;
}
#cart-slideover section.scrolling .cart-entries .entry .info .title,
#cart-slideover section.scrolling .cart-entries .entry .info .subtitle {
  overflow-x: hidden;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#cart-slideover section.scrolling .cart-entries .entry .info .title {
  font-size: 12px;
  font-weight: 500;
}
#cart-slideover section.scrolling .cart-entries .entry .info .subtitle {
  font-size: 12px;
  font-weight: 300;
}
#cart-slideover section.scrolling .cart-entries .entry .info button.remove-from-cart {
  color: inherit;
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
}
#cart-slideover section.scrolling .cart-entries .entry .price-quantity {
  flex: none;
  align-items: flex-end;
}
#cart-slideover section.scrolling .cart-entries .entry .price-quantity .price {
  font-size: 12px;
  font-weight: 500;
}
#cart-slideover section.scrolling .cart-entries .entry .price-quantity .price .original {
  margin-left: 5px;
  font-size: 0.8em;
  color: #B8B8B8;
  text-decoration: line-through;
}
#cart-slideover section.scrolling .cart-entries .entry .price-quantity .quantity-wrapper {
  padding: 6px 9px;
  border: 0.75px solid #D9D9D9;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#cart-slideover section.scrolling .cart-entries .entry .price-quantity .quantity-wrapper.showing-label {
  border: none;
  flex-direction: column;
  align-items: center;
}
#cart-slideover section.scrolling .cart-entries .entry .price-quantity .quantity-wrapper .label {
  color: #999999;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
}
#cart-slideover section.scrolling .cart-entries .entry .price-quantity .quantity-wrapper .quantity {
  margin: 0 6px;
  font-size: 12px;
}
#cart-slideover section.scrolling .cart-entries .entry .price-quantity .quantity-wrapper .quantity.without-buttons {
  margin: 0;
}
#cart-slideover section.scrolling .cart-entries .entry .price-quantity .quantity-wrapper button.quantity-minus, #cart-slideover section.scrolling .cart-entries .entry .price-quantity .quantity-wrapper button.quantity-add {
  position: relative;
  width: 14px;
  height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#cart-slideover section.scrolling .cart-entries .entry .price-quantity .quantity-wrapper button.quantity-minus.disabled, #cart-slideover section.scrolling .cart-entries .entry .price-quantity .quantity-wrapper button.quantity-add.disabled {
  opacity: 30%;
  cursor: not-allowed;
}
#cart-slideover section.scrolling .cart-entries .entry .price-quantity .quantity-wrapper button.quantity-minus img, #cart-slideover section.scrolling .cart-entries .entry .price-quantity .quantity-wrapper button.quantity-add img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#cart-slideover section.scrolling .packages {
  margin-top: 40px;
}
@media screen and (max-width: 727px) {
  #cart-slideover section.scrolling .packages {
    border-bottom: 1px solid #D9D9D9;
  }
}
@media screen and (min-width: 728px) {
  #cart-slideover section.scrolling .packages {
    margin-top: 70px;
  }
}
#cart-slideover section.scrolling .packages .list {
  margin-top: 68px;
}
@media screen and (min-width: 728px) {
  #cart-slideover section.scrolling .packages .list {
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 36px;
  }
}
#cart-slideover section.scrolling .packages .list .item {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 727px) {
  #cart-slideover section.scrolling .packages .list .item {
    margin-bottom: 48px;
    padding: 0 18px;
  }
}
@media screen and (min-width: 728px) {
  #cart-slideover section.scrolling .packages .list .item {
    padding: 26px 5px;
  }
}
@media screen and (min-width: 728px) {
  #cart-slideover section.scrolling .packages .list .item.selected {
    border: 1px solid #6C1401;
  }
}
#cart-slideover section.scrolling .packages .list .item img.package {
  width: 142px;
  height: auto;
  object-fit: cover;
}
@media screen and (min-width: 728px) {
  #cart-slideover section.scrolling .packages .list .item img.package {
    width: 129px;
    height: 85px;
  }
}
#cart-slideover section.scrolling .packages .list .item input[type=radio] {
  width: 16px;
  height: 16px;
  margin-top: 16px;
}
@media screen and (min-width: 728px) {
  #cart-slideover section.scrolling .packages .list .item input[type=radio] {
    width: 14px;
    height: 14px;
    margin-top: 18px;
  }
}
#cart-slideover section.scrolling .packages .list .item .info {
  margin-top: 16px;
  text-align: center;
}
@media screen and (min-width: 728px) {
  #cart-slideover section.scrolling .packages .list .item .info {
    margin-top: 18px;
  }
}
#cart-slideover section.scrolling .packages .list .item .info .title {
  color: #6C1401;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.1px;
}
@media screen and (min-width: 728px) {
  #cart-slideover section.scrolling .packages .list .item .info .title {
    font-size: 14px;
  }
}
#cart-slideover section.scrolling .packages .list .item .info p {
  margin-top: 14px;
  font-size: 16px;
  letter-spacing: 0.6px;
}
@media screen and (min-width: 728px) {
  #cart-slideover section.scrolling .packages .list .item .info p {
    margin-top: 6px;
    font-size: 14px;
    letter-spacing: 0.5px;
  }
}
#cart-slideover section.scrolling .packages .list .item .info p img {
  width: 10px;
}
#cart-slideover section.scrolling .packages .list .item .info .write-message {
  color: #6C1401;
  font-family: "Classico URW", serif;
}
html:lang(zh-CN) #cart-slideover section.scrolling .packages .list .item .info .write-message {
  font-family: "Classico URW", "Noto Sans CJK SC", "Source Han Sans CN", sans-serif;
}
#cart-slideover section.scrolling .packages .list .item .info .write-message {
  font-size: 14px;
  text-decoration: underline;
}
#cart-slideover section.scrolling .packages .list .item .info textarea {
  display: block;
  width: 100%;
  resize: none;
  font-family: "Classico URW", serif;
}
html:lang(zh-CN) #cart-slideover section.scrolling .packages .list .item .info textarea {
  font-family: "Classico URW", "Noto Sans CJK SC", "Source Han Sans CN", sans-serif;
}
#cart-slideover section.scrolling .packages .list .item .info textarea {
  font-size: 14px;
}
#cart-slideover section.scrolling .packages .list .item .package-price {
  margin-top: 16px;
  color: #696969;
  font-size: 16px;
  letter-spacing: 0.6px;
}
@media screen and (min-width: 728px) {
  #cart-slideover section.scrolling .packages .list .item .package-price {
    margin-top: 18px;
    font-size: 12px;
    letter-spacing: 0.5px;
  }
}
#cart-slideover section.scrolling .subtotal {
  margin-top: 48px;
}
#cart-slideover section.scrolling .subtotal .row {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
#cart-slideover section.scrolling .subtotal .row:not(:first-of-type) {
  border-top: 1px solid #D9D9D9;
}
#cart-slideover section.scrolling .subtotal .row.coloured {
  color: #6C1401;
}
#cart-slideover section.scrolling .subtotal .row .text {
  font-size: 16px;
}
#cart-slideover section.scrolling .subtotal .row .text.price {
  font-weight: 500;
}
#cart-slideover section.scrolling .total {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 30px;
}
#cart-slideover section.scrolling .total .text {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
}
#cart-slideover section.scrolling .total .text.price {
  font-family: "Classico URW", serif;
}
html:lang(zh-CN) #cart-slideover section.scrolling .total .text.price {
  font-family: "Classico URW", "Noto Sans CJK SC", "Source Han Sans CN", sans-serif;
}
#cart-slideover section.scrolling .free-delivery > .layout-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
#cart-slideover section.scrolling .free-delivery > .layout-wrapper svg {
  flex-shrink: 0;
  width: 37px;
  height: auto;
}
#cart-slideover section.scrolling .free-delivery > .layout-wrapper .caption {
  margin-left: 18px;
  font-size: 17px;
}
#cart-slideover section.scrolling .free-delivery .progress-bar {
  height: 3px;
  margin-top: 12px;
  background-color: #E2E2E2;
}
#cart-slideover section.scrolling .free-delivery .progress-bar .progress {
  height: 100%;
  background-color: #6C1401;
}
#cart-slideover section.scrolling .free-delivery .bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 12px;
  font-size: 14px;
  font-family: "Classico URW", serif;
}
html:lang(zh-CN) #cart-slideover section.scrolling .free-delivery .bottom-row {
  font-family: "Classico URW", "Noto Sans CJK SC", "Source Han Sans CN", sans-serif;
}
#cart-slideover section.scrolling .free-delivery .bottom-row {
  letter-spacing: 1px;
}
#cart-slideover section.scrolling .free-delivery .bottom-row .back-link {
  color: #6C1401;
  font-family: "TT Commons", sans-serif;
}
html:lang(zh-CN) #cart-slideover section.scrolling .free-delivery .bottom-row .back-link {
  font-family: "TT Commons", "Noto Sans CJK SC", "Source Han Sans CN", sans-serif;
}
#cart-slideover section.scrolling .free-delivery .bottom-row .back-link {
  text-decoration: underline;
}
#cart-slideover section.scrolling .free-delivery {
  margin-top: 68px;
}
@media screen and (min-width: 728px) {
  #cart-slideover section.scrolling .free-delivery {
    margin-top: 48px;
  }
}
#cart-slideover section.scrolling {
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-bottom: 32px;
  display: flex;
  flex-direction: column;
}
#cart-slideover section.scrolling .layout-wrapper.main {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#cart-slideover section.scrolling .layout-wrapper.main .layout-group.top {
  flex: 1;
}
#cart-slideover section.scrolling .layout-wrapper.main .layout-group.bottom {
  flex: none;
}
#cart-slideover section.scrolling .promotion,
#cart-slideover section.scrolling .separator {
  flex: none;
}
#cart-slideover section.scrolling .promotion {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#cart-slideover section.scrolling .promotion .entries .entry {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
#cart-slideover section.scrolling .promotion .entries .entry svg {
  width: 24px;
  height: auto;
}
#cart-slideover section.scrolling .promotion .entries .entry .text {
  font-size: 16px;
}
#cart-slideover section.scrolling .promotion .entries .entry .text .subtitle {
  margin-top: 4px;
  color: #9A9A9A;
}
#cart-slideover section.scrolling .promotion {
  margin-top: 20px;
}
#cart-slideover section.scrolling .separator {
  margin-top: 20px;
}
#cart-slideover section.scrolling .empty-cart {
  height: 100%;
  padding-top: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 728px) {
  #cart-slideover section.scrolling .empty-cart {
    padding-top: 80px;
  }
}
#cart-slideover section.scrolling .empty-cart p {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 727px) {
  #cart-slideover section.scrolling .empty-cart p {
    max-width: 20ch;
    margin: 0 auto;
  }
}
#cart-slideover section.scrolling .product-recommendation {
  margin-top: 48px;
}
@media screen and (min-width: 728px) {
  #cart-slideover section.scrolling .product-recommendation {
    margin-top: 80px;
  }
}
#cart-slideover section.scrolling .product-recommendation .recommended-products {
  margin-top: 18px;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#cart-slideover section.scrolling .product-recommendation .recommended-products::-webkit-scrollbar {
  display: none;
}
#cart-slideover section.scrolling .product-recommendation .recommended-products {
  scroll-snap-type: x mandatory;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 18px;
}
@media screen and (max-width: 727px) {
  #cart-slideover section.scrolling .product-recommendation .recommended-products {
    width: calc(100% + 52px);
    margin-left: -26px;
    padding: 0 26px;
    scroll-padding: 0 26px;
  }
}
#cart-slideover section.scrolling .product-recommendation .recommended-products .product {
  flex: none;
  position: relative;
  width: 188px;
  scroll-snap-align: start;
  scroll-snap-stop: normal;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#cart-slideover section.scrolling .product-recommendation .recommended-products .product .image-container {
  position: relative;
  height: 232px;
}
#cart-slideover section.scrolling .product-recommendation .recommended-products .product .image-container .image {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  object-fit: cover;
}
#cart-slideover section.scrolling .product-recommendation .recommended-products .product .title,
#cart-slideover section.scrolling .product-recommendation .recommended-products .product .subtitle-price {
  font-size: 12px;
}
#cart-slideover section.scrolling .product-recommendation .recommended-products .product .title {
  margin-top: 16px;
  letter-spacing: 0.5px;
}
#cart-slideover section.scrolling .product-recommendation .recommended-products .product .subtitle-price {
  margin-top: 6px;
  font-weight: 350;
  letter-spacing: 0.1px;
}
#cart-slideover section.scrolling .product-recommendation .recommended-products .product > a {
  z-index: 10;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
}
#cart-slideover section.scrolling .buttons {
  margin-top: 24px;
}
@media screen and (min-width: 728px) {
  #cart-slideover section.scrolling .buttons {
    margin-top: 18px;
  }
}
#cart-slideover section.scrolling .buttons a {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1120px) {
  #cart-slideover section.scrolling .buttons a {
    font-size: 18px;
  }
}
#cart-slideover section.scrolling .buttons a:not(:first-child) {
  margin-top: 22px;
}
#cart-slideover section.scrolling .buttons a.checkout-url {
  height: 50px;
  background-color: black;
  color: white;
}
#cart-slideover section.scrolling .buttons a.checkout-url .button-animation-target {
  position: relative;
}
#cart-slideover section.scrolling .buttons a.checkout-url .button-animation-target::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  bottom: -1px;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-out;
}
#cart-slideover section.scrolling .buttons a.checkout-url:not(.disabled):hover .button-animation-target::before {
  transform: scaleX(1);
}
#cart-slideover section.scrolling .buttons a.checkout-url {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 728px) {
  #cart-slideover section.scrolling .buttons a.checkout-url {
    height: 52px;
  }
}
@media screen and (min-width: 1120px) {
  #cart-slideover section.scrolling .buttons a.checkout-url {
    height: 58px;
  }
}

form {
  color: #6C1401;
  font-size: 14px;
}
form input[type=text], form input[type=email], form input[type=password] {
  display: block;
  width: 100%;
  line-height: 1.6;
  margin-top: 24px;
  color: #6C1401;
}
form input[type=text].larger-font, form input[type=email].larger-font, form input[type=password].larger-font {
  font-size: 16px;
}
form input[type=text].error, form input[type=email].error, form input[type=password].error {
  background-color: rgba(108, 20, 1, 0.05);
}
form label.password-input-wrapper {
  display: block;
  position: relative;
}
form label.password-input-wrapper.with-button-at-right input[type=password] {
  padding-right: 30px;
}
form label.password-input-wrapper button.show-hide-password {
  position: absolute;
  bottom: 4px;
  right: 0;
  width: 20px;
  height: 20px;
}
form label.password-input-wrapper button.show-hide-password .icon {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  object-fit: contain;
}
form .error-display {
  margin-top: 10px;
  font-weight: 300;
  letter-spacing: 0.5px;
}
form .title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
form .title-row label {
  display: flex;
  gap: 8px;
  align-items: center;
}
form .title-row label span {
  color: #555555;
}
form .title-row label input[type=radio]:checked ~ span {
  color: #6C1401;
}
form .address-group {
  padding-top: 16px;
}
form .address-group .country-city-row {
  display: flex;
  align-items: baseline;
  gap: 6px;
}
form .address-group .country-city-row .country-select-wrapper {
  position: relative;
  flex: 0 0 32%;
}
form .address-group .country-city-row .country-select-wrapper .icon {
  position: absolute;
  left: 0;
  bottom: 9px;
  width: 10px;
}
form .address-group .country-city-row .country-select-wrapper select.countries {
  width: 100%;
  height: 1.6em;
  padding-left: 16px;
  padding-bottom: 1px;
  color: #6C1401;
}
form .card-info .date-cvv-row {
  display: flex;
  align-items: baseline;
  gap: 6px;
}
form .card-info .date-cvv-row input[name=cvv] {
  flex: 0 0 35%;
}

section.commitment .group .icon {
  position: relative;
  flex-shrink: 0;
  border: 1px solid black;
  border-radius: 50%;
}
section.commitment .group .icon img {
  object-fit: contain;
}
section.commitment .group .text {
  text-transform: uppercase;
}
section.commitment > .layout-wrapper.first-part {
  position: relative;
}
section.commitment > .layout-wrapper.first-part .slide-indicator {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.commitment > .layout-wrapper.first-part .slide-indicator.vertical {
  flex-direction: column;
}
section.commitment > .layout-wrapper.first-part .slide-indicator .dot {
  width: 3px;
  height: 3px;
  margin: 0 3px;
  border-radius: 50%;
  background-color: black;
}
section.commitment > .layout-wrapper.first-part .slide-indicator .dot:not(.on) {
  opacity: 0.2;
}
section.commitment > .layout-wrapper.first-part .slide-indicator.vertical .dot {
  margin: 3px 0;
}
section.commitment > .layout-wrapper.first-part .slide-indicator {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 728px) {
  section.commitment > .layout-wrapper.first-part .slide-indicator {
    display: none;
  }
}
section.commitment .part.first {
  padding: 40px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 80px;
}
@media screen and (min-width: 728px) {
  section.commitment .part.first {
    padding: 50px 24px;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 35px;
  }
}
@media screen and (min-width: 1120px) {
  section.commitment .part.first {
    padding-left: 7%;
    padding-right: 38px;
    row-gap: 50px;
  }
}
@media screen and (max-width: 727px) {
  section.commitment .part.first.mobile-scroll {
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  section.commitment .part.first.mobile-scroll::-webkit-scrollbar {
    display: none;
  }
  section.commitment .part.first.mobile-scroll {
    height: 170px;
  }
}
section.commitment .part.first .group {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 727px) {
  section.commitment .part.first .group {
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }
}
@media screen and (min-width: 728px) {
  section.commitment .part.first .group {
    flex-direction: row;
  }
}
section.commitment .part.first .group .icon {
  width: 50px;
  height: 50px;
}
@media screen and (min-width: 728px) {
  section.commitment .part.first .group .icon {
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 1120px) {
  section.commitment .part.first .group .icon {
    width: 50px;
    height: 50px;
  }
}
section.commitment .part.first .group .text {
  line-height: 1.25;
  font-size: 12px;
  font-weight: 300;
}
@media screen and (max-width: 727px) {
  section.commitment .part.first .group .text {
    height: 30px;
    margin-top: 10px;
    text-align: center;
  }
}
@media screen and (min-width: 728px) {
  section.commitment .part.first .group .text {
    margin-left: 15px;
  }
}
@media screen and (min-width: 1120px) {
  section.commitment .part.first .group .text {
    margin-left: 25px;
    font-size: 14px;
    font-weight: 400;
  }
}
section.commitment .part.second {
  margin-top: 75px;
  padding-bottom: 60px;
}
@media screen and (min-width: 728px) {
  section.commitment .part.second {
    margin-top: 60px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1120px) {
  section.commitment .part.second {
    margin-top: 100px;
    padding-bottom: 120px;
  }
}
section.commitment .part.second .caption {
  max-width: 300px;
  line-height: 1.3;
  margin: 0 auto;
  font-family: "Classico URW", serif;
}
html:lang(zh-CN) section.commitment .part.second .caption {
  font-family: "Classico URW", "Noto Sans CJK SC", "Source Han Sans CN", sans-serif;
}
section.commitment .part.second .caption {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
@media screen and (min-width: 728px) {
  section.commitment .part.second .caption {
    max-width: 520px;
  }
}
@media screen and (min-width: 1120px) {
  section.commitment .part.second .caption {
    max-width: 800px;
    font-size: 28px;
    letter-spacing: 0.56px;
  }
}
section.commitment .part.second .caption b {
  font-weight: 500;
}
section.commitment .part.second .grid-container {
  margin-top: 65px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 40px;
}
@media screen and (min-width: 728px) {
  section.commitment .part.second .grid-container {
    margin-top: 60px;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1120px) {
  section.commitment .part.second .grid-container {
    margin-top: 100px;
    padding: 0 6%;
  }
}
section.commitment .part.second .grid-container .group {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.commitment .part.second .grid-container .group .icon {
  width: 53px;
  height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 728px) {
  section.commitment .part.second .grid-container .group .icon {
    width: 48px;
    height: 48px;
  }
}
@media screen and (min-width: 1120px) {
  section.commitment .part.second .grid-container .group .icon {
    width: 60px;
    height: 60px;
  }
}
section.commitment .part.second .grid-container .group .icon .line-cross {
  position: absolute;
  width: calc(100% + 1px);
  left: 0;
  height: 1px;
  top: calc(50% - 1px);
  background-color: black;
  transform: rotate(45deg);
}
section.commitment .part.second .grid-container .group .icon img {
  max-width: 70%;
  max-height: 70%;
}
section.commitment .part.second .grid-container .group .text {
  margin-top: 20px;
  font-size: 13px;
}
@media screen and (min-width: 728px) {
  section.commitment .part.second .grid-container .group .text {
    margin-top: 18px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1120px) {
  section.commitment .part.second .grid-container .group .text {
    margin-top: 20px;
    font-size: 17px;
  }
}

section.press-articles {
  position: relative;
}
@media screen and (max-width: 727px) {
  section.press-articles > .content.title {
    position: static;
  }
}
@media screen and (min-width: 728px) {
  section.press-articles > .content.title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (max-width: 727px) {
  section.press-articles > .content.title .slide-control {
    position: absolute;
    bottom: 76px;
    left: 50%;
    transform: translateX(-50%);
  }
  section.press-articles > .content.title .slide-control.in-article-view {
    z-index: 102;
    position: fixed;
    bottom: 31px;
    color: white;
  }
}
@media screen and (min-width: 728px) {
  section.press-articles > .content.title .slide-control {
    margin-left: 24px;
    margin-top: -7px;
  }
}
@media screen and (min-width: 1120px) {
  section.press-articles > .content.title .slide-control {
    margin-left: 38px;
    margin-top: -10px;
  }
}
section.press-articles > .scroll-container {
  overflow-x: scroll;
  overflow-y: visible;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
section.press-articles > .scroll-container::-webkit-scrollbar {
  display: none;
}
section.press-articles > .scroll-container {
  scroll-snap-type: x mandatory;
  padding: 50px calc((100% - 225px) / 2) 145px;
  display: flex;
}
@media screen and (min-width: 728px) {
  section.press-articles > .scroll-container {
    padding: 30px 24px 60px;
    scroll-padding-left: 24px;
  }
}
@media screen and (min-width: 1120px) {
  section.press-articles > .scroll-container {
    padding: 40px 38px 130px;
    scroll-padding-left: 38px;
  }
}
section.press-articles > .scroll-container .article {
  flex: 0 0 225px;
  width: 225px;
  height: 338px;
  scroll-snap-align: center;
  scroll-snap-stop: normal;
  border-radius: 15px;
  box-shadow: 1px 8px 15px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.5s ease;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
section.press-articles > .scroll-container .article:not(:first-of-type) {
  margin-left: 50px;
}
@media screen and (min-width: 1120px) {
  section.press-articles > .scroll-container .article:not(:first-of-type) {
    margin-left: 65px;
  }
}
section.press-articles > .scroll-container .article:hover {
  box-shadow: 1px 8px 15px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 728px) {
  section.press-articles > .scroll-container .article {
    scroll-snap-align: start;
  }
}
@media screen and (min-width: 1120px) {
  section.press-articles > .scroll-container .article {
    flex-basis: 300px;
    width: 300px;
    height: 450px;
    border-radius: 20px;
    box-shadow: 1px 10px 20px rgba(0, 0, 0, 0.08);
  }
  section.press-articles > .scroll-container .article:hover {
    box-shadow: 1px 10px 20px rgba(0, 0, 0, 0.25);
  }
}

#press-article-view {
  z-index: 101;
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0s 0.4s;
}
#press-article-view.shown {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
#press-article-view .background-mask {
  z-index: -1;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  cursor: pointer;
}
@media screen and (min-width: 728px) {
  #press-article-view .background-mask {
    background-color: rgba(0, 0, 0, 0.25);
  }
}
#press-article-view .article {
  position: relative;
  height: calc(100% - 180px);
  aspect-ratio: 700/1000;
  max-width: calc(100% - 28px);
  -webkit-user-select: none;
  user-select: none;
}
@media screen and (min-width: 728px) {
  #press-article-view .article {
    height: calc(100% - 200px);
    max-width: calc(100% - 200px);
  }
}
#press-article-view .article .image {
  overflow: hidden;
  position: relative;
  height: 100%;
  background-color: white;
  border-radius: 35px;
  cursor: none;
}
#press-article-view .article .image img {
  position: absolute;
  top: 18px;
  height: calc(100% - 36px);
  left: 0;
  width: 100%;
  object-fit: cover;
}
#press-article-view .article .image .magnifier {
  display: none;
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  pointer-events: none;
  background-repeat: no-repeat;
}
#press-article-view .article .image .magnifier.shown {
  display: block;
}
#press-article-view .article button.close {
  z-index: 10;
  position: absolute;
  top: -42px;
  right: 0;
  width: 26px;
  height: 26px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 728px) {
  #press-article-view .article button.close {
    top: 20px;
    right: 30px;
    width: 43px;
    height: 43px;
    color: black;
  }
}
#press-article-view .article button.close svg {
  width: 13px;
  height: auto;
}
@media screen and (min-width: 728px) {
  #press-article-view .article button.close svg {
    width: 21px;
    filter: drop-shadow(0 0 2px white);
  }
}
#press-article-view .article button.arrow {
  display: none;
}
@media screen and (min-width: 728px) {
  #press-article-view .article button.arrow {
    position: absolute;
    top: calc(50% - 24px);
    width: 48px;
    height: 48px;
    color: black;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(5px);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #press-article-view .article button.arrow.left {
    right: calc(100% + 36px);
  }
  #press-article-view .article button.arrow.left svg {
    transform: rotate(180deg);
    margin: 1px 0 0 -3px;
  }
  #press-article-view .article button.arrow.right {
    left: calc(100% + 36px);
  }
  #press-article-view .article button.arrow.right svg {
    margin: -1px 0 0 3px;
  }
  #press-article-view .article button.arrow:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
  #press-article-view .article button.arrow svg {
    height: 24px;
    width: auto;
  }
}

@keyframes infinite-scroll-horizontal {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes infinite-scroll-vertical {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}
html {
  --product-accent-colour: black;
}
html[data-main-product=serum-bleu] {
  --product-accent-colour: #2CCAD0;
}
html[data-main-product=programme-re-cellular-125] {
  --product-accent-colour: #B85917;
}
html[data-main-product=serum-seconde-peau] {
  --product-accent-colour: #00B080;
}
html[data-main-product=l-huile-5] {
  --product-accent-colour: #FBCE5A;
}
@media screen and (min-width: 1120px) {
  html {
    scroll-padding-top: 252px;
  }
}

body {
  max-width: none;
}

h2 {
  font-weight: 500;
  letter-spacing: -0.004em;
}

section.media-info button.add-to-cart,
#top-floating-bar button.add-to-cart,
section.floating-add-to-cart-button button.add-to-cart {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
section.media-info button.add-to-cart .loading-indicator,
#top-floating-bar button.add-to-cart .loading-indicator,
section.floating-add-to-cart-button button.add-to-cart .loading-indicator {
  display: none;
  justify-content: center;
}
section.media-info button.add-to-cart .loading-indicator .dot,
#top-floating-bar button.add-to-cart .loading-indicator .dot,
section.floating-add-to-cart-button button.add-to-cart .loading-indicator .dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: currentColor;
  opacity: 50%;
  animation: 0.9s linear infinite;
}
section.media-info button.add-to-cart .loading-indicator .dot:first-child,
#top-floating-bar button.add-to-cart .loading-indicator .dot:first-child,
section.floating-add-to-cart-button button.add-to-cart .loading-indicator .dot:first-child {
  animation-delay: 0s;
}
section.media-info button.add-to-cart .loading-indicator .dot:nth-child(2),
#top-floating-bar button.add-to-cart .loading-indicator .dot:nth-child(2),
section.floating-add-to-cart-button button.add-to-cart .loading-indicator .dot:nth-child(2) {
  margin: 0 10px;
  animation-delay: 0.3s;
}
section.media-info button.add-to-cart .loading-indicator .dot:nth-child(3),
#top-floating-bar button.add-to-cart .loading-indicator .dot:nth-child(3),
section.floating-add-to-cart-button button.add-to-cart .loading-indicator .dot:nth-child(3) {
  animation-delay: 0.6s;
}
section.media-info button.add-to-cart .done-icon,
#top-floating-bar button.add-to-cart .done-icon,
section.floating-add-to-cart-button button.add-to-cart .done-icon {
  display: none;
  width: 18px;
  height: 18px;
  line-height: initial;
}
section.media-info button.add-to-cart.loading .default-text,
#top-floating-bar button.add-to-cart.loading .default-text,
section.floating-add-to-cart-button button.add-to-cart.loading .default-text {
  display: none;
}
section.media-info button.add-to-cart.loading .loading-indicator,
#top-floating-bar button.add-to-cart.loading .loading-indicator,
section.floating-add-to-cart-button button.add-to-cart.loading .loading-indicator {
  display: flex;
}
section.media-info button.add-to-cart.loading .loading-indicator .dot,
#top-floating-bar button.add-to-cart.loading .loading-indicator .dot,
section.floating-add-to-cart-button button.add-to-cart.loading .loading-indicator .dot {
  animation-name: add-to-cart-button-loading-dot;
}
section.media-info button.add-to-cart.done .default-text,
#top-floating-bar button.add-to-cart.done .default-text,
section.floating-add-to-cart-button button.add-to-cart.done .default-text {
  display: none;
}
section.media-info button.add-to-cart.done .done-icon,
#top-floating-bar button.add-to-cart.done .done-icon,
section.floating-add-to-cart-button button.add-to-cart.done .done-icon {
  display: inline;
}
section.media-info button.add-to-cart,
#top-floating-bar button.add-to-cart,
section.floating-add-to-cart-button button.add-to-cart {
  background-color: black;
  color: white;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
section.media-info button.add-to-cart .button-animation-target,
#top-floating-bar button.add-to-cart .button-animation-target,
section.floating-add-to-cart-button button.add-to-cart .button-animation-target {
  position: relative;
}
section.media-info button.add-to-cart .button-animation-target::before,
#top-floating-bar button.add-to-cart .button-animation-target::before,
section.floating-add-to-cart-button button.add-to-cart .button-animation-target::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  bottom: -1px;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-out;
}
section.media-info button.add-to-cart:not(.disabled):hover .button-animation-target::before,
#top-floating-bar button.add-to-cart:not(.disabled):hover .button-animation-target::before,
section.floating-add-to-cart-button button.add-to-cart:not(.disabled):hover .button-animation-target::before {
  transform: scaleX(1);
}

.stars-reviews {
  display: flex;
  align-items: center;
}
.stars-reviews .stars {
  display: flex;
}
.stars-reviews .stars svg {
  width: 13px;
  height: auto;
}
.stars-reviews .stars svg:not(:first-of-type) {
  margin-left: 2px;
}
.stars-reviews .count {
  margin-left: 6px;
  margin-top: 1px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.02em;
}
.stars-reviews .count a {
  text-decoration: underline;
}

#top-floating-bar .column.volumes label,
#top-floating-bar .column.volumes .volume,
section.media-info section.info .volumes label,
section.media-info section.info .volumes .volume {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.18px;
}
#top-floating-bar .column.volumes .volume:not(.current),
section.media-info section.info .volumes .volume:not(.current) {
  color: #D9D9D9;
  transition: color 0.2s ease;
}
#top-floating-bar .column.volumes .volume:not(.current):hover,
section.media-info section.info .volumes .volume:not(.current):hover {
  color: unset;
}
#top-floating-bar .column.volumes .separator,
section.media-info section.info .volumes .separator {
  margin: 0 12px;
  background-color: #D9D9D9;
  height: 28px;
  width: 1px;
}

@media screen and (max-width: 1119px) {
  #top-floating-bar {
    display: none;
  }
}
@media screen and (min-width: 1120px) {
  #top-floating-bar {
    z-index: 99;
    position: fixed;
    left: 0;
    width: 100%;
    top: 114px;
    height: 100px;
    background-color: white;
    border-top: 1px solid #F8F8F8;
    border-bottom: 1px solid #F8F8F8;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0s 0.25s;
  }
}
#top-floating-bar.shown {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
#top-floating-bar .content {
  height: 100%;
  max-width: 1440px;
  padding-top: 11px;
  padding-bottom: 11px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
#top-floating-bar .content .layout-group,
#top-floating-bar .content .column {
  display: flex;
}
#top-floating-bar .content .layout-group.start {
  min-width: 0;
}
#top-floating-bar .content .layout-group.start .column {
  padding: 0 28px;
}
#top-floating-bar .content .layout-group.start .column:first-of-type {
  padding-left: 0;
}
#top-floating-bar .content .layout-group.start .column:not(:first-of-type) {
  border-left: 1px solid #ECECEC;
}
#top-floating-bar .content .column {
  position: relative;
  align-items: center;
}
#top-floating-bar .content .column.product-info {
  min-width: 0;
  flex-shrink: 2;
}
#top-floating-bar .content .column.product-info .info {
  min-width: 0;
}
#top-floating-bar .content .column.product-info .info .title {
  max-width: 20vw;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.17px;
}
#top-floating-bar .content .column.product-info .info .stars-reviews {
  margin-top: 8px;
}
#top-floating-bar .content .column.subtitle {
  flex-shrink: 2;
}
#top-floating-bar .content .column.subtitle .subtitle {
  max-width: 17vw;
}
#top-floating-bar .content .column.price {
  flex: none;
}
#top-floating-bar .content .column.price .price {
  font-size: 20px;
  font-weight: 600;
}
#top-floating-bar .content .column.volumes {
  min-width: 0;
  flex-shrink: 3;
}
#top-floating-bar .content .column.volumes .volume {
  min-width: 0;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#top-floating-bar .content .column.buttons {
  flex: none;
}
#top-floating-bar .content .column.buttons button.add-to-cart {
  width: 233px;
  height: 60px;
  font-size: 16px;
}
#top-floating-bar .content .column.buttons button.add-to-cart .price {
  display: none;
}

section.announcements {
  position: relative;
  height: 38px;
  line-height: 38px;
  background-color: black;
  color: white;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
section.announcements .announcement {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  display: list-item;
  list-style-position: inside;
  list-style-type: disc;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s 0.5s;
}
section.announcements .announcement.show {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
@media screen and (max-width: 727px) {
  section.announcements {
    display: none;
  }
}

@media screen and (min-width: 728px) {
  section.media-info {
    margin-top: 48px;
  }
}
@media screen and (min-width: 1120px) {
  section.media-info > .content {
    max-width: 1276px;
  }
}
section.media-info > .content.breadcrumb {
  margin-bottom: 16px;
}
@media screen and (max-width: 727px) {
  section.media-info > .content.breadcrumb {
    display: none;
  }
}
section.media-info > .content.breadcrumb .breadcrumb {
  font-size: 16px;
}
section.media-info > .content.breadcrumb .breadcrumb a:not(.current) .button-animation-target {
  position: relative;
}
section.media-info > .content.breadcrumb .breadcrumb a:not(.current) .button-animation-target::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  bottom: -1px;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-out;
}
section.media-info > .content.breadcrumb .breadcrumb a:not(.current):not(.disabled):hover .button-animation-target::before {
  transform: scaleX(1);
}
section.media-info > .content.breadcrumb .breadcrumb a.current {
  cursor: default;
  text-decoration: underline;
  text-underline-offset: 5px;
}
@media screen and (max-width: 727px) {
  section.media-info > .content.main {
    padding: 0;
  }
}
@media screen and (min-width: 728px) {
  section.media-info > .content.main {
    display: grid;
    grid-template-columns: 1fr max(348px, 44vw);
    align-items: start;
    column-gap: 40px;
  }
}
@media screen and (min-width: 1120px) {
  section.media-info > .content.main {
    grid-template-columns: 1fr 420px;
    column-gap: 100px;
  }
}
section.media-info section.media {
  position: relative;
}
section.media-info section.media .media-list {
  position: relative;
}
@media screen and (max-width: 727px) {
  section.media-info section.media .media-list {
    height: 141vw;
    max-height: calc(100vh - 80px);
    max-height: calc(100svh - 80px);
    padding: 0 2px;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 2px;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  section.media-info section.media .media-list::-webkit-scrollbar {
    display: none;
  }
}
section.media-info section.media .media-list .media-item {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 727px) {
  section.media-info section.media .media-list .media-item {
    flex: none;
    width: calc(100% - 2px);
    height: 100%;
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }
}
@media screen and (min-width: 728px) {
  section.media-info section.media .media-list .media-item {
    padding-bottom: 126%;
  }
}
@media screen and (min-width: 1120px) {
  section.media-info section.media .media-list .media-item {
    padding-bottom: 91.5%;
  }
}
@media screen and (min-width: 728px) {
  section.media-info section.media .media-list .media-item:not(:first-child) {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1120px) {
  section.media-info section.media .media-list .media-item:not(:first-child) {
    margin-top: 40px;
  }
}
section.media-info section.media .media-list .media-item img, section.media-info section.media .media-list .media-item video {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  display: block;
  object-fit: cover;
}
section.media-info section.media .media-list .media-item img.main, section.media-info section.media .media-list .media-item video.main {
  object-fit: contain;
  background-color: #F8F8F8;
}
@media screen and (max-width: 727px) {
  section.media-info section.media .media-list .media-item img.main.serum-bleu, section.media-info section.media .media-list .media-item video.main.serum-bleu {
    transform: scale(1.65);
  }
}
@media screen and (min-width: 728px) and (max-width: 1119px) {
  section.media-info section.media .media-list .media-item img.main.serum-bleu, section.media-info section.media .media-list .media-item video.main.serum-bleu {
    transform: scale(1.4);
  }
}
@media screen and (max-width: 727px) {
  section.media-info section.media .media-list .media-item img.main.serum-le-power, section.media-info section.media .media-list .media-item video.main.serum-le-power {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 727px) {
  section.media-info section.media .media-list .media-item img.main.programme-re-cellular-125, section.media-info section.media .media-list .media-item video.main.programme-re-cellular-125 {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 727px) {
  section.media-info section.media .media-list .media-item img.main.serum-seconde-peau, section.media-info section.media .media-list .media-item video.main.serum-seconde-peau {
    transform: scale(1.55);
  }
}
@media screen and (min-width: 728px) and (max-width: 1119px) {
  section.media-info section.media .media-list .media-item img.main.serum-seconde-peau, section.media-info section.media .media-list .media-item video.main.serum-seconde-peau {
    transform: scale(1.3);
  }
}
@media screen and (max-width: 727px) {
  section.media-info section.media .media-list .media-item img.main.eye-serum-o2, section.media-info section.media .media-list .media-item video.main.eye-serum-o2 {
    transform: scale(1.45);
  }
}
@media screen and (min-width: 728px) and (max-width: 1119px) {
  section.media-info section.media .media-list .media-item img.main.eye-serum-o2, section.media-info section.media .media-list .media-item video.main.eye-serum-o2 {
    transform: scale(1.25);
  }
}
@media screen and (max-width: 727px) {
  section.media-info section.media .media-list .media-item img.main.l-huile-5, section.media-info section.media .media-list .media-item video.main.l-huile-5 {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 727px) {
  section.media-info section.media .media-list .media-item img.main.serum-u, section.media-info section.media .media-list .media-item video.main.serum-u {
    transform: scale(1.2);
  }
}
@media screen and (min-width: 728px) and (max-width: 1119px) {
  section.media-info section.media .media-list .media-item img.main.serum-u, section.media-info section.media .media-list .media-item video.main.serum-u {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 727px) {
  section.media-info section.media .media-list .media-item img.main.le-gel-nettoyant, section.media-info section.media .media-list .media-item video.main.le-gel-nettoyant {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 727px) {
  section.media-info section.media .media-list .media-item img.main.la-gentle-mousse, section.media-info section.media .media-list .media-item video.main.la-gentle-mousse {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 727px) {
  section.media-info section.media .media-list .media-item img.main.la-creme-culte, section.media-info section.media .media-list .media-item video.main.la-creme-culte {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 727px) {
  section.media-info section.media .media-list .media-item img.main.l-emulsion-revitalisante, section.media-info section.media .media-list .media-item video.main.l-emulsion-revitalisante {
    transform: scale(1.2);
  }
}
@media screen and (min-width: 728px) and (max-width: 1119px) {
  section.media-info section.media .media-list .media-item img.main.l-emulsion-revitalisante, section.media-info section.media .media-list .media-item video.main.l-emulsion-revitalisante {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 727px) {
  section.media-info section.media .media-list .media-item img.main.l-essence-activatrice, section.media-info section.media .media-list .media-item video.main.l-essence-activatrice {
    transform: scale(1.1);
  }
}
@media screen and (min-width: 728px) and (max-width: 1119px) {
  section.media-info section.media .media-list .media-item img.main.l-essence-activatrice, section.media-info section.media .media-list .media-item video.main.l-essence-activatrice {
    transform: scale(1.05);
  }
}
section.media-info section.media .chevron-buttons {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.media-info section.media .chevron-buttons button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(248, 248, 248, 0.3);
  color: inherit;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  display: flex;
  justify-content: center;
  align-items: center;
}
section.media-info section.media .chevron-buttons button.prev svg {
  margin-right: 1px;
  transform: rotate(180deg);
}
section.media-info section.media .chevron-buttons button.next svg {
  margin-left: 1px;
}
section.media-info section.media .chevron-buttons button svg {
  height: 11px;
  width: auto;
}
@media screen and (max-width: 727px) {
  section.media-info section.info {
    margin-top: 48px;
  }
}
@media screen and (min-width: 728px) {
  section.media-info section.info {
    position: -webkit-sticky;
    position: sticky;
    top: 128px;
  }
}
@media screen and (min-width: 1120px) {
  section.media-info section.info {
    top: 162px;
  }
}
@media screen and (min-width: 728px) {
  section.media-info section.info > .content {
    padding: 0;
  }
}
section.media-info section.info .stars-reviews {
  margin-bottom: 16px;
}
section.media-info section.info h1 {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
section.media-info section.info h1 .title sup {
  font-size: 0.5em;
}
section.media-info section.info .details .tab-bar {
  position: relative;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
section.media-info section.info .details .tab-bar::-webkit-scrollbar {
  display: none;
}
section.media-info section.info .details .tab-bar {
  display: flex;
  flex-wrap: nowrap;
}
section.media-info section.info .details .tab-bar .tab {
  padding: 2px 0;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  color: #9A9A9A;
  transition: color 0.3s ease;
  cursor: pointer;
}
section.media-info section.info .details .tab-bar .tab:not(:first-of-type) {
  margin-left: 28px;
}
section.media-info section.info .details .tab-bar .tab.on {
  color: unset;
}
section.media-info section.info .details .tab-bar .tab.on:not(:has(~ .animated-underline)) {
  border-bottom: 1px solid currentColor;
}
section.media-info section.info .details .tab-bar .animated-underline {
  position: absolute;
  bottom: 0;
  height: 1px;
  left: 0;
  width: 0;
  background-color: black;
  transition: transform 0.3s ease, width 0.3s ease;
}
section.media-info section.info .details .tab-bar {
  margin-top: 32px;
}
section.media-info section.info .details > .content {
  display: none;
  overflow-y: auto;
  max-height: 460px;
  margin-top: 24px;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1px;
}
@media screen and (min-width: 728px) and (max-width: 1119px) {
  section.media-info section.info .details > .content {
    font-size: 16px;
  }
}
section.media-info section.info .details > .content.shown {
  display: block;
}
section.media-info section.info .details > .content p + p, section.media-info section.info .details > .content p + ul, section.media-info section.info .details > .content p + ol,
section.media-info section.info .details > .content ul + p,
section.media-info section.info .details > .content ul + ul,
section.media-info section.info .details > .content ul + ol,
section.media-info section.info .details > .content ol + p,
section.media-info section.info .details > .content ol + ul,
section.media-info section.info .details > .content ol + ol {
  margin-top: 1.2em;
}
section.media-info section.info .details > .content p strong, section.media-info section.info .details > .content p b {
  font-weight: 600;
}
section.media-info section.info .details > .content p small, section.media-info section.info .details > .content p .minor {
  font-size: 16px;
}
@media screen and (min-width: 728px) and (max-width: 1119px) {
  section.media-info section.info .details > .content p small, section.media-info section.info .details > .content p .minor {
    font-size: 14px;
  }
}
section.media-info section.info .details > .content ul,
section.media-info section.info .details > .content ol {
  margin-bottom: 0;
  padding-left: 28px;
}
section.media-info section.info .details > .content ul li + li {
  margin-top: 1.2em;
}
section.media-info section.media .media-list .made-in-france {
  position: absolute;
  margin-left: 25px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 727px) {
  section.media-info section.media .media-list .made-in-france {
    bottom: 25px;
    left: 0;
  }
}
@media screen and (min-width: 728px) {
  section.media-info section.media .media-list .made-in-france {
    margin-top: -36px;
  }
}
section.media-info section.media .media-list .made-in-france svg {
  position: relative;
  top: -1px;
  width: 16px;
  height: auto;
}
section.media-info section.info h1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
section.media-info section.info h1.long-title {
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
section.media-info section.info h1.long-title .separator {
  display: none;
}
section.media-info section.info h1.long-title .routine-slogan {
  order: -1;
  top: 0;
}
section.media-info section.info h1 .title {
  flex: none;
}
section.media-info section.info h1 .separator {
  display: inline-block;
  height: 12px;
  width: 1px;
  background-color: #D9D9D9;
}
section.media-info section.info h1 .routine-slogan {
  font-size: 14px;
  font-weight: 600;
  font-style: italic;
  color: var(--product-accent-colour);
  letter-spacing: 0.4px;
}
section.media-info section.info h1 .discount-tag {
  position: absolute;
  right: -20px;
  bottom: 100%;
  height: 24px;
  line-height: 24px;
  padding: 0 6px 0 10px;
  background-color: black;
  color: white;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.7px;
  border-radius: 12px 0 0 12px;
}
@media screen and (min-width: 728px) {
  section.media-info section.info h1 .discount-tag {
    right: -24px;
  }
}
@media screen and (min-width: 1120px) {
  section.media-info section.info h1 .discount-tag {
    right: 0;
  }
}
section.media-info section.info h1 ~ .subtitle {
  margin-top: 12px;
  font-size: 18px;
  letter-spacing: 0.02em;
}
section.media-info section.info .scrolling-commitments {
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
section.media-info section.info .scrolling-commitments::-webkit-scrollbar {
  display: none;
}
section.media-info section.info .scrolling-commitments {
  margin-top: 18px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.15px;
}
section.media-info section.info .scrolling-commitments .animation-wrapper {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
section.media-info section.info .scrolling-commitments .animation-wrapper.started {
  animation: 15s linear infinite infinite-scroll-horizontal;
}
section.media-info section.info .scrolling-commitments .animation-wrapper .animation-group {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: baseline;
}
section.media-info section.info .scrolling-commitments .entry {
  white-space: nowrap;
  margin-right: 28px;
}
section.media-info section.info .scrolling-commitments .entry span.bullet {
  margin-right: 12px;
  color: #68D04F;
}
section.media-info section.info .certificates {
  margin-top: 16px;
  padding: 24px 0;
  border-top: 1px solid #F8F8F8;
  border-bottom: 1px solid #F8F8F8;
}
section.media-info section.info .certificates:not(:has(.title)):not(:has(.notice)) {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: none;
}
section.media-info section.info .certificates .title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.15px;
}
section.media-info section.info .certificates .icons {
  margin-top: 24px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
}
section.media-info section.info .certificates .icons svg {
  width: 40px;
  height: 40px;
}
section.media-info section.info .certificates .notice {
  font-size: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
section.media-info section.info .certificates .notice svg {
  flex: none;
  width: 19px;
  height: 19px;
}
section.media-info section.info .volumes {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
section.media-info section.info button.add-to-cart {
  height: 60px;
  width: 100%;
  margin-top: 24px;
  font-size: 16px;
}
@media screen and (min-width: 1120px) {
  section.media-info section.info button.add-to-cart {
    font-size: 18px;
  }
}
section.media-info section.info .promotion {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.media-info section.info .promotion .entries .entry {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
section.media-info section.info .promotion .entries .entry svg {
  width: 24px;
  height: auto;
}
section.media-info section.info .promotion .entries .entry .text {
  font-size: 16px;
}
section.media-info section.info .promotion .entries .entry .text .subtitle {
  margin-top: 4px;
  color: #9A9A9A;
}
section.media-info section.info .promotion {
  margin-top: 40px;
}

section.usage-advice {
  margin-top: 124px;
}
@media screen and (min-width: 728px) {
  section.usage-advice {
    margin-top: 168px;
  }
}
@media screen and (min-width: 1120px) {
  section.usage-advice {
    margin-top: 227px;
  }
}
@media screen and (min-width: 728px) {
  section.usage-advice .layout-wrapper.main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 24px;
  }
}
@media screen and (min-width: 1120px) {
  section.usage-advice .layout-wrapper.main {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    column-gap: 0;
  }
}
@media screen and (min-width: 728px) {
  section.usage-advice .layout-wrapper.main > .content {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 25px;
  }
}
@media screen and (min-width: 1120px) {
  section.usage-advice .layout-wrapper.main > .content {
    top: 114px;
    padding-top: 102px;
  }
}
section.usage-advice h2 {
  font-size: 40px;
}
@media screen and (min-width: 1120px) {
  section.usage-advice h2 {
    font-size: 64px;
  }
}
section.usage-advice p {
  max-width: 53ch;
  margin-top: 24px;
  font-size: 20px;
}
@media screen and (min-width: 1120px) {
  section.usage-advice p {
    font-size: 24px;
  }
}
section.usage-advice video {
  display: block;
  width: 100%;
  max-height: calc(100vh - 80px);
  max-height: calc(100svh - 80px);
  object-fit: cover;
}
@media screen and (max-width: 727px) {
  section.usage-advice video {
    aspect-ratio: 4/5;
    margin-top: 48px;
  }
}
@media screen and (min-width: 728px) {
  section.usage-advice video {
    flex: none;
    width: 305px;
    height: 465px;
    object-position: right;
  }
}
@media screen and (min-width: 1120px) {
  section.usage-advice video {
    width: 482px;
    height: 735px;
    max-height: calc(100vh - 114px);
    max-height: calc(100svh - 114px);
  }
}

section.clinical-data {
  position: relative;
  margin-top: 148px;
}
@media screen and (min-width: 728px) {
  section.clinical-data {
    margin-top: 168px;
  }
}
@media screen and (min-width: 1120px) {
  section.clinical-data {
    margin-top: 340px;
  }
}
section.clinical-data > .content {
  max-width: 1136px;
}
section.clinical-data h2 {
  font-size: 48px;
}
@media screen and (max-width: 727px) {
  section.clinical-data h2 {
    text-align: center;
  }
}
section.clinical-data h2 ~ .subtitle {
  margin-top: 48px;
  font-size: 24px;
}
@media screen and (max-width: 727px) {
  section.clinical-data h2 ~ .subtitle {
    text-align: center;
  }
}
@media screen and (min-width: 728px) {
  section.clinical-data h2 ~ .subtitle {
    margin-top: 20px;
  }
}
section.clinical-data .segments {
  margin-top: 70px;
}
@media screen and (min-width: 728px) {
  section.clinical-data .segments {
    overflow: visible;
    padding: 0 17px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1120px) {
  section.clinical-data .segments {
    margin-top: 106px;
    padding: 0 52px;
  }
}
section.clinical-data .segments .segment {
  position: relative;
  text-align: center;
  cursor: default;
}
@media screen and (max-width: 727px) {
  section.clinical-data .segments .segment {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  section.clinical-data .segments .segment:not(:first-of-type) {
    margin-top: 105px;
  }
}
@media screen and (min-width: 728px) {
  section.clinical-data .segments .segment {
    flex: 1;
    max-width: 178px;
    color: #9A9A9A;
    transition: color 0.33s ease;
  }
  section.clinical-data .segments .segment.on, section.clinical-data .segments .segment:hover {
    color: var(--product-accent-colour);
  }
  section.clinical-data .segments .segment.on .number::before, section.clinical-data .segments .segment:hover .number::before {
    transform: scaleX(1);
  }
}
@media screen and (min-width: 1120px) {
  section.clinical-data .segments .segment {
    max-width: 220px;
  }
}
@media screen and (min-width: 728px) {
  section.clinical-data .segments .segment:first-child:nth-last-child(5) .number .font-size-adjuster, section.clinical-data .segments .segment:first-child:nth-last-child(5) ~ .segment .number .font-size-adjuster {
    font-size: 0.8em;
  }
}
section.clinical-data .segments .segment .timing {
  line-height: 1;
  margin-bottom: 24px;
  font-size: 20px;
}
@media screen and (min-width: 728px) {
  section.clinical-data .segments .segment .timing {
    margin-bottom: 19px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1120px) {
  section.clinical-data .segments .segment .timing {
    margin-bottom: 24px;
    font-size: 20px;
  }
}
section.clinical-data .segments .segment .number {
  position: relative;
  width: 100%;
  font-size: 96px;
  white-space: nowrap;
  letter-spacing: -0.004em;
}
@media screen and (min-width: 728px) {
  section.clinical-data .segments .segment .number {
    font-size: 76px;
  }
}
@media screen and (min-width: 1120px) {
  section.clinical-data .segments .segment .number {
    font-size: 96px;
  }
}
section.clinical-data .segments .segment .number::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  bottom: -16px;
  height: 1px;
  background-color: currentColor;
  transition: transform 0.33s ease;
}
@media screen and (min-width: 728px) {
  section.clinical-data .segments .segment .number::before {
    bottom: -13px;
    transform: scaleX(0.25);
  }
}
@media screen and (min-width: 1120px) {
  section.clinical-data .segments .segment .number::before {
    bottom: -16px;
  }
}
section.clinical-data .segments .segment .caption {
  margin-top: 32px;
  font-size: 24px;
}
@media screen and (min-width: 728px) {
  section.clinical-data .segments .segment .caption {
    margin-top: 26px;
    font-size: 20px;
  }
}
@media screen and (min-width: 1120px) {
  section.clinical-data .segments .segment .caption {
    margin-top: 32px;
    font-size: 24px;
  }
}
section.clinical-data .segments .segment .caption sup {
  line-height: 0;
}
section.clinical-data .segments .segment .footnote {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 300;
  color: #9A9A9A;
}
@media screen and (min-width: 728px) {
  section.clinical-data .segments .segment .footnote {
    display: none;
  }
}
@media screen and (max-width: 727px) {
  section.clinical-data .footnotes {
    display: none;
  }
}
@media screen and (min-width: 728px) {
  section.clinical-data .footnotes {
    position: relative;
    width: 81%;
    margin-top: 48px;
    color: #9A9A9A;
    font-size: 16px;
    font-weight: 300;
  }
}
@media screen and (min-width: 1120px) {
  section.clinical-data .footnotes {
    font-size: 18px;
    margin-top: 98px;
  }
}
section.clinical-data .footnotes .footnote.placeholder {
  opacity: 0;
  pointer-events: none;
}
section.clinical-data .footnotes .footnote:not(.placeholder) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.33s ease, visibility 0.33s ease;
}
section.clinical-data .footnotes .footnote.shown {
  opacity: 1;
  visibility: visible;
}

section.main-ingredients {
  margin-top: 148px;
}
@media screen and (min-width: 728px) {
  section.main-ingredients {
    margin-top: 168px;
  }
}
@media screen and (min-width: 1120px) {
  section.main-ingredients {
    margin-top: 228px;
    text-align: center;
  }
}
section.main-ingredients > .content {
  max-width: 1440px;
}
section.main-ingredients h2 {
  font-size: 48px;
}
section.main-ingredients .ingredients {
  position: relative;
  margin-top: 64px;
}
section.main-ingredients .ingredients > .images {
  overflow: hidden;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 36px;
}
@media screen and (min-width: 728px) {
  section.main-ingredients .ingredients > .images {
    gap: 48px;
  }
}
section.main-ingredients .ingredients > .images .image {
  height: 260px;
  width: 46px;
  object-fit: cover;
  opacity: 0.3;
  transition: opacity 0.4s ease, width 0.4s ease;
}
@media screen and (min-width: 728px) {
  section.main-ingredients .ingredients > .images .image {
    height: 340px;
    width: 60px;
  }
}
section.main-ingredients .ingredients > .images .image:hover, section.main-ingredients .ingredients > .images .image.on {
  opacity: 1;
  width: 200px;
}
@media screen and (min-width: 728px) {
  section.main-ingredients .ingredients > .images .image:hover, section.main-ingredients .ingredients > .images .image.on {
    width: 260px;
  }
}
section.main-ingredients .ingredients > .text {
  position: relative;
  margin-top: 64px;
}
section.main-ingredients .ingredients > .text .entry {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-wrap: balance;
  text-wrap: pretty;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0s 0.4s;
}
section.main-ingredients .ingredients > .text .entry.placeholder {
  position: static;
}
section.main-ingredients .ingredients > .text .entry.shown {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
@media screen and (min-width: 1120px) {
  section.main-ingredients .ingredients > .text .entry .title,
  section.main-ingredients .ingredients > .text .entry .subtitle,
  section.main-ingredients .ingredients > .text .entry .description {
    margin-left: auto;
    margin-right: auto;
  }
}
section.main-ingredients .ingredients > .text .entry .title {
  max-width: 24ch;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.004em;
}
@media screen and (min-width: 1120px) {
  section.main-ingredients .ingredients > .text .entry .title {
    font-size: 48px;
  }
}
section.main-ingredients .ingredients > .text .entry .subtitle,
section.main-ingredients .ingredients > .text .entry .description {
  margin-top: 29px;
}
section.main-ingredients .ingredients > .text .entry .subtitle {
  max-width: 36ch;
  font-size: 32px;
  font-weight: 500;
}
section.main-ingredients .ingredients > .text .entry .description {
  max-width: 47ch;
  font-size: 20px;
  color: #86868B;
}

section.dedicated-routines {
  position: relative;
  overflow: hidden;
  margin-top: 148px;
  padding-top: 48px;
  background-color: #F8F8F8;
}
@media screen and (min-width: 728px) {
  section.dedicated-routines {
    margin-top: 170px;
  }
}
@media screen and (min-width: 1120px) {
  section.dedicated-routines {
    margin-top: 228px;
  }
}
section.dedicated-routines > .content {
  max-width: 1276px;
}
@media screen and (min-width: 728px) and (max-width: 1119px) {
  section.dedicated-routines > .content {
    padding-left: 48px;
    padding-right: 48px;
  }
}
section.dedicated-routines > .content.introduction {
  position: relative;
  text-wrap: pretty;
}
@media screen and (min-width: 1120px) {
  section.dedicated-routines > .content.introduction {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
section.dedicated-routines > .content.introduction img.product {
  display: none;
}
@media screen and (min-width: 1120px) {
  section.dedicated-routines > .content.introduction img.product {
    flex: none;
    display: block;
    width: 300px;
    height: 300px;
    margin-left: -22px;
    object-fit: contain;
    transform: scale(1.65);
    transform-origin: 50% 25%;
  }
  section.dedicated-routines > .content.introduction img.product.serum-bleu {
    transform: scale(1.7);
  }
  section.dedicated-routines > .content.introduction img.product.serum-le-power {
    transform: scale(1.65);
  }
  section.dedicated-routines > .content.introduction img.product.programme-re-cellular-125 {
    transform: scale(1.65);
    margin-left: 0;
  }
  section.dedicated-routines > .content.introduction img.product.serum-seconde-peau {
    transform: scale(1.65);
  }
  section.dedicated-routines > .content.introduction img.product.eye-serum-o2 {
    transform: scale(2);
    transform-origin: 50% 35%;
  }
  section.dedicated-routines > .content.introduction img.product.l-huile-5 {
    transform: scale(1.5);
  }
  section.dedicated-routines > .content.introduction img.product.serum-u {
    transform: scale(1.65);
  }
  section.dedicated-routines > .content.introduction img.product.le-gel-nettoyant {
    transform: scale(1.65);
  }
  section.dedicated-routines > .content.introduction img.product.la-gentle-mousse {
    transform: scale(1.55);
  }
  section.dedicated-routines > .content.introduction img.product.la-creme-culte {
    transform: scale(1.45);
  }
  section.dedicated-routines > .content.introduction img.product.le-masque-polyactifs-3 {
    transform: scale(1.5);
  }
}
section.dedicated-routines > .content.introduction .text {
  padding-bottom: 36px;
}
@media screen and (min-width: 728px) {
  section.dedicated-routines > .content.introduction .text {
    padding-bottom: 72px;
    padding-right: 156px;
  }
}
@media screen and (min-width: 1120px) {
  section.dedicated-routines > .content.introduction .text {
    z-index: 2;
    margin-left: -15px;
    padding-top: 88px;
    padding-bottom: 100px;
    padding-right: 290px;
  }
  section.dedicated-routines > .content.introduction .text.programme-re-cellular-125 {
    margin-left: 40px;
    padding-right: 240px;
  }
  section.dedicated-routines > .content.introduction .text.la-creme-culte, section.dedicated-routines > .content.introduction .text.le-masque-polyactifs-3 {
    padding-bottom: 150px;
  }
}
section.dedicated-routines > .content.introduction h2 {
  font-size: 28px;
}
@media screen and (min-width: 728px) {
  section.dedicated-routines > .content.introduction h2 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1120px) {
  section.dedicated-routines > .content.introduction h2 {
    font-size: 48px;
  }
}
section.dedicated-routines > .content.introduction h2 .highlight {
  color: var(--product-accent-colour);
  font-style: italic;
}
section.dedicated-routines > .content.introduction p {
  margin-top: 36px;
  font-size: 18px;
}
@media screen and (max-width: 727px) {
  section.dedicated-routines > .content.introduction p {
    padding-right: 130px;
  }
}
@media screen and (min-width: 728px) {
  section.dedicated-routines > .content.introduction p {
    margin-top: 24px;
    font-size: 20px;
  }
}
section.dedicated-routines > .content.introduction .border {
  z-index: 0;
  position: absolute;
  bottom: 0;
  height: 1px;
  left: 20px;
  right: 20px;
  background-color: white;
}
@media screen and (min-width: 728px) {
  section.dedicated-routines > .content.introduction .border {
    left: 48px;
    right: 48px;
  }
}
@media screen and (min-width: 1120px) {
  section.dedicated-routines > .content.introduction .border {
    display: none;
  }
}
section.dedicated-routines > .content.introduction img.doctor {
  position: absolute;
  width: 130px;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 728px) {
  section.dedicated-routines > .content.introduction img.doctor {
    width: 150px;
    right: 48px;
  }
}
@media screen and (min-width: 1120px) {
  section.dedicated-routines > .content.introduction img.doctor {
    display: none;
  }
}
section.dedicated-routines > .content.introduction img.doctor.dr-joel-aknin {
  width: 148px;
}
@media screen and (min-width: 728px) {
  section.dedicated-routines > .content.introduction img.doctor.dr-joel-aknin {
    width: 170px;
  }
}
section.dedicated-routines > .content.shelf {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media screen and (min-width: 1120px) {
  section.dedicated-routines > .content.shelf {
    z-index: 10;
    padding-top: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1120px) {
  section.dedicated-routines > .content.shelf .layout-group.products {
    margin-left: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
section.dedicated-routines > .content.shelf .layout-group.products button.zoom {
  height: 72px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 16px;
  border-radius: 36px;
  border: 1px solid white;
  color: black;
  background-color: rgba(248, 248, 248, 0.6);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  font-size: 18px;
  font-weight: 500;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
}
section.dedicated-routines > .content.shelf .layout-group.products button.zoom:hover {
  background-color: white;
}
section.dedicated-routines > .content.shelf .layout-group.products button.zoom > * {
  flex: none;
}
section.dedicated-routines > .content.shelf .layout-group.products button.zoom .icon {
  width: 40px;
  height: 40px;
  margin-left: 8px;
  border-radius: 50%;
  background-color: white;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
section.dedicated-routines > .content.shelf .layout-group.products button.zoom .icon svg {
  width: 18px;
  height: 18px;
}
section.dedicated-routines > .content.shelf .layout-group.products button.zoom {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1120px) {
  section.dedicated-routines > .content.shelf .layout-group.products button.zoom {
    order: 2;
    margin-top: -10px;
  }
}
section.dedicated-routines > .content.shelf .layout-group.products .products {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 18px;
}
@media screen and (min-width: 728px) {
  section.dedicated-routines > .content.shelf .layout-group.products .products {
    gap: 60px;
  }
}
@media screen and (min-width: 1120px) {
  section.dedicated-routines > .content.shelf .layout-group.products .products {
    order: 1;
    margin-top: 0;
    justify-content: flex-start;
    gap: 50px;
  }
}
section.dedicated-routines > .content.shelf .layout-group.products .products .product {
  width: 42.5px;
}
@media screen and (min-width: 728px) {
  section.dedicated-routines > .content.shelf .layout-group.products .products .product {
    width: 50px;
  }
}
section.dedicated-routines > .content.shelf .layout-group.products .products .product.la-creme-culte {
  width: 107.1px;
}
@media screen and (min-width: 728px) {
  section.dedicated-routines > .content.shelf .layout-group.products .products .product.la-creme-culte {
    width: 126px;
  }
}
section.dedicated-routines > .content.shelf .layout-group.products .products .product.l-emulsion-revitalisante {
  width: 43.35px;
}
@media screen and (min-width: 728px) {
  section.dedicated-routines > .content.shelf .layout-group.products .products .product.l-emulsion-revitalisante {
    width: 51px;
  }
}
section.dedicated-routines > .content.shelf .layout-group.products .products .product.l-essence-activatrice {
  width: 41.65px;
}
@media screen and (min-width: 728px) {
  section.dedicated-routines > .content.shelf .layout-group.products .products .product.l-essence-activatrice {
    width: 49px;
  }
}
section.dedicated-routines > .content.shelf .layout-group.products .products .product.eye-serum-o2 {
  width: 54.4px;
}
@media screen and (min-width: 728px) {
  section.dedicated-routines > .content.shelf .layout-group.products .products .product.eye-serum-o2 {
    width: 64px;
  }
}
section.dedicated-routines > .content.shelf .layout-group.products .products .product.le-gel-nettoyant {
  width: 53.55px;
}
@media screen and (min-width: 728px) {
  section.dedicated-routines > .content.shelf .layout-group.products .products .product.le-gel-nettoyant {
    width: 63px;
  }
}
section.dedicated-routines > .content.shelf .layout-group.products .products .product.la-gentle-mousse {
  width: 44.2px;
}
@media screen and (min-width: 728px) {
  section.dedicated-routines > .content.shelf .layout-group.products .products .product.la-gentle-mousse {
    width: 52px;
  }
}
section.dedicated-routines > .content.shelf .layout-group.products .products .product.l-huile-5 {
  width: 47.6px;
}
@media screen and (min-width: 728px) {
  section.dedicated-routines > .content.shelf .layout-group.products .products .product.l-huile-5 {
    width: 56px;
  }
}
section.dedicated-routines > .content.shelf .layout-group.products .products .product.le-masque-polyactifs-3 {
  width: 112.2px;
}
@media screen and (min-width: 728px) {
  section.dedicated-routines > .content.shelf .layout-group.products .products .product.le-masque-polyactifs-3 {
    width: 132px;
  }
}
section.dedicated-routines > .content.shelf .layout-group.products .products .product.programme-re-cellular-125 {
  width: 83.3px;
}
@media screen and (min-width: 728px) {
  section.dedicated-routines > .content.shelf .layout-group.products .products .product.programme-re-cellular-125 {
    width: 98px;
  }
}
section.dedicated-routines > .content.shelf .layout-group.products .products .product.serum-bleu {
  width: 51.85px;
}
@media screen and (min-width: 728px) {
  section.dedicated-routines > .content.shelf .layout-group.products .products .product.serum-bleu {
    width: 61px;
  }
}
section.dedicated-routines > .content.shelf .layout-group.products .products .product.serum-le-power {
  width: 47.6px;
}
@media screen and (min-width: 728px) {
  section.dedicated-routines > .content.shelf .layout-group.products .products .product.serum-le-power {
    width: 56px;
  }
}
section.dedicated-routines > .content.shelf .layout-group.products .products .product.serum-seconde-peau {
  width: 51px;
}
@media screen and (min-width: 728px) {
  section.dedicated-routines > .content.shelf .layout-group.products .products .product.serum-seconde-peau {
    width: 60px;
  }
}
section.dedicated-routines > .content.shelf .layout-group.products .products .product.serum-u {
  width: 52.7px;
}
@media screen and (min-width: 728px) {
  section.dedicated-routines > .content.shelf .layout-group.products .products .product.serum-u {
    width: 62px;
  }
}
section.dedicated-routines > .content.shelf .layout-group.products .products .product img {
  display: block;
  width: 100%;
}
section.dedicated-routines > .content.shelf .add-to-cart-label {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  line-height: 1.75;
  margin: 86px auto 0;
  padding: 16px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid white;
  border-radius: 24px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media screen and (min-width: 728px) {
  section.dedicated-routines > .content.shelf .add-to-cart-label {
    margin-top: 62px;
    flex-direction: row;
  }
}
@media screen and (min-width: 1120px) {
  section.dedicated-routines > .content.shelf .add-to-cart-label {
    margin: 0;
    flex: none;
  }
}
section.dedicated-routines > .content.shelf .add-to-cart-label button.add-to-cart {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
section.dedicated-routines > .content.shelf .add-to-cart-label button.add-to-cart .loading-indicator {
  display: none;
  justify-content: center;
}
section.dedicated-routines > .content.shelf .add-to-cart-label button.add-to-cart .loading-indicator .dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: currentColor;
  opacity: 50%;
  animation: 0.9s linear infinite;
}
section.dedicated-routines > .content.shelf .add-to-cart-label button.add-to-cart .loading-indicator .dot:first-child {
  animation-delay: 0s;
}
section.dedicated-routines > .content.shelf .add-to-cart-label button.add-to-cart .loading-indicator .dot:nth-child(2) {
  margin: 0 10px;
  animation-delay: 0.3s;
}
section.dedicated-routines > .content.shelf .add-to-cart-label button.add-to-cart .loading-indicator .dot:nth-child(3) {
  animation-delay: 0.6s;
}
section.dedicated-routines > .content.shelf .add-to-cart-label button.add-to-cart .done-icon {
  display: none;
  width: 18px;
  height: 18px;
  line-height: initial;
}
section.dedicated-routines > .content.shelf .add-to-cart-label button.add-to-cart.loading .default-text {
  display: none;
}
section.dedicated-routines > .content.shelf .add-to-cart-label button.add-to-cart.loading .loading-indicator {
  display: flex;
}
section.dedicated-routines > .content.shelf .add-to-cart-label button.add-to-cart.loading .loading-indicator .dot {
  animation-name: add-to-cart-button-loading-dot;
}
section.dedicated-routines > .content.shelf .add-to-cart-label button.add-to-cart.done .default-text {
  display: none;
}
section.dedicated-routines > .content.shelf .add-to-cart-label button.add-to-cart.done .done-icon {
  display: inline;
}
section.dedicated-routines > .content.shelf .add-to-cart-label button.add-to-cart {
  width: 295px;
  height: 50px;
  background-color: black;
  border-radius: 8px;
  color: white;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
section.dedicated-routines > .content.shelf .add-to-cart-label button.add-to-cart .button-animation-target {
  position: relative;
}
section.dedicated-routines > .content.shelf .add-to-cart-label button.add-to-cart .button-animation-target::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  bottom: -1px;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-out;
}
section.dedicated-routines > .content.shelf .add-to-cart-label button.add-to-cart:not(.disabled):hover .button-animation-target::before {
  transform: scaleX(1);
}
@media screen and (min-width: 728px) {
  section.dedicated-routines > .content.shelf .add-to-cart-label button.add-to-cart {
    width: 220px;
    font-size: 14px;
  }
}
section.dedicated-routines > img.doctor {
  display: none;
}
@media screen and (min-width: 1120px) {
  section.dedicated-routines > img.doctor {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 360px;
  }
  section.dedicated-routines > img.doctor.dr-joel-aknin {
    width: 410px;
  }
}

#routine-detail-popup {
  z-index: 1000;
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.3s, opacity 0.3s ease;
}
#routine-detail-popup.shown {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
#routine-detail-popup.shown > .content {
  transform: translateY(0);
}
#routine-detail-popup .background-mask {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
#routine-detail-popup > .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: translateY(100%);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-bottom: 150px;
  background-color: #F8F8F8;
  transition: transform 0.25s ease;
}
@media screen and (min-width: 1120px) {
  #routine-detail-popup > .content {
    width: calc(100vw - 100px);
    max-width: 1340px;
  }
}
#routine-detail-popup > .content .layout-wrapper.top {
  z-index: 10;
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  padding-right: 6px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 728px) {
  #routine-detail-popup > .content .layout-wrapper.top {
    top: 57px;
    padding-right: 39px;
  }
}
@media screen and (min-width: 1120px) {
  #routine-detail-popup > .content .layout-wrapper.top {
    padding-right: 25px;
  }
}
#routine-detail-popup > .content .layout-wrapper.top button.close {
  width: 32px;
  height: 32px;
  background-color: white;
  color: inherit;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#routine-detail-popup > .content .layout-wrapper.top button.close svg {
  width: 8px;
  height: 8px;
}
@media screen and (min-width: 728px) {
  #routine-detail-popup > .content .steps {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1120px) {
  #routine-detail-popup > .content .steps {
    margin-top: 50px;
    padding: 0 62px;
  }
}
#routine-detail-popup > .content .steps .step {
  padding-top: 20px;
  padding-bottom: 48px;
}
#routine-detail-popup > .content .steps .step:not(:last-of-type) {
  border-bottom: 1px solid white;
}
@media screen and (min-width: 728px) {
  #routine-detail-popup > .content .steps .step {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 48px;
  }
}
@media screen and (min-width: 728px) {
  #routine-detail-popup > .content .steps .step.serum-bleu, #routine-detail-popup > .content .steps .step.programme-re-cellular-125, #routine-detail-popup > .content .steps .step.serum-seconde-peau {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 728px) {
  #routine-detail-popup > .content .steps .step.la-creme-culte {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#routine-detail-popup > .content .steps .step .product-image {
  width: 294px;
}
@media screen and (max-width: 727px) {
  #routine-detail-popup > .content .steps .step .product-image {
    margin: 0 auto;
  }
}
@media screen and (min-width: 728px) {
  #routine-detail-popup > .content .steps .step .product-image {
    flex: none;
  }
}
@media screen and (max-width: 727px) {
  #routine-detail-popup > .content .steps .step .product-image.serum-bleu {
    width: 390px;
    max-width: 100%;
  }
}
@media screen and (min-width: 728px) {
  #routine-detail-popup > .content .steps .step .product-image.serum-bleu {
    transform: scale(1.35);
  }
}
@media screen and (max-width: 727px) {
  #routine-detail-popup > .content .steps .step .product-image.serum-seconde-peau {
    width: 390px;
    max-width: 100%;
  }
}
@media screen and (min-width: 728px) {
  #routine-detail-popup > .content .steps .step .product-image.serum-seconde-peau {
    transform: scale(1.3);
  }
}
#routine-detail-popup > .content .steps .step .product-image img {
  display: block;
  width: 100%;
}
#routine-detail-popup > .content .steps .step .layout-group.text {
  max-width: 548px;
}
@media screen and (max-width: 727px) {
  #routine-detail-popup > .content .steps .step .layout-group.text {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 728px) {
  #routine-detail-popup > .content .steps .step .layout-group.text {
    z-index: 2;
  }
}
#routine-detail-popup > .content .steps .step .layout-group.text > *:not(:first-child) {
  margin-top: 18px;
}
#routine-detail-popup > .content .steps .step .layout-group.text .title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1px;
}
#routine-detail-popup > .content .steps .step .layout-group.text .step-no {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
#routine-detail-popup > .content .steps .step .layout-group.text p {
  font-size: 20px;
}
#routine-detail-popup > .content .steps .step .layout-group.text p i {
  font-weight: 300;
}
#routine-detail-popup > .content .steps .step .layout-group.text .info {
  font-size: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
#routine-detail-popup > .content .steps .step .layout-group.text .info svg {
  position: relative;
  top: -1px;
  width: 18px;
  height: 18px;
}
#routine-detail-popup .add-to-cart-label {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  line-height: 1.75;
  margin: 86px auto 0;
  padding: 16px;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid white;
  border-radius: 24px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media screen and (min-width: 728px) {
  #routine-detail-popup .add-to-cart-label {
    margin-top: 62px;
    flex-direction: row;
  }
}
@media screen and (min-width: 1120px) {
  #routine-detail-popup .add-to-cart-label {
    margin: 0;
    flex: none;
  }
}
#routine-detail-popup .add-to-cart-label button.add-to-cart {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
#routine-detail-popup .add-to-cart-label button.add-to-cart .loading-indicator {
  display: none;
  justify-content: center;
}
#routine-detail-popup .add-to-cart-label button.add-to-cart .loading-indicator .dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: currentColor;
  opacity: 50%;
  animation: 0.9s linear infinite;
}
#routine-detail-popup .add-to-cart-label button.add-to-cart .loading-indicator .dot:first-child {
  animation-delay: 0s;
}
#routine-detail-popup .add-to-cart-label button.add-to-cart .loading-indicator .dot:nth-child(2) {
  margin: 0 10px;
  animation-delay: 0.3s;
}
#routine-detail-popup .add-to-cart-label button.add-to-cart .loading-indicator .dot:nth-child(3) {
  animation-delay: 0.6s;
}
#routine-detail-popup .add-to-cart-label button.add-to-cart .done-icon {
  display: none;
  width: 18px;
  height: 18px;
  line-height: initial;
}
#routine-detail-popup .add-to-cart-label button.add-to-cart.loading .default-text {
  display: none;
}
#routine-detail-popup .add-to-cart-label button.add-to-cart.loading .loading-indicator {
  display: flex;
}
#routine-detail-popup .add-to-cart-label button.add-to-cart.loading .loading-indicator .dot {
  animation-name: add-to-cart-button-loading-dot;
}
#routine-detail-popup .add-to-cart-label button.add-to-cart.done .default-text {
  display: none;
}
#routine-detail-popup .add-to-cart-label button.add-to-cart.done .done-icon {
  display: inline;
}
#routine-detail-popup .add-to-cart-label button.add-to-cart {
  width: 295px;
  height: 50px;
  background-color: black;
  border-radius: 8px;
  color: white;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
#routine-detail-popup .add-to-cart-label button.add-to-cart .button-animation-target {
  position: relative;
}
#routine-detail-popup .add-to-cart-label button.add-to-cart .button-animation-target::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  bottom: -1px;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-out;
}
#routine-detail-popup .add-to-cart-label button.add-to-cart:not(.disabled):hover .button-animation-target::before {
  transform: scaleX(1);
}
@media screen and (min-width: 728px) {
  #routine-detail-popup .add-to-cart-label button.add-to-cart {
    width: 220px;
    font-size: 14px;
  }
}
#routine-detail-popup .add-to-cart-label {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 728px) {
  #routine-detail-popup .add-to-cart-label {
    bottom: 50px;
  }
}

section.all-details {
  margin-top: 148px;
}
@media screen and (min-width: 728px) {
  section.all-details {
    margin-top: 168px;
  }
}
@media screen and (min-width: 1120px) {
  section.all-details {
    margin-top: 228px;
  }
}
section.all-details > .content {
  max-width: 1136px;
}
section.all-details h2 {
  font-size: 48px;
  font-weight: 500;
}
section.all-details .entries {
  max-width: 706px;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 728px) {
  section.all-details .entries {
    margin-top: 64px;
  }
}
@media screen and (min-width: 1120px) {
  section.all-details .entries {
    margin-top: 100px;
  }
}
section.all-details .entries .entry:not(:first-of-type) {
  border-top: 1px solid #D9D9D9;
}
section.all-details .entries .entry[open] {
  padding-bottom: 16px;
}
section.all-details .entries .entry[open] svg {
  transform: rotate(180deg);
}
section.all-details .entries .entry summary {
  min-height: 83px;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1120px) {
  section.all-details .entries .entry summary {
    padding-right: 40px;
  }
}
section.all-details .entries .entry summary svg {
  width: 14px;
  height: auto;
}
section.all-details .entries .entry p,
section.all-details .entries .entry ul {
  margin: 0;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 400;
}
section.all-details .entries .entry p + p, section.all-details .entries .entry p + ul,
section.all-details .entries .entry ul + p,
section.all-details .entries .entry ul + ul {
  margin-top: 1.2em;
}
section.all-details .entries .entry p strong, section.all-details .entries .entry p b,
section.all-details .entries .entry ul strong,
section.all-details .entries .entry ul b {
  font-weight: 500;
}
section.all-details .entries .entry p img,
section.all-details .entries .entry ul img {
  max-width: 100%;
}
section.all-details .entries .entry p.packaging-labels {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
section.all-details .entries .entry p.packaging-labels .packaging-label {
  width: 148px;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
section.all-details .entries .entry p.packaging-labels .packaging-label .icon {
  height: 34px;
  width: auto;
}
section.all-details .entries .entry p.packaging-labels .packaging-label .text {
  margin-top: 6px;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}
section.all-details .entries .entry p.footnote {
  font-size: 14px;
  color: #9A9A9A;
}
section.all-details .entries .entry ul {
  padding-left: 0;
  list-style-type: disc;
  list-style-position: inside;
}

section.reviews {
  margin-top: 148px;
}
@media screen and (min-width: 728px) {
  section.reviews {
    margin-top: 168px;
  }
}
@media screen and (min-width: 1120px) {
  section.reviews {
    margin-top: 228px;
  }
}
section.reviews > .content {
  max-width: 1284px;
}
section.reviews > .content > .layout-wrapper {
  position: relative;
  padding-top: 50px;
}
@media screen and (min-width: 728px) {
  section.reviews > .content > .layout-wrapper {
    padding-top: 65px;
  }
}
@media screen and (min-width: 1120px) {
  section.reviews > .content > .layout-wrapper {
    padding-top: 95px;
    display: grid;
    grid-template-columns: max-content 1fr;
    align-items: start;
    column-gap: 124px;
  }
}
section.reviews h3 {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -0.004em;
}
@media screen and (max-width: 727px) {
  section.reviews h3 {
    text-align: center;
  }
}
@media screen and (min-width: 728px) {
  section.reviews h3 {
    font-size: 48px;
  }
}
@media screen and (min-width: 728px) and (max-width: 1119px) {
  section.reviews .stats {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1120px) {
  section.reviews .stats {
    position: -webkit-sticky;
    position: sticky;
    top: 209px;
    min-width: 163px;
  }
}
section.reviews .stats .numbers {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
section.reviews .stats .numbers .average {
  font-size: 88px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
section.reviews .stats .numbers .average .stars {
  margin-top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.reviews .stats .numbers .average .stars svg {
  width: 26px;
  height: 26px;
  margin: 0 2px;
}
section.reviews .stats .numbers .count {
  margin-top: 32px;
  font-size: 20px;
}
@media screen and (min-width: 1120px) {
  section.reviews .stats .numbers .count {
    font-size: 18px;
  }
}
section.reviews .stats .distribution {
  margin-top: 32px;
}
section.reviews .stats .distribution .line {
  display: flex;
  align-items: center;
}
section.reviews .stats .distribution .line:not(:first-of-type) {
  margin-top: 15px;
}
@media screen and (min-width: 1120px) {
  section.reviews .stats .distribution .line:not(:first-of-type) {
    margin-top: 10px;
  }
}
section.reviews .stats .distribution .line .stars {
  flex: none;
  display: flex;
}
section.reviews .stats .distribution .line .stars svg {
  width: 9px;
  height: 9px;
  margin-right: 1px;
}
@media screen and (min-width: 1120px) {
  section.reviews .stats .distribution .line .stars svg {
    width: 7px;
    height: 7px;
  }
}
section.reviews .stats .distribution .line .percentage {
  flex: 1;
  margin-left: 18px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1120px) {
  section.reviews .stats .distribution .line .percentage {
    margin-left: 12px;
  }
}
section.reviews .stats .distribution .line .percentage .bar {
  position: relative;
  flex-grow: 1;
  height: 7px;
  background-color: #F8F8F8;
}
@media screen and (min-width: 1120px) {
  section.reviews .stats .distribution .line .percentage .bar {
    height: 6px;
  }
}
section.reviews .stats .distribution .line .percentage .bar .fill {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-color: black;
}
section.reviews .stats .distribution .line .percentage .text {
  flex: 0 0 3ch;
  line-height: 1.1;
  margin-left: 12px;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (min-width: 1120px) {
  section.reviews .stats .distribution .line .percentage .text {
    font-size: 12px;
  }
}
section.reviews .comments {
  overflow: hidden;
  margin-top: 48px;
}
@media screen and (min-width: 728px) {
  section.reviews .comments {
    margin-top: 65px;
  }
}
@media screen and (min-width: 1120px) {
  section.reviews .comments {
    padding-right: 40px;
  }
}
section.reviews .comments .filter-bar > .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
section.reviews .comments .filter-bar main {
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px 24px;
}
section.reviews .comments .filter-bar main button {
  position: relative;
  font-size: inherit;
  color: inherit;
  cursor: pointer;
}
section.reviews .comments .filter-bar main button .button-animation-target {
  position: relative;
}
section.reviews .comments .filter-bar main button .button-animation-target::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  bottom: -1px;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-out;
}
section.reviews .comments .filter-bar main button:not(.disabled):hover .button-animation-target::before {
  transform: scaleX(1);
}
section.reviews .comments .filter-bar main button {
  display: flex;
  align-items: center;
  gap: 8px;
}
section.reviews .comments .filter-bar main button.clear-all {
  font-weight: 300;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}
section.reviews .comments .filter-bar main button .icon {
  width: 24px;
  height: 24px;
}
section.reviews .comments .filter-bar aside.results {
  font-size: 20px;
  visibility: hidden;
}
section.reviews .comments .filter-bar aside.results.shown {
  visibility: visible;
}
section.reviews .comments .filter-bar .background-mask {
  z-index: 1000;
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0s 0.3s;
}
section.reviews .comments .filter-bar .background-mask.show, section.reviews .comments .filter-bar .background-mask.shown {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
section.reviews .comments .filter-bar .filter-sort-dialogue {
  z-index: 1001;
  position: fixed;
  top: 0;
  height: 100%;
  visibility: hidden;
  transition: transform 0.3s ease, visibility 0s 0.3s;
}
section.reviews .comments .filter-bar .filter-sort-dialogue.show, section.reviews .comments .filter-bar .filter-sort-dialogue.shown {
  visibility: visible;
  transition-delay: 0s;
}
section.reviews .comments .filter-bar .filter-sort-dialogue.rtl, section.reviews .comments .filter-bar .filter-sort-dialogue {
  left: 100%;
}
section.reviews .comments .filter-bar .filter-sort-dialogue.rtl.show, section.reviews .comments .filter-bar .filter-sort-dialogue.show, section.reviews .comments .filter-bar .filter-sort-dialogue.rtl.shown, section.reviews .comments .filter-bar .filter-sort-dialogue.shown {
  transform: translateX(-100%);
}
section.reviews .comments .filter-bar .filter-sort-dialogue.ltr {
  right: 100%;
}
section.reviews .comments .filter-bar .filter-sort-dialogue.ltr.show, section.reviews .comments .filter-bar .filter-sort-dialogue.ltr.shown {
  transform: translateX(100%);
}
section.reviews .comments .filter-bar .filter-sort-dialogue {
  width: 680px;
  max-width: 100%;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}
section.reviews .comments .filter-bar .filter-sort-dialogue section.header,
section.reviews .comments .filter-bar .filter-sort-dialogue section.body,
section.reviews .comments .filter-bar .filter-sort-dialogue section.footer {
  padding-left: 26px;
  padding-right: 26px;
}
@media screen and (min-width: 728px) {
  section.reviews .comments .filter-bar .filter-sort-dialogue section.header,
  section.reviews .comments .filter-bar .filter-sort-dialogue section.body,
  section.reviews .comments .filter-bar .filter-sort-dialogue section.footer {
    padding-left: 36px;
    padding-right: 36px;
  }
}
section.reviews .comments .filter-bar .filter-sort-dialogue section.header {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #F8F8F8;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 728px) {
  section.reviews .comments .filter-bar .filter-sort-dialogue section.header {
    padding-top: 27px;
    padding-bottom: 27px;
  }
}
section.reviews .comments .filter-bar .filter-sort-dialogue section.header h3 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
section.reviews .comments .filter-bar .filter-sort-dialogue section.header button.close {
  width: 32px;
  height: 32px;
  background-color: #F8F8F8;
  color: inherit;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.reviews .comments .filter-bar .filter-sort-dialogue section.header button.close svg {
  width: 8px;
  height: 8px;
}
section.reviews .comments .filter-bar .filter-sort-dialogue section.body {
  flex: 1;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-top: 72px;
  padding-bottom: 36px;
  font-size: 18px;
}
@media screen and (min-width: 728px) {
  section.reviews .comments .filter-bar .filter-sort-dialogue section.body {
    padding-top: 36px;
  }
}
section.reviews .comments .filter-bar .filter-sort-dialogue section.body .sorting-options:not(:first-of-type),
section.reviews .comments .filter-bar .filter-sort-dialogue section.body .filter-groups:not(:first-of-type) {
  margin-top: 60px;
}
section.reviews .comments .filter-bar .filter-sort-dialogue section.body .sorting-options .heading,
section.reviews .comments .filter-bar .filter-sort-dialogue section.body .sorting-options .subheading,
section.reviews .comments .filter-bar .filter-sort-dialogue section.body .filter-groups .heading,
section.reviews .comments .filter-bar .filter-sort-dialogue section.body .filter-groups .subheading {
  text-transform: uppercase;
}
section.reviews .comments .filter-bar .filter-sort-dialogue section.body .sorting-options .heading,
section.reviews .comments .filter-bar .filter-sort-dialogue section.body .filter-groups .heading {
  text-decoration: underline;
}
section.reviews .comments .filter-bar .filter-sort-dialogue section.body .sorting-options .option {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.reviews .comments .filter-bar .filter-sort-dialogue section.body .sorting-options .heading + .option {
  margin-top: 24px;
}
section.reviews .comments .filter-bar .filter-sort-dialogue section.body .filter-groups .group {
  padding: 24px 0;
  border-top: 1px solid #F8F8F8;
}
section.reviews .comments .filter-bar .filter-sort-dialogue section.body .filter-groups .group .filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
}
section.reviews .comments .filter-bar .filter-sort-dialogue section.body .filter-groups .group .filters .filter {
  padding: 8px 16px;
  border: 1px solid black;
  border-radius: 12px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
section.reviews .comments .filter-bar .filter-sort-dialogue section.body .filter-groups .group .filters .filter:not(.disabled):hover {
  background-color: #F8F8F8;
}
section.reviews .comments .filter-bar .filter-sort-dialogue section.body .filter-groups .group .filters .filter.on {
  background-color: black;
  color: white;
}
section.reviews .comments .filter-bar .filter-sort-dialogue section.body .filter-groups .group .filters .filter.on:hover {
  background-color: #252525;
}
section.reviews .comments .filter-bar .filter-sort-dialogue section.body .filter-groups .group .filters .filter.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
section.reviews .comments .filter-bar .filter-sort-dialogue section.body .filter-groups .group .filters {
  margin-top: 24px;
}
section.reviews .comments .filter-bar .filter-sort-dialogue section.body .filter-groups .heading + .group {
  border-top: none;
}
section.reviews .comments .filter-bar .filter-sort-dialogue section.footer {
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid #F8F8F8;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 728px) {
  section.reviews .comments .filter-bar .filter-sort-dialogue section.footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
section.reviews .comments .filter-bar .filter-sort-dialogue section.footer button.clear-all {
  color: inherit;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-decoration: underline;
}
@media screen and (min-width: 728px) {
  section.reviews .comments .filter-bar .filter-sort-dialogue section.footer button.clear-all {
    font-size: 20px;
    letter-spacing: 0.02em;
  }
}
section.reviews .comments .filter-bar .filter-sort-dialogue section.footer button.apply {
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: white;
  background-color: black;
}
section.reviews .comments .filter-bar .filter-sort-dialogue section.footer button.apply .button-animation-target {
  position: relative;
}
section.reviews .comments .filter-bar .filter-sort-dialogue section.footer button.apply .button-animation-target::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  bottom: -1px;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-out;
}
section.reviews .comments .filter-bar .filter-sort-dialogue section.footer button.apply:not(.disabled):hover .button-animation-target::before {
  transform: scaleX(1);
}
@media screen and (min-width: 728px) {
  section.reviews .comments .filter-bar .filter-sort-dialogue section.footer button.apply {
    font-size: 18px;
  }
}
section.reviews .comments .filter-bar {
  margin-bottom: 48px;
}
section.reviews .comments .filter-bar > .content {
  padding-left: 0;
  padding-right: 0;
}
section.reviews .comments .comment {
  display: none;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #979797;
}
section.reviews .comments .comment.shown {
  display: block;
}
section.reviews .comments .comment .stars {
  display: flex;
}
section.reviews .comments .comment .stars svg {
  width: 14px;
  height: 14px;
  margin-right: 2px;
}
section.reviews .comments .comment .date {
  margin-top: 15px;
  color: #696969;
  font-size: 16px;
  font-weight: 350;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 1120px) {
  section.reviews .comments .comment .date {
    font-size: 14px;
  }
}
section.reviews .comments .comment .name-line {
  margin-top: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 8px;
}
section.reviews .comments .comment .name-line .name {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.01em;
}
section.reviews .comments .comment .name-line .badge {
  position: relative;
  top: 3px;
  width: 16px;
  height: 16px;
  color: #3897F0;
}
section.reviews .comments .comment .name-line .badge svg {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
}
section.reviews .comments .comment .name-line .verification {
  color: #86868B;
  font-size: 16px;
  font-weight: 350;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 1120px) {
  section.reviews .comments .comment .name-line .verification {
    font-size: 14px;
  }
}
section.reviews .comments .comment .info {
  margin-top: 16px;
  line-height: 1;
  color: #86868B;
  font-size: 16px;
  font-weight: 350;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 1120px) {
  section.reviews .comments .comment .info {
    font-size: 14px;
    display: flex;
    align-items: baseline;
    gap: 22px;
  }
}
section.reviews .comments .comment .info .separator {
  font-size: 14px;
}
section.reviews .comments .comment .quote {
  margin-top: 16px;
  font-size: 18px;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 1120px) {
  section.reviews .comments .comment .quote {
    font-size: 16px;
  }
}
section.reviews .comments .pagination {
  margin-top: 52px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
section.reviews .comments .pagination .page, section.reviews .comments .pagination .ellipsis {
  margin-right: 16px;
  color: #86868B;
  font-size: 15px;
  font-weight: 500;
}
section.reviews .comments .pagination .page {
  cursor: pointer;
}
section.reviews .comments .pagination .page.on {
  color: black;
}
section.reviews .comments .pagination button.next {
  flex: none;
  position: relative;
  top: -1px;
  width: 15px;
  height: 15px;
  margin-left: 13px;
  background-color: black;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.reviews .comments .pagination button.next svg {
  height: 9px;
  width: auto;
}
@media screen and (min-width: 1120px) {
  section.reviews .stats {
    top: 234px;
  }
}

section.extras > .content {
  max-width: 1440px;
}
@media screen and (min-width: 1120px) {
  section.extras > .content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 42px;
  }
}
section.extras > .content .segment {
  font-size: 16px;
}
@media screen and (min-width: 1120px) {
  section.extras > .content .segment {
    padding: 8px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1119px) {
  section.extras > .content .segment:not(:first-of-type) {
    margin-top: 52px;
  }
}
section.extras > .content .segment h4 {
  font-size: 20px;
  font-weight: 400;
}
@media screen and (min-width: 1120px) {
  section.extras > .content .segment h4 {
    font-weight: 500;
  }
}
section.extras > .content .segment p, section.extras > .content .segment > .search, section.extras > .content .segment button.subscribe {
  margin-top: 14px;
}
@media screen and (min-width: 1120px) {
  section.extras > .content .segment p, section.extras > .content .segment > .search, section.extras > .content .segment button.subscribe {
    margin-top: 16px;
  }
}
section.extras > .content .segment p {
  font-weight: 300;
  color: #606060;
  letter-spacing: 0.01em;
}
section.extras > .content .segment p a {
  color: black;
  font-weight: 400;
  text-decoration: underline;
}
section.extras > .content .segment > .search > .content {
  display: flex;
}
@media screen and (max-width: 727px) {
  section.extras > .content .segment > .search > .content {
    max-width: 456px;
  }
}
@media screen and (min-width: 728px) and (max-width: 1119px) {
  section.extras > .content .segment > .search > .content {
    max-width: 464px;
  }
}
@media screen and (min-width: 1120px) {
  section.extras > .content .segment > .search > .content {
    padding: 0;
  }
}
section.extras > .content .segment > .search > .content label {
  flex: 0 1 100%;
  position: relative;
  padding-left: 11px;
}
@media screen and (min-width: 728px) {
  section.extras > .content .segment > .search > .content label {
    padding-left: 17px;
  }
}
section.extras > .content .segment > .search > .content label > svg {
  position: relative;
  height: 13px;
  top: 2px;
  width: auto;
}
section.extras > .content .segment > .search > .content label input.search {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  padding-left: 31px;
  font-size: 16px;
  letter-spacing: 0;
}
@media screen and (min-width: 728px) {
  section.extras > .content .segment > .search > .content label input.search {
    padding-left: 40px;
  }
}
section.extras > .content .segment > .search > .content label button.clear {
  position: absolute;
  right: 8px;
  width: 18px;
  height: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.extras > .content .segment > .search > .content label button.clear svg {
  width: 9px;
  height: 9px;
}
section.extras > .content .segment > .search > .content label .search-options-dropdown {
  z-index: 10;
  position: absolute;
  overflow-y: auto;
  overscroll-behavior: contain;
  top: 100%;
  max-height: 38vh;
  left: 0;
  width: 100%;
  margin: 6px 0 0 0;
  padding: 10px;
  background-color: white;
  color: black;
  box-shadow: 0 5px 19px rgba(0, 0, 0, 0.1);
  list-style: none;
}
section.extras > .content .segment > .search > .content label .search-options-dropdown li.option {
  line-height: normal;
  padding: 10px 0 10px 8px;
  font-size: 16px;
  letter-spacing: 0.02em;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
}
section.extras > .content .segment > .search > .content label .search-options-dropdown li.option:not(:first-of-type) {
  margin-top: 6px;
}
section.extras > .content .segment > .search > .content label .search-options-dropdown li.option:hover, section.extras > .content .segment > .search > .content label .search-options-dropdown li.option.on {
  background-color: #F8F8F8;
}
section.extras > .content .segment > .search > .content label .search-options-dropdown li.option svg {
  height: 24px;
  width: auto;
  vertical-align: middle;
}
section.extras > .content .segment > .search > .content label,
section.extras > .content .segment > .search > .content button.locate {
  height: 38px;
  line-height: 38px;
}
section.extras > .content .segment > .search > .content input {
  border: 1px solid black;
}
section.extras > .content .segment > .search > .content button.locate {
  flex: 0 0 50px;
  position: relative;
  margin-left: 11px;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.extras > .content .segment > .search > .content button.locate:hover {
  background-color: #F8F8F8;
}
section.extras > .content .segment > .search > .content button.locate a {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
}
section.extras > .content .segment > .search > .content button.locate svg {
  height: 20px;
  width: auto;
}
section.extras > .content .segment > .search > .content {
  margin: 0;
  padding: 0;
}
section.extras > .content .segment button.subscribe {
  color: inherit;
  font-size: inherit;
  text-decoration: underline;
  text-underline-offset: 0.25em;
}
section.extras {
  padding: 110px 0 50px;
}
@media screen and (min-width: 728px) {
  section.extras {
    padding: 210px 0 130px;
  }
}
@media screen and (min-width: 1120px) {
  section.extras {
    padding: 150px 0 120px;
  }
}

section.floating-add-to-cart-button {
  z-index: 99;
  position: -webkit-sticky;
  position: sticky;
  bottom: 24px;
}
section.floating-add-to-cart-button button.add-to-cart {
  width: 100%;
  height: 60px;
  font-size: 19px;
}

@media screen and (max-width: 727px) {
  #contact-button {
    bottom: 94px;
  }
}

@media screen and (max-width: 727px) {
  footer {
    margin-top: 16px;
  }
}
