/* node_modules/@cupshe/node-common-views/public/common/css/reset.css */
* {
  -webkit-tap-highlight-color: transparent;
}
html {
  width: 100%;
  height: 100%;
  line-height: normal;
  --scroll-bar: 0;
}
body {
  font-weight: 400;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  color: #1f1f1f;
  font-family:
    "Muli",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  padding: 0;
  text-align: left;
}
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
  font-weight: 400;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
select {
  font-size: 12px;
}
table {
  border-collapse: collapse;
}
fieldset,
img {
  border: 0 none;
}
fieldset {
  margin: 0;
  padding: 0;
}
fieldset p {
  margin: 0;
  padding: 0 0 0 8px;
}
legend {
  display: none;
}
address,
caption,
em,
strong,
th,
i {
  font-style: normal;
  font-weight: 400;
}
table caption {
  margin-left: -1px;
}
hr {
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #e4e4e4;
  border-width: 1px 0;
  clear: both;
  height: 2px;
  margin: 5px 0;
  overflow: hidden;
}
ol,
ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}
caption,
th {
  text-align: left;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  color: inherit;
  text-decoration: none;
}
body {
  margin: 0;
  font-feature-settings: normal !important;
  font-variant: normal !important;
  overflow-x: hidden;
}
* {
  font-feature-settings: normal;
  font-variant: normal;
}
img:not([src]),
img[src=""] {
  opacity: 0;
}

/* node_modules/@cupshe/node-common-views/public/common/css/tokens.css */

/* node_modules/@cupshe/node-common-views/public/common/css/base.css */
:root {
  --color-background-000000: #000000;
  --color-background-14aa6e-26: rgba(20, 170, 110, 0.15);
  --color-background-333333: #333333;
  --color-background-9c28b1: #9c28b1;
  --color-background-F94C46: #f94c46;
  --color-background-FFDD8D: #ffdd8d;
  --color-background-a9a9a9: #a9a9a9;
  --color-background-aqua: aqua;
  --color-background-d8d8d8: #d8d8d8;
  --color-background-ededed: #ededed;
  --color-background-f1f1f1: #f1f1f1;
  --color-background-f7f7f7: #f7f7f7;
  --color-background-fafafa: #fafafa;
  --color-background-ffffff: #ffffff;
  --color-border-cccccc: #cccccc;
  --color-border-d8d8d8: #d8d8d8;
  --color-border-1f1f1f: #1f1f1f;
  --color-border-f2f2f2: #f2f2f2;
  --color-border-ffffff: #ffffff;
  --color-border-000000: #000000;
  --color-scrollbar-f7f7f7: #f7f7f7;
  --color-shadow-000000-12: rgba(0, 0, 0, 0.12);
  --color-text-1f1f1f: #1f1f1f;
  --color-text-333333: #333333;
  --color-text-666666: #666666;
  --color-text-8B570D: #8b570d;
  --color-text-999999: #999999;
  --color-text-fa5050: #fa5050;
  --color-text-fafafa: #fafafa;
  --color-text-ffffff: #ffffff;
  --cupshe-color-title: #04040C;
  --cupshe-color-desc: #404040;
  --font-family-light: "KMRMelangeGrotesk-Light", sans-serif;
  --font-family-regular: "KMRMelangeGrotesk-Regular", sans-serif;
  --font-family-semibold: "KMRMelangeGrotesk-SemiBold", sans-serif;
  --font-family-extrabold: "KMRMelangeGrotesk-ExtraBold", sans-serif;
  --font-brand-Regular: "BradfordMonoLLWeb-Regular", monospace;
}
@media (min-width: 768px) {
}
@media (min-width: 1440px) {
}
@media (min-width: 1920px) {
}

/* node_modules/@cupshe/node-common-views/public/common/css/fonts.css */
:root {
  --font-family-light: "KMRMelangeGrotesk-Light", sans-serif;
  --font-family-regular: "KMRMelangeGrotesk-Regular", sans-serif;
  --font-family-semibold: "KMRMelangeGrotesk-SemiBold", sans-serif;
  --font-family-extrabold: "KMRMelangeGrotesk-ExtraBold", sans-serif;
  --font-brand-Regular: "BradfordMonoLLWeb-Regular", monospace;
}
.text-light,
.text-300,
.font-ml {
  font-family: var(--font-family-light);
}
.text-regular,
.text-400,
.font-ms {
  font-family: var(--font-family-regular);
}
.text-500 {
  font-family: var(--font-family-regular);
}
.text-semibold,
.text-600,
.font-mb {
  font-family: var(--font-family-semibold);
}
.text-extrabold,
.text-800,
.font-me {
  font-family: var(--font-family-extrabold);
}
.text-brand-400 {
  font-family: var(--font-brand-Regular);
}

/* node_modules/@cupshe/node-common-views/public/common/css/product-card.css */
.product-recommend-card {
  position: relative;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
.product-recommend-card ul {
  margin: 0;
}
.product-recommend-card .product-image .arrow-btn {
  width: 40px;
  height: 40px;
  border: 1px solid #f0f0f0;
  background-color: #fff;
  cursor: pointer;
  z-index: 2;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.product-recommend-card img {
  max-width: 100%;
  height: 100%;
}
.product-recommend-card img[src=""],
.product-recommend-card img:not([src]) {
  opacity: 0;
}
.product-recommend-card .product-image {
  position: relative;
  padding-bottom: 150%;
  height: 0;
  background-color: #F7F9FA;
}
.product-recommend-card .product-image .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}
.product-recommend-card .product-image .image-wrap.image-1 {
  visibility: visible;
}
.product-recommend-card .product-image .image-wrap.image-2 {
  visibility: hidden;
}
.product-recommend-card .product-image .video-wrap {
  height: 100%;
  width: 100%;
}
.product-recommend-card .product-image > a,
.product-recommend-card .wish-icon {
  display: flex;
}
.product-recommend-card .product-image .bag-btn {
  position: absolute;
  justify-content: center;
  align-items: center;
  height: 44px;
  width: 100%;
  cursor: pointer;
  bottom: 0;
  background: var(--Primary-Black, #04040c);
  font-size: 14px;
  display: none;
  z-index: 2;
  color: #fff;
  font-family: var(--font-family-semibold);
  text-transform: uppercase;
  border: none;
}
.product-recommend-card .product-image:hover .bag-btn,
.product-recommend-card .product-image:hover .arrow-btn {
  display: flex;
}
.product-recommend-card .product-image .bag-btn > span {
  line-height: normal;
}
.product-recommend-card .product-image .bag-btn:hover {
  background: #404040;
}
.product-recommend-card .product-image .img-prev {
  left: 10px;
  transform: rotate(90deg);
}
.product-recommend-card .product-image .img-next {
  right: 10px;
  transform: rotate(270deg);
}
.product-recommend-card .product-image:hover .flipping-image.image-1 {
  visibility: hidden;
}
.product-recommend-card .product-image:hover .flipping-image.image-2 {
  visibility: visible;
}
.product-recommend-card .product-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  color: var(--Text-White, #fff);
  background: var(--Primary-Black, #04040c);
  z-index: 2;
}
.product-recommend-card .product-info {
  padding: 12px 8px 0 8px;
}
.product-recommend-card .product-info a:hover {
  color: unset;
}
.product-recommend-card .product-skcs {
  display: flex;
  overflow-x: auto;
  gap: 6px;
  padding: 0 10px 0 16px;
}
.product-recommend-card .product-skcs li {
  flex-shrink: 0;
  height: 22px;
  width: 22px;
  padding: 2px;
  overflow: hidden;
  border-radius: 50%;
  border: 1.2px solid #e1e1e1;
  cursor: pointer;
}
.product-recommend-card .product-skcs li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
}
.product-recommend-card .product-skcs li.active {
  border-color: #252525;
}
.product-recommend-card .product-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.product-recommend-card .product-title h3,
.product-recommend-card .product-title p {
  overflow: hidden;
  color: var(--Primary-Black,#04040C);
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-family: var(--font-family-regular);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  line-height: normal;
  padding: 0;
  margin: 0;
  font-weight: unset;
}
.product-recommend-card .wish-icon {
  width: 24px;
  height: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  cursor: pointer;
}
.product-recommend-card .product-price {
  color: var(--Primary-Black,#04040c);
  font-size: 18px;
  font-style: normal;
  font-family: var(--font-family-semibold);
  gap: 6px;
}
.product-recommend-card .product-price strong {
  font-weight: unset;
  font-family: var(--font-family-semibold);
}
.product-recommend-card .origin-price {
  color: #808080;
  font-size: 14px;
  font-style: normal;
  font-family: var(--font-family-regular);
  text-decoration-line: line-through;
}
.product-recommend-card .product-sale-tag {
  color: #e00000;
  font-family: var(--font-family-regular);
  font-size: 14px;
  font-style: normal;
  margin-left: 4px;
}
.product-recommend-card .product-price-section,
.product-recommend-card .product-price-wrapper {
  display: flex;
  align-items: center;
  line-height: normal;
}
.product-recommend-card .product-price-wrapper {
  align-items: center;
  flex-wrap: wrap;
}
.product-recommend-card .product-price-section {
  justify-content: space-between;
}
.product-recommend-card .bag-icon {
  width: 24px;
  height: 24px;
  padding: 4px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .product-recommend-module {
    max-width: 100%;
  }
  .product-recommend-module header {
    font-size: 24px;
    padding: 0 16px 16px 16px;
  }
  .product-recommend-card .product-info {
    padding: 12px 8px 0 8px;
  }
  .product-recommend-card .product-title {
    margin-bottom: 6px;
  }
  .product-recommend-card .product-title h3,
  .product-recommend-card .product-title p {
    font-size: 12px;
    line-height: 102%;
    font-weight: unset;
  }
  .product-recommend-card .product-price {
    font-size: 13px;
  }
  .product-recommend-card .origin-price {
    font-size: 12px;
  }
  .product-recommend-card .product-sale-tag {
    font-size: 12px;
  }
}

/* node_modules/@cupshe/node-common-views/public/common/css/index.css */

/* node_modules/@cupshe/node-common-views/public/layouts/css/layout.css */

/* node_modules/@cupshe/node-common-views/public/layouts/css/topbar.css */
.topbar__layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 36px;
  position: relative;
}
@media (max-width: 1920px) {
  .topbar__layout {
    padding: 0 64px;
  }
}
@media (max-width: 1440px) {
  .topbar__layout {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .topbar__layout {
    padding: 0 32px;
  }
}
.topbar-ip-pc {
  z-index: 1;
  position: absolute;
  left: 64px;
}
#topbar__switch {
  z-index: 1;
  position: absolute;
  right: 64px;
}
.topbar__ip,
.topbar__switch {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  width: 25%;
  min-width: 180px;
  max-width: 400px;
  overflow: hidden;
  white-space: nowrap;
  height: 100%;
}
.topbar__ip > span {
  font-size: 12px;
}
.topbar__switch {
  justify-content: flex-end;
}
.topbar__layout .topbar__container {
  flex: 1;
  text-align: center;
}
.topbar__container {
  position: relative;
  overflow: hidden;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: none;
}
.topbar__container .topbar__item {
  font-size: 14px;
}
.topbar__list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.topbar__item {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(0%);
  height: 36px;
}
.topbar__text {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
  color: var(--color-text-333333);
  font-family: Muli-SemiBold;
}
.topbar__text p {
  display: inline-block;
  margin-bottom: 0px;
}
.topbar__countdown {
  font-family: Muli-SemiBold;
  font-size: 14px;
  line-height: 18px;
  margin-left: 8px;
}
.topbar__countdown .topbar__time {
  font-family: Muli-Bold;
}
.topbar__countdown p {
  display: inline-block;
}
.modal-content {
  position: relative;
}
.international {
  display: inline-block;
  height: 100%;
}
.international__content {
  display: flex;
  align-items: center;
  height: 100%;
}
.international__text {
  margin-right: 12px;
  font-size: 12px;
  text-align: center;
}
.international__flag {
  height: 12px;
  border: 1px solid white;
  margin-right: 4px;
}
.international__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
}
.international__popover {
  display: none;
  min-width: 140px;
  z-index: 2002;
  position: absolute;
  top: 28px;
  overflow: visible;
  color: var(--color-text-333333);
  background: var(--color-background-ffffff);
  right: 0;
  -webkit-box-shadow: 0 2px 10px 0 var(--color-shadow-000000-12);
  box-shadow: 0 2px 10px 0 var(--color-shadow-000000-12);
  padding: 16px;
}
.international__popover h4 {
  margin-bottom: 8px;
  font-family: Muli-Bold;
  font-size: 14px;
  line-height: 16px;
}
.international__popover .dropdown {
  width: 300px;
  margin-bottom: 16px;
  height: 38px;
  position: relative;
  user-select: none;
}
.location__popover .dropdown {
  width: 100%;
  position: relative;
  height: 44px;
}
.dropdown-toggle {
  padding: 10px 10px;
  font-size: 14px;
  background: var(--color-background-ffffff);
  color: var(--color-text-333333);
  border: none;
  border-radius: 1px;
  cursor: pointer;
  text-align: left;
  width: 100%;
  height: 44px;
  line-height: 44px;
  border: 1px solid var(--color-border-d8d8d8);
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: var(--color-background-ffffff);
  border: 1px solid var(--color-border-cccccc);
  border-top: none;
  border-radius: 1px;
  display: none;
  list-style: none;
  padding: 8px 0;
  margin: 0;
  z-index: 20;
  max-height: 200px;
  overflow-y: auto;
  scrollbar-width: none;
  scrollbar-color: var(--color-scrollbar-f7f7f7) transparent;
}
.dropdown-menu::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.dropdown-menu::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.dropdown-menu::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}
.dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
.dropdown-menu::-webkit-scrollbar {
  width: 1px;
  background-color: transparent;
}
.dropdown-menu::-webkit-scrollbar-thumb {
  background-color: var(-color-background-f7f7f7);
}
.dropdown-menu::-webkit-scrollbar-thumb:hover {
  background-color: var(--color-background-a9a9a9);
}
.international .dropdown-menu li {
  cursor: pointer;
  margin-left: 0 !important;
  padding: 0px 12px !important;
  font-size: 14px;
  line-height: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-items: center;
}
.international .dropdown-menu li p {
  margin-top: 0;
  margin-bottom: 0;
}
.international .dropdown-menu li:hover {
  background: var(--color-background-f1f1f1);
}
.international-sub-btn {
  width: 100%;
  height: 38px;
  background: var(--color-background-333333);
  border: none;
  border-radius: 0px;
  font-size: 14px;
  line-height: 16px;
  font-family: Muli-bold;
  color: var(--color-text-ffffff);
  cursor: pointer;
}
.current-site {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.current-site .div-img {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.dropdown-lang {
  margin-bottom: 0;
}
.dropdown-currency {
  margin-bottom: 0;
}
.dropdown {
}
.dropdown-info {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dropdown .div-img {
  display: inline-block;
  width: 24px;
  height: 18px;
  margin-right: 8px;
}
.location__popover {
  display: none;
  position: absolute;
  top: 37px;
  left: 32px;
  width: 340px;
  padding: 20px;
  background: var(--color-background-ffffff);
  box-shadow: 0 2px 10px 0 var(--color-shadow-000000-12);
  border: 1px solid var(--color-border-cccccc);
  z-index: 2002;
}
#topbar__ip:hover .location__popover {
  display: block;
}
.location-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.location-field {
  display: flex;
  flex-direction: column;
}
.location-label {
  font-size: 13px;
  line-height: 102%;
  margin-bottom: 10px;
  color: #404040;
}
.location-input,
.location-select {
  height: 44px;
  line-height: 44px;
  padding: 0 12px;
  border: 1px solid var(--color-border-d8d8d8);
  background: var(--color-background-ffffff);
  color: var(--color-text-333333);
  font-size: 14px;
}
.location-input:focus,
.location-select:focus {
  outline: none;
  border-color: var(--color-border-333333);
}
.location-input.has-error {
  border-color: var(--color-border-ff4d4f);
}
.location-error {
  color: var(--color-text-ff4d4f);
  font-size: 12px;
  line-height: 16px;
  margin-top: 6px;
}
.location-current {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--color-background-ffffff);
  color: var(--color-text-333333);
  font-size: 13px;
  cursor: pointer;
  text-decoration: underline;
}
.location-current__icon {
  display: flex;
  align-items: center;
}
.location-update-btn {
  height: 44px;
  background: var(--color-background-333333);
  color: var(--color-text-ffffff);
  border: none;
  font-size: 14px;
  font-family: Muli-bold;
  cursor: pointer;
}
.location-update-msg {
  padding: 12px;
  background: var(--color-background-fff6d1);
  color: var(--color-text-333333);
}
.location-current.is-loading {
  opacity: 0.7;
  pointer-events: none;
}
.location-current.is-loading::before {
  border: 2px solid var(--color-border-d8d8d8);
  border-top-color: var(--color-text-333333);
  animation: location-spin 1s linear infinite;
}
@keyframes location-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.location-input[disabled] {
  color: var(--color-text-a9a9a9);
  background: var(--color-background-f7f7f7);
}
.location-input::placeholder {
  color: var(--color-text-a9a9a9);
}
@media screen and (min-width: 767px) {
  .topbar__text {
    font-size: 14px;
    font-family: var(--font-family-regular);
  }
}

/* node_modules/@cupshe/node-common-views/public/layouts/css/logo.css */
body {
  height: auto !important;
}
#header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 56px;
  height: 72px;
  background-color: var(--color-background-f7f7f7);
  position: relative;
  z-index: 2000;
}
.header-themes {
  font-size: 0;
  display: flex;
  align-items: center;
  list-style: none;
  height: 100%;
  flex-shrink: 0;
  width: 280px;
}
.header-themes li {
  height: 100%;
  width: 144px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  cursor: pointer;
}
.theme_selected {
  background-color: var(--color-background-ffffff);
  border-top: 2px solid var(--color-text-1f1f1f);
  box-sizing: border-box;
}
.header-themes img {
  width: 120px;
}
.header-logo {
  font-size: 0;
  margin: 0 auto;
  text-align: center;
}
.header-logo img {
  height: 44px;
  font-size: 0;
}
.header-icon {
  width: 280px;
  display: flex;
  list-style: none;
  flex-shrink: 0;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
}
.header-icon li {
  margin-left: 24px;
  cursor: pointer;
  position: relative;
}
.header-search {
  width: 140px;
  box-sizing: border-box;
  padding: 10px 12px;
  background: var(--color-background-ededed);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
#header-search-input {
  border: none;
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  background: var(--color-background-ededed);
  width: 100%;
  margin-right: 8px;
}
#seachPopover {
  position: absolute;
  left: -94%;
  bottom: -12px;
}
.header-sunchaseclub {
  display: flex;
  align-items: center;
}
.header-sunchaseclub img {
  margin-left: 6px;
}
.header-message {
  display: flex;
  align-items: center;
}
#messagepopover a {
  cursor: pointer;
}
.header-message .header-message-dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: var(--color-background-F94C46);
  border-radius: 4px;
  margin-left: 2px;
}
.header-sunchaser {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.header-sunchaser img {
  height: 24px;
  width: auto;
  z-index: 1;
}
.header-sunchaser div {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 10px;
  height: 20px;
  line-height: 20px;
  background: var(--color-background-FFDD8D);
  font-weight: 600;
  color: var(--color-text-8B570D);
  border-radius: 0 10px 10px 0;
  font-size: 12px;
  padding-right: 8px;
  font-family: Muli-Bold;
  margin-left: -4px;
}
.header-sunchaser-shore {
  width: 60px;
}
.header-sunchaser-sand {
  width: 60px;
}
.header-sunchaser-sea {
  width: 60px;
}
.header-sunchaser-sun {
  width: 60px;
}
.header-icon li .header-count {
  position: absolute;
  color: var(--color-text-ffffff);
  height: 18px;
  min-width: 18px;
  border-radius: 45px;
  padding: 0 2px;
  font-size: 12px;
  line-height: 1;
  font-family: Muli-SemiBold;
  top: -6px;
  display: none;
  align-items: center;
  justify-content: center;
  right: -6px;
  background: var(--color-background-F94C46);
}
.header-icon li .user-popover {
  display: none;
  min-width: 170px;
  z-index: 2002;
  position: absolute;
  top: 34px;
  overflow: visible;
  color: #333;
  background: var(--color-background-ffffff);
  left: 50%;
  transform: translateX(-50%);
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  padding: 16px;
}
.header-user:hover .user-popover {
  display: block;
}
.user-popover-header {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--color-border-f2f2f2);
}
.header-icon li .user-popover::before {
  width: 0;
  height: 0;
  border-bottom: 6px solid var(--color-border-ffffff);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: -6px;
}
.user-popover-link p,
.user-popover-sign-out a {
  margin: 0;
  margin-top: 16px;
  font-size: 12px;
  line-height: 18px;
  color: var(--color-text-333333);
  font-family: Muli-Light;
}
.user-popover-sign-out a {
  display: block;
  text-decoration: underline;
}
.header-icon li .user-popover h4 {
  margin: 0;
  font-size: 14px;
  white-space: nowrap;
  line-height: 16px;
  font-family: Muli-Bold;
}
.header-icon li .international-popover {
  display: none;
  min-width: 140px;
  z-index: 2002;
  position: absolute;
  top: 34px;
  overflow: visible;
  color: var(--color-text-333333);
  background: var(--color-background-ffffff);
  right: -20px;
  -webkit-box-shadow: 0 2px 10px 0 var(--color-shadow-000000-12);
  box-shadow: 0 2px 10px 0 var(--color-shadow-000000-12);
  padding: 16px;
}
.header-icon li .international-popover::before {
  width: 0;
  height: 0;
  border-bottom: 6px solid var(--color-border-ffffff);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: "";
  position: absolute;
  right: 26px;
  margin-left: -6px;
  top: -6px;
}
#nav {
  height: 56px;
  padding: 0 56px;
  border-bottom: 1px solid var(--color-border-f2f2f2);
  position: relative;
  display: flex;
  justify-content: center;
  background: var(--color-background-ffffff);
  box-sizing: border-box;
}
.nav-page {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-page-pre,
.nav-page-next {
  margin: 0 6px;
  cursor: pointer;
  height: 20px;
}
.nav-level-1 {
  height: 56px;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  overflow: hidden;
  flex-wrap: wrap;
}
.nav-main {
  position: relative;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  flex-direction: column;
  position: static;
  cursor: pointer;
}
.nav-main .nav-child {
  position: absolute;
  top: 56px;
  left: 0;
  right: 0;
  background-color: var(--color-background-ffffff);
  display: none;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--color-border-f2f2f2);
  z-index: 9;
  justify-content: center;
  align-items: flex-start;
}
.nav-main:hover .nav-child {
  display: flex;
}
.nav-main-link {
  text-decoration: none;
  color: var(--color-text-1f1f1f);
  font-size: 15px;
  line-height: 18px;
  font-family: "Muli-Bold";
  position: relative;
  white-space: nowrap;
}
.nav-main-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: var(--color-text-333333);
  transform: translateX(-50%);
  transition: all 0.5s ease;
}
.nav-main:hover .nav-main-link::after {
  width: 100%;
  left: 0;
  transform: translateX(0);
}
.nav-child-content {
  display: flex;
  align-items: flex-start;
  margin: 40px 58px 24px 58px;
  justify-content: center;
  flex-wrap: wrap;
  white-space: nowrap;
}
.nav-level-2-title {
  font-size: 14px;
  font-family:
    "Muli-Bold",
    "Muli",
    "sans-serif";
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 16px;
  line-height: 18px;
}
.nav-level-2 a {
  text-decoration: none;
  cursor: default;
}
.nav-level-2 a.nav-level-link-2 {
  cursor: pointer;
}
.nav-level-2 a.nav-level-link-2:hover .nav-level-2-title {
  text-decoration: underline;
  text-decoration-color: var(--color-text-1f1f1f);
}
.nav-level-2-img {
  width: 220px;
  height: auto;
  margin-bottom: 12px;
}
.nav-level-3 a {
  text-decoration: none;
}
.nav-level-3-title {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  font-family:
    "Muli-Light",
    "Muli",
    "sans-serif";
  line-height: 18px;
  color: var(--color-text-000000);
  margin-top: 0;
  margin-bottom: 16px;
  cursor: pointer;
}
.nav-level-3 a:hover {
  text-decoration: underline;
  text-decoration-color: var(--color-text-000000);
}
@media screen and (min-width: 1336px) {
  .header-icon li {
    margin-left: 32px;
  }
  .header-search {
    width: 200px !important;
  }
  #seachPopover {
    position: absolute;
    left: -50%;
    bottom: -12px;
  }
}
.international-popover h4 {
  margin-bottom: 8px;
  font-family: Muli-Bold;
  font-size: 14px;
  line-height: 16px;
}
.international-popover .dropdown {
  width: 168px;
  margin-bottom: 16px;
  height: 38px;
  position: relative;
  user-select: none;
}
.modal-content {
  position: relative;
}
.dropdown-toggle {
  padding: 10px 10px;
  font-size: 14px;
  background: var(--color-background-ffffff);
  color: var(--color-text-333333);
  border: none;
  border-radius: 1px;
  cursor: pointer;
  text-align: left;
  width: 100%;
  border: 1px solid var(--color-border-d8d8d8);
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: var(--color-background-ffffff);
  border: 1px solid var(--color-border-cccccc);
  border-top: none;
  border-radius: 1px;
  display: none;
  list-style: none;
  padding: 8px 0;
  margin: 0;
  z-index: 20;
  max-height: 200px;
  overflow-y: auto;
  scrollbar-width: none;
  scrollbar-color: var(--color-scrollbar-f7f7f7) transparent;
}
.dropdown-menu::-webkit-scrollbar {
  width: 1px;
  background-color: transparent;
}
.dropdown-menu::-webkit-scrollbar-thumb {
  background-color: var(-color-background-f7f7f7);
}
.dropdown-menu::-webkit-scrollbar-thumb:hover {
  background-color: var(--color-background-a9a9a9);
}
.dropdown-menu li {
  cursor: pointer;
  margin-left: 0 !important;
  padding: 0px 12px !important;
  font-size: 14px;
  line-height: 36px;
  height: 36px;
}
.dropdown-menu li:hover {
  background: var(--color-background-f1f1f1);
}
.international-btn {
  width: 100%;
  height: 38px;
  background: var(--color-background-333333);
  border: none;
  border-radius: 0px;
  font-size: 14px;
  line-height: 16px;
  font-family: Muli-bold;
  color: var(--color-text-ffffff);
  cursor: pointer;
}
.current-site {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.current-site img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.dropdown-lang {
  margin-bottom: 0;
}
.dropdown-currency {
  margin-bottom: 0;
}
.topbar-container {
  position: relative;
  overflow: hidden;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: none;
}
.topbar-list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.topbar-item {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(0%);
  height: 36px;
}
.topbar-text {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
  color: var(--color-text-333333);
}
.topbar-text p {
  display: inline-block;
  margin-bottom: 0px;
}
.topbar-countdown {
  font-size: 14px;
  line-height: 18px;
  margin-left: 8px;
}
.topbar-countdown .topbar-time {
}
.topbar-countdown p {
  display: inline-block;
}
.registerSubscribeText p {
  margin-bottom: 0;
}
.theme_showName {
  color: var(--color-text-1f1f1f);
  text-transform: uppercase;
  font-size: 14px;
  margin-right: 32px;
  font-family: "Muli-Bold";
}
.theme_3tab {
  padding: 0 !important;
}
.theme_3tab_selected {
  border-bottom: 2px solid var(--color-border-1f1f1f);
}
.header-3tab-search {
  display: flex;
  align-items: center;
  padding: 10px 30px;
  border-bottom: 1px solid var(--color-border-000000);
}
.header-3tab-search i {
  height: 20px;
  font-size: 0;
  position: absolute;
  left: 0;
}
.header-3tab-search #header-search-input {
  width: 140px;
  border: none;
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  background: none;
  margin-right: 0;
}
.search-3tab-close-icon {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
}
#setting .notice-wrapper {
  display: none !important;
}
@media screen and (max-width: 1337px) {
  .header-3tab-search #header-search-input {
    width: 80px;
  }
}

/* node_modules/@cupshe/node-common-views/public/layouts/css/header.css */
.header__layout {
  position: sticky;
  top: 0;
  background: var(--color-background-ffffff);
  z-index: 99;
}
.mega-menu {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: var(--color-background-ffffff);
  z-index: 2002;
}
.mega-menu__inner {
  display: flex;
  margin: auto;
  padding: 24px 0;
}
.mega-menu__title {
  font-family: Muli-Bold;
  font-size: 14px;
  margin-bottom: 24px;
}
.mega-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mega-menu__list li {
  margin-bottom: 15px;
}
.mega-menu__list a {
  color: var(--color-text-333333);
  text-decoration: none;
}
.mega-menu__list a:hover {
  text-decoration: underline;
}
.mega-menu__promo {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.mega-menu__card {
}
.mega-menu__img {
  width: 100%;
  height: 160px;
  background-size: cover;
  background-position: center;
}
.mega-menu__caption {
  text-align: center;
  margin-top: 8px;
}
.sec-mutil-col {
  width: auto !important;
  min-width: 260px;
  flex: 0 0 auto;
}
.nav-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}
.nav-track {
  position: relative;
  width: 100%;
  padding: 0 150px;
}
.nav-arrows {
  display: none;
  position: absolute;
  top: 0;
  right: 40px;
  height: 44px;
  gap: 8px;
  align-items: center;
}
.nav-wrap a {
  font-size: 15px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nav-arrows-disable {
  color: #999;
}
.nav-arrows-active {
  color: #1F1F1F;
}
.nav-l1-item > a {
  height: 44px;
  display: flex;
  align-items: center;
}
.nav-list {
  display: flex;
  height: 44px;
  overflow: hidden;
}
.nav-list > ul {
  display: flex;
  justify-content: flex-start;
  gap: 0 32px;
  flex-flow: row wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: auto;
}
.nav-item-link {
  position: relative;
  text-decoration: none;
}
.nav-item-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 500ms ease;
}
.nav-item-link:hover::after {
  transform: scaleX(1);
}
.nav-item-link-first::after {
  bottom: -9px;
}
.nav-track {
  border-bottom: 1px solid rgba(4, 4, 12, 0.05);
}
.nav-l1-link {
  text-decoration: none;
  font-size: 15px;
  line-height: 36px;
}
.pc-header {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.pc-header__inner {
  box-sizing: border-box;
  height: 72px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 72px;
}
.pc-header__inner li {
  cursor: pointer;
}
.pc-header__logo {
  width: 167px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pc-header__actions {
  position: absolute;
  right: 64px;
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pc-header__actions li {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.pc-header__item--user {
  position: relative;
}
.pc-header__actions svg {
  display: block;
  width: 24px;
  height: 24px;
}
.pc-header__badge {
  position: absolute;
  top: -3px;
  right: 3px;
  min-width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #E0242C;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
}
.pc-header__popover {
  display: none;
  position: absolute;
  top: 30px;
  right: -100px;
  font-size: 16px;
  width: 243px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 24px;
  z-index: 10;
}
.pc-header__popover h4 {
  font-size: 16px;
  font-weight: 600;
}
.pc-header__popover a {
  display: block;
  font-size: 14px;
  color: #04040C;
  text-decoration: none;
}
.login-popover h4 {
  margin-bottom: 24px;
}
.logout-popover h4 {
  margin-bottom: 16px;
}
.pc-header__popover a:not(:last-child) {
  margin-bottom: 16px;
}
.pc-header__popover a.pc-header__signin {
  background-color: #04040C;
  color: #ffffff;
  padding: 16px 16px;
  text-align: center;
  margin-bottom: 24px;
}
.pc-header__popover a:hover {
  text-decoration: underline;
}
.login-popover a.pc-header__signout {
  font-weight: 300;
  text-decoration: underline;
}
.pc-header__actions .header-open-livechat {
  display: none;
}
.header_search__popup_wrap {
  position: relative;
  transition: all 0.3s ease-in-out;
}
#headerSearchPopup {
  position: relative;
}
body.search-popup-open .new-top-main {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
}

/* node_modules/@cupshe/node-common-views/public/layouts/css/footer.css */

/* node_modules/@cupshe/node-common-views/public/layouts/css/index.css */

