:root {
    --cb-ink: #191919;
    --cb-muted: #707070;
    --cb-line: #e5e5e5;
    --cb-blue: #3665f3;
    --cb-blue-hover: #2b4fc2;
    --cb-surface: #ffffff;
    --cb-page: #ffffff;
    --cb-soft: #f5f5f5;
    --cb-radius: 16px;
    --cb-container: min(1400px, calc(100vw - 48px));
}

.cross-border-home {
    color: var(--cb-ink);
    background: var(--cb-page);
    overflow-x: hidden;
}

.cross-border-home .w,
.cross-border-home .w1200,
.cross-border-home .cb-container {
    width: var(--cb-container);
    max-width: none;
    margin-right: auto;
    margin-left: auto;
}

.cross-border-home .homeindex .content {
    overflow-x: hidden;
}

.cross-border-home .cb-header {
    position: relative;
    z-index: 110;
    background: var(--cb-surface);
    font: 13px/1.35 Arial, "Microsoft YaHei", sans-serif;
}

.cb-header a {
    color: var(--cb-ink);
    text-decoration: none;
}

.cb-header a:hover,
.cb-header a:focus-visible {
    color: var(--cb-blue);
    text-decoration: underline;
}

.cb-utility {
    min-height: 40px;
    border-bottom: 1px solid var(--cb-line);
}

.cb-utility__inner,
.cb-utility__left,
.cb-utility__right,
.cb-member,
.cb-ship-to {
    display: flex;
    align-items: center;
}

.cb-utility__inner {
    justify-content: space-between;
    min-height: 40px;
}

.cb-utility__left,
.cb-utility__right {
    gap: 18px;
}

.cb-member .fl {
    display: none;
}

.cb-member span,
.cb-member a {
    float: none;
}

.cb-member .link-login,
.cb-member .link-regist {
    color: var(--cb-blue);
    text-decoration: underline;
}

.cb-member .logout {
    margin-left: 6px;
}

.cb-utility-label {
    white-space: nowrap;
}

.cb-ship-to .city-choice {
    margin: 0 0 0 4px;
}

.cb-ship-to .dsc-choie {
    height: auto;
    padding: 0;
    border: 0;
    line-height: inherit;
}

.cb-ship-to .iconfont {
    display: none;
}

.cb-header details {
    position: relative;
}

.cb-header summary {
    list-style: none;
    cursor: pointer;
    white-space: nowrap;
}

.cb-header summary::-webkit-details-marker {
    display: none;
}

.cb-header summary::after {
    display: inline-block;
    margin-left: 6px;
    content: "⌄";
    font-size: 12px;
}

.cb-language-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 20px;
    margin-right: 5px;
    border: 1px solid var(--cb-line);
    border-radius: 3px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
}

.cb-currency--automatic {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
}

.cb-currency--automatic strong {
    font-weight: 400;
}

.cb-header details[open] summary::after {
    transform: rotate(180deg);
}

.cb-popover {
    position: absolute;
    z-index: 30;
    top: calc(100% + 10px);
    right: 0;
    min-width: 220px;
    padding: 18px;
    border: 1px solid var(--cb-line);
    border-radius: 14px;
    background: var(--cb-surface);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .14);
}

.cb-language__panel {
    width: 360px;
}

.cb-currency__panel {
    right: 0;
    left: auto;
    width: 260px;
}

.cb-currency__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 12px 0 10px;
}

.cb-currency__grid button {
    min-height: 36px;
    border: 1px solid var(--cb-line);
    border-radius: 18px;
    background: var(--cb-surface);
    color: var(--cb-ink);
    cursor: pointer;
    font: 700 13px/1 Arial, "Microsoft YaHei", sans-serif;
}

.cb-currency__grid button:hover,
.cb-currency__grid button:focus-visible,
.cb-currency__grid button[aria-pressed="true"] {
    border-color: var(--cb-blue);
    background: #eef5ff;
    color: var(--cb-blue);
}

.cb-currency__panel small {
    display: block;
    color: #707070;
    font-size: 12px;
    line-height: 1.5;
}

.cb-language__grid,
.cb-category-menu__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 18px;
    margin-top: 12px;
}

.cb-language__grid a,
.cb-account-menu__panel a,
.cb-category-menu__grid a {
    display: block;
    padding: 7px 8px;
    border-radius: 8px;
}

.cb-language__grid a:hover,
.cb-account-menu__panel a:hover,
.cb-category-menu__grid a:hover {
    background: #f1f5ff;
    text-decoration: none;
}

.cb-account-menu__panel {
    display: grid;
    gap: 3px;
}

.cb-icon-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    font-size: 20px;
}

.cb-cart {
    position: relative;
}

.cb-cart .shopCart-con {
    width: auto;
    height: 36px;
    border: 0;
    background: transparent;
    line-height: 36px;
}

.cb-cart .shopCart-con a {
    padding: 0;
}

.cb-cart .shopCart-con span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.cb-cart .shopCart-con .iconfont {
    font-size: 23px;
}

.cb-cart .shopCart-con .count {
    top: -3px;
    right: -7px;
}

.cb-cart .dorpdown-layer {
    top: 36px;
    right: 0;
}

.cb-search-row {
    display: grid;
    grid-template-columns: 156px 104px minmax(480px, 1fr) 72px;
    gap: 12px;
    align-items: center;
    min-height: 78px;
}

.cb-logo img {
    display: block;
    max-width: 145px;
    max-height: 58px;
    object-fit: contain;
}

/* The reference uses a compact, multicolour marketplace wordmark. Keep the
 * store identity text-based so it stays sharp and can be translated without
 * baking copy into a banner image. */
.cb-wordmark {
    min-width: 156px;
}

.cb-wordmark a {
    display: inline-flex;
    align-items: baseline;
    flex-wrap: wrap;
    max-width: 156px;
    line-height: .82;
    text-decoration: none;
}

.cb-wordmark__letter {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 47px;
    font-weight: 800;
    letter-spacing: -6px;
}

.cb-wordmark__c { color: #e53238; }
.cb-wordmark__t { color: #f5af02; }
.cb-wordmark__v { color: #86b817; }
.cb-wordmark__n { color: #3665f3; }

.cb-wordmark small {
    flex-basis: 100%;
    margin: 2px 0 0 58px;
    color: #5b5b5b;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
}

.cb-category-menu > summary {
    padding: 12px 4px;
    font-size: 13px;
    line-height: 1.05;
}

.cb-category-menu__summary {
    display: inline-block;
    padding: 14px 5px;
    font-size: 14px;
    line-height: 1.05;
    white-space: nowrap;
}

.cb-category-menu__panel {
    right: auto;
    left: 0;
    width: 520px;
}

.cb-category-menu__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cb-search {
    display: grid;
    grid-template-columns: minmax(360px, 1fr) 148px clamp(148px, 11vw, 180px);
    align-items: stretch;
    min-width: 0;
}

.cb-search__field,
.cb-search__type {
    display: flex;
    align-items: center;
    min-width: 0;
    height: 48px;
    box-sizing: border-box;
    margin: 0;
    border-top: 2px solid var(--cb-ink);
    border-bottom: 2px solid var(--cb-ink);
    background: var(--cb-surface);
}

.cb-search__field {
    border-left: 2px solid var(--cb-ink);
    border-radius: 24px 0 0 24px;
}

.cb-search__field .iconfont {
    margin-left: 18px;
    font-size: 19px;
}

.cb-search__field input {
    width: 100%;
    height: 44px;
    padding: 0 14px;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--cb-ink);
    font-size: 16px;
}

.cb-search__type {
    position: relative;
    overflow: hidden;
    border-right: 2px solid var(--cb-ink);
    border-left: 1px solid var(--cb-line);
    border-radius: 0 24px 24px 0;
}

.cb-search__type select {
    width: 100%;
    height: 44px;
    padding: 0 42px 0 14px;
    border: 0;
    outline: 0;
    background: transparent;
    appearance: none;
    cursor: pointer;
    -webkit-appearance: none;
}

.cb-search__type::after {
    position: absolute;
    top: 50%;
    right: 18px;
    width: 8px;
    height: 8px;
    border-right: 1.5px solid var(--cb-ink);
    border-bottom: 1.5px solid var(--cb-ink);
    content: "";
    pointer-events: none;
    transform: translateY(-70%) rotate(45deg);
}

.cb-search__submit {
    height: 48px;
    margin-left: 12px;
    border: 0;
    border-radius: 24px;
    background: var(--cb-blue);
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
}

.cb-search__submit:hover,
.cb-search__submit:focus-visible {
    background: var(--cb-blue-hover);
}

.cb-advanced {
    white-space: nowrap;
    color: var(--cb-muted) !important;
    font-size: 12px;
}

.cb-primary-nav {
    border-top: 1px solid var(--cb-line);
    border-bottom: 0;
    background: var(--cb-surface);
}

/* The seven-image category collection is a sortable content component again.
 * The published header therefore keeps only the eBay-like keyword strip and
 * does not repeat the same large cards above the hero. */
.cross-border-home:not(.cross-border-visual-editor) .cb-primary-nav {
    display: none;
}

.cb-primary-nav .nav-main,
.cb-primary-nav__published {
    overflow: visible;
}

.cb-primary-nav ul {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    align-items: start;
    gap: 18px;
    width: var(--cb-container);
    min-width: 0;
    min-height: 0;
    margin: 0;
    padding: 28px 0 32px;
    list-style: none;
    white-space: normal;
    box-sizing: border-box;
}

.cb-primary-nav ul:not(:has(> .cb-nav-heading))::before {
    grid-column: 1 / -1;
    content: "按类目选购";
    color: var(--cb-ink);
    font: 700 28px/1.2 Arial, "Microsoft YaHei", sans-serif;
    letter-spacing: 0;
}

html[lang="zh-TW"] .cb-primary-nav ul:not(:has(> .cb-nav-heading))::before {
    content: "按類目選購";
}

html[lang^="en"] .cb-primary-nav ul:not(:has(> .cb-nav-heading))::before {
    content: "Browse by category";
}

.cb-primary-nav li {
    min-width: 0;
    margin: 0;
}

.cb-primary-nav .cb-nav-card--home {
    display: none;
}

.cb-primary-nav .cb-nav-heading {
    grid-column: 1 / -1;
}

.cb-primary-nav .cb-nav-heading h2 {
    margin: 0;
    color: var(--cb-ink);
    font: 700 28px/1.2 Arial, "Microsoft YaHei", sans-serif;
    letter-spacing: 0;
}

.cb-primary-nav li > a {
    display: block;
    min-height: 0;
    padding: 0;
    color: var(--cb-ink);
    font-size: 16px;
    line-height: 1.35;
    text-align: left;
    box-sizing: border-box;
    transition: color .18s ease;
}

.cb-primary-nav li > a:hover,
.cb-primary-nav li > a:focus-visible {
    background: transparent;
    color: var(--cb-blue);
}

.cb-nav-card__media {
    display: flex;
    overflow: hidden;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    background: #f3f3f3;
    color: #475467;
    box-sizing: border-box;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.cb-nav-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    padding: 14px;
    object-fit: contain;
    box-sizing: border-box;
}

.cb-nav-card__media .iconfont {
    width: 64px;
    height: 64px;
    font-size: 52px;
    line-height: 64px;
    text-align: center;
}

.cb-nav-card__label {
    display: block;
    max-width: 100%;
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cb-primary-nav li > a:hover .cb-nav-card__media,
.cb-primary-nav li > a:focus-visible .cb-nav-card__media {
    border-color: #b8b8b8;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
}

.cross-border-home .homeindex {
    padding-top: 20px !important;
    background: var(--cb-page) !important;
}

.cross-border-home .top-banner {
    height: auto;
    max-height: 160px;
    overflow: hidden;
    transition: max-height .45s ease, opacity .35s ease;
}

.cross-border-home .top-banner.is-closing {
    max-height: 0;
    opacity: 0;
}

.cross-border-home .top-banner .module .icon-cha {
    top: 8px;
    right: 8px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(25, 25, 25, .78);
    opacity: 1;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
}

.cross-border-home .home-banner {
    width: var(--cb-container);
    margin: 0 auto;
    overflow: hidden;
    border-radius: var(--cb-radius);
}

.cross-border-home .home-banner .vip-outcon {
    display: none;
}

/* The isolated DIY template owns the hero copy and controls. Older generated
 * snapshots can still contain a legacy promo layer in the same banner; hide
 * that layer only for the target template so it cannot overlap the DIY slide. */
body[data-home-template="ctvn_ebay_taobao_v1"] .ebay-promo-content,
body[data-home-template="ctvn_ebay_taobao_v1"] .ebay-promo-content-admin,
body[data-home-template="ctvn_ebay_taobao_v1"] .ebay-promo-cards,
body[data-home-template="ctvn_ebay_taobao_v1"] .ebay-promo-controls,
body[data-home-template="ctvn_ebay_taobao_v1"] .ebay-promo-controls-admin {
    display: none !important;
}

.cb-slider-controls {
    position: absolute;
    z-index: 12;
    right: 26px;
    bottom: 20px;
    display: flex;
    gap: 8px;
}

.cb-slider-control {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(25, 25, 25, .2);
    border-radius: 50%;
    background: #fff;
    color: var(--cb-ink);
    cursor: pointer;
    line-height: 1;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
}

.cb-slider-control__icon {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.cb-slider-control__icon--pause {
    width: 19px;
    height: 19px;
    stroke-width: 2.15;
}

.cb-slider-control__icon--play {
    width: 18px;
    height: 18px;
    fill: currentColor;
    stroke: none;
}

.cb-slider-control:hover,
.cb-slider-control:focus-visible {
    outline: 3px solid rgba(54, 101, 243, .3);
    background: #f1f5ff;
}

.cross-border-home .home-banner .hd {
    z-index: 13;
}

.cross-border-home .home-banner .hd ul {
    border-radius: 20px;
    background: rgba(255, 255, 255, .86);
}

.cross-border-home .home-banner .hd li {
    border-color: var(--cb-ink);
}

.cross-border-home .home-banner .hd li.on {
    background: var(--cb-ink);
}

.cross-border-home .home-banner .cb-hero-slide {
    position: relative;
    overflow: hidden;
    min-height: 450px;
    background-color: #f9c400 !important;
    background-image: none !important;
}

.cross-border-home .cb-hero-slide .banner-width {
    position: relative;
    z-index: 4;
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
    box-sizing: border-box;
}

.cb-hero-copy {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 7%;
    width: min(480px, 42%);
    transform: translateY(-50%);
    color: #191919;
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: none;
}

.cb-hero-copy h1 {
    margin: 0 0 14px;
    font-size: clamp(28px, 3.1vw, 50px);
    font-weight: 800;
    letter-spacing: -.02em;
}

.cb-hero-copy p {
    margin: 0 0 24px;
    font-size: clamp(16px, 1.45vw, 23px);
}

.cb-hero-copy a {
    display: inline-flex;
    align-items: center;
    min-height: 46px;
    padding: 0 24px;
    border-radius: 24px;
    background: #191919;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.cb-hero-copy a:hover,
.cb-hero-copy a:focus-visible {
    background: #3665f3;
    color: #fff;
    text-decoration: none;
}

.cb-hero-copy small {
    display: block;
    margin-top: 92px;
    font-size: 12px;
    text-decoration: underline;
}

.cb-hero-products {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 9%;
    width: 46%;
    height: 78%;
    transform: translateY(-50%);
}

.cb-hero-product {
    position: absolute;
    display: block;
    width: 34%;
    height: 66%;
    border: 12px solid #fff;
    border-radius: 18px;
    background:
        radial-gradient(ellipse at 50% 30%, #1b1b1b 0 24%, transparent 25%),
        radial-gradient(ellipse at 50% 68%, #202020 0 29%, transparent 30%),
        #f7f7f7;
    box-shadow: 0 12px 20px rgba(0, 0, 0, .13);
}

.cb-hero-product--one { left: 0; top: 17%; transform: rotate(-8deg); }
.cb-hero-product--two { left: 32%; top: 7%; transform: rotate(4deg); }
.cb-hero-product--three { right: 0; top: 17%; transform: rotate(-3deg); }

.cross-border-home .visual-item.w1200,
.cross-border-home .homeseckill.w1200 {
    width: var(--cb-container);
}

.cross-border-home .seckill-channel,
.cross-border-home .second-wrapper,
.cross-border-home .channel-content,
.cross-border-home .brand-channel,
.cross-border-home .floor-line-con {
    overflow: hidden;
    border-radius: var(--cb-radius);
    background: #fff;
}

/* Shared DIY component skin: the editor preview and published template use the same rules. */
.cross-border-home .demo > .visual-item,
.cross-border-home .homeindex .visual-item {
    margin-top: 24px;
}

.cross-border-home .demo > .visual-item:first-child,
.cross-border-home .homeindex .visual-item:first-child {
    margin-top: 0;
}

/* Customer 2026-08-07: independent eBay-style image category DIY module. */
.cross-border-home [data-mode="h-category-showcase"] {
    background: transparent;
}

.cross-border-home .cb-category-showcase {
    box-sizing: border-box;
    width: 100%;
    padding: 24px 0 20px;
    background: transparent;
    color: var(--cb-ink);
}

.cross-border-home .cb-category-showcase__header {
    margin-bottom: 16px;
}

.cross-border-home .cb-category-showcase__header h2 {
    margin: 0;
    color: var(--cb-ink);
    font: 700 28px/1.2 Arial, "Microsoft YaHei", sans-serif;
    letter-spacing: -.02em;
}

.cross-border-home .cb-category-showcase__grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 16px;
}

.cross-border-home .cb-category-showcase__card {
    display: block;
    min-width: 0;
    color: var(--cb-ink);
    text-decoration: none;
}

.cross-border-home .cb-category-showcase__media {
    position: relative;
    display: grid;
    overflow: hidden;
    isolation: isolate;
    width: 100%;
    aspect-ratio: 1 / 1;
    box-sizing: border-box;
    place-items: center;
    padding: 0;
    border: 0 !important;
    border-radius: 16px;
    background: var(--cb-soft);
    box-shadow: none !important;
}

.cross-border-home .cb-category-showcase__media img {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 0 !important;
    border-radius: 0;
    outline: 0;
    background: transparent !important;
    box-shadow: none !important;
    object-fit: contain;
    object-position: center;
    mix-blend-mode: multiply;
    transition: transform .2s ease;
}

.cross-border-home .cb-category-showcase__placeholder {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    color: #707070;
    font-size: 40px;
}

.cross-border-home .cb-category-showcase__label {
    display: block;
    overflow: hidden;
    min-height: 20px;
    margin-top: 10px;
    color: var(--cb-ink);
    font: 500 14px/1.4 Arial, "Microsoft YaHei", sans-serif;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cross-border-home .cb-category-showcase__card:hover .cb-category-showcase__media img,
.cross-border-home .cb-category-showcase__card:focus-visible .cb-category-showcase__media img {
    transform: scale(1.035);
}

.cross-border-home .cb-category-showcase__card:hover .cb-category-showcase__label,
.cross-border-home .cb-category-showcase__card:focus-visible .cb-category-showcase__label {
    text-decoration: underline;
}

.cross-border-home .cb-category-showcase__card:focus-visible {
    border-radius: 16px;
    outline: 2px solid var(--cb-blue);
    outline-offset: 4px;
}

/* The generated module has a schema wrapper and a rendered inner section with
 * the same class. Reset the wrapper so spacing is applied exactly once. */
.cross-border-home [data-mode="h-category-showcase"] > .view > .cb-category-showcase {
    padding: 0;
}

.cross-border-home .box-hd,
.cross-border-home .goodstitle,
.cross-border-home .channel-title,
.cross-border-home .floor-hd {
    min-height: 58px;
    border-bottom: 1px solid var(--cb-line);
    background: #fff;
    color: var(--cb-ink);
}

.cross-border-home .box-hd h2,
.cross-border-home .goodstitle h3,
.cross-border-home .channel-title h3,
.cross-border-home .floor-hd h2 {
    color: var(--cb-ink);
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
}

.cross-border-home .seckill-channel .box-bd,
.cross-border-home .p-list,
.cross-border-home .goods-list,
.cross-border-home .gl-list {
    background: #fff;
}

.cross-border-home .seckill-channel .box-bd li,
.cross-border-home [data-mode="guessYouLike"] .p-list li,
.cross-border-home [data-mode="h-promo"] .p-list li,
.cross-border-home [data-mode="h-need"] .p-list li {
    position: relative;
    border: 1px solid transparent;
    background: #fff;
    transition: border-color .16s ease, box-shadow .16s ease;
}

.cross-border-home .seckill-channel .box-bd li:hover,
.cross-border-home [data-mode="guessYouLike"] .p-list li:hover,
.cross-border-home [data-mode="h-promo"] .p-list li:hover,
.cross-border-home [data-mode="h-need"] .p-list li:hover {
    border-color: #c7c7c7;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .08);
}

.cross-border-home .p-img img {
    object-fit: contain;
}

.cross-border-home .p-img {
    position: relative;
}

/* Customer feedback: the recommendation module must read as one compact eBay
 * product rail instead of a five-column wall. All configured products remain
 * reachable through horizontal scrolling and the JS arrow controls. */
.cross-border-home [data-mode="guessYouLike"] {
    margin-top: 24px;
    background: transparent;
    font-family: Arial, "Microsoft YaHei", sans-serif;
}

.cross-border-home.cross-border-visual-editor .demo [data-mode="guessYouLike"].lyrow.ui-draggable {
    background: transparent;
}

.cross-border-home [data-mode="guessYouLike"] .view,
.cross-border-home [data-mode="guessYouLike"] .lift-channel,
.cross-border-home [data-mode="guessYouLike"] .lift-channel-scroll,
.cross-border-home [data-mode="guessYouLike"] .p-list,
.cross-border-home [data-mode="guessYouLike"] .lift-channel ul {
    background: transparent;
}

.cross-border-home [data-mode="guessYouLike"] .lift-channel {
    margin: 0;
}

.cross-border-home [data-mode="guessYouLike"] .goodstitle {
    display: flex;
    min-height: 0;
    padding: 0 52px 14px 0;
    align-items: center;
    justify-content: space-between;
    background: transparent;
}

.cross-border-home [data-mode="guessYouLike"] .goodstitle .ftit {
    width: auto;
    height: auto;
    padding: 0;
    overflow: visible;
    background: none;
    line-height: 1.25;
    text-align: left;
}

.cross-border-home [data-mode="guessYouLike"] .goodstitle h3 {
    display: block;
    width: auto;
    padding: 0;
    background: none;
    font-family: Arial, "Microsoft YaHei", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
    white-space: nowrap;
}

.cross-border-home [data-mode="guessYouLike"] .lift-channel-arrow {
    display: none !important;
}

@media (max-width: 1499px) {
    body.cross-border-home:not(.cross-border-visual-editor) .lift {
        display: none !important;
    }
}

.cross-border-home [data-mode="guessYouLike"] .lift-channel ul {
    display: grid;
    grid-auto-columns: 196px;
    grid-auto-flow: column;
    grid-template-columns: none !important;
    gap: 18px;
    padding: 0 0 8px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x proximity;
    scrollbar-color: #8f8f8f transparent;
    scrollbar-width: thin;
}

body.cross-border-home:not(.cross-border-visual-editor) [data-mode="guessYouLike"] .lift-channel ul {
    scrollbar-width: none;
}

body.cross-border-home:not(.cross-border-visual-editor) [data-mode="guessYouLike"] .lift-channel ul::-webkit-scrollbar {
    display: none;
}

.cross-border-home [data-mode="guessYouLike"] .lift-channel li {
    flex: 0 0 196px;
    box-sizing: border-box;
    width: 196px !important;
    min-width: 196px;
    max-width: 196px;
    padding: 0 0 4px;
    border: 0;
    background: transparent;
    scroll-snap-align: start;
}

.cross-border-home [data-mode="guessYouLike"] .lift-channel li:hover {
    border-color: transparent;
    box-shadow: none;
}

.cross-border-home [data-mode="guessYouLike"] .lift-channel li .p-img,
.cross-border-home [data-mode="guessYouLike"] .lift-channel li .pimg {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border: 0;
    border-radius: 10px;
    background: var(--cb-soft);
}

.cross-border-home [data-mode="guessYouLike"] .lift-channel li .p-img img,
.cross-border-home [data-mode="guessYouLike"] .lift-channel li .pimg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.cross-border-home [data-mode="guessYouLike"] .lift-channel li .p-name {
    display: -webkit-box;
    min-height: 38px;
    margin-top: 10px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.cross-border-home [data-mode="guessYouLike"] .lift-channel li .p-price {
    display: flex;
    min-height: 24px;
    margin-top: 7px;
    align-items: baseline;
    gap: 8px;
    white-space: nowrap;
}

.cross-border-home [data-mode="guessYouLike"] .lift-channel li .shop-price {
    font-size: 16px;
    line-height: 1.4;
}

.cross-border-home [data-mode="guessYouLike"] .lift-channel li .original-price {
    display: inline-block !important;
    color: #707070;
    font-size: 12px;
    line-height: 1.4;
}

.cross-border-home [data-mode="guessYouLike"] .cb-product-promo {
    min-height: 18px;
    margin-top: 8px;
    color: #b0302f;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
}

.cross-border-home [data-mode="guessYouLike"] .cb-recommendation-controls {
    display: flex;
    align-items: center;
    gap: 8px;
}

.cross-border-home [data-mode="guessYouLike"] .cb-recommendation-control {
    display: grid;
    box-sizing: border-box;
    width: 32px;
    height: 32px;
    padding: 0;
    place-items: center;
    border: 1px solid #8f8f8f;
    border-radius: 50%;
    background: #fff;
    color: #191919;
    cursor: pointer;
    line-height: 1;
}

.cross-border-home [data-mode="guessYouLike"] .cb-recommendation-control__icon {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.cross-border-home [data-mode="guessYouLike"] .cb-recommendation-control:hover,
.cross-border-home [data-mode="guessYouLike"] .cb-recommendation-control:focus-visible {
    border-color: var(--cb-blue);
    color: var(--cb-blue);
    outline: 0;
}

.cross-border-home [data-mode="guessYouLike"] .cb-recommendation-control:disabled {
    cursor: default;
    border-color: #d9d9d9;
    background: #fff;
    color: #b8b8b8;
    opacity: 1;
}

.cross-border-home .cb-product-favorite-host {
    position: relative;
}

.cross-border-home .cb-product-favorite {
    position: absolute;
    z-index: 3;
    top: 10px;
    right: 10px;
    display: grid;
    box-sizing: border-box;
    width: 32px;
    height: 32px;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(25, 25, 25, .16);
    border-radius: 50%;
    background: rgba(255, 255, 255, .96);
    color: var(--cb-ink);
    cursor: pointer;
    line-height: 1;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .06);
}

.cross-border-home .cb-product-favorite__icon {
    width: 17px;
    height: 17px;
    overflow: visible;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.15;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.cross-border-home .cb-product-favorite:hover,
.cross-border-home .cb-product-favorite:focus-visible {
    border-color: var(--cb-blue);
    color: var(--cb-blue);
    outline: 0;
}

.cross-border-home .cb-product-favorite[aria-pressed="true"] {
    border-color: var(--cb-red);
    color: var(--cb-red);
}

.cross-border-home .cb-product-favorite[aria-pressed="true"] .cb-product-favorite__path {
    fill: currentColor;
}

.cross-border-home .cb-product-favorite[aria-busy="true"] {
    cursor: wait;
    opacity: .62;
}

/* The editor previews the same heart position without triggering a customer
 * collection request while an operator is arranging DIY components. */
.cross-border-visual-editor .p-img::after {
    position: absolute;
    z-index: 3;
    top: 10px;
    right: 10px;
    display: grid;
    box-sizing: border-box;
    width: 32px;
    height: 32px;
    place-items: center;
    border: 1px solid rgba(25, 25, 25, .16);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .96);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78L12 21.23l8.84-8.84a5.5 5.5 0 0 0 0-7.78Z' fill='none' stroke='%23191919' stroke-width='2.15' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 17px 17px;
    color: var(--cb-ink);
    content: "";
    line-height: 1;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .06);
}

.cross-border-home .p-name,
.cross-border-home .p-name a {
    color: var(--cb-ink);
    font-size: 14px;
    line-height: 1.35;
}

.cross-border-home .p-name a:hover,
.cross-border-home .p-name a:focus-visible {
    color: var(--cb-blue);
    text-decoration: underline;
}

.cross-border-home .shop-price,
.cross-border-home .p-price,
.cross-border-home .p-price em {
    color: var(--cb-ink);
    font-weight: 700;
}

.cross-border-home .shop-price::first-letter,
.cross-border-home .p-price em::first-letter {
    color: var(--cb-blue);
}

.cross-border-home .original-price,
.cross-border-home .market-price {
    color: var(--cb-muted);
    font-weight: 400;
    text-decoration: line-through;
}

.cross-border-home .p-btn a,
.cross-border-home .sk-more a,
.cross-border-home .more {
    border-radius: 20px;
    color: var(--cb-blue);
    font-weight: 700;
}

.cross-border-home .seckill-channel .box_hd_arrow,
.cross-border-home .seckill-channel .box_hd_dec,
.cross-border-home .seckill-channel .box-hd-icon {
    display: none;
}

.cross-border-home .seckill-channel .sk-time-cd {
    background: transparent;
    color: var(--cb-ink);
}

.cross-border-home .seckill-channel .cd-time div {
    border-radius: 4px;
    background: var(--cb-ink);
    color: #fff;
}

/*
 * Product and campaign modules
 *
 * The legacy visual editor ships the special-sale, new-arrival and ranking
 * blocks with unrelated coloured title bars.  For the cross-border template
 * they share the same product-first treatment as the eBay reference: a quiet
 * white surface, thin outline, clear product imagery and an unobtrusive
 * action link.  The selectors intentionally only affect this template, so
 * existing templates keep their configured colour schemes.
 */
.cross-border-home .seckill-channel,
.cross-border-home .second-wrapper .module {
    border: 1px solid var(--cb-line);
    border-radius: 12px;
    background: var(--cb-surface);
    box-shadow: none;
}

.cross-border-home .seckill-channel .box-hd {
    display: flex;
    float: none;
    align-items: center;
    width: auto;
    min-height: 74px;
    padding: 0 22px;
}

.cross-border-home .seckill-channel .box-hd::before {
    display: block;
    height: auto;
    clear: none;
    visibility: visible;
    color: var(--cb-ink);
    content: attr(data-cb-title);
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.02em;
}

.cross-border-home .seckill-channel .sk-time-cd {
    display: flex;
    align-items: center;
    height: auto;
    margin: 0 0 0 20px;
    font-size: 13px;
}

.cross-border-home .seckill-channel .sk-cd-tit {
    margin-right: 8px;
    color: var(--cb-muted);
}

.cross-border-home .seckill-channel .cd-time {
    float: none;
}

.cross-border-home .seckill-channel .sk-time-cd .cd-time {
    display: flex;
    width: auto;
    height: auto;
    margin: 0;
    line-height: 1;
}

.cross-border-home .seckill-channel .sk-time-cd .cd-time * {
    float: none;
}

.cross-border-home .seckill-channel .sk-time-cd .cd-time div {
    display: grid;
    width: auto;
    min-width: 25px;
    height: 28px;
    padding: 0 4px;
    place-items: center;
    font-size: 15px;
    line-height: 1;
}

.cross-border-home .seckill-channel .sk-time-cd .cd-time span {
    display: inline-block;
    width: auto;
    margin: 0 4px;
    color: var(--cb-muted);
    font-size: 13px;
    line-height: 28px;
}

.cross-border-home .seckill-channel .sk-time-cd .cd-time span::after {
    display: none;
    content: none;
}

.cross-border-home .seckill-channel .sk-more {
    float: none;
    margin-left: auto;
}

.cross-border-home .seckill-channel .sk-more a,
.cross-border-home .second-wrapper .title .more {
    color: var(--cb-blue);
    font-size: 14px;
    font-weight: 600;
}

.cross-border-home .seckill-channel .box-bd {
    float: none;
    width: auto;
    height: auto;
    min-height: 0;
    max-height: none;
    overflow: visible;
    padding: 0 20px 22px;
}

.cross-border-home .seckill-channel .cb-seckill-empty {
    display: flex;
    min-height: 168px;
    padding: 8px 20px 28px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-sizing: border-box;
    color: var(--cb-muted);
    text-align: center;
}

.cross-border-home .seckill-channel .cb-seckill-empty__title {
    color: var(--cb-ink);
    font-size: 18px;
    line-height: 1.35;
}

.cross-border-home .seckill-channel .cb-seckill-empty__hint {
    font-size: 13px;
    line-height: 1.5;
}

.cross-border-home .seckill-channel .cb-seckill-empty__action {
    margin-top: 5px;
    color: var(--cb-blue);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.cross-border-home .seckill-channel .cb-seckill-empty__action:hover,
.cross-border-home .seckill-channel .cb-seckill-empty__action:focus-visible {
    text-decoration: underline;
}

.cross-border-home .seckill-channel .box-bd > ul {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: stretch;
    gap: 16px;
    width: auto;
    margin: 0;
}

.cross-border-home .seckill-channel .box-bd li {
    display: flex;
    flex-direction: column;
    float: none;
    width: auto;
    min-width: 0;
    padding: 0;
    border: 0;
}

.cross-border-home .seckill-channel .box-bd li:hover {
    border-color: transparent;
    box-shadow: none;
}

.cross-border-home .seckill-channel .p-img,
.cross-border-home .second-wrapper .p-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: #f4f4f4;
}

.cross-border-home .seckill-channel .p-img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
}

.cross-border-home .seckill-channel .p-img a,
.cross-border-home .seckill-channel .p-img img,
.cross-border-home .second-wrapper .p-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.cross-border-home .seckill-channel .p-img img,
.cross-border-home .second-wrapper .p-img img {
    object-fit: contain;
    transition: transform .2s ease;
}

.cross-border-home .seckill-channel li:hover .p-img img,
.cross-border-home .second-wrapper li:hover .p-img img,
.cross-border-home .second-wrapper .com-li:hover .p-img img {
    transform: scale(1.03);
}

.cross-border-home .seckill-channel .p-name {
    display: -webkit-box;
    height: 38px;
    min-height: 38px;
    margin-top: 10px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.cross-border-home .seckill-channel .p-over {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px;
    min-height: 28px;
    margin-top: 6px;
}

.cross-border-home .seckill-channel .p-info {
    min-width: 0;
}

.cross-border-home .seckill-channel .p-price,
.cross-border-home .seckill-channel .shop-price {
    color: var(--cb-ink);
    font-size: 18px;
    font-weight: 700;
}

.cross-border-home .seckill-channel .shop-price::first-letter {
    color: inherit;
}

.cross-border-home .seckill-channel .original-price {
    margin-left: 7px;
    color: var(--cb-muted);
    font-size: 12px;
}

/* Product card itself remains the purchase entry.  The older rectangular
 * rush-purchase button is hidden only in this new visual skin. */
.cross-border-home .seckill-channel .p-btn {
    display: none;
}

.cross-border-home .second-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.cross-border-home .second-wrapper::before,
.cross-border-home .second-wrapper::after {
    content: none;
}

.cross-border-home .second-wrapper .module {
    float: none;
    width: auto;
    min-width: 0;
    margin: 0;
    overflow: hidden;
}

.cross-border-home .second-wrapper .title {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 64px;
    height: auto;
    padding: 0 18px;
    border-bottom: 1px solid var(--cb-line);
    background: var(--cb-surface) !important;
    line-height: 1.2;
}

.cross-border-home .second-wrapper .title h5 {
    float: none;
    min-width: 0;
    margin: 0;
    color: var(--cb-ink) !important;
    font-size: 20px;
    font-weight: 700;
}

.cross-border-home .second-wrapper .title .more {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 4px;
    width: auto;
    height: 32px;
    float: none;
    margin: 0 0 0 auto;
    padding: 0;
    background: none;
    line-height: 32px;
    white-space: nowrap;
}

.cross-border-home .second-wrapper .title .more .iconfont {
    display: inline-block;
    margin: 0;
    font-size: 12px;
}

.cross-border-home .second-wrapper .second-content {
    width: auto;
    height: auto;
    min-height: 382px;
    margin: 0;
    padding: 14px;
    background: var(--cb-surface);
}

.cross-border-home .second-wrapper .tm-module .second-content > ul,
.cross-border-home .second-wrapper .xp-module .second-content > ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    padding: 0;
}

.cross-border-home .second-wrapper .second-content li {
    float: none;
    width: auto !important;
    height: auto !important;
    min-width: 0;
    margin: 0 !important;
    border: 0;
}

.cross-border-home .second-wrapper .second-content li > a,
.cross-border-home .second-wrapper .phb-module .com-li > a {
    display: flex;
    height: 100%;
    min-height: 0;
    flex-direction: column;
    color: var(--cb-ink);
}

.cross-border-home .second-wrapper .second-content li .p-img,
.cross-border-home .second-wrapper .phb-module .com-li .p-img {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    height: auto;
    margin: 0;
    aspect-ratio: 1 / 1;
}

.cross-border-home .second-wrapper .second-content li .p-name,
.cross-border-home .second-wrapper .phb-module .com-li .p-name {
    display: -webkit-box;
    order: 2;
    width: auto;
    height: auto;
    min-height: 38px;
    margin: 9px 0 0;
    overflow: hidden;
    color: var(--cb-ink);
    font-family: Arial, "Microsoft YaHei", sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 19px;
    text-align: left;
    text-overflow: clip;
    white-space: normal;
    word-break: break-word;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.cross-border-home .second-wrapper .second-content li .p-desc {
    display: none;
}

.cross-border-home .second-wrapper .phb-module .com-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.cross-border-home .second-wrapper .phb-module .com-ul {
    display: contents;
}

.cross-border-home .second-wrapper .phb-module .com-li {
    float: none;
    width: auto;
    height: auto;
    min-width: 0;
    margin: 0;
}

.cross-border-home .second-wrapper .phb-module .com-li .p-price {
    order: 3;
    margin: 5px 0 0;
    color: var(--cb-ink);
    font-family: Arial, "Microsoft YaHei", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
}

.cross-border-home .second-wrapper .phb-module .com-li .ph-icon {
    display: none;
}

.cross-border-home .brand-channel li,
.cross-border-home .floor-brand li {
    border-color: var(--cb-line);
}

.cross-border-home .brand-channel li:hover,
.cross-border-home .floor-brand li:hover {
    border-color: var(--cb-blue);
}

.cross-border-visual-editor .main-wrapper {
    background: var(--cb-page);
}

.cross-border-visual-editor {
    --cb-container: min(1200px, calc(100% - 32px));
}

.cross-border-visual-editor .demo {
    min-height: 360px;
    padding-top: 18px;
    padding-bottom: 40px;
    background: var(--cb-page);
}

.cross-border-visual-editor .visual-item .setup_box {
    z-index: 30;
}

/* Keep the legacy component controls reachable inside the horizontally
 * scrollable 1593px PC canvas. The original hover-only overlay sits at the
 * far edge of the row, outside the visible editor area on common screens. */
.cross-border-visual-editor .demo > .visual-item > .drag > .setup_box {
    display: block;
    right: max(12px, calc(1915px - 100vw));
    left: auto;
    width: 220px;
    height: 30px;
    cursor: default;
}

.cross-border-visual-editor .demo > .visual-item > .drag > .setup_box .barbg {
    display: none;
}

.cross-border-home .footer-new {
    margin-top: 48px;
    border-top: 1px solid var(--cb-line);
    background: var(--cb-surface);
    color: var(--cb-ink);
}

.cross-border-home .footer-new .w1330,
.cross-border-home .footer-new .fnc-warp {
    width: var(--cb-container);
    max-width: none;
    margin-right: auto;
    margin-left: auto;
}

.cross-border-home .footer-new-top {
    border-bottom: 1px solid var(--cb-line);
    background: var(--cb-surface);
}

.cross-border-home .footer-new-top .w1330 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 112px;
}

.cross-border-home .footer-new .service-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
    width: min(820px, 65%);
}

.cross-border-home .footer-new .service-item {
    display: flex;
    align-items: center;
    min-width: 0;
}

.cross-border-home .footer-new .service-item .iconfont {
    display: inline-flex;
    flex: 0 0 56px;
    box-sizing: border-box;
    width: 56px;
    min-width: 56px;
    height: 56px;
    margin-right: 14px;
    padding: 0;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--cb-line);
    border-radius: 8px;
    background: var(--cb-page);
    color: var(--cb-blue);
    font-size: 30px;
    line-height: 1;
    text-align: center;
}

.cross-border-home .footer-new .service-item .icon-zhengpin {
    font-size: 27px;
}

.cross-border-home .footer-new .service-item .icon-shandian {
    font-size: 34px;
}

.cross-border-home .footer-new .service-item .icon-tuikuanshouhou {
    font-size: 28px;
}

.cross-border-home .footer-new .service-item .icon-dianzan {
    font-size: 33px;
}

.cross-border-home .footer-new .contact {
    border-left: 1px solid var(--cb-line);
}

.cross-border-home .footer-new-con {
    padding: 42px 0;
    border-bottom: 1px solid var(--cb-line);
    background: var(--cb-surface);
}

.cross-border-home .footer-new .fnc-warp {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 48px;
}

.cross-border-home .footer-new .help-list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 32px;
}

.cross-border-home .footer-new .help-item {
    width: auto;
    padding: 0;
}

.cross-border-home .footer-new .help-item h3 {
    margin-bottom: 16px;
    color: var(--cb-ink);
    font-size: 14px;
}

.cross-border-home .footer-new .help-item li {
    margin-top: 10px;
}

.cross-border-home .footer-new .help-item a,
.cross-border-home .footer-new-bot a {
    color: var(--cb-muted);
}

.cross-border-home .footer-new .help-item a:hover,
.cross-border-home .footer-new .help-item a:focus-visible,
.cross-border-home .footer-new-bot a:hover,
.cross-border-home .footer-new-bot a:focus-visible {
    color: var(--cb-blue);
    text-decoration: underline;
}

.cross-border-home .footer-new .qr-code {
    display: flex;
    gap: 18px;
    width: auto;
}

.cross-border-home .footer-new .qr-item {
    width: 112px;
}

.cross-border-home .footer-new .code_img,
.cross-border-home .footer-new .code_img img {
    width: 96px;
    height: 96px;
}

.cross-border-home .footer-new-bot {
    padding: 26px 0 34px;
    background: var(--cb-soft);
}

.cross-border-home .second-wrapper .tm-module li .p-name,
.cross-border-home .second-wrapper .xp-module li .p-name {
    height: auto !important;
    min-height: 20px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
}

.cross-border-home .mui-mbar-tabs,
.cross-border-home .quick_links_panel {
    background: var(--cb-ink);
}

.cross-border-home .quick_links_panel a:hover,
.cross-border-home .quick_links_panel li.current > a {
    background: var(--cb-blue);
}

.cross-border-home .quick_links_panel .cart_num {
    background: var(--cb-blue);
}

.cross-border-visual-editor .cb-header--editor-preview {
    position: relative;
    z-index: 2;
}

.cross-border-visual-editor .cb-header--editor-preview .cb-member {
    gap: 7px;
}

.cross-border-visual-editor .cb-preview-cart {
    position: relative;
    font-size: 22px;
}

.cross-border-visual-editor .cb-preview-cart em {
    position: absolute;
    top: -7px;
    right: -9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 17px;
    height: 17px;
    padding: 0 4px;
    border-radius: 9px;
    background: var(--cb-blue);
    color: #fff;
    font-size: 10px;
    font-style: normal;
}

.cross-border-visual-editor .cb-primary-nav {
    float: none;
    width: 100%;
    height: auto;
    background: var(--cb-surface);
}

.cross-border-visual-editor .cb-primary-nav .nav_bg,
.cross-border-visual-editor .cb-primary-nav .nav-main {
    float: none;
    width: var(--cb-container);
    height: auto;
}

.cross-border-visual-editor .cb-primary-nav .nav-main {
    overflow: visible;
}

.cross-border-visual-editor .cb-primary-nav .navitems {
    display: flex;
    align-items: center;
    gap: 26px;
    width: 100%;
    min-width: 0;
    min-height: 0;
    padding: 12px 0;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
}

.cross-border-visual-editor .cb-primary-nav .navitems li {
    float: none;
    width: auto;
    flex: 0 0 auto;
    height: auto;
    min-width: 0;
    margin: 0;
}

.cross-border-visual-editor .cb-primary-nav .navitems .cb-nav-heading {
    display: none;
}

.cross-border-visual-editor .cb-primary-nav .navitems li a {
    float: none;
    width: auto;
    height: auto;
    padding: 0;
    color: var(--cb-ink);
    line-height: 1.35;
    box-sizing: border-box;
}

.cross-border-visual-editor .cb-primary-nav .cb-nav-card__media {
    display: none;
}

.cross-border-visual-editor .cb-primary-nav .cb-nav-card__label {
    margin-top: 0;
    font-size: 13px;
}

/* The fixed header nav is not a draggable content block. Keep its edit
 * affordance visible so a merchant can always find the DIY entry point. */
.cross-border-visual-editor [data-purebox="nav_mode"] .setup_box {
    display: block;
    top: 2px;
    right: 2px;
    left: auto;
    width: 62px;
    height: 28px;
    cursor: default;
}

.cross-border-visual-editor [data-purebox="nav_mode"] .setup_box .barbg {
    display: none;
}

.cross-border-visual-editor [data-purebox="nav_mode"] .setup_box .move-edit {
    top: 2px;
    right: 2px;
}

.cb-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* Customer round N03: keep the search field and configurable hot keywords in
 * one compact vertical stack, like the eBay reference. The values come from
 * the existing backend search_keywords setting; no keyword is hard-coded in
 * the published header. */
.cross-border-home .cb-search-stack,
.cross-border-visual-editor .cb-search-stack {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-self: stretch;
    justify-content: center;
}

.cross-border-home .cb-search-stack .cb-search,
.cross-border-visual-editor .cb-search-stack .cb-search {
    width: 100%;
}

.cross-border-home .cb-hot-strip,
.cross-border-visual-editor .cb-hot-strip {
    border-top: 1px solid var(--cb-line);
    background: var(--cb-surface);
}

.cross-border-home .cb-hot-strip__inner,
.cross-border-visual-editor .cb-hot-strip__inner {
    display: grid;
    grid-template-columns: 156px 104px minmax(480px, 1fr) 72px;
    gap: 12px;
    min-height: 50px;
}

.cross-border-home .cb-hot-keywords,
.cross-border-visual-editor .cb-hot-keywords {
    display: flex;
    grid-column: 3 / 5;
    align-items: center;
    gap: 12px;
    min-width: 0;
    height: 50px;
    margin: 0;
    overflow: hidden;
    color: var(--cb-muted);
    font-size: 13px;
    line-height: 50px;
    white-space: nowrap;
}

.cross-border-home .cb-hot-keywords__label,
.cross-border-visual-editor .cb-hot-keywords__label {
    flex: 0 0 auto;
    color: var(--cb-ink);
    font-weight: 600;
}

.cross-border-home .cb-hot-keywords__list,
.cross-border-visual-editor .cb-hot-keywords__list {
    display: flex;
    min-width: 0;
    gap: 28px;
    overflow: hidden;
}

.cross-border-home .cb-hot-keywords a,
.cross-border-visual-editor .cb-hot-keywords a {
    flex: 0 0 auto;
    overflow: hidden;
    color: var(--cb-muted);
    text-overflow: ellipsis;
}

.cross-border-home .cb-hot-keywords a:hover,
.cross-border-home .cb-hot-keywords a:focus-visible,
.cross-border-visual-editor .cb-hot-keywords a:hover,
.cross-border-visual-editor .cb-hot-keywords a:focus-visible {
    color: var(--cb-blue);
}

/* Customer round N04/N06: content-light DIY modules use a left-aligned,
 * fixed-density product rail. Their width is driven by the real item count,
 * so two or three products never expand into oversized empty cards. */
.cross-border-home .seckill-channel .box-bd > ul,
.cross-border-home .second-wrapper .tm-module .second-content > ul,
.cross-border-home .second-wrapper .xp-module .second-content > ul,
.cross-border-home .second-wrapper .phb-module .com-list {
    grid-auto-flow: column;
    grid-auto-columns: minmax(190px, 220px);
    grid-template-columns: none;
    justify-content: start;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
}

.cross-border-home .seckill-channel .box-bd > ul {
    padding-bottom: 8px;
}

.cross-border-home .seckill-channel .box-bd > ul > li,
.cross-border-home .second-wrapper .second-content > ul > li,
.cross-border-home .second-wrapper .phb-module .com-list > li {
    min-width: 0;
}

.cross-border-home .second-wrapper {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
}

.cross-border-home .second-wrapper .module {
    border: 0;
    border-radius: 0;
    background: transparent;
}

.cross-border-home .second-wrapper .title {
    min-height: 52px;
    padding: 0 2px;
    border-bottom: 0;
    background: transparent !important;
}

.cross-border-home .second-wrapper .title h5 {
    font-size: 22px;
}

.cross-border-home .second-wrapper .second-content {
    min-height: 0;
    padding: 0 0 8px;
    overflow: visible;
    background: transparent;
}

.cross-border-home .second-wrapper .second-content li,
.cross-border-home .second-wrapper .phb-module .com-li {
    width: auto !important;
    min-width: 190px;
    max-width: 220px;
}

.cross-border-home .second-wrapper .second-content li .p-img,
.cross-border-home .second-wrapper .phb-module .com-li .p-img {
    aspect-ratio: 1 / 1;
    border-radius: 10px;
    background: #f7f7f7;
}

/* Customer round N05: structure is carried by whitespace and typography;
 * repeated outer boxes and hover borders are intentionally removed. */
.cross-border-home .seckill-channel,
.cross-border-home .second-wrapper .module {
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.cross-border-home .box-hd,
.cross-border-home .goodstitle,
.cross-border-home .channel-title,
.cross-border-home .floor-hd {
    border-bottom: 0;
}

.cross-border-home .seckill-channel .box-bd > ul > li,
.cross-border-home [data-mode="guessYouLike"] .p-list li,
.cross-border-home [data-mode="h-promo"] .p-list li,
.cross-border-home [data-mode="h-need"] .p-list li {
    border-color: transparent;
}

.cross-border-home .seckill-channel .p-img,
.cross-border-home .second-wrapper .p-img {
    isolation: isolate;
    border: 0 !important;
    background: var(--cb-soft) !important;
    box-shadow: none !important;
}

.cross-border-home .seckill-channel .p-img img,
.cross-border-home .second-wrapper .p-img img,
.cross-border-home [data-mode="guessYouLike"] .lift-channel li .p-img img,
.cross-border-home [data-mode="guessYouLike"] .lift-channel li .pimg img {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    mix-blend-mode: multiply;
}

/* Customer round N02/N07: eBay-style information footer. The old service
 * strip is removed from the new template in Blade; legacy templates still
 * receive their original service area because the selector is scoped here. */
.cross-border-home .footer-new {
    margin-top: 64px;
    border-top: 1px solid #c7c7c7;
    background: #f7f7f7;
    color: #191919;
    font-family: Arial, "Microsoft YaHei", sans-serif;
}

.cross-border-home .footer-new-con {
    padding: 0;
    border-bottom: 0;
    background: #f7f7f7;
}

.cross-border-home .footer-new .fnc-warp {
    display: block;
    position: relative;
    width: min(1180px, calc(100vw - 64px)) !important;
    min-height: 0;
    padding: 52px 0 32px;
    margin: 0 auto;
    border-bottom: 0;
    overflow: visible;
}

.cross-border-home .footer-new .fnc-warp > .qr-code {
    position: absolute;
    top: 166px;
    right: 0;
    width: 206px;
    margin: 0;
}

.cross-border-home .footer-new .help-item > .qr-code {
    position: static;
    width: 100%;
    margin-top: 28px;
}

.cross-border-home .footer-new .help-list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 64px;
    width: 100%;
    align-items: start;
}

.cross-border-home .footer-new .cb-footer-directory {
    grid-template-columns:
        minmax(0, 1fr)
        minmax(0, 1fr)
        minmax(0, 1fr)
        minmax(0, 1.3fr)
        minmax(0, 1.25fr);
    column-gap: 64px;
}

.cross-border-home .footer-new .cb-footer-column {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: stretch;
}

.cross-border-home .footer-new .cb-footer-column .help-item {
    width: 100%;
}

.cross-border-home .footer-new .cb-footer-subgroup,
.cross-border-home .footer-new .cb-footer-qr-group {
    margin-top: 30px;
}

.cross-border-home .footer-new .cb-footer-column--5 .cb-footer-qr-group {
    margin-top: 28px;
}

.cross-border-home .footer-new .cb-footer-subgroup h3,
.cross-border-home .footer-new .cb-footer-subgroup h3 a {
    margin: 0;
    color: #191919;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    text-decoration: none;
}

.cross-border-home .footer-new .cb-footer-subgroup ul {
    margin-top: 12px;
}

.cross-border-home .footer-new .cb-footer-subgroup li {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.5;
}

.cross-border-home .footer-new .help-item h3 {
    margin: 0 0 12px;
    color: #191919;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
}

.cross-border-home .footer-new .help-item li {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.5;
}

.cross-border-home .footer-new .help-item a,
.cross-border-home .footer-new-bot a {
    color: #5f6368;
}

.cross-border-home .footer-new .help-item a:hover,
.cross-border-home .footer-new .help-item a:focus-visible {
    color: var(--cb-blue);
    text-decoration: underline;
}

.cross-border-home .footer-new .qr-code {
    display: block;
    width: 100%;
    margin-top: 28px;
}

.cross-border-home .footer-new .qr-code__title {
    margin: 0 0 10px;
    color: #191919;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
}

.cross-border-home .footer-new .qr-code__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    align-items: stretch;
}

.cross-border-home .footer-new .qr-item {
    box-sizing: border-box;
    float: none;
    width: auto;
    height: auto;
    margin: 0;
    padding: 8px 6px 7px;
    border: 1px solid #c7c7c7;
    border-radius: 8px;
    background: #fff;
    text-align: center;
}

.cross-border-home .footer-new .code_img,
.cross-border-home .footer-new .code_img img {
    display: block;
    box-sizing: border-box;
    width: 52px;
    height: 52px;
    margin: 0 auto;
    object-fit: contain;
}

.cross-border-home .footer-new .code_img {
    padding: 3px;
    border: 0;
    border-radius: 3px;
    background: #fff;
}

.cross-border-home .footer-new .code_img img {
    width: 46px;
    height: 46px;
}

.cross-border-home .footer-new-con .qr-code .qr-item .code_img {
    width: 52px;
    height: 52px;
    margin: 0 auto;
    padding: 3px;
    border: 0;
    border-radius: 3px;
    background: #fff;
}

.cross-border-home .footer-new-con .qr-code .qr-item .code_img img {
    width: 46px;
    height: 46px;
}

.cross-border-home .footer-new .code_txt {
    margin-top: 4px;
    width: auto;
    height: auto;
    padding: 0;
    background: transparent;
    color: #5f6368;
    font-size: 11px;
    line-height: 1.4;
}

.cross-border-home .footer-new-con .qr-code .qr-item .code_txt {
    width: auto;
    height: auto;
    margin-top: 4px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #5f6368;
    font-size: 11px;
    line-height: 1.4;
}

.cross-border-home .footer-new-bot {
    padding: 0 0 38px;
    border-top: 0;
    background: #f7f7f7;
}

.cross-border-home .footer-new-bot .w1330,
.cross-border-home .footer-new-bot p,
.cross-border-home .footer-new-bot .copyright_auth {
    float: none;
    width: var(--cb-container);
    margin: 0 auto;
    text-align: left;
}

.cross-border-home .footer-new-bot .w1330 {
    box-sizing: border-box;
    display: flex;
    width: min(1180px, calc(100vw - 64px)) !important;
    padding: 18px 0 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start !important;
    column-gap: 8px;
}

.cross-border-home .footer-new-bot p {
    width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 7px;
    color: #5f6368;
    font-size: 12px;
    line-height: 1.45;
}

.cross-border-home .footer-new-bot .copyright_links {
    line-height: 1.65;
}

.cross-border-home .footer-new-bot .copyright_links a {
    margin-right: 10px;
    color: #3665f3;
    text-decoration: underline;
}

.cross-border-home .footer-new-bot .cb-footer-copyright {
    order: 1;
}

.cross-border-home .footer-new-bot .cb-footer-legal {
    order: 2;
}

.cross-border-home .footer-new-bot .cb-footer-icp {
    flex-basis: 100%;
    order: 3;
}

.cross-border-home .footer-new-bot .spacer {
    display: none;
}

@media (max-width: 1100px) {
    :root {
        --cb-container: calc(100vw - 24px);
    }

    .cb-utility__left > a,
    .cb-ship-to,
    .cb-advanced {
        display: none;
    }

    .cb-search-row {
        grid-template-columns: 130px 100px minmax(420px, 1fr);
    }

    .cross-border-home .cb-hot-strip__inner,
    .cross-border-visual-editor .cb-hot-strip__inner {
        grid-template-columns: 130px 100px minmax(420px, 1fr);
    }

    .cross-border-home .cb-hot-keywords,
    .cross-border-visual-editor .cb-hot-keywords {
        grid-column: 3;
    }

    .cross-border-home .footer-new .help-list,
    .cross-border-home .footer-new .cb-footer-directory {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .cross-border-home .footer-new .fnc-warp > .qr-code {
        position: static;
        width: 100%;
        margin-top: 28px;
    }
}

/* 2026-08-11 customer feedback: complete the marketplace icon language,
 * provide a real mobile-client scan entry, and rebalance typography without
 * globally scaling the shop's generated DIY content. */
.cross-border-home .cb-header-icon,
.cross-border-visual-editor .cb-header-icon {
    display: block;
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.cross-border-home .demo > .visual-item,
.cross-border-home .homeindex .visual-item {
    margin-top: 22px;
}

.cross-border-home .cb-category-showcase {
    padding-top: 20px;
    padding-bottom: 18px;
}

.cross-border-home .cb-category-showcase__header {
    margin-bottom: 14px;
}

.cross-border-home .cb-category-showcase__header h2 {
    font-size: 26px;
}

.cross-border-home .cb-category-showcase__grid {
    gap: 14px;
}

.cross-border-home .cb-category-showcase__label {
    margin-top: 8px;
    font-size: 13px;
}

.cross-border-home .box-hd h2,
.cross-border-home .goodstitle h3,
.cross-border-home .channel-title h3,
.cross-border-home .floor-hd h2 {
    font-size: 22px;
}

.cross-border-home [data-mode="guessYouLike"] .goodstitle h3 {
    font-size: 21px;
}

.cross-border-home .footer-new .qr-code__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 10px;
}

.cross-border-home .footer-new .qr-item {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.cross-border-home .footer-new .qr-item--client {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px solid #d7d7d7;
    text-align: left;
}

.cross-border-home .footer-new-con .qr-code .qr-item--client .code_img,
.cross-border-home .footer-new-con .qr-code .qr-item--client .code_img img {
    width: 72px;
    height: 72px;
    padding: 0;
}

.cross-border-home .footer-new .qr-item--client .code_txt {
    margin: 0;
    color: #191919;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    text-align: left;
}

.cross-border-home .footer-new .qr-item--client .code_txt span,
.cross-border-home .footer-new .qr-item--client .code_txt small {
    display: block;
}

.cross-border-home .footer-new .qr-item--client .code_txt small {
    margin-top: 4px;
    color: #5f6368;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.4;
}

.cross-border-home .footer-new-con .qr-code .qr-item:not(.qr-item--client) .code_img,
.cross-border-home .footer-new-con .qr-code .qr-item:not(.qr-item--client) .code_img img {
    width: 52px;
    height: 52px;
    padding: 0;
}

.cross-border-home .footer-new-con .qr-code .qr-item:not(.qr-item--client) .code_txt {
    margin-top: 6px;
    font-size: 11px;
}

/* 2026-08-10 header refinement: match the eBay reference more closely while
 * preserving the shop's real account, category, search and keyword data. */
.cross-border-home .cb-header {
    font-size: 14px;
}

.cross-border-home .cb-utility,
.cross-border-visual-editor .cb-utility {
    min-height: 44px;
}

.cross-border-home .cb-utility__inner,
.cross-border-visual-editor .cb-utility__inner {
    min-height: 44px;
}

.cross-border-home .cb-utility__left,
.cross-border-home .cb-utility__right,
.cross-border-visual-editor .cb-utility__left,
.cross-border-visual-editor .cb-utility__right {
    gap: 24px;
}

.cross-border-home .cb-utility__right,
.cross-border-visual-editor .cb-utility__right {
    height: 44px;
}

.cross-border-home .cb-language-mark,
.cross-border-visual-editor .cb-language-mark {
    min-width: 0;
    height: auto;
    margin-right: 6px;
    border: 0;
    border-radius: 0;
    font-size: 0;
}

.cross-border-home .cb-language-mark::before,
.cross-border-visual-editor .cb-language-mark::before {
    display: none;
}

.cross-border-home .cb-language-mark,
.cross-border-visual-editor .cb-language-mark {
    display: inline-flex;
    width: 18px;
    min-width: 18px;
    height: 18px;
    margin-right: 5px;
    border: 0;
    border-radius: 0;
    font-size: 0;
    line-height: 1;
}

.cross-border-home .cb-language-mark .cb-language-icon,
.cross-border-visual-editor .cb-language-mark .cb-language-icon {
    display: block;
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.cross-border-home .cb-language summary,
.cross-border-visual-editor .cb-language summary {
    display: inline-flex;
    align-items: center;
}

.cross-border-home .cb-icon-link,
.cross-border-visual-editor .cb-icon-link {
    width: 34px;
    height: 34px;
    font-size: 23px;
}

.cross-border-home .cb-cart .shopCart-con,
.cross-border-visual-editor .cb-cart .shopCart-con {
    height: 40px;
    line-height: 40px;
}

.cross-border-home .cb-cart .shopCart-con .iconfont,
.cross-border-visual-editor .cb-cart .shopCart-con .iconfont {
    font-size: 25px;
}

.cross-border-home .cb-search-row,
.cross-border-visual-editor .cb-search-row {
    grid-template-columns: 148px 96px minmax(500px, 1fr) 48px;
    gap: 14px;
    min-height: 92px;
}

.cross-border-home .cb-wordmark,
.cross-border-visual-editor .cb-wordmark {
    min-width: 148px;
}

.cross-border-home .cb-wordmark a,
.cross-border-visual-editor .cb-wordmark a {
    max-width: 148px;
}

.cross-border-home .cb-wordmark__letter,
.cross-border-visual-editor .cb-wordmark__letter {
    font-size: 54px;
    letter-spacing: -7px;
}

.cross-border-home .cb-wordmark small,
.cross-border-visual-editor .cb-wordmark small {
    margin: 3px 0 0 62px;
    font-size: 9px;
    letter-spacing: 1.3px;
}

.cross-border-home .cb-category-menu > summary,
.cross-border-visual-editor .cb-category-menu > summary {
    display: flex;
    align-items: center;
    max-width: 96px;
    min-height: 44px;
    padding: 0;
    color: var(--cb-muted);
    font-size: 13px;
    line-height: 1.1;
    white-space: normal;
}

.cross-border-home .cb-category-menu > summary::after,
.cross-border-visual-editor .cb-category-menu > summary::after {
    margin-left: 8px;
    color: var(--cb-ink);
}

.cross-border-home .cb-search,
.cross-border-visual-editor .cb-search {
    grid-template-columns: minmax(380px, 1fr) 168px clamp(166px, 12vw, 196px);
}

.cross-border-home .cb-search__field,
.cross-border-home .cb-search__type,
.cross-border-visual-editor .cb-search__field,
.cross-border-visual-editor .cb-search__type {
    height: 56px;
}

.cross-border-home .cb-search__field,
.cross-border-visual-editor .cb-search__field {
    border-left-width: 3px;
    border-top-width: 3px;
    border-bottom-width: 3px;
    border-radius: 28px 0 0 28px;
}

.cross-border-home .cb-search__field .iconfont,
.cross-border-visual-editor .cb-search__field .iconfont {
    margin-left: 20px;
    font-size: 20px;
}

.cross-border-home .cb-search__field input,
.cross-border-home .cb-search__type select,
.cross-border-visual-editor .cb-search__field input,
.cross-border-visual-editor .cb-search__type select {
    height: 50px;
}

.cross-border-home .cb-search__field input,
.cross-border-visual-editor .cb-search__field input {
    padding: 0 16px;
    font-size: 16px;
}

.cross-border-home .cb-search__type,
.cross-border-visual-editor .cb-search__type {
    border-top-width: 3px;
    border-right-width: 3px;
    border-bottom-width: 3px;
    border-radius: 0 28px 28px 0;
}

.cross-border-home .cb-search__type select,
.cross-border-visual-editor .cb-search__type select {
    padding: 0 48px 0 18px;
    color: var(--cb-muted);
}

.cross-border-home .cb-search__type::after,
.cross-border-visual-editor .cb-search__type::after {
    right: 21px;
    width: 10px;
    height: 10px;
    border-width: 0 2px 2px 0;
}

.cross-border-home .cb-search__submit,
.cross-border-visual-editor .cb-search__submit {
    height: 56px;
    margin-left: 14px;
    border-radius: 28px;
    background: #0968f6;
    font-size: 16px;
}

.cross-border-home .cb-advanced,
.cross-border-visual-editor .cb-advanced {
    color: var(--cb-muted) !important;
    font-size: 12px;
    text-align: center;
}

.cross-border-home .cb-hot-strip__inner,
.cross-border-visual-editor .cb-hot-strip__inner {
    grid-template-columns: 148px 96px minmax(500px, 1fr) 48px;
    gap: 14px;
    min-height: 54px;
}

.cross-border-home .cb-hot-keywords,
.cross-border-visual-editor .cb-hot-keywords {
    grid-column: 3 / 5;
    justify-content: center;
    gap: 0;
    height: 54px;
    font-size: 14px;
    line-height: 54px;
}

.cross-border-home .cb-hot-keywords__label,
.cross-border-visual-editor .cb-hot-keywords__label {
    display: none;
}

.cross-border-home .cb-hot-keywords__list,
.cross-border-visual-editor .cb-hot-keywords__list {
    justify-content: center;
    gap: clamp(24px, 3.1vw, 48px);
    width: 100%;
}

/* 2026-08-12 customer proportion pass.
 * Keep the real DIY data and the local template rhythm, but refine the PC
 * header, carousel controls, product modules and footer to the supplied eBay
 * proportions. This final block intentionally wins over earlier experiments. */
.cross-border-home .cb-utility,
.cross-border-visual-editor .cb-utility,
.cross-border-home .cb-utility__inner,
.cross-border-visual-editor .cb-utility__inner,
.cross-border-home .cb-utility__right,
.cross-border-visual-editor .cb-utility__right {
    min-height: 38px;
    height: 38px;
}

.cross-border-home .cb-utility__left,
.cross-border-home .cb-utility__right,
.cross-border-visual-editor .cb-utility__left,
.cross-border-visual-editor .cb-utility__right {
    gap: 20px;
}

.cross-border-home .cb-utility__inner,
.cross-border-visual-editor .cb-utility__inner {
    box-sizing: border-box;
    padding-top: 4px;
}

.cross-border-home .cb-icon-link,
.cross-border-visual-editor .cb-icon-link {
    width: 28px;
    height: 28px;
}

.cross-border-home .cb-header-icon,
.cross-border-visual-editor .cb-header-icon {
    width: 21px;
    height: 21px;
    stroke-width: 1.75;
}

.cross-border-home .cb-cart .shopCart-con,
.cross-border-visual-editor .cb-cart .shopCart-con {
    height: 36px;
    line-height: 36px;
}

.cross-border-home .cb-cart .shopCart-con .iconfont,
.cross-border-visual-editor .cb-cart .shopCart-con .iconfont {
    font-size: 22px;
}

.cross-border-home .cb-search-row,
.cross-border-visual-editor .cb-search-row {
    grid-template-columns: 148px 98px minmax(500px, 1fr) 62px;
    gap: 12px;
    min-height: 78px;
}

.cross-border-home .cb-search,
.cross-border-visual-editor .cb-search {
    grid-template-columns: minmax(380px, 1fr) 156px clamp(158px, 11vw, 178px);
}

.cross-border-home .cb-search__field,
.cross-border-home .cb-search__type,
.cross-border-visual-editor .cb-search__field,
.cross-border-visual-editor .cb-search__type {
    height: 52px;
    border-width: 2px;
}

.cross-border-home .cb-search__field,
.cross-border-visual-editor .cb-search__field {
    border-radius: 26px 0 0 26px;
}

.cross-border-home .cb-search__type,
.cross-border-visual-editor .cb-search__type {
    border-left-width: 1px;
    border-radius: 0 26px 26px 0;
}

.cross-border-home .cb-search__field input,
.cross-border-home .cb-search__type select,
.cross-border-visual-editor .cb-search__field input,
.cross-border-visual-editor .cb-search__type select {
    height: 48px;
}

.cross-border-home .cb-search__field input,
.cross-border-visual-editor .cb-search__field input {
    font-size: 15px;
}

.cross-border-home .cb-search__submit,
.cross-border-visual-editor .cb-search__submit {
    height: 52px;
    margin-left: 12px;
    border-radius: 26px;
    font-size: 15px;
}

.cross-border-home .cb-advanced,
.cross-border-visual-editor .cb-advanced {
    font-size: 11px;
    line-height: 1.25;
}

.cross-border-home .cb-hot-strip__inner,
.cross-border-visual-editor .cb-hot-strip__inner {
    grid-template-columns: 148px 98px minmax(500px, 1fr) 62px;
    gap: 12px;
}

.cross-border-home .cb-hot-strip__inner,
.cross-border-visual-editor .cb-hot-strip__inner,
.cross-border-home .cb-hot-keywords,
.cross-border-visual-editor .cb-hot-keywords {
    min-height: 44px;
    height: 44px;
    line-height: 44px;
}

.cross-border-home [data-mode="guessYouLike"] .goodstitle h3 {
    font-size: 22px !important;
}

.cross-border-home .cb-hot-keywords__list,
.cross-border-visual-editor .cb-hot-keywords__list {
    gap: clamp(22px, 2.8vw, 42px);
}

.cross-border-home .cb-slider-controls,
.cross-border-visual-editor .cb-slider-controls {
    right: 26px;
    bottom: 18px;
    gap: 8px;
}

.cross-border-home .cb-slider-control,
.cross-border-visual-editor .cb-slider-control {
    width: 42px;
    height: 42px;
    border-color: rgba(25, 25, 25, .16);
    box-shadow: 0 2px 7px rgba(0, 0, 0, .11);
}

.cross-border-home .home-banner .hd ul,
.cross-border-visual-editor .home-banner .hd ul {
    padding: 4px 7px;
}

.cross-border-home .home-banner .hd li,
.cross-border-visual-editor .home-banner .hd li {
    width: 8px;
    height: 8px;
    margin-right: 7px;
}

.cross-border-home .home-banner .hd li:last-child,
.cross-border-visual-editor .home-banner .hd li:last-child {
    margin-right: 0;
}

.cross-border-home .cb-category-showcase {
    padding-top: 18px;
    padding-bottom: 16px;
}

.cross-border-home .cb-category-showcase__header {
    margin-bottom: 12px;
}

.cross-border-home .cb-category-showcase__header h2 {
    font-size: 24px;
    line-height: 1.2;
}

.cross-border-home .seckill-channel {
    margin-top: 0 !important;
}

.cross-border-home .seckill-channel .box-hd {
    box-sizing: border-box;
    height: 62px !important;
    min-height: 62px !important;
    max-height: 62px;
    padding: 0 2px;
}

.cross-border-home .seckill-channel .box-hd::before {
    font-size: 22px;
    line-height: 1.2;
}

.cross-border-home .seckill-channel .sk-time-cd {
    margin-left: 18px;
}

.cross-border-home .seckill-channel .box-bd {
    padding: 0 0 16px;
}

.cross-border-home [data-mode="guessYouLike"] .goodstitle {
    box-sizing: border-box;
    height: 46px;
    min-height: 46px !important;
    padding: 0 0 4px;
}

.cross-border-home [data-mode="guessYouLike"] .goodstitle h3 {
    font-size: 22px;
    line-height: 1.2;
}

.cross-border-home [data-mode="guessYouLike"] .cb-recommendation-controls {
    gap: 8px;
}

.cross-border-home [data-mode="guessYouLike"] .cb-recommendation-control {
    width: 42px;
    height: 42px;
    border-color: #8f8f8f;
    box-shadow: none;
}

.cross-border-home .second-wrapper .tm-module .second-content > ul,
.cross-border-home .second-wrapper .xp-module .second-content > ul,
.cross-border-home .second-wrapper .phb-module .com-list {
    grid-auto-columns: 208px;
    gap: 14px;
}

.cross-border-home .second-wrapper .second-content li,
.cross-border-home .second-wrapper .phb-module .com-li {
    min-width: 208px;
    max-width: 208px;
}

.cross-border-home .cb-product-favorite,
.cross-border-visual-editor .p-img::after {
    top: 8px;
    right: 8px;
    width: 28px;
    height: 28px;
    border-color: rgba(25, 25, 25, .14);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .06);
}

.cross-border-home .cb-product-favorite__icon {
    width: 16px;
    height: 16px;
}

.cross-border-visual-editor .p-img::after {
    background-size: 16px 16px;
}

.cross-border-home .footer-new {
    margin-top: 54px;
}

.cross-border-home .footer-new .fnc-warp {
    padding: 42px 0 28px;
}

.cross-border-home .footer-new .cb-footer-directory {
    column-gap: 60px;
}

.cross-border-home .footer-new .cb-footer-subgroup,
.cross-border-home .footer-new .cb-footer-qr-group {
    margin-top: 25px;
}

.cross-border-home .footer-new .cb-footer-column--5 .cb-footer-qr-group {
    margin-top: 24px;
}

.cross-border-home .footer-new .help-item h3,
.cross-border-home .footer-new .cb-footer-subgroup h3,
.cross-border-home .footer-new .cb-footer-subgroup h3 a,
.cross-border-home .footer-new .qr-code__title {
    font-size: 13px;
    line-height: 1.3;
}

.cross-border-home .footer-new .help-item li,
.cross-border-home .footer-new .cb-footer-subgroup li {
    margin-top: 7px;
    font-size: 12px;
    line-height: 1.55;
}

.cross-border-home .footer-new .qr-code__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    align-items: start;
}

.cross-border-home .footer-new .qr-item,
.cross-border-home .footer-new .qr-item--client {
    display: block;
    grid-column: auto;
    min-width: 0;
    padding: 0;
    border: 0;
    border-bottom: 0;
    background: transparent;
    text-align: center;
}

.cross-border-home .footer-new-con .qr-code .qr-item .code_img,
.cross-border-home .footer-new-con .qr-code .qr-item .code_img img,
.cross-border-home .footer-new-con .qr-code .qr-item--client .code_img,
.cross-border-home .footer-new-con .qr-code .qr-item--client .code_img img,
.cross-border-home .footer-new-con .qr-code .qr-item:not(.qr-item--client) .code_img,
.cross-border-home .footer-new-con .qr-code .qr-item:not(.qr-item--client) .code_img img {
    width: 58px;
    height: 58px;
    margin: 0 auto;
    padding: 0;
}

.cross-border-home .footer-new .qr-item .code_txt,
.cross-border-home .footer-new .qr-item--client .code_txt,
.cross-border-home .footer-new-con .qr-code .qr-item:not(.qr-item--client) .code_txt {
    margin-top: 6px;
    color: #5f6368;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
}

.cross-border-home .footer-new .qr-item--client .code_txt small {
    display: none;
}

.cross-border-home .footer-new-bot {
    padding-bottom: 30px;
}

@media (max-width: 1280px) {
    .cross-border-home .cb-utility__left,
    .cross-border-home .cb-utility__right,
    .cross-border-visual-editor .cb-utility__left,
    .cross-border-visual-editor .cb-utility__right {
        gap: 16px;
    }
}

@media (min-width: 1400px) {
    .cross-border-home .cb-header > .cb-container,
    .cross-border-visual-editor .cb-header > .cb-container,
    .cross-border-home .cb-header .cb-utility__inner,
    .cross-border-visual-editor .cb-header .cb-utility__inner,
    .cross-border-home .cb-header .cb-hot-strip__inner,
    .cross-border-visual-editor .cb-header .cb-hot-strip__inner {
        width: min(1460px, calc(100vw - 124px));
    }
}

/* 2026-08-14 customer eBay header rebuild.
 * Match the supplied 1750px reference with a wider header, a calmer vertical
 * rhythm, a narrow two-line category trigger, and one consistent icon family. */
.cross-border-home .cb-header summary::after,
.cross-border-visual-editor .cb-header summary::after {
    width: 7px;
    height: 7px;
    margin-left: 7px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    content: "";
    transform: translateY(-2px) rotate(45deg);
}

.cross-border-home .cb-header details[open] summary::after,
.cross-border-visual-editor .cb-header details[open] summary::after {
    transform: translateY(2px) rotate(225deg);
}

.cross-border-home .cb-cart-icon,
.cross-border-visual-editor .cb-cart-icon {
    position: absolute;
    z-index: 1;
    top: 4px;
    left: 0;
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    pointer-events: none;
}

.cross-border-home .cb-cart,
.cross-border-visual-editor .cb-cart {
    width: 42px;
    height: 32px;
}

.cross-border-home .cb-cart .shopCart-con,
.cross-border-visual-editor .cb-cart .shopCart-con,
.cross-border-home .cb-cart .shopCart-con a,
.cross-border-visual-editor .cb-cart .shopCart-con a {
    display: block;
    width: 42px;
    height: 32px;
    line-height: 32px;
}

.cross-border-home .cb-cart .shopCart-con a,
.cross-border-visual-editor .cb-cart .shopCart-con a {
    position: relative;
    color: var(--cb-ink);
}

.cross-border-home .cb-cart .shopCart-con .iconfont,
.cross-border-visual-editor .cb-cart .shopCart-con .iconfont {
    display: block;
    width: 24px;
    height: 24px;
    opacity: 0;
}

.cross-border-home .cb-cart .shopCart-con .count,
.cross-border-visual-editor .cb-cart .shopCart-con .count {
    top: 50%;
    right: 0;
    left: auto;
    min-width: 12px;
    height: 14px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: var(--cb-ink);
    font-size: 12px;
    line-height: 14px;
    transform: translateY(-50%);
}

.cross-border-home .cb-cart .dorpdown-layer,
.cross-border-visual-editor .cb-cart .dorpdown-layer {
    top: 34px;
}

@media (min-width: 1101px) {
    .cross-border-home .cb-header > .cb-container,
    .cross-border-visual-editor .cb-header > .cb-container,
    .cross-border-home .cb-header .cb-utility__inner,
    .cross-border-visual-editor .cb-header .cb-utility__inner,
    .cross-border-home .cb-header .cb-hot-strip__inner,
    .cross-border-visual-editor .cb-header .cb-hot-strip__inner {
        width: min(1590px, calc(100vw - 96px));
    }

    .cross-border-home .cb-utility,
    .cross-border-visual-editor .cb-utility,
    .cross-border-home .cb-utility__inner,
    .cross-border-visual-editor .cb-utility__inner,
    .cross-border-home .cb-utility__right,
    .cross-border-visual-editor .cb-utility__right {
        min-height: 40px;
        height: 40px;
    }

    .cross-border-home .cb-utility__inner,
    .cross-border-visual-editor .cb-utility__inner {
        box-sizing: border-box;
        padding-top: 4px;
    }

    .cross-border-home .cb-utility__left,
    .cross-border-home .cb-utility__right,
    .cross-border-visual-editor .cb-utility__left,
    .cross-border-visual-editor .cb-utility__right {
        gap: 22px;
    }

    .cross-border-home .cb-header-icon,
    .cross-border-visual-editor .cb-header-icon {
        width: 22px;
        height: 22px;
        stroke-width: 1.8;
    }

    .cross-border-home .cb-search-row,
    .cross-border-visual-editor .cb-search-row {
        grid-template-columns: 150px 72px minmax(0, 1fr) 54px;
        gap: 12px;
        min-height: 92px;
    }

    .cross-border-home .cb-wordmark,
    .cross-border-visual-editor .cb-wordmark {
        min-width: 150px;
    }

    .cross-border-home .cb-wordmark a,
    .cross-border-visual-editor .cb-wordmark a {
        justify-content: center;
        max-width: 150px;
    }

    .cross-border-home .cb-wordmark__letter,
    .cross-border-visual-editor .cb-wordmark__letter {
        font-size: 49px;
        letter-spacing: 0;
    }

    .cross-border-home .cb-wordmark small,
    .cross-border-visual-editor .cb-wordmark small {
        width: 100%;
        margin: 4px 0 0;
        letter-spacing: 0;
        text-align: center;
    }

    .cross-border-home .cb-category-menu > summary,
    .cross-border-visual-editor .cb-category-menu > summary {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 72px;
        min-height: 52px;
        padding: 0;
        box-sizing: border-box;
    }

    .cross-border-home .cb-category-menu__label,
    .cross-border-visual-editor .cb-category-menu__label {
        display: block;
        width: 50px;
        font-size: 13px;
        line-height: 1.18;
        white-space: normal;
    }

    .cross-border-home .cb-search,
    .cross-border-visual-editor .cb-search {
        grid-template-columns: minmax(420px, 1fr) 168px clamp(172px, 11vw, 190px);
    }

    .cross-border-home .cb-hot-strip__inner,
    .cross-border-visual-editor .cb-hot-strip__inner {
        grid-template-columns: 150px 72px minmax(0, 1fr) 54px;
        gap: 12px;
    }

    .cross-border-home .cb-hot-strip__inner,
    .cross-border-visual-editor .cb-hot-strip__inner,
    .cross-border-home .cb-hot-keywords,
    .cross-border-visual-editor .cb-hot-keywords {
        min-height: 40px;
        height: 40px;
        line-height: 40px;
    }

    .cross-border-home .cb-advanced,
    .cross-border-visual-editor .cb-advanced {
        margin-left: 0;
        font-size: 11px;
    }
}

/* 2026-08-25 brand rail proportion correction.
 * Keep the brand component on the same quiet, content-led rhythm as the
 * product rails. The legacy brand image anchors have intrinsic 130px widths;
 * every child is explicitly contained so a 132px card cannot overflow. */
.cross-border-home [data-mode="h-brand"].cb-brand-enhanced,
.cross-border-visual-editor [data-mode="h-brand"].cb-brand-enhanced {
    min-height: 0 !important;
    height: auto !important;
    background: transparent !important;
}

.cross-border-home [data-mode="h-brand"] .cb-brand-heading,
.cross-border-visual-editor [data-mode="h-brand"] .cb-brand-heading {
    box-sizing: border-box;
    min-height: 46px;
    height: 46px;
    margin: 0 0 12px;
    align-items: center;
}

.cross-border-home [data-mode="h-brand"] .cb-brand-heading__copy,
.cross-border-visual-editor [data-mode="h-brand"] .cb-brand-heading__copy {
    gap: 9px;
}

.cross-border-home [data-mode="h-brand"] .cb-brand-heading strong,
.cross-border-visual-editor [data-mode="h-brand"] .cb-brand-heading strong {
    font-size: 20px;
    line-height: 26px;
}

.cross-border-home [data-mode="h-brand"] .cb-brand-heading span,
.cross-border-visual-editor [data-mode="h-brand"] .cb-brand-heading span {
    font-size: 12px;
    line-height: 18px;
}

.cross-border-home [data-mode="h-brand"] .cb-brand-heading__actions,
.cross-border-visual-editor [data-mode="h-brand"] .cb-brand-heading__actions {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 18px;
}

.cross-border-home [data-mode="h-brand"] .cb-brand-heading__actions > a,
.cross-border-visual-editor [data-mode="h-brand"] .cb-brand-heading__actions > a {
    display: inline-flex;
    width: auto;
    height: 22px;
    margin: 0;
    padding: 0;
    align-items: center;
    color: var(--cb-blue);
    font-size: 13px;
    line-height: 22px;
    white-space: nowrap;
}

.cross-border-home [data-mode="h-brand"] .cb-brand-heading__actions > a:first-child::after,
.cross-border-visual-editor [data-mode="h-brand"] .cb-brand-heading__actions > a:first-child::after {
    display: inline-block;
    margin-left: 5px;
    content: "›";
    font-size: 18px;
    line-height: 1;
}

.cross-border-home [data-mode="h-brand"] .cb-brand-heading__actions .refresh-btn,
.cross-border-visual-editor [data-mode="h-brand"] .cb-brand-heading__actions .refresh-btn {
    min-height: 22px;
    height: 22px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--cb-muted);
    font-size: 12px;
    line-height: 22px;
}

.cross-border-home [data-mode="h-brand"] .cb-brand-heading__actions .refresh-btn:hover,
.cross-border-home [data-mode="h-brand"] .cb-brand-heading__actions .refresh-btn:focus-visible,
.cross-border-visual-editor [data-mode="h-brand"] .cb-brand-heading__actions .refresh-btn:hover,
.cross-border-visual-editor [data-mode="h-brand"] .cb-brand-heading__actions .refresh-btn:focus-visible {
    background: transparent;
    color: var(--cb-blue);
    text-decoration: underline;
}

.cross-border-home [data-mode="h-brand"] .brand-channel,
.cross-border-visual-editor [data-mode="h-brand"] .brand-channel {
    display: block;
    min-height: 0;
    overflow: hidden;
}

.cross-border-home [data-mode="h-brand"] .cb-brand-list,
.cross-border-visual-editor [data-mode="h-brand"] .cb-brand-list {
    width: 100%;
    height: 132px;
    overflow: hidden;
}

.cross-border-home [data-mode="h-brand"] .cb-brand-list ul,
.cross-border-visual-editor [data-mode="h-brand"] .cb-brand-list ul {
    box-sizing: border-box;
    display: grid;
    grid-auto-columns: 132px;
    grid-auto-flow: column;
    grid-template-columns: none !important;
    grid-template-rows: 132px;
    gap: 14px;
    width: 100%;
    height: 132px;
    min-height: 0;
    margin: 0;
    padding: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
}

.cross-border-home [data-mode="h-brand"] .cb-brand-list ul::-webkit-scrollbar,
.cross-border-visual-editor [data-mode="h-brand"] .cb-brand-list ul::-webkit-scrollbar {
    display: none;
}

.cross-border-home [data-mode="h-brand"] .cb-brand-list li,
.cross-border-visual-editor [data-mode="h-brand"] .cb-brand-list li {
    box-sizing: border-box;
    display: flex;
    width: 132px !important;
    min-width: 132px;
    max-width: 132px;
    height: 132px !important;
    margin: 0 !important;
    padding: 0 !important;
    flex-direction: column;
    overflow: hidden;
    border: 0 !important;
    border-radius: 10px;
    background: transparent;
}

.cross-border-home [data-mode="h-brand"] .cb-brand-list .brand-img,
.cross-border-visual-editor [data-mode="h-brand"] .cb-brand-list .brand-img {
    box-sizing: border-box;
    display: flex;
    flex: 0 0 94px;
    width: 100%;
    min-width: 0;
    height: 94px;
    min-height: 94px;
    padding: 10px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 10px;
    background: var(--cb-soft);
}

.cross-border-home [data-mode="h-brand"] .cb-brand-list .brand-img > a,
.cross-border-visual-editor [data-mode="h-brand"] .cb-brand-list .brand-img > a {
    display: flex;
    width: 100%;
    height: 100%;
    min-width: 0;
    align-items: center;
    justify-content: center;
}

.cross-border-home [data-mode="h-brand"] .cb-brand-list .brand-img img,
.cross-border-visual-editor [data-mode="h-brand"] .cb-brand-list .brand-img img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.cross-border-home [data-mode="h-brand"] .cb-brand-list .brand-mash,
.cross-border-visual-editor [data-mode="h-brand"] .cb-brand-list .brand-mash {
    box-sizing: border-box;
    display: flex;
    flex: 0 0 38px;
    width: 100%;
    min-width: 0;
    height: 38px;
    min-height: 38px;
    padding: 0 5px;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    overflow: hidden;
    background: transparent;
}

.cross-border-home [data-mode="h-brand"] .cb-brand-list .brand-mash > [ectype="coll_brand"],
.cross-border-visual-editor [data-mode="h-brand"] .cb-brand-list .brand-mash > [ectype="coll_brand"] {
    position: static;
    display: inline-flex;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    color: var(--cb-ink);
}

.cross-border-home [data-mode="h-brand"] .cb-brand-list .brand-mash > [ectype="coll_brand"] i,
.cross-border-visual-editor [data-mode="h-brand"] .cb-brand-list .brand-mash > [ectype="coll_brand"] i {
    position: static !important;
    display: block;
    margin: 0;
    color: currentColor;
    font-size: 16px;
    line-height: 20px;
}

.cross-border-home [data-mode="h-brand"] .cb-brand-list .coupon,
.cross-border-visual-editor [data-mode="h-brand"] .cb-brand-list .coupon {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    height: 18px;
    margin: 0;
    color: var(--cb-muted);
    font-size: 11px;
    line-height: 18px;
    text-align: right;
    white-space: nowrap;
}

.cross-border-home [data-mode="h-brand"] .cb-brand-list .coupon a,
.cross-border-visual-editor [data-mode="h-brand"] .cb-brand-list .coupon a {
    display: block;
    width: auto;
    overflow: hidden;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    text-overflow: ellipsis;
    text-decoration: none;
}

@media (max-width: 900px) {
    .cross-border-home [data-mode="h-brand"] .cb-brand-heading,
    .cross-border-visual-editor [data-mode="h-brand"] .cb-brand-heading {
        min-height: 40px;
        height: 40px;
        margin-bottom: 10px;
    }

    .cross-border-home [data-mode="h-brand"] .cb-brand-heading strong,
    .cross-border-visual-editor [data-mode="h-brand"] .cb-brand-heading strong {
        font-size: 18px;
        line-height: 24px;
    }

    .cross-border-home [data-mode="h-brand"] .cb-brand-heading span,
    .cross-border-visual-editor [data-mode="h-brand"] .cb-brand-heading span {
        max-width: 120px;
    }

    .cross-border-home [data-mode="h-brand"] .cb-brand-heading__actions,
    .cross-border-visual-editor [data-mode="h-brand"] .cb-brand-heading__actions {
        gap: 10px;
    }

    .cross-border-home [data-mode="h-brand"] .cb-brand-list,
    .cross-border-home [data-mode="h-brand"] .cb-brand-list ul,
    .cross-border-visual-editor [data-mode="h-brand"] .cb-brand-list,
    .cross-border-visual-editor [data-mode="h-brand"] .cb-brand-list ul {
        height: 120px;
    }

    .cross-border-home [data-mode="h-brand"] .cb-brand-list ul,
    .cross-border-visual-editor [data-mode="h-brand"] .cb-brand-list ul {
        grid-auto-columns: 112px;
        grid-template-rows: 120px;
        gap: 10px;
    }

    .cross-border-home [data-mode="h-brand"] .cb-brand-list li,
    .cross-border-visual-editor [data-mode="h-brand"] .cb-brand-list li {
        width: 112px !important;
        min-width: 112px;
        max-width: 112px;
        height: 120px !important;
    }

    .cross-border-home [data-mode="h-brand"] .cb-brand-list .brand-img,
    .cross-border-visual-editor [data-mode="h-brand"] .cb-brand-list .brand-img {
        flex-basis: 84px;
        height: 84px;
        min-height: 84px;
        padding: 8px;
    }

    .cross-border-home [data-mode="h-brand"] .cb-brand-list .brand-mash,
    .cross-border-visual-editor [data-mode="h-brand"] .cb-brand-list .brand-mash {
        flex-basis: 36px;
        height: 36px;
        min-height: 36px;
    }
}

/* 2026-08-25 eBay proportion pass: recommended stores. Keep the four
 * editable store records, but contain the legacy aspect-ratio padding and
 * present each record as a quiet media-over-info card. */
.cross-border-home [data-mode="h-storeRec"].cb-store-rec-enhanced,
.cross-border-visual-editor [data-mode="h-storeRec"].cb-store-rec-enhanced {
    min-height: 0 !important;
    height: auto !important;
    background: transparent !important;
}

.cross-border-home [data-mode="h-storeRec"].cb-store-rec-enhanced .store-channel,
.cross-border-visual-editor [data-mode="h-storeRec"].cb-store-rec-enhanced .store-channel {
    min-height: 0 !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
}

.cross-border-home [data-mode="h-storeRec"].cb-store-rec-enhanced .store-channel > .ftit,
.cross-border-visual-editor [data-mode="h-storeRec"].cb-store-rec-enhanced .store-channel > .ftit {
    display: none !important;
}

.cross-border-home [data-mode="h-storeRec"] .cb-store-rec-heading,
.cross-border-visual-editor [data-mode="h-storeRec"] .cb-store-rec-heading {
    display: flex;
    box-sizing: border-box;
    min-height: 46px;
    height: 46px;
    margin: 0 0 12px;
    align-items: center;
}

.cross-border-home [data-mode="h-storeRec"] .cb-store-rec-heading__copy,
.cross-border-visual-editor [data-mode="h-storeRec"] .cb-store-rec-heading__copy {
    display: flex;
    min-width: 0;
    align-items: baseline;
    gap: 9px;
}

.cross-border-home [data-mode="h-storeRec"] .cb-store-rec-heading strong,
.cross-border-visual-editor [data-mode="h-storeRec"] .cb-store-rec-heading strong {
    color: var(--cb-ink);
    font: 700 20px/26px Arial, "Microsoft YaHei", sans-serif;
}

.cross-border-home [data-mode="h-storeRec"] .cb-store-rec-heading span,
.cross-border-visual-editor [data-mode="h-storeRec"] .cb-store-rec-heading span {
    overflow: hidden;
    color: var(--cb-muted);
    font: 12px/18px Arial, "Microsoft YaHei", sans-serif;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cross-border-home [data-mode="h-storeRec"] .rec-store-list,
.cross-border-visual-editor [data-mode="h-storeRec"] .rec-store-list {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 16px !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    overflow: visible !important;
}

.cross-border-home [data-mode="h-storeRec"] .rec-store-item,
.cross-border-visual-editor [data-mode="h-storeRec"] .rec-store-item {
    box-sizing: border-box;
    display: flex;
    width: auto !important;
    min-width: 0;
    height: 242px !important;
    margin: 0 !important;
    padding: 0 !important;
    flex-direction: column;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 12px;
    background: var(--cb-soft) !important;
}

.cross-border-home [data-mode="h-storeRec"] .rec-store-item > a,
.cross-border-visual-editor [data-mode="h-storeRec"] .rec-store-item > a {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    text-decoration: none;
}

.cross-border-home [data-mode="h-storeRec"] .rec-store-item .p-img,
.cross-border-visual-editor [data-mode="h-storeRec"] .rec-store-item .p-img {
    position: static !important;
    display: flex;
    box-sizing: border-box;
    flex: 0 0 176px;
    width: 100% !important;
    height: 176px !important;
    min-height: 176px !important;
    padding: 10px 14px !important;
    align-items: center;
    justify-content: center;
    overflow: hidden !important;
    background: var(--cb-soft) !important;
}

.cross-border-home [data-mode="h-storeRec"] .rec-store-item .p-img img,
.cross-border-visual-editor [data-mode="h-storeRec"] .rec-store-item .p-img img {
    position: static !important;
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.cross-border-home [data-mode="h-storeRec"] .rec-store-item .info,
.cross-border-visual-editor [data-mode="h-storeRec"] .rec-store-item .info {
    display: flex;
    box-sizing: border-box;
    flex: 0 0 66px;
    width: 100% !important;
    height: 66px !important;
    min-height: 66px;
    margin: 0;
    padding: 9px 12px;
    align-items: center;
    overflow: hidden;
    border: 0 !important;
    background: #fff !important;
}

.cross-border-home [data-mode="h-storeRec"] .rec-store-item .info .s-logo,
.cross-border-visual-editor [data-mode="h-storeRec"] .rec-store-item .info .s-logo {
    display: flex;
    box-sizing: border-box;
    flex: 0 0 82px;
    width: 82px !important;
    height: 42px !important;
    margin: 0 12px 0 0 !important;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 0 !important;
    background: #fff !important;
}

.cross-border-home [data-mode="h-storeRec"] .rec-store-item .info .s-logo .img,
.cross-border-visual-editor [data-mode="h-storeRec"] .rec-store-item .info .s-logo .img {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.cross-border-home [data-mode="h-storeRec"] .rec-store-item .info .s-logo img,
.cross-border-visual-editor [data-mode="h-storeRec"] .rec-store-item .info .s-logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.cross-border-home [data-mode="h-storeRec"] .rec-store-item .info .s-title,
.cross-border-visual-editor [data-mode="h-storeRec"] .rec-store-item .info .s-title {
    display: flex;
    float: none !important;
    width: auto !important;
    min-width: 0;
    margin: 0 !important;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: center;
    color: var(--cb-ink);
    font: 12px/18px Arial, "Microsoft YaHei", sans-serif;
}

.cross-border-home [data-mode="h-storeRec"] .rec-store-item .info .s-title .tit,
.cross-border-home [data-mode="h-storeRec"] .rec-store-item .info .s-title .ui-tit,
.cross-border-visual-editor [data-mode="h-storeRec"] .rec-store-item .info .s-title .tit,
.cross-border-visual-editor [data-mode="h-storeRec"] .rec-store-item .info .s-title .ui-tit {
    width: 100%;
    overflow: hidden;
    color: var(--cb-ink);
    font: 600 13px/20px Arial, "Microsoft YaHei", sans-serif;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cross-border-home [data-mode="h-storeRec"] .rec-store-item .info .s-title .ui-tit,
.cross-border-visual-editor [data-mode="h-storeRec"] .rec-store-item .info .s-title .ui-tit {
    color: var(--cb-muted);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

@media (max-width: 900px) {
    .cross-border-home [data-mode="h-storeRec"] .cb-store-rec-heading,
    .cross-border-visual-editor [data-mode="h-storeRec"] .cb-store-rec-heading {
        min-height: 40px;
        height: 40px;
        margin-bottom: 10px;
    }

    .cross-border-home [data-mode="h-storeRec"] .cb-store-rec-heading strong,
    .cross-border-visual-editor [data-mode="h-storeRec"] .cb-store-rec-heading strong {
        font-size: 18px;
        line-height: 24px;
    }

    .cross-border-home [data-mode="h-storeRec"] .rec-store-list,
    .cross-border-visual-editor [data-mode="h-storeRec"] .rec-store-list {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }

    .cross-border-home [data-mode="h-storeRec"] .rec-store-item,
    .cross-border-visual-editor [data-mode="h-storeRec"] .rec-store-item {
        height: 208px !important;
    }

    .cross-border-home [data-mode="h-storeRec"] .rec-store-item .p-img,
    .cross-border-visual-editor [data-mode="h-storeRec"] .rec-store-item .p-img {
        flex-basis: 150px;
        height: 150px !important;
        min-height: 150px !important;
        padding: 8px 10px !important;
    }

    .cross-border-home [data-mode="h-storeRec"] .rec-store-item .info,
    .cross-border-visual-editor [data-mode="h-storeRec"] .rec-store-item .info {
        flex-basis: 58px;
        height: 58px !important;
        min-height: 58px;
        padding: 7px 9px;
    }

    .cross-border-home [data-mode="h-storeRec"] .rec-store-item .info .s-logo,
    .cross-border-visual-editor [data-mode="h-storeRec"] .rec-store-item .info .s-logo {
        flex-basis: 64px;
        width: 64px !important;
        height: 36px !important;
        margin-right: 8px !important;
    }
}

/* 2026-08-24 all-DIY content pass.
 * The editor keeps every legacy component available, but a newly inserted
 * empty floor must not turn the published home page into a wall of stock
 * "广告图片" placeholders.  Real configured modules share one quiet eBay
 * surface: white page, soft-grey media, compact type, and no colored outer
 * strips. */
.cross-border-home .cb-default-media {
    display: block;
    width: 100%;
    height: 100%;
    border: 0 !important;
    border-radius: 12px;
    background: var(--cb-soft) !important;
    box-shadow: none !important;
    object-fit: contain;
    object-position: center;
    mix-blend-mode: multiply;
}

.cross-border-home [data-mode="h-need"],
.cross-border-home [data-mode="h-promo"],
.cross-border-home [data-mode="h-brand"],
.cross-border-home [data-mode="h-master"],
.cross-border-home [data-mode="h-storeRec"] {
    background: transparent !important;
}

.cross-border-home [data-mode="h-need"] .need-channel {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.cross-border-home [data-mode="h-need"] .channel-column {
    display: flex;
    min-width: 0;
    min-height: 248px;
    padding: 20px 16px 16px;
    flex-direction: column;
    align-items: center;
    border: 0;
    border-radius: 12px;
    background: var(--cb-soft) !important;
    text-align: center;
}

.cross-border-home [data-mode="h-need"] .channel-column .column-title h3,
.cross-border-home [data-mode="h-need"] .channel-column .column-title p {
    margin: 0;
    color: var(--cb-ink);
}

.cross-border-home [data-mode="h-need"] .channel-column .column-title h3 {
    font-size: 16px;
    line-height: 22px;
}

.cross-border-home [data-mode="h-need"] .channel-column .column-title p {
    margin-top: 4px;
    color: var(--cb-muted);
    font-size: 12px;
    line-height: 18px;
}

.cross-border-home [data-mode="h-need"] .channel-column .column-img {
    width: 100%;
    height: 144px;
    margin: 12px 0 10px;
}

.cross-border-home [data-mode="h-need"] .channel-column .column-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cross-border-home [data-mode="h-need"] .channel-column .column-btn {
    display: inline-flex;
    min-height: 30px;
    padding: 0 16px;
    align-items: center;
    border: 1px solid #191919;
    border-radius: 16px;
    background: #fff;
    color: #191919;
    font-size: 12px;
    text-decoration: none;
}

.cross-border-home [data-mode="h-promo"] .promoWarp {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 16px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.cross-border-home [data-mode="h-promo"] .promoWarp > .tit {
    display: flex;
    min-height: 270px;
    padding: 24px 18px;
    flex-direction: column;
    justify-content: center;
    border: 1px solid var(--cb-line);
    border-radius: 12px;
    background: #fff !important;
    color: var(--cb-ink);
}

.cross-border-home [data-mode="h-promo"] .promoWarp > .tit h3,
.cross-border-home [data-mode="h-promo"] .promoWarp > .tit span {
    color: var(--cb-ink);
}

.cross-border-home [data-mode="h-promo"] .promoWarp > ul {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
}

.cross-border-home [data-mode="h-promo"] .promoWarp > ul > li {
    display: flex;
    min-width: 0;
    margin: 0;
    padding: 12px;
    flex-direction: column;
    border: 0;
    border-radius: 12px;
    background: #fff;
}

.cross-border-home [data-mode="h-promo"] .promoWarp > ul > li .p-img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    background: var(--cb-soft);
}

.cross-border-home [data-mode="h-promo"] .promoWarp > ul > li .p-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cross-border-home [data-mode="h-promo"] .promoWarp > ul > li .price {
    margin-top: 10px;
    color: var(--cb-ink);
    font-size: 16px;
    font-weight: 700;
}

.cross-border-home [data-mode="h-promo"] .promoWarp > ul > li .name {
    display: -webkit-box;
    min-height: 36px;
    margin-top: 4px;
    overflow: hidden;
    color: var(--cb-ink);
    font-size: 12px;
    line-height: 18px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.cross-border-home [data-mode="h-brand"] .brand-channel,
.cross-border-home [data-mode="h-master"] .master-channel,
.cross-border-home [data-mode="h-storeRec"] .store-channel {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.cross-border-home [data-mode="h-brand"] .brand-list ul,
.cross-border-home [data-mode="h-storeRec"] .rec-store-list,
.cross-border-home [data-mode="h-master"] .master-con {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.cross-border-home [data-mode="h-brand"] .brand-list li,
.cross-border-home [data-mode="h-storeRec"] .rec-store-item,
.cross-border-home [data-mode="h-master"] .m-c-item {
    width: auto;
    min-width: 0;
    height: 190px;
    overflow: hidden;
    border: 0;
    border-radius: 12px;
    background: var(--cb-soft);
}

.cross-border-home [data-mode="h-brand"] .brand-img,
.cross-border-home [data-mode="h-storeRec"] .rec-store-item .p-img,
.cross-border-home [data-mode="h-master"] .m-c-item .img {
    height: 136px;
    background: var(--cb-soft);
}

.cross-border-home [data-mode="h-brand"] .brand-img img,
.cross-border-home [data-mode="h-storeRec"] .rec-store-item .p-img img,
.cross-border-home [data-mode="h-master"] .m-c-item .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cross-border-home [data-mode="h-brand"] .brand-mash,
.cross-border-home [data-mode="h-storeRec"] .rec-store-item .info,
.cross-border-home [data-mode="h-master"] .m-c-main {
    background: transparent;
}

.cross-border-home [data-mode="h-brand"] .brand-mash {
    min-height: 54px;
}

.cross-border-home [data-mode="h-brand"] .coupon,
.cross-border-home [data-mode="h-storeRec"] .s-title,
.cross-border-home [data-mode="h-master"] .m-c-main .title {
    color: var(--cb-ink);
    font-size: 12px;
    line-height: 18px;
}

/* 2026-08-24: the legacy brand component used a tall two-column gallery
 * with a placeholder advert and empty space below each logo. Keep the
 * component data and brand actions, but present it as a compact eBay-style
 * logo rail. The editor and storefront share these rules. */
.cross-border-home [data-mode="h-brand"].cb-brand-enhanced {
    min-height: 0 !important;
    background: transparent !important;
}

.cross-border-home [data-mode="h-brand"].cb-brand-enhanced .view {
    min-height: 0 !important;
    background: transparent !important;
}

.cross-border-home [data-mode="h-brand"] .cb-brand-heading {
    display: flex;
    min-height: 42px;
    margin: 0 0 12px;
    align-items: center;
    justify-content: space-between;
}

.cross-border-home [data-mode="h-brand"] .cb-brand-heading__copy {
    display: flex;
    min-width: 0;
    align-items: baseline;
    gap: 10px;
}

.cross-border-home [data-mode="h-brand"] .cb-brand-heading strong {
    color: var(--cb-ink);
    font: 700 22px/28px Arial, "Microsoft YaHei", sans-serif;
}

.cross-border-home [data-mode="h-brand"] .cb-brand-heading span {
    overflow: hidden;
    color: var(--cb-muted);
    font: 12px/18px Arial, "Microsoft YaHei", sans-serif;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cross-border-home [data-mode="h-brand"] .cb-brand-heading > a {
    flex: 0 0 auto;
    color: var(--cb-blue);
    font: 600 13px/20px Arial, "Microsoft YaHei", sans-serif;
    text-decoration: none;
}

.cross-border-home [data-mode="h-brand"] .cb-brand-heading > a::after {
    display: inline-block;
    margin-left: 6px;
    content: "›";
    font-size: 20px;
    line-height: 12px;
    vertical-align: -1px;
}

.cross-border-home [data-mode="h-brand"] .brand-channel {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    min-height: 0;
    margin: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.cross-border-home [data-mode="h-brand"].cb-brand-has-advert .brand-channel {
    grid-template-columns: 220px minmax(0, 1fr);
}

.cross-border-home [data-mode="h-brand"] .home-brand-adv {
    display: block;
    width: auto;
    height: 150px;
    overflow: hidden;
    border-radius: 12px;
    background: var(--cb-soft);
}

.cross-border-home [data-mode="h-brand"] .home-brand-adv.cb-brand-placeholder {
    display: none;
}

.cross-border-home [data-mode="h-brand"] .home-brand-adv img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cross-border-home [data-mode="h-brand"] .cb-brand-list {
    grid-column: 1;
    width: auto;
    min-width: 0;
    height: auto;
    padding: 0;
    background: transparent;
}

.cross-border-home [data-mode="h-brand"].cb-brand-has-advert .cb-brand-list {
    grid-column: 2;
}

.cross-border-home [data-mode="h-brand"] .cb-brand-list ul {
    display: grid;
    grid-auto-columns: minmax(128px, 1fr);
    grid-auto-flow: column;
    grid-template-columns: none;
    grid-template-rows: 150px;
    gap: 12px;
    min-height: 0;
    margin: 0;
    padding: 0 0 6px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-color: #c8c8c8 transparent;
    scrollbar-width: thin;
}

.cross-border-home [data-mode="h-brand"] .cb-brand-list ul::-webkit-scrollbar {
    height: 5px;
}

.cross-border-home [data-mode="h-brand"] .cb-brand-list ul::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #c8c8c8;
}

.cross-border-home [data-mode="h-brand"] .cb-brand-list li {
    display: flex;
    width: auto !important;
    height: 150px !important;
    margin: 0 !important;
    padding: 0 !important;
    flex-direction: column;
    border: 0 !important;
    border-radius: 12px;
    background: var(--cb-soft);
}

.cross-border-home [data-mode="h-brand"] .cb-brand-list .brand-img {
    display: flex;
    width: auto;
    height: 104px;
    padding: 12px;
    align-items: center;
    justify-content: center;
    background: var(--cb-soft);
}

.cross-border-home [data-mode="h-brand"] .cb-brand-list .brand-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.cross-border-home [data-mode="h-brand"] .cb-brand-list .brand-mash {
    position: static;
    display: flex;
    min-height: 46px;
    height: 46px;
    padding: 0 9px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: #fff;
    opacity: 1;
}

.cross-border-home [data-mode="h-brand"] .cb-brand-list .brand-mash > [ectype="coll_brand"] {
    display: inline-flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    color: var(--cb-blue);
    cursor: pointer;
}

.cross-border-home [data-mode="h-brand"] .cb-brand-list .coupon,
.cross-border-home [data-mode="h-brand"] .cb-brand-list .coupon a {
    color: var(--cb-muted);
    font-size: 11px;
    line-height: 16px;
    text-align: center;
    text-decoration: none;
}

.cross-border-home [data-mode="h-brand"] .cb-brand-list .coupon br,
.cross-border-home [data-mode="h-brand"] .cb-brand-list .coupon div {
    display: none;
}

.cross-border-home [data-mode="h-brand"] .cb-brand-list .refresh-btn {
    position: static;
    display: inline-flex;
    width: auto;
    height: 30px;
    min-height: 30px;
    margin: 12px 0 0 auto;
    padding: 0 12px;
    align-items: center;
    border: 0;
    border-radius: 15px;
    background: transparent;
    color: var(--cb-blue);
    font-size: 12px;
    line-height: 30px;
}

.cross-border-home [data-mode="h-brand"] .cb-brand-list .refresh-btn:hover,
.cross-border-home [data-mode="h-brand"] .cb-brand-list .refresh-btn:focus-visible {
    background: #f1f4ff;
    text-decoration: none;
}

.cross-border-home [data-mode^="homeFloor"] .floor-line-con {
    overflow: hidden;
    border: 0;
    border-radius: 12px;
    background: #fff;
}

.cross-border-home [data-mode^="homeFloor"] .floor-hd,
.cross-border-home [data-mode^="homeFloor"] .floor-title {
    min-height: 48px;
    border: 0;
    background: #fff;
}

.cross-border-home [data-mode^="homeFloor"] img.cb-default-media {
    background: var(--cb-soft) !important;
}

.cross-border-home [data-mode="h-streamer"] {
    min-height: 0 !important;
    background: transparent !important;
}

.cross-border-home [data-mode="h-streamer"] .adv_module,
.cross-border-home [data-mode="h-streamer"] .adv_module .bd,
.cross-border-home [data-mode="h-streamer"] .adv_module .bd > ul,
.cross-border-home [data-mode="h-streamer"] .adv_module .bd > ul > li,
.cross-border-home [data-mode="h-streamer"] .adv_module .bd > ul > li > a {
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
}

.cross-border-home [data-mode="h-streamer"] .adv_module .bd > ul > li img {
    display: block;
    width: 100% !important;
    height: clamp(220px, 22vw, 320px) !important;
    object-fit: contain;
    background: var(--cb-soft);
}

.cross-border-home [data-mode="h-streamer"].cb-streamer-enhanced .adv_module {
    display: none !important;
}

.cross-border-home .cb-streamer-fallback {
    display: grid;
    grid-template-columns: 236px minmax(0, 1fr);
    gap: 28px;
    min-height: 220px;
    padding: 24px 32px;
    align-items: center;
    border-top: 1px solid var(--cb-line);
    border-bottom: 1px solid var(--cb-line);
    background: #fff;
}

.cross-border-home .cb-streamer-fallback__copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
}

.cross-border-home .cb-streamer-fallback__copy strong {
    color: var(--cb-ink);
    font-size: 24px;
    line-height: 30px;
}

.cross-border-home .cb-streamer-fallback__copy span {
    margin-top: 4px;
    color: var(--cb-muted);
    font-size: 12px;
    line-height: 18px;
}

.cross-border-home .cb-streamer-fallback__copy a {
    display: inline-flex;
    min-height: 36px;
    margin-top: 16px;
    padding: 0 20px;
    align-items: center;
    border: 1px solid #191919;
    border-radius: 18px;
    color: #191919;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.cross-border-home .cb-streamer-fallback__copy a:hover,
.cross-border-home .cb-streamer-fallback__copy a:focus-visible {
    background: #191919;
    color: #fff;
}

.cross-border-home .cb-streamer-fallback__media {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    min-width: 0;
}

.cross-border-home .cb-streamer-fallback__media a {
    display: block;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border-radius: 8px;
    background: var(--cb-soft);
}

.cross-border-home .cb-streamer-fallback__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
}

@media (max-width: 900px) {
    .cross-border-home [data-mode="h-need"] .need-channel,
    .cross-border-home [data-mode="h-brand"] .brand-list ul,
    .cross-border-home [data-mode="h-storeRec"] .rec-store-list,
    .cross-border-home [data-mode="h-master"] .master-con {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cross-border-home [data-mode="h-promo"] .promoWarp {
        grid-template-columns: 1fr;
    }

    .cross-border-home [data-mode="h-promo"] .promoWarp > .tit {
        min-height: 110px;
    }

    .cross-border-home [data-mode="h-promo"] .promoWarp > ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cross-border-home .cb-streamer-fallback {
        grid-template-columns: 1fr;
    }

    .cross-border-home .cb-streamer-fallback__media {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

/* 2026-08-14 seckill control correction.
 * The legacy 20px by 40px controls became vertical pills once the shared
 * circular treatment was applied. Keep the existing slider actions, but use
 * the same square eBay-style control proportions as the recommendation rail. */
.cross-border-home .seckill-channel .box-bd .prev,
.cross-border-home .seckill-channel .box-bd .next,
.cross-border-visual-editor .seckill-channel .box-bd .prev,
.cross-border-visual-editor .seckill-channel .box-bd .next {
    box-sizing: border-box;
    width: 42px;
    min-width: 42px;
    max-width: 42px;
    height: 42px;
    margin-top: -21px;
    padding: 0;
    border: 1px solid #8f8f8f;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
    color: #191919;
    line-height: 40px;
    text-align: center;
}

.cross-border-home .seckill-channel .box-bd .prev,
.cross-border-visual-editor .seckill-channel .box-bd .prev {
    left: 8px;
}

.cross-border-home .seckill-channel .box-bd .next,
.cross-border-visual-editor .seckill-channel .box-bd .next {
    right: 8px;
}

.cross-border-home .seckill-channel .box-bd .prev .iconfont,
.cross-border-home .seckill-channel .box-bd .next .iconfont,
.cross-border-visual-editor .seckill-channel .box-bd .prev .iconfont,
.cross-border-visual-editor .seckill-channel .box-bd .next .iconfont {
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
}

.cross-border-home .seckill-channel .box-bd .prev:hover,
.cross-border-home .seckill-channel .box-bd .next:hover,
.cross-border-home .seckill-channel .box-bd .prev:focus-visible,
.cross-border-home .seckill-channel .box-bd .next:focus-visible,
.cross-border-visual-editor .seckill-channel .box-bd .prev:hover,
.cross-border-visual-editor .seckill-channel .box-bd .next:hover,
.cross-border-visual-editor .seckill-channel .box-bd .prev:focus-visible,
.cross-border-visual-editor .seckill-channel .box-bd .next:focus-visible {
    border-color: var(--cb-blue);
    background: #fff;
    color: var(--cb-blue);
    outline: 0;
}

/* 2026-08-14 cart flyout correction.
 * The icon trigger remains compact, while the AJAX cart layer keeps its own
 * usable width instead of inheriting the 44px trigger footprint. */
.cross-border-home .attached-search-container:not(.show) {
    visibility: hidden;
    pointer-events: none;
}

.cross-border-home .cb-cart .shopCart-con a::before,
.cross-border-visual-editor .cb-cart .shopCart-con a::before {
    left: 50%;
    transform: translate(-50%, -50%);
}

.cross-border-home .cb-cart .shopCart-con .count.cb-cart-count--empty,
.cross-border-visual-editor .cb-cart .shopCart-con .count.cb-cart-count--empty {
    display: none;
}

.cross-border-home .cb-cart .shopCart-con .count:not(.cb-cart-count--empty),
.cross-border-visual-editor .cb-cart .shopCart-con .count:not(.cb-cart-count--empty) {
    top: 1px;
    right: -2px;
    display: block;
    min-width: 16px;
    height: 16px;
    padding: 0 3px;
    border-radius: 9px;
    background: var(--cb-blue);
    color: #fff;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    transform: none;
}

.cross-border-home .cb-cart .dorpdown-layer,
.cross-border-visual-editor .cb-cart .dorpdown-layer {
    z-index: 1000;
    top: 40px;
    right: 0;
    left: auto;
    box-sizing: border-box;
    width: 320px;
    min-width: 320px;
    max-width: min(320px, calc(100vw - 32px));
    padding: 0;
    overflow: hidden;
    border: 1px solid #c7c7c7;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .14);
    color: var(--cb-ink);
    line-height: normal;
    white-space: normal;
}

.cross-border-home .cb-cart:hover .dorpdown-layer,
.cross-border-home .cb-cart:focus-within .dorpdown-layer,
.cross-border-visual-editor .cb-cart:hover .dorpdown-layer,
.cross-border-visual-editor .cb-cart:focus-within .dorpdown-layer {
    display: block;
}

.cross-border-home .cb-cart .dorpdown-layer .prompt,
.cross-border-visual-editor .cb-cart .dorpdown-layer .prompt {
    box-sizing: border-box;
    width: 100%;
    min-height: 96px;
    padding: 20px 22px;
}

.cross-border-home .cb-cart .dorpdown-layer .prompt .nogoods,
.cross-border-visual-editor .cb-cart .dorpdown-layer .prompt .nogoods {
    display: flex;
    min-width: 0;
    min-height: 54px;
    align-items: center;
    gap: 14px;
    overflow: visible;
}

.cross-border-home .cb-cart .dorpdown-layer .prompt .nogoods b,
.cross-border-visual-editor .cb-cart .dorpdown-layer .prompt .nogoods b {
    display: none;
}

.cross-border-home .cb-cart .dorpdown-layer .prompt .nogoods::before,
.cross-border-visual-editor .cb-cart .dorpdown-layer .prompt .nogoods::before {
    display: block;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 50%;
    background: #f7f7f7 center / 23px 23px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23191919' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 4h2l2.15 10.15a2 2 0 0 0 1.96 1.58h7.69a2 2 0 0 0 1.95-1.56L20.3 8H6'/%3E%3Ccircle cx='10' cy='20' r='1.25'/%3E%3Ccircle cx='18' cy='20' r='1.25'/%3E%3C/svg%3E");
    content: "";
}

.cross-border-home .cb-cart .dorpdown-layer .prompt .nogoods span,
.cross-border-visual-editor .cb-cart .dorpdown-layer .prompt .nogoods span {
    display: block;
    float: none;
    width: auto;
    min-width: 0;
    margin: 0;
    flex: 1 1 auto;
    color: #5f6368;
    font-size: 13px;
    line-height: 1.6;
    overflow-wrap: break-word;
    white-space: normal;
}

.cross-border-home .cb-cart .dorpdown-layer .settleup-content,
.cross-border-visual-editor .cb-cart .dorpdown-layer .settleup-content {
    width: 100%;
}

/* Keep the v11 spacing correction above all historical proportion guards. */
@media (min-width: 1101px) {
    .cross-border-home .cb-header,
    .cross-border-visual-editor .cb-header {
        font-size: 14px;
    }

    .cross-border-home .cb-utility,
    .cross-border-visual-editor .cb-utility,
    .cross-border-home .cb-utility__inner,
    .cross-border-visual-editor .cb-utility__inner {
        min-height: 46px;
        height: 46px;
    }

    .cross-border-home .cb-utility__inner,
    .cross-border-visual-editor .cb-utility__inner {
        box-sizing: border-box;
        padding-top: 6px;
    }

    .cross-border-home .cb-utility__right,
    .cross-border-visual-editor .cb-utility__right {
        min-height: 40px;
        height: 40px;
    }

    .cross-border-home .cb-utility__left,
    .cross-border-home .cb-utility__right,
    .cross-border-visual-editor .cb-utility__left,
    .cross-border-visual-editor .cb-utility__right {
        gap: 26px;
        line-height: 20px;
    }

    .cross-border-home .cb-icon-link,
    .cross-border-visual-editor .cb-icon-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 34px;
    }

    .cross-border-home .cb-search-row,
    .cross-border-visual-editor .cb-search-row {
        min-height: 96px;
    }

    .cross-border-home .cb-hot-strip__inner,
    .cross-border-visual-editor .cb-hot-strip__inner,
    .cross-border-home .cb-hot-keywords,
    .cross-border-visual-editor .cb-hot-keywords {
        min-height: 42px;
        height: 42px;
        line-height: 42px;
    }
}

/* 2026-08-14 customer spacing and cart correction.
 * Keep the cart glyph inside the AJAX-replaced link and give the utility row
 * the vertical breathing room visible in the supplied eBay reference. */
.cross-border-home .cb-cart-icon,
.cross-border-visual-editor .cb-cart-icon {
    display: none;
}

.cross-border-home .cb-cart .shopCart-con a::before,
.cross-border-visual-editor .cb-cart .shopCart-con a::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 24px;
    height: 24px;
    background: center / 24px 24px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23191919' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 4h2l2.15 10.15a2 2 0 0 0 1.96 1.58h7.69a2 2 0 0 0 1.95-1.56L20.3 8H6'/%3E%3Ccircle cx='10' cy='20' r='1.25'/%3E%3Ccircle cx='18' cy='20' r='1.25'/%3E%3C/svg%3E");
    content: "";
    transform: translateY(-50%);
}

.cross-border-home .cb-cart,
.cross-border-visual-editor .cb-cart,
.cross-border-home .cb-cart .shopCart-con,
.cross-border-visual-editor .cb-cart .shopCart-con,
.cross-border-home .cb-cart .shopCart-con a,
.cross-border-visual-editor .cb-cart .shopCart-con a {
    width: 44px;
    height: 34px;
    line-height: 34px;
}

.cross-border-home .cb-cart .shopCart-con .count,
.cross-border-visual-editor .cb-cart .shopCart-con .count {
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    display: block;
    min-width: 12px;
    height: 16px;
    margin: 0;
    padding: 0;
    color: var(--cb-ink);
    font-size: 12px;
    font-style: normal;
    line-height: 16px;
    text-align: right;
    transform: translateY(-50%);
}

@media (min-width: 1101px) {
    .cross-border-home .cb-header,
    .cross-border-visual-editor .cb-header {
        font-size: 14px;
    }

    .cross-border-home .cb-utility,
    .cross-border-visual-editor .cb-utility,
    .cross-border-home .cb-utility__inner,
    .cross-border-visual-editor .cb-utility__inner {
        min-height: 46px;
        height: 46px;
    }

    .cross-border-home .cb-utility__inner,
    .cross-border-visual-editor .cb-utility__inner {
        box-sizing: border-box;
        padding-top: 6px;
    }

    .cross-border-home .cb-utility__right,
    .cross-border-visual-editor .cb-utility__right {
        min-height: 40px;
        height: 40px;
    }

    .cross-border-home .cb-utility__left,
    .cross-border-home .cb-utility__right,
    .cross-border-visual-editor .cb-utility__left,
    .cross-border-visual-editor .cb-utility__right {
        gap: 26px;
        line-height: 20px;
    }

    .cross-border-home .cb-icon-link,
    .cross-border-visual-editor .cb-icon-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 34px;
    }

    .cross-border-home .cb-search-row,
    .cross-border-visual-editor .cb-search-row {
        min-height: 96px;
    }

    .cross-border-home .cb-hot-strip__inner,
    .cross-border-visual-editor .cb-hot-strip__inner,
    .cross-border-home .cb-hot-keywords,
    .cross-border-visual-editor .cb-hot-keywords {
        min-height: 42px;
        height: 42px;
        line-height: 42px;
    }
}

@media (min-width: 1101px) and (max-width: 1399px) {
    .cross-border-home .cb-header > .cb-container,
    .cross-border-visual-editor .cb-header > .cb-container,
    .cross-border-home .cb-header .cb-utility__inner,
    .cross-border-visual-editor .cb-header .cb-utility__inner,
    .cross-border-home .cb-header .cb-hot-strip__inner,
    .cross-border-visual-editor .cb-header .cb-hot-strip__inner {
        width: calc(100vw - 120px);
    }
}

@media (max-width: 1100px) {
    .cross-border-home .cb-search-row,
    .cross-border-visual-editor .cb-search-row,
    .cross-border-home .cb-hot-strip__inner,
    .cross-border-visual-editor .cb-hot-strip__inner {
        grid-template-columns: 130px 90px minmax(320px, 1fr) 40px;
        gap: 10px;
    }

    .cross-border-home .cb-search,
    .cross-border-visual-editor .cb-search {
        grid-template-columns: minmax(240px, 1fr) 120px 140px;
    }

    .cross-border-home .cb-utility__left,
    .cross-border-home .cb-utility__right,
    .cross-border-visual-editor .cb-utility__left,
    .cross-border-visual-editor .cb-utility__right {
        gap: 10px;
    }
}

/* Final scale override for the 2026-08-11 proportion pass. */
.cross-border-home .cb-header,
.cross-border-visual-editor .cb-header {
    font-size: 13px;
}

.cross-border-home .cb-icon-link,
.cross-border-visual-editor .cb-icon-link {
    width: 32px;
    height: 32px;
}

.cross-border-home .cb-cart .shopCart-con .iconfont,
.cross-border-visual-editor .cb-cart .shopCart-con .iconfont {
    font-size: 23px;
}

.cross-border-home .cb-search-row,
.cross-border-visual-editor .cb-search-row {
    min-height: 84px;
}

.cross-border-home .cb-wordmark__letter,
.cross-border-visual-editor .cb-wordmark__letter {
    font-size: 50px;
}

.cross-border-home .cb-hot-strip__inner,
.cross-border-visual-editor .cb-hot-strip__inner,
.cross-border-home .cb-hot-keywords,
.cross-border-visual-editor .cb-hot-keywords {
    min-height: 46px;
    height: 46px;
    font-size: 13px;
    line-height: 46px;
}

/* Final precedence guard for the 2026-08-12 customer measurements. */
.cross-border-home .cb-icon-link,
.cross-border-visual-editor .cb-icon-link {
    width: 28px;
    height: 28px;
}

.cross-border-home .cb-cart .shopCart-con .iconfont,
.cross-border-visual-editor .cb-cart .shopCart-con .iconfont {
    font-size: 22px;
}

.cross-border-home .cb-search-row,
.cross-border-visual-editor .cb-search-row {
    min-height: 78px;
}

.cross-border-home .cb-search__field,
.cross-border-visual-editor .cb-search__field {
    border-right: 0;
}

.cross-border-home .cb-hot-strip__inner,
.cross-border-visual-editor .cb-hot-strip__inner,
.cross-border-home .cb-hot-keywords,
.cross-border-visual-editor .cb-hot-keywords {
    min-height: 44px;
    height: 44px;
    line-height: 44px;
}

@media (min-width: 1400px) {
    .cross-border-home .cb-search-row,
    .cross-border-visual-editor .cb-search-row,
    .cross-border-home .cb-hot-strip__inner,
    .cross-border-visual-editor .cb-hot-strip__inner {
        grid-template-columns: 148px 98px minmax(500px, 1fr) 54px;
        gap: 10px;
    }

    .cross-border-home .cb-advanced,
    .cross-border-visual-editor .cb-advanced {
        margin-left: -2px;
        font-size: 10px;
    }
}

/* Keep the customer rebuild as the final desktop header authority. */
@media (min-width: 1101px) {
    .cross-border-home .cb-header,
    .cross-border-visual-editor .cb-header {
        font-size: 14px;
    }

    .cross-border-home .cb-utility,
    .cross-border-visual-editor .cb-utility,
    .cross-border-home .cb-utility__inner,
    .cross-border-visual-editor .cb-utility__inner {
        min-height: 46px;
        height: 46px;
    }

    .cross-border-home .cb-utility__inner,
    .cross-border-visual-editor .cb-utility__inner {
        box-sizing: border-box;
        padding-top: 6px;
    }

    .cross-border-home .cb-utility__right,
    .cross-border-visual-editor .cb-utility__right {
        min-height: 40px;
        height: 40px;
    }

    .cross-border-home .cb-utility__left,
    .cross-border-home .cb-utility__right,
    .cross-border-visual-editor .cb-utility__left,
    .cross-border-visual-editor .cb-utility__right {
        gap: 26px;
        line-height: 20px;
    }

    .cross-border-home .cb-icon-link,
    .cross-border-visual-editor .cb-icon-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 34px;
    }

    .cross-border-home .cb-header > .cb-container,
    .cross-border-visual-editor .cb-header > .cb-container,
    .cross-border-home .cb-header .cb-utility__inner,
    .cross-border-visual-editor .cb-header .cb-utility__inner,
    .cross-border-home .cb-header .cb-hot-strip__inner,
    .cross-border-visual-editor .cb-header .cb-hot-strip__inner {
        width: min(1590px, calc(100vw - 96px));
    }

    .cross-border-home .cb-search-row,
    .cross-border-visual-editor .cb-search-row,
    .cross-border-home .cb-hot-strip__inner,
    .cross-border-visual-editor .cb-hot-strip__inner {
        grid-template-columns: 150px 72px minmax(0, 1fr) 54px;
        gap: 12px;
    }

    .cross-border-home .cb-search-row,
    .cross-border-visual-editor .cb-search-row {
        min-height: 96px;
    }

    .cross-border-home .cb-wordmark__letter,
    .cross-border-visual-editor .cb-wordmark__letter {
        font-size: 49px;
        letter-spacing: 0;
    }

    .cross-border-home .cb-hot-strip__inner,
    .cross-border-visual-editor .cb-hot-strip__inner,
    .cross-border-home .cb-hot-keywords,
    .cross-border-visual-editor .cb-hot-keywords {
        min-height: 42px;
        height: 42px;
        line-height: 42px;
    }

    .cross-border-home .cb-advanced,
    .cross-border-visual-editor .cb-advanced {
        margin-left: 0;
        font-size: 11px;
    }
}

/* Keep the v13 cart trigger alignment above the historical cart guards. */
.cross-border-home .cb-cart .shopCart-con a::before,
.cross-border-visual-editor .cb-cart .shopCart-con a::before {
    left: 50%;
    transform: translate(-50%, -50%);
}

.cross-border-home .cb-cart .dorpdown-layer,
.cross-border-visual-editor .cb-cart .dorpdown-layer {
    top: 40px;
}

/* 2026-08-14 seckill product spacing correction.
 * Keep the slider's calculated item width intact and create the separation
 * inside each item, so long names and images cannot visually join together. */
.cross-border-home .seckill-channel .box-bd li,
.cross-border-visual-editor .seckill-channel .box-bd li {
    box-sizing: border-box;
    padding: 0 13px 12px !important;
}

/* 2026-08-14 seckill arrow alignment correction.
 * Reserve side slots for the controls and align them to the product-image
 * row. The wider right slot clears the fixed toolbar; the 10px track gap plus
 * 13px item insets preserves the approved 36px separation between images. */
.cross-border-home .seckill-channel .box-bd,
.cross-border-visual-editor .seckill-channel .box-bd {
    box-sizing: border-box;
    padding: 0 67px 16px 44px;
}

.cross-border-home .seckill-channel .box-bd > ul,
.cross-border-visual-editor .seckill-channel .box-bd > ul {
    gap: 10px;
    grid-auto-columns: 216px;
    justify-content: center;
}

.cross-border-home .seckill-channel .box-bd .prev,
.cross-border-home .seckill-channel .box-bd .next,
.cross-border-visual-editor .seckill-channel .box-bd .prev,
.cross-border-visual-editor .seckill-channel .box-bd .next {
    top: 95px;
}

.cross-border-home .seckill-channel .box-bd .prev,
.cross-border-visual-editor .seckill-channel .box-bd .prev {
    left: 0;
}

.cross-border-home .seckill-channel .box-bd .next,
.cross-border-visual-editor .seckill-channel .box-bd .next {
    right: 23px;
}

/* 2026-08-17 real seckill venue. These rules are scoped to the dedicated
 * page so the published DIY homepage keeps its approved module layout. */
.cb-seckill-body {
    min-width: 1000px;
    margin: 0;
    background: #fff;
    color: #191919;
    font-family: Arial, "Microsoft YaHei", sans-serif;
}

.cb-seckill-homeindex {
    background: #fff;
}

.cb-seckill-page,
.cb-seckill-page * {
    box-sizing: border-box;
}

.cb-seckill-intro {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #c7c7c7;
    background: #f7f7f7;
}

.cb-seckill-intro__inner {
    display: flex;
    min-height: 178px;
    padding: 34px 0 32px;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
}

.cb-seckill-eyebrow,
.cb-seckill-section-label {
    margin: 0 0 9px;
    color: #707070;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
}

.cb-seckill-intro h1 {
    margin: 0;
    color: #191919;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.18;
}

.cb-seckill-intro__copy {
    max-width: 720px;
    margin: 12px 0 0;
    color: #5f6368;
    font-size: 15px;
    line-height: 1.6;
}

.cb-seckill-home-link {
    display: inline-flex;
    min-height: 48px;
    padding: 0 25px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 1px solid #191919;
    border-radius: 24px;
    background: #fff;
    color: #191919;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.cb-seckill-home-link:hover,
.cb-seckill-home-link:focus-visible {
    border-color: #3665f3;
    color: #3665f3;
    outline: 0;
    text-decoration: none;
}

.cb-seckill-content {
    padding-top: 44px;
    padding-bottom: 24px;
}

.cb-seckill-heading {
    display: flex;
    min-height: 62px;
    align-items: flex-start;
    justify-content: space-between;
}

.cb-seckill-heading h2 {
    margin: 0;
    color: #191919;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
}

.cb-seckill-time-tabs {
    margin-top: 14px;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    background: #fff;
}

.cb-seckill-time-tabs ul {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cb-seckill-time-tabs li {
    min-width: 0;
    border-right: 1px solid #e5e5e5;
}

.cb-seckill-time-tabs li:last-child {
    border-right: 0;
}

.cb-seckill-time-tabs button {
    display: flex;
    width: 100%;
    min-height: 92px;
    padding: 16px 12px 14px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 0;
    background: #fff;
    color: #191919;
    cursor: pointer;
    font: inherit;
    text-align: center;
}

.cb-seckill-time-tabs button:hover,
.cb-seckill-time-tabs button:focus-visible {
    background: #f7f7f7;
    outline: 0;
}

.cb-seckill-time-tabs .curr button {
    background: #191919;
    color: #fff;
}

.cb-seckill-time-tabs strong {
    font-size: 20px;
    line-height: 1.2;
}

.cb-seckill-tab__state {
    margin-top: 4px;
    color: #707070;
    font-size: 12px;
    line-height: 1.3;
}

.cb-seckill-time-tabs .curr .cb-seckill-tab__state,
.cb-seckill-time-tabs .curr .cb-seckill-tab__countdown {
    color: #fff;
}

.cb-seckill-tab__countdown {
    display: flex;
    min-height: 18px;
    margin-top: 5px;
    align-items: center;
    justify-content: center;
    gap: 2px;
    color: #707070;
    font-size: 11px;
    line-height: 1.25;
}

.cb-seckill-tab__countdown-label {
    margin-right: 4px;
}

.cb-seckill-tab__countdown em {
    font-style: normal;
}

.cb-seckill-panels {
    min-height: 360px;
    padding-top: 34px;
}

.cb-seckill-panel[hidden] {
    display: none !important;
}

.cb-seckill-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 42px 28px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cb-seckill-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.cb-seckill-card__media {
    position: relative;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border: 0 !important;
    border-radius: 10px;
    background: #f5f5f5 !important;
}

.cb-seckill-card__media > a,
.cb-seckill-card__media img {
    display: block;
    width: 100%;
    height: 100%;
}

.cb-seckill-card__media img {
    border: 0 !important;
    background: transparent !important;
    object-fit: contain;
    mix-blend-mode: multiply;
    transition: transform .2s ease;
}

.cb-seckill-card:hover .cb-seckill-card__media img {
    transform: scale(1.025);
}

.cb-seckill-card .cb-product-favorite {
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
}

.cb-seckill-card__body {
    display: flex;
    min-height: 208px;
    padding-top: 13px;
    flex: 1 1 auto;
    flex-direction: column;
}

.cb-seckill-card__name {
    display: -webkit-box;
    min-height: 42px;
    margin: 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.cb-seckill-card__name a {
    color: #191919;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.42;
    text-decoration: none;
}

.cb-seckill-card__name a:hover,
.cb-seckill-card__name a:focus-visible {
    color: #3665f3;
    text-decoration: underline;
}

.cb-seckill-card__prices {
    display: flex;
    min-height: 34px;
    margin-top: 9px;
    align-items: baseline;
    gap: 9px;
}

.cb-seckill-card__prices .shop-price {
    color: #191919;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
}

.cb-seckill-card__prices .market-price {
    color: #707070;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
}

.cb-seckill-card__progress {
    margin-top: 9px;
}

.cb-seckill-card__progress-copy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #707070;
    font-size: 12px;
    line-height: 1.35;
}

.cb-seckill-card__progress-copy strong {
    color: #191919;
    font-weight: 700;
}

.cb-seckill-card__progress-track {
    display: block;
    height: 5px;
    margin-top: 6px;
    overflow: hidden;
    border-radius: 3px;
    background: #e5e5e5;
}

.cb-seckill-card__progress-track i {
    display: block;
    width: var(--cb-seckill-progress);
    height: 100%;
    border-radius: inherit;
    background: #f7b22a;
}

.cb-seckill-card__action {
    display: inline-flex;
    width: 100%;
    min-height: 44px;
    margin-top: auto;
    padding: 0 18px;
    align-items: center;
    justify-content: center;
    border: 1px solid #3665f3;
    border-radius: 22px;
    background: #3665f3;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
}

.cb-seckill-card__action:hover,
.cb-seckill-card__action:focus-visible {
    border-color: #2b4fc2;
    background: #2b4fc2;
    color: #fff;
    outline: 0;
    text-decoration: none;
}

.cb-seckill-card__action.sc-greenBg-btn {
    border-color: #191919;
    background: #fff;
    color: #191919;
}

.cb-seckill-card__action.sc-greenBg-btn:hover,
.cb-seckill-card__action.sc-greenBg-btn:focus-visible {
    border-color: #3665f3;
    color: #3665f3;
}

.cb-seckill-card__action--disabled {
    border-color: #d7d7d7;
    background: #f2f2f2;
    color: #707070;
    cursor: default;
}

.cb-seckill-slot-empty {
    display: flex;
    min-height: 250px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #707070;
    text-align: center;
}

.cb-seckill-slot-empty strong {
    color: #191919;
    font-size: 20px;
    line-height: 1.35;
}

.cb-seckill-slot-empty span,
.cb-seckill-slot-empty a {
    font-size: 13px;
    line-height: 1.5;
}

.cb-seckill-slot-empty a {
    margin-top: 6px;
    color: #3665f3;
    font-weight: 700;
}

.cb-seckill-slot-empty--page {
    min-height: 380px;
    border-top: 1px solid #e5e5e5;
}

@media (max-width: 1180px) {
    .cb-seckill-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .cb-seckill-time-tabs strong {
        font-size: 18px;
    }
}

/* 2026-08-18 customer red-note refinement.
 * Keep the published 2026 template on one content rail. Earlier revisions
 * gave the header, DIY rows and footer different hard-coded widths, which
 * made their left edges drift at wide desktop sizes. */
@media (min-width: 1101px) {
    .cross-border-home {
        --cb-container: min(1590px, calc(100vw - 96px));
    }

    .cross-border-home .cb-header > .cb-container,
    .cross-border-home .cb-header .cb-utility__inner,
    .cross-border-home .cb-header .cb-hot-strip__inner,
    .cross-border-home .cb-container,
    .cross-border-home .home-banner,
    .cross-border-home .visual-item.w1200,
    .cross-border-home .homeseckill.w1200,
    .cross-border-home .footer-new .w1330,
    .cross-border-home .footer-new .fnc-warp,
    .cross-border-home .footer-new-bot .w1330 {
        width: var(--cb-container) !important;
        max-width: none;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .cross-border-home .cb-utility,
    .cross-border-home .cb-utility__inner,
    .cross-border-home .cb-utility__right {
        min-height: 38px;
        height: 38px;
    }

    .cross-border-home .cb-utility__inner {
        padding-top: 0;
    }

    .cross-border-home .cb-utility__left,
    .cross-border-home .cb-utility__right {
        gap: 16px;
        line-height: 18px;
    }

    .cross-border-home .cb-account-menu,
    .cross-border-home .cb-icon-link,
    .cross-border-home .cb-cart {
        margin-left: 3px;
    }

    .cross-border-home .cb-icon-link {
        width: 28px;
        height: 28px;
    }

    .cross-border-home .cb-cart,
    .cross-border-home .cb-cart .shopCart-con,
    .cross-border-home .cb-cart .shopCart-con a {
        width: 36px;
        height: 30px;
        line-height: 30px;
    }

    .cross-border-home .cb-header {
        font-size: 13px;
    }

    .cross-border-home .cb-search-row {
        grid-template-columns: 148px 82px minmax(0, 1fr) 64px;
        min-height: 82px;
        gap: 12px;
    }

    .cross-border-home .cb-search__field,
    .cross-border-home .cb-search__type,
    .cross-border-home .cb-search__submit {
        height: 50px;
    }

    .cross-border-home .cb-search__field input,
    .cross-border-home .cb-search__type select {
        height: 46px;
    }

    .cross-border-home .cb-search__submit {
        border-radius: 25px;
    }

    .cross-border-home .cb-hot-strip__inner {
        display: flex;
        min-height: 40px;
        height: 40px;
        align-items: center;
        justify-content: center;
        gap: 0;
    }

    .cross-border-home .cb-hot-keywords {
        display: flex;
        width: auto;
        max-width: 100%;
        height: 40px;
        grid-column: auto;
        align-items: center;
        justify-content: center;
        line-height: 40px;
    }

    .cross-border-home .cb-hot-keywords__list {
        width: auto;
        max-width: 100%;
        justify-content: center;
        gap: 32px;
    }

    /* The generated PHP wrapper carries a legacy 1124px minimum. It is not
     * content and was the source of the large blank band before the footer. */
    .cross-border-home .homeindex .content,
    .cross-border-home .homeindex .content > .demo {
        min-height: 0 !important;
        height: auto !important;
    }

    .cross-border-home .homeindex .content > .visual-item:not(.ui-sortable-placeholder) {
        width: var(--cb-container) !important;
        max-width: none;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .cross-border-home [data-mode="guessYouLike"] .goodstitle h3,
    .cross-border-home .second-wrapper .title h5 {
        font-size: 20px !important;
    }

    /* Use a dedicated right rail for real QR data. The old three-column row
     * created a horizontal strip and left an empty vertical block above it. */
    .cross-border-home .footer-new .fnc-warp {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 232px;
        gap: 56px;
        padding: 48px 0 30px;
    }

    .cross-border-home .footer-new .fnc-warp > .help-list {
        grid-column: 1;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 40px;
        width: auto;
    }

    .cross-border-home .footer-new .fnc-warp > .qr-code {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        grid-column: 2;
        align-self: start;
        width: auto !important;
        margin: 0 !important;
        padding: 2px 0 0 24px;
        border-left: 1px solid #d7d7d7;
    }

    .cross-border-home .footer-new .qr-code__list {
        display: flex !important;
        flex-direction: column;
        gap: 14px;
    }

    .cross-border-home .footer-new .qr-item,
    .cross-border-home .footer-new .qr-item--client {
        display: grid !important;
        grid-template-columns: 68px minmax(0, 1fr);
        gap: 10px;
        width: auto;
        min-width: 0;
        align-items: center;
        padding: 0 !important;
        border: 0 !important;
        background: transparent;
        text-align: left;
    }

    .cross-border-home .footer-new .qr-item .code_img,
    .cross-border-home .footer-new .qr-item .code_img img {
        width: 58px !important;
        height: 58px !important;
        margin: 0;
    }

    .cross-border-home .footer-new .qr-item--client .code_img,
    .cross-border-home .footer-new .qr-item--client .code_img img {
        width: 68px !important;
        height: 68px !important;
    }

    .cross-border-home .footer-new .qr-item .code_txt,
    .cross-border-home .footer-new .qr-item--client .code_txt {
        margin: 0 !important;
        color: #5f6368;
        font-size: 11px;
        line-height: 1.45;
        text-align: left;
    }

    .cross-border-home .footer-new .qr-item--client .code_txt span,
    .cross-border-home .footer-new .qr-item--client .code_txt small {
        display: block;
    }
}

@media (max-width: 1100px) {
    .cross-border-home {
        --cb-container: calc(100vw - 24px);
    }

    .cross-border-home .homeindex .content,
    .cross-border-home .homeindex .content > .demo {
        min-height: 0 !important;
        height: auto !important;
    }

    .cross-border-home .footer-new .fnc-warp {
        display: block;
        width: var(--cb-container) !important;
        padding: 34px 0 24px;
    }

    .cross-border-home .footer-new .fnc-warp > .help-list {
        width: 100%;
    }

    .cross-border-home .footer-new .fnc-warp > .qr-code {
        position: static !important;
        width: 100% !important;
        margin-top: 28px !important;
        padding: 20px 0 0;
        border-top: 1px solid #d7d7d7;
        border-left: 0;
    }
}

/* 2026-08-19 customer carousel completeness pass.
 * The yellow DIY slide keeps its card composition, but the cards must stay
 * inside the rounded frame. The legacy slides are 800x400 assets; contain
 * them in the same 450px frame so every image remains visible and centered
 * instead of being cropped or drifting toward one side. */
@media (min-width: 1101px) {
    .cross-border-home .home-banner,
    .cross-border-home .home-banner .bd,
    .cross-border-home .home-banner .bd li {
        height: 450px;
    }

    .cross-border-home .home-banner .bd li:not(.cb-hero-slide) {
        box-sizing: border-box;
        width: 100% !important;
        min-height: 450px;
        background-color: #f7f7f7 !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        /* Keep legacy 800x400 artwork level and undistorted inside the 450px rail. */
        background-size: auto 100% !important;
        transform: none !important;
    }

    .cross-border-home .cb-hero-products {
        right: 5.5%;
        width: 43%;
        height: 72%;
    }

    .cross-border-home .cb-hero-product {
        width: 29%;
        height: 62%;
        border-width: 10px;
        border-radius: 16px;
    }

    .cross-border-home .cb-hero-product--one {
        left: 0;
        top: 19%;
    }

    .cross-border-home .cb-hero-product--two {
        left: 35%;
        top: 8%;
    }

    .cross-border-home .cb-hero-product--three {
        right: 0;
        top: 19%;
    }
}

/* 2026-08-18 final proportion pass.
 * The customer reference treats each account action as its own quiet unit;
 * relying on inherited floats made the account group look compressed at wide
 * desktop sizes. Keep the group geometry explicit and tighten text without
 * changing the old template. */
@media (min-width: 1101px) {
    .cross-border-home .cb-utility__right {
        gap: 0;
        white-space: nowrap;
    }

    .cross-border-home .cb-utility__right > * {
        margin-left: 18px;
    }

    .cross-border-home .cb-utility__right > :first-child {
        margin-left: 0;
    }

    .cross-border-home .cb-utility__right .cb-ship-to {
        margin-right: 2px;
    }

    .cross-border-home .cb-utility__right .cb-account-menu {
        margin-left: 20px;
    }

    .cross-border-home .cb-utility__right .cb-icon-link {
        margin-left: 14px;
    }

    .cross-border-home .cb-utility__right .cb-cart {
        margin-left: 12px;
    }

    .cross-border-home .cb-hot-strip__inner {
        display: flex;
        justify-content: center;
    }

    .cross-border-home .cb-hot-keywords {
        flex: 0 0 auto;
        width: max-content;
        max-width: 100%;
        margin: 0 auto;
    }

    .cross-border-home .cb-hot-keywords__list {
        width: max-content;
        max-width: 100%;
    }

    .cross-border-home .box-hd h2,
    .cross-border-home .channel-title h3,
    .cross-border-home .floor-hd h2,
    .cross-border-home [data-mode="guessYouLike"] .goodstitle h3 {
        font-size: 20px !important;
        line-height: 1.25;
    }

    .cross-border-home .second-wrapper .title h5 {
        font-size: 18px !important;
        line-height: 1.3;
    }

    .cross-border-home .p-name,
    .cross-border-home .p-name a {
        font-size: 13px;
        line-height: 1.4;
    }

    .cross-border-home [data-mode="guessYouLike"] .lift-channel li .shop-price {
        font-size: 15px;
    }
}

/* Customer red-mark cleanup: the active DIY skin uses the full-width product
 * rows. Legacy floor navigation and editor labels must never consume a side
 * column on the published storefront. */
body.cross-border-home:not(.cross-border-visual-editor) .lift,
body.cross-border-home:not(.cross-border-visual-editor) [data-mode="h-seckill"] > .drag .navLeft,
body.cross-border-home:not(.cross-border-visual-editor) [data-mode="h-phb"] > .drag .navLeft {
    display: none !important;
}

/* eBay-style row controls live in the heading, so they cannot cover a card.
 * They are hidden when every configured item already fits in the viewport. */
.cross-border-home .cb-product-rail-controls {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 8px;
    margin-left: auto;
}

.cross-border-home .cb-product-rail-controls[hidden] {
    display: none !important;
}

.cross-border-home .cb-product-rail-control {
    display: grid;
    box-sizing: border-box;
    width: 42px;
    height: 42px;
    padding: 0;
    place-items: center;
    border: 1px solid #8f8f8f;
    border-radius: 50%;
    background: #fff;
    color: #191919;
    cursor: pointer;
    line-height: 1;
}

.cross-border-home .cb-product-rail-control__icon {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.cross-border-home .cb-product-rail-control:hover,
.cross-border-home .cb-product-rail-control:focus-visible {
    border-color: var(--cb-blue);
    color: var(--cb-blue);
    outline: 0;
}

.cross-border-home .cb-product-rail-control:disabled {
    border-color: #d9d9d9;
    color: #b8b8b8;
    cursor: default;
}

.cross-border-home [data-mode="h-phb"] .second-wrapper .title {
    display: flex;
    align-items: center;
}

.cross-border-home [data-mode="h-phb"] .second-wrapper .title .more {
    margin-left: 12px;
}

/* Do not reserve arrow slots until the product rail actually overflows. */
.cross-border-home [data-mode="h-seckill"] .seckill-channel .box-bd {
    padding-right: 0;
    padding-left: 0;
}

.cross-border-home [data-mode="h-seckill"] .seckill-channel .box-bd .prev,
.cross-border-home [data-mode="h-seckill"] .seckill-channel .box-bd .next {
    display: none !important;
}

.cross-border-home .cb-seckill-has-overflow .seckill-channel .box-bd {
    padding-right: 67px;
    padding-left: 44px;
}

.cross-border-home .cb-seckill-has-overflow .seckill-channel .box-bd .prev,
.cross-border-home .cb-seckill-has-overflow .seckill-channel .box-bd .next {
    display: grid !important;
    top: 50%;
    transform: translateY(-50%);
    place-items: center;
}

.cross-border-home .cb-seckill-has-overflow .seckill-channel .box-bd .prev {
    left: 0;
}

.cross-border-home .cb-seckill-has-overflow .seckill-channel .box-bd .next {
    right: 23px;
}

/* 2026-08-23 customer red-mark correction.
 * The three title links belong to the old floor composition and were
 * explicitly crossed out in the customer reference. Removing them here
 * keeps the real DIY product rows while leaving product cards and controls
 * intact. The old lift rail is not part of the new eBay content rail. */
.cross-border-home .second-wrapper .title .more,
.cross-border-visual-editor .second-wrapper .title .more,
.cross-border-home .lift,
.cross-border-visual-editor .lift,
.cross-border-visual-editor .demo > .visual-item > .drag > .navLeft {
    display: none !important;
}

/* Legacy campaign artwork is commonly 800x400 while the content rail is
 * wider. contain() preserves every pixel and centers the artwork; the
 * JavaScript frame sync moves controls to the rendered artwork edge so they
 * do not drift into the side fill. */
@media (min-width: 1101px) {
    /* The legacy slider script writes viewport pixels inline. Keep every
     * slide inside the centered DIY content rail so the scrollbar gutter
     * cannot create a false horizontal page overflow. */
    .cross-border-home .home-banner .bd,
    .cross-border-home .home-banner .bd li,
    .cross-border-visual-editor .home-banner .bd,
    .cross-border-visual-editor .home-banner .bd li {
        width: 100% !important;
    }

    .cross-border-home [data-mode="h-promo"] .promoWarp,
    .cross-border-visual-editor [data-mode="h-promo"] .promoWarp {
        overflow: clip;
    }

    .cross-border-home [data-mode="h-promo"] .promoWarp > .tit,
    .cross-border-visual-editor [data-mode="h-promo"] .promoWarp > .tit {
        box-sizing: border-box;
        width: calc(100% - 196px) !important;
        max-width: calc(100% - 196px);
    }

    .cross-border-home .home-banner .bd li:not(.cb-hero-slide),
    .cross-border-visual-editor .home-banner .bd li:not(.cb-hero-slide) {
        background-size: contain !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        transform: none !important;
    }

    .cross-border-home .home-banner.cb-slider-compact .cb-slider-controls,
    .cross-border-visual-editor .home-banner.cb-slider-compact .cb-slider-controls {
        right: max(14px, calc((100% - var(--cb-slide-media-width, 100%)) / 2 + 14px));
    }
}

/* Center the desktop rail against the full viewport, including the scrollbar
 * gutter. Auto margins otherwise use body.clientWidth and shift the rail left
 * by half the scrollbar width at high zoom. */
@media (min-width: 1101px) {
    .cross-border-home .cb-header > .cb-container,
    .cross-border-home .cb-header .cb-utility__inner,
    .cross-border-home .cb-header .cb-hot-strip__inner,
    .cross-border-home .footer-new .w1330,
    .cross-border-home .footer-new .fnc-warp,
    .cross-border-home .footer-new-bot .w1330,
    .cross-border-visual-editor .cb-header > .cb-container,
    .cross-border-visual-editor .cb-header .cb-utility__inner,
    .cross-border-visual-editor .cb-header .cb-hot-strip__inner,
    .cross-border-visual-editor .footer-new .w1330,
    .cross-border-visual-editor .footer-new .fnc-warp,
    .cross-border-visual-editor .footer-new-bot .w1330 {
        margin-right: 0 !important;
        margin-left: calc((100vw - var(--cb-container)) / 2) !important;
    }

    .cross-border-home .homeindex .content > .visual-item:not(.ui-sortable-placeholder),
    .cross-border-visual-editor .homeindex .content > .visual-item:not(.ui-sortable-placeholder) {
        margin-right: 0 !important;
        margin-left: calc((100vw - var(--cb-container)) / 2) !important;
    }
}

/* 2026-08-25 final brand rail cascade. */
.cross-border-home [data-mode="h-brand"].cb-brand-enhanced .cb-brand-heading,
.cross-border-visual-editor [data-mode="h-brand"].cb-brand-enhanced .cb-brand-heading { min-height: 46px !important; height: 46px !important; margin: 0 0 12px !important; }
.cross-border-home [data-mode="h-brand"].cb-brand-enhanced .cb-brand-heading strong,
.cross-border-visual-editor [data-mode="h-brand"].cb-brand-enhanced .cb-brand-heading strong { font-size: 20px !important; line-height: 26px !important; }
.cross-border-home [data-mode="h-brand"].cb-brand-enhanced .brand-channel,
.cross-border-visual-editor [data-mode="h-brand"].cb-brand-enhanced .brand-channel { display: block !important; min-height: 0 !important; overflow: hidden !important; background: transparent !important; }
.cross-border-home [data-mode="h-brand"].cb-brand-enhanced .cb-brand-list,
.cross-border-visual-editor [data-mode="h-brand"].cb-brand-enhanced .cb-brand-list { width: 100% !important; height: 132px !important; padding: 0 !important; overflow: hidden !important; }
.cross-border-home [data-mode="h-brand"].cb-brand-enhanced .cb-brand-list ul,
.cross-border-visual-editor [data-mode="h-brand"].cb-brand-enhanced .cb-brand-list ul { grid-auto-columns: 132px !important; grid-template-columns: none !important; grid-template-rows: 132px !important; gap: 14px !important; width: 100% !important; height: 132px !important; padding: 0 !important; }
.cross-border-home [data-mode="h-brand"].cb-brand-enhanced .cb-brand-list li,
.cross-border-visual-editor [data-mode="h-brand"].cb-brand-enhanced .cb-brand-list li { box-sizing: border-box !important; width: 132px !important; min-width: 132px !important; max-width: 132px !important; height: 132px !important; padding: 0 !important; border: 0 !important; background: transparent !important; }
.cross-border-home [data-mode="h-brand"].cb-brand-enhanced .cb-brand-list .brand-img,
.cross-border-visual-editor [data-mode="h-brand"].cb-brand-enhanced .cb-brand-list .brand-img { box-sizing: border-box !important; width: 100% !important; height: 94px !important; min-height: 94px !important; flex-basis: 94px !important; padding: 10px !important; }
.cross-border-home [data-mode="h-brand"].cb-brand-enhanced .cb-brand-list .brand-img > a,
.cross-border-visual-editor [data-mode="h-brand"].cb-brand-enhanced .cb-brand-list .brand-img > a { width: 100% !important; min-width: 0 !important; }
.cross-border-home [data-mode="h-brand"].cb-brand-enhanced .cb-brand-list .brand-mash,
.cross-border-visual-editor [data-mode="h-brand"].cb-brand-enhanced .cb-brand-list .brand-mash { box-sizing: border-box !important; width: 100% !important; height: 38px !important; min-height: 38px !important; flex-basis: 38px !important; padding: 0 5px !important; background: transparent !important; }
@media (max-width: 900px) {
    .cross-border-home [data-mode="h-brand"].cb-brand-enhanced .cb-brand-list,
    .cross-border-visual-editor [data-mode="h-brand"].cb-brand-enhanced .cb-brand-list,
    .cross-border-home [data-mode="h-brand"].cb-brand-enhanced .cb-brand-list ul,
    .cross-border-visual-editor [data-mode="h-brand"].cb-brand-enhanced .cb-brand-list ul { height: 120px !important; }
    .cross-border-home [data-mode="h-brand"].cb-brand-enhanced .cb-brand-list ul,
    .cross-border-visual-editor [data-mode="h-brand"].cb-brand-enhanced .cb-brand-list ul { grid-auto-columns: 112px !important; grid-template-rows: 120px !important; gap: 10px !important; }
    .cross-border-home [data-mode="h-brand"].cb-brand-enhanced .cb-brand-list li,
    .cross-border-visual-editor [data-mode="h-brand"].cb-brand-enhanced .cb-brand-list li { width: 112px !important; min-width: 112px !important; max-width: 112px !important; height: 120px !important; }
    .cross-border-home [data-mode="h-brand"].cb-brand-enhanced .cb-brand-list .brand-img,
    .cross-border-visual-editor [data-mode="h-brand"].cb-brand-enhanced .cb-brand-list .brand-img { height: 84px !important; min-height: 84px !important; flex-basis: 84px !important; padding: 8px !important; }
    .cross-border-home [data-mode="h-brand"].cb-brand-enhanced .cb-brand-list .brand-mash,
    .cross-border-visual-editor [data-mode="h-brand"].cb-brand-enhanced .cb-brand-list .brand-mash { height: 36px !important; min-height: 36px !important; flex-basis: 36px !important; }
}

/* 2026-08-25 eBay proportion pass: creator rail. Keep the five editable
 * campaign cards and their links, but remove the old colored banner treatment
 * so the component reads as a quiet product-led rail. */
.cross-border-home [data-mode="h-master"].cb-master-enhanced,
.cross-border-visual-editor [data-mode="h-master"].cb-master-enhanced {
    min-height: 0 !important;
    background: transparent !important;
}

.cross-border-home [data-mode="h-master"].cb-master-enhanced .master-channel,
.cross-border-visual-editor [data-mode="h-master"].cb-master-enhanced .master-channel {
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
}

.cross-border-home [data-mode="h-master"].cb-master-enhanced .ftit,
.cross-border-visual-editor [data-mode="h-master"].cb-master-enhanced .ftit {
    display: none !important;
}

.cross-border-home [data-mode="h-master"].cb-master-enhanced .cb-master-heading,
.cross-border-visual-editor [data-mode="h-master"].cb-master-enhanced .cb-master-heading {
    display: flex;
    min-height: 46px;
    height: 46px;
    margin: 0 0 12px;
    align-items: center;
    justify-content: space-between;
}

.cross-border-home [data-mode="h-master"] .cb-master-heading__copy,
.cross-border-visual-editor [data-mode="h-master"] .cb-master-heading__copy {
    display: flex;
    min-width: 0;
    align-items: baseline;
    gap: 9px;
}

.cross-border-home [data-mode="h-master"] .cb-master-heading strong,
.cross-border-visual-editor [data-mode="h-master"] .cb-master-heading strong {
    color: var(--cb-ink);
    font: 700 20px/26px Arial, "Microsoft YaHei", sans-serif;
}

.cross-border-home [data-mode="h-master"] .cb-master-heading span,
.cross-border-visual-editor [data-mode="h-master"] .cb-master-heading span {
    overflow: hidden;
    color: var(--cb-muted);
    font: 12px/18px Arial, "Microsoft YaHei", sans-serif;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cross-border-home [data-mode="h-master"] .cb-master-heading__actions,
.cross-border-visual-editor [data-mode="h-master"] .cb-master-heading__actions {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
}

.cross-border-home [data-mode="h-master"] .cb-master-heading__actions a,
.cross-border-visual-editor [data-mode="h-master"] .cb-master-heading__actions a {
    display: inline-flex;
    height: 22px;
    align-items: center;
    color: var(--cb-blue);
    font: 600 13px/22px Arial, "Microsoft YaHei", sans-serif;
    text-decoration: none;
    white-space: nowrap;
}

.cross-border-home [data-mode="h-master"] .cb-master-heading__actions a::after,
.cross-border-visual-editor [data-mode="h-master"] .cb-master-heading__actions a::after {
    display: inline-block;
    margin-left: 5px;
    content: "›";
    font-size: 18px;
    line-height: 1;
}

.cross-border-home [data-mode="h-master"] .master-con,
.cross-border-visual-editor [data-mode="h-master"] .master-con {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
    width: 100%;
    margin: 0;
    overflow: visible;
}

.cross-border-home [data-mode="h-master"] .m-c-item,
.cross-border-visual-editor [data-mode="h-master"] .m-c-item {
    box-sizing: border-box;
    display: flex;
    width: auto !important;
    min-width: 0;
    height: 210px !important;
    margin: 0 !important;
    padding: 0 !important;
    flex-direction: column;
    overflow: hidden;
    border: 0 !important;
    border-radius: 12px;
    background: var(--cb-soft) !important;
}

.cross-border-home [data-mode="h-master"] .m-c-item .img,
.cross-border-visual-editor [data-mode="h-master"] .m-c-item .img {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    display: flex;
    flex: 0 0 150px;
    order: 0;
    box-sizing: border-box;
    width: 100% !important;
    max-width: 100% !important;
    height: 150px !important;
    min-height: 150px;
    padding: 10px 14px;
    align-items: center;
    justify-content: center;
    background: var(--cb-soft) !important;
}

.cross-border-home [data-mode="h-master"] .m-c-item .img > a,
.cross-border-visual-editor [data-mode="h-master"] .m-c-item .img > a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.cross-border-home [data-mode="h-master"] .m-c-item .img img,
.cross-border-visual-editor [data-mode="h-master"] .m-c-item .img img {
    position: static !important;
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.cross-border-home [data-mode="h-master"] .m-c-main,
.cross-border-visual-editor [data-mode="h-master"] .m-c-main {
    display: flex;
    flex: 0 0 60px;
    order: 1;
    float: none !important;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    min-height: 60px;
    padding: 8px 12px 10px;
    flex-direction: column;
    align-items: flex-start;
    background: #fff !important;
    color: var(--cb-ink);
}

.cross-border-home [data-mode="h-master"] .m-c-main .title,
.cross-border-visual-editor [data-mode="h-master"] .m-c-main .title {
    display: flex;
    min-width: 0;
    margin: 0 !important;
    flex-direction: column;
    align-items: flex-start;
}

.cross-border-home [data-mode="h-master"] .m-c-main .title h3,
.cross-border-visual-editor [data-mode="h-master"] .m-c-main .title h3 {
    max-width: 100%;
    margin: 0;
    overflow: hidden;
    color: var(--cb-ink);
    font: 600 14px/20px Arial, "Microsoft YaHei", sans-serif;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cross-border-home [data-mode="h-master"] .m-c-main .title span,
.cross-border-visual-editor [data-mode="h-master"] .m-c-main .title span {
    max-width: 100%;
    overflow: hidden;
    color: var(--cb-muted);
    font: 12px/18px Arial, "Microsoft YaHei", sans-serif;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cross-border-home [data-mode="h-master"] .m-c-main .m-c-btn,
.cross-border-visual-editor [data-mode="h-master"] .m-c-main .m-c-btn {
    display: inline-flex;
    width: auto;
    height: 18px;
    min-height: 18px;
    margin: 2px 0 0;
    padding: 0;
    align-items: center;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--cb-blue);
    font: 600 12px/18px Arial, "Microsoft YaHei", sans-serif;
    text-decoration: none;
}

.cross-border-home [data-mode="h-master"] .m-c-main .m-c-btn::after,
.cross-border-visual-editor [data-mode="h-master"] .m-c-main .m-c-btn::after {
    margin-left: 4px;
    content: "›";
    font-size: 16px;
    line-height: 1;
}

@media (max-width: 900px) {
    .cross-border-home [data-mode="h-master"] .master-con,
    .cross-border-visual-editor [data-mode="h-master"] .master-con {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .cross-border-home [data-mode="h-master"] .m-c-item,
    .cross-border-visual-editor [data-mode="h-master"] .m-c-item {
        height: 190px !important;
    }

    .cross-border-home [data-mode="h-master"] .m-c-item .img,
    .cross-border-visual-editor [data-mode="h-master"] .m-c-item .img {
        flex-basis: 132px;
        height: 132px !important;
        min-height: 132px;
    }

    .cross-border-home [data-mode="h-master"] .m-c-main,
    .cross-border-visual-editor [data-mode="h-master"] .m-c-main {
        flex-basis: 58px;
        height: 58px;
        min-height: 58px;
        padding: 7px 10px 9px;
    }
}
