@font-face {
  font-family: "MiSans Latin";
  src: url("../fonts/MiSansLatin-Regular.woff2") format("woff2");
  font-weight: 330;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MiSans Latin";
  src: url("../fonts/MiSansLatin-Medium.woff2") format("woff2");
  font-weight: 380;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MiSans Latin";
  src: url("../fonts/MiSansLatin-Demibold.woff2") format("woff2");
  font-weight: 450;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MiSans Latin";
  src: url("../fonts/MiSansLatin-Semibold.woff2") format("woff2");
  font-weight: 520;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MiSans Latin";
  src: url("../fonts/MiSansLatin-Bold.woff2") format("woff2");
  font-weight: 630;
  font-style: normal;
  font-display: swap;
}

body.sg-store-chrome {
  --sg-black: #0f0f0f;
  --sg-muted: #bbbbbd;
  --sg-gray: #6e6e73;
  --sg-footer: #f3f3f4;
  --sg-red: #da291c;
  --font-family-mi-sans-regular-330: "MiSans Latin", -apple-system, BlinkMacSystemFont, Roboto, Arial, "PingFang SC", "Microsoft Yahei", sans-serif;
  --font-family-mi-sans-medium-380: "MiSans Latin", -apple-system, BlinkMacSystemFont, Roboto, Arial, "PingFang SC", "Microsoft Yahei", sans-serif;
  --font-family-mi-sans-demi-bold-450: "MiSans Latin", -apple-system, BlinkMacSystemFont, Roboto, Arial, "PingFang SC", "Microsoft Yahei", sans-serif;
  --font-family-mi-sans-semi-bold-520: "MiSans Latin", -apple-system, BlinkMacSystemFont, Roboto, Arial, "PingFang SC", "Microsoft Yahei", sans-serif;
  --font-family-mi-sans-bold-630: "MiSans Latin", -apple-system, BlinkMacSystemFont, Roboto, Arial, "PingFang SC", "Microsoft Yahei", sans-serif;
  font-family: var(--font-family-mi-sans-regular-330);
  scrollbar-width: thin;
  scrollbar-color: #e1e1e4 transparent;
}

html {
  scrollbar-width: thin;
  scrollbar-color: #e1e1e4 transparent;
}

html::-webkit-scrollbar {
  width: 8px !important;
  height: 8px !important;
}

body.sg-store-chrome::-webkit-scrollbar,
.sg-quick-links::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #e1e1e4 !important;
  border-radius: 4px;
}

.font-miSansRegular330 {
  font-family: var(--font-family-mi-sans-regular-330);
  font-weight: 330;
}

.font-miSansMedium380 {
  font-family: var(--font-family-mi-sans-medium-380);
  font-weight: 380;
}

.font-miSansDemiBold450 {
  font-family: var(--font-family-mi-sans-demi-bold-450);
  font-weight: 450;
}

.font-miSansSemiBold520 {
  font-family: var(--font-family-mi-sans-semi-bold-520);
  font-weight: 520;
}

.font-miSansBold630 {
  font-family: var(--font-family-mi-sans-bold-630);
  font-weight: 630;
}

.text-gray-3 {
  color: #bbbbbd;
}

.text-gray-5 {
  color: #6e6e73;
}

.text-black {
  color: #0f0f0f;
}

.text-primary,
.hover\:text-primary:hover {
  color: #da291c;
}

body.sg-store-chrome #main {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
}

html:has(body[data-scroll-locked]),
body[data-scroll-locked],
body[data-scroll-locked] #main {
  overflow: hidden !important;
  overscroll-behavior: none;
}

body.sg-store-chrome .wrapper {
  padding-top: 0;
}

/* Store-aligned header: ids/classes match segway_frontend_us Header.tsx / HeaderTop.tsx */
#header-promotion,
#page-nav,
#header-nav,
#menuNav,
#header-menu-wrap {
  box-sizing: border-box;
}

#header-promotion *,
#page-nav *,
#menuNav *,
#header-menu-wrap * {
  box-sizing: border-box;
}

#header-promotion {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  display: flex;
  width: 100%;
  max-width: 2560px;
  align-items: center;
  justify-content: flex-start;
  background: #000;
  height: 30px;
  padding: 6px 14px 6px 17px;
  text-align: left;
}

#header-promotion .header-promotion-inner {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

#header-promotion .header-promotion-left {
  display: flex;
  flex: 1;
  min-width: 0;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  text-align: left;
}

#header-promotion .header-promotion-left > a,
#header-promotion .header-promotion-left > span {
  display: none;
}

#header-promotion a {
  color: #bbbbbd;
}

#header-promotion .underline {
  text-decoration: underline;
}

#header-promotion .no-underline {
  text-decoration: none;
}

#header-promotion .text-gray-3,
#header-promotion .text-\[\#BBBBBD\] {
  color: #bbbbbd;
}

#header-promotion .header-promotion-track {
  width: 100%;
  min-width: 0;
  height: 20px;
  overflow: hidden;
}

#header-promotion .header-promotion-slide {
  display: none;
  height: 100%;
}

#header-promotion .header-promotion-slide.is-active {
  display: block;
}

#header-promotion .header-promotion-pc {
  display: none;
}

#header-promotion .header-promotion-mb {
  display: flex;
  width: 100%;
  height: 20px;
  align-items: center;
  justify-content: flex-start;
  font-size: 12px;
  line-height: 20px;
  color: #bbbbbd;
  text-align: left;
  text-decoration: none;
}

#header-promotion .header-promotion-links {
  display: none;
}

#header-promotion .mr-1 {
  margin-right: 4px;
  flex-shrink: 0;
}

#header-promotion .ml-1 {
  margin-left: 4px;
  min-width: 0;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}

#header-promotion .mx-1 {
  margin-left: 4px;
  margin-right: 4px;
}

#header-promotion .mr-2 {
  display: flex;
  width: 100%;
  min-width: 0;
  align-items: center;
  justify-content: flex-start;
  margin-right: 0;
}

#header-promotion .h-4,
#header-promotion .w-4 {
  width: 16px;
  height: 16px;
}

#header-promotion .invert {
  filter: invert(1);
}

#header-promotion img {
  display: inline-block;
  vertical-align: middle;
  object-fit: contain;
  flex-shrink: 0;
}

#page-nav {
  position: sticky;
  top: 0;
  z-index: 40;
  width: 100%;
  overflow: visible;
  background: #fff;
  padding: 0 16px;
}

#header-nav {
  position: relative;
  z-index: 2;
  overflow: visible;
}

#header-nav .header {
  position: relative;
  margin: 0 auto;
  display: flex;
  height: 40px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  overflow: visible;
}

#header-nav .header-nav-pc {
  display: none;
  position: relative;
  min-width: 0;
  flex: 1;
}

.header-nav-carousel {
  position: relative;
  width: 100%;
  padding: 0 40px;
}

.header-nav-viewport {
  overflow: hidden;
}

.header-nav-track {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: max-content;
  will-change: transform;
  transition: transform 0.28s ease;
}

#header-nav .header-nav-pc a {
  flex: 0 0 auto;
  color: #0f0f0f;
  text-decoration: none;
  white-space: nowrap;
  font-family: var(--font-family-mi-sans-demi-bold-450);
  font-weight: 450;
  font-size: 12px;
  line-height: 16px;
}

#header-nav .header-nav-pc a:last-child {
  margin-right: 0;
}

#header-nav .header-nav-pc a.is-hover,
#header-nav .header-nav-pc a.has-mega:hover {
  color: #da291c;
}

.header-nav-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  appearance: none;
  cursor: pointer;
  line-height: 0;
  transform: translateY(-50%);
}

.header-nav-arrow:hover,
.header-nav-arrow:focus,
.header-nav-arrow:active {
  background: transparent;
  outline: none;
}

.header-nav-arrow-prev {
  left: 0;
}

.header-nav-arrow-next {
  right: 0;
}

.header-nav-arrow-prev svg {
  transform: rotate(180deg);
}

.header-nav-arrow[hidden] {
  display: none;
}

.floating-nav {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 50;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  text-align: left;
}

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

.floating-nav a {
  text-decoration: none;
  color: inherit;
}

.floating-nav-panel[hidden] {
  display: none !important;
}

.floating-nav-inner {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  width: 100%;
  max-width: 1440px;
  min-height: 375px;
  margin: 0 auto;
  padding: 28px 24px;
}

.floating-nav-labels {
  width: 160px;
  flex: none;
}

.floating-nav-labels ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.floating-nav-label {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  text-align: left;
  font-family: var(--font-family-mi-sans-medium-380);
  font-size: 14px;
  line-height: 20px;
  font-weight: 380;
  color: #86868b;
}

.floating-nav-label:hover,
.floating-nav-label.is-active {
  color: #0f0f0f;
}

.floating-nav-main {
  display: flex;
  min-width: 0;
  flex: 1;
  align-items: stretch;
  gap: 28px;
}

.floating-nav-products-wrap {
  min-width: 0;
  flex: 1;
}

.floating-nav-products {
  display: none;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.floating-nav-products.is-active {
  display: grid;
}

.floating-nav-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: inherit;
  text-decoration: none;
}

.floating-nav-card-img {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
}

.floating-nav-card-img img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  padding: 8px;
  transition: transform 0.3s ease;
}

.floating-nav-card:hover .floating-nav-card-img img {
  transform: scale(1.05);
}

.floating-nav-card-name {
  display: block;
  margin-top: 4px;
  overflow: hidden;
  font-size: 14px;
  line-height: 18px;
  font-weight: 380;
  color: #0f0f0f;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.floating-nav-card-price {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 8px;
}

.floating-nav-price {
  display: inline-flex;
  align-items: baseline;
  font-family: var(--font-family-mi-sans-demi-bold-450);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 450;
  color: #0f0f0f;
}

.floating-nav-price-currency,
.floating-nav-price-frac,
.floating-nav-price-sign {
  font-size: 14px;
}

.floating-nav-price.is-sale,
.floating-nav-price.is-sale .floating-nav-price-currency,
.floating-nav-price.is-sale .floating-nav-price-int,
.floating-nav-price.is-sale .floating-nav-price-frac,
.floating-nav-price.is-sale .floating-nav-price-sign {
  color: #da291c;
}

.floating-nav-price.is-was {
  color: #86868b;
}

.floating-nav-price.is-was .floating-nav-price-int,
.floating-nav-price.is-was .floating-nav-price-frac {
  text-decoration: line-through;
}

.floating-nav-price-gap {
  display: block;
  width: 4px;
  flex-shrink: 0;
}

.floating-nav-divider {
  width: 1px;
  align-self: stretch;
  flex-shrink: 0;
  background: #ebebed;
}

.floating-nav-links {
  display: flex;
  width: 160px;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.floating-nav-shop {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  text-align: left;
}

.floating-nav-shop.is-active {
  display: flex;
}

.floating-nav-shop a {
  display: inline-block;
  font-family: var(--font-family-mi-sans-medium-380);
  font-size: 14px;
  line-height: 20px;
  font-weight: 380;
  color: #0f0f0f;
  text-align: left;
  text-decoration: none;
}

.floating-nav-shop a:hover {
  color: #da291c;
}

#header-nav .header-actions {
  position: relative;
  z-index: 30;
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 0;
}

#header-nav .header-actions a,
#header-nav .header-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  line-height: 0;
  color: #000;
}

#header-nav .header-actions a svg,
#header-nav .header-actions button svg {
  display: block;
  width: 24px;
  height: 24px;
  max-width: none;
  flex-shrink: 0;
}

.sg-mini-cart-trigger {
  position: relative;
}

.sg-mini-cart-badge {
  position: absolute;
  top: -4px;
  right: -6px;
  z-index: 1;
  display: flex;
  box-sizing: border-box;
  min-width: 8px;
  height: 14px;
  align-items: center;
  justify-content: center;
  padding: 0 3px;
  border-radius: 20px;
  background: #da291c;
  color: #fff;
  font-family: var(--font-family-mi-sans-regular-330);
  font-size: 12px;
  font-weight: 330;
  line-height: 1;
  white-space: nowrap;
}

.sg-mini-cart-badge.is-wide {
  right: -12px;
}

.sg-mini-cart-badge[hidden] {
  display: none;
}

.sg-mini-cart-dropdown {
  position: absolute;
  top: 36px;
  right: 0;
  z-index: 40;
  font-size: 14px;
  line-height: 1.2;
}

.sg-mini-cart-dropdown::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  width: 100%;
  height: 24px;
}

.sg-mini-cart-dropdown[hidden] {
  display: none;
}

.sg-mini-cart-panel {
  width: 294px;
  box-sizing: border-box;
  padding: 20px 10px 20px 16px;
  border: 1px solid #f3f3f4;
  border-radius: 8px;
  background: #fff;
  color: #000;
  box-shadow: 0 8px 24px rgba(15, 15, 15, 0.08);
  backdrop-filter: blur(24px);
}

.sg-mini-cart-list {
  display: grid;
  max-height: 262px;
  gap: 4px;
  overflow-x: hidden;
  overflow-y: auto;
}

.sg-mini-cart-empty {
  display: flex;
  justify-content: center;
}

#header-nav .header-actions .sg-mini-cart-item {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
  padding: 6px 0;
  border-radius: 8px;
  background: transparent;
  color: #0f0f0f;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
}

#header-nav .header-actions .sg-mini-cart-item:hover {
  background: #f3f3f4;
}

.sg-mini-cart-thumb {
  position: relative;
  flex: none;
  width: 64px;
  height: 64px;
}

.sg-mini-cart-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sg-mini-cart-info {
  min-width: 0;
  flex: 1;
  padding: 0 16px;
  text-align: left;
}

.sg-mini-cart-name {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-family: var(--font-family-mi-sans-demi-bold-450);
  font-size: 14px;
  font-weight: 450;
  line-height: 1.2;
  color: #0f0f0f;
}

.sg-mini-cart-price-row {
  display: flex;
  min-width: 0;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 6px;
}

.sg-mini-cart-price {
  display: inline-flex;
  flex: none;
  align-items: baseline;
  font-family: var(--font-family-mi-sans-demi-bold-450);
  font-weight: 450;
  line-height: 1.2;
  color: #86868b;
}

.sg-mini-cart-price.is-sale {
  color: #da291c;
}

.sg-mini-cart-price-currency,
.sg-mini-cart-price-frac {
  font-size: 12px;
}

.sg-mini-cart-price-int {
  font-size: 14px;
}

.sg-mini-cart-price.is-strike {
  margin-left: 6px;
  color: #86868b;
  text-decoration: line-through;
}

.sg-mini-cart-qty {
  flex: none;
  padding-right: 6px;
  font-family: var(--font-family-mi-sans-regular-330);
  font-size: 14px;
  font-weight: 330;
  line-height: 1.2;
  color: #0f0f0f;
}

.sg-mini-cart-footer {
  margin-top: 14px;
  padding-top: 20px;
  border-top: 1px solid #f3f3f4;
}

.sg-mini-cart-savings {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-bottom: 14px;
}

.sg-mini-cart-savings[hidden] {
  display: none;
}

.sg-mini-cart-savings-label {
  font-family: var(--font-family-mi-sans-regular-330);
  font-size: 14px;
  font-weight: 330;
  line-height: 1.2;
  color: #86868b;
}

.sg-mini-cart-savings-price .sg-mini-cart-price {
  color: #da291c;
}

.sg-mini-cart-savings-price .sg-mini-cart-price-currency,
.sg-mini-cart-savings-price .sg-mini-cart-price-frac {
  font-size: 12px;
}

#header-nav .header-actions .sg-mini-cart-view {
  display: flex;
  width: 100%;
  height: 40px;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border: 0;
  border-radius: 999px;
  background: #da291c;
  color: #fff;
  font-family: var(--font-family-mi-sans-demi-bold-450);
  font-size: 14px;
  font-weight: 450;
  line-height: 1.2;
  text-decoration: none;
}

#header-nav .header-actions .sg-mini-cart-view:hover,
#header-nav .header-actions .sg-mini-cart-view:focus {
  background: #fa1f1f;
  color: #fff;
}

#header-nav .header-actions .sg-mini-cart-view:active {
  background: #c40001;
  color: #fff;
}

#header-nav .header-actions .sg-mini-cart-empty svg {
  width: 120px;
  height: 120px;
}

@media (max-width: 1199px) {
  .sg-mini-cart-dropdown {
    display: none !important;
  }
}

.sg-header-logo,
.sg-header-logo-link {
  display: flex;
  height: 100%;
  align-items: stretch;
  flex-shrink: 0;
  overflow: visible;
}

.sg-logo-pc {
  display: none;
  height: 100%;
  align-items: center;
  flex-shrink: 0;
  gap: 1.887px;
  overflow: visible;
}

.sg-logo-pc-mark {
  display: block;
  align-self: flex-end;
  flex-shrink: 0;
  width: 60px;
  height: 40px;
  overflow: visible;
}

.sg-logo-pc-mark-svg,
.sg-logo-pc-word,
.sg-logo-mb {
  display: block;
  overflow: visible;
  max-width: none !important;
  max-height: none !important;
  flex-shrink: 0;
}

.sg-logo-pc-mark-svg {
  width: 60px !important;
  height: 40px !important;
}

.sg-logo-pc-word {
  width: 120.538px !important;
  height: 20px !important;
}

.sg-logo-mb {
  width: 85px !important;
  height: 40px !important;
}

#header-menu-wrap {
  display: none;
  overflow: hidden;
}

#header-menu-wrap.is-open {
  display: flex;
}

.memuContent {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  width: 100%;
  overflow-y: auto;
  background: #fff;
  text-align: left;
}

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

.memuContent .lineBox {
  padding: 12px 16px;
}

.memuContent .line {
  width: 100%;
  height: 1px;
  background: #000000a6;
}

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

.memuContent p {
  margin: 0;
}

.memuContent .pb-\[40px\] {
  padding-bottom: 40px;
}

.nav-mb-row,
.nav-mb-subrow {
  display: flex;
  width: 100%;
  align-items: center;
  margin: 0;
  padding: 16px 14px;
  border: 0;
  background: none;
  box-shadow: none;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  text-align: left;
  color: #0f0f0f;
  text-decoration: none;
  font-family: inherit;
}

.nav-mb-row:focus,
.nav-mb-subrow:focus,
.nav-mb-row:focus-visible,
.nav-mb-subrow:focus-visible {
  outline: none;
  box-shadow: none;
}

.nav-mb-icon {
  display: block;
  width: 32px;
  height: 32px;
  flex: none;
  overflow: hidden;
}

.nav-mb-icon img {
  display: block;
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.nav-mb-label {
  margin-left: 12px;
  flex: 1;
  min-width: 0;
  font-size: 18px;
  line-height: 22px;
  font-weight: 380;
  font-family: var(--font-family-mi-sans-medium-380);
}

.nav-mb-action {
  display: flex;
  width: 24px;
  height: 24px;
  flex: none;
  align-items: center;
  justify-content: center;
}

.nav-mb-minus {
  display: none;
}

.nav-mb-item.is-open > .nav-mb-row .nav-mb-plus,
.nav-mb-sub.is-open > .nav-mb-subrow .nav-mb-plus {
  display: none;
}

.nav-mb-item.is-open > .nav-mb-row .nav-mb-minus,
.nav-mb-sub.is-open > .nav-mb-subrow .nav-mb-minus {
  display: block;
}

.nav-mb-panel {
  display: none;
  padding: 0 12px 8px;
  background: #fff;
}

.nav-mb-item.is-open > .nav-mb-panel {
  display: block;
}

.nav-mb-panel.is-simple {
  padding: 0;
  padding-bottom: 8px;
  background: #f8f8f9;
}

.nav-mb-subs {
  background: #f8f8f9;
}

.nav-mb-subrow {
  padding: 20px 12px;
}

.nav-mb-sublabel,
.nav-mb-substatic,
.nav-mb-simple-text {
  flex: 1;
  font-size: 16px;
  line-height: 22px;
  color: #0f0f0f;
  text-align: left;
}

.nav-mb-substatic {
  padding: 12px 24px;
}

.nav-mb-subpanel {
  display: none;
  padding: 12px 0;
  background: #fff;
}

.nav-mb-sub.is-open > .nav-mb-subpanel {
  display: block;
}

.nav-mb-products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding-bottom: 8px;
}

.nav-mb-products .floating-nav-card-name {
  text-align: left;
  line-height: 14px;
}

.nav-mb-products .floating-nav-card-price {
  justify-content: flex-start;
}

.nav-mb-subview {
  display: flex;
  justify-content: center;
  padding-top: 16px;
}

.nav-mb-subview a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  line-height: 20px;
  color: #da291c;
  text-decoration: none;
}

.nav-mb-shopall {
  display: flex;
  height: 44px;
  margin: 8px 14px 0;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border-radius: 999px;
  background: #ebebed;
  font-size: 16px;
  color: #0f0f0f;
  text-decoration: none;
}

.nav-mb-simple-link {
  display: flex;
  align-items: center;
  padding: 12px 24px;
  border-top: 1px solid #ebebed;
  font-size: 16px;
  line-height: 22px;
  color: #0f0f0f;
  text-decoration: none;
  background: none;
}

.nav-mb-simple-label {
  flex: 1;
  min-width: 0;
  text-align: left;
}

.nav-mb-simple-link svg,
.nav-mb-shopall svg {
  display: block;
  flex-shrink: 0;
}

.nav-mb-simple-text {
  padding: 12px 24px;
  border-top: 1px solid #ebebed;
}

.nav-mb-utility a {
  display: flex;
  height: 64px;
  align-items: center;
  padding: 16px;
  font-size: 18px;
  line-height: 22px;
  color: #0f0f0f;
  text-decoration: none;
}

.nav-mb-utility a:hover {
  background: #f3f3f4;
}

.nav-mb-hub-title {
  padding: 16px;
  font-size: 12px;
  line-height: 16px;
  color: #6e6e73;
}

#menuNav .nav-mb-row,
#menuNav .nav-mb-subrow,
#menuNav .nav-mb-shopall,
#menuNav .nav-mb-subview a,
#menuNav .nav-mb-utility a {
  display: flex;
  height: auto;
  color: #0f0f0f;
  text-decoration: none;
}

#menuNav .nav-mb-simple-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: auto;
  padding: 12px 24px;
  color: #0f0f0f;
  text-decoration: none;
  background: none;
}

#menuNav .nav-mb-utility a {
  height: 64px;
}

#menuNav .nav-mb-shopall {
  height: 44px;
}

#menuNav .nav-mb-products .floating-nav-card {
  display: flex;
  height: auto;
  padding: 0;
  font-size: inherit;
  background: none;
}

#header-nav [data-menu-toggle] {
  display: flex;
}

#header-promotion .hidden,
#page-nav .hidden,
#header-menu-wrap.hidden,
.header-menu-close.hidden {
  display: none !important;
}

.sg-hubbar {
  position: relative;
  z-index: 1;
  background: #fff;
  border-bottom: 1px solid #f3f3f4;
}

.sg-hubbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;
  gap: 24px;
  margin: 0 auto;
}

.sg-hub-title,
.sg-hub-title.font-miSansSemiBold520 {
  color: var(--sg-black);
  text-decoration: none;
  font-family: var(--font-family-mi-sans-semi-bold-520);
  font-weight: 520;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: normal;
}

.sg-hub-nav {
  display: none;
  align-items: center;
  gap: 32px;
}

.sg-hub-nav a {
  display: inline-block;
  box-sizing: border-box;
  height: 46px;
  padding-top: 12px;
  padding-bottom: 10px;
  color: rgba(0, 0, 0, 0.65);
  text-decoration: none;
  font-size: 16px;
  font-weight: 380;
  line-height: 22px;
  border-bottom: 2px solid transparent;
}

.sg-hub-nav a:hover {
  color: var(--sg-red);
}

.sg-hub-nav a.is-active {
  color: var(--sg-black);
  border-bottom-color: #0f0f0f;
}

.sg-hub-mobile,
.sg-hub-mobile.font-miSansDemiBold450 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: 0;
  font-family: var(--font-family-mi-sans-medium-380);
  font-size: 16px;
  font-weight: 380;
  line-height: 24px;
  color: var(--sg-black);
  cursor: pointer;
}

.sg-hub-mobile svg {
  display: block;
}

.sg-hub-mobile.is-open svg {
  transform: rotate(180deg);
}

.sg-hub-dropdown {
  display: none;
  flex-direction: column;
  padding: 8px 0 16px;
  background: #fff;
}

.sg-hub-mobile.is-open + .sg-hub-dropdown,
.sg-hubbar.is-open .sg-hub-dropdown,
.sg-hub-dropdown:not([hidden]) {
  display: flex;
}

.sg-hub-dropdown[hidden] {
  display: none !important;
}

.sg-hub-dropdown a {
  padding: 12px 0;
  color: var(--sg-black);
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.sg-footer {
  background: var(--sg-footer);
  color: var(--sg-gray);
  text-align: left;
  font-family: var(--font-family-mi-sans-regular-330);
  font-size: 12px;
  line-height: 16px;
}

.sg-footer,
.sg-footer p,
.sg-footer div,
.sg-footer span,
.sg-footer a,
.sg-footer button,
.sg-footer li {
  text-align: left !important;
}

.sg-footer p {
  margin: 0;
  padding: 0;
  font-size: 12px !important;
  line-height: 16px !important;
  font-weight: inherit;
  font-family: inherit;
  color: inherit;
}

.sg-footer-inner {
  width: 100%;
  max-width: 2560px;
  margin: 0 auto;
  padding: 20px 16px 80px;
}

.sg-footer-brand {
  width: 118px;
  height: 24px;
  margin-bottom: 24px;
}

.sg-footer-grid,
.sg-footer-left,
.sg-footer-right {
  display: flex;
  flex-direction: column;
}

.sg-footer-col {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.sg-footer-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  font-family: var(--font-family-mi-sans-medium-380);
  font-size: 14px !important;
  font-weight: 380;
  line-height: 16px;
  color: var(--sg-black);
  cursor: pointer;
  text-align: left;
  box-shadow: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
}

.sg-footer-toggle:focus,
.sg-footer-toggle:focus-visible,
.sg-footer-toggle:hover,
.sg-footer-toggle:active {
  outline: none;
  background: transparent;
  box-shadow: none;
  color: var(--sg-black);
}

.sg-footer-toggle::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.sg-footer-links {
  display: none;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 12px;
  font-family: var(--font-family-mi-sans-medium-380);
  font-size: 12px;
  line-height: 16px;
  font-weight: 380;
}

.sg-footer-subscribe .sg-footer-links {
  padding-bottom: 0;
}

.sg-footer-care .sg-footer-links {
  gap: 16px;
}

.sg-footer-col.is-open .sg-footer-links {
  display: flex;
}

.sg-footer-col.is-open .sg-plus {
  transform: rotate(45deg);
}

.sg-footer-links a {
  color: var(--sg-gray);
  text-decoration: none;
  font-size: 12px !important;
  line-height: 16px;
}

.sg-footer-links a:hover {
  color: var(--sg-black);
}

.sg-footer-links p {
  margin: 0;
}

.sg-footer-care .sg-footer-links,
.sg-footer-care .sg-footer-links * {
  font-family: var(--font-family-mi-sans-medium-380);
  font-size: 12px !important;
  line-height: 20px !important;
  font-weight: 380;
  color: var(--sg-gray);
  text-align: left !important;
}

.sg-footer-subscribe .sg-footer-links p {
  font-size: 12px !important;
  line-height: 20px !important;
  font-weight: 380;
}

.sg-subscribe {
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 48px;
  overflow: hidden;
  border-radius: 8px;
}

.sg-subscribe input,
.sg-subscribe input[type="email"] {
  flex: 1 1 auto;
  min-width: 0;
  width: auto;
  height: 48px;
  margin: 0;
  padding: 0 16px;
  border: 1px solid #bebebf;
  border-right: 0;
  border-radius: 8px 0 0 8px;
  background: transparent;
  box-shadow: none;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  font-family: var(--font-family-mi-sans-regular-330);
  font-size: 14px;
  font-weight: 330;
  line-height: 48px;
  color: var(--sg-black);
}

.sg-subscribe input::placeholder {
  color: #999;
}

.sg-subscribe button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0 8px 8px 0;
  background: #000;
  color: #fff;
  line-height: 0;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.sg-subscribe button:hover {
  background: #0f0f0f;
}

.sg-subscribe button:focus,
.sg-subscribe button:focus-visible {
  outline: none;
  background: #000;
}

.sg-subscribe button:disabled,
.sg-subscribe button:disabled:hover,
.sg-subscribe button:disabled:focus {
  background: #bbbbbd;
  cursor: not-allowed;
}

.sg-toast {
  position: fixed;
  top: 84px;
  left: 50%;
  z-index: 99999;
  display: flex;
  justify-content: center;
  transform: translateX(-50%);
  pointer-events: none;
}

.sg-toast-inner {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: min(90vw, 520px);
  overflow: hidden;
  padding: 10px 16px;
  border-radius: 99px;
  background: rgba(0, 0, 0, 0.85);
}

.sg-toast-icon {
  display: flex;
  flex: none;
  align-self: center;
  width: 16px;
  height: 16px;
}

.sg-toast-icon svg {
  display: block;
  width: 16px;
  height: 16px;
}

.sg-toast-text {
  font-family: var(--font-family-mi-sans-medium-380);
  font-size: 14px;
  font-weight: 380;
  line-height: 20px;
  color: #fff;
}

.sg-loading {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  background: transparent;
}

.sg-loading.is-visible {
  display: flex;
}

.sg-loading-spinner {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: conic-gradient(from 0deg, #86868b 0deg 90deg, #e1e1e4 90deg 360deg);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 4px), #000 calc(100% - 4px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 4px), #000 calc(100% - 4px));
  animation: sg-spin 0.8s linear infinite;
}

@keyframes sg-spin {
  to {
    transform: rotate(360deg);
  }
}

.sg-footer-pay {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sg-footer-pay-pc {
  display: none;
}

.sg-footer-pay-mb {
  order: 5;
  margin-top: 30px;
}

.sg-footer-pay img {
  height: 24px;
  width: auto;
  min-width: 332px;
  display: block;
  object-fit: cover;
}

.sg-footer-social img {
  width: 16px;
  height: 16px;
  display: block;
}

.sg-copyright,
.sg-copyright p,
.sg-copyright span,
.sg-copyright div {
  margin: 0;
  font-family: var(--font-family-mi-sans-regular-330);
  font-size: 12px !important;
  line-height: 16px !important;
  font-weight: 330;
  color: var(--sg-gray);
  text-align: left !important;
}

.sg-copyright a {
  color: inherit;
}

.sg-footer-bottom {
  display: flex;
  flex-direction: column;
  padding-top: 47px;
}

.sg-footer-social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  order: 1;
}

.sg-copyright {
  order: 2;
  margin-top: 20px;
}

.sg-footer-legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  order: 3;
  margin-top: 16px;
  font-family: var(--font-family-mi-sans-regular-330);
  font-size: 12px;
  font-weight: 330;
  line-height: 16px;
  white-space: nowrap;
}

.sg-footer-legal a {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: var(--sg-gray);
  text-decoration: none;
}

.sg-footer-legal a:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 10px;
  background: rgba(0, 0, 0, 0.15);
  flex-shrink: 0;
}

.sg-locale {
  display: none;
  align-items: center;
  gap: 4px;
  margin: 0;
  font-family: var(--font-family-mi-sans-medium-380);
  font-size: 12px;
  font-weight: 380;
  line-height: 16px;
  color: var(--sg-gray);
}

.sg-locale-icon {
  display: block;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  overflow: visible;
}

@media (min-width: 1200px) {
  .floating-nav.is-open {
    display: block;
  }

  #header-promotion {
    height: 48px;
    padding: 0 24px;
    justify-content: center;
  }

  #header-promotion .header-promotion-left {
    justify-content: flex-start;
    font-size: 13px;
  }

  #header-promotion .header-promotion-left > a {
    display: inline;
  }

  #header-promotion .header-promotion-left > span.xl\:inline {
    display: inline !important;
  }

  #header-promotion .header-promotion-pc {
    display: flex;
    height: 24px;
    align-items: center;
    font-size: 13px;
    color: #bbbbbd;
    text-decoration: none;
  }

  #header-promotion .header-promotion-mb {
    display: none;
  }

  #header-promotion .header-promotion-links,
  #header-promotion .xl\:flex {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 11px;
  }

  #header-promotion .header-promotion-links a {
    font-size: 13px;
    color: #bbbbbd;
    text-decoration: none;
    white-space: nowrap;
  }

  #header-promotion .header-promotion-track {
    height: 24px;
  }

  #page-nav {
    padding: 0 24px;
  }

  #header-nav .header {
    height: 52px;
    gap: 48px;
    font-size: 12px;
  }

  #header-nav .header-nav-pc,
  #header-nav .xl\:block {
    display: block !important;
  }

  #header-nav .header-nav-pc a {
    margin-right: 16px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 450;
  }

  #header-nav .header-actions {
    gap: 12px;
  }

  #header-nav .header-actions a svg,
  #header-nav .header-actions button svg {
    width: 20px;
    height: 20px;
  }

  #header-nav .header-actions .sg-mini-cart-empty svg {
    width: 120px;
    height: 120px;
  }

  #header-nav .xl\:hidden,
  #header-menu-wrap,
  #header-menu-wrap.is-open {
    display: none !important;
  }

  .sg-logo-pc {
    display: inline-flex;
  }

  .sg-logo-mb {
    display: none;
  }

  .sg-hubbar {
    padding: 16px 0 0;
  }

  .sg-hubbar-inner {
    min-height: 46px;
  }

  .sg-hub-title,
  .sg-hub-title.font-miSansSemiBold520 {
    font-family: var(--font-family-mi-sans-demi-bold-450);
    font-weight: 450;
    font-size: 28px;
    line-height: 34px;
  }

  .sg-hub-nav {
    display: flex;
  }

  .sg-hub-mobile,
  .sg-hub-dropdown {
    display: none !important;
  }

  .sg-footer-inner {
    padding: 32px 24px;
  }

  .sg-footer-brand {
    margin-bottom: 40px;
  }

  .sg-footer-grid {
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
  }

  .sg-footer-left {
    flex-direction: row;
    gap: 96px;
    flex-wrap: nowrap;
  }

  .sg-footer-right {
    width: 348px;
    flex-direction: column;
    gap: 32px;
  }

  .sg-footer-col {
    border: 0;
    width: 160px;
    flex-shrink: 1;
    min-width: 0;
  }

  .sg-footer-subscribe,
  .sg-footer-care {
    width: 100%;
  }

  .sg-footer-subscribe {
    order: 1;
  }

  .sg-footer-care {
    order: 2;
  }

  .sg-footer-toggle {
    min-height: auto;
    margin-bottom: 16px;
    pointer-events: none;
    font-family: var(--font-family-mi-sans-semi-bold-520);
    font-size: 12px !important;
    font-weight: 520;
  }

  .sg-footer-toggle .sg-plus {
    display: none;
  }

  .sg-footer-links,
  .sg-footer-col.is-open .sg-footer-links {
    display: flex;
    padding-bottom: 0;
  }

  .sg-footer-care .sg-footer-links,
  .sg-footer-care .sg-footer-links * {
    line-height: 16px !important;
  }

  .sg-footer-subscribe .sg-footer-links p {
    line-height: 16px !important;
  }

  .sg-subscribe input,
  .sg-subscribe input[type="email"] {
    border-color: #aaaaab;
  }

  .sg-subscribe button {
    flex-basis: 51px;
    width: 51px;
  }

  .sg-subscribe button:hover {
    background: #444446;
  }

  .sg-subscribe button:disabled:hover {
    background: #bbbbbd;
  }

  .sg-toast-inner {
    gap: 16px;
    padding: 12px 16px;
  }

  .sg-footer-pay-pc {
    display: flex;
    margin-bottom: 16px;
  }

  .sg-footer-pay-mb {
    display: none;
  }

  .sg-footer-bottom {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "pay pay"
      "legal social"
      "copy locale";
    align-items: center;
    padding-top: 32px;
  }

  .sg-footer-pay-pc {
    grid-area: pay;
    margin-bottom: 16px;
  }

  .sg-footer-legal {
    grid-area: legal;
    order: unset;
    margin-top: 0;
    flex-wrap: nowrap;
  }

  .sg-footer-social {
    grid-area: social;
    order: unset;
    gap: 16px;
    justify-content: flex-end;
  }

  .sg-copyright {
    grid-area: copy;
    order: unset;
    margin-top: 24px;
    font-family: var(--font-family-mi-sans-medium-380);
    font-weight: 380;
  }

  .sg-copyright,
  .sg-copyright p,
  .sg-copyright span,
  .sg-copyright div {
    font-family: var(--font-family-mi-sans-medium-380);
    font-weight: 380;
  }

  .sg-locale {
    grid-area: locale;
    display: flex;
    margin-top: 24px;
    justify-self: end;
  }
}

@media (min-width: 1440px) {
  #header-promotion .header-promotion-inner,
  #header-nav .header,
  .sg-hubbar-inner,
  .sg-footer-content {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  #header-nav .header {
    font-size: 14px;
  }

  #header-nav .header-nav-pc a {
    margin-right: 36px;
    font-size: 14px;
    line-height: 16px;
  }

  #header-nav .header-actions {
    gap: 32px;
  }

  .floating-nav-inner {
    gap: 56px;
    padding: 28px 12px;
  }

  .floating-nav-labels,
  .floating-nav-links {
    width: 200px;
  }

  .floating-nav-main {
    gap: 56px;
  }

  .floating-nav-products {
    gap: 20px;
  }

  .floating-nav-label,
  .floating-nav-shop a {
    font-size: 16px;
  }
}

@media (min-width: 1500px) {
  .floating-nav-inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.sg-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sg-search-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.sg-search-backdrop[hidden] {
  display: none;
}

.sg-search {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 5;
  display: grid;
  width: 100%;
  overflow: hidden;
  background: #fff;
  padding: 0 16px;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}

.sg-search.is-open {
  grid-template-rows: 1fr;
}

.sg-search[hidden] {
  display: none;
}

.sg-search-inner {
  min-height: 0;
  overflow: hidden;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.sg-search-form {
  position: relative;
  display: flex;
  align-items: center;
  padding: 4px 0;
}

.sg-search-submit,
.sg-search-clear {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}

.sg-search-submit-pc {
  display: none;
}

.sg-search-submit-mb {
  left: 12px;
  top: 13px;
}

.sg-search-clear {
  right: 64px;
  top: 13px;
}

.sg-search-field {
  flex: 1;
  min-width: 0;
}

.sg-search-input {
  display: block;
  width: 100%;
  height: 36px;
  padding: 8px 36px;
  border: 0;
  border-radius: 999px;
  background: #f0f1f2;
  color: #000;
  font-family: var(--font-family-mi-sans-regular-330);
  font-size: 14px !important;
  line-height: 24px;
  font-weight: 330;
  outline: none;
}

.sg-search-input::placeholder {
  color: #00000080;
}

.sg-search-cancel {
  margin-left: 12px;
  padding: 0;
  border: 0;
  background: none;
  color: #0000004d;
  font-size: 14px;
  line-height: 24px;
  font-weight: 330;
  cursor: pointer;
  white-space: nowrap;
}

.sg-quick-links {
  width: 100%;
  height: calc(100vh - 80px);
  padding: 0 12px 32px;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #e1e1e4 transparent;
}

.sg-quick-links-title,
h3.sg-quick-links-title,
.sg-quick-links-title.font-miSansDemiBold450 {
  margin: 0;
  padding: 12px 0 0;
  font-family: var(--font-family-mi-sans-demi-bold-450);
  font-size: 18px !important;
  font-weight: 450 !important;
  line-height: 24px !important;
  color: #000;
  text-align: left;
}

.sg-quick-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sg-quick-links li {
  margin-top: 10px;
  padding: 4px 0;
}

.sg-quick-links a {
  display: flex;
  align-items: center;
  color: #000;
  text-decoration: none;
}

.sg-quick-links a:hover .sg-quick-links-text {
  color: #da291c;
}

.sg-quick-links-icon {
  display: inline-flex;
  margin-right: 2px;
  flex-shrink: 0;
}

.sg-quick-links-icon svg {
  display: block;
  width: 16px;
  height: 16px;
}

.sg-quick-links-text {
  overflow: hidden;
  font-family: var(--font-family-mi-sans-regular-330);
  font-size: 14px !important;
  font-weight: 330;
  line-height: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 1200px) {
  .sg-search {
    top: 52px;
    padding: 0 28px;
  }

  .sg-search-form {
    display: block;
    padding: 20px 0;
  }

  .sg-search-submit-pc {
    display: flex;
    left: 4px;
    top: 36px;
  }

  .sg-search-submit-mb,
  .sg-search-clear,
  .sg-search-cancel {
    display: none;
  }

  .sg-search-input {
    height: 48px;
    padding: 8px 30px;
    border: 0;
    border-bottom: 1px solid #0000001a;
    border-radius: 0;
    background: transparent;
  }

  .sg-quick-links {
    width: 50%;
    height: auto;
    margin-top: 2px;
    padding: 0 6px 32px;
    overflow: visible;
  }

  .sg-quick-links-title,
  h3.sg-quick-links-title,
  .sg-quick-links-title.font-miSansDemiBold450 {
    padding: 4px 0;
  }
}
