/**
* 这个指令用来注入tailwind的基础样式和用插件注册的样式
*/
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Muli, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
:root {
  --color-brand-100: 194 200 255;
  --color-brand-400: 61 132 255;
  --color-brand-600: 41 84 255;
  --color-brand-700: 31 57 255;
  --color-brand-800: 23 43 196;
  --color-brand-base: 61 132 255;
  --color-brand-dark: 41 84 255;
  --color-brand-darkest: 23 43 196;
  --color-brand-light: 194 200 255;
}
/**
* 这个指令用来注入tailwind的组件类和用插件注册的组件类
*/
.\!container {
  width: 100% !important;
}
.container {
  width: 100%;
}
@media (min-width: 480px) {
  .\!container {
    max-width: 480px !important;
  }
  .container {
    max-width: 480px;
  }
}
@media (min-width: 640px) {
  .\!container {
    max-width: 640px !important;
  }
  .container {
    max-width: 640px;
  }
}
@media (min-width: 800px) {
  .\!container {
    max-width: 800px !important;
  }
  .container {
    max-width: 800px;
  }
}
@media (min-width: 960px) {
  .\!container {
    max-width: 960px !important;
  }
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1120px) {
  .\!container {
    max-width: 1120px !important;
  }
  .container {
    max-width: 1120px;
  }
}
@media (min-width: 1280px) {
  .\!container {
    max-width: 1280px !important;
  }
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1440px) {
  .\!container {
    max-width: 1440px !important;
  }
  .container {
    max-width: 1440px;
  }
}
@media (min-width: 1600px) {
  .\!container {
    max-width: 1600px !important;
  }
  .container {
    max-width: 1600px;
  }
}
@media (min-width: 1920px) {
  .\!container {
    max-width: 1920px !important;
  }
  .container {
    max-width: 1920px;
  }
}
/**
* 这个指令用来注入tailwind的工具类和用插件注册的工具类
*/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.\!visible {
  visibility: visible !important;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.\!absolute {
  position: absolute !important;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset {
  inset: 1.5rem;
}
.bottom {
  bottom: 1.5rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[-7px\] {
  bottom: -7px;
}
.bottom-md {
  bottom: 2rem;
}
.end {
  inset-inline-end: 1.5rem;
}
.left {
  left: 1.5rem;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-\[-100vw\] {
  left: -100vw;
}
.left-\[-24px\] {
  left: -24px;
}
.left-\[-3\.5em\] {
  left: -3.5em;
}
.left-\[3\.5em\] {
  left: 3.5em;
}
.left-auto {
  left: auto;
}
.left-sm {
  left: 1.5rem;
}
.left-xs {
  left: 1rem;
}
.right {
  right: 1.5rem;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-5 {
  right: 1.25rem;
}
.right-\[-24px\] {
  right: -24px;
}
.right-auto {
  right: auto;
}
.start {
  inset-inline-start: 1.5rem;
}
.top {
  top: 1.5rem;
}
.top-0 {
  top: 0px;
}
.top-1\.5 {
  top: 0.375rem;
}
.top-14 {
  top: 3.5rem;
}
.top-2\/4 {
  top: 50%;
}
.top-9 {
  top: 2.25rem;
}
.top-\[-7px\] {
  top: -7px;
}
.top-\[110\%\] {
  top: 110%;
}
.top-\[5\.5rem\] {
  top: 5.5rem;
}
.top-auto {
  top: auto;
}
.top-full {
  top: 100%;
}
.top-lg {
  top: 3rem;
}
.z-behind {
  z-index: -1;
}
.z-button {
  z-index: 20;
}
.z-dialog {
  z-index: 80;
}
.z-dropdown {
  z-index: 23;
}
.z-foreground {
  z-index: 10;
}
.z-header {
  z-index: 40;
}
.z-mask {
  z-index: 60;
}
.z-menu {
  z-index: 70;
}
.z-surface {
  z-index: 1;
}
.z-toast {
  z-index: 90;
}
.order-1 {
  order: 1;
}
.order-first {
  order: -9999;
}
.col-auto {
  grid-column: auto;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-start-1 {
  grid-column-start: 1;
}
.col-start-2 {
  grid-column-start: 2;
}
.col-start-3 {
  grid-column-start: 3;
}
.col-start-auto {
  grid-column-start: auto;
}
.col-end-10 {
  grid-column-end: 10;
}
.col-end-4 {
  grid-column-end: 4;
}
.col-end-span1 {
  grid-column-end: span 1;
}
.col-end-span2 {
  grid-column-end: span 2;
}
.row-start-1 {
  grid-row-start: 1;
}
.row-start-2 {
  grid-row-start: 2;
}
.row-start-3 {
  grid-row-start: 3;
}
.row-end-4 {
  grid-row-end: 4;
}
.float-left {
  float: left;
}
.-m-xs {
  margin: -1rem;
}
.m {
  margin: 1.5rem;
}
.m-0 {
  margin: 0px;
}
.m-auto {
  margin: auto;
}
.m-xs {
  margin: 1rem;
}
.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.mx {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-0\.5 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}
.mx-1\.5 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-sm {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-xs {
  margin-left: 1rem;
  margin-right: 1rem;
}
.my {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-lg {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-md {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-sm {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-xs {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.-mb-\[1rem\] {
  margin-bottom: -1rem;
}
.-ml-1\.5 {
  margin-left: -0.375rem;
}
.-ml-2xs {
  margin-left: -0.5rem;
}
.-ml-px {
  margin-left: -1px;
}
.-mt-0\.5 {
  margin-top: -0.125rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2xs {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-md {
  margin-bottom: 2rem;
}
.mb-sm {
  margin-bottom: 1.5rem;
}
.mb-xs {
  margin-bottom: 1rem;
}
.me {
  margin-inline-end: 1.5rem;
}
.ml-0 {
  margin-left: 0px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-2xs {
  margin-left: 0.5rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-auto {
  margin-left: auto;
}
.ml-sm {
  margin-left: 1.5rem;
}
.ml-xs {
  margin-left: 1rem;
}
.mr-0 {
  margin-right: 0px;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-2xs {
  margin-right: 0.5rem;
}
.mr-auto {
  margin-right: auto;
}
.mr-sm {
  margin-right: 1.5rem;
}
.mr-xs {
  margin-right: 1rem;
}
.ms {
  margin-inline-start: 1.5rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-2xs {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-md {
  margin-top: 2rem;
}
.mt-sm {
  margin-top: 1.5rem;
}
.mt-xs {
  margin-top: 1rem;
}
.box-border {
  box-sizing: border-box;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.flow-root {
  display: flow-root;
}
.grid {
  display: grid;
}
.inline-grid {
  display: inline-grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.size {
  width: 1.5rem;
  height: 1.5rem;
}
.h {
  height: 1.5rem;
}
.h-0 {
  height: 0px;
}
.h-14 {
  height: 3.5rem;
}
.h-\[0\.875rem\] {
  height: 0.875rem;
}
.h-\[1\.5rem\] {
  height: 1.5rem;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[2\.25rem\] {
  height: 2.25rem;
}
.h-\[2\.5rem\] {
  height: 2.5rem;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[2rem\] {
  height: 2rem;
}
.h-\[3\.5rem\] {
  height: 3.5rem;
}
.h-\[30rem\] {
  height: 30rem;
}
.h-\[39px\] {
  height: 39px;
}
.h-\[3rem\] {
  height: 3rem;
}
.h-\[4\.5rem\] {
  height: 4.5rem;
}
.h-\[4rem\] {
  height: 4rem;
}
.h-\[5rem\] {
  height: 5rem;
}
.h-\[600px\] {
  height: 600px;
}
.h-\[6rem\] {
  height: 6rem;
}
.h-\[75px\] {
  height: 75px;
}
.h-\[7rem\] {
  height: 7rem;
}
.h-auto {
  height: auto;
}
.h-fitContent {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-lg {
  height: 3rem;
}
.h-screen {
  height: 100vh;
}
.h-unset {
  height: unset;
}
.max-h-\[24rem\] {
  max-height: 24rem;
}
.max-h-\[25rem\] {
  max-height: 25rem;
}
.max-h-\[35px\] {
  max-height: 35px;
}
.max-h-\[35rem\] {
  max-height: 35rem;
}
.max-h-\[54px\] {
  max-height: 54px;
}
.max-h-\[75px\] {
  max-height: 75px;
}
.max-h-full {
  max-height: 100%;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-\[15rem\] {
  min-height: 15rem;
}
.min-h-\[3\.125rem\] {
  min-height: 3.125rem;
}
.min-h-\[3\.5rem\] {
  min-height: 3.5rem;
}
.min-h-\[360px\] {
  min-height: 360px;
}
.min-h-\[6\.75rem\] {
  min-height: 6.75rem;
}
.min-h-auto {
  min-height: auto;
}
.w {
  width: 1.5rem;
}
.w-\[0\.875rem\] {
  width: 0.875rem;
}
.w-\[1\.5rem\] {
  width: 1.5rem;
}
.w-\[10rem\] {
  width: 10rem;
}
.w-\[2\.5rem\] {
  width: 2.5rem;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[20rem\] {
  width: 20rem;
}
.w-\[22\.5rem\] {
  width: 22.5rem;
}
.w-\[27\.5rem\] {
  width: 27.5rem;
}
.w-\[2rem\] {
  width: 2rem;
}
.w-\[38\.96vw\] {
  width: 38.96vw;
}
.w-\[3rem\] {
  width: 3rem;
}
.w-\[400px\] {
  width: 400px;
}
.w-\[5rem\] {
  width: 5rem;
}
.w-\[640px\] {
  width: 640px;
}
.w-\[6rem\] {
  width: 6rem;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-lg {
  width: 3rem;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[1\.25rem\] {
  min-width: 1.25rem;
}
.min-w-\[10rem\] {
  min-width: 10rem;
}
.min-w-\[12rem\] {
  min-width: 12rem;
}
.min-w-\[20rem\] {
  min-width: 20rem;
}
.min-w-\[3rem\] {
  min-width: 3rem;
}
.min-w-\[5rem\] {
  min-width: 5rem;
}
.min-w-\[6\.125rem\] {
  min-width: 6.125rem;
}
.min-w-\[6\.25rem\] {
  min-width: 6.25rem;
}
.min-w-\[6\.26rem\] {
  min-width: 6.26rem;
}
.min-w-\[6rem\] {
  min-width: 6rem;
}
.min-w-\[9rem\] {
  min-width: 9rem;
}
.min-w-auto {
  min-width: auto;
}
.min-w-full {
  min-width: 100%;
}
.max-w-\[100vw\] {
  max-width: 100vw;
}
.max-w-\[15rem\] {
  max-width: 15rem;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[20rem\] {
  max-width: 20rem;
}
.max-w-\[235px\] {
  max-width: 235px;
}
.max-w-\[24rem\] {
  max-width: 24rem;
}
.max-w-\[640px\] {
  max-width: 640px;
}
.max-w-\[75vw\] {
  max-width: 75vw;
}
.max-w-\[90vw\] {
  max-width: 90vw;
}
.max-w-full {
  max-width: 100%;
}
.max-w-modal {
  max-width: 360px;
}
.max-w-none {
  max-width: none;
}
.max-w-screen-lg {
  max-width: 960px;
}
.max-w-site {
  max-width: 1440px;
}
.max-w-sm {
  max-width: 24rem;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-textInput {
  flex: 0 0 100%;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.list-none {
  list-style-type: none;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.auto-cols-auto {
  grid-auto-columns: auto;
}
.auto-cols-fr {
  grid-auto-columns: minmax(0, 1fr);
}
.auto-cols-max {
  grid-auto-columns: max-content;
}
.grid-flow-row {
  grid-auto-flow: row;
}
.grid-flow-col {
  grid-auto-flow: column;
}
.grid-flow-row-dense {
  grid-auto-flow: row dense;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-\[100\%\] {
  grid-template-columns: 100%;
}
.grid-cols-\[1fr\] {
  grid-template-columns: 1fr;
}
.grid-cols-auto {
  grid-template-columns: auto;
}
.grid-cols-autoFirst {
  grid-template-columns: auto 1fr;
}
.grid-cols-autoLast {
  grid-template-columns: 1fr auto;
}
.grid-cols-carouselThumbnailList {
  grid-template-columns: repeat(auto-fit, 1rem);
}
.grid-rows-auto {
  grid-template-rows: auto;
}
.grid-rows-autoFirst {
  grid-template-rows: auto 1fr;
}
.grid-rows-autoLast {
  grid-template-rows: 1fr auto;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.content-center {
  align-content: center;
}
.content-start {
  align-content: flex-start;
}
.content-stretch {
  align-content: stretch;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-stretch {
  justify-content: stretch;
}
.justify-items-start {
  justify-items: start;
}
.justify-items-end {
  justify-items: end;
}
.justify-items-center {
  justify-items: center;
}
.justify-items-stretch {
  justify-items: stretch;
}
.gap {
  gap: 1.5rem;
}
.gap-0 {
  gap: 0px;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2xs {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-lg {
  gap: 3rem;
}
.gap-md {
  gap: 2rem;
}
.gap-sm {
  gap: 1.5rem;
}
.gap-xs {
  gap: 1rem;
}
.gap-x-0 {
  -moz-column-gap: 0px;
       column-gap: 0px;
}
.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-2\.5 {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}
.gap-x-2xs {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-lg {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.gap-x-md {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-x-sm {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-x-xs {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-y-0 {
  row-gap: 0px;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.gap-y-1\.5 {
  row-gap: 0.375rem;
}
.gap-y-16 {
  row-gap: 4rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-2xs {
  row-gap: 0.5rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-lg {
  row-gap: 3rem;
}
.gap-y-md {
  row-gap: 2rem;
}
.gap-y-sm {
  row-gap: 1.5rem;
}
.gap-y-xs {
  row-gap: 1rem;
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.justify-self-start {
  justify-self: start;
}
.justify-self-end {
  justify-self: end;
}
.justify-self-center {
  justify-self: center;
}
.justify-self-stretch {
  justify-self: stretch;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-ellipsis {
  text-overflow: ellipsis;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre {
  white-space: pre;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-t-none {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-8 {
  border-width: 8px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-0 {
  border-bottom-width: 0px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-4 {
  border-bottom-width: 4px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-0 {
  border-left-width: 0px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-r-0 {
  border-right-width: 0px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-solid {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.border-none {
  border-style: none;
}
.border-brand-dark {
  --tw-border-opacity: 1;
  border-color: rgb(24 100 171 / var(--tw-border-opacity, 1));
}
.border-button {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.border-error {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.border-info {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
}
.border-input {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.border-light {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
.border-shaded-10 {
  border-color: rgba(0, 0, 0, 0.1);
}
.border-strong {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.border-subtle {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-success {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
}
.border-transparent {
  border-color: transparent;
}
.border-warning {
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-body {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-brand {
  --tw-bg-opacity: 1;
  background-color: rgb(28 126 214 / var(--tw-bg-opacity, 1));
}
.bg-brand-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(24 100 171 / var(--tw-bg-opacity, 1));
}
.bg-disabledTile {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.bg-header {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.bg-subtle {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-cover {
  background-size: cover;
}
.bg-clip-padding {
  background-clip: padding-box;
}
.bg-clip-content {
  background-clip: content-box;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.stroke-brand-base {
  stroke: rgb(var(--color-brand-base));
}
.stroke-gray-500 {
  stroke: #6b7280;
}
.stroke-gray-600 {
  stroke: #4b5563;
}
.stroke-white {
  stroke: #fff;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p {
  padding: 1.5rem;
}
.p-0 {
  padding: 0px;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-2xs {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-3\.5 {
  padding: 0.875rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-md {
  padding: 2rem;
}
.p-sm {
  padding: 1.5rem;
}
.p-xs {
  padding: 1rem;
}
.px {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-2xs {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.px-lg {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-md {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-sm {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-xs {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-2xs {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-\[2\.5rem\] {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-lg {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-md {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-sm {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-xs {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-0\.5 {
  padding-bottom: 0.125rem;
}
.pb-1\.5 {
  padding-bottom: 0.375rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-2xs {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-\[1rem\] {
  padding-bottom: 1rem;
}
.pb-md {
  padding-bottom: 2rem;
}
.pb-sm {
  padding-bottom: 1.5rem;
}
.pb-xs {
  padding-bottom: 1rem;
}
.pl-0 {
  padding-left: 0px;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-2xs {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pl-sm {
  padding-left: 1.5rem;
}
.pl-xs {
  padding-left: 1rem;
}
.pr {
  padding-right: 1.5rem;
}
.pr-0 {
  padding-right: 0px;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-sm {
  padding-right: 1.5rem;
}
.pr-xs {
  padding-right: 1rem;
}
.pt {
  padding-top: 1.5rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-0\.5 {
  padding-top: 0.125rem;
}
.pt-1\.5 {
  padding-top: 0.375rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-2\.5 {
  padding-top: 0.625rem;
}
.pt-2xs {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-\[0\.625rem\] {
  padding-top: 0.625rem;
}
.pt-lg {
  padding-top: 3rem;
}
.pt-md {
  padding-top: 2rem;
}
.pt-px {
  padding-top: 1px;
}
.pt-sm {
  padding-top: 1.5rem;
}
.pt-xs {
  padding-top: 1rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-jakarta {
  font-family: "Plus Jakarta Sans", sans-serif;
}
.font-serif {
  font-family: Source Serif Pro, serif;
}
.text-2xl {
  font-size: 2.125rem;
}
.text-2xs {
  font-size: 0.6875rem;
}
.text-3xl {
  font-size: 3rem;
}
.text-\[100\%\] {
  font-size: 100%;
}
.text-base {
  font-size: 1rem;
}
.text-inherit {
  font-size: inherit;
}
.text-lg {
  font-size: 1.25rem;
}
.text-sm {
  font-size: 0.875rem;
}
.text-xl {
  font-size: 1.5rem;
}
.text-xs {
  font-size: 0.75rem;
}
.font {
  font-weight: 300;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-\[0\] {
  line-height: 0;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.text {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-brand {
  --tw-text-opacity: 1;
  color: rgb(28 126 214 / var(--tw-text-opacity, 1));
}
.text-brand-base {
  --tw-text-opacity: 1;
  color: rgb(var(--color-brand-base) / var(--tw-text-opacity, 1));
}
.text-brand-dark {
  --tw-text-opacity: 1;
  color: rgb(24 100 171 / var(--tw-text-opacity, 1));
}
.text-colorDefault {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-current {
  color: currentColor;
}
.text-error {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-inherit {
  color: inherit;
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-subtle {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-90 {
  opacity: 0.9;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-dialog {
  --tw-shadow: 1px 1px 5px #4b5563;
  --tw-shadow-colored: 1px 1px 5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-headerTrigger {
  --tw-shadow: 0 4px rgb(var(--color-brand-600));
  --tw-shadow-colored: 0 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-inputFocus {
  --tw-shadow: -6px 6px rgb(var(--color-brand-100));
  --tw-shadow-colored: -6px 6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-menu {
  --tw-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  --tw-shadow-colored: 0 1px 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-modal {
  --tw-shadow: 1px 0 undefined;
  --tw-shadow-colored: 1px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-thin {
  --tw-shadow: 0 1px #d1d5db;
  --tw-shadow-colored: 0 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 384ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.\[contenthash\:8\] {
  contenthash: 8;
}


.indicator-root-1UM {
    height: calc(100% - 6rem);
}

.indicator-global-qmL {
}

.indicator-message-WMW {
    letter-spacing: 0.25em;
}

.indicator-indicator-MAU {
    animation-direction: alternate;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: indicator-pulse-dcm;
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes indicator-pulse-dcm {
    0% {
        filter: grayscale(1);
        transform: scale(0.75) rotate(-540deg);
    }
    100% {
        filter: grayscale(0);
        transform: scale(1) rotate(0deg);
    }
}

.productFullDetail-root-vAQ {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    min-height: 100vh;
}

.productFullDetail-mainWrap-jt9 {
    /* opacity: 0; */
    transition: opacity 0.5s;
    margin: 0 auto;
    max-width: 1400px;
    background-color: #fff;
}

.productFullDetail-mainWrap-jt9.productFullDetail-show-hBo {
    opacity: 1;
}

.productFullDetail-articleWrap-yRD{
    display: none;
}
.productFullDetail-articleWrap-yRD a {
    text-decoration: none;
    color: inherit;
}

.productFullDetail-articleWrap-yRD .g_pdp_desc_row {
    max-width: 960px;
}

.productFullDetail-articleWrap-yRD .g_pdp_desc_column {
    margin: 24px;
}

.productFullDetail-articleWrap-yRD .g_pdp_desc_image {
    position: relative;
}

.productFullDetail-articleWrap-yRD .g_pdp_desc_image figcaption {
    text-decoration: underline;
    text-align: center;
    position: absolute;
    bottom: 54px;
    left: 0;
    right: 0;
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}


.productFullDetail-main-tx2 {
    /* background-color: #F6F4F3; */
    z-index: 10;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    /* height: 660px; */
    overflow: visible;
    max-width: 1400px;
    margin: 0 auto;
}

.productFullDetail-sideleft-MUw {
    flex: 1;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.productFullDetail-sideright-R08 {
    width: 46%;
    margin-top: 16px;
    box-sizing: border-box;
    position: relative;
}

.productFullDetail-sideleft-MUw .productFullDetail-swiper-nqr {
    height: 100%;
    position: relative;
    box-sizing: border-box;
    background-color: transparent;
}

.productFullDetail-sideleft-MUw .productFullDetail-wrapper-2Xo {
    height: 660px;
}

.productFullDetail-sideleft-MUw .productFullDetail-slide-WMT {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.productFullDetail-sideleft-MUw .productFullDetail-slide-WMT .productFullDetail-img-E1K {
    max-width: calc(100% - 100px);
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.productFullDetail-image-vWR {
    height: 480px;
    background-color: #F6F4F3;
}

.productFullDetail-sideleft-MUw .productFullDetail-imageContainer-ZfM {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.productFullDetail-sideleft-MUw .productFullDetail-imgCurr-rrD {
    max-width: 100%;
    max-height: 100%;
    position: static;
}


.productFullDetail-sideleft-MUw .productFullDetail-arrow-7R8 {
    position: absolute;
    z-index: 2;
    top: 50%;
    width: 40px;
    height: 40px;
    background: url(/es/arrow1.svg) no-repeat 50% 50%;
    background-size: auto 100%;
    cursor: pointer;
}


.productFullDetail-sideleft-MUw .productFullDetail-arrowL-9HS {
    left: 10px;
    transform: rotateZ(180deg);
}

.productFullDetail-sideleft-MUw .productFullDetail-arrowR-W4U {
    right: 10px;
}



.productFullDetail-sideleft-MUw .productFullDetail-pointItem-fpJ {
    width: 139px;
    height: 139px;
}

.productFullDetail-sideleft-MUw .productFullDetail-swiperBtns-Hfp {
    padding: 22px 0;
    display: flex;
    justify-content: center;
    background-color: #F6F4F3;
}


.productFullDetail-cBox-ZXd {
    border-radius: 8px;
    /* border: 1px solid rgba(255, 255, 255, 0.60); */
    /* background: rgba(255, 255, 255, 0.9); */
    /* box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.10), 0px 0px 30px 0px rgba(0, 0, 0, 0.10); */
    /* backdrop-filter: blur(25px); */
    min-height: 100px;
    padding: 20px 20px 0 20px;
    margin-bottom: 26px;
}

.productFullDetail-blank-Fm5 {
    height: 24px;
}

.productFullDetail-flodItem-wm1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0 24px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    cursor: pointer;
}

.productFullDetail-flodBtn-BMS {
    width: 24px;
    height: 24px;
    background: url(/es/flod-up.png) no-repeat 50% 50%;
    background-size: auto 100%;
    cursor: pointer;
}

.productFullDetail-flodBtn_active-k-U {
    background-image: url(/es/flod-down.png);
}

.productFullDetail-flodName-paQ {
    font-weight: 600;
    font-size: 16px;
    font-style: normal;
}

.productFullDetail-store-uAT {
    display: flex;
    align-items: center;
    font-size: 16px;
    padding: 24px 20px;
    width: 100%;
    box-sizing: border-box;
}

.productFullDetail-store-uAT:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(/es/i_more.png) no-repeat 50% 50%;
    background-size: auto 24px;
    margin-left: auto;
}

.productFullDetail-storeImage-Nbx {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #F6F4F3;
}

.productFullDetail-storeName-iM- {
    font-size: 24px;
    font-weight: 600;
    padding: 0 0 0 10px;
}

.productFullDetail-storeLike-zIC {
    font-size: 14px;
    color: #696969;
    font-weight: 500;
    padding-left: 20px;
    background: url(/es/i_like.png) no-repeat 0% 50%;
    background-size: auto 20px;
}


/* sideright */
.productFullDetail-sideright-R08 .productFullDetail-cnt-Bb4 {
    min-height: 600px;
    padding: 0 33px;
}

.productFullDetail-sideright-R08 .productFullDetail-bartop-gC4 .productFullDetail-pTitle-Ape {
    color: #000;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.7px;
    flex: 1;
    word-break: break-word;
}

.productFullDetail-priceWrap-0eo {
    padding: 16px 0;
    font-size: 24px;
    display: flex;
    gap: 16px;
}

.productFullDetail-oldPrice-KnU {
    display: block;
    color: #696969;
    font-weight: 400;
    text-decoration: line-through;
    padding: 0 2px;
}

.productFullDetail-newPrice-m00 {
    color: #000;
}

.productFullDetail-sideright-R08 .productFullDetail-subTitle-5MB {
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.productFullDetail-sideright-R08 .productFullDetail-subTitle-5MB .productFullDetail-t1-Jjn {
    padding-bottom: 12px;
    font-size: 18px;
    color: #3A3A3C;
}

.productFullDetail-sideright-R08 .productFullDetail-othercolor-oCa {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.productFullDetail-sideright-R08 .productFullDetail-othercolor-oCa .productFullDetail-tabtitle-PmI {
    font-size: 16px;
    font-weight: 600;
}

.productFullDetail-sideright-R08 .productFullDetail-othercolor-oCa .productFullDetail-tabItems-z7k {
    display: flex;
    justify-content: flex-end;
}

.productFullDetail-sideright-R08 .productFullDetail-othercolor-oCa .productFullDetail-item-wkY {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #fff;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 10px;
    cursor: pointer;
}

.productFullDetail-sideright-R08 .productFullDetail-othercolor-oCa .productFullDetail-item-wkY:hover {
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.5);
}

.productFullDetail-btnNext-zmD {
    width: 100%;
    box-sizing: border-box;
    padding: 8px;
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-radius: 6px;
    height: 40px;
    cursor: pointer;
}

.productFullDetail-btnNext-zmD:active {
    opacity: 0.3;
}
.productFullDetail-btnNext-zmD:disabled{
    opacity: 0.5;
}

.productFullDetail-btnBuyNow-6x8 {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}

.productFullDetail-configBtnsWrap-bM- {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

.productFullDetail-configBtnsWrap-bM- .productFullDetail-btnNext-zmD {
    flex: 2;
}

.productFullDetail-configBtnsWrap-bM- .productFullDetail-btnBuyNow-6x8 {
    flex: 1;
}

.productFullDetail-flodItemContent-CUh {}

.productFullDetail-flodItemContent-CUh .productFullDetail-item-wkY .productFullDetail-tit-nfx {
    padding: 0 0 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    font-size: 16px;
    color: #3A3A3C; font-weight: 600;
}
.productFullDetail-flodItemContent-CUh .productFullDetail-item-wkY .productFullDetail-text-Q8k {
    padding: 20px 0 0 0;
    font-size: 16px;
    color: #696B72;
}

.productFullDetail-dimensionsItems-Lye {
    display: grid;
    /* 对下面的子元素dimensionsItem做平均2列布局 */
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 6px;
    color: #374151;
    font-size: 16px;
}

.productFullDetail-dimensionsItem-qKA .productFullDetail-label-Ffy{
    font-weight: 500;
}
.productFullDetail-dimensionsItem-qKA .productFullDetail-value-A5q{
}

.productFullDetail-flodItemContent-CUh .productFullDetail-item-wkY {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.productFullDetail-flodItemContent-CUh .productFullDetail-item-wkY:nth-last-child(1) {
    border-bottom: none;
}



.productFullDetail-flodItemContent-CUh .productFullDetail-item-wkY.productFullDetail-active-lPQ .productFullDetail-text-Q8k {
    display: block;
}

.productFullDetail-conception-g9C {
    background-color: #f9fafb;
    text-align: center;
    padding: 48px;
    margin: 24px;
    border-radius: 8px;
}
.productFullDetail-conception-g9C .productFullDetail-tit-nfx{
    font-size: 30px; font-weight: 600;
    line-height: 1;
}
.productFullDetail-conception-g9C .productFullDetail-tit-nfx .productFullDetail-logo-Rha{
    margin: 0 6px 0 0;
    height: 36px;
    display: inline-block;
}
.productFullDetail-conception-g9C .productFullDetail-text-Q8k{
    font-size: 18px; padding: 12px 0 0 0;
    color: #4B5563;
}
.productFullDetail-service-tXA{
    padding: 12px 0;
}
.productFullDetail-service-tXA .productFullDetail-item-wkY{
    background-size: auto 24px;
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding: 4px 0 4px 36px;
    margin-bottom: 12px;
    line-height: 24px;
}





.productFullDetail-main2-sBK {
    /* background-color: #fff; */
    height: auto;
    padding: 0 0 40px 0;
    max-width: 1400px;
    box-sizing: border-box;
    margin: 0 auto;
}

.productFullDetail-main2-sBK .productFullDetail-sideleft-MUw {
    padding: 40px;
    box-sizing: border-box;
}


.productFullDetail-likeBox--m- {
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    display: flex;
    padding-bottom: 40px;
}

.productFullDetail-likeBox--m- h2 {
    padding: 100px 0;
    color: var(--black, #000);
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}

.productFullDetail-likeItems-ah- {
    padding: 0 40px;
    display: grid;
    gap: 12px;
    grid-area: items;
    grid-template-columns: repeat(4, 1fr);
    width: 1400px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    box-sizing: border-box;
}

.productFullDetail-likeItems-ah- .productFullDetail-item-wkY {
    position: relative;
    padding-bottom: 136%;
    background-color: #F6F4F3;
}

.productFullDetail-likeItems-ah- .productFullDetail-item-wkY .productFullDetail-itemCnt-DQg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.productFullDetail-likeItems-ah- .productFullDetail-item-wkY .productFullDetail-itemCnt-DQg .productFullDetail-info-KXk {
    padding-left: 20px;
    padding-top: 5px;
    text-align: left;
}

.productFullDetail-likeItems-ah- .productFullDetail-item-wkY .productFullDetail-itemCnt-DQg .productFullDetail-name-Jxi {
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.productFullDetail-likeItems-ah- .productFullDetail-item-wkY .productFullDetail-itemCnt-DQg .productFullDetail-pic1-iAr,
.productFullDetail-likeItems-ah- .productFullDetail-item-wkY .productFullDetail-itemCnt-DQg .productFullDetail-pic2-iM3 {
    margin: 0 10px;
    height: 80%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.productFullDetail-likeItems-ah- .productFullDetail-item-wkY .productFullDetail-itemCnt-DQg .productFullDetail-pic2-iM3 {
    display: none;
}

.productFullDetail-likeItems-ah- .productFullDetail-item-wkY .productFullDetail-itemCnt-DQg:hover .productFullDetail-pic1-iAr {
    display: none;
}

.productFullDetail-likeItems-ah- .productFullDetail-item-wkY .productFullDetail-itemCnt-DQg:hover .productFullDetail-pic2-iM3 {
    display: flex;
}



.productFullDetail-likeItems-ah- .productFullDetail-item-wkY .productFullDetail-price1--6P {
    color: #696969;
    font-weight: 400;
    font-size: 12px;
    text-decoration: line-through;
    padding-right: 8px;
}

.productFullDetail-outStock-yg9 {
    color: #f00;
    text-align: center;
    /* background-color: #f1f1f1; */
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 1rem;
}

.productFullDetail-notificationForm-Qoj {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}


.productFullDetail-preOrder-KD6 {
    color: #f00;
    font-size: 14px;
    padding: 16px 0 0 0;
}

.productFullDetail-pcBtns-j-P {
    display: grid;
    grid-template-columns: 1fr 40px;
    margin: 20px 0 12px 0;
    gap: 10px;
}

.productFullDetail-addWishBox-2FV {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 40px;
    height: 40px;
}

.productFullDetail-btnAddWish-Ax6 {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    background-size: 24px auto;
    border-radius: 36px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10), 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* customizeCnt */
.productFullDetail-customizeCnt-AU4 {
    position: absolute;
    z-index: 11;
    left: 54%;
    top: 0;
    min-height: 600px;
    padding: 0 33px;
    width: 46%;
    margin-top: 16px;
    box-sizing: border-box;
}

.productFullDetail-customizeCnt-AU4 .productFullDetail-cBox-ZXd {
    padding: 0;
    overflow: hidden;
    height: calc(100vh - 100px);
}


/* PC版本额外的特殊配置 */
@media (min-width: 1201px) {
    .productFullDetail-main2-sBK {
        min-height: 340px;
    }
}

/***************************** 手机版适配****************************************/
@media (max-width: 960px) {
    .productFullDetail-main-tx2 {
        flex-direction: column;
        width: 100%;
        height: auto;
    }

    .productFullDetail-main-tx2 .productFullDetail-sideleft-MUw {
        width: 100%;
    }

    .productFullDetail-main-tx2 .productFullDetail-sideleft-MUw .productFullDetail-swiper-nqr {
        padding: 0;
        height: 362px;
    }

    .productFullDetail-image-vWR {
        height: 362px;
    }

    .productFullDetail-sideleft-MUw .productFullDetail-slide-WMT .productFullDetail-img-E1K {
        width: 80%;
    }

    .productFullDetail-full-4iM .productFullDetail-sideleft-MUw .productFullDetail-slide-WMT .productFullDetail-img-E1K {
        width: 100%;
    }

    .productFullDetail-main-tx2 .productFullDetail-sideleft-MUw .productFullDetail-swiperBtns-Hfp {
        padding-bottom: 37px;
    }

    .productFullDetail-sideleft-MUw .productFullDetail-wrapper-2Xo {
        height: 373px;
    }

    .productFullDetail-sideleft-MUw .productFullDetail-point-qs- {
        bottom: 0px !important;
    }


    .productFullDetail-main-tx2 .productFullDetail-sideright-R08 {
        width: 100%;
        margin-top: 0;
    }

    .productFullDetail-sideright-R08 .productFullDetail-cnt-Bb4 {
        position: relative;
        z-index: 10;
        top: 0;
        padding: 10px 0 20px;
        min-height: auto;
    }

    .productFullDetail-cBox-ZXd {
        border-radius: 0;
    }


    .productFullDetail-sideright-R08 .productFullDetail-bartop-gC4 .productFullDetail-pTitle-Ape {
        font-size: 24px;
    }

    .productFullDetail-priceWrap-0eo {
        padding: 8px 0;
        font-size: 24px;
        gap: 16px;
    }



    .productFullDetail-main2-sBK .productFullDetail-sideleft-MUw {
        padding: 20px;
        font-size: 16px !important;
    }

    .productFullDetail-likeBox--m- h2 {
        font-size: 35px;
        padding: 30px 0;
    }

    .productFullDetail-likeItems-ah- {
        width: 100%;
        padding: 0 12px;
        gap: 0.5rem;
        grid-template-columns: repeat(2, 1fr);
    }

    .productFullDetail-likeItems-ah- .productFullDetail-item-wkY .productFullDetail-itemCnt-DQg {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 2;
    }

    .productFullDetail-flodItemContent-CUh .productFullDetail-item-wkY .productFullDetail-tit-nfx {
        font-size: 16px;
    }

    .productFullDetail-flodItemContent-CUh .productFullDetail-item-wkY .productFullDetail-text-Q8k {
        padding: 20px 0 0 0;
        font-size: 14px;
    }

    .productFullDetail-sideright-R08 .productFullDetail-subTitle-5MB .productFullDetail-t1-Jjn {
        font-size: 16px;
    }

    .productFullDetail-flodItemContent-CUh .productFullDetail-item-wkY .productFullDetail-text-Q8k pre {
        font-size: 14px;
    }

    .productFullDetail-likeItems-ah- .productFullDetail-item-wkY .productFullDetail-itemCnt-DQg .productFullDetail-pic1-iAr,
    .productFullDetail-likeItems-ah- .productFullDetail-item-wkY .productFullDetail-itemCnt-DQg .productFullDetail-pic2-iM3 {
        margin: 0 10px;
        height: 70%;
    }

    .productFullDetail-mainWrap-jt9.productFullDetail-full-4iM .productFullDetail-main-tx2 {
        height: auto;
    }

    .productFullDetail-mainWrap-jt9.productFullDetail-full-4iM .productFullDetail-main-tx2 .productFullDetail-swiper-nqr .productFullDetail-arrowL-9HS {
        left: 20px;
    }

    .productFullDetail-mainWrap-jt9.productFullDetail-full-4iM .productFullDetail-main-tx2 .productFullDetail-swiper-nqr .productFullDetail-arrowR-W4U {
        right: 20px;
    }

    .productFullDetail-mainWrap-jt9.productFullDetail-full-4iM .productFullDetail-main-tx2 .productFullDetail-swiper-nqr .productFullDetail-point-qs- {
        bottom: 40px;
    }

    .productFullDetail-likeItems-ah- .productFullDetail-item-wkY .productFullDetail-itemCnt-DQg .productFullDetail-info-KXk {
        padding-left: 10px;
    }

    /* customizeCnt */
    .productFullDetail-customizeCnt-AU4 {
        position: fixed;
        z-index: 11;
        right: 0;
        left: 0%;
        top: auto;
        bottom: 0;
        min-height: 600px;
        padding: 0;
        width: 100%;
        margin-top: 0;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
    }

    .productFullDetail-customizeCnt-AU4 .productFullDetail-cBox-ZXd {
        padding: 0;
        margin: 0;
        overflow: hidden;
        width: 100%;
    }

    .productFullDetail-articleWrap-yRD .g_pdp_desc_row {
        max-width: 100vw;
    }

    .productFullDetail-articleWrap-yRD .g_pdp_desc_column {
        margin: 0;
    }
    .productFullDetail-service-tXA .productFullDetail-item-wkY{
        font-size: 15px;
    }
    .productFullDetail-conception-g9C{
        padding: 24px 12px;
        margin: 0 12px;
    }
    .productFullDetail-conception-g9C .productFullDetail-tit-nfx{
        /* 强制一行显示,超出的内容的强制换行 */
        white-space: nowrap;
        font-size: 24px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        line-height: 1.2;
    }
    .productFullDetail-conception-g9C .productFullDetail-tit-nfx .productFullDetail-logo-Rha{
        height: 32px;
    }



}

@media (min-width: 960px) {
    .productFullDetail-root-vAQ {
        grid-template-areas:
            'images title'
            'images errors'
            'images options'
            'images quantity'
            'images cart'
            'images .';
        grid-template-columns: minmax(0, 1.5625fr) minmax(0, 1fr);
        grid-template-rows: repeat(5, min-content) 1fr [fold];
    }

    .productFullDetail-title-B8d {
        grid-template-columns: 1fr max-content;
    }
}

.productFullDetail-section-Huo {
    /* composes: border-subtle from global; */
}

.productFullDetail-sectionTitle-gu8 {
}

.productFullDetail-title-B8d {
    grid-area: title;
}

.productFullDetail-productName-6ZL {
}

.productFullDetail-productPrice-Aod {
}

.productFullDetail-imageCarousel-iFX {
    grid-area: images;
    grid-column: 1 / 2;
    grid-row: 1 / fold;
}

.productFullDetail-options-Cx9 {
    grid-area: options;
}

.productFullDetail-formErrors-Gra {
    grid-area: errors;
}

.productFullDetail-quantity-5wC {
    grid-area: quantity;
}

.productFullDetail-quantityTitle-2ps {
}

.productFullDetail-actions-thz {
    grid-area: cart;
}

.productFullDetail-description-NWA {
    grid-column: 1 / span 1;
    grid-row: fold / span 1;
}

.productFullDetail-descriptionTitle-92v {
}

.productFullDetail-details-ays {
    grid-column: 2 / span 1;
    grid-row: fold / span 1;
}

.productFullDetail-detailsPageBuilder-mbs {
    grid-column: 1 / span 2;
    text-align: center;
}

.productFullDetail-detailsPageBuilderList-Mup {
    list-style: none;
}

@media (min-width: 1024px) {
    .productFullDetail-details-ays {
        align-self: stretch;
        border-top-width: 1px;
        margin: 0;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

.productFullDetail-detailsTitle-whd {
}

.productFullDetail-related-xvj {
    grid-column: 1 / span 2;
}

.productFullDetail-relatedTitle-P7d {
}

.productFullDetail-quantityRoot-5EC {
    grid-template-columns: auto 4rem auto;
}

.productFullDetail-unavailableContainer-XEz {
}

.productFullDetail-actButton-3kg {
}

.productFullDetail-footPic-DYH {
    text-align: center;
    padding: 0 0 10px 0;
}

.productFullDetail-footPic-DYH p {
    text-align: center;
}

.productFullDetail-footPic-DYH p img {
    display: inline-block;
}

/* 新增了pro_label */
.productFullDetail-pro_label-nbv {
    border: 1px solid rgba(255, 255, 255, 0.60);
    background: rgba(255, 255, 255, 0.60);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.10), 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
    -webkit-backdrop-filter: blur(25px);
            backdrop-filter: blur(25px);
    color: #000;
    border-radius: 8px;
    position: absolute;
    left: 20px;
    top: 24px;
    z-index: 2;
    padding: 0 10px;
    font-size: 16px;
    line-height: 25px;
}

/* 试戴按钮样式 */
.productFullDetail-tryonBtn-8eg {
    position: absolute;
    top: 12px;
    left: 12px;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 6px 12px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 2;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.productFullDetail-tryonBtn-8eg:hover {
    opacity: 0.8;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.productFullDetail-tryonBtn-8eg:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.productImage-productImageWrapper-DS6 {
    height: 710px;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 18vw;
    /* max-height: calc(100vh - 64px); */
    box-sizing: border-box;
}

.productImage-noImage-GaC {
    position: absolute;
    left: 24px;
    top: 24px;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.05) url(/es/Empty_Image.png) no-repeat center;
    background-size: contain;
    border-radius: 6px;
}

.productImage-pagination-wa6 {
    left: 12px;
    right: 0;
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    padding-top: 4px;
}

.pdp_bullet {
    width: 100px !important;
    height: 80px !important;
    background: none !important;
    overflow: hidden !important;
    border-radius: 6px !important;
    opacity: 1 !important;
    border: 2px solid rgba(0, 0, 0, 0.05) !important;
}

.pdp_swiper_btn.swiper-button-disabled {
    display: none !important;
}

.pdp_bullet img {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
}

.pdp_bullet.swiper-pagination-bullet-active {
    background: none !important;
    border-color: rgba(0, 0, 0, 1) !important;  
}

.productImage-productImageWrapper-DS6 .swiper-slide {
    padding-bottom: 80% !important;
    position: relative !important;
}
.productImage-imgBox-fC8 {
    position: absolute;left: 0;top: 0;bottom: 0;right: 0;z-index: 0;
    max-width: 100%;
    max-height: 100%; display: flex; align-items: center; justify-content: center;
}
.productImage-image-R0G{
    display: block;
    margin: 0 auto;
    width: 100%; height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}
@media screen and (max-width: 960px) {
    .productImage-productImageWrapper-DS6 {
        height: auto;
        padding-bottom: 18vw;
        margin: 0 10px;
        max-width: 100%;
    }
    .productImage-noImage-GaC {
        left: 12px; right: 12px;
    }

    .pdp_bullet {
        width: 16vw !important;
        height: 12vw !important;
        border-width: 1px !important;
        border-radius: 4px !important;
    }
}
:glabal(.productImage-ril__inner-XOp) {
    bottom: 80px !important;
}
.CategoryMenu-menuBar--g- {
    position: sticky;
    top: 0;
    padding: 12px 0;
    min-height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    opacity: 1;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #E5E7EB;
    border-bottom: 1px solid #E5E7EB;
    z-index: 20;
    /* 确保在其他内容之上，但低于 topRow */
}

.CategoryMenu-menuBar--g-.CategoryMenu-close-BI- {
    width: 0;
    opacity: 0;
}

.CategoryMenu-menuH2-8D1 {
    font-size: 14px;
}

.CategoryMenu-menuUl-N1Z {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.CategoryMenu-menuH2-8D1 .CategoryMenu-a-hnG,
.CategoryMenu-menuUl-N1Z .CategoryMenu-a-hnG {
    display: block;
    text-decoration: none;
    color: var(--Primary-Lighter_100, #696B72);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 0 24px;
    letter-spacing: 0.2px
}

.CategoryMenu-menuH2-8D1 .CategoryMenu-a-hnG:hover {
    text-decoration: underline;
}
.CategoryMenu-menuH2-8D1.CategoryMenu-categoryActive-vSh .CategoryMenu-a-hnG{
    font-weight: 700;
    color: var(--Primary-MainColor_100, #3A3A3C);
}

.CategoryMenu-menuUl-N1Z li.CategoryMenu-activeMenuItem-lFu .CategoryMenu-a-hnG {
    font-weight: 700;
    color: var(--Primary-MainColor_100, #3A3A3C);
}

.CategoryMenu-menuUl-N1Z li .CategoryMenu-a-hnG:hover {
    text-decoration: underline;
}


@media screen and (max-width: 960px) {
    .CategoryMenu-menuBar--g- {
        /* 过长后支持水平滚动 */
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        justify-content: flex-start;
    }

    .CategoryMenu-menuH2-8D1 {
        /* 防止收缩，保持与列表同一行 */
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .CategoryMenu-menuUl-N1Z {
        display: flex;
        flex-direction: row;
        gap: 12px;
        flex-wrap: nowrap;
        /* 关键：不换行 */
        white-space: nowrap;
        /* 关键：不换行 */
    }

    .CategoryMenu-menuUl-N1Z li {
        flex: 0 0 auto;
        /* 防止 li 被压缩换行 */
    }
}

/* 骨架屏样式 */
.CategoryMenu-skeletonContainer-rM3 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.CategoryMenu-skeletonItem-gK3 {
    height: 24px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200px 100%;
    border-radius: 4px;
    animation: CategoryMenu-skeleton-loading-Ln7 1.2s infinite linear;
}

.CategoryMenu-skeletonH2-I15 {
    width: 80px;
}

.CategoryMenu-skeletonMenuItem-dZd {
    width: 60px;
}

@keyframes CategoryMenu-skeleton-loading-Ln7 {
    0% { 
        background-position: -200px 0; 
    }
    100% { 
        background-position: calc(200px + 100%) 0; 
    }
}
/* 在 category.module.css 或全局 CSS 中添加 */
.skeleton-skeletonPlaceholder-Gph {
  margin: 12px;
  min-height: 12px;
  /* 估算的菜单高度，根据实际情况调整 */
  width: 100%;
  background-color: rgba(0, 0, 0, 0.02);
  /* 骨架屏常用灰色 */
  /* 可以添加动画效果 */
  animation: skeleton-pulse-CD0 1.5s infinite ease-in-out;
}

@keyframes skeleton-pulse-CD0 {
  0% {
    background-color: rgba(0, 0, 0, 0.02);
  }

  50% {
    background-color: rgba(0, 0, 0, 0.04);
  }

  100% {
    background-color: rgba(0, 0, 0, 0.02);
  }
}
.homeSeo-search-02v {
    height: 100px;
    background-color: rgba(0, 0, 0, 0.5);
}
.homeSeo-cmsBlockContainer-gNK{
    min-height: 100vh;
}
.homeSeo-cmsBlockContainer-gNK>div{
    margin: 0 auto;
}
.homeSeo-headerRoot-uCe {
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
    /* height: 60px; */
    transition: background-color 0.3s linear;
    background-color: transparent;
}
.homeSeo-headerRootTryOn-cmv {
    position: static;
}
.homeSeo-headerRootBg-Ahz {
    background-color: #fff;
}

.homeSeo-noMore-jCJ {
    text-align: center;
    padding: 24px;
}

@media screen and (max-width: 960px) {
    .homeSeo-noMore-jCJ {
        font-size: 12px;
    }
}

/********************************** 新首页滚动 **********************************/
.homeSeo-newHomeWrap-UD6 {
    position: fixed;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100vw;
    overflow: hidden;
    background-color: #e3e3e3;
    opacity: 0.01;
    /* transform: translateY(50vh); */
    transition: all 0.4s;
}

.homeSeo-newHomeWrap-UD6.homeSeo-active-Qud {
    opacity: 1;
    /* transform: translateY(0%); */
}

.homeSeo-homeWrapContent-p17 {
    /* position: absolute;
    left: 0;
    right: 0;
    top: 0; */
    /* z-index: 0; */
    box-sizing: border-box;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    /* scrollbar-gutter: stable both-edges;  */
    /* border: 10px solid red; */
}

/* 滚动条 宽度变细 */
/* .homeWrapContent::-webkit-scrollbar {
    width: 0;
} */

/* 滚动条 滑块 */
/* .homeWrapContent::-webkit-scrollbar-thumb {
    background-color: #000000;
    width: 20px; height: 10px;
} */

.homeSeo-section1-aI-,
.homeSeo-section2-0jQ {
    position: relative;
    height: 100vh;
}

.homeSeo-section2-0jQ {
    /* background-color: aqua; */
}

.homeSeo-section3-MfR {
    position: relative;
}

.homeSeo-slog1-0JA {
    position: sticky;
    z-index: 4;
    text-align: center;
    padding: 100px 24px 24px 24px;
    height: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 64px;
    max-width: 1000px;
    box-sizing: border-box;
    color: #696B72;
    margin: 0 auto;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.64px;
    transition: transform 0.1s linear;
    transform: scale(1.1);
}

.homeSeo-searchBox-a13 {
    position: sticky;
    z-index: 10;
    /* top: 45vh; */
    top: 70px;
    left: 0;
    right: 0;
    padding: 10px 0 0 0;
    text-align: center;
    transition: transform 0.1s linear;
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    transition: all 0.5s;
}

.homeSeo-searchBox-a13.homeSeo-active-Qud {
    width: 100%;
    position: fixed;
    top: 70px;
}

.homeSeo-searchBox-a13.homeSeo-hide-G60 {
    display: none;
}

.homeSeo-hPicBoxFirst-cRM {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: calc(100vh - 184px);
}

.homeSeo-slog2-5gq {
    padding: 64px 24px 24px 24px;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 64px;
    line-height: 1.2;
    letter-spacing: -0.64px;
    text-align: center;
    color: #696B72;
}

.homeSeo-slog2Text-vqE {
    max-width: 800px;
    margin: -120px auto 0 auto;
}

.homeSeo-hPicBoxSecond-j-Y {
    height: 100%;
    transition: all 0.3s linear;
    position: absolute;
    z-index: 0;
    width: 200vw;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    transition: width 0.3s linear;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #333; */
}

.homeSeo-hPicBoxSecond-j-Y .homeSeo-item-l6W {
    width: 50px;
    height: 50px;
    background-color: black;
}

.homeSeo-hPicBoxSecond-j-Y.homeSeo-active-Qud {
    transform: translateY(0);
    opacity: 1;
}

.homeSeo-listBox-Ad9 {}



/* 首页的产品列表 */
.homeSeo-hCateBox-yeD {
    position: relative;
    z-index: 5;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 12px 12px 0 0;
    /* box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.25); */
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
}

.homeSeo-hCateBox-yeD:after {
    content: '';
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5))
}

.homeSeo-cTop-pI9 {
    padding: 16px 0;
    z-index: 2;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.5s;
    position: sticky;
    top: 60px;
    background-color: #fff;
    box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.05);
}

.homeSeo-headBox-yb9 {
    background: #fff;
}

/* 因此.cTop ul 的水平滚动条 */
.homeSeo-cTop-pI9 ul {
    margin: 0;
    padding: 0;
    display: flex;
    white-space: nowrap;
    gap: 24px;
    flex: 1;
    justify-content: center;
}

.homeSeo-cTop-pI9 ul::-webkit-scrollbar {
    display: none;
}


.homeSeo-cTop-pI9 ul li {
    list-style: none;
    margin: 0;
    font-size: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
    letter-spacing: -0.24px;
    cursor: pointer;
    height: 44px;
    line-height: 44px;
    box-sizing: border-box;
}

.homeSeo-cTop-pI9 ul li.homeSeo-liStar-bTa {
    padding: 0 0 0 30px;
    background: url(/es/i_star.svg) no-repeat 0 50%;
    background-size: auto 24px;
}


.homeSeo-cTop-pI9 ul li.homeSeo-active-Qud {
    color: #000;
    font-weight: 700;
}

.homeSeo-cTop-pI9 ul li:hover {
    color: #000;
}

.homeSeo-hCateBox-yeD .homeSeo-tRight-fYS {
    color: var(--Primary-MainColor_100, #3A3A3C);
    font-size: 20px;
    font-weight: 600;
    height: 44px;
    line-height: 44px;
    letter-spacing: -0.2px;
    background: url(/es/arrow-right.png) no-repeat 100% 50%;
    background-size: 24px;
    margin: 0 24px;
    transition: all 0.5s;
}

.homeSeo-hCateBox-yeD .homeSeo-tRight-fYS a {
    padding-right: 32px;
}


.homeSeo-hCateBox-yeD .homeSeo-cBody-TI8 {
    width: 100%;
}

.homeSeo-hCateBox-yeD .homeSeo-cMore-M-G {
    padding: 24px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.homeSeo-hCateBox-yeD .homeSeo-cMore-M-G .homeSeo-btn-4Tz {
    text-align: center;
    box-sizing: border-box;
    font-size: 24px;
    border-radius: 6px;
    border: 1px solid var(--Primary-Subtle_100, #D5D6E0);
    background: var(--White-White_100, #FFF);
    transition: all 0.5s;
    width: 100%;
    height: 48px;
    line-height: 48px;
    display: block;
}



.homeSeo-hCateBox-yeD .homeSeo-cMore-M-G .homeSeo-btn-4Tz.homeSeo-loading-tZQ {
    opacity: 0.3;
    pointer-events: none;
}


.homeSeo-hCateBox-yeD .homeSeo-cProducts-fCC {
    width: 100%;
    display: grid;
    gap: 16px;
    padding: 24px 24px 0 24px;
    box-sizing: border-box;
    grid-area: items;
    grid-template-columns: repeat(6, 1fr);
    transform: translate3d(0, 0, 0);
    will-change: transform;
    backface-visibility: hidden;
    min-height: calc(100vh - 60px);
}

.homeSeo-hCateBox-yeD .homeSeo-cProducts-fCC.homeSeo-noData-qkm {
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
    align-items: center;
    text-align: center;
}

/* 开场视频 */
.homeSeo-hVstartBox-vW- {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    inset: 0;
}

.homeSeo-hVstartBox-vW-:after {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.05);
}

.homeSeo-hVstartBox-vW- .homeSeo-hVstart-NC0 {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.homeSeo-playBtn-5Ho{
    position: absolute; z-index: 4;
    background: url(/es/btn_play.svg) no-repeat 0 50%;
    width: 80px;
    height: 80px;
    background-size: 80px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.8s;
    /* 加一个轻微的animation动画,引导用户点击 */
    animation: homeSeo-playBtnAnimation-UvO 1s ease-in-out infinite;
    pointer-events: auto;
}
@keyframes homeSeo-playBtnAnimation-UvO {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        transform: translate(-50%, -50%) scale(1.1);
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}
.homeSeo-playBtn-5Ho.homeSeo-clicked-Fsb{
    opacity: 0;
}

/* 背景视频 */
.homeSeo-hVbgBox-CAX {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 45px;
    right: 0;
    bottom: 0;
    transition: opacity 0.8s;
    pointer-events: none;
    overflow: hidden;
    text-align: center;
    background-color: rgb(233, 233, 233);
}

.homeSeo-hVbgBox-CAX:after {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.05);
}

.homeSeo-hVbg-KUc {
    margin: 0 auto;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
}


@media (max-width: 1600px) {
    .homeSeo-hCateBox-yeD .homeSeo-cProducts-fCC {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 1200px) {
    .homeSeo-hCateBox-yeD .homeSeo-cProducts-fCC {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
        padding: 16px 16px 0 16px;
    }

    .homeSeo-cTop-pI9 {
        justify-content: flex-start;
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
        padding: 0 0 0 12px;

    }

    .homeSeo-cTop-pI9::-webkit-scrollbar {
        display: none;
    }

    .homeSeo-cTop-pI9 ul {
        justify-content: flex-start;
        overflow-x: auto;
        white-space: nowrap;
        padding: 0 32px 0 0;
        gap: 12px;
    }

    .homeSeo-cTop-pI9 ul li {
        font-size: 16px;
    }

    .homeSeo-hCateBox-yeD .homeSeo-tRight-fYS {
        margin: 0 0 0 4px;
        font-size: 12px;
        position: relative;
        z-index: 0;
    }


    .homeSeo-hCateBox-yeD .homeSeo-tRight-fYS:before {
        position: absolute;
        z-index: 2;
        content: "";
        left: -30px;
        top: 0;
        height: 100%;
        width: 30px;
        background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
        pointer-events: none;
    }

    .homeSeo-hCateBox-yeD .homeSeo-tRight-fYS a {
        padding-right: 20px;
    }
}

@media (max-width: 640px) {
    .homeSeo-hPicBoxFirst-cRM {
        top: calc(100vh - 160px);
    }

    .homeSeo-slog1-0JA {
        font-size: 24px;
        padding: 60px 48px 24px 48px;
    }

    .homeSeo-hCateBox-yeD .homeSeo-cProducts-fCC {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
        padding: 8px 16px 0 16px;
    }

    .homeSeo-hCateBox-yeD .homeSeo-cMore-M-G .homeSeo-btn-4Tz {
        font-size: 16px;
    }

    .homeSeo-slog2-5gq {
        font-size: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 64px 24px 24px 24px;
        position: absolute;
        top: 50%;
    }

    .homeSeo-slog2Text-vqE {
        max-width: 70vw;
        margin: 0 auto 0 auto;
    }
}

.PLPSkeleton-skeletonItem-QtP {
  background: #fff;
  border-radius: 8px;
  padding: 12px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.PLPSkeleton-skeletonImage-Uw5 {
  width: 100%;
  padding-bottom: 80%;
  /* height: 240px; */
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  border-radius: 8px;
  animation: PLPSkeleton-skeleton-loading-T2X 1.2s infinite linear;
}
.PLPSkeleton-skeletonText-CVg {
  width: 100%;
  height: 14px;
  background: #ececec;
  border-radius: 4px;
  animation: PLPSkeleton-skeleton-loading-T2X 1.2s infinite linear;
}
.PLPSkeleton-skeletonTextShort-lFP {
  width: 50%;
  height: 14px;
  background: #ececec;
  border-radius: 4px;
  animation: PLPSkeleton-skeleton-loading-T2X 1.2s infinite linear;
}
@keyframes PLPSkeleton-skeleton-loading-T2X {
  0% { background-position: -200px 0; }
  100% { background-position: calc(200px + 100%) 0; }
}
/* 基本模块和src/components/StoreCategoryPage/StoreCategoryPage.module.css 可公用 */
.RegularCategoryPage-boxCard-XnG {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.RegularCategoryPage-m-qM1 {
    display: none;
}

.RegularCategoryPage-p-fh0 {
    display: block;
}

.RegularCategoryPage-container-rCi {
    position: relative;
    z-index: 2;
}

.RegularCategoryPage-topRow-k-C {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 24px 14px 24px;
    height: 84px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    z-index: 10;
}

.RegularCategoryPage-categoryTitle-Bk4 {
    margin: 0;
    font-size: 28px;
    font-weight: 400;
}

.RegularCategoryPage-totalCount-RIn {
    font-size: 18px;
    color: var(--Primary-Lighter_100, #696B72);
    padding: 0 12px;
}

.RegularCategoryPage-actionsContainer-JcU {
    display: flex;
    gap: 8px;
    position: relative;
    z-index: 10;
}

.RegularCategoryPage-btnOrderWrap-Jca {
    position: relative;
}

/* 排序用的浮层 */
.RegularCategoryPage-sortLayer-yfz {
    position: absolute;
    z-index: 10;
    top: calc(100% + 12px);
    right: 0;
    width: 300px;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.60);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.10), 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
    -webkit-backdrop-filter: blur(25px);
            backdrop-filter: blur(25px);
    padding: 24px;
    box-sizing: border-box;
    display: none;
    transition: opacity 0.2s ease-in-out;
}

.RegularCategoryPage-sortLayerTitle-Jz6 {
    font-size: 16px;
    padding-bottom: 16px;
    color: #696B72;
    font-weight: 500;
}

.RegularCategoryPage-sortLayerItem-bWI {
    line-height: 40px;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url(/es/radio_button.svg) no-repeat 100% 50%;
    background-size: auto 26px;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}

.RegularCategoryPage-sortLayerItem-bWI.RegularCategoryPage-active-6lV {
    background-image: url(/es/radio_button_active.svg);
    font-weight: 500;
    color: #000;
}

.RegularCategoryPage-sortLayer-yfz ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.RegularCategoryPage-btn0-o6h {
    width: 48px;
    height: 48px;
    background-size: 32px auto;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 8px;
    cursor: pointer;
}

.RegularCategoryPage-btnOrder-IxU {
    cursor: pointer;
    padding-right: 20px;
    display: flex;
    gap: 12px;
    align-items: center;
    color: var(--Primary-Lighter_100, #696B72);
}

.RegularCategoryPage-sortArrow-JZH {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(/es/expand_more.svg) no-repeat 100% 50%;
    background-size: 12px auto;
}


.RegularCategoryPage-btnOrderWrap-Jca.RegularCategoryPage-active-6lV .RegularCategoryPage-btnOrder-IxU {}

.RegularCategoryPage-btnOrderWrap-Jca.RegularCategoryPage-active-6lV .RegularCategoryPage-sortLayer-yfz {
    display: block;
    animation: RegularCategoryPage-fadeIn-bTw 0.2s ease-in-out;
}

@keyframes RegularCategoryPage-fadeIn-bTw {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.RegularCategoryPage-btnFilter-arG {
    padding: 0 12px 0 36px;
    background: url(/es/i_filter2.png) no-repeat 0% 50%;
    background-size: 24px auto ;
    font-size: 14px;
    color: #374151;
}

.RegularCategoryPage-filterRow-62m {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}

.RegularCategoryPage-main-1jW {
    display: flex;
    gap: 32px;
    min-height: calc(100vh - 120px);
    padding: 32px;
    background-color: #fff;
}

.RegularCategoryPage-mainContent-qWo {
    flex-grow: 1;
    flex: 1;
}
.RegularCategoryPage-plpTitle-key{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 60px;
}
.RegularCategoryPage-plpTitle-key h1 {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    color: #111827;
}

.RegularCategoryPage-plpTitle-key .plp_desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: var(--Primary-Lighter_100, #696B72);
    padding: 6px 0;
}

.RegularCategoryPage-filterResults-pLs {
    display: flex;
    flex-wrap: wrap;
    /* 允许子元素换行 */
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    margin: 12px 0;
}

.RegularCategoryPage-tagDefault-Pjm {
    background-color: #F3F4F6;
}

.RegularCategoryPage-filterTag-tMu {
    padding: 0 12px;
    min-width: 32px;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    border-radius: 20px;
    line-height: 20px;
    min-height: 30px;
    display: flex;
    align-items: center;
}

.RegularCategoryPage-filterTagLabel--6A {
    font-size: 14px;
}

.RegularCategoryPage-resetBtn-vpJ {
    padding: 4px 16px;
    min-width: 32px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    border-radius: 20px;
    display: block;
    background-color: #F3F4F6;
}

.RegularCategoryPage-filterTagClose-eUD {
    display: inline-block;
    width: 20px;
    /* 根据您的图片和设计调整 */
    height: 20px;
    /* 根据您的图片和设计调整 */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    /* 或者 cover，或者具体的像素值 */
    background-image: url(/es/btn_close.svg);
    cursor: pointer;
}

.RegularCategoryPage-filterTagClose-eUD:hover {
    /* 加一个旋转动画 */
    animation: RegularCategoryPage-rotateClose-j8a 0.2s ease-in-out;
}

@keyframes RegularCategoryPage-rotateClose-j8a {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(180deg);
    }
}

.RegularCategoryPage-filterTag-tMu {
    color: #fff;
    background-color: #000;
}

.RegularCategoryPage-filterTagLabel--6A {
    padding-left: 6px;
}



.RegularCategoryPage-filterStatsAndSort-Byt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin: 12px 0;
    height: 40px;
}

.RegularCategoryPage-filterStats-uFd {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--Primary-Lighter_100, #696B72);
}





.RegularCategoryPage-productsArea-zel {}




.RegularCategoryPage-pagination-Td3 {
    padding: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.RegularCategoryPage-pagination-Td3 a {
    padding: 4px 12px;
    border-radius: 20px;
    min-width: 32px;
    box-sizing: border-box;
    text-align: center;
}

.RegularCategoryPage-paginationArrow-DCu {
    display: inline-block;
    width: 16px;
    /* 根据您的图片和设计调整 */
    height: 16px;
    /* 根据您的图片和设计调整 */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    /* 或者 cover，或者具体的像素值 */
    text-indent: -9999px;
    /* 隐藏原始文本（如果有的话） */
}

.RegularCategoryPage-arrowPrev-J5t {
    background-image: url(/es/arrow-right-pure.svg);
    transform: rotateY(180deg);
}

.RegularCategoryPage-arrowNext-Sol {
    background-image: url(/es/arrow-right-pure.svg);
}

/* 可选：为禁用的箭头设置不同样式 */
.RegularCategoryPage-disabledPage-6le.RegularCategoryPage-paginationArrow-DCu {
    opacity: 0.5;
    /* 例如，使其半透明 */
    cursor: not-allowed;
}


.RegularCategoryPage-disabled-gw2 {
    opacity: 0.5;
    pointer-events: none;
}

.RegularCategoryPage-activePage-A-L {
    background: #000;
    color: white;
}

.RegularCategoryPage-productList-VEr {
    width: 100%;
    display: grid;
    gap: 2.5rem;
    box-sizing: border-box;
    grid-area: items;
    grid-template-columns: repeat(3, 1fr);
    min-height: 240px;
}




@media (max-width: 960px) {
    .RegularCategoryPage-productList-VEr {
        grid-template-columns: repeat(2, 1fr);
    }
}


.RegularCategoryPage-storeList-rpe {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    padding: 8px 16px 0 16px;
}

@media (max-width: 1600px) {
    .RegularCategoryPage-storeList-rpe {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 960px) {
    .RegularCategoryPage-storeList-rpe {
        grid-template-columns: repeat(1, 1fr);
    }
}

.RegularCategoryPage-loadingMore-cfq {
    margin: 20px 0;
    opacity: 0.7;
}

.RegularCategoryPage-loadMoreTrigger-u-l {
    width: 100%;
    height: 20px;
    margin: 20px 0;
}

.RegularCategoryPage-filterBox-XdQ {
    box-sizing: border-box;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    width: 280px;
    position: sticky;
    top: 0;
}

.RegularCategoryPage-ellipsis-JWH {
    padding: 0 5px;
    /* 根据你的设计调整样式 */
}

@media screen and (max-width: 960px) {
    .RegularCategoryPage-topRow-k-C {
        padding: 0;
        height: 64px;
    }

    .RegularCategoryPage-categoryTitle-Bk4 {
        display: flex;
        align-items: center;
        padding: 0;
        font-size: 18px;
    }

    .RegularCategoryPage-main-1jW {
        position: relative;
        z-index: 0;
        padding: 12px;
    }

    .RegularCategoryPage-btn0-o6h {
        background-size: 24px auto;
    }

    .RegularCategoryPage-filterRow-62m {
        justify-content: space-between;
        padding: 0 0 6px 0;
    }

    .RegularCategoryPage-btnFilter-arG {
        background-size: 24px auto;
    }

    .RegularCategoryPage-filterStats-uFd {
        font-size: 14px;
    }

    .RegularCategoryPage-btnOrder-IxU {
        font-size: 14px;
    }
    .RegularCategoryPage-sortLayer-yfz{
        padding: 16px;
    }
    .RegularCategoryPage-sortLayerItem-bWI {
        font-size: 14px;
    }

    .RegularCategoryPage-actionsContainer-JcU {
        padding: 0 12px;
    }

    .RegularCategoryPage-filterBox-XdQ {
        display: none;
    }

    .RegularCategoryPage-p-fh0 {
        display: none;
    }

    .RegularCategoryPage-m-qM1 {
        display: block;
    }

    .RegularCategoryPage-productsArea-zel {
        background-color: transparent;
        padding: 0;
        box-shadow: none;
    }
    .RegularCategoryPage-productList-VEr {
        gap: 24px;
    }

    .RegularCategoryPage-pagination-Td3 {
        padding: 24px 0;
        gap: 1px;
        font-size: 12px;
    }

    .RegularCategoryPage-totalCount-RIn {
        display: none;
    }

    .RegularCategoryPage-storeList-rpe {
        padding: 0;
    }
}
.icon-root-VMv {
    touch-action: manipulation;
}

.icon-icon-A2I {
    fill: var(--fill, none);
    stroke: var(--stroke, rgb(var(--venia-global-color-text)));
}

.icon-icon_desktop-v-0 {
}

.errorView-errorBgContainer-FZy {
    font-size: 20px;
    position: relative;
    margin-top: -5rem;
}

.errorView-bgTransparent--Zw {
    background: none !important;
    border: none !important;
}

/* header {
        background: none!important;
        border: none!important;
} */
.errorView-centerText-Y4f {
    font-size: 20px;
    color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.errorView-centerText-Y4f h1 {
    font-size: 195px;
    font-style: normal;
    font-weight: 600;
    line-height: 80%;
    letter-spacing: -3.9px;
    margin-bottom: 30px;
    color: #FFF;
}

.errorView-centerText-Y4f p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.4px;
}

.errorView-centerText-Y4f .errorView-btn-zqq {
    font-size: 14px;
    display: inline-block;
    padding: 8px 31px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    background: #FFF;
    color: #000;
    margin-top: 30px;
    cursor: pointer;
}

@media screen and (max-width: 960px) {
    .errorView-errorBgContainer-FZy {
        margin-top: 0;
    }

    .errorView-centerText-Y4f h1 {
        font-size: 50px;
    }

    .errorView-centerText-Y4f p {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        padding: 0 54px
    }

    .errorView-centerText-Y4f p br {
        display: none;
    }

    .errorView-centerText-Y4f a {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 170%;
    }
}
.main-root-YLm {
    /* composes: bg-white from global; */
    /* 230,229,229 */
    background: #FAFAFC;
    position: relative;
    /* 最小高度为一屏幕高度 */
    min-height: 100vh;
    width: 100vw;
    box-sizing: border-box;
    z-index: 1;
}

.main-root_masked-YlY {
}

.main-page-hXb {
    min-height: 100vh;
}

.main-page_masked-X6Z {
}

.main-footerPlacehoder-2Kg {
    height: 200px;
}


