@font-face {
  font-family: "TT Commons";
  font-weight: 100;
  font-style: normal;
  src: url("/assets/fonts/tt-commons/TT-Commons-Thin.otf") format("truetype");
}
@font-face {
  font-family: "TT Commons";
  font-weight: 100;
  font-style: italic;
  src: url("/assets/fonts/tt-commons/TT-Commons-Thin-Italic.otf") format("truetype");
}
@font-face {
  font-family: "TT Commons";
  font-weight: 200;
  font-style: normal;
  src: url("/assets/fonts/tt-commons/TT-Commons-ExtraLight.otf") format("truetype");
}
@font-face {
  font-family: "TT Commons";
  font-weight: 200;
  font-style: italic;
  src: url("/assets/fonts/tt-commons/TT-Commons-ExtraLight-Italic.otf") format("truetype");
}
@font-face {
  font-family: "TT Commons";
  font-weight: 300;
  font-style: normal;
  src: url("/assets/fonts/tt-commons/TT-Commons-Light.otf") format("truetype");
}
@font-face {
  font-family: "TT Commons";
  font-weight: 300;
  font-style: italic;
  src: url("/assets/fonts/tt-commons/TT-Commons-Light-Italic.otf") format("truetype");
}
@font-face {
  font-family: "TT Commons";
  font-weight: 400;
  font-style: normal;
  src: url("/assets/fonts/tt-commons/TT-Commons-Regular.otf") format("truetype");
}
@font-face {
  font-family: "TT Commons";
  font-weight: 400;
  font-style: italic;
  src: url("/assets/fonts/tt-commons/TT-Commons-Italic.otf") format("truetype");
}
@font-face {
  font-family: "TT Commons";
  font-weight: 500;
  font-style: normal;
  src: url("/assets/fonts/tt-commons/TT-Commons-Medium.otf") format("truetype");
}
@font-face {
  font-family: "TT Commons";
  font-weight: 500;
  font-style: italic;
  src: url("/assets/fonts/tt-commons/TT-Commons-Medium-Italic.otf") format("truetype");
}
@font-face {
  font-family: "TT Commons";
  font-weight: 600;
  font-style: normal;
  src: url("/assets/fonts/tt-commons/TT-Commons-DemiBold.otf") format("truetype");
}
@font-face {
  font-family: "TT Commons";
  font-weight: 600;
  font-style: italic;
  src: url("/assets/fonts/tt-commons/TT-Commons-DemiBold-Italic.otf") format("truetype");
}
@font-face {
  font-family: "TT Commons";
  font-weight: 700;
  font-style: normal;
  src: url("/assets/fonts/tt-commons/TT-Commons-Bold.otf") format("truetype");
}
@font-face {
  font-family: "TT Commons";
  font-weight: 700;
  font-style: italic;
  src: url("/assets/fonts/tt-commons/TT-Commons-Bold-Italic.otf") format("truetype");
}
@font-face {
  font-family: "TT Commons";
  font-weight: 800;
  font-style: normal;
  src: url("/assets/fonts/tt-commons/TT-Commons-ExtraBold.otf") format("truetype");
}
@font-face {
  font-family: "TT Commons";
  font-weight: 800;
  font-style: italic;
  src: url("/assets/fonts/tt-commons/TT-Commons-ExtraBold-Italic.otf") format("truetype");
}
@font-face {
  font-family: "TT Commons";
  font-weight: 900;
  font-style: normal;
  src: url("/assets/fonts/tt-commons/TT-Commons-Black.otf") format("truetype");
}
@font-face {
  font-family: "TT Commons";
  font-weight: 900;
  font-style: italic;
  src: url("/assets/fonts/tt-commons/TT-Commons-Black-Italic.otf") 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 (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;
}

* {
  box-sizing: border-box;
}

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

html {
  background-color: #F8F8F8;
  color: #1F1F1F;
  font-family: "TT Commons", sans-serif;
  scroll-behavior: smooth;
}
html:lang(zh-CN) html {
  font-family: "TT Commons", "Noto Sans CJK SC", "Source Han Sans CN", sans-serif;
}
html.admin {
  background-color: white;
}

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

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

input[type=text], input[type=password], input[type=email], 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: #6C1401;
}

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;
  padding-left: 2px;
  margin-bottom: 10px;
  border: 1px solid #6C1401;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 2px;
}
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%;
}

.content {
  position: relative;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.content.larger-horizontal-padding {
  padding-left: 32px;
  padding-right: 32px;
}
@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;
  height: 100px;
  left: 0;
  width: 100%;
  background-color: #F8F8F8;
  color: #6C1401;
  border-color: #6C1401;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
header.white {
  color: white;
  border-color: white;
}
header.white #skincare-discovery-link {
  border-color: white;
}
header.white #skincare-discovery-link:hover {
  background-color: white;
  color: #6C1401 !important;
}
header.white #language-switch img.chevron {
  filter: brightness(0) invert(1);
}
header.white #language-switch .drop-down {
  background-color: #6C1401 !important;
}
header.transparent {
  background-color: transparent !important;
}
header.transparent .second-deck {
  background-color: transparent !important;
}
header.transparent nav.products .top-border {
  display: none;
}
header.black-colour {
  color: #0E070F;
  border-color: #1F1F1F;
}
header.black-colour #skincare-discovery-link {
  border-color: #1F1F1F;
}
header.black-colour #skincare-discovery-link:hover {
  background-color: #1F1F1F;
  color: #F8F8F8;
}
header.black-colour #language-switch img.chevron {
  filter: brightness(0) invert(0);
}
html.admin header {
  height: 108px;
  background-color: white;
}
header .content {
  max-width: 1440px;
}
header .first-deck {
  z-index: 102;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .first-deck .logo {
  flex: 0 0 auto;
  display: block;
  width: 125px;
  height: 20px;
}
html.admin header .first-deck .logo {
  width: 138px;
  height: 22px;
}
header .first-deck .buttons {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
}
header .first-deck .buttons.left {
  justify-content: start;
}
header .first-deck .buttons.left .button {
  margin-right: 20px;
}
header .first-deck .buttons.right {
  justify-content: end;
}
html.admin header .first-deck .buttons.right > .user {
  display: flex;
  align-items: center;
}
html.admin header .first-deck .buttons.right > .user .avatar {
  width: 30px;
  height: 30px;
  background-color: #F8F8F8;
  border-radius: 2px;
}
html.admin header .first-deck .buttons.right > .user .username {
  margin-left: 10px;
  font-size: 10px;
}
header .first-deck .buttons.right .button {
  margin-left: 20px;
}
header .first-deck .buttons .button {
  width: 20px;
  height: 20px;
  color: inherit;
}
@media screen and (max-width: 1119px) {
  header .first-deck .buttons #skincare-discovery-link {
    display: none;
  }
}
header .first-deck .buttons #language-switch {
  position: relative;
  margin-right: -16px;
  padding: 6px 10px 4px 10px;
  border-bottom: 1px solid currentColor;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 728px) {
  header .first-deck .buttons #language-switch {
    margin-right: 0;
  }
}
header .first-deck .buttons #language-switch .label {
  position: absolute;
  right: calc(100% + 10px);
  white-space: nowrap;
  text-transform: uppercase;
}
header .first-deck .buttons #language-switch img.chevron {
  width: 9px;
  margin-left: 5px;
}
@media screen and (min-width: 728px) {
  header .first-deck .buttons #language-switch img.chevron {
    margin-left: 15px;
  }
}
header .first-deck .buttons #language-switch .drop-down {
  position: absolute;
  display: none;
  top: calc(100% + 1px);
  left: 0;
  width: 100%;
  padding: 8px 10px;
  background-color: #E2E2E2;
  cursor: default;
}
header .first-deck .buttons #language-switch .drop-down.shown {
  display: block;
}
header .first-deck .buttons #language-switch .drop-down .item {
  display: block;
  padding: 3px 0;
  cursor: pointer;
}
header .second-deck {
  z-index: 101;
  background-color: inherit;
  transform: translateY(-25%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
header .second-deck.show {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
header .second-deck .content {
  height: 38px;
}
header .second-deck .content .links {
  text-align: center;
}
header .second-deck .content .links .link {
  margin: 0 15px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
header nav.products, header nav.skincare {
  overflow: hidden;
  position: absolute;
  top: 138px;
  width: 100%;
  background-color: #F8F8F8;
  transform: translateY(-20px);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
header nav.products.show, header nav.skincare.show {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
header nav.products .content {
  padding-bottom: 40px;
}
header nav.products .content .columns {
  display: flex;
  justify-content: start;
  align-items: start;
  margin-top: 40px;
}
header nav.products .content .columns .column:not(:first-child) {
  margin-left: 50px;
}
header nav.products .content .columns .column.best-seller {
  margin-left: 80px;
}
header nav.products .content .columns .column > *:nth-child(2) {
  margin-top: 20px !important;
}
header nav.products .content .columns .column .caption, header nav.products .content .columns .column .link.prominent {
  color: #1F1F1F;
  font-size: 15px;
  font-weight: 500;
}
header nav.products .content .columns .column .link.minor, header nav.products .content .columns .column .best-seller .title {
  margin-top: 8px;
  color: #555555;
  font-size: 14px;
}
header nav.products .content .columns .column .link {
  display: block;
}
header nav.products .content .columns .column .link.underlined {
  text-decoration: underline;
}
header nav.products .content .columns .column .best-seller {
  display: block;
}
header nav.products .content .columns .column .best-seller .product-image {
  width: 202px;
  height: 144px;
  object-fit: cover;
}
header nav.skincare {
  padding: 48px 0;
}
header nav.skincare > .content {
  display: grid;
  column-gap: 50px;
}
header nav.skincare > .content > .entry {
  position: relative;
  color: #1F1F1F;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
header nav.skincare > .content > .entry .title {
  overflow: hidden;
  font-family: "Classico URW", serif;
  font-size: 25px;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  text-transform: uppercase;
}
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 .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: #1F1F1F;
  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;
}

.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: #1F1F1F;
  text-align: center;
}

footer:not(.new) {
  margin-top: 60px;
  padding-bottom: 40px;
}
#cart-slideover footer:not(.new) .content {
  padding-left: 0;
  padding-right: 0;
}
footer:not(.new) .content nav {
  font-size: 14px;
}
@media screen and (min-width: 1120px) {
  footer:not(.new) .content nav {
    display: flex;
  }
}
footer:not(.new) .content nav .prominent {
  display: flex;
  align-items: stretch;
  margin-bottom: 30px;
}
@media screen and (min-width: 1120px) {
  footer:not(.new) .content nav .prominent {
    display: block;
    margin-bottom: 0;
    padding-right: 50px;
  }
}
footer:not(.new) .content nav .prominent a {
  display: flex;
  align-items: center;
  color: #6C1401;
  letter-spacing: 2px;
}
@media screen and (min-width: 1120px) {
  footer:not(.new) .content nav .prominent a {
    margin-bottom: 20px;
  }
}
footer:not(.new) .content nav .prominent a .icon {
  width: 17px;
  height: 17px;
  margin-right: 10px;
  color: inherit;
}
footer:not(.new) .content nav .prominent .separator {
  width: 1px;
  margin: 0 18px;
  background-color: #B8B8B8;
}
@media screen and (min-width: 1120px) {
  footer:not(.new) .content nav .prominent .separator {
    display: none;
  }
}
@media screen and (min-width: 728px) {
  footer:not(.new) .content nav .normal {
    display: flex;
  }
}
@media screen and (min-width: 1120px) {
  footer:not(.new) .content nav .normal {
    padding-bottom: 20px;
    border-left: 1px solid #B8B8B8;
  }
}
@media screen and (min-width: 728px) {
  footer:not(.new) .content nav .normal .group {
    width: 50%;
    padding-right: 24px;
  }
}
@media screen and (min-width: 1120px) {
  footer:not(.new) .content nav .normal .group {
    width: auto;
    margin-right: 120px;
    padding-left: 50px;
    padding-right: 0;
  }
}
footer:not(.new) .content nav .normal .group .caption {
  display: none;
}
@media screen and (min-width: 728px) {
  footer:not(.new) .content nav .normal .group .caption {
    display: block;
    color: #1F1F1F;
    letter-spacing: 0.5px;
  }
}
footer:not(.new) .content nav .normal .group .link {
  display: block;
  margin-top: 20px;
}
footer:not(.new) .content nav .normal .group .link a {
  color: #1F1F1F;
  letter-spacing: 3px;
}
@media screen and (min-width: 728px) {
  footer:not(.new) .content nav .normal .group .link a {
    color: #979797;
    letter-spacing: 0.5px;
  }
}
footer:not(.new) .content .bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
@media screen and (min-width: 728px) {
  footer:not(.new) .content .bottom-row {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1120px) {
  footer:not(.new) .content .bottom-row {
    margin-top: 50px;
  }
}
@media screen and (min-width: 728px) {
  footer:not(.new) .content .bottom-row .legal, footer:not(.new) .content .bottom-row .social-media {
    width: 50%;
  }
}
@media screen and (min-width: 1120px) {
  footer:not(.new) .content .bottom-row .legal, footer:not(.new) .content .bottom-row .social-media {
    width: auto;
  }
}
footer:not(.new) .content .bottom-row .legal {
  font-size: 12px;
  font-weight: 300;
  color: #808080;
  letter-spacing: 2px;
}
@media screen and (min-width: 1120px) {
  footer:not(.new) .content .bottom-row .legal {
    margin-right: 283px;
  }
  footer:not(.new) .content .bottom-row .legal:lang(en) {
    margin-right: 262px;
  }
  footer:not(.new) .content .bottom-row .legal:lang(pt) {
    margin-right: 304px;
  }
}
footer:not(.new) .content .bottom-row .legal .china-icp-registration {
  line-height: 2;
  font-size: 0.75em;
}
footer:not(.new) .content .bottom-row .social-media {
  position: relative;
  top: -2px;
  font-size: 0;
}
footer:not(.new) .content .bottom-row .social-media .icon {
  height: 15px;
  width: 15px;
  object-fit: contain;
  filter: grayscale(100%) opacity(40%);
}
footer:not(.new) .content .bottom-row .social-media .icon:hover {
  filter: none;
}
footer:not(.new) .content .bottom-row .social-media .icon:not(:first-child) {
  margin-left: 10px;
}
footer:not(.new).white nav .prominent a,
footer:not(.new).white nav .normal .caption,
footer:not(.new).white nav .normal .link a {
  color: white !important;
}
footer:not(.new).white .legal {
  color: #E2E2E2 !important;
}

footer.new {
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: #1F1F1F;
  color: #F8F8F8;
  text-align: center;
}
@media screen and (min-width: 728px) {
  footer.new {
    padding-top: 32px;
    padding-bottom: 74px;
    text-align: left;
  }
}
@media screen and (min-width: 1120px) {
  footer.new {
    padding-top: 50px;
    padding-bottom: 72px;
  }
}
footer.new > .content {
  max-width: 1440px;
}
footer.new .section {
  position: relative;
}
footer.new .section .caption, footer.new .section .link.major {
  font-size: 12px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 728px) {
  footer.new .section .caption, footer.new .section .link.major {
    font-size: 8px;
    justify-content: start;
  }
}
@media screen and (min-width: 1120px) {
  footer.new .section .caption, footer.new .section .link.major {
    font-size: 12px;
  }
}
footer.new .section .caption .icon, footer.new .section .link.major .icon {
  height: 8px;
  margin-left: 8px;
}
@media screen and (min-width: 728px) {
  footer.new .section .caption .icon, footer.new .section .link.major .icon {
    height: 5px;
    margin-left: 6px;
  }
}
@media screen and (min-width: 1120px) {
  footer.new .section .caption .icon, footer.new .section .link.major .icon {
    height: 9px;
    margin-left: 10px;
  }
}
footer.new .section .caption .icon.downwards, footer.new .section .link.major .icon.downwards {
  transform: rotate(90deg);
}
footer.new .section .caption .icon svg, footer.new .section .link.major .icon svg {
  display: block;
  height: 100%;
  width: auto;
}
footer.new .section .caption {
  font-weight: 600;
  text-transform: uppercase;
}
footer.new .section .caption:not(:first-of-type) {
  margin-top: 10px;
}
@media screen and (min-width: 728px) {
  footer.new .section .caption:not(:first-of-type) {
    margin-top: 4px;
  }
}
@media screen and (min-width: 1120px) {
  footer.new .section .caption:not(:first-of-type) {
    margin-top: 10px;
  }
}
footer.new .section .link:not(.major) {
  display: block;
  margin-top: 5px;
  font-size: 10px;
}
@media screen and (min-width: 728px) {
  footer.new .section .link:not(.major) {
    margin-top: 6px;
    font-size: 8px;
  }
}
@media screen and (min-width: 1120px) {
  footer.new .section .link:not(.major) {
    margin-top: 10px;
    font-size: 12px;
  }
}
footer.new .section .link.major {
  margin-top: 8px;
  text-transform: uppercase;
  text-decoration: underline;
  letter-spacing: 0.24px;
}
@media screen and (min-width: 728px) {
  footer.new .section .link.major {
    margin-top: 6px;
    letter-spacing: 0.16px;
  }
}
@media screen and (min-width: 1120px) {
  footer.new .section .link.major {
    margin-top: 10px;
    letter-spacing: 0.24px;
  }
}
footer.new .section .separator {
  position: absolute;
  width: 228px;
  left: calc((100% - 228px) / 2);
  bottom: 0;
  height: 1px;
  margin: 0 auto;
  background-color: #B8B8B8;
}
@media screen and (min-width: 728px) {
  footer.new .section .separator {
    height: 100%;
    bottom: auto;
    top: 0;
    width: 1px;
    left: auto;
    right: 0;
    margin: 0;
  }
}
@media screen and (min-width: 728px) {
  footer.new .section.logo {
    text-align: center;
  }
}
footer.new .section.logo img {
  width: 26px;
}
@media screen and (min-width: 728px) {
  footer.new .section.logo img {
    width: 15px;
  }
}
@media screen and (min-width: 1120px) {
  footer.new .section.logo img {
    width: 30px;
  }
}
@media screen and (min-width: 728px) {
  footer.new .main {
    margin-top: 48px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
@media screen and (min-width: 1120px) {
  footer.new .main {
    margin-top: 70px;
  }
}
footer.new .main .section.first {
  margin-top: 40px;
  padding-bottom: 24px;
}
@media screen and (min-width: 728px) {
  footer.new .main .section.first {
    margin-top: 0;
    padding-bottom: 0;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1120px) {
  footer.new .main .section.first {
    flex-shrink: 0;
    padding-right: 34px;
  }
}
footer.new .main .section.first .links {
  margin: 20px 0;
}
@media screen and (min-width: 728px) {
  footer.new .main .section.first .links {
    margin: 10px 0;
  }
}
@media screen and (min-width: 1120px) {
  footer.new .main .section.first .links {
    margin: 20px 0;
  }
}
footer.new .main .section.second {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media screen and (min-width: 728px) {
  footer.new .main .section.second {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: start;
  }
}
@media screen and (min-width: 1120px) {
  footer.new .main .section.second {
    flex-shrink: 0;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (min-width: 728px) {
  footer.new .main .section.second > .group:not(:first-of-type) {
    margin-left: 22px;
  }
}
@media screen and (min-width: 1120px) {
  footer.new .main .section.second > .group:not(:first-of-type) {
    margin-left: 48px;
  }
}
footer.new .main .section.second .links {
  margin-top: 10px;
}
@media screen and (min-width: 1120px) {
  footer.new .main .section.second .links {
    margin-top: 20px;
  }
}
footer.new .main .section.second .links:not(.last) {
  margin-bottom: 40px;
}
@media screen and (min-width: 728px) {
  footer.new .main .section.second .links:not(.last) {
    margin-bottom: 0;
  }
}
footer.new .main .section.third {
  padding-top: 55px;
}
@media screen and (min-width: 728px) {
  footer.new .main .section.third {
    margin-top: -30px;
    padding-top: 0;
  }
}
@media screen and (min-width: 1120px) {
  footer.new .main .section.third {
    margin-top: -100px;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (min-width: 1120px) {
  footer.new .main .section.third .icons {
    display: flex;
    flex-direction: row;
  }
}
footer.new .main .section.third .icons .line {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media screen and (min-width: 1120px) {
  footer.new .main .section.third .icons .line {
    flex-direction: column;
  }
}
footer.new .main .section.third .icons .line.social-network .icon {
  height: 15px;
  margin: 0 10px;
}
@media screen and (min-width: 1120px) {
  footer.new .main .section.third .icons .line.social-network .icon {
    height: 30px;
    margin: 20px 0;
  }
}
footer.new .main .section.third .icons .line.payment-methods {
  margin-top: 25px;
}
@media screen and (min-width: 728px) {
  footer.new .main .section.third .icons .line.payment-methods {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1120px) {
  footer.new .main .section.third .icons .line.payment-methods {
    margin-top: 0;
    margin-left: 60px;
  }
}
footer.new .main .section.third .icons .line.payment-methods .icon {
  height: 14px;
  margin: 0 5px;
}
@media screen and (min-width: 1120px) {
  footer.new .main .section.third .icons .line.payment-methods .icon {
    height: 28px;
    margin: 10px 0;
  }
}
footer.new .main .section.third .icons .line .icon svg {
  display: block;
  height: 100%;
  width: auto;
}
footer.new .main .section.third .subscription {
  margin-top: 50px;
}
@media screen and (min-width: 728px) {
  footer.new .main .section.third .subscription {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1120px) {
  footer.new .main .section.third .subscription {
    margin-top: 0;
    margin-left: 75px;
  }
}
footer.new .main .section.third .subscription .caption, footer.new .main .section.third .subscription form {
  display: block;
  max-width: 244px;
  margin: 0 auto;
}
@media screen and (min-width: 728px) {
  footer.new .main .section.third .subscription .caption, footer.new .main .section.third .subscription form {
    margin: 0;
  }
}
@media screen and (min-width: 1120px) {
  footer.new .main .section.third .subscription .caption, footer.new .main .section.third .subscription form {
    max-width: 285px;
  }
}
footer.new .main .section.third .subscription .caption {
  text-align: left;
  text-transform: none;
}
@media screen and (min-width: 728px) and (max-width: 1119px) {
  footer.new .main .section.third .subscription .caption {
    max-width: 168px;
    padding-left: 5px;
  }
}
@media screen and (min-width: 1120px) {
  footer.new .main .section.third .subscription .caption {
    font-size: 14px;
  }
}
footer.new .main .section.third .subscription form {
  position: relative;
  color: #F8F8F8;
}
@media screen and (min-width: 728px) and (max-width: 1119px) {
  footer.new .main .section.third .subscription form {
    max-width: 150px;
    padding-left: 5px;
  }
}
footer.new .main .section.third .subscription form label, footer.new .main .section.third .subscription form input, footer.new .main .section.third .subscription form button[type=submit] {
  color: inherit;
}
footer.new .main .section.third .subscription form label {
  position: absolute;
  left: 16px;
  top: -0.8em;
  line-height: 1.6;
  padding: 0 5px;
  background-color: #1F1F1F;
  font-size: 5px;
  font-weight: 300;
  letter-spacing: 0;
}
@media screen and (min-width: 728px) {
  footer.new .main .section.third .subscription form label {
    left: 14px;
    padding: 0 1px;
  }
}
@media screen and (min-width: 1120px) {
  footer.new .main .section.third .subscription form label {
    top: -0.9em;
    font-size: 10px;
    padding: 0 2px;
  }
}
footer.new .main .section.third .subscription form input {
  display: block;
  width: 100%;
  height: 20px;
  line-height: 20px;
  margin: 20px 0 0;
  padding: 0 5px;
  border: 1px solid #F8F8F8;
  border-radius: 5px;
  font-size: 8px;
  font-weight: 300;
  letter-spacing: 0;
}
@media screen and (min-width: 728px) {
  footer.new .main .section.third .subscription form input {
    margin-top: 9px;
  }
}
@media screen and (min-width: 1120px) {
  footer.new .main .section.third .subscription form input {
    height: 38px;
    line-height: 38px;
    margin-top: 20px;
    padding: 0 10px;
    border-radius: 9px;
    font-size: 16px;
  }
}
footer.new .main .section.third .subscription form button[type=submit] {
  position: absolute;
  right: 9px;
  top: 6px;
  line-height: 1;
  font-size: 7px;
  font-weight: 400;
  text-decoration: underline;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (min-width: 1120px) {
  footer.new .main .section.third .subscription form button[type=submit] {
    right: 15px;
    top: 12px;
    font-size: 14px;
  }
}
footer.new .main .section.third .subscription form button[type=submit] .icon {
  height: 5px;
  margin-left: 5px;
}
@media screen and (min-width: 1120px) {
  footer.new .main .section.third .subscription form button[type=submit] .icon {
    height: 8px;
    margin-left: 10px;
  }
}
footer.new .main .section.third .subscription form button[type=submit] .icon svg {
  display: block;
  height: 100%;
  width: auto;
}
footer.new .main .section.third .subscription form input:-webkit-autofill ~ button[type=submit],
footer.new .main .section.third .subscription form input:autofill ~ button[type=submit] {
  color: #1F1F1F;
}

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

#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: 82vw;
  max-width: 320px;
  padding: 30px 40px 20px 40px;
  background-color: #F8F8F8;
  box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.33);
  text-align: center;
}
#alert-confirmation .dialogue .content {
  margin-bottom: 20px;
  padding: 0;
  color: #0E070F;
  font-size: 16px;
  letter-spacing: 0.4px;
}
#alert-confirmation .dialogue .content img {
  width: 100%;
}
#alert-confirmation .dialogue .content img:not(:first-child) {
  margin-top: 15px;
}
#alert-confirmation .dialogue button {
  height: 30px;
  max-width: 175px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

#loading-indicator {
  z-index: 99;
  display: none;
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
}
#loading-indicator.shown {
  display: flex;
  justify-content: center;
  align-items: center;
}
#loading-indicator.shown .spinner {
  animation: rotation-clockwise 2s infinite linear;
}
#loading-indicator .background-mask {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background-color: rgba(244, 244, 244, 0.5);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
#loading-indicator .indicator {
  position: relative;
  width: 83px;
  height: 83px;
}
#loading-indicator .indicator .spinner-wrapper {
  width: 100%;
  height: 100%;
}
#loading-indicator .indicator .spinner-wrapper .spinner {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#loading-indicator .indicator .emblem {
  position: absolute;
  width: 44%;
  top: 22%;
  left: 28%;
}

@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;
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #F8F8F8;
  box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.33);
}
@media screen and (min-width: 728px) {
  #cookie-consent {
    width: auto;
  }
}
#cookie-consent .content {
  max-width: 500px;
}
#cookie-consent .content .caption {
  color: #0E070F;
  font-size: 16px;
  letter-spacing: 0.4px;
}
#cookie-consent .content p {
  line-height: 1;
  margin-top: 10px;
  color: #555555;
  font-size: 12px;
}
#cookie-consent .content a {
  color: #6C1401;
  text-decoration: underline;
}
#cookie-consent .content button {
  height: 30px;
  font-size: 14px;
}
#cookie-consent .content button:first-of-type {
  margin-top: 15px;
}

#contact-button {
  z-index: 1000;
  position: fixed;
  right: 20px;
  bottom: 20px;
}
@media screen and (min-width: 728px) {
  #contact-button {
    z-index: 70;
    right: 24px;
    bottom: 24px;
  }
}
@media screen and (min-width: 1120px) {
  #contact-button {
    right: 38px;
    bottom: 34px;
  }
}
#contact-button .floating-button {
  width: 55px;
  height: 55px;
  background-color: black;
  color: white;
  border-radius: 50%;
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.2s ease;
}
#contact-button .floating-button:hover, #contact-button .floating-button.on {
  background-color: #1F1F1F;
}
@media screen and (min-width: 1120px) {
  #contact-button .floating-button {
    height: 54px;
    width: auto;
    padding: 0 14px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
  }
}
#contact-button .floating-button > .icon {
  height: 34px;
}
#contact-button .floating-button > .icon svg {
  height: 100%;
  width: auto;
}
#contact-button .floating-button > .text {
  display: none;
}
@media screen and (min-width: 1120px) {
  #contact-button .floating-button > .text {
    display: unset;
    margin-left: 9px;
    font-size: 14px;
    font-weight: 300;
  }
}
@media screen and (max-width: 727px) {
  #contact-button .background-mask {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    -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;
  }
}
@media screen and (min-width: 728px) {
  #contact-button .background-mask {
    display: none;
  }
}
#contact-button .contact-menu {
  background-color: #1F1F1F;
  border-radius: 23px 23px 0 0;
  transform: translateY(20%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s;
}
#contact-button .contact-menu.shown {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
@media screen and (max-width: 727px) {
  #contact-button .contact-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 728px) {
  #contact-button .contact-menu {
    overflow: hidden;
    position: absolute;
    bottom: 79px;
    right: 0;
    width: 370px;
    border-radius: 23px;
    box-shadow: 0 15px 34px rgba(0, 0, 0, 0.06);
  }
}
@media screen and (min-width: 1120px) {
  #contact-button .contact-menu {
    bottom: 82px;
  }
}
@media screen and (max-width: 727px) {
  #contact-button .contact-menu button.close {
    position: absolute;
    bottom: calc(100% + 7px);
    right: 8px;
    width: 22px;
    height: 22px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #contact-button .contact-menu button.close svg {
    width: 13px;
    height: 13px;
  }
}
@media screen and (min-width: 728px) {
  #contact-button .contact-menu button.close {
    display: none;
  }
}
#contact-button .contact-menu .header {
  padding: 28px 0 32px;
  color: white;
  text-align: center;
  border-radius: 23px 23px 0 0;
}
#contact-button .contact-menu .header .logo {
  display: inline-block;
  width: 106px;
}
#contact-button .contact-menu .header .portrait {
  position: absolute;
  top: 16px;
  right: 30px;
  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 #1F1F1F;
  border-radius: 50%;
  background-color: #00C850;
}
#contact-button .contact-menu .header .title {
  margin-top: 24px;
  font-size: 26px;
  font-weight: 500;
}
#contact-button .contact-menu .header .description {
  margin-top: 9px;
  font-size: 16px;
}
@media screen and (min-width: 728px) {
  #contact-button .contact-menu .header .description {
    font-size: 14px;
  }
}
#contact-button .contact-menu .contact-methods {
  padding: 37px 35px 38px;
  background-color: white;
  border-radius: 23px 23px 0 0;
}
@media screen and (min-width: 728px) {
  #contact-button .contact-menu .contact-methods {
    padding: 28px 30px 28px;
  }
}
#contact-button .contact-menu .contact-methods .contact-method {
  height: 49px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#contact-button .contact-menu .contact-methods .contact-method:not(:first-of-type) {
  margin-top: 22px;
}
@media screen and (min-width: 728px) {
  #contact-button .contact-menu .contact-methods .contact-method:not(:first-of-type) {
    margin-top: 24px;
  }
}
#contact-button .contact-menu .contact-methods .contact-method:hover .icon.arrow {
  transform: translateX(30%);
  color: #6C1401;
}
#contact-button .contact-menu .contact-methods .contact-method > .segment.start {
  display: flex;
  align-items: center;
}
#contact-button .contact-menu .contact-methods .contact-method > .segment.start .icon.main {
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contact-button .contact-menu .contact-methods .contact-method > .segment.start .icon.main.whatsapp {
  background-color: #25D366;
}
#contact-button .contact-menu .contact-methods .contact-method > .segment.start .icon.main.whatsapp svg, #contact-button .contact-menu .contact-methods .contact-method > .segment.start .icon.main.whatsapp img {
  width: 80%;
  height: auto;
}
#contact-button .contact-menu .contact-methods .contact-method > .segment.start .icon.main.wechat svg, #contact-button .contact-menu .contact-methods .contact-method > .segment.start .icon.main.wechat img {
  width: 100%;
  height: auto;
}
#contact-button .contact-menu .contact-methods .contact-method > .segment.start .icon.main.email {
  color: #7A0102;
}
#contact-button .contact-menu .contact-methods .contact-method > .segment.start .icon.main.email svg, #contact-button .contact-menu .contact-methods .contact-method > .segment.start .icon.main.email img {
  width: 100%;
  height: auto;
}
#contact-button .contact-menu .contact-methods .contact-method > .segment.start .icon.main.google-meet {
  background-color: #FAFAFA;
  color: #FBBC05;
}
#contact-button .contact-menu .contact-methods .contact-method > .segment.start .icon.main.google-meet svg, #contact-button .contact-menu .contact-methods .contact-method > .segment.start .icon.main.google-meet img {
  width: 23px;
  height: auto;
}
#contact-button .contact-menu .contact-methods .contact-method > .segment.start .icon.main img {
  object-fit: contain;
}
#contact-button .contact-menu .contact-methods .contact-method > .segment.start > .text {
  margin-left: 20px;
}
@media screen and (min-width: 728px) {
  #contact-button .contact-menu .contact-methods .contact-method > .segment.start > .text {
    margin-left: 12px;
  }
}
#contact-button .contact-menu .contact-methods .contact-method > .segment.start > .text .title {
  font-size: 16px;
  font-weight: 500;
}
#contact-button .contact-menu .contact-methods .contact-method > .segment.start > .text .description {
  margin-top: 3px;
  font-size: 13px;
  color: #979797;
}
@media screen and (min-width: 728px) {
  #contact-button .contact-menu .contact-methods .contact-method > .segment.start > .text .description {
    font-size: 14px;
  }
}
#contact-button .contact-menu .contact-methods .contact-method > .segment.end {
  margin-left: 20px;
}
#contact-button .contact-menu .contact-methods .contact-method > .segment.end .icon.arrow {
  width: 8px;
  transition: transform 0.2s ease, color 0.2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contact-button .contact-menu .contact-methods .contact-method > .segment.end .icon.arrow svg {
  width: 100%;
  height: auto;
}

.popup {
  z-index: 998;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  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;
  font-size: 21px;
}
html:lang(zh-CN) .popup .dialogue .segment.image .text {
  font-family: "Classico URW", "Noto Sans CJK SC", "Source Han Sans CN", sans-serif;
}
@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;
  }
}

#popup-skincare-offer .dialogue button.close {
  color: white;
}
@media screen and (min-width: 1120px) {
  #popup-skincare-offer .dialogue button.close {
    color: #0E070F;
  }
}
#popup-skincare-offer .dialogue .segment.image {
  height: 225px;
  background-image: url("../../assets/images/31-cible-skin.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-position: 50% 90%;
}
@media screen and (min-width: 1120px) {
  #popup-skincare-offer .dialogue .segment.image {
    background-position: 100% 50%;
  }
}
#popup-skincare-offer .dialogue .segment.main {
  padding-top: 50px;
  padding-bottom: 15px;
}
@media screen and (min-width: 1120px) {
  #popup-skincare-offer .dialogue .segment.main {
    width: 498px;
    padding-top: 85px;
    padding-bottom: 22px;
  }
}
#popup-skincare-offer .dialogue .segment.main > .content {
  padding: 0 32px;
}
@media screen and (min-width: 1120px) {
  #popup-skincare-offer .dialogue .segment.main > .content {
    padding: 0 70px;
  }
}
#popup-skincare-offer .dialogue .segment.main .logo {
  text-align: center;
}
#popup-skincare-offer .dialogue .segment.main .logo svg {
  width: 114px;
}
@media screen and (min-width: 1120px) {
  #popup-skincare-offer .dialogue .segment.main .logo svg {
    width: 155px;
  }
}
#popup-skincare-offer .dialogue .segment.main .subtitle {
  margin-top: 15px;
  text-align: center;
  font-size: 18px;
  font-family: "Classico URW", serif;
}
html:lang(zh-CN) #popup-skincare-offer .dialogue .segment.main .subtitle {
  font-family: "Classico URW", "Noto Sans CJK SC", "Source Han Sans CN", sans-serif;
}
@media screen and (min-width: 1120px) {
  #popup-skincare-offer .dialogue .segment.main .subtitle {
    margin-top: 25px;
    font-size: 23px;
  }
}
#popup-skincare-offer .dialogue .segment.main form, #popup-skincare-offer .dialogue .segment.main .inputs {
  margin-top: 25px;
  color: #0E070F;
}
#popup-skincare-offer .dialogue .segment.main form .input-wrapper, #popup-skincare-offer .dialogue .segment.main .inputs .input-wrapper {
  margin-top: 20px;
}
@media screen and (min-width: 1120px) {
  #popup-skincare-offer .dialogue .segment.main form .input-wrapper, #popup-skincare-offer .dialogue .segment.main .inputs .input-wrapper {
    margin-top: 28px;
  }
}
#popup-skincare-offer .dialogue .segment.main form .input-wrapper label, #popup-skincare-offer .dialogue .segment.main .inputs .input-wrapper label {
  font-size: 13px;
}
@media screen and (min-width: 1120px) {
  #popup-skincare-offer .dialogue .segment.main form .input-wrapper label, #popup-skincare-offer .dialogue .segment.main .inputs .input-wrapper label {
    font-size: 16px;
  }
}
#popup-skincare-offer .dialogue .segment.main form .input-wrapper input, #popup-skincare-offer .dialogue .segment.main form .input-wrapper textarea, #popup-skincare-offer .dialogue .segment.main .inputs .input-wrapper input, #popup-skincare-offer .dialogue .segment.main .inputs .input-wrapper textarea {
  display: block;
  width: 100%;
  margin-top: 8px;
  padding: 6px 18px;
  border-radius: 6px;
  color: #0E070F;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0;
}
@media screen and (min-width: 1120px) {
  #popup-skincare-offer .dialogue .segment.main form .input-wrapper input, #popup-skincare-offer .dialogue .segment.main form .input-wrapper textarea, #popup-skincare-offer .dialogue .segment.main .inputs .input-wrapper input, #popup-skincare-offer .dialogue .segment.main .inputs .input-wrapper textarea {
    margin-top: 10px;
    padding: 10px 22px;
    border-radius: 8px;
  }
}
#popup-skincare-offer .dialogue .segment.main form .input-wrapper textarea, #popup-skincare-offer .dialogue .segment.main .inputs .input-wrapper textarea {
  resize: vertical;
}
#popup-skincare-offer .dialogue .segment.main button[type=submit], #popup-skincare-offer .dialogue .segment.main button.confirm {
  width: 90px;
  margin-top: 28px;
  background-color: #1F1F1F;
  font-weight: 300;
  border-radius: 6px;
}
@media screen and (min-width: 1120px) {
  #popup-skincare-offer .dialogue .segment.main button[type=submit], #popup-skincare-offer .dialogue .segment.main button.confirm {
    width: 98px;
  }
}
#popup-skincare-offer .dialogue .segment.main .footnote {
  margin-top: 16px;
  font-size: 12px;
}
@media screen and (min-width: 1120px) {
  #popup-skincare-offer .dialogue .segment.main .footnote {
    margin-top: 50px;
  }
}

#slideover-background-mask {
  z-index: 199;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s ease-out;
}
#slideover-background-mask.show {
  visibility: visible;
  opacity: 1;
}

.slideover {
  z-index: 200;
  position: fixed;
  top: 0;
  height: 100%;
  transition: transform 0.3s ease;
}
.slideover.rtl {
  left: 100%;
}
.slideover.rtl.show {
  transform: translateX(-100%);
}
.slideover.ltr {
  right: 100%;
}
.slideover.ltr.show {
  transform: translateX(100%);
}

#cart-slideover, #address-form-slideover {
  width: 100%;
  background-color: #F8F8F8;
}
#cart-slideover .content, #address-form-slideover .content {
  height: 100%;
}
#cart-slideover .content h2, #cart-slideover .content h3, #address-form-slideover .content h2, #address-form-slideover .content h3 {
  color: #6C1401;
  font-family: "Classico URW", serif;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
}
html:lang(zh-CN) #cart-slideover .content h2, html:lang(zh-CN) #cart-slideover .content h3, html:lang(zh-CN) #address-form-slideover .content h2, html:lang(zh-CN) #address-form-slideover .content h3 {
  font-family: "Classico URW", "Noto Sans CJK SC", "Source Han Sans CN", sans-serif;
}
#cart-slideover .content h2.underlined, #cart-slideover .content h3.underlined, #address-form-slideover .content h2.underlined, #address-form-slideover .content h3.underlined {
  padding-bottom: 8px;
  border-bottom: 1px solid #6C1401;
  text-transform: uppercase;
}
#cart-slideover .content h2, #address-form-slideover .content h2 {
  font-size: 20px;
  text-transform: uppercase;
}
@media screen and (min-width: 728px) {
  #cart-slideover .content h2, #address-form-slideover .content h2 {
    font-size: 28px;
  }
}
#cart-slideover .content h3, #address-form-slideover .content h3 {
  font-size: 16px;
}
#cart-slideover .content section.fixed-header, #address-form-slideover .content section.fixed-header {
  display: flex;
  align-items: center;
  height: 100px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 728px) {
  #cart-slideover .content section.fixed-header, #address-form-slideover .content section.fixed-header {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (min-width: 1120px) {
  #cart-slideover .content section.fixed-header, #address-form-slideover .content section.fixed-header {
    padding-left: 49px;
    padding-right: 49px;
  }
}
#cart-slideover .content section.fixed-header h2, #address-form-slideover .content section.fixed-header h2 {
  line-height: 1;
  margin-top: 7px;
}
@media screen and (min-width: 728px) {
  #cart-slideover .content section.fixed-header h2, #address-form-slideover .content section.fixed-header h2 {
    margin-top: 9px;
  }
}
@media screen and (min-width: 1120px) {
  #cart-slideover .content section.fixed-header h2, #address-form-slideover .content section.fixed-header h2 {
    margin-top: 10px;
  }
}
#cart-slideover .content section.fixed-header button.close, #address-form-slideover .content section.fixed-header button.close {
  width: 20px;
  height: 20px;
  margin-left: auto;
}
#cart-slideover .content section.fixed-header button.close img, #address-form-slideover .content section.fixed-header button.close img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#cart-slideover .content section.scrolling, #address-form-slideover .content section.scrolling {
  overflow-y: scroll;
  overscroll-behavior: contain;
  height: calc(100% - 100px);
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 728px) {
  #cart-slideover .content section.scrolling, #address-form-slideover .content section.scrolling {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (min-width: 1120px) {
  #cart-slideover .content section.scrolling, #address-form-slideover .content section.scrolling {
    padding-left: 49px;
    padding-right: 49px;
  }
}
#cart-slideover .content section.scrolling .horizontal-separator, #address-form-slideover .content section.scrolling .horizontal-separator {
  width: 100%;
  height: 0;
  margin-top: 20px;
  border-top: 1px solid #B8B8B8;
}

#cart-slideover {
  max-width: 420px;
}
@media screen and (min-width: 1120px) {
  #cart-slideover {
    max-width: 590px;
  }
}
@media screen and (min-width: 728px) {
  #cart-slideover section.scrolling {
    padding-bottom: 40px;
  }
}
#cart-slideover section.scrolling .entries .entry-wrapper {
  overflow: auto;
  max-height: 208px;
  padding-right: 8px;
}
#cart-slideover section.scrolling p.empty-text {
  margin-top: 30px;
  font-weight: 300;
  font-size: 14px;
}
#cart-slideover section.scrolling .product-recommendation {
  margin-top: 50px;
}
#cart-slideover section.scrolling .product-recommendation .recommended-products {
  margin-top: 20px;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: flex;
  flex-wrap: nowrap;
}
#cart-slideover section.scrolling .product-recommendation .recommended-products::-webkit-scrollbar {
  display: none;
}
#cart-slideover section.scrolling .product-recommendation .recommended-products .product {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 0 0 152px;
  width: 152px;
  margin-right: 10px;
  background-color: white;
}
#cart-slideover section.scrolling .product-recommendation .recommended-products .product .info {
  padding-bottom: 14px;
}
#cart-slideover section.scrolling .product-recommendation .recommended-products .product .info .image-container {
  position: relative;
  padding-top: 100%;
}
#cart-slideover section.scrolling .product-recommendation .recommended-products .product .info .image-container .image {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  object-fit: contain;
}
#cart-slideover section.scrolling .product-recommendation .recommended-products .product .info .title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  letter-spacing: 1px;
}
#cart-slideover section.scrolling .product-recommendation .recommended-products .product .info .subtitle, #cart-slideover section.scrolling .product-recommendation .recommended-products .product .info .spec {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.5px;
}
#cart-slideover section.scrolling .product-recommendation .recommended-products .product .info .subtitle {
  margin-bottom: 10px;
}
#cart-slideover section.scrolling .product-recommendation .recommended-products .product button.favourite {
  z-index: 10;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 14px;
  height: 14px;
}
#cart-slideover section.scrolling .product-recommendation .recommended-products .product button.favourite img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 0 1px #F8F8F8);
}
#cart-slideover section.scrolling .product-recommendation .recommended-products .product .bottom-container .price {
  margin-bottom: 10px;
  font-family: "Classico URW", serif;
  font-size: 16px;
  color: #6C1401;
  letter-spacing: 1px;
}
html:lang(zh-CN) #cart-slideover section.scrolling .product-recommendation .recommended-products .product .bottom-container .price {
  font-family: "Classico URW", "Noto Sans CJK SC", "Source Han Sans CN", sans-serif;
}
#cart-slideover section.scrolling .product-recommendation .recommended-products .product .bottom-container .price .compared {
  color: #979797;
  font-size: 12px;
  text-decoration: line-through;
}
#cart-slideover section.scrolling .product-recommendation .recommended-products .product .bottom-container button {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: 300;
}
#cart-slideover section.scrolling .product-recommendation .recommended-products .product .bottom-container button.smaller-font {
  font-size: 13px;
}
#cart-slideover section.scrolling .product-recommendation .recommended-products .product:last-child {
  margin-right: 0;
}
#cart-slideover section.scrolling .product-recommendation .recommended-products .product button.favourite {
  display: none;
}
#cart-slideover section.scrolling .product-recommendation .recommended-products .product .info .title, #cart-slideover section.scrolling .product-recommendation .recommended-products .product .info .subtitle, #cart-slideover section.scrolling .product-recommendation .recommended-products .product .info .spec {
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#cart-slideover section.scrolling .product-recommendation .recommended-products .product .bottom-container {
  padding: 0 10px 10px 10px;
}
#cart-slideover section.scrolling .buttons {
  margin-top: 20px;
}
#cart-slideover section.scrolling .buttons button {
  text-transform: uppercase;
}
#cart-slideover section.scrolling footer {
  margin-top: 80px;
}
@media screen and (min-width: 728px) {
  #cart-slideover section.scrolling footer {
    display: none;
  }
}

#menu-slideover {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: intrinsic;
  width: max-content;
  max-width: 100%;
  background-color: white;
  padding-top: 40px;
}
#menu-slideover > .content {
  height: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
}
#menu-slideover button.close {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-left: 18px;
  color: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 728px) {
  #menu-slideover button.close {
    margin-left: 22px;
  }
}
#menu-slideover button.close svg {
  width: 14px;
  height: auto;
}
#menu-slideover nav.menu {
  overflow-y: auto;
  overscroll-behavior: contain;
  flex: 1;
  min-height: 0;
  margin-top: 22px;
  padding-bottom: 30px;
}
#menu-slideover nav.menu .group.bottom {
  margin-top: 28px;
}
#menu-slideover nav.menu .link {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: intrinsic;
  width: max-content;
  padding: 0 32px 0 20px;
}
@media screen and (min-width: 728px) {
  #menu-slideover nav.menu .link {
    padding: 0 36px 0 24px;
  }
}
#menu-slideover nav.menu .link.prominent {
  padding-bottom: 6px;
  font-family: "Classico URW", serif;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
html:lang(zh-CN) #menu-slideover nav.menu .link.prominent {
  font-family: "Classico URW", "Noto Sans CJK SC", "Source Han Sans CN", sans-serif;
}
#menu-slideover nav.menu .link.prominent:not(:first-of-type) {
  margin-top: 32px;
}
#menu-slideover nav.menu .link.minor {
  margin-top: 16px;
  font-size: 15px;
  letter-spacing: 0.01em;
}
#menu-slideover nav.menu .link.special {
  width: 100%;
  margin: 2px 0;
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #F8F8F8;
  font-size: 14px;
  font-weight: 500;
}
#menu-slideover nav.menu .link.special .icon {
  position: relative;
  vertical-align: middle;
  top: -1px;
  left: -1px;
  width: 17px;
  margin-right: 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
#menu-slideover nav.menu .link.special .icon.account svg {
  width: 12px;
}
#menu-slideover nav.menu .link.special .icon.points-of-sale svg {
  width: 15px;
}
#menu-slideover nav.menu .link.special .icon svg {
  height: auto;
}

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%;
}

.add-to-cart-button, #cart-slideover section.scrolling .product-recommendation .recommended-products .product .bottom-container button.add-to-cart {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.add-to-cart-button.large, #cart-slideover section.scrolling .product-recommendation .recommended-products .product .bottom-container button.large.add-to-cart {
  display: flex;
}
.add-to-cart-button.theme-coloured .loading-indicator .dot, #cart-slideover section.scrolling .product-recommendation .recommended-products .product .bottom-container button.theme-coloured.add-to-cart .loading-indicator .dot {
  background-color: #F8F8F8;
}
.add-to-cart-button .loading-indicator, #cart-slideover section.scrolling .product-recommendation .recommended-products .product .bottom-container button.add-to-cart .loading-indicator {
  display: none;
  justify-content: center;
}
.add-to-cart-button .loading-indicator .dot, #cart-slideover section.scrolling .product-recommendation .recommended-products .product .bottom-container button.add-to-cart .loading-indicator .dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: currentColor;
  opacity: 50%;
  animation: 0.9s linear infinite;
}
.add-to-cart-button .loading-indicator .dot:first-child, #cart-slideover section.scrolling .product-recommendation .recommended-products .product .bottom-container button.add-to-cart .loading-indicator .dot:first-child {
  animation-delay: 0s;
}
.add-to-cart-button .loading-indicator .dot:nth-child(2), #cart-slideover section.scrolling .product-recommendation .recommended-products .product .bottom-container button.add-to-cart .loading-indicator .dot:nth-child(2) {
  margin: 0 10px;
  animation-delay: 0.3s;
}
.add-to-cart-button .loading-indicator .dot:nth-child(3), #cart-slideover section.scrolling .product-recommendation .recommended-products .product .bottom-container button.add-to-cart .loading-indicator .dot:nth-child(3) {
  animation-delay: 0.6s;
}
.add-to-cart-button .done-icon, #cart-slideover section.scrolling .product-recommendation .recommended-products .product .bottom-container button.add-to-cart .done-icon {
  display: none;
  width: 18px;
  height: 18px;
  line-height: initial;
}
.add-to-cart-button.loading .default-text, #cart-slideover section.scrolling .product-recommendation .recommended-products .product .bottom-container button.loading.add-to-cart .default-text {
  display: none;
}
.add-to-cart-button.loading .loading-indicator, #cart-slideover section.scrolling .product-recommendation .recommended-products .product .bottom-container button.loading.add-to-cart .loading-indicator {
  display: flex;
}
.add-to-cart-button.loading .loading-indicator .dot, #cart-slideover section.scrolling .product-recommendation .recommended-products .product .bottom-container button.loading.add-to-cart .loading-indicator .dot {
  animation-name: loading-dot;
}
.add-to-cart-button.done .default-text, #cart-slideover section.scrolling .product-recommendation .recommended-products .product .bottom-container button.done.add-to-cart .default-text {
  display: none;
}
.add-to-cart-button.done .done-icon, #cart-slideover section.scrolling .product-recommendation .recommended-products .product .bottom-container button.done.add-to-cart .done-icon {
  display: inline;
}

@keyframes loading-dot {
  0% {
    opacity: 100%;
  }
  33% {
    opacity: 50%;
  }
}
.button-statement {
  margin-bottom: 10px;
  font-weight: 300;
}
.button-statement a {
  text-decoration: underline;
}

.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;
}

.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;
  }
}

.slide-indicator {
  display: flex;
  justify-content: center;
  align-items: center;
}
.slide-indicator.vertical {
  flex-direction: column;
}
.slide-indicator .dot {
  width: 3px;
  height: 3px;
  margin: 0 3px;
  border-radius: 50%;
  background-color: #1F1F1F;
}
.slide-indicator .dot:not(.on) {
  opacity: 0.2;
}
.slide-indicator.vertical .dot {
  margin: 3px 0;
}

#skincare-discovery-link {
  line-height: 1;
  padding: 5px 28px;
  background-color: transparent;
  border: 1px solid #6C1401;
  font-size: 13px;
  font-weight: 500;
  transition: background-color 0.25s ease 0s, color 0.25s ease 0s;
}
#skincare-discovery-link:hover {
  background-color: #6C1401;
  color: white !important;
}
@media screen and (min-width: 1120px) {
  #skincare-discovery-link {
    padding: 6px 34px;
    font-size: 15px;
  }
}

#skincare-discovery-banner {
  z-index: 80;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 20px;
  background-color: #F8F8F8;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
  color: #1F1F1F;
  font-size: 14px;
}
@media screen and (min-width: 728px) {
  #skincare-discovery-banner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
  }
}
@media screen and (min-width: 1120px) {
  #skincare-discovery-banner {
    padding: 20px 38px;
  }
}
#skincare-discovery-banner.dismissed {
  top: 100%;
  bottom: auto;
  box-shadow: none;
}
#skincare-discovery-banner.dismissed button.close {
  display: none;
}
#skincare-discovery-banner button.close {
  position: absolute;
  right: 0;
  bottom: 100%;
  width: 30px;
  height: 30px;
  background-color: #6C1401;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1120px) {
  #skincare-discovery-banner button.close {
    width: 39px;
    height: 39px;
  }
}
#skincare-discovery-banner button.close svg {
  width: 15px;
  height: 15px;
}
@media screen and (min-width: 1120px) {
  #skincare-discovery-banner button.close svg {
    width: 19px;
    height: 19px;
  }
}
#skincare-discovery-banner p {
  flex-grow: 1;
}
@media screen and (min-width: 1120px) {
  #skincare-discovery-banner p {
    font-size: 16px;
  }
}
#skincare-discovery-banner #skincare-discovery-link {
  color: #6C1401;
}
@media screen and (max-width: 727px) {
  #skincare-discovery-banner #skincare-discovery-link {
    display: block;
    width: 100%;
    margin-top: 15px;
    padding: 9px 0;
    text-align: center;
    background-color: #6C1401;
    color: white;
    font-size: 16px;
    font-weight: 300;
  }
}
@media screen and (min-width: 728px) {
  #skincare-discovery-banner #skincare-discovery-link {
    flex-shrink: 0;
    margin-left: 24px;
  }
}
@media screen and (min-width: 1120px) {
  #skincare-discovery-banner #skincare-discovery-link {
    margin-left: 38px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.discovery-guide {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
}
.discovery-guide.fixed {
  position: fixed;
}
.discovery-guide.static {
  position: static;
  bottom: auto;
  left: auto;
  transform: none;
}
.discovery-guide.theme-coloured {
  color: #6C1401;
}
.discovery-guide.white {
  color: white;
}
.discovery-guide .line {
  position: relative;
  height: 25px;
  left: 50%;
  margin-top: 4px;
  border-left: 1px solid white;
}
.discovery-guide.theme-coloured .line {
  border-color: #6C1401;
}
.discovery-guide.white .line {
  border-color: white;
}

a.back.on-image {
  z-index: 10;
  position: absolute;
  left: 18px;
  top: 18px;
  width: 24px;
  height: 24px;
  padding: 4px;
}
@media screen and (min-width: 728px) {
  a.back.on-image {
    left: 22px;
    top: 22px;
  }
}
@media screen and (min-width: 1120px) {
  a.back.on-image {
    left: 36px;
    top: 36px;
  }
}
a.back.on-image img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.back-link-with-arrow {
  display: flex;
  align-items: center;
}
.back-link-with-arrow .text {
  line-height: 16px;
  color: #6C1401;
  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;
}

#cart-slideover .entries .entry, section.cart .entries .entry, section.order-detail .entries .entry {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #D8D8D8;
}
#cart-slideover .entries .entry .image, section.cart .entries .entry .image, section.order-detail .entries .entry .image {
  flex: 0 0 100px;
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-right: 10px;
  background-color: #E2E2E2;
}
#cart-slideover .entries .entry .info, section.cart .entries .entry .info, section.order-detail .entries .entry .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#cart-slideover .entries .entry .info .title-row, section.cart .entries .entry .info .title-row, section.order-detail .entries .entry .info .title-row {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 10px;
}
#cart-slideover .entries .entry .info .title-row .title, section.cart .entries .entry .info .title-row .title, section.order-detail .entries .entry .info .title-row .title {
  line-height: 1.2;
  color: #6C1401;
  font-family: "Classico URW", serif;
  font-size: 16px;
  letter-spacing: 1px;
}
html:lang(zh-CN) #cart-slideover .entries .entry .info .title-row .title, html:lang(zh-CN) section.cart .entries .entry .info .title-row .title, html:lang(zh-CN) section.order-detail .entries .entry .info .title-row .title {
  font-family: "Classico URW", "Noto Sans CJK SC", "Source Han Sans CN", sans-serif;
}
#cart-slideover .entries .entry .info .title-row button.remove-from-cart, section.cart .entries .entry .info .title-row button.remove-from-cart, section.order-detail .entries .entry .info .title-row button.remove-from-cart {
  color: #999999;
  font-size: 14px;
  font-weight: 300;
  text-decoration: underline;
  cursor: pointer;
}
#cart-slideover .entries .entry .info .minor, section.cart .entries .entry .info .minor, section.order-detail .entries .entry .info .minor {
  line-height: 1.2;
  margin-top: 6px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
}
#cart-slideover .entries .entry .info .price-quantity-row, section.cart .entries .entry .info .price-quantity-row, section.order-detail .entries .entry .info .price-quantity-row {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-top: 6px;
}
#cart-slideover .entries .entry .info .price-quantity-row.showing-label, section.cart .entries .entry .info .price-quantity-row.showing-label, section.order-detail .entries .entry .info .price-quantity-row.showing-label {
  margin-top: 2px;
}
#cart-slideover .entries .entry .info .price-quantity-row .price, #cart-slideover .entries .entry .info .price-quantity-row .quantity, section.cart .entries .entry .info .price-quantity-row .price, section.cart .entries .entry .info .price-quantity-row .quantity, section.order-detail .entries .entry .info .price-quantity-row .price, section.order-detail .entries .entry .info .price-quantity-row .quantity {
  color: #1F1F1F;
  font-family: "Classico URW", serif;
  font-size: 16px;
  letter-spacing: 1px;
}
html:lang(zh-CN) #cart-slideover .entries .entry .info .price-quantity-row .price, html:lang(zh-CN) #cart-slideover .entries .entry .info .price-quantity-row .quantity, html:lang(zh-CN) section.cart .entries .entry .info .price-quantity-row .price, html:lang(zh-CN) section.cart .entries .entry .info .price-quantity-row .quantity, html:lang(zh-CN) section.order-detail .entries .entry .info .price-quantity-row .price, html:lang(zh-CN) section.order-detail .entries .entry .info .price-quantity-row .quantity {
  font-family: "Classico URW", "Noto Sans CJK SC", "Source Han Sans CN", sans-serif;
}
#cart-slideover .entries .entry .info .price-quantity-row .price .original, section.cart .entries .entry .info .price-quantity-row .price .original, section.order-detail .entries .entry .info .price-quantity-row .price .original {
  margin-left: 5px;
  font-size: 13px;
  color: #B8B8B8;
  text-decoration: line-through;
}
#cart-slideover .entries .entry .info .price-quantity-row .quantity-wrapper, section.cart .entries .entry .info .price-quantity-row .quantity-wrapper, section.order-detail .entries .entry .info .price-quantity-row .quantity-wrapper {
  display: flex;
  align-items: center;
  gap: 1px;
}
#cart-slideover .entries .entry .info .price-quantity-row .quantity-wrapper.showing-label, section.cart .entries .entry .info .price-quantity-row .quantity-wrapper.showing-label, section.order-detail .entries .entry .info .price-quantity-row .quantity-wrapper.showing-label {
  flex-direction: column;
  align-items: end;
}
#cart-slideover .entries .entry .info .price-quantity-row .quantity-wrapper .label, section.cart .entries .entry .info .price-quantity-row .quantity-wrapper .label, section.order-detail .entries .entry .info .price-quantity-row .quantity-wrapper .label {
  color: #999999;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
}
#cart-slideover .entries .entry .info .price-quantity-row .quantity-wrapper .quantity, section.cart .entries .entry .info .price-quantity-row .quantity-wrapper .quantity, section.order-detail .entries .entry .info .price-quantity-row .quantity-wrapper .quantity {
  width: 48px;
  text-align: center;
}
#cart-slideover .entries .entry .info .price-quantity-row .quantity-wrapper .quantity.without-buttons, section.cart .entries .entry .info .price-quantity-row .quantity-wrapper .quantity.without-buttons, section.order-detail .entries .entry .info .price-quantity-row .quantity-wrapper .quantity.without-buttons {
  width: auto;
  text-align: right;
}
#cart-slideover .entries .entry .info .price-quantity-row .quantity-wrapper button.quantity-minus, #cart-slideover .entries .entry .info .price-quantity-row .quantity-wrapper button.quantity-add, section.cart .entries .entry .info .price-quantity-row .quantity-wrapper button.quantity-minus, section.cart .entries .entry .info .price-quantity-row .quantity-wrapper button.quantity-add, section.order-detail .entries .entry .info .price-quantity-row .quantity-wrapper button.quantity-minus, section.order-detail .entries .entry .info .price-quantity-row .quantity-wrapper button.quantity-add {
  position: relative;
  width: 20px;
  height: 20px;
}
#cart-slideover .entries .entry .info .price-quantity-row .quantity-wrapper button.quantity-minus.disabled, #cart-slideover .entries .entry .info .price-quantity-row .quantity-wrapper button.quantity-add.disabled, section.cart .entries .entry .info .price-quantity-row .quantity-wrapper button.quantity-minus.disabled, section.cart .entries .entry .info .price-quantity-row .quantity-wrapper button.quantity-add.disabled, section.order-detail .entries .entry .info .price-quantity-row .quantity-wrapper button.quantity-minus.disabled, section.order-detail .entries .entry .info .price-quantity-row .quantity-wrapper button.quantity-add.disabled {
  opacity: 30%;
  cursor: not-allowed;
}
#cart-slideover .entries .entry .info .price-quantity-row .quantity-wrapper button.quantity-minus img, #cart-slideover .entries .entry .info .price-quantity-row .quantity-wrapper button.quantity-add img, section.cart .entries .entry .info .price-quantity-row .quantity-wrapper button.quantity-minus img, section.cart .entries .entry .info .price-quantity-row .quantity-wrapper button.quantity-add img, section.order-detail .entries .entry .info .price-quantity-row .quantity-wrapper button.quantity-minus img, section.order-detail .entries .entry .info .price-quantity-row .quantity-wrapper button.quantity-add img {
  position: absolute;
  left: 4px;
  top: 4px;
  width: 12px;
  height: 12px;
  object-fit: contain;
}
#cart-slideover section.packages, section.cart section.packages, section.order-detail section.packages {
  margin-top: 40px;
}
#cart-slideover section.packages .list, section.cart section.packages .list, section.order-detail section.packages .list {
  margin-top: 20px;
}
#cart-slideover section.packages .list .item, section.cart section.packages .list .item, section.order-detail section.packages .list .item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
}
#cart-slideover section.packages .list .item input[type=radio], section.cart section.packages .list .item input[type=radio], section.order-detail section.packages .list .item input[type=radio] {
  flex: 0 0 20px;
}
#cart-slideover section.packages .list .item img.package, section.cart section.packages .list .item img.package, section.order-detail section.packages .list .item img.package {
  flex: 0 0 100px;
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin-left: 10px;
}
#cart-slideover section.packages .list .item .info, section.cart section.packages .list .item .info, section.order-detail section.packages .list .item .info {
  margin-left: 10px;
  color: #555555;
}
@media screen and (min-width: 728px) {
  #cart-slideover section.packages .list .item .info, section.cart section.packages .list .item .info, section.order-detail section.packages .list .item .info {
    margin-left: 15px;
  }
}
#cart-slideover section.packages .list .item .info .title, section.cart section.packages .list .item .info .title, section.order-detail section.packages .list .item .info .title {
  font-size: 15px;
  letter-spacing: 1px;
}
#cart-slideover section.packages .list .item .info p, section.cart section.packages .list .item .info p, section.order-detail section.packages .list .item .info p {
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.75px;
}
#cart-slideover section.packages .list .item .info p img, section.cart section.packages .list .item .info p img, section.order-detail section.packages .list .item .info p img {
  display: inline-block;
  vertical-align: middle;
  height: 10px;
  width: 10px;
  object-fit: contain;
}
#cart-slideover section.packages .list .item .info .write-message, section.cart section.packages .list .item .info .write-message, section.order-detail section.packages .list .item .info .write-message {
  color: #6C1401;
  font-family: "Classico URW", serif;
  font-size: 14px;
  text-decoration: underline;
  letter-spacing: 1px;
}
html:lang(zh-CN) #cart-slideover section.packages .list .item .info .write-message, html:lang(zh-CN) section.cart section.packages .list .item .info .write-message, html:lang(zh-CN) section.order-detail section.packages .list .item .info .write-message {
  font-family: "Classico URW", "Noto Sans CJK SC", "Source Han Sans CN", sans-serif;
}
#cart-slideover section.packages .list .item .info textarea, section.cart section.packages .list .item .info textarea, section.order-detail section.packages .list .item .info textarea {
  display: block;
  width: 100%;
  resize: none;
  color: #6C1401;
  font-family: "Classico URW", serif;
  font-size: 14px;
  letter-spacing: 1px;
}
html:lang(zh-CN) #cart-slideover section.packages .list .item .info textarea, html:lang(zh-CN) section.cart section.packages .list .item .info textarea, html:lang(zh-CN) section.order-detail section.packages .list .item .info textarea {
  font-family: "Classico URW", "Noto Sans CJK SC", "Source Han Sans CN", sans-serif;
}
#cart-slideover section.packages .list .item .package-price, section.cart section.packages .list .item .package-price, section.order-detail section.packages .list .item .package-price {
  flex: 0 0;
  margin-left: 40px;
  color: #979797;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
}
#cart-slideover .subtotal, section.cart .subtotal, section.order-detail .subtotal {
  margin-top: 20px;
}
#cart-slideover .subtotal .row, section.cart .subtotal .row, section.order-detail .subtotal .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
#cart-slideover .subtotal .row:first-child, section.cart .subtotal .row:first-child, section.order-detail .subtotal .row:first-child {
  margin-bottom: 18px;
}
#cart-slideover .subtotal .row.coloured, section.cart .subtotal .row.coloured, section.order-detail .subtotal .row.coloured {
  color: #6C1401;
}
#cart-slideover .subtotal .row .text, section.cart .subtotal .row .text, section.order-detail .subtotal .row .text {
  font-size: 16px;
  letter-spacing: 1px;
}
#cart-slideover .subtotal .row .text.price, section.cart .subtotal .row .text.price, section.order-detail .subtotal .row .text.price {
  flex-shrink: 0;
  font-family: "Classico URW", serif;
}
html:lang(zh-CN) #cart-slideover .subtotal .row .text.price, html:lang(zh-CN) section.cart .subtotal .row .text.price, html:lang(zh-CN) section.order-detail .subtotal .row .text.price {
  font-family: "Classico URW", "Noto Sans CJK SC", "Source Han Sans CN", sans-serif;
}
#cart-slideover .total, section.cart .total, section.order-detail .total {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 30px;
}
#cart-slideover .total .text, section.cart .total .text, section.order-detail .total .text {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
}
#cart-slideover .total .text.price, section.cart .total .text.price, section.order-detail .total .text.price {
  font-family: "Classico URW", serif;
}
html:lang(zh-CN) #cart-slideover .total .text.price, html:lang(zh-CN) section.cart .total .text.price, html:lang(zh-CN) section.order-detail .total .text.price {
  font-family: "Classico URW", "Noto Sans CJK SC", "Source Han Sans CN", sans-serif;
}

#free-delivery .caption {
  color: #6C1401;
  font-size: 14px;
  letter-spacing: 1px;
}
#free-delivery .caption.satisfied {
  font-size: 16px;
}
#free-delivery .progress-bar {
  height: 3px;
  margin-top: 12px;
  background-color: #E2E2E2;
}
#free-delivery .progress-bar .progress {
  height: 100%;
  background-color: #6C1401;
}
#free-delivery .bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 12px;
  font-size: 14px;
  font-family: "Classico URW", serif;
  letter-spacing: 1px;
}
html:lang(zh-CN) #free-delivery .bottom-row {
  font-family: "Classico URW", "Noto Sans CJK SC", "Source Han Sans CN", sans-serif;
}
#free-delivery .bottom-row .back-link {
  color: #6C1401;
  font-family: "TT Commons", sans-serif;
  text-decoration: underline;
}
html:lang(zh-CN) #free-delivery .bottom-row .back-link {
  font-family: "TT Commons", "Noto Sans CJK SC", "Source Han Sans CN", sans-serif;
}

.livraison-offerte {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
}
.livraison-offerte .icon {
  height: 40px;
}
.livraison-offerte .text {
  margin-left: 20px;
  font-size: 14px;
  color: #6C1401;
}

.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;
  font-size: 16px;
  text-align: center;
}
html:lang(zh-CN) .press-quote-entry .quote {
  font-family: "Classico URW", "Noto Sans CJK SC", "Source Han Sans CN", sans-serif;
}
@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;
  }
}

section.commitment .group .icon {
  position: relative;
  flex-shrink: 0;
  border: 1px solid #1F1F1F;
  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 {
  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;
    height: 170px;
  }
  section.commitment .part.first.mobile-scroll::-webkit-scrollbar {
    display: none;
  }
}
section.commitment .part.first .group {
  display: flex;
  flex-direction: column;
  justify-content: 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;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
html:lang(zh-CN) section.commitment .part.second .caption {
  font-family: "Classico URW", "Noto Sans CJK SC", "Source Han Sans CN", sans-serif;
}
@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: #1F1F1F;
  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: 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;
  scroll-snap-type: x mandatory;
  padding: 50px calc((100% - 225px) / 2) 145px;
  display: flex;
}
section.press-articles > .scroll-container::-webkit-scrollbar {
  display: none;
}
@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: #1F1F1F;
  }
}
#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: #0E070F;
    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;
  }
}

@media screen and (min-width: 728px) {
  section.reviews h3 {
    font-size: 30px;
    text-align: center;
  }
}
@media screen and (min-width: 1120px) {
  section.reviews h3 {
    font-size: 25px;
    text-align: left;
  }
}
section.reviews .layout-wrapper {
  position: relative;
}
@media screen and (min-width: 1120px) {
  section.reviews .layout-wrapper {
    padding-top: 60px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
  }
}
@media screen and (min-width: 1120px) {
  section.reviews .stats {
    position: -webkit-sticky;
    position: sticky;
    top: 160px;
    padding-left: 4vw;
  }
}
section.reviews .stats .count-average {
  margin-top: 40px;
  padding: 0 15px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 728px) {
  section.reviews .stats .count-average {
    display: flex;
    flex-direction: row;
  }
}
@media screen and (min-width: 1120px) {
  section.reviews .stats .count-average {
    margin-top: 0;
    padding: 0;
  }
}
@media screen and (min-width: 728px) {
  section.reviews .stats .count-average .count, section.reviews .stats .count-average .average {
    flex-grow: 0;
  }
}
section.reviews .stats .count-average .count .caption, section.reviews .stats .count-average .average .caption {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 728px) {
  section.reviews .stats .count-average .count .caption, section.reviews .stats .count-average .average .caption {
    font-size: 19px;
  }
}
section.reviews .stats .count-average .count .data, section.reviews .stats .count-average .average .data {
  margin-top: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (min-width: 728px) {
  section.reviews .stats .count-average .count .data, section.reviews .stats .count-average .average .data {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1120px) {
  section.reviews .stats .count-average .count .data, section.reviews .stats .count-average .average .data {
    margin-top: 30px;
  }
}
section.reviews .stats .count-average .count .data .value, section.reviews .stats .count-average .average .data .value {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 728px) {
  section.reviews .stats .count-average .count .data .value, section.reviews .stats .count-average .average .data .value {
    font-size: 30px;
  }
}
@media screen and (min-width: 1120px) {
  section.reviews .stats .count-average .count .data .value, section.reviews .stats .count-average .average .data .value {
    font-size: 49px;
  }
}
section.reviews .stats .count-average .count {
  position: relative;
  padding-right: 40px;
}
@media screen and (min-width: 728px) {
  section.reviews .stats .count-average .count {
    padding-right: 80px;
  }
}
@media screen and (min-width: 1120px) {
  section.reviews .stats .count-average .count {
    padding-right: 60px;
  }
}
section.reviews .stats .count-average .count .tag {
  line-height: 1.2;
  margin-left: 15px;
  padding: 2px 3px 0 4px;
  font-size: 11px;
  font-weight: 500;
  background-color: #E5F9E7;
  box-shadow: 0 1px 4px rgba(31, 31, 31, 0.08);
  border-radius: 2px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (min-width: 728px) {
  section.reviews .stats .count-average .count .tag {
    font-size: 12px;
  }
}
@media screen and (min-width: 1120px) {
  section.reviews .stats .count-average .count .tag {
    margin-left: 30px;
    padding: 6px 8px 4px;
    border-radius: 4px;
  }
}
section.reviews .stats .count-average .count .tag svg {
  position: relative;
  width: 11px;
  height: 11px;
  margin-left: 2px;
}
@media screen and (max-width: 727px) {
  section.reviews .stats .count-average .count .tag svg {
    top: -1px;
  }
}
@media screen and (min-width: 1120px) {
  section.reviews .stats .count-average .count .tag svg {
    width: 13px;
    height: 13px;
    margin-left: 4px;
  }
}
section.reviews .stats .count-average .count .separator {
  position: absolute;
  height: 38px;
  top: calc(50% - 19px);
  width: 1px;
  right: 0;
  background-color: #D9D9D9;
}
@media screen and (min-width: 728px) {
  section.reviews .stats .count-average .count .separator {
    height: 74px;
    top: calc(50% - 37px);
  }
}
@media screen and (min-width: 1120px) {
  section.reviews .stats .count-average .count .separator {
    height: 122px;
    top: calc(50% - 61px);
  }
}
section.reviews .stats .count-average .average {
  padding-left: 40px;
}
@media screen and (min-width: 728px) {
  section.reviews .stats .count-average .average {
    padding-left: 60px;
  }
}
section.reviews .stats .count-average .average .stars {
  margin-left: 8px;
  display: flex;
}
@media screen and (min-width: 728px) {
  section.reviews .stats .count-average .average .stars {
    margin-left: 15px;
  }
}
section.reviews .stats .count-average .average .stars svg {
  width: 10px;
  height: 10px;
  margin-left: 2px;
  color: #6C1401;
}
@media screen and (min-width: 728px) {
  section.reviews .stats .count-average .average .stars svg {
    width: 15px;
    height: 15px;
    margin-left: 3px;
  }
}
@media screen and (min-width: 1120px) {
  section.reviews .stats .count-average .average .stars svg {
    width: 26px;
    height: 26px;
    margin-left: 5px;
  }
}
section.reviews .stats .distribution {
  margin-top: 30px;
  padding: 0 15px;
}
@media screen and (min-width: 728px) and (max-width: 1119px) {
  section.reviews .stats .distribution {
    width: 424px;
  }
}
@media screen and (min-width: 1120px) {
  section.reviews .stats .distribution {
    margin-top: 100px;
    padding: 10px 42px 55px;
    background-color: #F8F8F8;
  }
}
section.reviews .stats .distribution .line {
  margin-top: 5px;
  color: #6C1401;
  display: flex;
  flex-direction: row;
  align-items: center;
}
section.reviews .stats .distribution .line:nth-child(2) .stars svg:nth-last-child(-n+1) {
  color: #D8D8D8;
}
section.reviews .stats .distribution .line:nth-child(3) .stars svg:nth-last-child(-n+2) {
  color: #D8D8D8;
}
section.reviews .stats .distribution .line:nth-child(4) .stars svg:nth-last-child(-n+3) {
  color: #D8D8D8;
}
section.reviews .stats .distribution .line:nth-child(5) .stars svg:nth-last-child(-n+4) {
  color: #D8D8D8;
}
@media screen and (min-width: 728px) {
  section.reviews .stats .distribution .line {
    margin-top: 7px;
  }
}
@media screen and (min-width: 1120px) {
  section.reviews .stats .distribution .line {
    margin-top: 40px;
  }
}
section.reviews .stats .distribution .line .stars {
  display: flex;
  flex-direction: row;
}
section.reviews .stats .distribution .line .stars svg {
  width: 7px;
  height: 7px;
  margin-left: 1px;
}
@media screen and (min-width: 728px) {
  section.reviews .stats .distribution .line .stars svg {
    width: 10px;
    height: 10px;
    margin-left: 2px;
  }
}
@media screen and (min-width: 1120px) {
  section.reviews .stats .distribution .line .stars svg {
    width: 17px;
    height: 17px;
    margin-left: 3px;
  }
}
section.reviews .stats .distribution .line .percentage {
  flex-grow: 1;
  margin-left: 7px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (min-width: 728px) {
  section.reviews .stats .distribution .line .percentage {
    margin-left: 10px;
  }
}
@media screen and (min-width: 1120px) {
  section.reviews .stats .distribution .line .percentage {
    margin-left: 25px;
  }
}
section.reviews .stats .distribution .line .percentage .bar {
  position: relative;
  flex-grow: 1;
  height: 7px;
  background-color: #D8D8D8;
}
@media screen and (min-width: 728px) {
  section.reviews .stats .distribution .line .percentage .bar {
    height: 9px;
  }
}
@media screen and (min-width: 1120px) {
  section.reviews .stats .distribution .line .percentage .bar {
    height: 16px;
  }
}
section.reviews .stats .distribution .line .percentage .bar .fill {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #6C1401;
}
section.reviews .stats .distribution .line .percentage .text {
  line-height: 1;
  width: 30px;
  text-align: right;
  font-size: 9px;
  font-weight: 500;
}
@media screen and (min-width: 728px) {
  section.reviews .stats .distribution .line .percentage .text {
    width: 40px;
    font-size: 12px;
  }
}
@media screen and (min-width: 1120px) {
  section.reviews .stats .distribution .line .percentage .text {
    width: 56px;
    font-size: 16px;
  }
}
section.reviews .comments {
  overflow: hidden;
  margin-top: 50px;
}
@media screen and (min-width: 728px) {
  section.reviews .comments {
    padding: 0 15px;
  }
}
@media screen and (min-width: 1120px) {
  section.reviews .comments {
    margin-top: 0;
    padding: 0 4vw 0 8vw;
  }
}
section.reviews .comments .filters {
  margin-bottom: 23px;
  display: flex;
}
@media screen and (min-width: 1120px) {
  section.reviews .comments .filters {
    margin-bottom: 32px;
  }
}
section.reviews .comments .filters .filter-type {
  position: relative;
}
section.reviews .comments .filters .filter-type:not(:first-of-type) {
  margin-left: 10px;
}
@media screen and (min-width: 728px) {
  section.reviews .comments .filters .filter-type:not(:first-of-type) {
    margin-left: 20px;
  }
}
@media screen and (min-width: 1120px) {
  section.reviews .comments .filters .filter-type:not(:first-of-type) {
    margin-left: 24px;
  }
}
section.reviews .comments .filters .filter-type:last-of-type > .menu {
  left: unset;
  right: 0;
}
section.reviews .comments .filters .filter-type button.toggle, section.reviews .comments .filters .filter-type > .menu {
  color: #6C1401;
  border: 1px solid currentColor;
}
section.reviews .comments .filters .filter-type button.toggle {
  padding: 3px 10px 1px;
  font-size: 15px;
  white-space: nowrap;
  text-transform: uppercase;
}
@media screen and (min-width: 728px) {
  section.reviews .comments .filters .filter-type button.toggle {
    padding: 4px 13px 3px;
    font-size: 17px;
  }
}
@media screen and (min-width: 1120px) {
  section.reviews .comments .filters .filter-type button.toggle {
    padding-top: 7px;
    padding-bottom: 5px;
  }
}
section.reviews .comments .filters .filter-type button.toggle.open svg {
  transform: rotate(180deg);
}
section.reviews .comments .filters .filter-type button.toggle.on {
  background-color: #6C1401;
  color: white;
}
section.reviews .comments .filters .filter-type button.toggle svg {
  position: relative;
  vertical-align: middle;
  width: 10px;
  top: -1px;
  margin-left: 2px;
  transition: transform 0.2s ease;
}
@media screen and (min-width: 728px) {
  section.reviews .comments .filters .filter-type button.toggle svg {
    width: 11px;
    margin-left: 5px;
  }
}
@media screen and (min-width: 1120px) {
  section.reviews .comments .filters .filter-type button.toggle svg {
    width: 13px;
  }
}
section.reviews .comments .filters .filter-type > .menu {
  z-index: 20;
  position: absolute;
  top: calc(100% + 14px);
  left: 0;
  width: 211px;
  padding: 15px 18px;
  background-color: white;
  font-size: 13px;
}
section.reviews .comments .filters .filter-type > .menu .option {
  display: flex;
  align-items: baseline;
}
section.reviews .comments .filters .filter-type > .menu .option:not(:first-of-type) {
  margin-top: 15px;
}
section.reviews .comments .filters .filter-type > .menu .option.on .checkbox {
  background-color: currentColor;
}
section.reviews .comments .filters .filter-type > .menu .option .checkbox, section.reviews .comments .filters .filter-type > .menu .option .title {
  cursor: pointer;
}
section.reviews .comments .filters .filter-type > .menu .option .checkbox {
  position: relative;
  top: 1px;
  width: 10px;
  height: 10px;
  border: 1px solid currentColor;
}
section.reviews .comments .filters .filter-type > .menu .option .title {
  margin-left: 10px;
}
section.reviews .comments .comment {
  display: none;
  margin-bottom: 10px;
  padding: 16px;
  background-color: #F8F8F8;
}
section.reviews .comments .comment.shown {
  display: block;
}
@media screen and (min-width: 728px) {
  section.reviews .comments .comment {
    margin-bottom: 30px;
    padding: 25px;
  }
}
section.reviews .comments .comment .name-line {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
section.reviews .comments .comment .name-line .name {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.01em;
}
section.reviews .comments .comment .name-line .badge {
  position: relative;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  color: #3897F0;
}
@media screen and (min-width: 728px) {
  section.reviews .comments .comment .name-line .badge {
    top: 1px;
    width: 16px;
    height: 16px;
    margin-left: 16px;
  }
}
section.reviews .comments .comment .name-line .badge svg {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
}
section.reviews .comments .comment .name-line .verification {
  margin-left: 8px;
  color: #696969;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 728px) {
  section.reviews .comments .comment .name-line .verification {
    margin-left: 10px;
    font-size: 14px;
  }
}
section.reviews .comments .comment .info {
  margin-top: 8px;
  color: #696969;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 728px) {
  section.reviews .comments .comment .info {
    margin-top: 16px;
    font-size: 16px;
  }
}
section.reviews .comments .comment .quote {
  margin-top: 14px;
  font-size: 16px;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 728px) {
  section.reviews .comments .comment .quote {
    margin-top: 27px;
  }
}
section.reviews .comments .comment .line {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
section.reviews .comments .comment .line.date-stars {
  margin-top: 16px;
}
@media screen and (min-width: 728px) {
  section.reviews .comments .comment .line.date-stars {
    margin-top: 32px;
  }
}
section.reviews .comments .comment .date {
  color: #696969;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.01em;
}
section.reviews .comments .comment .stars {
  color: #6C1401;
}
@media screen and (max-width: 727px) {
  section.reviews .comments .comment .stars {
    padding-right: 8px;
  }
}
@media screen and (min-width: 1120px) {
  section.reviews .comments .comment .stars {
    padding-right: 10px;
  }
}
section.reviews .comments .comment .stars svg {
  width: 12px;
  height: 12px;
}
@media screen and (min-width: 728px) {
  section.reviews .comments .comment .stars svg {
    width: 13px;
    height: 13px;
  }
}
@media screen and (min-width: 1120px) {
  section.reviews .comments .comment .stars svg {
    width: 14px;
    height: 14px;
  }
}
section.reviews .comments .pagination {
  margin-top: 33px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
section.reviews .comments .pagination .page, section.reviews .comments .pagination .ellipsis {
  margin: 0 8px;
  color: #696969;
  font-size: 15px;
  font-weight: 500;
}
section.reviews .comments .pagination .page {
  cursor: pointer;
}
section.reviews .comments .pagination .page.on {
  color: #1F1F1F;
}
section.reviews .comments .pagination button.next {
  width: 15px;
  height: 15px;
  margin-left: 20px;
  background-color: #1F1F1F;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.reviews .comments .pagination button.next svg {
  height: 8px;
}

@keyframes infinite-scroll-horizontal {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes infinite-scroll-vertical {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 728px) {
  main {
    max-width: 566px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 1120px) {
  main {
    max-width: 800px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
main h1, main h2 {
  color: #6C1401;
}
main h1 {
  margin-top: 80px;
  font-family: "Classico URW", serif;
  font-weight: 400;
  font-size: 36px;
  letter-spacing: 1.75px;
}
html:lang(zh-CN) main h1 {
  font-family: "Classico URW", "Noto Sans CJK SC", "Source Han Sans CN", sans-serif;
}
@media screen and (min-width: 728px) {
  main h1 {
    margin-top: 100px;
  }
}
main h2, main h3 {
  font-weight: 500;
}
main h2::before, main h3::before {
  display: block;
  content: " ";
  height: 100px;
  margin-top: -100px;
  visibility: hidden;
  pointer-events: none;
}
@media screen and (min-width: 1120px) {
  main h2::before, main h3::before {
    height: 138px;
    margin-top: -138px;
  }
}
main h2 {
  margin-top: 40px;
  font-size: 24px;
}
main h2.centred {
  text-align: center;
}
@media screen and (min-width: 728px) {
  main h2 {
    margin-top: 50px;
    letter-spacing: 1.2px;
  }
}
main h3 {
  line-height: 1.2;
  margin-top: 30px;
  font-size: 20px;
  color: #1F1F1F;
  text-decoration: underline;
}
@media screen and (min-width: 728px) {
  main h3 {
    margin-top: 40px;
    letter-spacing: 1px;
  }
}
main.personal-data-protection h3 {
  text-decoration: none;
}
main p, main table, main .article-image {
  margin-top: 15px;
}
@media screen and (min-width: 728px) {
  main p, main table, main .article-image {
    margin-top: 25px;
  }
}
main p, main td {
  line-height: 1.25;
  color: #555555;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.25px;
  word-wrap: break-word;
}
main p {
  text-align: justify;
}
main p.no-justification {
  text-align: left;
}
main p.centred {
  text-align: center;
}
main p.atRight {
  text-align: right;
}
main p strong {
  font-weight: 400;
}
main p .warning {
  color: #6C1401;
}
main p .minor {
  font-size: 0.875em;
}
main p .indented {
  padding-inline-start: 20px;
}
main table, main th, main td {
  border: none;
  border-collapse: collapse;
}
main td {
  padding: 2px 10px;
}
main .article-image {
  width: 100%;
}

main.contact {
  margin-bottom: 100px;
}
main.contact h1 {
  font-size: 48px;
}
main.contact h1 + p {
  margin-top: 10px;
  padding-left: 3px;
}
main.contact .entries {
  margin-top: 60px;
}
@media screen and (min-width: 1120px) {
  main.contact .entries {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
  }
}
main.contact .entries .entry {
  margin-top: 40px;
  display: flex;
  justify-content: start;
  align-items: start;
}
@media screen and (min-width: 1120px) {
  main.contact .entries .entry {
    flex: 0 0 50%;
    width: 50%;
  }
}
main.contact .entries .entry .icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
main.contact .entries .entry .text {
  margin-left: 22px;
  margin-top: 2px;
  font-size: 20px;
}
main.contact .entries .entry .text .caption {
  color: #6C1401;
  font-weight: 500;
  text-transform: uppercase;
}
main.contact .entries .entry .text .detail {
  margin-top: 15px;
  color: #1F1F1F;
}
main.contact .entries .entry .text .detail.clickable {
  cursor: pointer;
}
main.contact .link-wrapper {
  display: flex;
  justify-content: end;
  margin-top: 60px;
}
@media screen and (min-width: 1120px) {
  main.contact .link-wrapper {
    margin-top: 100px;
  }
}

@media screen and (min-width: 1120px) {
  main.overview {
    padding: 0;
  }
}
main.overview .special-block-1 {
  margin-top: 25px;
}
@media screen and (min-width: 1120px) {
  main.overview .special-block-1 {
    display: grid;
    grid-template-columns: 1fr 275px 1fr;
    column-gap: 18px;
  }
}
@media screen and (min-width: 1120px) {
  main.overview .special-block-1 > .column {
    position: relative;
  }
}
@media screen and (max-width: 1119px) {
  main.overview .special-block-1 > .column.slogan {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1120px) {
  main.overview .special-block-1 > .column.slogan {
    padding-top: 40px;
  }
}
main.overview .special-block-1 > .column.slogan p {
  font-size: 20px;
  text-align: center;
}
main.overview .special-block-1 > .column.slogan p.title {
  font-weight: 700;
}
main.overview .special-block-1 > .column.slogan p.slogan {
  font-weight: 400;
}
main.overview .special-block-1 > .column.slogan p.slogan b, main.overview .special-block-1 > .column.slogan p.slogan strong {
  font-weight: 700;
}
main.overview .special-block-1 > .column.slogan p.slogan strong {
  color: #6C1401;
}
@media screen and (min-width: 1120px) {
  main.overview .special-block-1 > .column.slogan p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1120px) {
  main.overview .special-block-1 > .column .card {
    padding: 16px 10px 10px 10px;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  }
  main.overview .special-block-1 > .column .card.oblique {
    transform: rotate(7deg);
  }
  main.overview .special-block-1 > .column .card * {
    margin-top: 10px;
  }
  main.overview .special-block-1 > .column .card *:first-child {
    margin-top: 0;
  }
  main.overview .special-block-1 > .column .card p {
    font-size: 14px;
    text-align: center;
  }
  main.overview .special-block-1 > .column .card img {
    display: block;
  }
}
main.overview .special-block-1 > .column .card.afloat {
  display: none;
}
@media screen and (min-width: 1120px) {
  main.overview .special-block-1 > .column .card.afloat {
    z-index: 10;
    display: unset;
    position: absolute;
    width: 180px;
    bottom: 0;
    right: -70px;
  }
}

footer {
  margin-top: 100px;
}
@media screen and (min-width: 728px) {
  footer {
    margin-top: 120px;
  }
}
