/* Catalogue vehicle application page reconstructed on the 1920 x 3980 source artboard. */
:root {
    --catalogue-board-width: 1920;
    --catalogue-board-height: 3980;
    --board-scale: 1;
    --catalogue-blue: #175da9;
    --catalogue-ink: #282828;
}

html,
body {
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background: #ffffff;
}

.bmi-catalogue-page,
.bmi-catalogue-page button,
.bmi-catalogue-page select {
    font-family: "Lato", Arial, Helvetica, sans-serif;
}

.bmi-catalogue-page * {
    box-sizing: border-box;
}

.bmi-catalogue-page .fit-shell {
    display: grid;
    width: 100%;
    place-items: start center;
    overflow: hidden;
    background: #ffffff;
}

.bmi-catalogue-page .fit-box {
    position: relative;
    width: 1920px;
    height: 3980px;
    overflow: hidden;
}

.bmi-catalogue-page .artboard {
    --site-footer-position: absolute;
    --site-footer-top: 3520px;
    position: relative;
    width: 1920px;
    height: 3980px;
    overflow: hidden;
    transform: scale(var(--board-scale));
    transform-origin: top left;
    background: #ffffff;
}

.bmi-catalogue-page .nav-list li:nth-child(4) a {
    color: #ffffff;
}

.catalogue-hero {
    position: absolute;
    top: 144px;
    left: 0;
    width: 1920px;
    height: 300px;
    overflow: hidden;
    background: #075384;
}

.catalogue-hero-brake {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1920px;
    height: 300px;
    max-width: none;
}

.catalogue-hero h1 {
    position: absolute;
    top: 103px;
    left: 160px;
    width: 500px;
    height: 92px;
    margin: 0;
    color: #ffffff;
    font-size: 76px;
    font-weight: 700;
    line-height: 92px;
    letter-spacing: 0;
}

.catalogue-breadcrumb {
    position: absolute;
    z-index: 6;
    top: 479px;
    left: 160px;
    display: flex;
    align-items: center;
    height: 24px;
    color: var(--catalogue-ink);
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    white-space: nowrap;
}

.catalogue-breadcrumb a {
    color: var(--catalogue-ink);
    text-decoration: none;
}

.catalogue-breadcrumb a:hover,
.catalogue-breadcrumb a:focus-visible {
    color: var(--catalogue-blue);
}

.catalogue-breadcrumb a:focus-visible {
    outline: 2px solid rgba(23, 93, 169, 0.45);
    outline-offset: 3px;
}

.catalogue-breadcrumb-sep {
    margin: 0 3px;
}

.catalogue-breadcrumb-current {
    color: var(--catalogue-blue);
}

.catalogue-tabs {
    position: absolute;
    top: 515px;
    left: 0;
    display: flex;
    width: 1920px;
    height: 71px;
    padding-left: 160px;
    border-bottom: 1px solid #dddddd;
    background: #ffffff;
}

.catalogue-tab {
    position: relative;
    display: flex;
    flex: 0 0 283px;
    width: 283px;
    height: 71px;
    align-items: center;
    justify-content: center;
    color: var(--catalogue-ink);
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    text-decoration: none;
}

.catalogue-tab.is-active {
    color: var(--catalogue-blue);
}

.catalogue-tab.is-active::after {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 3px;
    background: var(--catalogue-blue);
    content: "";
}

.catalogue-filter-panel {
    position: absolute;
    top: 586px;
    left: 0;
    width: 1920px;
    height: 226px;
    background: #f3f3f3;
}

.catalogue-vehicle-types {
    position: absolute;
    top: 86px;
    left: 160px;
    display: inline-flex;
    width: auto;
    height: 60px;
}

.catalogue-type {
    --catalogue-type-width: 120px;
    --catalogue-image-width: 93px;
    --catalogue-image-height: 44px;
    display: flex;
    flex: 0 0 var(--catalogue-type-width);
    width: var(--catalogue-type-width);
    height: 60px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    border: 1px solid #cccccc;
    border-left: 0;
    background: #ffffff;
    cursor: pointer;
}

.catalogue-type:first-child {
    border-left: 1px solid #cccccc;
}

.catalogue-type.is-active {
    border-color: var(--catalogue-blue);
    background: var(--catalogue-blue);
}

.catalogue-type img {
    display: block;
    width: var(--catalogue-image-width);
    height: var(--catalogue-image-height);
    max-width: none;
    object-fit: contain;
}

.catalogue-selects {
    position: absolute;
    top: 155px;
    left: 160px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    width: var(--catalogue-product-types-width, 1600px);
    height: 40px;
}

.catalogue-part-search {
    position: absolute;
    top: 26px;
    left: 160px;
    width: 320px;
    height: 40px;
}

.catalogue-part-search input {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 48px 0 8px;
    border: 1px solid #cccccc;
    border-radius: 0;
    outline: none;
    background: #ffffff;
    color: #393939;
    font-size: 16px;
    line-height: 38px;
}

.catalogue-part-search input:focus {
    border-color: var(--catalogue-blue);
}

.catalogue-part-search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.catalogue-part-search button span {
    display: block;
    width: 24px;
    height: 24px;
    margin: auto;
    background: url("../img/v2/search-analytics@3x.png") center / 24px 24px no-repeat;
}

.catalogue-part-search button:focus-visible {
    outline: 2px solid var(--catalogue-blue);
    outline-offset: -3px;
}

.catalogue-select {
    position: relative;
    display: block;
    min-width: 0;
    height: 40px;
}

.catalogue-select::after {
    position: absolute;
    top: 12px;
    right: 11px;
    width: 22px;
    height: 16px;
    background: url("../catalogue/icons/icon-catalogue-select-arrow-01@2x.png") center / 22px 16px no-repeat;
    pointer-events: none;
    content: "";
}

.catalogue-select select {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 44px 0 19px;
    appearance: none;
    border: 1px solid #cccccc;
    border-radius: 0;
    outline: none;
    background: #ffffff;
    color: #393939;
    font-size: 16px;
    font-weight: 400;
    line-height: 38px;
}

.catalogue-select.is-disabled::after {
    opacity: 0.45;
}

.catalogue-select select:disabled {
    border-color: #d8d8d8;
    background: #e9e9e9;
    color: #9b9b9b;
    cursor: not-allowed;
}

.catalogue-select select.catalogue-select-native {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
}

.catalogue-select-trigger {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 44px 0 19px;
    overflow: hidden;
    border: 1px solid #cccccc;
    border-radius: 0;
    outline: none;
    background: #ffffff;
    color: #393939;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 38px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.catalogue-select-trigger:disabled {
    border-color: #d8d8d8;
    background: #e9e9e9;
    color: #9b9b9b;
    cursor: not-allowed;
}

.catalogue-select.has-selection::after {
    filter: brightness(0) invert(1);
}

.catalogue-select.is-open {
    z-index: 20;
}

.catalogue-select-trigger:focus-visible,
.catalogue-select-option:focus-visible {
    outline: 2px solid #0a7bd8;
    outline-offset: 2px;
}

.catalogue-select-menu {
    position: absolute;
    z-index: 2;
    top: 40px;
    left: 0;
    width: 100%;
    max-height: 280px;
    margin: 0;
    padding: 0;
    overflow-y: auto;
    border: 1px solid #cccccc;
    border-top: 0;
    border-bottom: 2px solid #cccccc;
    background: #ffffff;
    list-style: none;
}

.catalogue-select-menu[hidden] {
    display: none;
}

.catalogue-select-option {
    width: 100%;
    min-height: 40px;
    margin: 0;
    padding: 0 19px;
    color: #282828;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    white-space: nowrap;
}

.catalogue-select-option:hover,
.catalogue-select-option.is-disabled {
    background: #f2f2f2;
}

.catalogue-select-option.is-disabled {
    color: #9b9b9b;
    cursor: default;
}

.catalogue-select-search-item {
    position: sticky;
    top: 0;
    z-index: 2;
    margin: 0;
    padding: 8px 19px 0;
    background: #ffffff;
    border-bottom: 1px solid #dcdcdc;
    list-style: none;
}

.catalogue-select-search-input {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 8px 10px;
    font-size: 16px;
    line-height: 1.2;
    color: #282828;
    border: 1px solid #999999;
    border-radius: 4px;
    outline: none;
    text-align: left;
}

.catalogue-select-search-input:focus-visible {
    outline: 2px solid #0a7bd8;
    outline-offset: 1px;
}

.catalogue-select-option.is-hidden {
    display: none;
}

.catalogue-select-empty {
    margin: 0;
    padding: 12px 19px;
    color: #9b9b9b;
    font-size: 14px;
    text-align: center;
    cursor: default;
    pointer-events: none;
}

.catalogue-select select:focus-visible,
.catalogue-type:focus-visible,
.catalogue-tab:focus-visible {
    outline: 2px solid #0a7bd8;
    outline-offset: 2px;
}

.catalogue-brand-list {
    position: absolute;
    top: 852px;
    left: 160px;
    width: 1600px;
    min-height: 480px;
    z-index: 3;
}

.catalogue-dimension-grid {
    display: grid;
    grid-template-columns: repeat(4, 360px);
    column-gap: 40px;
    width: 1600px;
    min-height: 480px;
}

.catalogue-dimension-grid[hidden] {
    display: none;
}

.catalogue-brand-state {
    grid-column: 1 / -1;
    width: 1600px;
    margin: 0;
    color: #666666;
    font-size: 16px;
    line-height: 40px;
}

.catalogue-brand-state-error {
    color: #a52121;
}

.catalogue-brand-state[hidden] {
    display: none;
}

.catalogue-brand-column {
    width: 360px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.catalogue-brand-column li {
    width: 360px;
    height: 40px;
    margin: 0;
    padding: 0 0 0 20px;
    color: #282828;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
    white-space: nowrap;
}

.catalogue-brand-column li:hover,
.catalogue-brand-column li:focus-visible {
    background: var(--catalogue-blue);
    color: #ffffff;
}

.catalogue-brand-column li.is-selected,
.catalogue-select-trigger.is-selected,
.catalogue-select-option.is-selected,
.catalogue-product-type.is-selected {
    background: var(--catalogue-blue);
    color: #ffffff;
}

.catalogue-product-results {
    position: absolute;
    z-index: 5;
    top: 793px;
    left: 0;
    width: 1920px;
    height: 2680px;
    overflow: hidden;
    background: linear-gradient(to bottom, #f3f3f3 0, #f3f3f3 129px, #ffffff 129px);
}

.catalogue-product-results[hidden],
.catalogue-product-set[hidden],
.catalogue-product-card[hidden] {
    display: none;
}

.catalogue-product-results.is-measuring {
    visibility: hidden;
    pointer-events: none;
}

[data-catalogue-view][hidden] {
    display: none;
}

.catalogue-expert-results {
    top: 606px;
    background: linear-gradient(to bottom, #f3f3f3 0, #f3f3f3 149px, #ffffff 149px);
    box-shadow: 0 -20px 0 #f3f3f3;
}

.catalogue-product-types {
    position: absolute;
    top: 0;
    left: 160px;
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 70px;
    grid-auto-columns: 306px;
    width: max-content;
    height: 100px;
}

.catalogue-product-results.is-part-search .catalogue-product-set {
    top: 100px;
}

.catalogue-product-results.is-part-search {
    background: linear-gradient(to bottom, #f3f3f3 0, #f3f3f3 129px, #ffffff 129px);
}

[data-catalogue-view="vehicle"].is-part-search-active .catalogue-filter-panel {
    height: 96px;
}

[data-catalogue-view="vehicle"].is-part-search-active .catalogue-vehicle-types,
[data-catalogue-view="vehicle"].is-part-search-active .catalogue-selects {
    display: none;
}

[data-catalogue-view="vehicle"].is-part-search-active .catalogue-product-results {
    top: 682px;
}

.catalogue-product-type {
    display: flex;
    width: 100%;
    height: 100px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 0 8px 10px;
    border: 1px solid #d7d7d7;
    border-left: 0;
    background: #ffffff;
    color: #363636;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
}

.catalogue-product-type:first-child {
    border-left: 1px solid #d7d7d7;
    padding: 0;
    justify-content: center;
}

.catalogue-product-type img {
    display: block;
    width: 66px;
    height: 66px;
    margin: 0 auto 2px;
    object-fit: contain;
}

.catalogue-product-type:focus-visible,
.catalogue-product-card:has(:focus-visible),
.catalogue-pagination button:focus-visible {
    outline: 2px solid #0a7bd8;
    outline-offset: -2px;
}

/* 高度由内容决定: 设计稿的满页高度改由 catalogue.js 按 set 实际底部推算,
   锁定 min-height 会让不满页的结果区继续撑开画板, 底部留下大片空白。 */
.catalogue-product-set {
    position: absolute;
    top: 100px;
    left: 160px;
    width: 1600px;
}

.catalogue-product-set-heading {
    width: 1600px;
    height: 25px;
    margin-top: 57px;
    color: #282828;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
}

.catalogue-product-count {
    color: #e22028;
}

.catalogue-product-empty {
    margin: 40px 0 0;
    color: #666666;
    font-size: 16px;
}

.catalogue-product-loading,
.catalogue-product-request-error {
    margin: 40px 0 0;
    color: #666666;
    font-size: 16px;
}

.catalogue-product-request-error {
    color: #c21f2b;
}

.catalogue-product-loading[hidden],
.catalogue-product-request-error[hidden],
.catalogue-product-empty[hidden] {
    display: none;
}

.catalogue-product-filter-empty {
    margin: 28px 0 0;
    color: #666666;
    font-size: 16px;
}

.catalogue-product-filter-empty[hidden] {
    display: none;
}

.catalogue-product-list {
    display: flex;
    flex-direction: column;
    width: 1600px;
    margin-top: 40px;
    gap: 20px;
}

.catalogue-product-card {
    position: relative;
    display: flex;
    width: 1600px;
    height: 220px;
    align-items: flex-start;
    padding: 20px;
    border: 0;
    background-color: #eff3f6;
}

.catalogue-product-thumbnail-link {
    display: block;
    flex: 0 0 180px;
    width: 180px;
    height: 180px;
}

.catalogue-product-thumbnail {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #e1e1e1;
    object-fit: cover;
}

/* 拿不到产品 id 时图片直接挂在卡片下，需要自己接住画板尺寸。 */
.catalogue-product-card > .catalogue-product-thumbnail {
    flex: 0 0 180px;
    width: 180px;
    height: 180px;
}

.catalogue-product-copy {
    width: 1130px;
    margin-left: 40px;
    padding-top: 6px;
    color: #282828;
    font-size: 14px;
    line-height: 23px;
}

.catalogue-product-copy h3 {
    margin: 0 0 4px;
    font-size: 17px;
    font-weight: 400;
    line-height: 23px;
}

.catalogue-product-part-no {
    margin-right: 8px;
    font-weight: 700;
}

.catalogue-product-title-link {
    color: inherit;
    text-decoration: none;
}

.catalogue-product-title-link:hover {
    color: var(--catalogue-blue);
}

.catalogue-product-title-link:focus-visible {
    outline: 2px solid #0a7bd8;
    outline-offset: 2px;
}

.catalogue-product-copy p {
    margin: 0;
    line-height: 23px;
}

.catalogue-product-copy strong {
    font-weight: 700;
}

.catalogue-product-maker {
margin-top: 6px !important;
padding-left: 28px;
font-weight: 700;
}
.catalogue-product-maker-text {
display: inline-block;
transform: translateY(-2px);
}

.catalogue-product-maker::before {
    position: absolute;
    margin-left: -28px;
    width: 22px;
    height: 16px;
    background: url("../catalogue/images/icon-catalogue-maker-01@2x.png") center / contain no-repeat;
    content: "";
}

.catalogue-data-sheet,
a.catalogue-data-sheet {
    position: absolute;
    top: 86px;
    right: 30px;
    display: inline-flex;
    width: 174px;
    /* 允许按钮高度随翻译长度自适应:
       俄文「ТЕХНИЧЕСКИЙ ПАСПОРТ」等长文案会换行成两行,
       min-height 保留短文案（en/fr/es/ar）的设计高度。 */
    height: auto;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 6px 12px;
    border: 0;
    background: transparent;
    color: #282828;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
}

.catalogue-data-sheet:disabled,
.catalogue-pagination button:disabled {
    cursor: default;
}

.catalogue-data-sheet span {
    display: block;
    width: 8px;
    height: 11px;
    background: url("../catalogue/images/icon-catalogue-data-sheet-black-01@2x.png") center / 8px 11px no-repeat;
}

.catalogue-data-sheet:not(:disabled):hover {
    background: var(--catalogue-blue);
    color: #ffffff;
}

.catalogue-data-sheet:not(:disabled):hover span {
    background-image: url("../catalogue/images/icon-catalogue-data-sheet-white-01@2x.png");
}

.catalogue-pagination {
    position: absolute;
    top: 2642px;
    left: 160px;
    display: flex;
    width: 1600px;
    height: 38px;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.catalogue-pagination button {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    background: #ffffff;
    color: #777777;
    cursor: pointer;
    font-size: 16px;
}

.catalogue-pagination button.is-current {
    border-color: var(--catalogue-blue);
    background: var(--catalogue-blue);
    color: #ffffff;
}

.catalogue-pagination img {
    display: block;
    width: 38px;
    height: 38px;
}

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

/* 超宽屏延展结果卡片到筛选背景的完整 1920px 画板边界。 */
@media (min-width: 1921px) {
    .catalogue-product-set {
        left: 0;
        width: 1920px;
    }

    .catalogue-product-set-heading {
        width: 1920px;
    }

    .catalogue-product-list,
    .catalogue-product-card {
        width: 100%;
    }

    .catalogue-pagination {
        left: 0;
        width: 1920px;
    }
}

@media (max-width: 1279px) {
    .bmi-catalogue-page {
        overflow-x: visible;
    }

    .bmi-catalogue-page .fit-shell,
    .bmi-catalogue-page .fit-box,
    .bmi-catalogue-page .artboard {
        display: block;
        width: 100%;
        height: auto;
        min-height: 0;
        overflow: visible;
    }

    .bmi-catalogue-page .artboard {
        --site-footer-position: relative;
        --site-footer-top: auto;
        transform: none;
    }

    .catalogue-hero {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: 200px;
    }

    .catalogue-hero-brake {
        width: 100%;
        height: 100%;
        max-width: 100%;
        object-fit: cover;
    }

    .catalogue-hero h1 {
        top: auto;
        bottom: 28px;
        left: 20px;
        width: calc(100% - 40px);
        height: auto;
        font-size: 40px;
        line-height: 48px;
        overflow-wrap: anywhere;
    }

    .catalogue-breadcrumb {
        position: relative;
        top: auto;
        left: auto;
        z-index: auto;
        height: 56px;
        padding: 0 32px;
        font-size: 18px;
        line-height: 24px;
    }

    .catalogue-tabs {
        position: relative;
        top: auto;
        left: auto;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        height: auto;
        padding: 0 16px;
    }

    .catalogue-tab {
        width: auto;
        min-height: 48px;
        height: auto;
        padding: 8px 6px;
        font-size: 16px;
        line-height: 22px;
        text-align: center;
    }

    .catalogue-filter-panel {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
        padding: 20px 16px;
    }

    .catalogue-vehicle-types {
        position: relative;
        top: auto;
        left: auto;
        display: flex;
        width: 100%;
        height: auto;
        overflow-x: auto;
        margin-top: 16px;
        padding-bottom: 4px;
    }

    .catalogue-type {
        flex: 0 0 max(72px, var(--catalogue-type-width));
        width: max(72px, var(--catalogue-type-width));
        min-height: 48px;
        height: 52px;
    }

    .catalogue-selects {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
        margin-top: 16px;
        grid-template-columns: minmax(0, 1fr);
        gap: 12px;
    }

    .catalogue-part-search {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: 48px;
        margin-top: 0;
    }

    [data-catalogue-view="vehicle"].is-part-search-active .catalogue-filter-panel {
        height: auto;
    }

    [data-catalogue-view="vehicle"].is-part-search-active .catalogue-vehicle-types,
    [data-catalogue-view="vehicle"].is-part-search-active .catalogue-selects {
        display: none;
    }

    [data-catalogue-view="vehicle"].is-part-search-active .catalogue-product-results {
        top: auto;
    }

    .catalogue-part-search input {
        height: 48px;
        line-height: 46px;
    }

    .catalogue-part-search button {
        width: 48px;
        height: 48px;
    }

    .catalogue-select,
    .catalogue-select select,
    .catalogue-select-trigger {
        min-height: 48px;
        height: 48px;
    }

    .catalogue-select select,
    .catalogue-select-trigger {
        padding-inline: 16px 48px;
        font-size: 16px;
        line-height: 46px;
    }

    .catalogue-select::after {
        top: 16px;
        right: 16px;
    }

    .catalogue-select-menu {
        top: 48px;
        max-height: 240px;
    }

    .catalogue-select-option {
        min-height: 48px;
        padding: 4px 16px;
        line-height: 40px;
        white-space: normal;
    }

    .catalogue-select-search-item {
        padding: 4px 16px 0;
    }

    .catalogue-select-search-input {
        padding: 10px;
    }

    .catalogue-brand-list {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        min-height: 0;
        padding: 20px 16px;
    }

    .catalogue-dimension-grid {
        grid-template-columns: minmax(0, 1fr);
        width: 100%;
        min-height: 0;
        gap: 0;
    }

    .catalogue-brand-state,
    .catalogue-brand-column,
    .catalogue-brand-column li {
        width: 100%;
    }

    .catalogue-brand-state,
    .catalogue-brand-column li {
        min-height: 48px;
        height: auto;
        padding: 12px 16px;
        line-height: 24px;
        overflow-wrap: anywhere;
        white-space: normal;
    }

    .catalogue-product-results,
    .catalogue-expert-results {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
        min-height: 0;
        overflow: visible;
        box-shadow: none;
        background: #ffffff;
    }

    .catalogue-product-results.is-part-search {
        background: #ffffff;
    }

    .catalogue-product-types {
        position: relative;
        top: auto;
        left: auto;
        display: grid;
        grid-auto-flow: row;
        grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
        grid-auto-columns: auto;
        width: 100%;
        height: auto;
        padding: 16px;
    }

    .catalogue-product-type {
        min-height: 72px;
        height: auto;
        padding: 8px;
    }

    .catalogue-product-type:first-child {
        min-height: 72px;
    }

    .catalogue-product-set {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        min-height: 0;
        padding: 0 16px 20px;
    }

    .catalogue-product-set-heading,
    .catalogue-product-list {
        width: 100%;
    }

    .catalogue-product-set-heading {
        height: auto;
        margin-top: 8px;
        line-height: 24px;
    }

    .catalogue-product-list {
        margin-top: 20px;
    }

    .catalogue-product-card {
        display: grid;
        grid-template-columns: 112px minmax(0, 1fr);
        width: 100%;
        min-height: 132px;
        height: auto;
        gap: 12px;
        padding: 12px 0;
    }

    .catalogue-product-thumbnail-link {
        width: 112px;
        height: 112px;
        flex-basis: 112px;
    }

    .catalogue-product-card > .catalogue-product-thumbnail {
        width: 112px;
        height: 112px;
        flex-basis: 112px;
    }

    .catalogue-product-copy {
        width: auto;
        margin: 0;
        padding: 0;
        overflow-wrap: anywhere;
    }

    .catalogue-data-sheet,
    a.catalogue-data-sheet {
        position: relative;
        top: auto;
        right: auto;
        grid-column: 1 / -1;
        width: 100%;
        /* 与桌面端一致:允许按钮高度随多语种文案自适应,避免俄文等被压扁 */
        min-height: 48px;
        height: auto;
        padding: 6px 12px;
        border: 1px solid #d7d7d7;
    }

    .catalogue-pagination {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
        min-height: 48px;
        padding: 0 16px 24px;
        flex-wrap: wrap;
    }

    .catalogue-pagination button,
    .catalogue-pagination img {
        width: 44px;
        height: 44px;
    }

    .bmi-catalogue-page .site-footer {
        position: relative;
        top: auto;
        width: 100%;
        height: auto;
        min-height: 0;
        padding: 28px 16px;
    }

    .bmi-catalogue-page .site-footer .footer-social,
    .bmi-catalogue-page .site-footer .footer-line,
    .bmi-catalogue-page .site-footer .footer-privacy,
    .bmi-catalogue-page .site-footer .footer-badge {
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        margin: 0 0 14px;
        transform: none;
    }

    .bmi-catalogue-page .site-footer .footer-social {
        display: flex;
        justify-content: center;
        gap: 10px;
    }
}

@media (min-width: 768px) and (max-width: 1279px) {
    .catalogue-selects {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .catalogue-dimension-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 24px;
    }

    .catalogue-product-card {
        grid-template-columns: 160px minmax(0, 1fr);
    }

    .catalogue-product-thumbnail-link {
        width: 160px;
        height: 160px;
        flex-basis: 160px;
    }

    .catalogue-product-card > .catalogue-product-thumbnail {
        width: 160px;
        height: 160px;
        flex-basis: 160px;
    }
}

@media (max-width: 680px) and (max-width: 1279px) {
    .catalogue-breadcrumb {
        height: 48px;
        padding: 0 20px;
        font-size: 16px;
    }

    .catalogue-hero {
        height: auto;
        aspect-ratio: 1920 / 300;
    }

    .catalogue-hero-brake {
        object-fit: contain;
    }

    .catalogue-hero h1 {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip-path: inset(50%);
        white-space: nowrap;
        transform: none;
    }
}
