@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: 32px;
}
@media screen and (min-width: 728px) {
  header > .content .logo {
    width: 97px;
  }
}
@media screen and (min-width: 1120px) {
  header > .content .logo {
    width: 113px;
  }
}
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 {
  left: 100%;
}
#cart-slideover.rtl.show, #cart-slideover.rtl.shown {
  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%);
  }
}
body {
  max-width: none;
  padding-top: 0;
}

main {
  height: 100vh;
  height: 100svh;
  display: flex;
}
@media screen and (max-width: 1119px) {
  main {
    flex-direction: column;
  }
}
main > .logo {
  z-index: 10;
  position: absolute;
  left: 50%;
  top: 7px;
  transform: translateX(-50%);
  pointer-events: none;
}
@media screen and (min-width: 1120px) {
  main > .logo {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
main > .logo svg {
  display: block;
  width: 97px;
  height: auto;
  color: white;
}
@media screen and (min-width: 1120px) {
  main > .logo svg {
    width: 470px;
  }
}
main .section {
  position: relative;
  flex: 1;
  height: 50%;
  width: 100%;
  padding-bottom: 33px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (min-width: 1120px) {
  main .section {
    width: 50%;
    height: 100%;
    padding-bottom: 73px;
  }
  main .section:hover .background-mask {
    background-color: rgba(0, 0, 0, 0);
  }
  main .section:hover .discovery-guide .minor {
    text-decoration-color: white;
  }
}
main .section img.background,
main .section video.background {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  object-fit: cover;
}
main .section .background-mask {
  z-index: 2;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1120px) {
  main .section .background-mask {
    background-color: rgba(0, 0, 0, 0.8);
    transition: background-color 0.5s ease-in-out;
  }
}
main .section .discovery-guide {
  z-index: 3;
  color: white;
  font-size: 24px;
  letter-spacing: -0.1px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 728px) {
  main .section .discovery-guide {
    font-size: 36px;
  }
}
main .section .discovery-guide > *:not(:first-child) {
  margin-top: 4px;
}
@media screen and (min-width: 1120px) {
  main .section .discovery-guide > *:not(:first-child) {
    margin-top: 16px;
  }
}
main .section .discovery-guide .minor {
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: white;
}
@media screen and (min-width: 728px) {
  main .section .discovery-guide .minor {
    font-size: 16px;
  }
}
@media screen and (min-width: 1120px) {
  main .section .discovery-guide .minor {
    text-decoration-color: transparent;
    transition: text-decoration-color 0.5s ease-in-out;
  }
}

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: 15px;
  top: 3px;
  width: auto;
  transform: rotate(-90deg);
}
@media screen and (min-width: 728px) {
  section.extras > .content .segment > .search > .content label > svg {
    height: 20px;
    top: 6px;
  }
}
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: 48px;
  }
}
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: 7px 18px;
  background-color: white;
  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 {
  height: 48px;
  line-height: 48px;
  padding-left: 8px;
  font-size: 16px;
  letter-spacing: 0.02em;
  cursor: pointer;
}
section.extras > .content .segment > .search > .content label .search-options-dropdown li.option:not(:first-of-type) {
  margin-top: 7px;
}
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;
  margin-right: 6px;
}
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: 108px 0 110px;
}
@media screen and (min-width: 728px) {
  section.extras {
    padding: 130px 0 140px;
  }
}
@media screen and (min-width: 1120px) {
  section.extras {
    padding: 108px 0 128px;
  }
}
