@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);@charset "UTF-8";

body {
  font-family: Hiragino Sans GB, "Hiragino Sans GB", Helvetica, "Microsoft YaHei", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #444444;
  background: #f5f6f7;
}

a {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.panel {
  border: 1px solid #eeeeee;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.panel-body {
  padding: 20px;
}

.form-control,
.btn {
  border-radius: 0;
  font-size: 14px;
}

.form-control {
  height: 38px;
  line-height: 1.4;
}

.pagination > li > a,
.pagination > li > span {
  color: #666666;
  border: 1px solid #e6e6e6;
  font-size: 13px;
  padding: 7px 12px;
}

.pagination > .active > a,
.pagination > .active > span {
  background: #f0f2f4;
  border-color: #d8dde2;
  color: #333333;
}

/* ???? */

.site-header {
  background: #ffffff;
  margin-bottom: 34px;
}

.site-header .site-header__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.site-header .site-header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
  padding: 24px 0;
}

.site-header .site-header__brand-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.site-header .site-header__logo-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 381px;
}

.site-header .site-header__logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.site-header .site-header__logo img {
  display: block;
  max-height: 152px;
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.site-header .site-header__brand-center {
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding-left: 24px;
  border-left: 1px solid #dddddd;
}

.site-header .site-header__brand-center-zh {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  color: #222222;
  letter-spacing: 0.02em;
  line-height: 1.25;
}

.site-header .site-header__brand-center-en {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  color: #444444;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
}

.site-header .site-header__logo-fallback {
  display: inline-block;
  font-size: 24px;
  letter-spacing: 2px;
  color: #444444;
  font-weight: 500;
}

.site-header .site-header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.site-header .site-header__user-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 24px;
  font-size: 17.6px;
  color: #333333;
}

.site-header .site-header__user-nav a {
  color: #333333;
  text-decoration: none;
}

.site-header .site-header__user-nav a:hover,
.site-header .site-header__user-nav a:focus {
  color: #111111;
  text-decoration: none;
}

.site-header .site-header__airport select {
  height: 32px;
  border: 1px solid #d7d7d7;
  background: #ffffff;
  font-size: 12px;
  color: #444444;
  padding: 0 10px;
  outline: none;
  min-width: 182px;
}

.site-header .site-header__account-dropdown .dropdown-toggle {
  color: #333333;
  text-decoration: none;
  font-size: 17.6px;
}

.site-header .site-header__account-dropdown .dropdown-menu {
  border-radius: 0;
  border: 1px solid #e6e6e6;
  min-width: 156px;
  z-index: 1500;
}

.site-header .site-header__account-dropdown .dropdown-menu > li > a {
  font-size: 15px;
  color: #444444;
  padding: 10px 16px;
}

.site-header .site-header__account-dropdown .dropdown-menu > li > a:hover,
.site-header .site-header__account-dropdown .dropdown-menu > li > a:focus {
  background: #f7f7f7;
  color: #222222;
}

.site-header .site-header__account-dropdown.open .dropdown-menu {
  display: block;
}

.site-header .mini-cart-link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  border: 0;
  background: transparent;
  color: #333333;
  font-size: 17.6px;
  padding: 0;
  line-height: 1;
  outline: none;
  text-decoration: none;
}

.site-header .mini-cart-link .mini-cart__icon {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 29px;
  height: 29px;
}

.site-header .mini-cart-link .mini-cart__icon .glyphicon {
  font-family: "Glyphicons Halflings" !important;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site-header .mini-cart-link:hover,
.site-header .mini-cart-link:focus {
  color: #111111;
  text-decoration: none;
}

.site-header .site-header__search .glyphicon {
  font-family: "Glyphicons Halflings" !important;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site-header .mini-cart__badge {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #d93025;
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  font-weight: 600;
}

.site-header .mini-cart__badge.is-zero {
  display: none;
}

.site-header .header-language .dropdown-toggle {
  color: #333333;
  text-decoration: none;
  font-size: 17.6px;
}

.site-header .header-language .dropdown-menu {
  border-radius: 0;
  border: 1px solid #e6e6e6;
  z-index: 1500;
}

.site-header .header-language .dropdown-menu > li > a {
  font-size: 15px;
  color: #444444;
}

.site-header .header-language.open .dropdown-menu {
  display: block;
}

.site-header .site-header__notice-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 12px;
  width: 100%;
}

.site-header .site-header__notice {
  background: #fce8e6;
  color: #333333;
  font-weight: 600;
  padding: 0 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  font-size: 12px;
  min-width: 280px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.site-header .site-header__search {
  width: 320px;
  height: 44px;
  border: 1px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
}

.site-header .site-header__search input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 0;
  outline: none;
  padding: 0 0 0 12px;
  font-size: 15px;
  color: #555555;
  background: transparent;
  min-width: 0;
}

.site-header .site-header__search button {
  width: 48px;
  height: 100%;
  border: 0;
  background: #999999;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
}

.site-header .site-header__search button:hover,
.site-header .site-header__search button:focus {
  background: #7f7f7f;
  outline: none;
}

.site-header .site-header__nav-wrap {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  position: relative;
  z-index: 200;
}

.site-header .site-header__nav {
  padding: 0;
  width: 100%;
}

.site-header .site-header__nav-scroll {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 13px 0;
}

.site-header .site-header__submenu-backdrop {
  display: none;
}

.site-header .top-category-item {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.site-header .top-category-item:not(:nth-child(4n))::after {
  content: "";
  width: 1px;
  height: 14px;
  background-color: #cccccc;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.site-header .top-category-item:hover .top-category-submenu,
.site-header .top-category-item:focus-within .top-category-submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
          transform: none;
  pointer-events: auto;
}

.site-header .top-category-item:hover,
.site-header .top-category-item:focus-within {
  z-index: 90;
}

.site-header .top-category-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  padding: 0 52px;
  position: relative;
  color: #333333;
  min-height: 26px;
  width: auto;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
  line-height: 1.25;
}

.site-header .top-category-link.top-category-link--toggle {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.site-header .top-category-link .top-category-link__text {
  display: inline-block;
}

.site-header .top-category-link .top-category-caret {
  display: none;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #666666;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.site-header .top-category-link .top-category-caret--placeholder {
  display: none;
}

.site-header .top-category-link.top-category-link--mobile-only {
  display: none;
}

.site-header .top-category-link:hover,
.site-header .top-category-link:focus,
.site-header .top-category-link.is-active {
  color: #111111;
  text-decoration: none;
  font-weight: 600;
}

.site-header .top-category-link.is-empty {
  color: #7f7f7f;
}

.site-header .top-category-submenu {
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  min-width: 280px;
  max-height: min(70vh, 520px);
  overflow-y: auto;
  background: #ffffff;
  border: 1px solid #e9e9e9;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: none;
          transform: none;
  pointer-events: none;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  z-index: 80;
}

@media (min-width: 992px) {
  .site-header .top-category-item .top-category-submenu {
    top: calc(100% - 2px);
    left: 0;
    z-index: 80;
  }
}

.site-header .top-category-sublink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  color: #555555;
  text-decoration: none;
  font-size: 13px;
}

.site-header .top-category-sublink.top-category-sublink--all {
  font-weight: 600;
  color: #333333;
  border-bottom: 1px solid #efefef;
  background: #fafafa;
}

.site-header .top-category-sublink:hover,
.site-header .top-category-sublink:focus {
  color: #222222;
  background: #fafafa;
  text-decoration: none;
}

.site-header .top-category-sublink.is-active {
  color: #111111;
  font-weight: 600;
}

.site-header .top-category-badge {
  display: inline-block;
  background: #2f9f63;
  color: #ffffff;
  padding: 2px 6px;
  font-size: 10px;
  line-height: 1.3;
}

.mini-cart-fab {
  position: fixed;
  right: 28px;
  bottom: 88px;
  z-index: 1050;
}

.mini-cart-fab .mini-cart-fab__button {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 1px solid #eeeeee;
  background: #ffffff;
  color: #8a8a8a;
  font-size: 22px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  -webkit-transition: color 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: color 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  transition: color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}

.mini-cart-fab .mini-cart-fab__button .glyphicon {
  font-family: "Glyphicons Halflings" !important;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mini-cart-fab .mini-cart-fab__button:hover,
.mini-cart-fab .mini-cart-fab__button:focus {
  color: #111111;
  border-color: #bcbcbc;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  outline: none;
}

.mini-cart-fab .mini-cart-fab__badge {
  position: absolute;
  top: -4px;
  right: -2px;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 10px;
  background: #d93025;
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  font-weight: 600;
}

.mini-cart-fab .mini-cart-fab__badge.is-zero {
  display: none;
}

.mini-cart-fab .mini-cart-drawer {
  position: absolute;
  right: 74px;
  bottom: 0;
  width: 320px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.mini-cart-fab .mini-cart-drawer.is-open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.mini-cart-fab .mini-cart-drawer__header {
  padding: 12px 14px;
  border-bottom: 1px solid #eeeeee;
  font-size: 13px;
  font-weight: 400;
  color: #555555;
  letter-spacing: 0.6px;
}

.mini-cart-fab .mini-cart-drawer__body {
  max-height: 280px;
  overflow-y: auto;
}

.mini-cart-fab .mini-cart-empty {
  color: #888888;
  font-size: 12px;
  padding: 20px 14px;
}

.mini-cart-fab .mini-cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 11px 14px;
  border-bottom: 1px solid #eeeeee;
}

.mini-cart-fab .mini-cart-item__img {
  width: 52px;
  height: 52px;
  background: #f4f4f4;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}

.mini-cart-fab .mini-cart-item__img picture.product-image-picture {
  display: block;
  width: 100%;
  height: 100%;
}

.mini-cart-fab .mini-cart-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.mini-cart-fab .mini-cart-item__meta {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.mini-cart-fab .mini-cart-item__title {
  display: block;
  color: #444444;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mini-cart-fab .mini-cart-item__sku {
  color: #888888;
  font-size: 11px;
  margin-top: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mini-cart-fab .mini-cart-item__qty {
  color: #b12704;
  font-size: 12px;
  font-weight: 500;
  margin-top: 0;
}

.mini-cart-fab .mini-cart-item__actions {
  margin-top: 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}

.mini-cart-fab .mini-cart-item__btn {
  width: 22px;
  height: 22px;
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #666666;
  line-height: 20px;
  text-align: center;
  padding: 0;
  font-size: 14px;
  cursor: pointer;
}

.mini-cart-fab .mini-cart-item__remove {
  border: 0;
  background: transparent;
  color: #9a9a9a;
  font-size: 11px;
  padding: 0 2px;
  cursor: pointer;
}

.mini-cart-fab .mini-cart-item__remove:hover,
.mini-cart-fab .mini-cart-item__remove:focus {
  color: #d93025;
  outline: none;
}

.mini-cart-fab .mini-cart-item__price {
  color: #B12704;
  font-size: 13px;
  font-weight: 700;
  margin-top: 2px;
}

.mini-cart-fab .mini-cart-drawer__footer {
  padding: 12px 14px;
  border-top: 1px solid #eeeeee;
}

.mini-cart-fab .mini-cart-drawer__checkout {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  background: #111111;
  color: #ffffff;
  border: 1px solid #111111;
  padding: 10px 0;
  font-size: 13px;
  letter-spacing: 0.5px;
}

.mini-cart-fab .mini-cart-drawer__checkout:hover,
.mini-cart-fab .mini-cart-drawer__checkout:focus {
  color: #ffffff;
  background: #2a2a2a;
  border-color: #2a2a2a;
  text-decoration: none;
}

.mini-toast {
  position: fixed;
  right: 96px;
  bottom: 106px;
  left: auto;
  z-index: 1310;
  max-width: 280px;
  padding: 8px 12px 8px 10px;
  background: #ffffff;
  color: #555555;
  font-size: 12px;
  line-height: 1.45;
  border: 1px solid #e8e8e8;
  border-left: 3px solid #ec7700;
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  -webkit-transition: opacity 0.22s ease, visibility 0.22s, -webkit-transform 0.22s ease;
  transition: opacity 0.22s ease, visibility 0.22s, -webkit-transform 0.22s ease;
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s;
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s, -webkit-transform 0.22s ease;
  pointer-events: none;
  text-align: left;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mini-toast.is-error {
  border-left-color: #d9534f;
}

#app.cart-index-page ~ .mini-cart-fab,
#app.cart-index-page ~ .mini-toast,
#app.orders-show-page ~ .mini-cart-fab,
#app.orders-show-page ~ .mini-toast,
#app.payment-alipay-return-page ~ .mini-cart-fab,
#app.payment-alipay-return-page ~ .mini-toast,
#app.payment-alipay-page ~ .mini-cart-fab,
#app.payment-alipay-page ~ .mini-toast,
#app.payment-wechat-page ~ .mini-cart-fab,
#app.payment-wechat-page ~ .mini-toast {
  display: none !important;
}

.mini-toast.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (max-width: 767px) {
  .mini-toast {
    left: 16px;
    right: 16px;
    bottom: 158px;
    width: auto;
    max-width: none;
  }
}

@media (max-width: 991px) {
  .site-header {
    margin-bottom: 29px;
  }

  .site-header .site-header__container {
    padding: 0 19px;
  }

  .site-header .site-header__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 14px 0 17px;
  }

  .site-header .site-header__brand-block {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    text-align: center;
  }

  .site-header .site-header__logo-wrap {
    max-width: none;
  }

  .site-header .site-header__logo img {
    max-height: 110px;
  }

  .site-header .site-header__brand-center {
    border-left: 0;
    padding-left: 0;
    padding-top: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    min-width: 0;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }

  .site-header .site-header__brand-center-zh {
    font-size: clamp(18px, 5.04vw, 22px);
    line-height: 1.35;
    letter-spacing: 0.01em;
    white-space: nowrap;
  }

  .site-header .site-header__brand-center-en {
    font-size: 16px;
    letter-spacing: 0.05em;
  }

  .site-header .site-header__actions {
    width: 100%;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .site-header .site-header__user-nav {
    width: 100%;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 0;
    font-size: 19px;
    overflow: visible;
  }

  .site-header .site-header__user-nav > a,
  .site-header .site-header__user-nav > .mini-cart-link {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    min-width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }

  .site-header .site-header__user-nav > .dropdown,
  .site-header .site-header__user-nav > .header-language {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    min-width: 0;
    position: relative;
    text-align: center;
  }

  .site-header .site-header__user-nav > .dropdown .dropdown-toggle,
  .site-header .site-header__user-nav > .header-language .dropdown-toggle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .site-header .site-header__user-nav .mini-cart-link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .site-header .site-header__notice-search {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 14px;
  }

  .site-header .site-header__notice {
    font-size: 14px;
    padding: 0 17px;
    min-width: 0;
  }

  .site-header .site-header__search {
    width: 100%;
    max-width: none;
    height: 53px;
  }

  .site-header .site-header__search input {
    font-size: 18px;
    padding-left: 14px;
  }

  .site-header .site-header__search button {
    width: 58px;
    font-size: 19px;
  }

  .site-header .site-header__nav {
    border-top: 1px solid #ececec;
  }

  .site-header .site-header__nav-scroll {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -ms-flex-wrap: unset;
        flex-wrap: unset;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    overflow: visible;
    padding: 10px 0 14px;
    gap: 0;
  }

  .site-header .top-category-item {
    position: relative;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    max-width: none;
    width: auto;
    min-width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .site-header .top-category-item::before {
    content: none;
    display: none;
    height: 0;
  }

  .site-header .top-category-item::after {
    content: "";
    display: block;
    width: 1px;
    height: 14px;
    background-color: #cccccc;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    pointer-events: none;
  }

  .site-header .top-category-item:nth-child(3n)::after,
  .site-header .top-category-item:nth-child(8)::after {
    display: none;
  }

  .site-header .top-category-item:nth-child(7) {
    grid-column: 1;
  }

  .site-header .top-category-item:nth-child(8) {
    grid-column: 2;
  }

  .site-header .top-category-link {
    padding: 7px 4px;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4px;
    min-height: auto;
    line-height: 1.3;
    text-align: center;
    white-space: nowrap;
    border: 0;
    background: transparent;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .site-header .top-category-link.is-active,
  .site-header .top-category-link.is-active:focus {
    color: #111111;
    background: transparent;
    font-weight: 600;
  }

  .site-header .top-category-link .top-category-link__text {
    display: inline-block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4em;
            flex: 0 0 4em;
    width: 4em;
    max-width: none;
    overflow: visible;
    text-overflow: clip;
    white-space: nowrap;
    word-break: keep-all;
    line-height: 1.3;
    text-align: center;
  }

  .site-header .top-category-link.top-category-link--desktop-only {
    display: none !important;
  }

  .site-header .top-category-link.top-category-link--mobile-only {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .site-header .top-category-link .top-category-caret {
    display: inline-block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10px;
            flex: 0 0 10px;
    width: 10px;
    margin-top: 0;
    border-left-width: 5px;
    border-right-width: 5px;
    border-top-width: 6px;
  }

  .site-header .top-category-link .top-category-caret--placeholder {
    display: inline-block;
    visibility: hidden;
  }

  .site-header .top-category-item--has-children.is-open .top-category-caret {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .site-header .top-category-item:hover .top-category-submenu,
  .site-header .top-category-item:focus-within .top-category-submenu {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .site-header .top-category-item .top-category-submenu--inline {
    display: none !important;
  }

  .site-header .top-category-sublink {
    gap: 12px;
    padding: 12px 14px;
    font-size: 16px;
  }

  .site-header .top-category-badge {
    font-size: 12px;
    padding: 2px 7px;
  }

  .site-header .site-header__mobile-submenu {
    display: none;
    position: fixed;
    left: 14px;
    right: 14px;
    top: var(--mobile-submenu-top, 0);
    z-index: 1350;
    min-width: 0;
    max-height: var(--mobile-submenu-max-height, calc(100dvh - var(--mobile-submenu-top, 0px) - var(--mobile-submenu-bottom-gap, 16px)));
    overflow: hidden;
    -webkit-box-shadow: 0 10px 28px rgba(0, 0, 0, 0.14);
            box-shadow: 0 10px 28px rgba(0, 0, 0, 0.14);
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
            transform: none;
    pointer-events: auto;
    background: #ffffff;
    border: 1px solid #e9e9e9;
  }

  .site-header .site-header__mobile-submenu.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .site-header .site-header__mobile-submenu-body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }

  .site-header .site-header__mobile-submenu-hint {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    pointer-events: none;
    color: #888888;
  }

  .site-header .site-header__mobile-submenu-hint[hidden] {
    display: none !important;
  }

  .site-header .site-header__mobile-submenu-hint--top {
    top: 0;
    height: 34px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 4px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.98)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0));
  }

  .site-header .site-header__mobile-submenu-hint--bottom {
    bottom: 0;
    height: 52px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 8px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(45%, rgba(255, 255, 255, 0.92)), to(#ffffff));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.92) 45%, #ffffff);
  }

  .site-header .site-header__mobile-submenu-hint-icon {
    position: relative;
    width: 14px;
    height: 14px;
  }

  .site-header .site-header__mobile-submenu-hint--bottom .site-header__mobile-submenu-hint-icon::before,
  .site-header .site-header__mobile-submenu-hint--bottom .site-header__mobile-submenu-hint-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 8px;
    height: 8px;
    margin-left: -4px;
    border-right: 1.5px solid #999999;
    border-bottom: 1.5px solid #999999;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .site-header .site-header__mobile-submenu-hint--bottom .site-header__mobile-submenu-hint-icon::before {
    top: 0;
    opacity: 0.45;
  }

  .site-header .site-header__mobile-submenu-hint--bottom .site-header__mobile-submenu-hint-icon::after {
    top: 5px;
    -webkit-animation: mobile-submenu-hint-bounce 1.6s ease-in-out infinite;
            animation: mobile-submenu-hint-bounce 1.6s ease-in-out infinite;
  }

  .site-header .site-header__mobile-submenu-hint--top .site-header__mobile-submenu-hint-icon::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 4px;
    width: 8px;
    height: 8px;
    margin-left: -4px;
    border-left: 1.5px solid #999999;
    border-top: 1.5px solid #999999;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .site-header .site-header__mobile-submenu-hint-text {
    margin-top: 2px;
    font-size: 11px;
    line-height: 1.2;
    color: #999999;
    letter-spacing: 0.02em;
  }

@-webkit-keyframes mobile-submenu-hint-bounce {
    0%, 100% {
      -webkit-transform: rotate(45deg) translateY(0);
              transform: rotate(45deg) translateY(0);
    }

    50% {
      -webkit-transform: rotate(45deg) translateY(3px);
              transform: rotate(45deg) translateY(3px);
    }
}

@keyframes mobile-submenu-hint-bounce {
    0%, 100% {
      -webkit-transform: rotate(45deg) translateY(0);
              transform: rotate(45deg) translateY(0);
    }

    50% {
      -webkit-transform: rotate(45deg) translateY(3px);
              transform: rotate(45deg) translateY(3px);
    }
}

  .site-header .site-header__mobile-submenu[hidden] {
    display: none !important;
  }

  .site-header .top-category-item--has-children.is-open .top-category-submenu {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .site-header .site-header__submenu-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 1340;
    background: rgba(17, 17, 17, 0.28);
  }

  .site-header .site-header__submenu-backdrop[hidden] {
    display: none !important;
  }

  .site-header body.is-mobile-submenu-open .mini-cart-fab {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .mini-cart-fab {
    display: block;
    right: max(16px, env(safe-area-inset-right, 0px));
    bottom: max(24px, env(safe-area-inset-bottom, 0px));
    z-index: 1300;
  }

  .mini-cart-fab .mini-cart-fab__button {
    width: 70px;
    height: 70px;
    font-size: 26px;
  }

  .mini-cart-fab .mini-cart-fab__badge {
    min-width: 24px;
    height: 24px;
    padding: 0 6px;
    font-size: 14px;
    line-height: 24px;
  }

  .mini-cart-fab .mini-cart-drawer {
    right: 0;
    bottom: calc(100% + 12px);
    max-width: calc(100vw - 32px);
  }

  .products-index-page .product-title {
    min-height: 0;
    font-size: 15px;
  }

  .products-index-page .product-title a {
    font-size: 15px;
  }

  .products-index-page .product-rating {
    min-height: 0;
  }

  .products-index-page .product-rating.is-empty {
    display: none;
  }

  .products-index-page .limit-note.is-placeholder {
    display: none;
    min-height: 0;
    margin: 0;
  }

  .products-index-page .product-card-commerce {
    padding-top: 8px;
  }
}

@media (max-width: 767px) {
  .site-header .site-header__main {
    padding: 12px 0 14px;
  }

  .site-header .site-header__brand-center-en {
    font-size: 14px;
  }

  .site-header .top-category-link {
    font-size: 16px;
    padding: 7px 12px;
  }

  .site-header .site-header__notice-search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .site-header .site-header__notice {
    min-height: 43px;
    white-space: normal;
    line-height: 1.4;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 10px 14px;
  }

  .site-header .site-header__search {
    max-width: 100%;
  }

  .footer [aria-label="????"] {
    grid-template-columns: 1fr !important;
    row-gap: 8px !important;
  }
}

/* footer brand */

.footer .site-brand {
  font-size: 36px;
  letter-spacing: 3px;
  font-weight: 300;
  color: #a6a6a6;
  text-decoration: none;
  white-space: nowrap;
}

.footer p {
  margin: 19px 0;
  color: #c1c1c1;
}

.footer p a {
  color: inherit;
}

.footer .footer-disclaimer {
  font-size: 12px;
  color: #999999;
  font-weight: 300;
  letter-spacing: 0.5px;
  margin: 12px 0;
  text-align: center;
  line-height: 1.6;
}

.products-index-page .products-panel > .panel-body,
.products-favorites-page .products-panel > .panel-body {
  padding: 8px 12px 8px;
}

.products-index-page .pagination,
.products-favorites-page .pagination {
  margin-right: 8px;
}

.products-index-page .smoke-breadcrumbs,
.products-favorites-page .smoke-breadcrumbs {
  margin: 0 0 8px;
  color: #999999;
  font-size: 12px;
  line-height: 1.6;
  text-align: left;
}

.products-index-page .smoke-breadcrumbs a,
.products-favorites-page .smoke-breadcrumbs a {
  color: #999999;
  text-decoration: none;
}

.products-index-page .smoke-breadcrumbs a:hover,
.products-index-page .smoke-breadcrumbs a:focus,
.products-favorites-page .smoke-breadcrumbs a:hover,
.products-favorites-page .smoke-breadcrumbs a:focus {
  color: #777777;
  text-decoration: none;
}

.products-index-page .smoke-breadcrumbs .sep,
.products-favorites-page .smoke-breadcrumbs .sep {
  margin: 0 6px;
  color: #b3b3b3;
}

.products-index-page .smoke-breadcrumbs .current,
.products-favorites-page .smoke-breadcrumbs .current {
  color: #555555;
  font-weight: 600;
}

.products-index-page .category-hub,
.products-favorites-page .category-hub {
  padding: 8px 4px 16px;
}

.products-index-page .category-hub__header,
.products-favorites-page .category-hub__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.products-index-page .category-hub__title,
.products-favorites-page .category-hub__title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #333333;
}

.products-index-page .category-hub__all-link,
.products-favorites-page .category-hub__all-link {
  font-size: 13px;
  color: #666666;
  text-decoration: none;
}

.products-index-page .category-hub__all-link:hover,
.products-index-page .category-hub__all-link:focus,
.products-favorites-page .category-hub__all-link:hover,
.products-favorites-page .category-hub__all-link:focus {
  color: #333333;
  text-decoration: underline;
}

.products-index-page .category-hub__grid,
.products-favorites-page .category-hub__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.products-index-page .category-hub__item,
.products-favorites-page .category-hub__item {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

.products-index-page .category-hub__card,
.products-favorites-page .category-hub__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 96px;
  padding: 16px 14px 16px 16px;
  border: 1px solid #e8e8e8;
  background: #ffffff;
  text-decoration: none;
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}

.products-index-page .category-hub__card:hover,
.products-index-page .category-hub__card:focus,
.products-favorites-page .category-hub__card:hover,
.products-favorites-page .category-hub__card:focus {
  border-color: #d0d0d0;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  text-decoration: none;
}

.products-index-page .category-hub__card-text,
.products-favorites-page .category-hub__card-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.products-index-page .category-hub__card-visual,
.products-favorites-page .category-hub__card-visual {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 56px;
          flex: 0 0 56px;
  width: 56px;
  height: 56px;
  border-radius: 10px;
  overflow: hidden;
  background: #f4f1ea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.products-index-page .category-hub__card-visual img,
.products-index-page .category-hub__card-visual svg,
.products-favorites-page .category-hub__card-visual img,
.products-favorites-page .category-hub__card-visual svg {
  display: block;
  width: 56px;
  height: 56px;
  -o-object-fit: cover;
     object-fit: cover;
}

.products-index-page .category-hub__card-name,
.products-favorites-page .category-hub__card-name {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  line-height: 1.4;
}

.products-index-page .category-hub__card-meta,
.products-favorites-page .category-hub__card-meta {
  margin-top: 8px;
  font-size: 12px;
  color: #999999;
}

.products-index-page .products-list,
.products-favorites-page .products-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 4px;
}

.products-index-page .product-item,
.products-favorites-page .product-item {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 6px;
  margin-bottom: 12px;
}

.products-index-page .product-item > .product-card,
.products-favorites-page .product-item > .product-card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.products-index-page .product-card,
.products-favorites-page .product-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border: 1px solid #eeeeee;
  padding: 16px;
  -webkit-transition: border-color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}

.products-index-page .product-card:hover,
.products-favorites-page .product-card:hover {
  border-color: #dddddd;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
}

.products-index-page .product-card-media,
.products-favorites-page .product-card-media {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 8px;
  overflow: hidden;
  background: #ffffff;
}

.products-index-page .product-card-media .product-card-media-link,
.products-favorites-page .product-card-media .product-card-media-link {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.products-index-page .product-card-media .product-card-media-link picture.product-image-picture,
.products-favorites-page .product-card-media .product-card-media-link picture.product-image-picture {
  display: block;
  width: 100%;
  height: 100%;
}

.products-index-page .product-card-media img,
.products-favorites-page .product-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: none;
  transition: none;
}

.products-index-page .product-card-media.is-depleted img,
.products-favorites-page .product-card-media.is-depleted img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.products-index-page .product-card:hover .product-card-media img,
.products-favorites-page .product-card:hover .product-card-media img {
  -webkit-transform: none;
          transform: none;
}

.products-index-page .limited-badge,
.products-favorites-page .limited-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 4;
  background: rgba(180, 180, 180, 0.45);
  border: 1px solid rgba(140, 140, 140, 0.8);
  color: #4f4f4f;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.6px;
  line-height: 1;
  padding: 3px 5px;
}

.products-index-page .sold-out-overlay,
.products-favorites-page .sold-out-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.products-index-page .sold-out-overlay span,
.products-favorites-page .sold-out-overlay span {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 1px;
}

.products-index-page .product-card-body,
.products-favorites-page .product-card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  padding-top: 4px;
}

.products-index-page .product-card-text,
.products-favorites-page .product-card-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
}

.products-index-page .product-card-commerce,
.products-favorites-page .product-card-commerce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: auto;
  padding-top: 14px;
}

.products-index-page .product-category-path,
.products-favorites-page .product-category-path {
  margin: 0 0 6px;
  color: #999999;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 1.4;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.products-index-page .product-title,
.products-favorites-page .product-title {
  margin: 0 0 4px;
  min-height: 46px;
  line-height: 1.35;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.products-index-page .product-title a,
.products-favorites-page .product-title a {
  color: #222222;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}

.products-index-page .product-title.is-depleted a,
.products-favorites-page .product-title.is-depleted a {
  color: #a9a9a9;
}

.products-index-page .product-rating,
.products-favorites-page .product-rating {
  margin: 0;
  min-height: 35px;
  color: #666666;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 1.45;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.products-index-page .product-rating.is-empty,
.products-favorites-page .product-rating.is-empty {
  visibility: hidden;
}

.products-index-page .product-rating .product-rating-count,
.products-favorites-page .product-rating .product-rating-count {
  margin-left: 4px;
  color: #777777;
  font-size: 11px;
  letter-spacing: 0;
  font-weight: 300;
}

.products-index-page .product-price,
.products-favorites-page .product-price {
  margin: 0 0 4px;
  color: #2f2f2f;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.products-index-page .product-price .currency,
.products-favorites-page .product-price .currency {
  margin-right: 2px;
  font-size: 15px;
  font-weight: 600;
}

.products-index-page .product-price.is-depleted,
.products-favorites-page .product-price.is-depleted {
  color: #a9a9a9;
}

.products-index-page .limit-note,
.products-favorites-page .limit-note {
  margin: 4px 0 8px;
  color: #9f9f9f;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.3px;
  min-height: 16px;
}

.products-index-page .limit-note.is-placeholder,
.products-favorites-page .limit-note.is-placeholder {
  color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.products-index-page .btn-add-cart-block,
.products-favorites-page .btn-add-cart-block {
  width: 100%;
  height: 42px;
  margin-top: 0;
  border: 0;
  border-radius: 0;
  background: #ec7700;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.6px;
  -webkit-transition: background-color 0.2s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.2s ease;
  transition: background-color 0.2s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.2s ease;
  transition: background-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
  transition: background-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.2s ease;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.16);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.16);
}

.products-index-page .btn-add-cart-block:hover,
.products-index-page .btn-add-cart-block:focus,
.products-favorites-page .btn-add-cart-block:hover,
.products-favorites-page .btn-add-cart-block:focus {
  background: #d86400;
  color: #ffffff;
  outline: none;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.28);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.28);
}

.products-index-page .btn-add-cart-block:active,
.products-favorites-page .btn-add-cart-block:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.products-index-page .btn-add-cart-block.is-depleted,
.products-index-page .btn-add-cart-block.is-depleted:hover,
.products-index-page .btn-add-cart-block.is-depleted:focus,
.products-index-page .btn-add-cart-block.is-depleted[disabled],
.products-index-page .btn-add-cart-block[disabled],
.products-favorites-page .btn-add-cart-block.is-depleted,
.products-favorites-page .btn-add-cart-block.is-depleted:hover,
.products-favorites-page .btn-add-cart-block.is-depleted:focus,
.products-favorites-page .btn-add-cart-block.is-depleted[disabled],
.products-favorites-page .btn-add-cart-block[disabled] {
  background: #d1d1d1;
  color: #7d7d7d;
  cursor: not-allowed;
}

@media (max-width: 767px) {
  .products-index-page .products-list,
  .products-favorites-page .products-list {
    padding: 0 2px;
  }

  .products-index-page .product-item,
  .products-favorites-page .product-item {
    padding: 0 4px;
    margin-bottom: 12px;
  }

  .products-index-page .product-card,
  .products-favorites-page .product-card {
    padding: 12px;
  }

  .products-index-page .product-title a,
  .products-favorites-page .product-title a {
    font-size: 16px;
  }

  .products-index-page .product-price,
  .products-favorites-page .product-price {
    font-size: 20px;
  }

  .products-index-page .btn-add-cart-block,
  .products-favorites-page .btn-add-cart-block {
    height: 40px;
    font-size: 14px;
  }
}

.show-page-container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 12px 24px 34px;
}

.show-page-container .show-breadcrumb {
  margin: 8px 0 26px;
  color: #999999;
  font-size: 12px;
  line-height: 1.6;
  text-align: left;
}

.show-page-container .show-breadcrumb a {
  color: #999999;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.show-page-container .show-breadcrumb a:hover {
  color: #666666;
}

.show-page-container .show-breadcrumb .sep {
  margin: 0 6px;
  color: #cccccc;
}

.show-page-container .show-breadcrumb .current {
  color: #333333;
  font-weight: 500;
}

.show-page-container .product-show {
  display: grid;
  grid-template-columns: minmax(420px, 1.05fr) minmax(420px, 1fr);
  gap: 44px;
  margin-bottom: 46px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

@media (max-width: 991px) {
  .show-page-container .product-show {
    grid-template-columns: 1fr;
    gap: 26px;
  }
}

.show-page-container .product-show .product-gallery .gallery-main {
  margin-bottom: 14px;
}

.show-page-container .product-show .product-gallery .gallery-main .gallery-wrapper {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  overflow: hidden;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.show-page-container .product-show .product-gallery .gallery-main .gallery-wrapper picture.product-image-picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

.show-page-container .product-show .product-gallery .gallery-main .gallery-wrapper img.main-image {
  display: block;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 16px;
}

.show-page-container .product-show .product-gallery .gallery-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.show-page-container .product-show .product-gallery .gallery-thumbs .thumb-item {
  width: 62px;
  height: 62px;
  border-radius: 2px;
  border: 1px solid #eeeeee;
  background: #ffffff;
  padding: 4px;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

.show-page-container .product-show .product-gallery .gallery-thumbs .thumb-item.is-active {
  border-color: #333333;
}

.show-page-container .product-show .product-gallery .gallery-thumbs .thumb-item:hover {
  border-color: #cccccc;
}

.show-page-container .product-show .product-gallery .gallery-thumbs .thumb-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background: #f9f9f9;
}

.show-page-container .product-show .product-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-width: 0;
  padding-top: 4px;
}

.show-page-container .product-show .product-details .title-stack {
  margin-bottom: 24px;
  padding-bottom: 22px;
  border-bottom: 1px solid #eeeeee;
}

.show-page-container .product-show .product-details .title-stack .product-title {
  font-size: clamp(30px, 4.1vw, 40px);
  font-weight: 650;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;
  color: #333333;
  margin: 0 0 10px;
  line-height: 1.24;
  letter-spacing: 0;
  word-break: keep-all;
  text-rendering: geometricPrecision;
}

@media (max-width: 991px) {
  .show-page-container .product-show .product-details .title-stack .product-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.35;
    word-break: break-word;
  }
}

@media (max-width: 480px) {
  .show-page-container .product-show .product-details .title-stack .product-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
  }
}

.show-page-container .product-show .product-details .title-stack .product-subtitle {
  font-size: 16px;
  color: #666666;
  margin: 0 0 10px;
  line-height: 1.35;
}

.show-page-container .product-show .product-details .title-stack .product-ref {
  font-size: 13px;
  color: #777777;
  margin: 0;
  letter-spacing: 0;
  line-height: 1.45;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;
}

@media (max-width: 480px) {
  .show-page-container .product-show .product-details .title-stack .product-ref {
    font-size: 13px;
  }
}

.show-page-container .product-show .product-details .pricing-section {
  margin-bottom: 16px;
  padding: 2px 0 14px;
  border-bottom: 1px solid #eeeeee;
}

.show-page-container .product-show .product-details .pricing-section .price-display {
  font-size: clamp(28px, 3.6vw, 40px);
  color: #B12704;
  font-weight: 690;
  letter-spacing: 0.1px;
  line-height: 1;
  font-family: "Times New Roman", "Georgia", serif;
  font-variant-numeric: lining-nums tabular-nums;
}

.show-page-container .product-show .product-details .pricing-section .price-display .currency {
  font-size: clamp(20px, 2.4vw, 28px);
  margin-right: 4px;
  vertical-align: 4px;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;
  font-weight: 620;
}

.show-page-container .product-show .product-details .pricing-section .price-display .amount {
  font-family: "Times New Roman", "Georgia", serif;
  font-weight: 700;
}

@media (max-width: 991px) {
  .show-page-container .product-show .product-details .pricing-section .price-display {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .show-page-container .product-show .product-details .pricing-section .price-display {
    font-size: 24px;
  }
}

.show-page-container .product-show .product-details .sku-selection {
  margin-bottom: 12px;
}

.show-page-container .product-show .product-details .sku-selection > label {
  display: block;
  font-size: 12px;
  color: #666666;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.show-page-container .product-show .product-details .sku-selection .sku-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}

.show-page-container .product-show .product-details .sku-selection .sku-option {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 12px;
  border: 1px solid #dddddd;
  border-radius: 2px;
  background: #ffffff;
  cursor: pointer;
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease, -webkit-transform 0.16s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease, -webkit-transform 0.16s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.16s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.16s ease, -webkit-transform 0.16s ease;
  font-size: 13px;
}

.show-page-container .product-show .product-details .sku-selection .sku-option input[type=radio] {
  margin: 0 6px 0 0;
  cursor: pointer;
}

.show-page-container .product-show .product-details .sku-selection .sku-option .sku-label {
  color: #333333;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.show-page-container .product-show .product-details .sku-selection .sku-option:hover {
  border-color: #b8b8b8;
  background: #fcfcfc;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.show-page-container .product-show .product-details .sku-selection .sku-option:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.show-page-container .product-show .product-details .sku-selection .sku-option input[type=radio]:checked ~ .sku-label {
  font-weight: 500;
}

.show-page-container .product-show .product-details .action-box {
  margin-bottom: 20px;
}

.show-page-container .product-show .product-details .action-box .qty-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  margin-bottom: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.show-page-container .product-show .product-details .action-box .qty-container .qty-label {
  font-size: 12px;
  color: #666666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  white-space: nowrap;
}

.show-page-container .product-show .product-details .action-box .qty-container .qty-selector {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ddd;
  border-radius: 2px;
  background: #ffffff;
  overflow: hidden;
}

.show-page-container .product-show .product-details .action-box .qty-container .qty-selector .qty-btn {
  width: 38px;
  height: 38px;
  border: 0;
  background: #ffffff;
  color: #333333;
  font-size: 17px;
  line-height: 1;
  padding: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.show-page-container .product-show .product-details .action-box .qty-container .qty-selector .qty-btn:hover {
  background: #f7f7f7;
  color: #111111;
}

.show-page-container .product-show .product-details .action-box .qty-container .qty-selector .qty-btn:disabled {
  background: #f0f0f0;
  color: #cccccc;
  cursor: not-allowed;
}

.show-page-container .product-show .product-details .action-box .qty-container .qty-selector .qty-input {
  width: 56px;
  height: 38px;
  border: 0;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #333333;
  padding: 0;
  background: #ffffff;
}

.show-page-container .product-show .product-details .action-box .qty-container .qty-selector .qty-input:disabled {
  background: #f5f5f5;
  color: #cccccc;
}

.show-page-container .product-show .product-details .action-box .qty-container .qty-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 11px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.show-page-container .product-show .product-details .action-box .qty-container .qty-meta .stock-status {
  color: #999999;
  letter-spacing: 0.8px;
  font-family: "Courier New", monospace;
}

.show-page-container .product-show .product-details .action-box .qty-container .qty-meta .stock-status.is-unavailable {
  color: #cccccc;
}

.show-page-container .product-show .product-details .action-box .qty-container .qty-meta .quota-hint {
  color: #666666;
  letter-spacing: 0.8px;
  font-family: "Courier New", monospace;
}

.show-page-container .product-show .product-details .action-box .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
}

.show-page-container .product-show .product-details .action-box .button-group > .btn {
  min-width: 0;
}

@media (max-width: 991px) {
  .show-page-container .product-show .product-details .action-box .button-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .show-page-container .product-show .product-details .action-box .button-group > .btn {
    width: 100%;
  }
}

.show-page-container .product-show .product-details .action-box .btn {
  border-radius: 2px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.4px;
  padding: 0 20px;
  height: 45px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, -webkit-transform 0.16s ease;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, -webkit-transform 0.16s ease;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.16s ease;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.16s ease, -webkit-transform 0.16s ease;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-shadow: none;
}

.show-page-container .product-show .product-details .action-box .btn.btn-primary {
  background: #FFA41C;
  color: #ffffff;
  border-color: #FFA41C;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.show-page-container .product-show .product-details .action-box .btn.btn-primary:hover:not(:disabled) {
  background: #f59f17;
  border-color: #f59f17;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.show-page-container .product-show .product-details .action-box .btn.btn-primary:active:not(:disabled) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.show-page-container .product-show .product-details .action-box .btn.btn-primary:disabled,
.show-page-container .product-show .product-details .action-box .btn.btn-primary.is-depleted {
  background: #e0e0e0;
  border-color: #e0e0e0;
  color: #999999;
  cursor: not-allowed;
}

.show-page-container .product-show .product-details .action-box .btn.btn-secondary {
  background: #ffffff;
  color: #333333;
  border-color: #333333;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.show-page-container .product-show .product-details .action-box .btn.btn-secondary:hover:not(:disabled) {
  background: #fbfbfb;
  border-color: #222222;
  color: #222222;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.show-page-container .product-show .product-details .action-box .btn.btn-secondary:active:not(:disabled) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.show-page-container .product-show .product-details .action-box .btn.btn-secondary:disabled,
.show-page-container .product-show .product-details .action-box .btn.btn-secondary.is-depleted {
  background: #f5f5f5;
  border-color: #e0e0e0;
  color: #999999;
  cursor: not-allowed;
}

.show-page-container .product-show .product-details .wishlist-section {
  margin-bottom: 18px;
}

.show-page-container .product-show .product-details .wishlist-section .btn-outline {
  background: transparent;
  border: 1px solid #333333;
  color: #333333;
  height: 36px;
  padding: 0 16px;
  font-size: 12px;
  letter-spacing: 0.2px;
  -webkit-transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, -webkit-transform 0.16s ease;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, -webkit-transform 0.16s ease;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.16s ease;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.16s ease, -webkit-transform 0.16s ease;
}

.show-page-container .product-show .product-details .wishlist-section .btn-outline:hover {
  background: #f7f7f7;
  border-color: #222222;
  color: #222222;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.show-page-container .product-show .product-details .wishlist-section .btn-outline:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.show-page-container .product-show .product-details .metadata-section {
  padding-top: 12px;
  border-top: 1px solid #eeeeee;
  margin-top: 2px;
}

.show-page-container .product-show .product-details .metadata-section .meta-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 7px 0;
  font-size: 11px;
  gap: 12px;
}

.show-page-container .product-show .product-details .metadata-section .meta-row + .meta-row {
  border-top: 1px solid #f4f4f4;
}

@media (max-width: 480px) {
  .show-page-container .product-show .product-details .metadata-section .meta-row {
    gap: 10px;
    padding: 6px 0;
  }
}

.show-page-container .product-show .product-details .metadata-section .meta-row .meta-label {
  color: #999999;
  white-space: nowrap;
  min-width: 50px;
  letter-spacing: 0.3px;
}

.show-page-container .product-show .product-details .metadata-section .meta-row .meta-value {
  color: #5c5c5c;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 12px;
  letter-spacing: 0.1px;
}

.show-page-container .product-show .product-details .metadata-section .meta-row .meta-value a {
  color: #666666;
  text-decoration: none;
}

.show-page-container .product-show .product-details .metadata-section .meta-row .meta-value a:hover {
  color: #333333;
  text-decoration: underline;
}

@media (max-width: 991px) {
  .show-page-container {
    padding: 8px 16px 24px;
  }

  .show-page-container .show-breadcrumb {
    margin-bottom: 18px;
  }

  .show-page-container .product-show .product-details {
    padding-top: 0;
  }

  .show-page-container .product-show .product-details .pricing-section {
    margin-bottom: 14px;
  }

  .show-page-container .product-show .product-details .action-box {
    margin-bottom: 16px;
  }
}

@media (max-width: 480px) {
  .show-page-container .show-breadcrumb {
    font-size: 11px;
    line-height: 1.5;
  }
}

.id-card-tooltip-trigger {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16px;
  height: 16px;
  margin-left: 6px;
  border-radius: 50%;
  border: 1px solid #aaa;
  color: #aaa;
  font-size: 11px;
  line-height: 1;
  cursor: help;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.id-card-tooltip-trigger:hover,
.id-card-tooltip-trigger:focus {
  color: #333;
  border-color: #333;
  text-decoration: none;
  outline: none;
}

.tooltip .tooltip-inner {
  background: rgba(17, 17, 17, 0.78);
  font-size: 12px;
  letter-spacing: 0.1px;
  padding: 6px 10px;
  border-radius: 3px;
}

.tooltip.top .tooltip-arrow {
  border-top-color: rgba(17, 17, 17, 0.78);
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: rgba(17, 17, 17, 0.78);
}

.tooltip.left .tooltip-arrow {
  border-left-color: rgba(17, 17, 17, 0.78);
}

.tooltip.right .tooltip-arrow {
  border-right-color: rgba(17, 17, 17, 0.78);
}

.cart-index-page .buy-now-mode-hint {
  border-radius: 0;
  border: 1px solid #d9e7f5;
  background: #f5f9fe;
  color: #3b5d7f;
  font-size: 12px;
  letter-spacing: 0.4px;
}

.cart-index-page .product_list tr.buy-now-locked {
  opacity: 0.45;
}

.cart-index-page .cart-checkout-summary {
  border: 1px solid #eeeeee;
  background: #fafafa;
  padding: 12px 14px;
}

.cart-index-page .cart-checkout-summary .summary-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #666666;
  margin-bottom: 8px;
}

.cart-index-page .cart-checkout-summary .summary-line:last-child {
  margin-bottom: 0;
}

.cart-index-page .cart-checkout-summary .summary-line strong {
  color: #333333;
  font-weight: 600;
}

.cart-index-page .cart-checkout-summary .summary-line-payable {
  padding-top: 8px;
  border-top: 1px dashed #dddddd;
}

.cart-index-page .cart-checkout-summary .summary-line-payable strong {
  color: #b12704;
  font-size: 18px;
}

.cart-index-page .cart-checkout-summary .summary-line-note .summary-code {
  font-family: "Courier New", monospace;
  color: #7a6a32;
  background: #fcf8e3;
  border: 1px solid #f1e8c8;
  padding: 1px 6px;
}

.cart-index-page .product_list .amount-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart-index-page .product_list .amount-group .btn {
  width: 28px;
  height: 28px;
  padding: 0;
  line-height: 26px;
  font-size: 16px;
  border: 1px solid #dddddd;
  color: #666666;
  background: #ffffff;
}

.cart-index-page .product_list .amount-group .amount {
  margin: 0 6px;
}

.cart-index-page .product_list .preview {
  margin-right: 20px;
}

.cart-index-page .product_list .preview picture.product-image-picture {
  display: block;
  max-width: 80px;
  max-height: 80px;
}

.cart-index-page .product_list .preview img {
  max-width: 80px;
  max-height: 80px;
}

.cart-index-page .product_list .product_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 13px;
}

.cart-index-page .product_list .product_info .product_title,
.cart-index-page .product_list .product_info .sku_title,
.cart-index-page .product_list .product_info .warning {
  display: block;
}

.cart-index-page .product_list .product_info .product_title a {
  color: #3c3c3c;
  font-size: 15px;
}

.cart-index-page .product_list .product_info .not_on_sale .product_title,
.cart-index-page .product_list .product_info .not_on_sale .sku_title {
  text-decoration: line-through;
}

.cart-index-page .product_list .product_info .not_on_sale .warning {
  color: red;
}

.cart-index-page .product_list .price {
  font-size: 14px;
  font-weight: 700;
  color: #3c3c3c;
}

.cart-index-page .product_list input.amount {
  width: 60px;
  border-radius: 0 !important;
}

@media (max-width: 767px) {
  .cart-index-page .container,
  .cart-index-page .row,
  .cart-index-page .col-lg-10,
  .cart-index-page .panel,
  .cart-index-page .panel-body,
  .cart-index-page .cart-table-wrap {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
  }

  .cart-index-page .panel-body,
  .cart-index-page .cart-table-wrap {
    overflow-x: hidden !important;
  }

  .cart-index-page table.table {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 12px !important;
    border: 0 !important;
  }

  .cart-index-page table.table > thead {
    display: none !important;
  }

  .cart-index-page table.table > tbody.product_list {
    display: block !important;
    width: 100% !important;
  }

  .cart-index-page .product_list > tr {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    width: 100% !important;
    max-width: 100% !important;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
    margin: 0 0 12px !important;
    padding: 12px !important;
    border: 1px solid #e8e8e8 !important;
    background: #fff !important;
    overflow: hidden !important;
    gap: 8px 10px;
  }

  .cart-index-page .product_list > tr > td {
    display: block !important;
    border: 0 !important;
    padding: 0 !important;
    white-space: normal !important;
    float: none !important;
  }

  .cart-index-page .product_list > tr > td:nth-child(1) {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 24px !important;
            flex: 0 0 24px !important;
    width: 24px !important;
    padding-top: 6px !important;
  }

  .cart-index-page .product_list > tr > td:nth-child(2) {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 calc(100% - 40px) !important;
            flex: 1 1 calc(100% - 40px) !important;
    min-width: 0 !important;
    max-width: calc(100% - 40px) !important;
  }

  .cart-index-page .product_list > tr > td:nth-child(3) {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 100% !important;
            flex: 1 1 100% !important;
    width: 100% !important;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .cart-index-page .product_list > tr > td:nth-child(4) {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .cart-index-page .product_list > tr > td:nth-child(5) {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 auto !important;
            flex: 0 0 auto !important;
    margin-left: auto !important;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .cart-index-page .product_list .product_info {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    gap: 10px !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  .cart-index-page .product_list .product_info > div:last-child {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
    min-width: 0 !important;
  }

  .cart-index-page .product_list .product_info .product_title a {
    font-size: 14px !important;
    line-height: 1.35 !important;
    word-break: break-word !important;
  }

  .cart-index-page .product_list .product_info .sku_title {
    font-size: 12px !important;
    color: #888 !important;
    word-break: break-word !important;
  }

  .cart-index-page .product_list .preview {
    margin: 0 !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 64px !important;
            flex: 0 0 64px !important;
  }

  .cart-index-page .product_list .preview picture.product-image-picture {
    display: block !important;
    width: 64px !important;
    height: 64px !important;
    max-width: 64px !important;
    max-height: 64px !important;
  }

  .cart-index-page .product_list .preview img {
    width: 64px !important;
    height: 64px !important;
    max-width: 64px !important;
    max-height: 64px !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .cart-index-page .product_list .price {
    display: inline-block !important;
    font-size: 15px !important;
  }

  .cart-index-page .product_list .price::before {
    content: "\5355\4EF7   ";
    font-size: 12px;
    font-weight: 400;
    color: #888;
    margin-right: 4px;
  }

  .cart-index-page .product_list .amount-group {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    max-width: 100% !important;
  }

  .cart-index-page .product_list .amount-group .btn {
    width: 32px !important;
    height: 32px !important;
    line-height: 30px !important;
  }

  .cart-index-page .product_list input.amount {
    width: 48px !important;
    min-width: 48px !important;
  }

  .cart-index-page .product_list .btn-remove {
    white-space: nowrap !important;
  }

  .cart-index-page .cart-address-actions {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    gap: 8px !important;
    width: 100% !important;
  }

  .cart-index-page .cart-address-actions .form-control,
  .cart-index-page .cart-address-actions .cart-address-actions__btn {
    width: 100% !important;
    max-width: 100% !important;
  }

  .cart-index-page #order-form .control-label {
    text-align: left !important;
    margin-bottom: 6px !important;
  }

  .cart-index-page #order-form .form-control,
  .cart-index-page #order-form textarea {
    width: 100% !important;
    max-width: 100% !important;
  }

  .cart-index-page #order-form .col-sm-3,
  .cart-index-page #order-form .col-sm-4,
  .cart-index-page #order-form .col-sm-9,
  .cart-index-page #order-form .col-md-7,
  .cart-index-page #order-form .col-sm-offset-3 {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.order-service-contact-box {
  margin-top: 18px;
  border: 1px solid #e6d8b4;
  background: #fcf7e8;
  padding: 14px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
}

.order-service-contact-box .order-service-contact-text {
  font-size: 15px;
  color: #5f4d21;
  font-weight: 700;
  line-height: 1.6;
}

.order-service-contact-box .btn {
  min-width: 108px;
  font-weight: 600;
}

.support-feedback-page .support-feedback-notice {
  border-radius: 0;
  border: 1px solid #eadfbd;
  background: #fbf7ec;
  color: #6b5522;
  font-size: 13px;
  line-height: 1.7;
}

.support-feedback-page .form-control[readonly] {
  background: #f8f8f8;
  color: #444;
  border-color: #d8d8d8;
  cursor: not-allowed;
}

.support-feedback-page .help-block {
  color: #7d7d7d;
}

.support-replies-page .panel-heading h4,
.support-reply-detail-page .panel-heading h4 {
  margin: 0;
  font-size: 18px;
  line-height: 34px;
}

.support-replies-page .support-status-label,
.support-reply-detail-page .support-status-label {
  font-weight: 600;
}

.support-replies-page .support-status-label--pending_review,
.support-reply-detail-page .support-status-label--pending_review {
  background: #f0ad4e;
}

.support-replies-page .support-status-label--under_investigation,
.support-reply-detail-page .support-status-label--under_investigation {
  background: #5bc0de;
}

.support-replies-page .support-status-label--officially_resolved,
.support-reply-detail-page .support-status-label--officially_resolved {
  background: #5cb85c;
}

.support-replies-page .support-replies-table th,
.support-replies-page .support-replies-table td {
  vertical-align: middle;
  font-size: 13px;
}

.support-reply-detail-page .support-reply-detail-table {
  margin-bottom: 0;
}

.support-reply-detail-page .support-reply-detail-table th {
  background: #fafafa;
  color: #666666;
  font-weight: 600;
}

.support-reply-detail-page .support-message-cell {
  white-space: pre-wrap;
  word-break: break-word;
  line-height: 1.7;
}

.support-reply-detail-page .support-image-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.support-reply-detail-page .support-image-list a {
  display: inline-block;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 4px;
}

.support-reply-detail-page .support-image-list img {
  display: block;
  width: 96px;
  height: 96px;
  -o-object-fit: cover;
     object-fit: cover;
}

#app.orders-show-page {
  --paper: #ffffff;
  --line: #e9e7e1;
  --muted: #777777;
  --text: #222222;
  --accent: #b12704;
  --soft-bg: #f7f6f2;
  --pending-bg: #fff5df;
  --pending-text: #8f5c12;
  --pending-line: #ead7ab;
  --ok-bg: #eaf6ee;
  --ok-text: #1f6a41;
  --ok-line: #cce6d6;
  --closed-bg: #f2f2f2;
  --closed-text: #5f5f5f;
  --closed-line: #dfdfdf;
  background: var(--soft-bg);
}

#app.orders-show-page .order-shell {
  max-width: 1180px;
  margin: 18px auto 24px;
}

#app.orders-show-page .top-strip {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, 1fr);
  gap: 12px;
  margin-bottom: 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

#app.orders-show-page .top-card {
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 14px 16px;
}

#app.orders-show-page .summary-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#app.orders-show-page .pay-card {
  border-color: #ddd5c5;
  -webkit-box-shadow: inset 0 1px 0 #fff;
          box-shadow: inset 0 1px 0 #fff;
}

#app.orders-show-page .top-strip .top-card:last-child {
  border-color: #e2ddd1;
  background: -webkit-gradient(linear, left top, left bottom, from(#fffdf7), to(#ffffff));
  background: linear-gradient(180deg, #fffdf7 0%, #ffffff 100%);
}

#app.orders-show-page .status-pill {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 26px;
  line-height: 1;
  padding: 0 10px;
  border: 1px solid transparent;
  font-size: 12px;
  letter-spacing: 0.4px;
  margin-bottom: 8px;
  vertical-align: middle;
}

#app.orders-show-page .status-pill.is-pending {
  color: var(--pending-text);
  background: var(--pending-bg);
  border-color: var(--pending-line);
}

#app.orders-show-page .status-pill.is-success {
  color: var(--ok-text);
  background: var(--ok-bg);
  border-color: var(--ok-line);
}

#app.orders-show-page .status-pill.is-closed,
#app.orders-show-page .status-pill.is-neutral {
  color: var(--closed-text);
  background: var(--closed-bg);
  border-color: var(--closed-line);
}

#app.orders-show-page .order-title {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.15;
  color: var(--text);
  font-weight: 680;
  letter-spacing: 0.4px;
}

#app.orders-show-page .meta-lines {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.72;
  font-weight: 430;
}

#app.orders-show-page .summary-card .meta-lines {
  max-width: 92%;
}

#app.orders-show-page .countdown-box {
  background: #fdf6e7;
  border: 1px solid #f1e2be;
  padding: 8px 10px;
  margin-bottom: 8px;
}

#app.orders-show-page .countdown-label {
  color: #8b7510;
  font-size: 11px;
  letter-spacing: 0.8px;
  margin-bottom: 3px;
  display: block;
}

#app.orders-show-page .countdown-timer {
  color: #d66d1e;
  font-family: "Courier New", monospace;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.2px;
}

#app.orders-show-page .countdown-timer.expired {
  color: #d32f2f;
}

#app.orders-show-page .amount-label {
  color: #5f5f5f;
  font-size: 12px;
  font-weight: 520;
  letter-spacing: 0.2px;
  margin-bottom: 2px;
}

#app.orders-show-page .amount-value {
  color: var(--accent);
  font-size: 39px;
  font-weight: 760;
  line-height: 1.02;
  letter-spacing: -0.3px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}

#app.orders-show-page .reconcile-code {
  margin-top: 7px;
  color: #7a6a32;
  font-size: 11px;
  display: inline-block;
  background: #fcf8e3;
  border: 1px solid #f1e8c8;
  padding: 4px 8px;
  font-family: "Courier New", monospace;
  letter-spacing: 0.3px;
}

#app.orders-show-page .action-guide {
  margin-top: 8px;
  color: #74531f;
  font-size: 12px;
  letter-spacing: 0.2px;
  line-height: 1.45;
}

#app.orders-show-page .action-guide.is-expired {
  color: #9d2f2f;
}

#app.orders-show-page .payment-redirect-notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  margin-top: 10px;
  padding: 10px 12px;
  background: #f3f8fc;
  border: 1px solid #c8dce8;
  border-left: 3px solid #5b9bd5;
  color: #3d5a73;
  font-size: 12px;
  line-height: 1.55;
}

#app.orders-show-page .payment-redirect-notice__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #5b9bd5;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}

#app.orders-show-page .payment-redirect-notice__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}

#app.orders-show-page .pay-actions {
  margin-top: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#app.orders-show-page .pay-btn {
  min-width: 132px;
  height: 42px;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  font-size: 13px;
  font-weight: 680;
  line-height: 42px;
  text-align: center;
  padding: 0 14px;
  text-decoration: none;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.12);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.12);
}

#app.orders-show-page .pay-btn:hover,
#app.orders-show-page .pay-btn:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.92;
}

#app.orders-show-page .pay-btn.is-loading {
  pointer-events: none;
  opacity: 0.7;
}

#app.orders-show-page .pay-btn.is-disabled {
  pointer-events: none;
  opacity: 0.65;
  background: #9f9f9f !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#app.orders-show-page .pay-btn.alipay {
  background: #00a1e9;
}

#app.orders-show-page .pay-btn.wechat {
  background: #09bb07;
}

#app.orders-show-page .pay-btn.default {
  background: #5f5f5f;
}

#app.orders-show-page .pay-btn.is-outline {
  background: #ffffff;
  color: #444444;
  border: 1px solid #d8d8d8;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#app.orders-show-page .pay-btn.is-outline:hover,
#app.orders-show-page .pay-btn.is-outline:focus {
  color: #222222;
  background: #f7f7f7;
}

#app.orders-show-page .after-sale-group-qr {
  margin-top: 14px;
  padding: 14px 12px;
  text-align: center;
  background: #f8faf6;
  border: 1px solid #e2e8df;
  border-top: 3px solid #6b8f71;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#app.orders-show-page .after-sale-group-qr__title {
  margin: 0 0 4px;
  color: #2f4a35;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

#app.orders-show-page .after-sale-group-qr__hint {
  margin: 0 0 12px;
  color: #5f6f62;
  font-size: 12px;
  line-height: 1.45;
}

#app.orders-show-page .after-sale-group-qr__visual {
  display: inline-block;
  width: 220px;
  max-width: 100%;
  padding: 8px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#app.orders-show-page .after-sale-group-qr__image {
  display: block !important;
  width: 100% !important;
  max-width: 220px !important;
  height: auto !important;
  min-height: 180px;
  margin: 0 auto !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-touch-callout: default;
  background: #ffffff;
}

#app.orders-show-page .status-pill.is-info {
  color: #1f5f8b;
  background: #e8f3fb;
  border-color: #c5dff0;
}

#app.orders-show-page .settlement-breakdown {
  padding: 0;
}

#app.orders-show-page .settlement-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  padding: 8px 0;
  border-bottom: 1px solid #f1f1ef;
  font-size: 13px;
  line-height: 1.5;
}

#app.orders-show-page .settlement-row:last-child {
  border-bottom: 0;
}

#app.orders-show-page .settlement-row .settlement-label {
  color: #5f5f5f;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}

#app.orders-show-page .settlement-row .value {
  color: #222222;
  font-weight: 600;
  text-align: right;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

#app.orders-show-page .settlement-row.settlement-total {
  margin-top: 4px;
  padding-top: 10px;
  border-top: 1px solid #ece7db;
  border-bottom: 0;
}

#app.orders-show-page .settlement-row.settlement-total .settlement-label {
  color: #222222;
  font-weight: 700;
}

#app.orders-show-page .settlement-row.settlement-total .value {
  color: var(--accent);
  font-size: 16px;
  font-weight: 760;
}

#app.orders-show-page .main-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(300px, 1fr);
  gap: 12px;
}

#app.orders-show-page .card {
  background: var(--paper);
  border: 1px solid var(--line);
}

#app.orders-show-page .card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #efede8;
  color: #333333;
  padding: 12px 14px;
  font-size: 12px;
  letter-spacing: 0.4px;
  font-weight: 700;
  text-transform: uppercase;
}

#app.orders-show-page .items-count {
  color: #8d836f;
  border: 1px solid #e8e1d3;
  background: #faf7f0;
  padding: 2px 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-transform: none;
}

#app.orders-show-page .items-wrap {
  padding: 0 14px 8px;
  height: auto;
  max-height: min(56vh, 480px);
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
}

#app.orders-show-page .items-wrap::-webkit-scrollbar {
  width: 8px;
}

#app.orders-show-page .items-wrap::-webkit-scrollbar-thumb {
  background: #d7d2c6;
  border-radius: 8px;
}

#app.orders-show-page .items-wrap::-webkit-scrollbar-track {
  background: #f5f3ee;
}

#app.orders-show-page .items-legend {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) 84px 52px 96px;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0;
  margin-bottom: 2px;
  border-bottom: 1px solid #ece7db;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfaf7), to(#ffffff));
  background: linear-gradient(180deg, #fbfaf7 0%, #ffffff 100%);
  color: #7a7467;
  font-size: 11px;
  font-weight: 620;
  letter-spacing: 0.3px;
}

#app.orders-show-page .items-legend .legend-main {
  grid-column: 1/3;
  text-align: left;
}

#app.orders-show-page .items-legend .legend-price,
#app.orders-show-page .items-legend .legend-qty,
#app.orders-show-page .items-legend .legend-subtotal {
  text-align: right;
}

#app.orders-show-page .item-row {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) 84px 52px 96px;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #f1f1ef;
  padding: 9px 0;
}

#app.orders-show-page .item-row:last-child {
  border-bottom: 0;
}

#app.orders-show-page .thumb {
  width: 76px;
  height: 76px;
  border: 1px solid #eceae5;
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

#app.orders-show-page .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#app.orders-show-page .thumb picture.product-image-picture {
  display: block;
  width: 100%;
  height: 100%;
}

#app.orders-show-page .thumb-fallback {
  color: #989898;
  font-size: 11px;
}

#app.orders-show-page .item-title {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 620;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#app.orders-show-page .item-title a {
  color: #222222;
  text-decoration: none;
}

#app.orders-show-page .item-title a:hover {
  color: #111111;
}

#app.orders-show-page .item-sku {
  margin-top: 3px;
  color: #888888;
  font-size: 11px;
  line-height: 1.35;
  word-break: break-all;
  opacity: 0.92;
}

#app.orders-show-page .metric {
  text-align: right;
  color: #616161;
  font-size: 11.5px;
  font-weight: 520;
  letter-spacing: 0.1px;
}

#app.orders-show-page .metric.price,
#app.orders-show-page .metric.subtotal {
  color: var(--accent);
  font-size: 14px;
  font-weight: 720;
}

#app.orders-show-page .side-body {
  padding: 12px 14px;
}

#app.orders-show-page .kv {
  margin-bottom: 8px;
  color: #6a6a6a;
  font-size: 12px;
  line-height: 1.65;
}

#app.orders-show-page .kv:last-child {
  margin-bottom: 0;
}

#app.orders-show-page .kv .k {
  color: #8b8b8b;
}

#app.orders-show-page .kv .v {
  color: #2f2f2f;
  word-break: break-all;
}

#app.orders-show-page .warn-box {
  margin-top: 10px;
  border: 1px solid #ffd7db;
  background: #fff1f3;
  color: #b4232f;
  font-size: 12px;
  padding: 8px 10px;
}

#app.orders-show-page .side-actions {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#app.orders-show-page .side-actions .btn {
  border-radius: 0;
  min-width: 100px;
  font-size: 12px;
  font-weight: 620;
  height: 36px;
  line-height: 22px;
  padding: 6px 14px;
}

#app.orders-show-page .side-actions .btn.is-loading {
  opacity: 0.75;
  pointer-events: none;
}

#app.orders-show-page .scroll-hint {
  border-top: 1px solid #f3f0ea;
  color: #938a79;
  background: #fdfcf9;
  font-size: 11px;
  text-align: center;
  letter-spacing: 0.2px;
  padding: 6px 10px;
}

#app.orders-show-page .mobile-sticky-actions {
  display: none;
}

#app.payment-gateway-page .payment-gateway-header {
  background: #ffffff;
  border-bottom: 1px solid #e9e7e1;
  margin-bottom: 0;
}

#app.payment-gateway-page .payment-gateway-header__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px 16px;
}

#app.payment-gateway-page .payment-gateway-header__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  text-decoration: none;
  min-width: 0;
}

#app.payment-gateway-page .payment-gateway-header__brand-text {
  color: #222222;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

#app.payment-gateway-page .payment-gateway-header__brand-sub {
  color: #666666;
  font-size: 12px;
  line-height: 1.35;
}

#app.payment-gateway-page .payment-gateway-header__notice {
  margin: 0;
  color: #666666;
  font-size: 13px;
  line-height: 1.45;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 240px;
          flex: 1 1 240px;
}

#app.payment-gateway-page .payment-gateway-header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#app.payment-gateway-page .payment-gateway-header__link {
  color: #444444;
  font-size: 14px;
  text-decoration: none;
}

#app.payment-gateway-page .payment-gateway-header__link.is-primary {
  color: #1a5fb4;
  font-weight: 600;
}

#app.payment-gateway-page .payment-gateway-header__link:hover,
#app.payment-gateway-page .payment-gateway-header__link:focus {
  color: #111111;
  text-decoration: none;
}

#app.payment-gateway-page .payment-gateway-container {
  max-width: 1180px;
  padding-top: 0;
}

#app.payment-gateway-page .payment-gateway-footer {
  margin-top: 28px;
  padding: 16px 16px 24px;
  text-align: center;
  color: #888888;
  font-size: 12px;
  line-height: 1.6;
  border-top: 1px solid #ececec;
  background: #ffffff;
}

#app.payment-gateway-page .payment-gateway-footer p {
  margin: 0;
}

#app.payment-gateway-page .payment-gateway-shell {
  margin-top: 12px;
}

#app.payment-gateway-page .payment-qr-body {
  padding: 18px 16px 20px;
}

#app.payment-gateway-page .payment-qr-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
  gap: 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

#app.payment-gateway-page .payment-qr-visual {
  text-align: center;
}

#app.payment-gateway-page .qr-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px;
  border: 1px solid #ece7db;
  background: #ffffff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

#app.payment-gateway-page .qr-img {
  display: block;
  width: 220px;
  height: 220px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#app.payment-gateway-page .qr-tip {
  margin: 12px 0 0;
  color: #666666;
  font-size: 13px;
  line-height: 1.55;
}

#app.payment-gateway-page .qr-open-link {
  display: inline-block;
  margin-top: 12px;
  min-width: 180px;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
}

#app.payment-gateway-page .payment-qr-meta {
  border-left: 1px solid #f0ece4;
  padding-left: 20px;
}

#app.payment-gateway-page .payment-actions {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

#app.payment-gateway-page .payment-actions .pay-btn {
  width: 100%;
  min-width: 0;
}

#app.payment-gateway-page .fx-summary {
  margin-top: 10px;
}

@media (max-width: 991px) {
  #app.payment-gateway-page .payment-gateway-header__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  #app.payment-gateway-page .payment-gateway-header__notice {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  #app.payment-gateway-page .payment-qr-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  #app.payment-gateway-page .payment-qr-meta {
    border-left: 0;
    padding-left: 0;
    border-top: 1px solid #f0ece4;
    padding-top: 16px;
  }
}

@media (max-width: 991px) {
  #app.orders-show-page {
    padding-bottom: 88px;
  }

  #app.orders-show-page .top-strip,
  #app.orders-show-page .main-grid {
    grid-template-columns: 1fr;
  }

  #app.orders-show-page .pay-actions {
    width: 100%;
    display: none;
  }

  #app.orders-show-page .pay-btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
  }

  #app.orders-show-page .item-row {
    grid-template-columns: 72px minmax(0, 1fr);
    grid-template-areas: "thumb main" "thumb price" "thumb qty" "thumb subtotal";
    row-gap: 6px;
    -webkit-column-gap: 10px;
            column-gap: 10px;
  }

  #app.orders-show-page .item-row .thumb {
    grid-area: thumb;
    width: 72px;
    height: 72px;
  }

  #app.orders-show-page .item-row .main {
    grid-area: main;
  }

  #app.orders-show-page .item-row .price {
    grid-area: price;
    text-align: left;
  }

  #app.orders-show-page .item-row .qty {
    grid-area: qty;
    text-align: left;
  }

  #app.orders-show-page .item-row .subtotal {
    grid-area: subtotal;
    text-align: left;
  }

  #app.orders-show-page .items-legend {
    display: none;
  }

  #app.orders-show-page .items-wrap {
    height: auto;
    max-height: min(50vh, 420px);
  }

  #app.orders-show-page .scroll-hint {
    font-size: 10.5px;
    padding: 5px 8px;
  }

  #app.orders-show-page .scroll-hint.is-hidden {
    display: none;
  }

  #app.orders-show-page .side-actions {
    display: none;
    gap: 10px;
  }

  #app.orders-show-page .side-actions .btn {
    width: 100%;
    min-width: 0;
    height: 44px;
    font-size: 14px;
  }

  #app.orders-show-page .mobile-sticky-actions {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    border-top: 1px solid #dfdacd;
    background: rgba(252, 250, 246, 0.97);
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
  }

  #app.orders-show-page .mobile-sticky-pay-row .sticky-btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  #app.orders-show-page .mobile-sticky-action-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    width: 100%;
  }

  #app.orders-show-page .mobile-sticky-action-row .sticky-btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  #app.orders-show-page .mobile-sticky-actions .sticky-btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    height: 44px;
    border: 0;
    border-radius: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 13px;
    font-weight: 680;
    text-decoration: none;
    color: #ffffff;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.12);
            box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.12);
  }

  #app.orders-show-page .mobile-sticky-actions .sticky-btn.alipay {
    background: #00a1e9;
  }

  #app.orders-show-page .mobile-sticky-actions .sticky-btn.wechat {
    background: #09bb07;
  }

  #app.orders-show-page .mobile-sticky-actions .sticky-btn.address {
    background: #3d6b8e;
  }

  #app.orders-show-page .mobile-sticky-actions .sticky-btn.success {
    background: #2e8b57;
  }

  #app.orders-show-page .mobile-sticky-actions .sticky-btn.danger {
    background: #c0392b;
  }

  #app.orders-show-page .mobile-sticky-actions .sticky-btn.contact-refund {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    background: #e6a23c !important;
    background-color: #e6a23c !important;
    color: #ffffff !important;
  }

  #app.orders-show-page .mobile-sticky-actions .sticky-btn.is-loading {
    pointer-events: none;
    opacity: 0.72;
  }

  #app.orders-show-page .mobile-sticky-actions .sticky-btn.is-disabled {
    pointer-events: none;
    opacity: 0.65;
    background: #9f9f9f !important;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  #app.orders-show-page .after-sale-group-qr {
    margin-top: 12px;
    padding: 12px 10px 14px;
  }

  #app.orders-show-page .after-sale-group-qr__title {
    font-size: 15px;
  }

  #app.orders-show-page .after-sale-group-qr__hint {
    font-size: 13px;
    margin-bottom: 14px;
  }

  #app.orders-show-page .after-sale-group-qr__visual {
    width: min(260px, calc(100vw - 72px));
  }

  #app.orders-show-page .after-sale-group-qr__image {
    max-width: 100% !important;
    min-height: 200px;
  }
}

.manual-pay-page .panel-heading h4 {
  margin: 0;
}

.manual-pay-page .manual-pay-qr-wrap {
  margin: 16px auto;
  display: inline-block;
  padding: 10px;
  border: 1px solid #e5e5e5;
  background: #fff;
}

.manual-pay-page .manual-pay-qr {
  width: 260px;
  max-width: 100%;
  height: auto;
  display: block;
}

.manual-pay-page .manual-pay-actions {
  margin-top: 16px;
}

.manual-pay-page .manual-pay-actions .btn + .btn {
  margin-left: 8px;
}

.orders-review-show-page .vertical-middle {
  vertical-align: middle;
}

.orders-review-show-page .product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.orders-review-show-page .product-info .preview {
  border: 1px solid #eeeeee;
  margin-right: 5px;
}

.orders-review-show-page .product-info .preview picture.product-image-picture {
  display: block;
  max-width: 60px;
  max-height: 60px;
}

.orders-review-show-page .product-info .preview img {
  max-width: 60px;
  max-height: 60px;
}

.orders-review-show-page .product-info .product-title,
.orders-review-show-page .product-info .sku-title {
  display: block;
}

.orders-review-show-page .product-info .product-title > a {
  color: #3c3c3c;
}

.orders-review-show-page .product-info .sku-title {
  color: #9e9e9e;
}

.orders-review-show-page .rating-star-yes {
  color: gold;
  font-size: 150%;
}

.orders-review-show-page .rating-star-no {
  color: lightgrey;
  font-size: 150%;
}

.orders-review-show-page .rate-area {
  float: left;
  border-style: none;
  margin: 0 auto;
  padding: 0;
}

.orders-review-show-page .rate-area:not(:checked) > input {
  position: absolute;
  top: -9999px;
  clip: rect(0, 0, 0, 0);
}

.orders-review-show-page .rate-area:not(:checked) > label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  line-height: 1.2;
  color: lightgrey;
  font-size: 150%;
}

.orders-review-show-page .rate-area:not(:checked) > label:before {
  content: "? ";
}

.orders-review-show-page .rate-area:not(:checked) > label:hover,
.orders-review-show-page .rate-area:not(:checked) > label:hover ~ label {
  color: gold;
}

.orders-review-show-page .rate-area > input:checked ~ label {
  color: gold;
}

.orders-review-show-page .rate-area > label:active {
  position: relative;
  top: 2px;
  left: 2px;
}

.orders-review-show-page .rate-area > input:checked + label:hover,
.orders-review-show-page .rate-area > input:checked + label:hover ~ label,
.orders-review-show-page .rate-area > input:checked ~ label:hover,
.orders-review-show-page .rate-area > input:checked ~ label:hover ~ label,
.orders-review-show-page .rate-area > label:hover ~ input:checked ~ label {
  color: gold;
}

.orders-review-show-page textarea {
  border-radius: 0px;
}

/* ??????? */

.category-sidebar {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 0;
  margin-bottom: 20px;
}

.category-header {
  padding: 12px 18px;
  border-bottom: 1px solid #eeeeee;
}

.category-header h4 {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  color: #444444;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

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

.category-item {
  border-bottom: 1px solid #eeeeee;
}

.category-item:last-child {
  border-bottom: none;
}

.category-item--parent .category-parent-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 11px 18px;
  text-decoration: none;
  background: transparent;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.category-item--parent .category-parent-link:hover {
  text-decoration: none;
}

.category-item--parent .category-parent-link:hover .category-name {
  color: #2b2b2b;
}

.category-item--parent .category-parent-link:hover .glyphicon {
  color: #7a7a7a;
}

.category-item--parent .category-parent-link.is-active .category-name {
  color: #1b67b2;
  font-weight: 600;
}

.category-item--parent .category-name {
  font-size: 12px;
  font-weight: 400;
  color: #555555;
  letter-spacing: 1px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.category-item--parent .glyphicon {
  font-size: 9px;
  color: #aaaaaa;
  -webkit-transition: color 0.2s ease, -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.2s ease, -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s ease;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s ease, -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.category-item--parent .category-children {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: max-height 0.28s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s ease;
  transition: max-height 0.28s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s ease;
}

.category-item--parent:hover .glyphicon,
.category-item--parent:focus-within .glyphicon,
.category-item--parent.is-expanded .glyphicon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.category-item--parent:hover .category-children,
.category-item--parent:focus-within .category-children,
.category-item--parent.is-expanded .category-children {
  max-height: 520px;
  opacity: 1;
  visibility: visible;
  padding: 4px 0 8px;
}

.category-item--child {
  border: none;
}

.category-item--child:last-child {
  border-bottom: none;
}

.category-item--child .category-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 16px 8px 28px;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  text-decoration: none;
  letter-spacing: 1px;
  border-left: 2px solid transparent;
  -webkit-transition: color 0.2s ease, border-color 0.2s ease, font-weight 0.2s ease;
  transition: color 0.2s ease, border-color 0.2s ease, font-weight 0.2s ease;
}

.category-item--child .category-link:hover {
  color: #2b2b2b;
  text-decoration: none;
}

.category-item--child .category-link.is-active {
  color: #1b67b2;
  font-weight: 600;
  border-left-color: #1b67b2;
}

.category-item--child .category-link.is-active .badge {
  opacity: 1;
}

.category-item--child .category-link .badge {
  margin-left: 8px;
  font-size: 9px;
  padding: 2px 6px;
  letter-spacing: 0.4px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.category-item--single .category-link {
  display: block;
  padding: 11px 18px;
  font-size: 12px;
  font-weight: 400;
  color: #555555;
  text-decoration: none;
  letter-spacing: 1px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.category-item--single .category-link:hover {
  color: #2b2b2b;
  text-decoration: none;
}

.category-item--single .category-link.is-active {
  color: #1b67b2;
  font-weight: 600;
}

/* Badge ?? */

.badge {
  display: inline-block;
  padding: 3px 8px;
  font-size: 10px;
  font-weight: 600;
  border-radius: 2px;
  letter-spacing: 0.4px;
}

.badge-success {
  background-color: #2f9f63;
  color: #ffffff;
}

/* ?????? */

.products-panel {
  border: 1px solid #eeeeee;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* ????? */

@media (max-width: 991px) {
  .category-sidebar {
    margin-bottom: 30px;
  }

  .category-item--child .category-link {
    padding: 8px 14px 8px 24px;
  }
}

@media (min-width: 992px) {
  #app.products-index-page .smoke-breadcrumbs,
  .show-page-container .show-breadcrumb {
    font-size: 18px;
  }
}

/* ?????????? / ???? / FAQ?????? */

.policy-page .panel-heading {
  font-size: 18px;
  font-weight: 700;
  color: #222222;
}

.policy-page-body {
  font-size: 15px;
  color: #222222;
}

.policy-page-body p,
.policy-page-body li,
.policy-page-body ol,
.policy-page-body ul {
  line-height: 1.75;
  color: #222222;
  margin-bottom: 10px;
}

.policy-page-body .lead,
.policy-page-body .policy-intro {
  margin-bottom: 16px;
  line-height: 1.75;
  color: #222222;
  font-size: 15px;
  font-weight: 400;
}

.policy-page-body h4 {
  margin-top: 24px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #222222;
}

.policy-page-body h4:first-of-type,
.policy-page-body h4:first-child {
  margin-top: 0;
}

.policy-page-body ul {
  padding-left: 1.25em;
  margin-bottom: 12px;
}

.policy-page-body li {
  margin-bottom: 8px;
  line-height: 1.65;
}

.policy-page-body .policy-notice {
  padding: 12px 14px;
  background: #f8fafc;
  border-left: 3px solid #c5cdd6;
  margin: 12px 0 16px;
  color: #222222;
}

.policy-page-body .policy-notice p {
  margin-bottom: 8px;
  color: #222222;
}

.policy-page-body .policy-footnote,
.policy-page-body .policy-disclaimer {
  font-size: 14px;
  line-height: 1.65;
  color: #444444;
}

.policy-page-body a {
  color: #1a5fb4;
}

.policy-page-body a:hover,
.policy-page-body a:focus {
  color: #134a8c;
}

#app.orders-index-page.orders-show-page {
  --paper: #ffffff;
  --line: #e9e7e1;
  --muted: #777777;
  --text: #222222;
  --accent: #b12704;
  --soft-bg: #f7f6f2;
  --pending-bg: #fff5df;
  --pending-text: #8f5c12;
  --pending-line: #ead7ab;
  --ok-bg: #eaf6ee;
  --ok-text: #1f6a41;
  --ok-line: #cce6d6;
  --closed-bg: #f2f2f2;
  --closed-text: #5f5f5f;
  --closed-line: #dfdfdf;
  background: var(--soft-bg);
}

#app.orders-index-page.orders-show-page .container {
  max-width: 960px;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

#app.orders-index-page.orders-show-page .order-list-page {
  max-width: 920px;
  margin: 20px auto 32px;
  padding: 0;
}

#app.orders-index-page.orders-show-page .order-list-page__header {
  margin-bottom: 16px;
  padding: 20px 22px;
  background: var(--paper);
  border: 1px solid var(--line);
}

#app.orders-index-page.orders-show-page .order-list-page__title {
  margin: 0 0 6px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--text);
  letter-spacing: 0.3px;
}

#app.orders-index-page.orders-show-page .order-list-page__subtitle {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: var(--muted);
}

#app.orders-index-page.orders-show-page .order-card {
  background: var(--paper);
  border: 1px solid var(--line);
  margin-bottom: 14px;
  -webkit-box-shadow: 0 1px 2px rgba(17, 17, 17, 0.04);
          box-shadow: 0 1px 2px rgba(17, 17, 17, 0.04);
}

#app.orders-index-page.orders-show-page .order-card__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  padding: 16px 20px;
  border-bottom: 1px solid #efede8;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfaf7), to(#ffffff));
  background: linear-gradient(180deg, #fbfaf7 0%, #ffffff 100%);
}

#app.orders-index-page.orders-show-page .order-card__identity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

#app.orders-index-page.orders-show-page .order-card__status {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 28px;
  padding: 4px 12px;
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.3px;
  white-space: nowrap;
}

#app.orders-index-page.orders-show-page .order-card__status.is-pending {
  color: var(--pending-text);
  background: var(--pending-bg);
  border-color: var(--pending-line);
}

#app.orders-index-page.orders-show-page .order-card__status.is-success {
  color: var(--ok-text);
  background: var(--ok-bg);
  border-color: var(--ok-line);
}

#app.orders-index-page.orders-show-page .order-card__status.is-info {
  color: #1f5f8b;
  background: #e8f3fb;
  border-color: #c5dff0;
}

#app.orders-index-page.orders-show-page .order-card__status.is-closed,
#app.orders-index-page.orders-show-page .order-card__status.is-neutral {
  color: var(--closed-text);
  background: var(--closed-bg);
  border-color: var(--closed-line);
}

#app.orders-index-page.orders-show-page .order-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px 10px;
  font-size: 13px;
  line-height: 1.5;
}

#app.orders-index-page.orders-show-page .order-card__label {
  color: #8b8b8b;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#app.orders-index-page.orders-show-page .order-card__value {
  color: #2f2f2f;
  word-break: break-all;
}

#app.orders-index-page.orders-show-page .order-card__value--mono {
  font-family: "Courier New", Consolas, monospace;
  letter-spacing: 0.2px;
}

#app.orders-index-page.orders-show-page .order-card__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2px;
}

#app.orders-index-page.orders-show-page .order-card__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 96px;
  height: 36px;
  padding: 0 14px;
  border: 1px solid transparent;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: opacity 0.15s ease, background 0.15s ease;
  transition: opacity 0.15s ease, background 0.15s ease;
}

#app.orders-index-page.orders-show-page .order-card__btn:hover,
#app.orders-index-page.orders-show-page .order-card__btn:focus {
  text-decoration: none;
  opacity: 0.92;
}

#app.orders-index-page.orders-show-page .order-card__btn--primary {
  background: #2f2f2f;
  border-color: #2f2f2f;
  color: #ffffff;
}

#app.orders-index-page.orders-show-page .order-card__btn--primary:hover,
#app.orders-index-page.orders-show-page .order-card__btn--primary:focus {
  color: #ffffff;
  background: #222222;
}

#app.orders-index-page.orders-show-page .order-card__btn--ghost {
  background: #ffffff;
  border-color: #d8d8d8;
  color: #444444;
}

#app.orders-index-page.orders-show-page .order-card__btn--ghost:hover,
#app.orders-index-page.orders-show-page .order-card__btn--ghost:focus {
  color: #222222;
  background: #f7f7f7;
}

#app.orders-index-page.orders-show-page .order-card__table-head,
#app.orders-index-page.orders-show-page .order-card__item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 96px 56px 96px;
  -webkit-column-gap: 16px;
          column-gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#app.orders-index-page.orders-show-page .order-card__table-head {
  padding: 10px 20px;
  border-bottom: 1px solid #ece7db;
  background: #faf9f6;
  color: #7a7467;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2px;
}

#app.orders-index-page.orders-show-page .order-card__col--price,
#app.orders-index-page.orders-show-page .order-card__col--qty,
#app.orders-index-page.orders-show-page .order-card__col--subtotal {
  text-align: right;
}

#app.orders-index-page.orders-show-page .order-card__item {
  padding: 14px 20px;
  border-bottom: 1px solid #f1f1ef;
}

#app.orders-index-page.orders-show-page .order-card__item:last-child {
  border-bottom: 0;
}

#app.orders-index-page.orders-show-page .order-card__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  min-width: 0;
}

#app.orders-index-page.orders-show-page .order-card__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 64px;
          flex: 0 0 64px;
  width: 64px;
  height: 64px;
  border: 1px solid #eceae5;
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

#app.orders-index-page.orders-show-page .order-card__thumb img {
  width: 100%;
  height: 100%;
  max-width: 64px;
  max-height: 64px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

#app.orders-index-page.orders-show-page .order-card__thumb picture.product-image-picture {
  display: block;
  width: 100%;
  height: 100%;
}

#app.orders-index-page.orders-show-page .order-card__product-text {
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

#app.orders-index-page.orders-show-page .order-card__product-name {
  color: #222222;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#app.orders-index-page.orders-show-page .order-card__product-name:hover {
  color: #111111;
}

#app.orders-index-page.orders-show-page .order-card__product-sku {
  color: #888888;
  font-size: 12px;
  line-height: 1.4;
}

#app.orders-index-page.orders-show-page .order-card__col--price,
#app.orders-index-page.orders-show-page .order-card__col--subtotal {
  color: var(--accent);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

#app.orders-index-page.orders-show-page .order-card__col--qty {
  color: #616161;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}

#app.orders-index-page.orders-show-page .order-card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  padding: 14px 20px;
  border-top: 1px solid #ece7db;
  background: #faf9f6;
}

#app.orders-index-page.orders-show-page .order-card__footer-label {
  color: #666666;
  font-size: 13px;
  font-weight: 500;
}

#app.orders-index-page.orders-show-page .order-card__footer-count {
  color: #999999;
  font-size: 12px;
  font-weight: 400;
}

#app.orders-index-page.orders-show-page .order-card__footer-total {
  color: var(--accent);
  font-size: 20px;
  font-weight: 760;
  letter-spacing: -0.2px;
  white-space: nowrap;
}

#app.orders-index-page.orders-show-page .order-card--empty {
  padding: 48px 24px;
  text-align: center;
}

#app.orders-index-page.orders-show-page .order-card__empty-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 8px;
}

#app.orders-index-page.orders-show-page .order-card__empty-text {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

#app.orders-index-page.orders-show-page .order-list-page__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 8px;
}

@media (max-width: 767px) {
  #app.orders-index-page.orders-show-page .order-list-page {
    margin-top: 12px;
    margin-bottom: 24px;
  }

  #app.orders-index-page.orders-show-page .order-list-page__header {
    padding: 16px 18px;
  }

  #app.orders-index-page.orders-show-page .order-list-page__title {
    font-size: 20px;
  }

  #app.orders-index-page.orders-show-page .order-card__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 14px 16px;
  }

  #app.orders-index-page.orders-show-page .order-card__actions {
    width: 100%;
  }

  #app.orders-index-page.orders-show-page .order-card__actions .order-card__btn {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 4px);
            flex: 1 1 calc(50% - 4px);
    min-width: 0;
  }

  #app.orders-index-page.orders-show-page .order-card__table-head {
    display: none;
  }

  #app.orders-index-page.orders-show-page .order-card__item {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 14px 16px;
  }

  #app.orders-index-page.orders-show-page .order-card__col--price,
  #app.orders-index-page.orders-show-page .order-card__col--qty,
  #app.orders-index-page.orders-show-page .order-card__col--subtotal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
    font-size: 13px;
  }

  #app.orders-index-page.orders-show-page .order-card__col--price::before,
  #app.orders-index-page.orders-show-page .order-card__col--qty::before,
  #app.orders-index-page.orders-show-page .order-card__col--subtotal::before {
    content: attr(data-label);
    color: #8b8b8b;
    font-size: 12px;
    font-weight: 500;
  }

  #app.orders-index-page.orders-show-page .order-card__footer {
    padding: 12px 16px;
  }

  #app.orders-index-page.orders-show-page .order-card__footer-total {
    font-size: 18px;
  }
}

.faq-page-body .faq-section-title {
  margin-top: 28px;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  color: #222222;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 8px;
}

.faq-page-body .faq-section-title:first-of-type {
  margin-top: 0;
}

.faq-page-body .faq-subtitle {
  margin-top: 18px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  color: #222222;
}

.faq-page-body ol {
  line-height: 1.75;
  color: #222222;
  padding-left: 1.4em;
}

.faq-page-body ol li {
  margin-bottom: 8px;
}

.address-identity-notice {
  border: 2px solid #e67e22;
  background: #fff3cd;
  color: #333;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 20px;
  padding: 14px 16px;
}

.address-identity-notice__text {
  margin: 0;
  color: #333;
}

.address-identity-notice__text .glyphicon {
  color: #c0392b;
  margin-right: 6px;
}

.address-identity-notice__text strong {
  color: #c0392b;
  font-size: 16px;
}

.user-address-form .form-horizontal .control-label {
  text-align: left;
}

@media (max-width: 767px) {
  .user-address-form .form-horizontal .control-label {
    display: block;
    width: 100%;
    margin-bottom: 6px;
    padding-top: 0;
  }

  .user-address-form .form-horizontal .form-group > [class*=col-sm-] {
    width: 100%;
    float: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .user-address-form .form-horizontal .form-group > .col-sm-3 {
    margin-bottom: 10px;
  }

  .user-address-form .btn-primary,
  .user-address-form .btn-success {
    display: block;
    width: 100%;
    margin: 8px 0 0;
  }
}

/* B 站：互助代购大厅、营销区块、页脚 */

#app.site-mode-b {
  background: #f3f6f8;
}

#app.site-mode-b .container {
  max-width: 1180px;
}

.site-header--b .b-site-notice {
  background: -webkit-gradient(linear, left top, right top, from(#0d4f5c), to(#147a72));
  background: linear-gradient(90deg, #0d4f5c 0%, #147a72 100%);
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  padding: 8px 16px;
  text-align: center;
}

.site-header--b .b-site-notice__badge {
  display: inline-block;
  margin-right: 8px;
  padding: 1px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  font-size: 11px;
  font-weight: 700;
}

.footer--b {
  margin-top: 32px;
  padding: 28px 0 24px;
  background: #fff;
  border-top: 1px solid #e4eaee;
}

.footer-b-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.footer-b-trust__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  padding: 10px 8px;
  font-size: 12px;
  color: #4a5c68;
  background: #f7fafb;
  border: 1px solid #e8edf0;
  border-radius: 6px;
}

.footer-b-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px 20px;
  margin-bottom: 14px;
}

.footer-b-links a {
  color: #3d5a6c;
  font-size: 13px;
  text-decoration: none;
}

.footer-b-links a:hover,
.footer-b-links a:focus {
  color: #0d4f5c;
  text-decoration: underline;
}

.footer-b-meta a {
  color: #5a6a75;
  text-decoration: none;
}

.footer-b-meta a:hover,
.footer-b-meta a:focus {
  color: #0d4f5c;
  text-decoration: underline;
}

.b-marketing {
  margin-bottom: 20px;
}

.b-promo-ticker {
  overflow: hidden;
  margin-bottom: 14px;
  border-radius: 8px;
  background: #0d4f5c;
  color: #e8f4f2;
  font-size: 12px;
}

.b-promo-ticker__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  padding: 10px 16px;
  white-space: nowrap;
  -webkit-animation: b-ticker-scroll 28s linear infinite;
          animation: b-ticker-scroll 28s linear infinite;
}

.b-promo-ticker__track span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@-webkit-keyframes b-ticker-scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes b-ticker-scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.b-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 14px;
}

.b-stat-card {
  background: #fff;
  border: 1px solid #e3eaee;
  border-radius: 10px;
  padding: 14px 16px;
  -webkit-box-shadow: 0 2px 8px rgba(13, 79, 92, 0.04);
          box-shadow: 0 2px 8px rgba(13, 79, 92, 0.04);
}

.b-stat-card.is-accent {
  border-color: #c5e8e0;
  background: -webkit-gradient(linear, left top, left bottom, from(#f3fbf8), to(#fff));
  background: linear-gradient(180deg, #f3fbf8 0%, #fff 100%);
}

.b-stat-card__label {
  margin: 0 0 4px;
  font-size: 12px;
  color: #6a7a85;
}

.b-stat-card__value {
  margin: 0;
  font-size: 28px;
  font-weight: 800;
  color: #0d4f5c;
  line-height: 1.1;
}

.b-stat-card__hint {
  margin: 6px 0 0;
  font-size: 11px;
  color: #8a96a0;
}

.b-promo-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 14px;
}

.b-promo-card {
  border-radius: 10px;
  padding: 16px 18px;
  border: 1px solid #e3eaee;
  background: #fff;
  text-decoration: none;
  color: inherit;
  display: block;
  -webkit-transition: -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  transition: transform 0.15s ease, box-shadow 0.15s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
}

.b-promo-card:hover,
.b-promo-card:focus {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 18px rgba(13, 79, 92, 0.08);
          box-shadow: 0 6px 18px rgba(13, 79, 92, 0.08);
  text-decoration: none;
  color: inherit;
}

.b-promo-card strong {
  display: block;
  font-size: 15px;
  color: #1a3340;
  margin-bottom: 6px;
}

.b-promo-card span {
  font-size: 12px;
  color: #6a7a85;
  line-height: 1.5;
}

.b-promo-card--primary {
  background: linear-gradient(135deg, #0d4f5c 0%, #1a8f7a 100%);
  border-color: transparent;
  color: #fff;
}

.b-promo-card--primary strong,
.b-promo-card--primary span {
  color: #fff;
}

.b-promo-card--trust {
  background: #f8fbfc;
}

.b-promo-card--hot {
  background: #fff9f0;
  border-color: #f0dfc8;
}

.b-marketing-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 14px;
}

.b-activity-panel {
  background: #fff;
  border: 1px solid #e3eaee;
  border-radius: 10px;
  padding: 14px 16px;
}

.b-activity-panel__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.b-activity-panel__head h2 {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #1a3340;
}

.b-activity-panel__badge {
  font-size: 11px;
  color: #1a8f7a;
  background: #e8f6f2;
  padding: 2px 8px;
  border-radius: 999px;
}

.b-live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2ecc71;
  -webkit-box-shadow: 0 0 0 0 rgba(46, 204, 113, 0.5);
          box-shadow: 0 0 0 0 rgba(46, 204, 113, 0.5);
  -webkit-animation: b-live-pulse 1.8s ease infinite;
          animation: b-live-pulse 1.8s ease infinite;
}

@-webkit-keyframes b-live-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(46, 204, 113, 0.45);
            box-shadow: 0 0 0 0 rgba(46, 204, 113, 0.45);
  }

  70% {
    -webkit-box-shadow: 0 0 0 8px rgba(46, 204, 113, 0);
            box-shadow: 0 0 0 8px rgba(46, 204, 113, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(46, 204, 113, 0);
            box-shadow: 0 0 0 0 rgba(46, 204, 113, 0);
  }
}

@keyframes b-live-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(46, 204, 113, 0.45);
            box-shadow: 0 0 0 0 rgba(46, 204, 113, 0.45);
  }

  70% {
    -webkit-box-shadow: 0 0 0 8px rgba(46, 204, 113, 0);
            box-shadow: 0 0 0 8px rgba(46, 204, 113, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(46, 204, 113, 0);
            box-shadow: 0 0 0 0 rgba(46, 204, 113, 0);
  }
}

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

.b-activity-list li {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #f0f3f5;
  font-size: 12px;
}

.b-activity-list li:last-child {
  border-bottom: 0;
}

.b-activity-list__time {
  color: #8a96a0;
  font-family: Consolas, Monaco, monospace;
  font-size: 11px;
}

.b-activity-list__text {
  color: #3d4f5c;
}

.b-activity-list__amount {
  color: #0d4f5c;
  font-weight: 700;
  white-space: nowrap;
}

.b-hot-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.b-hot-tags__label {
  font-size: 12px;
  font-weight: 700;
  color: #6a7a85;
  margin-right: 4px;
}

.b-hot-tag {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #dce5ea;
  color: #3d5a6c;
  font-size: 12px;
  text-decoration: none;
}

.b-hot-tag:hover,
.b-hot-tag:focus {
  background: #0d4f5c;
  border-color: #0d4f5c;
  color: #fff;
  text-decoration: none;
}

/* 代购大厅卡片（B 站首页核心） */

.proc-hall-hero {
  background: linear-gradient(135deg, #0d4f5c 0%, #166b62 55%, #1a8f7a 100%);
  border-radius: 12px;
  padding: 22px 24px;
  margin-bottom: 18px;
  color: #fff;
  -webkit-box-shadow: 0 8px 24px rgba(13, 79, 92, 0.18);
          box-shadow: 0 8px 24px rgba(13, 79, 92, 0.18);
}

.proc-hall-hero__eyebrow {
  margin: 0 0 6px;
  font-size: 12px;
  letter-spacing: 0.12em;
  opacity: 0.9;
}

.proc-hall-hero__title {
  margin: 0 0 8px;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
}

.proc-hall-hero__sub {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.92;
  max-width: 720px;
}

.proc-hall-hero__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}

.proc-hall-hero__stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 16px;
}

.proc-hall-stat {
  font-size: 12px;
  opacity: 0.95;
}

.proc-hall-stat strong {
  font-size: 15px;
  margin-right: 4px;
}

.proc-post-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  padding: 12px 20px;
  border-radius: 8px;
  background: #f5a623;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.proc-post-btn:hover,
.proc-post-btn:focus {
  background: #e89412;
  color: #fff;
  text-decoration: none;
}

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

.proc-card {
  background: #fff;
  border: 1px solid #e6ecef;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 10px rgba(15, 45, 60, 0.05);
          box-shadow: 0 2px 10px rgba(15, 45, 60, 0.05);
  -webkit-transition: -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  transition: transform 0.15s ease, box-shadow 0.15s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
}

.proc-card:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 8px 20px rgba(15, 45, 60, 0.1);
          box-shadow: 0 8px 20px rgba(15, 45, 60, 0.1);
}

.proc-media {
  aspect-ratio: 4/3;
  background: -webkit-gradient(linear, left top, left bottom, from(#eef3f6), to(#f8fafb));
  background: linear-gradient(180deg, #eef3f6 0%, #f8fafb 100%);
  overflow: hidden;
}

.proc-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.proc-body {
  padding: 14px;
}

.proc-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.proc-nickname {
  font-size: 12px;
  color: #6a7a85;
}

.proc-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.proc-tag {
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 4px;
  background: #eef2f5;
  color: #5a6a75;
}

.proc-tag.is-success {
  background: #e8f6ef;
  color: #1f7a4f;
}

.proc-tag.is-warning {
  background: #fff4e0;
  color: #9a6b12;
}

.proc-tag.is-info {
  background: #e8f3fb;
  color: #1f5f8b;
}

.proc-title {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 700;
  color: #1a3340;
  line-height: 1.35;
}

.proc-budget {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 800;
  color: #0d4f5c;
}

.proc-budget small {
  font-size: 11px;
  font-weight: 600;
  opacity: 0.8;
}

.proc-desc {
  margin: 0 0 12px;
  font-size: 12px;
  color: #6a7a85;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.proc-buy-btn {
  display: block;
  text-align: center;
  padding: 10px 12px;
  border-radius: 8px;
  background: #0d4f5c;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.proc-buy-btn:hover,
.proc-buy-btn:focus {
  background: #166b62;
  color: #fff;
  text-decoration: none;
}

.proc-empty {
  text-align: center;
  padding: 48px 20px;
  background: #fff;
  border: 1px dashed #d5dee4;
  border-radius: 12px;
}

@media (max-width: 991px) {
  .b-stats-grid,
  .b-promo-row,
  .footer-b-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .b-marketing-split {
    grid-template-columns: 1fr;
  }

  .proc-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proc-hall-hero__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 575px) {
  .b-stats-grid,
  .footer-b-trust {
    grid-template-columns: 1fr;
  }

  .b-promo-row {
    grid-template-columns: 1fr;
  }

  .proc-grid {
    grid-template-columns: 1fr;
  }
}

/* C 站分类导航：去掉雪茄后剩 7 个，仍按 4 列贴左排 */
.site-header.site-header--c .site-header__nav-scroll {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.site-header.site-header--c .top-category-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.site-header.site-header--c .top-category-item::after {
  display: none;
}

.site-header.site-header--c .top-category-item:not(:nth-child(4n))::after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background-color: #cccccc;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767px) {
  .site-header.site-header--c .site-header__nav-scroll {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .site-header.site-header--c .top-category-item {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    max-width: none;
  }

  .site-header.site-header--c .top-category-item:nth-child(7),
  .site-header.site-header--c .top-category-item:nth-child(8) {
    grid-column: auto;
  }
}


