/**
 * Desktop marketplace styling (768px+).
 * Yahoo-like layout + premium ink / bronze palette.
 * Mobile layout unchanged.
 */

@media (min-width: 768px) {
  body.xueer-desktop-lux {
    --dx-ink: #162033;
    --dx-ink-soft: #243247;
    --dx-bronze: #b08d5b;
    --dx-bronze-deep: #8f7044;
    --dx-pearl: #f5f3ef;
    --dx-champagne: #e8dfd0;
    --dx-bg: #eef0f3;
    --dx-card: #ffffff;
    --dx-line: #e3e6ec;
    --dx-strip: #faf7f2;
    --dx-text: #1a2230;
    --dx-muted: #6b7385;
    --dx-hover: #f5f1ea;
    --dx-shell-shadow: 0 4px 24px rgba(22, 32, 51, .06);
    background: var(--dx-bg);
  }

  body.xueer-desktop-lux.home {
    --dx-yahoo: var(--dx-ink);
    --dx-yahoo-soft: var(--dx-ink-soft);
    --dx-yahoo-bg: var(--dx-pearl);
    --dx-yahoo-cta: var(--dx-ink);
    background: var(--dx-pearl);
  }

  body.xueer-desktop-lux:not(.home) {
    background: var(--dx-pearl, #f5f3ef);
  }

  body.xueer-desktop-lux.home .site-main {
    background: var(--dx-yahoo-bg);
  }

  body.xueer-desktop-lux:not(.home) .site-main {
    background: var(--dx-pearl, #f5f3ef);
  }

  /* —— Header (Yahoo-like: logo / search / actions) —— */
  body.xueer-desktop-lux .header-top {
    display: none;
  }

  body.xueer-desktop-lux .site-header {
    background: #fff;
    box-shadow: 0 1px 0 rgba(22, 32, 51, .06);
  }

  body.xueer-desktop-lux .header-main-desktop {
    border-bottom: 0;
  }

  body.xueer-desktop-lux .header-main-inner {
    display: flex;
    align-items: center;
    gap: 28px;
    padding: 18px 0 16px;
  }

  body.xueer-desktop-lux .site-branding {
    max-width: none;
    flex: 0 0 auto;
  }

  body.xueer-desktop-lux .site-branding img {
    max-height: 48px;
  }

  body.xueer-desktop-lux .xueer-site-logo--header .xueer-site-logo__mark {
    width: 52px;
    height: 52px;
    color: var(--dx-bronze);
  }

  body.xueer-desktop-lux .xueer-site-logo--header .xueer-site-logo__en {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: .26em;
    color: var(--dx-ink);
  }

  body.xueer-desktop-lux .xueer-site-logo--header .xueer-site-logo__mall {
    color: #6a7386;
  }

  body.xueer-desktop-lux .xueer-site-logo--header .xueer-site-logo__divider {
    background: var(--dx-bronze);
  }

  body.xueer-desktop-lux .xueer-site-logo--header .xueer-site-logo__zh {
    letter-spacing: .46em;
    color: #8a919f;
  }

  body.xueer-desktop-lux .header-search {
    flex: 1 1 auto;
    max-width: 640px;
    margin: 0 auto;
  }

  body.xueer-desktop-lux .header-search-hot {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 14px;
    margin-top: 8px;
    padding-left: 4px;
  }

  body.xueer-desktop-lux:not(.home) .header-search-hot {
    display: none;
  }

  body.xueer-desktop-lux .header-search-hot a {
    color: #777;
    text-decoration: none;
    font-size: 12px;
  }

  body.xueer-desktop-lux .header-search-hot a:hover {
    color: var(--dx-bronze-deep);
  }

  body.xueer-desktop-lux.home .search-form {
    border-color: var(--dx-line);
  }

  body.xueer-desktop-lux.home .search-form:focus-within {
    border-color: var(--dx-bronze);
    box-shadow: 0 0 0 3px rgba(176, 141, 91, .16);
  }

  body.xueer-desktop-lux.home .search-submit {
    background: var(--dx-ink);
    border-radius: 0 999px 999px 0;
  }

  body.xueer-desktop-lux.home .search-submit:hover {
    background: var(--dx-ink-soft);
  }

  body.xueer-desktop-lux .search-form {
    border: 1.5px solid var(--dx-ink);
    border-radius: 999px;
    background: #fff;
    overflow: hidden;
    box-shadow: none;
  }

  body.xueer-desktop-lux .search-form:focus-within {
    border-color: var(--dx-bronze);
    box-shadow: 0 0 0 3px rgba(176, 141, 91, .16);
  }

  body.xueer-desktop-lux .search-field {
    padding-left: 18px;
  }

  body.xueer-desktop-lux .search-submit {
    background: var(--dx-ink);
    border-radius: 0;
    letter-spacing: .08em;
    font-weight: 600;
    min-width: 88px;
  }

  body.xueer-desktop-lux .search-submit:hover {
    background: var(--dx-ink-soft);
  }

  body.xueer-desktop-lux .header-actions {
    display: flex;
    gap: 10px;
    flex: 0 0 auto;
  }

  body.xueer-desktop-lux .header-action {
    border: 1px solid var(--dx-line);
    border-radius: 999px;
    background: #fff;
    color: var(--dx-text);
    letter-spacing: .04em;
    padding: 8px 16px;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }

  body.xueer-desktop-lux.home .header-action {
    border: 0;
    background: transparent;
    padding: 4px 8px;
    border-radius: 8px;
    flex-direction: column;
    gap: 4px;
    min-height: auto;
    font-size: 12px;
  }

  body.xueer-desktop-lux.home .header-action-text {
    font-size: 12px;
    line-height: 1.2;
  }

  body.xueer-desktop-lux .header-action-ico {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #f2f2f5;
    position: relative;
    flex-shrink: 0;
    display: none;
  }

  body.xueer-desktop-lux.home .header-action-ico {
    display: block;
  }

  body.xueer-desktop-lux .header-action-ico::before {
    content: "";
    position: absolute;
    inset: 5px;
    background: #555;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
  }

  body.xueer-desktop-lux .header-action-ico--account::before {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M5 20a7 7 0 0 1 14 0'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M5 20a7 7 0 0 1 14 0'/%3E%3C/svg%3E");
  }

  body.xueer-desktop-lux .header-action-ico--cart::before {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Ccircle cx='9' cy='20' r='1'/%3E%3Ccircle cx='17' cy='20' r='1'/%3E%3Cpath d='M3 4h2l2 12h10l2-8H7'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Ccircle cx='9' cy='20' r='1'/%3E%3Ccircle cx='17' cy='20' r='1'/%3E%3Cpath d='M3 4h2l2 12h10l2-8H7'/%3E%3C/svg%3E");
  }

  body.xueer-desktop-lux.home .header-action:hover {
    background: var(--dx-hover);
    color: var(--dx-ink);
    box-shadow: none;
  }

  body.xueer-desktop-lux.home .header-action-account,
  body.xueer-desktop-lux.home .header-action-account:hover {
    background: var(--dx-ink);
    color: #fff;
    border: 0;
    border-radius: 999px;
    padding: 8px 14px;
    flex-direction: row;
    gap: 6px;
    min-height: 40px;
  }

  body.xueer-desktop-lux.home .header-action-account .header-action-ico {
    background: rgba(255, 255, 255, .14);
  }

  body.xueer-desktop-lux.home .header-action-account .header-action-ico::before {
    background: #fff;
  }

  body.xueer-desktop-lux .header-action:hover {
    border-color: var(--dx-bronze);
    color: var(--dx-ink);
    box-shadow: 0 4px 14px rgba(22, 32, 51, .08);
  }

  body.xueer-desktop-lux .header-action-account {
    background: var(--dx-ink);
    border-color: var(--dx-ink);
    color: #fff;
  }

  body.xueer-desktop-lux .header-action-account:hover {
    background: var(--dx-ink-soft);
    border-color: var(--dx-ink-soft);
    color: #fff;
  }

  body.xueer-desktop-lux .header-action-cart {
    gap: 4px;
  }

  /* Utility strip (replaces horizontal category nav) */
  body.xueer-desktop-lux .primary-nav-desktop,
  body.xueer-desktop-lux .nav-sub-panel-desktop,
  body.xueer-desktop-lux .home-brand-zone {
    display: none !important;
  }

  body.xueer-desktop-lux .header-utility-desktop {
    display: block;
    background: var(--dx-strip);
    border-bottom: 1px solid var(--dx-line);
  }

  body.xueer-desktop-lux.home .header-utility-desktop {
    display: none !important;
  }

  body.xueer-desktop-lux .header-utility-desktop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 40px;
    padding: 0;
  }

  body.xueer-desktop-lux .header-utility-desktop__links {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 20px;
    align-items: center;
  }

  body.xueer-desktop-lux .header-utility-desktop__links a {
    color: var(--dx-text);
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 0;
  }

  body.xueer-desktop-lux .header-utility-desktop__links a:hover {
    color: var(--dx-bronze-deep);
  }

  body.xueer-desktop-lux .header-utility-desktop__note {
    color: var(--dx-muted);
    font-size: 12px;
    white-space: nowrap;
  }

  /* —— Home Yahoo 3-column stage —— */
  body.xueer-desktop-lux .desktop-yahoo-home {
    padding: 12px 0 48px;
    background: var(--dx-yahoo-bg, var(--dx-bg));
  }

  body.xueer-desktop-lux .desktop-yahoo-home__shell {
    background: #fff;
    border-radius: 16px;
    padding: 12px;
    border: 1px solid var(--dx-line);
    box-shadow: var(--dx-shell-shadow);
    overflow: visible;
  }

  body.xueer-desktop-lux .desktop-yahoo-home__stage {
    display: grid;
    grid-template-columns: 188px minmax(0, 1fr) 228px;
    grid-template-rows: auto 1fr;
    gap: 10px;
    align-items: stretch;
    overflow: visible;
  }

  body.xueer-desktop-lux .desktop-yahoo-cats {
    grid-row: 1 / -1;
    grid-column: 1;
  }

  body.xueer-desktop-lux .desktop-yahoo-secondary-nav {
    grid-column: 2;
    grid-row: 1;
  }

  body.xueer-desktop-lux .desktop-yahoo-center {
    grid-column: 2;
    grid-row: 2;
  }

  body.xueer-desktop-lux .desktop-yahoo-member {
    grid-column: 3;
    grid-row: 1 / -1;
  }

  body.xueer-desktop-lux .desktop-yahoo-home__below {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  body.xueer-desktop-lux .desktop-yahoo-cats {
    background: #fff;
    border: 1px solid var(--dx-line);
    border-radius: 12px;
    overflow: visible;
    position: relative;
    z-index: 30;
    box-shadow: none;
    display: flex;
    flex-direction: column;
  }

  body.xueer-desktop-lux .desktop-yahoo-cats.is-flyout-open {
    z-index: 120;
  }

  body.xueer-desktop-lux .desktop-yahoo-cats__body {
    position: relative;
    flex: 1 1 auto;
    min-height: 0;
  }

  body.xueer-desktop-lux .desktop-yahoo-cats__head {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 16px;
    background: linear-gradient(135deg, var(--dx-ink) 0%, var(--dx-ink-soft) 100%);
    color: #fff;
    border-radius: 12px 12px 0 0;
  }

  body.xueer-desktop-lux .desktop-yahoo-cats__icon {
    width: 14px;
    height: 12px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    box-shadow: inset 0 0 0 2px transparent, 0 5px 0 #fff;
    box-sizing: border-box;
    flex-shrink: 0;
  }

  body.xueer-desktop-lux .desktop-yahoo-cats__title {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .04em;
  }

  body.xueer-desktop-lux .desktop-yahoo-cats__list {
    list-style: none;
    margin: 0;
    padding: 4px 6px 8px;
    position: relative;
    background: transparent;
    border-radius: 0 0 12px 12px;
    max-height: 420px;
    overflow-y: auto;
  }

  body.xueer-desktop-lux .desktop-yahoo-cats__item {
    position: relative;
  }

  body.xueer-desktop-lux .desktop-yahoo-cats__link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 10px 10px 12px;
    color: #444;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.3;
    border-radius: 8px;
    transition: background .15s ease, color .15s ease;
    position: relative;
    z-index: 2;
  }

  body.xueer-desktop-lux .desktop-yahoo-cats__mark {
    width: 22px;
    height: 22px;
    border-radius: 6px;
    background: #f1f3f7;
    color: var(--dx-muted);
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  body.xueer-desktop-lux .desktop-yahoo-cats__label {
    flex: 1;
    min-width: 0;
  }

  body.xueer-desktop-lux .desktop-yahoo-cats__arrow {
    width: 6px;
    height: 6px;
    border-right: 1.5px solid #b7bdc8;
    border-top: 1.5px solid #b7bdc8;
    transform: rotate(45deg);
    flex-shrink: 0;
    margin-right: 2px;
  }

  body.xueer-desktop-lux .desktop-yahoo-cats__item.is-active > .desktop-yahoo-cats__link,
  body.xueer-desktop-lux .desktop-yahoo-cats__item:hover > .desktop-yahoo-cats__link,
  body.xueer-desktop-lux .desktop-yahoo-cats__item:focus-within > .desktop-yahoo-cats__link {
    background: var(--dx-hover);
    color: var(--dx-bronze-deep);
  }

  body.xueer-desktop-lux .desktop-yahoo-cats__item.is-active > .desktop-yahoo-cats__link .desktop-yahoo-cats__mark,
  body.xueer-desktop-lux .desktop-yahoo-cats__item:hover > .desktop-yahoo-cats__link .desktop-yahoo-cats__mark,
  body.xueer-desktop-lux .desktop-yahoo-cats__item:focus-within > .desktop-yahoo-cats__link .desktop-yahoo-cats__mark {
    background: rgba(176, 141, 91, .18);
    color: var(--dx-bronze-deep);
  }

  body.xueer-desktop-lux .desktop-yahoo-cats__item.is-active .desktop-yahoo-cats__arrow,
  body.xueer-desktop-lux .desktop-yahoo-cats__item:hover .desktop-yahoo-cats__arrow,
  body.xueer-desktop-lux .desktop-yahoo-cats__item:focus-within .desktop-yahoo-cats__arrow {
    border-color: var(--dx-bronze);
  }

  body.xueer-desktop-lux .desktop-yahoo-cats__mega {
    position: absolute;
    left: 100%;
    top: 0;
    width: min(680px, calc(100vw - 260px));
    min-height: 100%;
    z-index: 130;
    pointer-events: none;
  }

  body.xueer-desktop-lux .desktop-yahoo-cats__mega::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    width: 10px;
    height: 100%;
  }

  body.xueer-desktop-lux .desktop-yahoo-cats.is-flyout-open .desktop-yahoo-cats__mega {
    pointer-events: auto;
  }

  body.xueer-desktop-lux .desktop-yahoo-cats__panel {
    display: none;
    position: absolute;
    inset: 0;
  }

  body.xueer-desktop-lux .desktop-yahoo-cats__panel.is-active {
    display: block;
  }

  body.xueer-desktop-lux .desktop-yahoo-cats__panel-inner {
    height: 100%;
    min-height: 380px;
    background: #fff;
    border: 1px solid var(--dx-line);
    border-radius: 0 12px 12px 0;
    box-shadow: 12px 16px 36px rgba(22, 32, 51, .12);
    padding: 20px 24px 24px;
    box-sizing: border-box;
  }

  body.xueer-desktop-lux .desktop-yahoo-cats__panel-title {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eef0f4;
    color: var(--dx-ink);
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
  }

  body.xueer-desktop-lux .desktop-yahoo-cats__panel-title span {
    font-size: 12px;
    font-weight: 400;
    color: var(--dx-muted);
  }

  body.xueer-desktop-lux .desktop-yahoo-cats__panel-title:hover,
  body.xueer-desktop-lux .desktop-yahoo-cats__panel-title:hover span {
    color: var(--dx-bronze-deep);
  }

  body.xueer-desktop-lux .desktop-yahoo-cats__subs {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4px 12px;
  }

  body.xueer-desktop-lux .desktop-yahoo-cats__subs a {
    display: block;
    padding: 8px 6px;
    color: #3a4252;
    text-decoration: none;
    font-size: 14px;
    border-radius: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  body.xueer-desktop-lux .desktop-yahoo-cats__subs a:hover {
    color: var(--dx-bronze-deep);
    background: var(--dx-hover);
  }

  body.xueer-desktop-lux .desktop-yahoo-secondary-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 18px;
    min-height: 38px;
    padding: 0 16px;
    background: linear-gradient(90deg, var(--dx-ink) 0%, var(--dx-ink-soft) 100%);
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(22, 32, 51, .12);
  }

  body.xueer-desktop-lux .desktop-yahoo-secondary-nav a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 0;
    white-space: nowrap;
  }

  body.xueer-desktop-lux .desktop-yahoo-secondary-nav a:hover {
    color: var(--dx-champagne);
  }

  body.xueer-desktop-lux .desktop-yahoo-center {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  body.xueer-desktop-lux .desktop-yahoo-hero__carousel {
    margin-bottom: 0;
    border-radius: 12px;
    overflow: hidden;
    border: 0;
    box-shadow: var(--dx-shell-shadow);
    flex: 1 1 auto;
    position: relative;
  }

  body.xueer-desktop-lux .desktop-yahoo-hero__carousel .hero-carousel-arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 36px;
    height: 36px;
    margin-top: -18px;
    border: 0;
    border-radius: 50%;
    background: rgba(22, 32, 51, .72);
    color: #fff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s ease;
  }

  body.xueer-desktop-lux .desktop-yahoo-hero__carousel .hero-carousel-arrow:hover {
    background: rgba(22, 32, 51, .92);
  }

  body.xueer-desktop-lux .desktop-yahoo-hero__carousel .hero-carousel-arrow--prev {
    left: 12px;
  }

  body.xueer-desktop-lux .desktop-yahoo-hero__carousel .hero-carousel-arrow--next {
    right: 12px;
  }

  body.xueer-desktop-lux .desktop-yahoo-hero__carousel .hero-slide-link {
    min-height: 248px;
  }

  body.xueer-desktop-lux .desktop-yahoo-hero__carousel .hero-slide.tone-a .hero-slide-link {
    background: linear-gradient(125deg, #162033 0%, #243247 55%, #3d4a5c 100%);
  }

  body.xueer-desktop-lux .desktop-yahoo-hero__carousel .hero-slide.tone-b .hero-slide-link {
    background: linear-gradient(125deg, #1a2230 0%, #8f7044 50%, #b08d5b 100%);
  }

  body.xueer-desktop-lux .desktop-yahoo-hero__carousel .hero-slide.tone-c .hero-slide-link {
    background: linear-gradient(125deg, #243247 0%, #162033 45%, #8f7044 100%);
  }

  body.xueer-desktop-lux .desktop-yahoo-hero__carousel .hero-slide-overlay {
    background: linear-gradient(90deg, rgba(22, 32, 51, .42) 0%, rgba(22, 32, 51, .1) 55%, transparent 100%);
  }

  body.xueer-desktop-lux .desktop-yahoo-hero__carousel .hero-content {
    text-align: left;
    max-width: none;
    margin: 0;
    padding: 36px 32px;
  }

  body.xueer-desktop-lux .desktop-yahoo-hero__carousel .hero-sub {
    font-size: 12px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .82);
    font-style: normal;
    margin-bottom: 8px;
  }

  body.xueer-desktop-lux .desktop-yahoo-hero__carousel .hero-title {
    font-size: clamp(28px, 3vw, 40px);
    letter-spacing: .06em;
    font-weight: 700;
    margin-bottom: 8px;
    text-shadow: 0 6px 18px rgba(0, 0, 0, .15);
  }

  body.xueer-desktop-lux .desktop-yahoo-hero__carousel .hero-desc {
    font-size: 14px;
    letter-spacing: .04em;
    opacity: .92;
    margin-bottom: 18px;
  }

  body.xueer-desktop-lux .desktop-yahoo-hero__carousel .hero-btn {
    padding: 10px 22px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, .95);
    color: var(--dx-ink);
    letter-spacing: .04em;
    font-size: 13px;
    font-weight: 700;
  }

  body.xueer-desktop-lux .desktop-yahoo-hero__carousel .hero-btn:hover {
    background: #fff;
    color: var(--dx-bronze-deep);
  }

  body.xueer-desktop-lux .desktop-yahoo-hero__carousel .hero-dot {
    width: 20px;
    height: 3px;
    border-radius: 2px;
    background: rgba(255, 255, 255, .4);
  }

  body.xueer-desktop-lux .desktop-yahoo-hero__carousel .hero-dot.is-active {
    background: #fff;
  }

  body.xueer-desktop-lux .desktop-yahoo-brands {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  body.xueer-desktop-lux .desktop-yahoo-brands__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  body.xueer-desktop-lux .desktop-yahoo-brands__title {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #222;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  body.xueer-desktop-lux .desktop-yahoo-brands__title::before {
    content: "";
    width: 4px;
    height: 18px;
    border-radius: 2px;
    background: var(--dx-bronze-deep);
  }

  body.xueer-desktop-lux .desktop-yahoo-brands__more:hover {
    color: var(--dx-bronze-deep);
  }

  body.xueer-desktop-lux .desktop-yahoo-brands__scroll {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 4px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  body.xueer-desktop-lux .desktop-yahoo-brands__scroll::-webkit-scrollbar {
    height: 4px;
  }

  body.xueer-desktop-lux .desktop-yahoo-brands__more {
    color: #666;
    text-decoration: none;
    font-size: 13px;
  }

  body.xueer-desktop-lux .desktop-yahoo-brands__scroll::-webkit-scrollbar-thumb {
    background: #d5dae3;
    border-radius: 4px;
  }

  body.xueer-desktop-lux .desktop-yahoo-brands__card {
    flex: 0 0 200px;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-height: 120px;
    padding: 14px 16px;
    border-radius: 12px;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(135deg, var(--dx-ink) 0%, var(--dx-ink-soft) 100%);
    box-shadow: 0 4px 14px rgba(22, 32, 51, .12);
    transition: transform .2s ease, box-shadow .2s ease;
  }

  body.xueer-desktop-lux .desktop-yahoo-brands__card:hover {
    transform: translateY(-2px);
    color: #fff;
    box-shadow: 0 8px 20px rgba(22, 32, 51, .16);
  }

  body.xueer-desktop-lux .desktop-yahoo-brands__card.tone-b {
    background: linear-gradient(135deg, #8f7044 0%, #b08d5b 100%);
  }

  body.xueer-desktop-lux .desktop-yahoo-brands__card.tone-c {
    background: linear-gradient(135deg, #243247 0%, #8f7044 100%);
  }

  body.xueer-desktop-lux .desktop-yahoo-brands__card-kicker {
    font-size: 11px;
    letter-spacing: .12em;
    text-transform: uppercase;
    opacity: .85;
  }

  body.xueer-desktop-lux .desktop-yahoo-brands__card-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
  }

  body.xueer-desktop-lux .desktop-yahoo-brands__card-cta {
    margin-top: auto;
    align-self: flex-start;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .92);
    color: var(--dx-ink);
    font-size: 11px;
    font-weight: 700;
  }

  body.xueer-desktop-lux .desktop-yahoo-member {
    position: relative;
    background: #fff;
    border: 1px solid var(--dx-line);
    border-radius: 12px;
    padding: 16px 14px 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-shadow: none;
    align-self: stretch;
  }

  body.xueer-desktop-lux .desktop-yahoo-member__badge {
    position: absolute;
    top: -10px;
    right: 12px;
    padding: 4px 10px;
    border-radius: 999px;
    background: var(--dx-champagne);
    color: var(--dx-bronze-deep);
    font-size: 11px;
    font-weight: 700;
    box-shadow: 0 4px 10px rgba(143, 112, 68, .18);
  }

  body.xueer-desktop-lux .desktop-yahoo-member__hi {
    margin: 0 0 4px;
    font-size: 16px;
    font-weight: 700;
    color: #222;
    line-height: 1.3;
  }

  body.xueer-desktop-lux .desktop-yahoo-member__level {
    margin: 0;
    font-size: 12px;
    color: #888;
  }

  body.xueer-desktop-lux .desktop-yahoo-member__stats {
    list-style: none;
    margin: 0;
    padding: 10px 0 0;
    border-top: 1px solid #f0f0f3;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  body.xueer-desktop-lux .desktop-yahoo-member__stats li {
    display: grid;
    grid-template-columns: 28px 1fr auto;
    align-items: center;
    gap: 8px;
  }

  body.xueer-desktop-lux .desktop-yahoo-member__stat-ico {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--dx-champagne);
    position: relative;
  }

  body.xueer-desktop-lux .desktop-yahoo-member__stat-ico::before {
    content: "";
    position: absolute;
    inset: 7px;
    background: var(--dx-bronze-deep);
    border-radius: 50%;
    opacity: .75;
  }

  body.xueer-desktop-lux .desktop-yahoo-member__stat-label {
    font-size: 13px;
    color: #555;
  }

  body.xueer-desktop-lux .desktop-yahoo-member__stat-val {
    font-size: 14px;
    font-weight: 700;
    color: #222;
  }

  body.xueer-desktop-lux .desktop-yahoo-member__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 44px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--dx-ink) 0%, var(--dx-ink-soft) 100%);
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 6px 16px rgba(22, 32, 51, .16);
    transition: transform .2s ease, box-shadow .2s ease;
  }

  body.xueer-desktop-lux .desktop-yahoo-member__cta:hover {
    transform: translateY(-1px);
    color: #fff;
    box-shadow: 0 8px 20px rgba(22, 32, 51, .2);
  }

  /* Product sections */
  body.xueer-desktop-lux.home .desktop-yahoo-products {
    background: var(--dx-card);
    border: 1px solid var(--dx-line);
    border-radius: 12px;
    padding: 18px 18px 20px !important;
    margin: 0;
    box-shadow: 0 4px 16px rgba(22, 32, 51, .04);
  }

  body.xueer-desktop-lux.home .products-section {
    background: transparent;
    padding: 0;
  }

  body.xueer-desktop-lux.home .products-section + .products-section {
    padding-top: 0;
  }

  body.xueer-desktop-lux.home .section-header {
    text-align: left;
    margin-bottom: 16px;
  }

  body.xueer-desktop-lux.home .desktop-yahoo-products .section-heading {
    align-items: flex-start;
  }

  body.xueer-desktop-lux.home .section-heading-main {
    font-family: inherit;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: none;
    color: var(--dx-ink);
  }

  body.xueer-desktop-lux.home .section-heading-sub {
    font-size: 12px;
    letter-spacing: .02em;
    text-transform: none;
    color: var(--dx-muted);
    margin-top: 2px;
  }

  body.xueer-desktop-lux.home .section-more a {
    border: 1px solid var(--dx-line);
    color: var(--dx-text);
    border-radius: 999px;
    padding: 8px 20px;
    letter-spacing: 0;
    text-transform: none;
    font-size: 13px;
    background: #fff;
    transition: background .2s ease, color .2s ease, border-color .2s ease;
  }

  body.xueer-desktop-lux.home .section-more a:hover {
    background: var(--dx-ink);
    border-color: var(--dx-ink);
    color: #fff;
  }

  body.xueer-desktop-lux.home .woocommerce ul.products li.product,
  body.xueer-desktop-lux.home ul.product-grid li.product {
    border: 1px solid var(--dx-line);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: none;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  }

  body.xueer-desktop-lux.home .woocommerce ul.products li.product:hover,
  body.xueer-desktop-lux.home ul.product-grid li.product:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(22, 32, 51, .08);
    border-color: #d5dae3;
  }

  body.xueer-desktop-lux.home .product-info {
    padding: 12px 12px 14px;
  }

  body.xueer-desktop-lux.home .product-name,
  body.xueer-desktop-lux.home .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 13px;
    letter-spacing: .02em;
    color: var(--dx-text);
  }

  body.xueer-desktop-lux .float-line-btn {
    box-shadow: 0 10px 24px rgba(22, 32, 51, .14);
  }
}

@media (max-width: 767px) {
  .header-utility-desktop {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  body.xueer-desktop-lux .desktop-yahoo-home__stage {
    grid-template-columns: 200px minmax(0, 1fr) 240px;
    gap: 12px;
  }

  body.xueer-desktop-lux .desktop-yahoo-hero__carousel .hero-slide-link {
    min-height: 280px;
  }

  body.xueer-desktop-lux .container {
    max-width: 1240px;
    padding: 0 24px;
  }
}

@media (max-width: 1099px) and (min-width: 768px) {
  body.xueer-desktop-lux .desktop-yahoo-home__stage {
    grid-template-columns: 170px minmax(0, 1fr) 210px;
  }

  body.xueer-desktop-lux .desktop-yahoo-hero__carousel .hero-slide-link {
    min-height: 220px;
  }

  body.xueer-desktop-lux .desktop-yahoo-brands__card {
    flex-basis: 180px;
  }
}
