:root {
  --bgc-FFFFFF: #ffffff;
  --bgc-000000: #000000;

  --font-24: clamp(14px, 2.23vw, 24px);
  --font-48: clamp(28px, 4.46vw, 48px);
  --font-72: clamp(36px, 3.75vw, 72px);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "HarmonyOS Sans SC", "Microsoft YaHei", Arial, sans-serif;
}

.slideInDownInit {
  -webkit-transform: translateY(32px);
  transform: translateY(32px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  opacity: 0;
  transition-delay: 0.2s;
}

.slideInDown {
  opacity: 1 !important;
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
}

.scaleInit {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}

.v-link-detail {
  width: 100%;
  overflow: hidden;
  background: #d8e4ed;
  line-height: normal;
}

.v-link-shop-shell {
  width: 100%;
  display: flex;
  justify-content: center;
  overflow-x: auto;
  background: var(--bgc-FFFFFF);
}

.v-link-detail--shop {
  width: 1076px;
  min-width: 1076px;
  max-width: 1076px;
  margin: 0 auto;
}

.goods-section {
  background-size: cover;
  position: relative;
  letter-spacing: 0;
  overflow: hidden;
}

.goods-section img {
  width: 100% !important;
  margin: 0 !important;
}

.backgroundPicture,
.backgroundPicture picture,
.backgroundPicture img {
  display: block;
  width: 100%;
}

.backgroundPicture img {
  height: auto;
}

.section-con {
  position: absolute;
  z-index: 4;
}

.v-link-hero__copy {
  color: var(--bgc-FFFFFF);
}

.v-link-detail--website .v-link-hero__copy {
  top: clamp(150px, 13.33vw, 256px);
  left: clamp(56px, 6.77vw, 130px);
  width: min(46vw, 760px);
  text-align: left;
}

.v-link-detail--shop .v-link-hero__copy {
  top: 110px;
  left: 50%;
  width: 100%;
  padding: 0 5%;
  color: var(--bgc-000000);
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.v-link-hero__title,
.v-link-hero__headline,
.v-link-hero__desc p {
  margin: 0;
}

.v-link-hero__title {
  color: inherit;
  font-size: var(--font-72);
  font-weight: 700;
  line-height: 1;
}

.v-link-detail--shop .v-link-hero__title {
  font-size: var(--font-48);
}

.v-link-hero__headline {
  margin-top: 23px;
  color: inherit;
  font-size: var(--font-48);
  font-weight: 700;
  line-height: 1.18;
}

.v-link-hero__desc {
  margin-top: 30px;
  color: inherit;
  font-size: var(--font-24);
  font-weight: 400;
  line-height: 1.55;
}

.v-link-hero__desc p + p {
  margin-top: 6px;
}

.v-link-mobile-br {
  display: none;
}

.v-link-lang-en .v-link-hero__headline,
.v-link-lang-de .v-link-hero__headline {
  line-height: 1.12;
}

.v-link-lang-en .v-link-hero__desc,
.v-link-lang-de .v-link-hero__desc,
.v-link-lang-ru .v-link-hero__desc {
  line-height: 1.34;
}

.v-link-detail--website.v-link-lang-en .v-link-hero__copy {
  top: clamp(122px, 10.83vw, 208px);
  width: min(42vw, 720px);
}

.v-link-detail--shop.v-link-lang-en .v-link-hero__copy,
.v-link-detail--shop.v-link-lang-de .v-link-hero__copy {
  top: 82px;
}

.v-link-detail--shop.v-link-lang-ru .v-link-hero__copy {
  top: 58px;
}

.v-link-detail--shop.v-link-lang-ru .v-link-hero__headline {
  margin-top: 18px;
  line-height: 1.12;
}

.v-link-detail--shop.v-link-lang-ru .v-link-hero__desc {
  margin-top: 20px;
  line-height: 1.28;
}

@media (max-width: 768px) {
  :root {
    --font-24: clamp(15px, calc(100vw * 30 / 750), 30px);
    --font-48: clamp(24px, calc(100vw * 48 / 750), 48px);
    --font-72: clamp(24px, calc(100vw * 48 / 750), 48px);
  }

  .v-link-shop-shell {
    display: block;
    overflow-x: hidden;
  }

  .v-link-detail--shop {
    width: 100%;
    min-width: 0;
    max-width: none;
  }

  .v-link-detail--website .v-link-hero__copy,
  .v-link-detail--shop .v-link-hero__copy {
    top: calc(100vw * 200 / 750);
    left: 50%;
    width: calc(100% - 12vw);
    padding: 0;
    color: var(--bgc-000000);
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .v-link-detail--website .v-link-hero__title,
  .v-link-detail--shop .v-link-hero__title,
  .v-link-hero__headline {
    font-size: var(--font-48);
  }

  .v-link-hero__headline {
    margin-top: calc(100vw * 24 / 750);
    line-height: 1.75;
  }

  .v-link-hero__desc {
    margin-top: calc(100vw * 28 / 750);
    font-size: var(--font-24);
    line-height: 1.65;
  }

  .v-link-hero__desc p + p {
    margin-top: calc(100vw * 6 / 750);
  }

  .v-link-mobile-br {
    display: block;
  }

  .v-link-detail--website.v-link-lang-en .v-link-hero__copy,
  .v-link-detail--shop.v-link-lang-en .v-link-hero__copy,
  .v-link-detail--shop.v-link-lang-de .v-link-hero__copy,
  .v-link-detail--shop.v-link-lang-ru .v-link-hero__copy {
    top: calc(100vw * 126 / 750);
    left: 50%;
    width: calc(100% - 12vw);
    padding: 0;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .v-link-lang-en .v-link-hero__headline,
  .v-link-lang-de .v-link-hero__headline,
  .v-link-lang-ru .v-link-hero__headline {
    line-height: 1.18;
  }

  .v-link-detail--shop.v-link-lang-ru .v-link-hero__headline {
    margin-top: calc(100vw * 24 / 750);
    line-height: 1.18;
  }

  .v-link-lang-en .v-link-hero__desc,
  .v-link-lang-de .v-link-hero__desc {
    line-height: 1.35;
  }

  .v-link-detail--shop.v-link-lang-ru .v-link-hero__desc {
    margin-top: calc(100vw * 22 / 750);
    line-height: 1.32;
  }
}
