:root {
  --alpha-button-background: 1;
  --alpha-button-border: 1;
  --alpha-link: 0.85;
  --alpha-badge-border: 0.1;
  --max-width: 1920px;
  --border-radius: 10px;
}

html {
  height: 100%;
}

body {
  width: 100%;
  overflow-x: hidden;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  grid-template-columns: 100%;
  min-height: 100%;
  margin: 0;
  font-size: calc(var(--body-font-size) * 0.75);
  letter-spacing: calc(var(--body-letter-spacing) / 1000);
  line-height: var(--body-line-height);
  font-family: var(--body-font);
  font-style: var(--body-font-style);
  font-weight: var(--body-font-weight);
}
* {
  padding: 0;
  margin: 0;
}
.rich-text-all * {
  margin: revert;
  padding: revert;
}
body,
html {
  background-color: rgba(var(--color-page-background));
  color: rgba(var(--color-text));
}
a:empty,
ul:empty,
dl:empty,
section:empty,
article:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  display: none;
}

a:not([href]) {
  cursor: not-allowed;
}

a:not(.button),
a:not(.button):hover {
  color: rgba(var(--color-text));
  text-decoration: none;
}

svg.icon circle,
svg.icon path {
  vector-effect: non-scaling-stroke;
}

/* base-details-summary */
summary {
  cursor: pointer;
  list-style: none;
  position: relative;
}

summary::-webkit-details-marker {
  display: none;
}

deferred-media {
  display: block;
}

*:focus {
  outline: 0;
}

:root {
  --page-padding: 30px;
}

@media (max-width: 959px) {
  :root {
    --page-padding: 20px;
  }
}

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

.no-scrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.no-select {
  user-select: none; /* 对所有浏览器兼容 */
  -webkit-user-select: none; /* 对 Safari 和 Chrome */
  -moz-user-select: none; /* 对 Firefox */
  -ms-user-select: none; /* 对 IE 和 Edge */
}
.page-width {
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--page-padding);
  padding-right: var(--page-padding);
  max-width: calc(var(--page-padding) * 2 + var(--page-width));
  width: 100%;
}

.page-width .page-width--narrow {
  max-width: 726px;
}

@media screen and (max-width: 959px) {
  .page-width {
    max-width: 100%;
    padding-left: var(--page-padding);
    padding-right: var(--page-padding);
  }
}

@media screen and (max-width: 959px) {
  .grid-cols-1-tablet > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .grid-cols-2-tablet > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .grid-cols-3-tablet > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .grid-cols-4-tablet > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .grid-cols-5-tablet > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .grid-cols-6-tablet > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}

@media screen and (min-width: 960px) {
  .grid-cols-1-desktop > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .grid-cols-2-desktop > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .grid-cols-3-desktop > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .grid-cols-4-desktop > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .grid-cols-5-desktop > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .grid-cols-6-desktop > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}

.display-block {
  display: block !important;
}

.display-none {
  display: none !important;
}

.display-flex {
  display: flex !important;
}

.display-inline-block {
  display: inline-block !important;
}

.display-inline-flex {
  display: inline-flex !important;
}

@media screen and (max-width: 959px) {
  .display-block-tablet {
    display: block !important;
  }

  .display-none-tablet {
    display: none !important;
  }

  .display-flex-tablet {
    display: flex !important;
  }

  .display-inline-block-tablet {
    display: inline-block !important;
  }
}

@media screen and (min-width: 960px) {
  .display-block-desktop {
    display: block !important;
  }

  .display-none-desktop {
    display: none !important;
  }

  .display-flex-desktop {
    display: flex !important;
  }

  .display-inline-block-desktop {
    display: inline-block !important;
  }
  .display-inline-flex-desktop {
    display: inline-flex !important;
  }
}

.title1,
.title2,
.title3,
.title4,
.title5,
.title6,
.title7 {
  font-family: var(--title-font);
  font-style: var(--title-font-style);
  font-weight: var(--title-font-weight, 700);
  letter-spacing: var(--title-letter-spacing);
  line-height: var(--title-line-height);
  margin-bottom: 0;
  margin-top: 0;
  word-break: break-word;
  text-transform: var(--title-text-transform);
}

.title1 {
  font-size: calc(var(--title-font-size) * 1);
}

@media (min-width: 960px) {
  .title1 {
    font-size: calc(var(--title-font-size) * 2.333333);
  }
}

.title2 {
  font-size: calc(var(--title-font-size) * 0.833333);
}

@media (min-width: 960px) {
  .title2 {
    font-size: calc(var(--title-font-size) * 1.666667);
  }
}

.title3 {
  font-size: calc(var(--title-font-size) * 0.733333);
}

@media (min-width: 960px) {
  .title3 {
    font-size: calc(var(--title-font-size) * 1.2);
  }
}

.title4 {
  font-size: calc(var(--title-font-size) * 0.666667);
}

@media (min-width: 960px) {
  .title4 {
    font-size: calc(var(--title-font-size) * 1);
  }
}

.title5 {
  font-size: calc(var(--title-font-size) * 0.6);
}

@media (min-width: 960px) {
  .title5 {
    font-size: calc(var(--title-font-size) * 0.833333);
  }
}

.title6 {
  font-size: calc(var(--title-font-size) * 0.6);
}

@media (min-width: 960px) {
  .title6 {
    font-size: calc(var(--title-font-size) * 0.666667);
  }
}
.title6 {
  font-size: calc(var(--title-font-size) * 0.6);
}

@media (min-width: 960px) {
  .title6 {
    font-size: calc(var(--title-font-size) * 0.666667);
  }
}
.title7 {
  font-size: calc(var(--title-font-size) * 0.46);
}

@media (min-width: 960px) {
  .title7 {
    font-size: calc(var(--title-font-size) * 0.4666667);
  }
}
.body-font,
.body1,
.body2,
.body3,
.body4,
.body5,
.body6 {
  font-family: var(--body-font);
  font-style: var(--body-font-style);
  font-weight: var(--body-font-weight, 400);
  letter-spacing: var(--body-letter-spacing);
  line-height: var(--body-line-height);
  word-break: break-word;
}

.body1 {
  font-size: calc(var(--body-font-size) * 1.142857);
}

@media (min-width: 960px) {
  .body1 {
    font-size: calc(var(--body-font-size) * 1.571429);
  }
}

.body2 {
  font-size: calc(var(--body-font-size) * 1.071429);
}

@media (min-width: 960px) {
  .body2 {
    font-size: calc(var(--body-font-size) * 1.285714);
  }
}

.body3 {
  font-size: calc(var(--body-font-size) * 1);
}

@media (min-width: 960px) {
  .body3 {
    font-size: calc(var(--body-font-size) * 1.142857);
  }
}

.body4 {
  font-size: calc(var(--body-font-size) * 0.928571);
}

@media (min-width: 960px) {
  .body4 {
    font-size: calc(var(--body-font-size) * 1);
  }
}

.body5 {
  font-size: calc(var(--body-font-size) * 0.857143);
}

@media (min-width: 960px) {
  .body5 {
    font-size: calc(var(--body-font-size) * 0.928571);
  }
}

.body6 {
  font-size: calc(var(--body-font-size) * 0.857143);
}

@media (min-width: 960px) {
  .body6 {
    font-size: calc(var(--body-font-size) * 0.857143);
  }
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-uppercase {
  text-transform: uppercase;
}

.title-wrapper {
  margin-bottom: 30px;
}

.title-wrapper--no-top-margin {
  margin-top: 0;
}

.fw-bold {
  font-weight: var(--body-bold-font-weight) !important;
}

@media (max-width: 959px) {
  .title-wrapper {
    margin-bottom: 20px;
  }
  .mobile-slider-full-screen {
    padding-left: calc(
      var(--page-padding) - (var(--grid-horizontal-space) * 0.5)
    ) !important;
    padding-right: calc(
      var(--page-padding) - (var(--grid-horizontal-space) * 0.5)
    ) !important;
    margin-left: calc(0px - var(--page-padding)) !important;
    margin-right: calc(0px - var(--page-padding)) !important;
  }
}

.slider-full-screen {
  padding-left: calc(
    var(--page-padding) - (var(--grid-horizontal-space) * 0.5)
  ) !important;
  padding-right: calc(
    var(--page-padding) - (var(--grid-horizontal-space) * 0.5)
  ) !important;
  margin-left: calc(0px - var(--page-padding)) !important;
  margin-right: calc(0px - var(--page-padding)) !important;
}

.slider-component-full-width {
  max-width: 100%;
  padding-left: var(--page-padding);
  padding-right: var(--page-padding);
}

.global-media-border-shadow {
  border-color: rgba(var(--color-text), var(--media-border-opacity));
  border-radius: var(--media-border-radius);
  border-style: solid;
  border-width: var(--media-border-thickness) !important;
  box-shadow: var(--media-shadow-offset-x) var(--media-shadow-offset-y)
    var(--media-shadow-blur)
    rgba(var(--color-text), var(--media-shadow-opacity));
  box-sizing: border-box;
  overflow: hidden;
}

.global-content-border-shadow {
  border-color: rgba(var(--color-text), var(--content-border-opacity));
  border-radius: var(--content-border-radius);
  border-style: solid;
  border-width: var(--content-border-thickness) !important;
  box-shadow: var(--content-shadow-offset-x) var(--content-shadow-offset-y)
    var(--content-shadow-blur)
    rgba(var(--color-text), var(--content-shadow-opacity));
  box-sizing: border-box;
}

.global-modal-border-shadow {
  border-color: rgba(var(--color-text), var(--menu-modal-border-opacity));
  border-radius: var(--menu-modal-border-radius);
  border-style: solid;
  border-width: var(--menu-modal-border-thickness);
  box-shadow: var(--menu-modal-shadow-offset-x)
    var(--menu-modal-shadow-offset-y) var(--menu-modal-shadow-blur)
    rgba(var(--color-text), var(--menu-modal-shadow-opacity)) !important;
  box-sizing: border-box;
}

.global-drawer-border-shadow {
  border-color: rgba(var(--color-text), var(--drawer-border-opacity));
  border-style: solid;
  border-width: 0 var(--drawer-border-thickness) 0 0;
  box-sizing: border-box;
  filter: drop-shadow(
    var(--drawer-shadow-offset-x) var(--drawer-shadow-offset-y)
      var(--drawer-shadow-blur)
      rgba(var(--color-text), var(--drawer-shadow-opacity))
  );
}

.global-card-border-shadow {
  border-color: rgba(var(--color-text), var(--card-border-opacity));
  border-radius: var(--card-border-radius);
  border-style: solid;
  border-width: var(--card-border-thickness) !important;
  box-shadow: var(--card-shadow-offset-x) var(--card-shadow-offset-y)
    var(--card-shadow-blur) rgba(var(--color-text), var(--card-shadow-opacity));
  box-sizing: border-box;
  overflow: hidden;
}

.global-product-card-border-shadow {
  border-color: rgba(var(--color-text), var(--product-card-border-opacity));
  border-radius: var(--product-card-border-radius);
  border-style: solid;
  border-width: var(--product-card-border-thickness) !important;
  box-shadow: var(--product-card-shadow-offset-x)
    var(--product-card-shadow-offset-y) var(--product-card-shadow-blur)
    rgba(var(--color-text), var(--product-card-shadow-opacity));
  box-sizing: border-box;
  overflow: hidden;
}

.global-collection-card-border-shadow {
  border-color: rgba(var(--color-text), var(--collection-card-border-opacity));
  border-radius: var(--collection-card-border-radius);
  border-style: solid;
  border-width: var(--collection-card-border-thickness) !important;
  box-shadow: var(--collection-card-shadow-offset-x)
    var(--collection-card-shadow-offset-y) var(--collection-card-shadow-blur)
    rgba(var(--color-text), var(--collection-card-shadow-opacity));
  box-sizing: border-box;
  overflow: hidden;
}

.global-blog-card-border-shadow {
  border-color: rgba(var(--color-text), var(--blog-card-border-opacity));
  border-radius: var(--blog-card-border-radius);
  border-style: solid;
  border-width: var(--blog-card-border-thickness) !important;
  box-shadow: var(--blog-card-shadow-offset-x) var(--blog-card-shadow-offset-y)
    var(--blog-card-shadow-blur)
    rgba(var(--color-text), var(--blog-card-shadow-opacity));
  box-sizing: border-box;
  overflow: hidden;
}

/* padding between section */

.section + .section {
  margin-top: var(--section-vertical-gap);
}

@media (max-width: 959px) {
  .section + .section {
    margin-top: calc(var(--section-vertical-gap) / 2);
  }
}

.section--padding {
  padding-top: var(--section-padding-top);
  padding-bottom: var(--section-padding-bottom);
}

@media (max-width: 959px) {
  .section--padding {
    padding-top: calc(var(--section-padding-top) * 0.5);
    padding-bottom: calc(var(--section-padding-bottom) * 0.5);
  }
}

.visibility-hidden {
  visibility: hidden;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}

.overflow-hidden {
  overflow: hidden;
}

.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tag-unstyled {
  margin: 0;
  padding: 0;
}

.ratio {
  display: flex;
  position: relative;
  align-items: stretch;
}

.ratio::before {
  content: "";
  width: 0;
  height: 0;
  padding-bottom: var(--ratio-percent);
}

.full-unstyled-link {
  text-decoration: none;
  color: currentColor;
  display: block;
}

/* flex layout text position common logic */

.text-position-left-top {
  align-items: flex-start;
  justify-content: flex-start;
}

.text-position-center-top,
.text-position-top {
  align-items: flex-start;
  justify-content: center;
}

.text-position-right-top {
  align-items: flex-start;
  justify-content: flex-end;
}

.text-position-left {
  align-items: center;
  justify-content: flex-start;
}

.text-position-center {
  align-items: center;
  justify-content: center;
}

.text-position-right {
  align-items: center;
  justify-content: flex-end;
}

.text-position-left-bottom {
  align-items: flex-end;
  justify-content: flex-start;
}

.text-position-center-bottom,
.text-position-bottom {
  align-items: flex-end;
  justify-content: center;
}

.text-position-right-bottom {
  align-items: flex-end;
  justify-content: flex-end;
}

/* image position common logic */

.image-position-left-top {
  object-position: left top;
}

.image-position-center-top {
  object-position: center top;
}

.image-position-right-top {
  object-position: right top;
}

.image-position-left {
  object-position: center left;
}

.image-position-center {
  object-position: center center;
}

.image-position-right {
  object-position: center right;
}

.image-position-left-bottom {
  object-position: left bottom;
}

.image-position-center-bottom {
  object-position: center bottom;
}

.image-position-right-bottom {
  object-position: right bottom;
}

:root {
  --duration-short: 100ms;
  --duration-long: 500ms;
  --duration-default: 250ms;
}

.button,
.shopline-element-buy-now {
  display: inline-flex;
  font-family: var(--body-font);
  font-weight: var(--body-bold-font-weight);
  line-height: var(--body-line-height);
  letter-spacing: var(--body-letter-spacing);
  color: rgb(var(--color-button-text));
  text-align: center;
  white-space: normal;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: rgb(var(--color-button-background));
  transition: opacity 0.15s ease-in-out;
  padding: calc(var(--btn-border-thickness) + 9px)
    calc(var(--btn-border-thickness) + 18px);
  position: relative;
  border-radius: var(--btn-border-radius-outset);
  font-size: 14px;
  border: none;
  --border-opacity: calc(100% - var(--btn-border-opacity));
  --alpha-button-background: 1;
  text-decoration: none;
  align-items: center;
  justify-content: center;
}

.button:not(.button--link),
.shopline-element-buy-now {
  box-shadow: var(--btn-shadow-offset-x) var(--btn-shadow-offset-y)
    var(--btn-shadow-blur) rgba(var(--color-text), var(--btn-shadow-opacity));
}

.button:not(.button--link)::before,
.shopline-element-buy-now::before {
  content: "";
  background-color: #fff;
  opacity: 0.2;
  width: 0;
  position: absolute;
  bottom: var(--btn-border-thickness);
  left: var(--btn-border-thickness);
  right: var(--btn-border-thickness);
  top: var(--btn-border-thickness);
  z-index: 1;
  transition: width var(--duration-long) ease-in-out;
  border-radius: var(--btn-border-radius);
}

.button:not(.button--link):hover::before,
.shopline-element-buy-now:hover::before {
  width: calc(100% - var(--btn-border-thickness) - var(--btn-border-thickness));
}
*/ .button:not(.button--link)::after,
.shopline-element-buy-now::after {
  content: "";
  position: absolute;
  bottom: var(--btn-border-thickness);
  left: var(--btn-border-thickness);
  right: var(--btn-border-thickness);
  top: var(--btn-border-thickness);
  box-shadow:
    0 0 0 var(--btn-border-thickness)
      rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 var(--btn-border-thickness)
      rgba(var(--color-button-background), var(--alpha-button-background));
  border-radius: var(--btn-border-radius);
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.button:not([disabled]):hover::after,
.shopline-element-buy-now:hover::after {
  box-shadow:
    0 0 0 calc(var(--btn-border-thickness) + 1px)
      rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 calc(var(--btn-border-thickness) + 1px)
      rgba(var(--color-button-background), var(--alpha-button-background));
}

.button--secondary {
  --color-button-background: var(--color-button-secondary-background);
  --color-button-text: var(--color-button-secondary-text);
  --border-opacity: var(--btn-border-opacity);
}

.button--link {
  --color-button-background: transparent;
  --color-button-text: rgb(var(--color-text));
  padding: 0 1px;
  position: relative;
  text-underline-offset: 6px;
  transition: width var(--duration-long) ease-in-out;
  padding-bottom: 7px;
}

.button--link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: width var(--duration-long) ease-in-out;
}

.button--link:hover::after {
  width: 35%;
}

.button.loading {
  color: transparent;
}

.loading-overlay__spinner {
  display: none;
}

.loading > .loading-overlay__spinner {
  display: inline-flex;
}

.button.loading .loading-overlay__spinner {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  color: rgb(var(--color-button-text));
  display: flex;
}

/* button animation */

.loading .loading-overlay__spinner {
  animation: button-loading linear 1.5s infinite;
}
.input-no-style {
  border: none; /* Remove border */
  outline: none; /* Remove outline */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margin */
  background: none; /* Remove background */
}
@keyframes button-loading {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

.button:active::before {
  animation: button-press linear 0.6s 1;
  animation-fill-mode: forwards;
}

@keyframes button-press {
  from {
    background: rgba(var(--color-button-text), 0.08)
      radial-gradient(
        circle,
        rgba(var(--color-button-text), 0.08) 1%,
        transparent 1%
      )
      50%/100%;
  }

  100% {
    background-position: 50%;
    background-size: 25000%;
  }
}

.button:disabled,
.button.disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.button--full-width {
  width: 100%;
  display: flex;
}

.icon-button {
  position: relative;
  display: inline-flex;
  border: none;
  background-color: transparent;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
  padding: 0;
  transition: transform 0.3s;
}

@media screen and (min-width: 960px) {
  .icon-button:hover,
  .icon-button:focus {
    transform: scale(1.1);
  }
}

.color-scheme-1,
.color-scheme-2,
.color-scheme-3 {
  background-color: rgb(var(--color-page-background));
  color: rgb(var(--color-text));
}

.color-scheme-1,
.color-scheme-1 .button::before {
  --color-page-background: var(--color-scheme-1-bg);
  --color-text: var(--color-scheme-1-text);
  --color-button-background: var(--color-scheme-1-text);
  --color-button-text: var(--color-scheme-1-bg);
}

.color-scheme-1 .price {
  --color-sale: var(--color-scheme-1-text);
}

.color-scheme-2,
.color-scheme-2 .button::before {
  --color-page-background: var(--color-scheme-2-bg);
  --color-text: var(--color-scheme-2-text);
  --color-button-background: var(--color-scheme-2-text);
  --color-button-text: var(--color-scheme-2-bg);
}

.color-scheme-2 .price {
  --color-sale: var(--color-scheme-2-text);
}

.color-scheme-3,
.color-scheme-3 .button::before {
  --color-page-background: var(--color-scheme-3-bg);
  --color-text: var(--color-scheme-3-text);
  --color-button-background: var(--color-scheme-3-text);
  --color-button-text: var(--color-scheme-3-bg);
}

.color-scheme-3 .price {
  --color-sale: var(--color-scheme-3-text);
}

.color-scheme-1 .button--secondary,
.color-scheme-1 .button--secondary::before {
  --color-button-background: var(--color-scheme-1-bg);
  --color-button-text: var(--color-scheme-1-text);
}

.color-scheme-2 .button--secondary,
.color-scheme-2 .button--secondary::before {
  --color-button-background: var(--color-scheme-2-bg);
  --color-button-text: var(--color-scheme-2-text);
}

.color-scheme-3 .button--secondary,
.color-scheme-3 .button--secondary::before {
  --color-button-background: var(--color-scheme-3-bg);
  --color-button-text: var(--color-scheme-3-text);
}

/* ---------------- field styles ---------------- */

.field {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  line-height: 1.4;
  font-size: 14px;
  transition: all 300ms;
  align-items: center;
  margin-bottom: 20px;
}

@media (max-width: 959px) {
  .field {
    margin-bottom: 16px;
  }
}

.field:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  border-width: var(--input-border-thickness);
  border-style: solid;
  border-color: rgba(var(--color-text), var(--input-border-opacity));
  pointer-events: none;
  transition: border-color 300ms;
  border-radius: var(--input-border-radius-outset);
  box-shadow: var(--input-shadow-offset-x) var(--input-shadow-offset-y)
    var(--input-shadow-blur)
    rgba(var(--color-text), var(--input-shadow-opacity));
}

.field:hover:after,
.field:focus::after,
.field:focus-within::after {
  border-color: rgba(var(--color-text), var(--input-border-opacity));
  border-width: calc(var(--input-border-thickness) + 1px);
}

.field .field__container {
  flex: 1;
  position: relative;
}

/* vaild error */

.field--error::after {
  border-color: rgba(var(--color-discount-tag-background));
}

/* ---------------- field group ---------------- */

.field__group {
  display: flex;
  gap: 16px;
}

/* ---------------- field label style ---------------- */

.field__label {
  position: absolute;
  left: 16px;
  right: 0;
  top: 50%;
  pointer-events: none;
  transform: translateY(-50%);
  transition: transform 300ms ease;
  transform-origin: left top;
  word-break: break-word;
  color: rgba(var(--color-text), 0.6);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

/* ---------------- field input style ---------------- */

.field__input {
  width: 100%;
  border-radius: var(--input-border-radius-outset);
  border: none;
  padding: 24px 16px 8px;
  background: none;
  line-height: 1.15;
  box-shadow: none !important;
  color: rgba(var(--color-text));
  height: 56px;
  -webkit-appearance: none;
}

.field__input::placeholder {
  opacity: 0;
}

.field__input:focus ~ .field__label,
.field__input:not(:placeholder-shown) ~ .field__label,
.field__input:-webkit-autofill ~ .field__label {
  transform: scale(0.8) translate(0, -130%);
  word-break: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 100%;
}

.field__input--classic:focus::after,
.field__input--classic:focus-within::after,
.field__input:focus::after,
.field__input:focus-within::after {
  border-color: rgba(var(--color-text), var(--input-border-opacity));
  border-width: calc(var(--input-border-thickness)+1px);
}

.field__input--classic:focus-visible,
.field__input--classic:focus,
.field__input:focus-visible,
.field__input:focus {
  outline: 0;
}

.field__input::-webkit-search-cancel-button {
  display: none;
}

.field__input:-webkit-autofill,
.field__input:-webkit-autofill:hover,
.field__input:-webkit-autofill:focus,
.field__input:-webkit-autofill:active {
  transition: background-color 5000000s ease-in-out 0s;
}

.field__input--classic {
  width: 100%;
  border-radius: 4px;
  border: none;
  padding: 0 16px;
  background: none;
  line-height: 1.15;
  box-shadow: none !important;
  color: rgba(var(--color-text));
  height: 56px;
  -webkit-appearance: none;
}

.field__input--classic::placeholder {
  word-break: break-word;
  color: rgba(var(--color-text), 0.6);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

/* ---------------- field extra ---------------- */

.field__suffix {
  display: flex;
  justify-content: center;
  margin-right: 10px;
  padding: 6px;
}

/* ---------------- field info text ---------------- */

.field__info {
  display: flex;
  font-size: 12px;
  line-height: 1.4;
}

.field__info svg {
  margin-right: 4px;
}

.field__info--error {
  color: rgba(var(--color-discount-tag-background));
}

@media screen and (min-width: 960px) {
  .field__info svg {
    margin-right: 8px;
  }
}

/* ---------------- field checkbox ---------------- */

.field-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: "tnum";
  position: relative;
  top: 0.2em;
  line-height: 1;
  white-space: nowrap;
  outline: none;
  cursor: pointer;
}

.field-checkbox input[type="checkbox"] {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  -webkit-appearance: auto;
}

.field-checkbox input[type="checkbox"]:checked + .checkbox {
  background-color: rgba(var(--color-button-background));
  border-color: rgba(var(--color-button-background));
}

.field-checkbox input[type="checkbox"]:checked + .checkbox::after {
  position: absolute;
  display: table;
  border: 2px solid rgb(var(--color-button-text));
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: " ";
}

.field-checkbox .checkbox {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  direction: ltr;
  border: 1px solid rgba(var(--color-entry-line));
  border-radius: 2px;
  border-collapse: separate;
  transition: all 0.3s;
}

.field-checkbox .checkbox:after {
  position: absolute;
  top: 50%;
  left: 21.5%;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid rgb(var(--color-button-text));
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  transition:
    all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),
    opacity 0.1s;
  content: " ";
}

.text-area {
  min-height: 100px;
  resize: none;
}

.text-area + .field__label {
  top: 21px;
}

.field select ~ .icon-arrow {
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
}

/* ---------------- field switch ---------------- */

/* The switch - the box around the slider */

.field-switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

/* The slider */

.field-switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  background-color: rgba(var(--color-text), 0.1);
  transition: 0.2s;
}

.field-switch-slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  border-radius: 50%;
  background-color: rgba(var(--color-page-background));
  transition: 0.2s;
}

/* Hide default HTML checkbox */

.field-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.field-switch input:checked + .field-switch-slider {
  background-color: rgba(var(--color-text), 1);
}

.field-switch input:checked + .field-switch-slider:before {
  transform: translateX(20px);
}

.field-radio {
  cursor: pointer;
  position: relative;
}

.field-radio > input {
  margin: 0;
  padding: 0;
  height: 100%;
  inset: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
  cursor: pointer;
}

.field-radio > input:checked + .radio {
  border-color: rgba(var(--color-button-background));
}

.field-radio > input:checked + .radio:after {
  opacity: 1;
  transform: scale(0.5);
}

.field-radio .radio {
  display: block;
  height: 16px;
  width: 16px;
  background-color: rgba(var(--color-page-background));
  border: 1px solid rgba(var(--color-entry-line));
  border-collapse: separate;
  border-radius: 50%;
  left: 0;
  position: relative;
  top: 0;
  transition: all 0.3s;
}

.field-radio .radio::after {
  height: 16px;
  width: 16px;
  background-color: rgba(var(--color-button-background));
  border-radius: 16px;
  content: "";
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.animation-delay-show-container {
  transform: translate3d(0px, 25px, 0px);
  opacity: 0;
}

.animation-delay-show-container.come-into-view {
  animation: column-fade-in 0.8s ease;
  animation-fill-mode: forwards;
}

@keyframes column-fade-in {
  100% {
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
  }
}

.global-parallax-container {
  width: 100%;
  height: 100%;
}

.global-parallax-container .global-parallax {
  position: relative;
  top: -30% !important;
  height: 160% !important;
  transition: none 0s ease 0s !important;
}

.breadcrumb {
  display: none;
  margin-bottom: 20px;
}

@media (max-width: 959px) {
  .breadcrumb {
    margin-bottom: 10px;
  }
}

.breadcrumb__divider {
  opacity: 0.3;
}

.breadcrumb__last-crumb {
  opacity: 0.6;
}

/* Common component style */

slider-component {
  display: block;
}

.slider {
  flex-wrap: inherit;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

slider-component[pc-direction="vertical"] .slider,
slider-component[direction="vertical"] .slider {
  overflow-x: unset;
  overflow-y: auto;
  scroll-snap-type: y mandatory;
}

.slider__slide {
  scroll-snap-align: start;
  flex-shrink: 0;
  list-style: none;
}

/* Scrollbar */

.slider {
  scrollbar-color: rgb(var(--color-image-background))
    rgba(var(--color-image-background), 0.04);
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.slider::-webkit-scrollbar {
  width: 0.4rem;
  height: 0.4rem;
  display: none;
}

.slider::-webkit-scrollbar-thumb {
  background-color: rgb(var(--color-image-background));
  border-radius: 0.4rem;
  border: 0;
}

.slider::-webkit-scrollbar-track {
  background: rgba(var(--color-image-background), 0.04);
  border-radius: 0.4rem;
}

.no-js .slider {
  -ms-overflow-style: auto;
  scrollbar-width: auto;
}

.no-js .slider::-webkit-scrollbar {
  display: initial;
}

.slider-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-button {
  color: rgb(var(--color-text));
  background: transparent;
  border: none;
  cursor: pointer;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-button .icon {
  height: 1em;
}

.slider-button[disabled] .icon {
  color: rgba(var(--color-text), 0.3);
  cursor: not-allowed;
}

.slider-button--prev .icon {
  transform: rotate(90deg);
}

.slider-button--next .icon {
  transform: rotate(-90deg);
}

.slider-counter {
  display: flex;
  justify-content: center;
  padding: 0 20px;
}

@media screen and (min-width: 960px) {
  .slider:not(.slider--desktop) + .slider-buttons {
    display: none;
  }

  .slider.slider--tablet-up {
    position: relative;
    flex-wrap: inherit;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scroll-padding-left: 1em;
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (max-width: 959px) {
  .small-hide {
    display: none !important;
  }

  .slider-buttons {
    padding-bottom: 20px;
  }

  .slider.slider--mobile {
    position: relative;
    flex-wrap: inherit;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scroll-padding-left: var(--page-padding);
    scroll-padding-right: var(--page-padding);
    -webkit-overflow-scrolling: touch;
    margin-bottom: 20px;
  }

  .thumbnail-slider {
    display: flex;
    align-items: center;
  }

  .thumbnail-slider .thumbnail-list.slider {
    display: flex;
    flex: 1;
    /* scroll-padding-left: ; */
  }

  .thumbnail-list__item.slider__slide {
    width: calc(33% - 10px);
  }
}

.modal__content {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(var(--color-page-background));
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  animation-duration: 0.2s;
  animation-timing-function: ease;
}

details .modal__overlay {
  display: block;
}

details[data-clone] summary {
  display: none;
  opacity: 0;
  visibility: hidden;
}

details[open] .modal__overlay::after {
  position: fixed;
  content: "";
  background-color: rgba(var(--color-mask), 0.6);
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  z-index: 1000;
}

expand-component {
  display: block;
}

expand-component.expand-limit-height .expand-wrapper {
  max-height: 150px;
  overflow: hidden;
  position: relative;
}

expand-component.expand-limit-height .expand-wrapper:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 40px;
  background: linear-gradient(
    180deg,
    rgba(var(--color-page-background), 0) 0%,
    rgb(var(--color-page-background)) 100%
  );
}

expand-component .expand-view-more-box {
  display: none;
  margin-top: 10px;
}

expand-component .expand-view-more-box .expand-view-more-button {
  display: flex;
  align-items: center;
  line-height: 1;
  cursor: pointer;
}

expand-component .expand-view-more-box .expand-view-more-button svg {
  margin-left: 4px;
}

expand-component .expand-view-more-box .expand-view-less-button {
  display: none;
  align-items: center;
  line-height: 1;
  cursor: pointer;
}

expand-component .expand-view-more-box .expand-view-less-button svg {
  margin-left: 4px;
}

expand-component
  .expand-view-more-box
  .expand-view-less-button
  .less-button-rotate {
  transform: rotate(180deg);
}

expand-component .expand-view-more-box[open] .expand-view-more-button {
  display: none;
}

expand-component .expand-view-more-box[open] .expand-view-less-button {
  display: flex;
}

.drawer {
  --drawer-padding-inline: 30px;
  --drawer-padding-block: 16px;
}

.drawer .modal__content {
  top: 0;
  width: 400px;
  max-width: 95%;
  padding: 0 var(--drawer-padding-inline);
  display: flex;
  flex-direction: column;
  align-items: initial;
  justify-content: initial;
  margin: initial;
}

.drawer .modal__content[data-position="left"] {
  --modal-animation-name: drawerFadeInLeft;

  left: 0;
  right: initial;
  transform: translateX(-100%);
}

.drawer .modal__content[data-position="right"] {
  --modal-animation-name: drawerFadeInRight;

  left: initial;
  right: 0;
  transform: translateX(100%);
}

@media screen and (max-width: 959px) {
  .drawer .modal__content {
    width: 340px;
  }
}

.drawer details[open] .modal__content {
  transform: translateX(0);
}

.drawer
  details[open]
  .modal__content[data-position="left"]
  .modal__overlay::after {
  top: 0;
  left: 100%;
  right: initial;
}

.drawer
  details[open]
  .modal__content[data-position="right"]
  .modal__overlay::after {
  top: 0;
  left: initial;
  right: 100%;
}

.drawer__head {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 15px;
  align-items: center;
  padding: var(--drawer-padding-block) 0;
}

.drawer__head--divider {
  border-bottom: 1px solid rgb(var(--color-entry-line));
}

.drawer__title {
  display: flex;
}

.drawer__title:empty {
  display: flex;
}

.drawer__main {
  flex: 1 0 0;
  overflow: hidden;
  overflow-y: auto;
  padding-bottom: var(--drawer-padding-block);
}

.drawer__close-button {
  padding: 6px;
}

.drawer__close-button .icon {
  width: 16px;
  height: 16px;
}

/* component-quantity */

.quantity__button.disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.3;
}

.quantity {
  z-index: 0;
  color: rgba(var(--color-text));
  position: relative;
  width: calc(
    3 * var(--body-font-size) + var(--input-border-thickness) * 2 + 30px * 2
  );
  display: flex;
  border-radius: var(--input-border-radius);
  min-height: calc((var(--input-border-thickness) * 2) + 2.8rem);
}

.quantity:after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: var(--input-border-thickness);
  right: var(--input-border-thickness);
  bottom: var(--input-border-thickness);
  left: var(--input-border-thickness);
  border: 0.1rem solid transparent;
  border-radius: var(--input-border-radius);
  box-shadow: 0 0 0 var(--input-border-thickness)
    rgba(var(--color-text), var(--input-border-opacity));
  z-index: 1;
}

.quantity:hover.quantity:after {
  box-shadow: 0 0 0 calc(var(--input-border-thickness) + 1px)
    rgba(var(--color-text), var(--input-border-opacity));
}

.quantity:before {
  background: rgb(var(--color-page-background));
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--input-border-radius-outset);
  box-shadow: var(--input-shadow-offset-x) var(--input-shadow-offset-y)
    var(--input-shadow-blur)
    rgba(var(--color-text), var(--input-shadow-opacity));
  z-index: -1;
}

.quantity.line-border,
.quantity.none-border {
  border-radius: 0;
}

.quantity.line-border::before,
.quantity.line-border::after,
.quantity.none-border::before,
.quantity.none-border::after {
  content: none;
}

.quantity.line-border {
  border-top: var(--input-border-thickness) solid
    rgba(var(--color-text), var(--input-border-opacity));
  border-bottom: var(--input-border-thickness) solid
    rgba(var(--color-text), var(--input-border-opacity));
  box-shadow: var(--input-shadow-offset-x) var(--input-shadow-offset-y)
    var(--input-shadow-blur)
    rgba(var(--color-text), var(--input-shadow-opacity));
}

.quantity__input {
  color: currentColor;
  text-align: center;
  background-color: transparent;
  border: 0;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
  outline-style: none;
}

.quantity__button {
  width: 30px;
  flex-shrink: 0;
  font-size: 1.8rem;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-text));
  padding: 0;
}

.quantity:not(.none-border) .quantity__button:first-child {
  margin-left: calc(var(--input-border-thickness));
}

.quantity:not(.none-border) .quantity__button:last-child {
  margin-right: calc(var(--input-border-thickness));
}

.quantity__button svg {
  width: 1rem;
  pointer-events: none;
}

.quantity__input:-webkit-autofill,
.quantity__input:-webkit-autofill:hover,
.quantity__input:-webkit-autofill:active {
  box-shadow: 0 0 0 10rem rgb(var(--color-page-background)) inset !important;
  -webkit-box-shadow: 0 0 0 10rem rgb(var(--color-page-background)) inset !important;
}

.quantity__input::-webkit-outer-spin-button,
.quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity__input[type="number"] {
  -moz-appearance: textfield;
}

.rte:after {
  clear: both;
  content: "";
  display: block;
}

.rte > p:first-child {
  margin-top: 0;
}

.rte > p:last-child {
  margin-bottom: 0;
}

.rte a:hover,
.rte a {
  padding: 0 1px;
  position: relative;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}

.rte a:hover:hover,
.rte a:hover {
  opacity: 1;
}

.rte img {
  height: auto;
  max-width: 100%;
  border: var(--media-border-thickness) solid
    rgba(var(--color-text), var(--media-border-opacity));
  border-radius: var(--media-border-radius);
  box-shadow: var(--media-shadow-offset-x) var(--media-shadow-offset-y)
    var(--media-shadow-blur)
    rgba(var(--color-text), var(--media-shadow-opacity));
  margin-bottom: var(--media-shadow-offset-y);
}

.rte table {
  table-layout: fixed;
}

.modal-video {
  background: rgba(var(--color-page-background), 0.2);
  box-sizing: border-box;
  height: 100%;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: -1;
}

.modal-video[open] {
  opacity: 1;
  visibility: visible;
  z-index: 101;
}

.modal-video__content {
  background-color: rgb(var(--color-page-background));
  height: 100%;
  margin: 0;
  overflow: auto;
  padding: 0;
  position: absolute;
  width: 100%;
}

.modal-video__toggle {
  align-items: center;
  background-color: rgb(var(--color-page-background));
  border-radius: 50%;
  border: 1px solid rgba(var(--color-text), 0.1);
  color: rgba(var(--color-text), 0.55);
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin: 0 0 0 auto;
  padding: 12px;
  position: fixed;
  right: 43px;
  top: 30px;
  width: 40px;
  z-index: 2;
}

.modal-video__content-info {
  margin: 0 auto;
  height: calc(100% - 70px);
  padding-top: 90px;
  width: calc(100% - 86px);
}

@media screen and (max-width: 959px) {
  .modal-video__toggle {
    right: 5px;
    top: 20px;
  }

  .modal-video__content-info {
    height: calc(100% - 60px);
    padding-top: 80px;
    width: calc(100% - 10px);
  }
}

.modal-video__toggle .icon {
  height: auto;
  margin: 0;
  width: 22px;
}

.modal-video__video,
.modal-video__video iframe {
  height: 100%;
  width: 100%;
}

.modal-video__video iframe {
  position: static;
  border: 0;
}

.modal-video__video video {
  width: 100%;
}

.deferred-media__poster {
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.media {
  position: relative;
}

.media > .deferred-media__poster {
  display: flex;
  align-items: center;
  justify-content: center;
}

.media > *:not(.zoom):not(.deferred-media__poster-button),
.media model-viewer {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.deferred-media__poster img {
  width: auto;
  max-width: 100%;
  height: 100%;
}

.deferred-media {
  overflow: hidden;
}

.deferred-media iframe {
  border: none;
}

.deferred-media:not([loaded]) template {
  z-index: -1;
}

.deferred-media[loaded] > .deferred-media__poster {
  display: none !important;
}

.deferred-media__poster-button {
  background-color: #ffffff;
  border-radius: 50%;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  z-index: 1;
}

.deferred-media__poster-button.auto-width {
  width: 15%;
  min-width: 36px;
  max-width: 108px;
  height: auto;
}

.deferred-media__poster-button.auto-width::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

.deferred-media__poster-button:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.deferred-media__poster-button .icon {
  position: absolute;
  width: 50%;
  height: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.deferred-media__poster-button .icon-play {
  left: 4px;
}

.normal-width {
  max-width: inherit;
}

@media (max-width: 959px) {
  .deferred-media__poster-button .icon-play {
    left: 2px;
  }
  .deferred-media__poster-button {
    width: 44px;
    height: 44px;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (max-width: 959px) {
  * {
    -webkit-tap-highlight-color: transparent;
  }
}

.section-padding {
  padding-top: calc(var(--padding-top) / 2);
  padding-bottom: calc(var(--padding-bottom) / 2);
}

@media (min-width: 960px) {
  .section-padding {
    padding-top: var(--padding-top);
    padding-bottom: var(--padding-bottom);
  }
}

.box_layout {
  padding: 0 calc(100vw / 1920 * 160);
}
.box_layout_item {
  margin: 0 auto;
  max-width: 1600px;
}
.rich-text img,
.rich-text video {
  max-width: 100%;
}

.slide__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  cursor: pointer;
  padding: 10px;
  z-index: 2;
  user-select: none;
  display: flex;
  align-items: center;
  max-width: 35px;
}

.slide-button-prev {
  left: 0px;
}
.slide-button-next {
  right: 0px;
}
.swiper_button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 80;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  bottom: var(--swiper-button-bottom);
}
.swiper_button_switch {
  width: var(--swiper-button-swiper-width);
  height: var(--swiper-button-swiper-height);
  border-radius: var(--swiper-button-swiper-rounded);
  background-color: rgb(var(--swiper-button-swiper-color));
}
.swiper_button_switch_opacity {
  opacity: var(--swiper-button-swiper-opacity);
}
@keyframes dash {
  0% {
    stroke-dashoffset: 280;
  }
  50% {
    stroke-dashoffset: 75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 280;
    transform: rotate(450deg);
  }
}
.spinner .path {
  stroke-dasharray: 280;
  stroke-dashoffset: 0;
  transform-origin: center;
  stroke: #1a1a1a;
  animation: dash 1.4s ease-in-out infinite;
  stroke: white;
}
.spinner {
  animation: rotator 1.4s linear infinite;
}

@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes modalFadeIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes modalFadeInEnd {
  0% {
    display: block;
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    display: none;
    transform: translateY(30px);
  }
}

@keyframes modalSlideInTop {
  0% {
    opacity: 0;
    top: -50px;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}

@keyframes modalSlideInBottom {
  0% {
    opacity: 0;
    bottom: -50px;
  }
  100% {
    opacity: 1;
    bottom: 0px;
  }
}

@keyframes drawerFadeInLeft {
  0% {
    opacity: 0;
    left: -50px;
  }
  100% {
    opacity: 1;
    left: 0px;
  }
}

@keyframes drawerFadeInRight {
  0% {
    opacity: 0;
    right: -50px;
  }
  100% {
    opacity: 1;
    right: 0px;
  }
}
.view_animation {
  position: relative;
  opacity: 0;
  pointer-events: all;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.line-clamp-5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.line-clamp-6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.line-clamp-7 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}
.line-clamp-8 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
a[href="javascript:;"] {
  cursor: default;
}
.field-success {
  display: none;
  align-items: center;
  gap: 10px;
}
/* 下划线动效 */
.underline-animation {
  background: linear-gradient(to left, #000, #000) no-repeat right bottom;
  background-size: 0% 2px;
  transition: background-size 0.4s ease;
}

.underline-animation:hover {
  background: linear-gradient(to right, #000, #000) no-repeat left bottom;
  background-size: 100% 2px;
}
.field-success-show {
  display: flex;
}
.www-button {
  height: fit-content;
  cursor: pointer;
  display: inline-block;
  border-radius: var(--btn-border-radius);
  border: var(--btn-border-thickness) solid rgb(var(--color-button-border));
  padding: var(--btn-border-py) var(--btn-border-px);
  background-color: rgb(var(--color-button-background));
  --color-text: var(--color-button-text);
  color: rgb(var(--color-button-text));
  transition: all 0.2s ease;
}
.www-button[data-button-hover="1"]:hover {
  background-color: rgb(var(--color-button-text));
  --color-text: var(--color-button-background);
  color: rgb(var(--color-button-background));
}
.www-button[data-button-hover="2"]:hover {
  background-color: rgb(var(--color-button-border));
  --color-text: 255, 255, 255;
}
.www-button[data-button-hover="3"] {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.www-button[data-button-hover="3"]::after {
  box-sizing: border-box;
  pointer-events: none;
  content: "";
  border: 2px solid rgb(var(--color-button-background));
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: var(--btn-border-radius);
  transition: all 0.3s;
}
.www-button .button_hover3 {
  pointer-events: all;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  position: absolute;
  background-color: rgb(var(--color-button-text));
  z-index: 1;
  border-radius: 50%;
  width: 150%;
  height: 200%;
  transition: all 0.3s;
  transform: translateY(100%);
}
.www-button[data-button-hover="3"]:hover {
  --color-text: var(--color-button-background);
  color: rgb(var(--color-button-background));
}
.www-button[data-button-hover="3"] > div:first-child {
  position: relative;
  z-index: 3;
}
.www-button .active_hover {
  animation-name: button_hover3;
}
.www-button .active_hover_end {
  animation-name: button_hover3_end;
}
@keyframes button_hover3 {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(0%);
  }
}
@keyframes button_hover3_end {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-100%);
  }
}
/* 次级按钮动效3 */
.www-button-secondary {
  height: fit-content;
  margin-left: 20px;
  cursor: pointer;
  display: inline-block;
  border-radius: var(--btn-border-radius);
  border: var(--btn-border-thickness) solid
    rgb(var(--color-button-secondary-border));
  padding: var(--btn-border-py) var(--btn-border-px);
  color: rgb(var(--color-button-secondary-text));
  background-color: rgb(var(--color-button-secondary-background));
  transition: all 0.2s ease;
}
.www-button-secondary[data-button-hover="true"]:hover {
  background-color: rgb(var(--color-button-secondary-text));
  color: rgb(var(--color-button-secondary-background));
}
.www-button-secondary[data-button-hover="3"] {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.www-button-secondary[data-button-hover="3"]::after {
  box-sizing: border-box;
  pointer-events: none;
  content: "";
  border: 2px solid rgb(var(--color-button-secondary-background));
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: var(--btn-border-radius);
  transition: all 0.3s;
}
.www-button-secondary .button_hover3 {
  pointer-events: all;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  position: absolute;
  background-color: rgb(var(--color-button-secondary-text));
  z-index: 1;
  border-radius: 50%;
  width: 150%;
  height: 200%;
  transition: all 0.3s;
  transform: translateY(100%);
}
.www-button-secondary[data-button-hover="3"] > div:first-child {
  position: relative;
  z-index: 3;
}
.www-button-secondary .active_hover {
  animation-name: button_hover3;
}
.www-button-secondary .active_hover_end {
  animation-name: button_hover3_end;
}
.www-button-secondary[data-button-hover="3"]:hover {
  --color-text: var(--color-button-secondary-background);
  color: rgb(var(--color-button-secondary-background));
}
button-hover {
  display: inline-block;
}
.max-page-width {
  max-width: var(--max-width);
  margin: auto;
}
.www_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.text-opacity {
  opacity: 0.8;
}
.www-header-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: auto;
  margin-bottom: 60px;
  max-width: 50%;
  text-align: center;
}
/* 配色 */
.color-scheme-1,
.color-scheme-2,
.color-scheme-3 {
  background-color: rgb(var(--color-page-background));
  color: rgb(var(--color-text));
}
/* 标题布局排版 */
.header_overall {
  display: flex;
  gap: 20px;
  max-width: var(--header-width, 100%);
  margin: 0 auto 50px;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.header_overall_between {
  display: flex;
  max-width: var(--header-width);
  gap: 30px;
  margin: 0 auto 60px;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
.header_overall_between .card_list_main_title {
  text-align: left;
}
.header_overall_between .card_list_main_subTitle {
  text-align: left;
}
.header_overall_between .card_list_main_text {
  border-left: 1px solid #ddd;
  padding-left: 30px;
  width: 48%;
  text-align: left;
}
/* 背景色配置项 */
.www-background-color {
  background-color: var(--background-color);
}
/* 背景图片 */
.www-image-background {
  height: var(--image-height, 100%);
  width: var(--image-width, 100%);
}
.www-image-background img {
  height: var(--image-height, 100%);
  width: var(--image-width, 100%);
  object-fit: cover;
}
/* 卡片阴影配置 */
.www-hover-card-shadow {
  box-shadow: var(--shadow-offset-x) var(--shadow-offset-y) var(--shadow-blur)
    rgba(33, 33, 33, var(--shadow-opacity));
}
/* 卡片hover阴影配置 */
.www-hover-card-shadow:hover {
  box-shadow: var(--hover-shadow-offset-x) var(--hover-shadow-offset-y)
    var(--hover-shadow-blur)
    rgba(var(--hover-shadow-color), var(--hover-shadow-opacity));
}
/* 卡片边框配置 */
.www-card-border {
  transition: all 0.5s ease;
  border: var(--card-border-width) solid var(--card-border-color);
}
.www-card-border[data-hover="1"]:hover {
  border: var(--card-border-width) solid var(--card-border-color-hover);
}
/* 文字颜色配置 */
.www_text_color {
  color: var(--text-color) !important;
}
/* 添加过渡效果 */
.www-transition {
  transition: all 0.3s ease;
}
/* 栅格布局 */
.grid-content {
  display: grid;
  gap: var(--grid-gap);
  grid-template-columns: repeat(var(--grid-columns), 1fr);
}
.card_list_flex {
  display: flex;
  width: 100%;
  flex-direction: var(--flex-direction, row);
  justify-content: var(--social-list-justify, start);
  align-items: var(--align-items, start);
  gap: var(--gap-x, 0);
}
/* 卡片设置 */
.box-card {
  padding: var(--card-padding-y, 0px) var(--card-padding-x, 0px);
  overflow: hidden;
  border-radius: var(--border-radius);
  background-color: var(--background-color, #fff);
}
.card-padding-margin {
  padding: var(--padding-card-y, 0) var(--padding-card-x, 0);
  margin: var(--margin-card-y, 0) var(--margin-card-x, 0);
}
/* 滑过动效字体颜色 */
.text_hover2 {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  cursor: pointer;
}
.text_hover2:hover {
  --color-text: var(--color-theme-background);
  color: rgb(var(--color-theme-background));
}
/*图片 hover放大效果 */
.hover-image-scale {
  overflow: hidden;
  display: inline-block;
  border-radius: var(--border-radius);
}
.hover-image-scale:hover [data-scale="hover-scale"] {
  transform: scale(1.1);
}
.hover-image-scale [data-scale="hover-scale"] {
  transition: all 0.5s;
}
.hover-image-scale:hover [data-scale="hover-text"] {
  color: rgb(var(--color-theme-background)) !important;
}
[data-transition] {
  transition: all 0.5s;
}

/* 图片 */
.image-property {
  border-radius: var(--border-radius);
  height: var(--image-height, 100%);
  width: var(--image-width, 100%);
  object-fit: var(--object-fit, cover);
}
.image-property-position {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: var(--border-radius);
  height: var(--image-height, 100%);
  width: var(--image-width, 100%);
  object-fit: var(--object-fit, cover);
}
[data-image-ratio] {
  width: var(--data-image-ratio, 100%);
  position: relative;
}
[data-image-ratio]::before {
  content: "";
  width: 100%;
  height: 0;
  display: block;
  padding-top: var(--image-padding-top, 100%);
  pointer-events: none;
}
/* 图片蒙层 */
.image_mask {
  position: relative;
}
.image_mask::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
/* 滑过动效 线条 */
.hover_style_wire:hover [data-hover-style="2"]::before {
  width: 70%;
}
[data-hover-style="2"] {
  position: relative;
}
[data-hover-style="2"]::before {
  position: absolute;
  content: "";
  width: 0;
  transition: all 0.3s cubic-bezier(0.6, 0, 0.4, 1);
  left: 50%;
  bottom: -20%;
  transform: translateX(-50%);
  height: 2px;
  background-color: rgb(var(--color-theme-background));
}
