/* BRAKE DISC series page reconstructed from product_brake-disc.png on a fixed 1920 x 2468 artboard. */
:root {
    --brake-disc-board-width: 1920;
    --brake-disc-board-height: 2468;
    --brake-disc-board-scale: 1;
    --brake-disc-blue: #2365ad;
    --brake-disc-ink: #282828;
    --brake-disc-muted: #969696;
}

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

.bmi-brake-disc-page,
.bmi-brake-disc-page button,
.bmi-brake-disc-page input {
    font-family: "Lato", Arial, Helvetica, sans-serif;
}

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

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

.bmi-brake-disc-page .fit-box {
    position: relative;
    width: 1920px;
    height: 2468px;
    overflow: hidden;
}

.bmi-brake-disc-page .artboard {
    --site-footer-position: absolute;
    --site-footer-top: 2020px;
    position: relative;
    width: 1920px;
    height: 2468px;
    overflow: hidden;
    transform: scale(var(--brake-disc-board-scale));
    transform-origin: top left;
    background: #f5f5f5;
}

.bmi-brake-disc-page .site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 1920px;
    height: 144px;
    min-width: 0;
}

.bmi-brake-disc-page .brake-disc-hero {
    position: absolute;
    top: 144px;
    left: 0;
    width: 1920px;
    height: 300px;
    overflow: hidden;
}

.bmi-brake-disc-page .brake-disc-hero img {
    display: block;
    width: 1920px;
    height: 300px;
    max-width: none;
}

.bmi-brake-disc-page .brake-disc-hero h1 {
    position: absolute;
    top: 105px;
    left: 159px;
    width: 380px;
    height: 92px;
    margin: 0;
    color: #ffffff;
    font-size: 76px;
    font-weight: 700;
    line-height: 92px;
    letter-spacing: 0;
}

.bmi-brake-disc-page .brake-disc-series-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 1920px;
    height: 2020px;
}

.bmi-brake-disc-page .brake-disc-series {
    position: absolute;
    display: flex;
    width: 1600px;
    height: 260px;
    overflow: hidden;
    border-radius: 12px;
    background: #ffffff;
}

.bmi-brake-disc-page .brake-disc-series-1 { top: 524px; left: 160px; }
.bmi-brake-disc-page .brake-disc-series-2 { top: 804px; left: 160px; }
.bmi-brake-disc-page .brake-disc-series-3 { top: 1084px; left: 160px; }
.bmi-brake-disc-page .brake-disc-series-4 { top: 1364px; left: 160px; }
.bmi-brake-disc-page .brake-disc-series-5 { top: 1644px; left: 160px; }

.bmi-brake-disc-page .brake-disc-series-image-link {
    display: block;
    flex: 0 0 220px;
    width: 220px;
    height: 220px;
    margin: 20px 40px 20px 20px;
    border-radius: 7px;
    overflow: hidden;
}

.bmi-brake-disc-page .brake-disc-series-image-link:focus-visible {
    outline: 2px solid var(--brake-disc-blue);
    outline-offset: 4px;
}

.bmi-brake-disc-page .brake-disc-series-image {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: inherit;
    object-fit: cover;
}

.bmi-brake-disc-page .brake-disc-series-copy {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
    height: 260px;
    padding-top: 40px;
}

.bmi-brake-disc-page .brake-disc-series-copy h2 {
    height: 26px;
    margin: 0;
    overflow: hidden;
    color: var(--brake-disc-ink);
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0;
    white-space: nowrap;
}

.bmi-brake-disc-page .brake-disc-series-title-link {
    color: inherit;
    text-decoration: none;
}

.bmi-brake-disc-page .brake-disc-series-title-link:hover {
    color: var(--brake-disc-blue);
}

.bmi-brake-disc-page .brake-disc-series-title-link:focus-visible {
    outline: 2px solid var(--brake-disc-blue);
    outline-offset: 4px;
}

.bmi-brake-disc-page .brake-disc-series-summary {
    width: 1180px;
    height: 58px;
    margin: 12px 0 0;
    overflow: hidden;
    color: var(--brake-disc-muted);
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0;
}

.bmi-brake-disc-page .brake-disc-series-copy ul {
    width: 1180px;
    height: 86px;
    margin: 12px 0 0;
    padding: 0 0 0 22px;
    overflow: hidden;
    color: var(--brake-disc-muted);
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0;
}

.bmi-brake-disc-page .brake-disc-series-copy li {
    height: 29px;
    margin: 0;
    padding-left: 1px;
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
}

.bmi-brake-disc-page .brake-disc-datasheet {
    position: absolute;
    top: 192px;
    left: 0;
    display: inline-flex;
    align-items: center;
    width: auto;
    height: 26px;
    color: var(--brake-disc-blue);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    text-decoration: none;
}

.bmi-brake-disc-page .brake-disc-datasheet span {
    display: block;
}

.bmi-brake-disc-page .brake-disc-datasheet img {
    display: block;
    width: 12px;
    height: 14px;
    margin-left: 10px;
}

.bmi-brake-disc-page .brake-disc-datasheet:focus-visible {
    outline: 2px solid var(--brake-disc-blue);
    outline-offset: 5px;
}

.bmi-brake-disc-page .site-footer {
    position: absolute;
    top: 2020px;
    left: 0;
}

@media (max-width: 1279px) {
    .bmi-brake-disc-page .fit-shell {
        display: block;
        overflow: visible;
    }

    .bmi-brake-disc-page .fit-box {
        width: 100% !important;
        height: auto !important;
        overflow: visible;
    }

    .bmi-brake-disc-page .artboard {
        --site-footer-position: relative;
        --site-footer-top: auto;
        width: 100%;
        height: auto;
        overflow: visible;
        transform: none !important;
    }

    .bmi-brake-disc-page .brake-disc-hero {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: 300px;
    }

    .bmi-brake-disc-page .brake-disc-hero img {
        width: 100%;
        height: 100%;
        max-width: 100%;
        object-fit: cover;
    }

    .bmi-brake-disc-page .brake-disc-hero h1 {
        top: 50%;
        left: 0;
        width: auto;
        height: auto;
        padding: 0 32px;
        font-size: 48px;
        line-height: 1.1;
        transform: translateY(-50%);
    }

    .bmi-brake-disc-page .brake-disc-series-list {
        position: static;
        display: grid;
        gap: 28px;
        width: 100%;
        height: auto;
        padding: 56px 32px 72px;
    }

    .bmi-brake-disc-page .brake-disc-series,
    .bmi-brake-disc-page .brake-disc-series-1,
    .bmi-brake-disc-page .brake-disc-series-2,
    .bmi-brake-disc-page .brake-disc-series-3,
    .bmi-brake-disc-page .brake-disc-series-4,
    .bmi-brake-disc-page .brake-disc-series-5 {
        position: relative;
        top: auto;
        left: auto;
        display: grid;
        grid-template-columns: minmax(180px, 28%) minmax(0, 1fr);
        width: 100%;
        height: auto;
        min-height: 0;
        overflow: visible;
        border-radius: 8px;
    }

    .bmi-brake-disc-page .brake-disc-series-image-link {
        width: 100%;
        height: auto;
        min-height: 180px;
        margin: 0;
        border-radius: 8px 0 0 8px;
        aspect-ratio: 1;
    }

    .bmi-brake-disc-page .brake-disc-series-image {
        width: 100%;
        height: 100%;
        min-height: 0;
        margin: 0;
    }

    .bmi-brake-disc-page .brake-disc-series-copy {
        display: flex;
        flex-direction: column;
        height: auto;
        padding: 28px;
    }

    .bmi-brake-disc-page .brake-disc-series-copy h2,
    .bmi-brake-disc-page .brake-disc-series-summary,
    .bmi-brake-disc-page .brake-disc-series-copy ul,
    .bmi-brake-disc-page .brake-disc-series-copy li {
        width: auto;
        height: auto;
        overflow: visible;
        white-space: normal;
    }

    .bmi-brake-disc-page .brake-disc-series-copy h2 {
        margin-bottom: 12px;
        font-size: 22px;
        line-height: 1.3;
    }

    .bmi-brake-disc-page .brake-disc-series-summary {
        margin: 0 0 18px;
        font-size: 16px;
        line-height: 1.55;
    }

    .bmi-brake-disc-page .brake-disc-series-copy ul {
        margin: 0 0 18px;
        font-size: 16px;
        line-height: 1.55;
    }

    .bmi-brake-disc-page .brake-disc-series-copy li {
        margin-bottom: 5px;
    }

    .bmi-brake-disc-page .brake-disc-datasheet {
        position: static;
        align-self: flex-start;
        min-height: 32px;
        font-size: 16px;
    }

    .bmi-brake-disc-page .site-footer {
        position: relative;
        top: auto;
        width: 100%;
        height: auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        padding: 44px 24px;
    }

    .bmi-brake-disc-page .site-footer .footer-social,
    .bmi-brake-disc-page .site-footer .footer-line,
    .bmi-brake-disc-page .site-footer .footer-privacy,
    .bmi-brake-disc-page .site-footer .footer-badge {
        position: static;
        width: auto;
        height: auto;
        margin: 0;
        transform: none;
    }

    .bmi-brake-disc-page .site-footer .footer-line {
        white-space: normal;
        line-height: 1.55;
    }
}

@media (max-width: 680px) and (max-width: 1279px) {
    .bmi-brake-disc-page .brake-disc-hero {
        height: auto;
        aspect-ratio: 1920 / 300;
    }

    .bmi-brake-disc-page .brake-disc-hero img {
        object-fit: contain;
    }

    .bmi-brake-disc-page .brake-disc-hero h1 {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip-path: inset(50%);
        white-space: nowrap;
        transform: none;
        font-size: 38px;
    }

    .bmi-brake-disc-page .brake-disc-series-list {
        gap: 20px;
        padding: 40px 20px 56px;
    }

    .bmi-brake-disc-page .brake-disc-series {
        grid-template-columns: 1fr;
    }

    .bmi-brake-disc-page .brake-disc-series-image-link {
        border-radius: 8px 8px 0 0;
        aspect-ratio: 16 / 9;
    }

    .bmi-brake-disc-page .brake-disc-series-copy {
        padding: 22px 20px;
    }
}
