

/* Start:/local/components/sf2v/bearings.directory/templates/.default/styles/base-01.css?17876727911983*/
.bd-directory {
    --bd-navy: #164a77;
    --bd-navy-dark: #103b61;
    --bd-teal: #1d5ab5;
    --bd-teal-light: #edf3fc;
    --bd-yellow: #f8c832;
    --bd-ink: #221f20;
    --bd-muted: #687786;
    --bd-line: #dfe6ed;
    --bd-soft: #f2f5f8;
    --bd-white: #fff;
    --bd-shadow: 0 18px 50px rgba(22, 74, 119, .1);
    color: var(--bd-ink);
    padding: 8px 0 72px;
}

.bd-directory *,
.bd-directory *::before,
.bd-directory *::after {
    box-sizing: border-box;
}

.bd-directory h1,
.bd-directory h2,
.bd-directory h3,
.bd-directory p,
.bd-directory dl,
.bd-directory dd,
.bd-directory dt {
    margin: 0;
}

.bd-directory a {
    text-decoration: none;
}

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

.bd-eyebrow {
    color: var(--bd-teal);
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    line-height: 1.2;
    margin-bottom: 9px;
    text-transform: uppercase;
}

.bd-hero {
    align-items: center;
    background:
        radial-gradient(circle at 88% 15%, rgba(29, 90, 181, .24), transparent 28%),
        linear-gradient(126deg, #123f69 0%, #164a77 60%, #1c5d8e 100%);
    border-radius: 18px;
    color: var(--bd-white);
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    min-height: 300px;
    overflow: hidden;
    padding: 48px 54px;
    position: relative;
}

.bd-hero::before {
    background-image: linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 28px 28px;
    content: '';
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.bd-hero__content {
    max-width: 720px;
    position: relative;
    z-index: 1;
}

/* End */


/* Start:/local/components/sf2v/bearings.directory/templates/.default/styles/base-02.css?17876727911420*/
.bd-hero .bd-eyebrow {
    color: #b8d3f5;
}

.bd-hero h1 {
    color: inherit;
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 700;
    letter-spacing: -.025em;
    line-height: 1.05;
}

.bd-hero__content > p {
    color: rgba(255, 255, 255, .8);
    font-size: 17px;
    line-height: 1.55;
    margin-top: 18px;
    max-width: 650px;
}

.bd-hero__stats {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 26px;
    margin-top: 32px;
}

.bd-hero__stats span {
    align-items: baseline;
    color: rgba(255, 255, 255, .75);
    display: inline-flex;
    font-size: 13px;
    gap: 5px;
    white-space: nowrap;
}

.bd-hero__stats span + span {
    position: relative;
}

.bd-hero__stats span + span::before {
    background: rgba(255, 255, 255, .26);
    border-radius: 50%;
    content: '';
    height: 4px;
    left: -15px;
    position: absolute;
    top: 7px;
    width: 4px;
}

.bd-hero__stats strong {
    color: var(--bd-white);
    font-size: 16px;
}

.bd-hero__mark {
    color: rgba(255, 255, 255, .12);
    height: 250px;
    justify-self: end;
    position: relative;
    transform: rotate(-9deg);
    width: 250px;
    z-index: 1;
}

.bd-hero__mark::after {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 50%;
    content: '';
    inset: -32px;
    position: absolute;
}

.bd-hero__mark svg {
    display: block;
    height: 100%;
    width: 100%;
}

/* End */


/* Start:/local/components/sf2v/bearings.directory/templates/.default/styles/base-03.css?17876727911676*/
.bd-filter {
    background: var(--bd-white);
    border: 1px solid rgba(22, 74, 119, .09);
    border-radius: 16px;
    box-shadow: var(--bd-shadow);
    margin: -24px 24px 0;
    padding: 26px;
    position: relative;
    z-index: 2;
}

.bd-filter__form {
    align-items: end;
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(240px, 1.6fr) minmax(190px, .8fr) minmax(350px, 1.5fr) auto;
}

.bd-field {
    display: block;
    min-width: 0;
}

.bd-field__label {
    color: #4f6170;
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 8px 2px;
}

.bd-field__label b {
    color: var(--bd-navy);
    font-size: 13px;
    margin-right: 3px;
}

.bd-field input,
.bd-field select {
    appearance: none;
    background: var(--bd-white);
    border: 1px solid #ccd7e1;
    border-radius: 9px;
    color: var(--bd-ink);
    font: inherit;
    font-size: 14px;
    height: 48px;
    line-height: 46px;
    outline: none;
    padding: 0 14px;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
    width: 100%;
}

.bd-field input::placeholder {
    color: #a4afb9;
}

.bd-field input:hover,
.bd-field select:hover {
    border-color: #9eb3c4;
}

.bd-field input:focus,
.bd-field select:focus {
    border-color: var(--bd-teal);
    box-shadow: 0 0 0 3px rgba(29, 90, 181, .15);
}

.bd-field__control {
    display: block;
    position: relative;
}

.bd-field__control > svg {
    fill: none;
    height: 20px;
    left: 15px;
    position: absolute;
    stroke: var(--bd-teal);
    stroke-linecap: round;
    stroke-width: 1.8;
    top: 14px;
    width: 20px;
    z-index: 1;
}

/* End */


/* Start:/local/components/sf2v/bearings.directory/templates/.default/styles/base-04.css?17876727911828*/
.bd-field--search input {
    padding-left: 45px;
}

.bd-field__control--select::after {
    border-bottom: 2px solid var(--bd-navy);
    border-right: 2px solid var(--bd-navy);
    content: '';
    height: 7px;
    pointer-events: none;
    position: absolute;
    right: 17px;
    top: 18px;
    transform: rotate(45deg);
    width: 7px;
}

.bd-field__control--select select {
    padding-right: 38px;
}

.bd-filter__dimensions {
    display: grid;
    gap: 9px;
    grid-template-columns: repeat(3, minmax(100px, 1fr));
}

.bd-filter__actions {
    display: flex;
    gap: 8px;
}

.bd-button {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 9px;
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-size: 14px;
    font-weight: 600;
    gap: 8px;
    height: 48px;
    justify-content: center;
    line-height: 1;
    padding: 0 20px;
    transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease, transform .2s ease;
    white-space: nowrap;
}

.bd-button svg {
    fill: none;
    height: 18px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    width: 18px;
}

.bd-button--primary {
    background: var(--bd-teal);
    color: var(--bd-white) !important;
}

.bd-button--primary:hover,
.bd-button--primary:focus-visible {
    background: #174a96;
    box-shadow: 0 8px 22px rgba(29, 90, 181, .24);
    color: var(--bd-white);
    transform: translateY(-1px);
}

.bd-button--ghost {
    background: var(--bd-white);
    border-color: var(--bd-line);
    color: var(--bd-muted) !important;
    padding-inline: 14px;
}

.bd-button--ghost:hover,
.bd-button--ghost:focus-visible {
    background: var(--bd-soft);
    border-color: #c5d0da;
    color: var(--bd-navy) !important;
}

/* End */


/* Start:/local/components/sf2v/bearings.directory/templates/.default/styles/base-05.css?17876727911731*/
.bd-button--secondary {
    background: var(--bd-white);
    border-color: #b8c7d4;
    color: var(--bd-navy) !important;
}

.bd-button--secondary:hover,
.bd-button--secondary:focus-visible {
    background: var(--bd-navy);
    border-color: var(--bd-navy);
    color: var(--bd-white) !important;
}

.bd-results {
    margin-top: 54px;
}

.bd-results__toolbar {
    align-items: end;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.bd-results__toolbar h2,
.bd-properties__heading h2 {
    color: var(--bd-ink);
    font-size: 28px;
    font-weight: 650;
    letter-spacing: -.015em;
    line-height: 1.15;
}

.bd-results__range {
    color: var(--bd-muted);
    font-size: 13px;
}

.bd-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: -5px 0 18px;
}

.bd-chip {
    align-items: center;
    background: var(--bd-teal-light);
    border: 1px solid #cadbf2;
    border-radius: 999px;
    color: #174a96 !important;
    display: inline-flex;
    font-size: 12px;
    font-weight: 600;
    gap: 7px;
    line-height: 1;
    min-height: 30px;
    padding: 6px 10px 6px 12px;
    transition: background-color .2s ease, border-color .2s ease;
}

.bd-chip:hover {
    background: #dfeafb;
    border-color: #a8c4e9;
}

.bd-chip svg {
    fill: none;
    height: 14px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-width: 1.8;
    width: 14px;
}

.bd-table {
    background: var(--bd-white);
    border: 1px solid var(--bd-line);
    border-radius: 14px;
    box-shadow: 0 10px 35px rgba(25, 63, 94, .06);
    overflow: hidden;
}

.bd-table__head,
.bd-table__row {
    display: grid;
    grid-template-columns: 70px 70px minmax(230px, 1fr) 110px 110px 124px;
}

/* End */


/* Start:/local/components/sf2v/bearings.directory/templates/.default/styles/base-06.css?17876727911605*/
.bd-table__head {
    align-items: center;
    background: #edf2f6;
    border-bottom: 1px solid #d9e1e8;
    color: #596b7a;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .055em;
    min-height: 46px;
    text-transform: uppercase;
}

.bd-table__head > div {
    padding: 6px 10px;
}

.bd-table__head > div:nth-child(1),
.bd-table__head > div:nth-child(2),
.bd-table__head > div:nth-child(n+4) {
    text-align: center;
}

.bd-table__head b {
    color: var(--bd-navy);
    display: block;
    font-size: 13px;
    line-height: 1.15;
    text-transform: none !important;
}

.bd-table__head span {
    display: block;
    font-size: 9px;
    line-height: 1.2;
    margin-top: 2px;
}

.bd-table__row {
    align-items: stretch;
    background: var(--bd-white);
    border-bottom: 1px solid #e9eef2;
    min-height: 72px;
    transition: background-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.bd-table__row:last-child {
    border-bottom: 0;
}

.bd-table__row:hover {
    background: #fbfdfe;
    box-shadow: inset 4px 0 0 var(--bd-teal);
    position: relative;
    z-index: 1;
}

.bd-table__visual,
.bd-table__metric {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 6px;
}

.bd-table__name {
    align-self: center;
    min-width: 0;
    padding: 8px 12px;
}

.bd-brand {
    background: var(--bd-teal-light);
    border-radius: 4px;
    color: #1d5ab5;
    display: inline-flex;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .06em;
    line-height: 1;
    padding: 6px 8px 5px;
    text-transform: uppercase;
}

/* End */


/* Start:/local/components/sf2v/bearings.directory/templates/.default/styles/base-07.css?17876727911734*/
.bd-table__name h3 {
    color: var(--bd-navy);
    font-size: 16px;
    font-weight: 650;
    line-height: 1.25;
    margin-top: 5px;
    overflow-wrap: anywhere;
    transition: color .18s ease;
}

.bd-table__name-link {
    color: inherit;
    display: block;
}

.bd-table__row:hover .bd-table__name h3,
.bd-table__name-link:hover h3 {
    color: var(--bd-teal);
}

.bd-article {
    color: var(--bd-muted);
    display: block;
    font-size: 11px;
    line-height: 1.3;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bd-placeholder {
    align-items: center;
    border: 1px solid var(--bd-line);
    border-radius: 9px;
    color: #7f98aa;
    display: flex;
    flex-direction: column;
    height: 58px;
    justify-content: center;
    position: relative;
    width: 56px;
}

.bd-placeholder--scheme {
    background: linear-gradient(135deg, #f5f8fa, #edf2f5);
}

.bd-placeholder--photo {
    background: linear-gradient(135deg, #f2f6fc, #e8f0fb);
    color: #2b64a8;
}

.bd-placeholder svg {
    fill: none;
    height: 34px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.2;
    width: 34px;
}

.bd-placeholder small {
    background: rgba(255, 255, 255, .88);
    border-radius: 3px;
    bottom: 4px;
    font-size: 8px;
    left: 50%;
    line-height: 1;
    padding: 2px 4px;
    position: absolute;
    text-transform: uppercase;
    transform: translateX(-50%);
}

.bd-table__metric {
    border-left: 1px solid #edf1f4;
    flex-direction: column;
    line-height: 1.1;
}

.bd-table__metric strong {
    color: var(--bd-ink);
    font-size: 16px;
    font-variant-numeric: tabular-nums;
    font-weight: 650;
}

/* End */


/* Start:/local/components/sf2v/bearings.directory/templates/.default/styles/base-08.css?1787672791698*/
.bd-pager {
    align-items: center;
    display: grid;
    gap: 18px;
    grid-template-columns: 1fr auto 1fr;
    margin-top: 30px;
}

.bd-pager__pages {
    align-items: center;
    display: flex;
    gap: 6px;
    justify-content: center;
}

.bd-pager__page,
.bd-pager__direction {
    align-items: center;
    border: 1px solid var(--bd-line);
    color: var(--bd-navy) !important;
    display: inline-flex;
    font-size: 13px;
    font-weight: 600;
    justify-content: center;
    transition: background-color .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease;
}

.bd-pager__page {
    border-radius: 8px;
    height: 40px;
    min-width: 40px;
    padding: 0 8px;
}

/* End */


/* Start:/local/components/sf2v/bearings.directory/templates/.default/styles/base-09.css?17876727911667*/
.bd-pager__page:hover,
.bd-pager__direction:hover {
    background: var(--bd-teal-light);
    border-color: #a8c4e9;
}

.bd-pager__page.is-current {
    background: var(--bd-navy);
    border-color: var(--bd-navy);
    box-shadow: 0 7px 18px rgba(22, 74, 119, .2);
    color: var(--bd-white) !important;
}

.bd-pager__direction {
    border-radius: 9px;
    gap: 7px;
    height: 42px;
    padding: 0 14px;
    width: max-content;
}

.bd-pager__direction:last-of-type {
    justify-self: end;
}

.bd-pager__direction.is-disabled {
    background: var(--bd-soft);
    color: #a0acb6 !important;
    cursor: default;
    opacity: .7;
}

.bd-pager__direction svg {
    fill: none;
    height: 17px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    width: 17px;
}

.bd-pager__ellipsis {
    color: #8594a0;
    display: inline-flex;
    justify-content: center;
    min-width: 24px;
}

.bd-pager > p {
    color: var(--bd-muted);
    font-size: 11px;
    grid-column: 1 / -1;
    text-align: center;
}

.bd-empty,
.bd-state-page {
    align-items: center;
    background: var(--bd-soft);
    border: 1px dashed #cbd6df;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    min-height: 360px;
    padding: 54px 24px;
    text-align: center;
}

.bd-empty__icon,
.bd-state-page__icon {
    color: #8ca3b4;
    display: block;
    height: 70px;
    margin-bottom: 18px;
    width: 70px;
}

.bd-empty__icon svg,
.bd-state-page__icon svg {
    fill: none;
    height: 100%;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5;
    width: 100%;
}

/* End */


/* Start:/local/components/sf2v/bearings.directory/templates/.default/styles/base-10.css?17876727911689*/
.bd-empty h3,
.bd-state-page h1 {
    color: var(--bd-navy);
    font-size: 24px;
    font-weight: 650;
}

.bd-empty p,
.bd-state-page p {
    color: var(--bd-muted);
    font-size: 14px;
    line-height: 1.55;
    margin: 10px auto 22px;
    max-width: 520px;
}

.bd-empty--compact {
    min-height: 220px;
}

.bd-state-page {
    background: linear-gradient(145deg, #f8fafb, #eef3f6);
    margin-top: 8px;
    min-height: 440px;
}

.bd-state-page__code {
    color: rgba(29, 90, 181, .22);
    font-size: 98px;
    font-weight: 800;
    letter-spacing: -.08em;
    line-height: .9;
    margin-bottom: 24px;
}

/* Детальная страница */
.bd-local-breadcrumbs {
    align-items: center;
    color: #82919d;
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    gap: 7px;
    line-height: 1.4;
    margin: 4px 0 20px;
}

.bd-local-breadcrumbs a {
    align-items: center;
    color: var(--bd-navy);
    display: inline-flex;
    font-weight: 600;
    gap: 4px;
}

.bd-local-breadcrumbs a:hover {
    color: var(--bd-teal);
}

.bd-local-breadcrumbs svg {
    fill: none;
    height: 15px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    width: 15px;
}

.bd-local-breadcrumbs span:last-child {
    color: #4e5c67;
    max-width: 390px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bd-detail-hero {
    background: var(--bd-white);
    border: 1px solid var(--bd-line);
    border-radius: 18px;
    box-shadow: var(--bd-shadow);
    display: grid;
    gap: 42px;
    grid-template-columns: minmax(420px, .95fr) minmax(0, 1.05fr);
    overflow: hidden;
    padding: 34px;
}

/* End */


/* Start:/local/components/sf2v/bearings.directory/templates/.default/styles/base-11.css?17876727911907*/
.bd-detail-hero__visuals {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 370px;
}

.bd-detail-visual {
    align-items: center;
    border: 1px solid #dce5eb;
    border-radius: 13px;
    color: #7694a7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    overflow: hidden;
    padding: 30px 18px 22px;
    position: relative;
    text-align: center;
}

.bd-detail-visual::before {
    background-image: linear-gradient(rgba(22, 74, 119, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(22, 74, 119, .035) 1px, transparent 1px);
    background-size: 18px 18px;
    content: '';
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.bd-detail-visual--photo {
    background: linear-gradient(145deg, #f2f6fc, #e8f0fb);
    color: #2b64a8;
}

.bd-detail-visual--scheme {
    background: linear-gradient(145deg, #f7f9fb, #edf1f4);
}

.bd-detail-visual__label {
    background: rgba(255, 255, 255, .9);
    border: 1px solid rgba(22, 74, 119, .08);
    border-radius: 999px;
    color: #657988;
    font-size: 9px;
    font-weight: 700;
    left: 12px;
    letter-spacing: .07em;
    padding: 6px 9px;
    position: absolute;
    text-transform: uppercase;
    top: 12px;
    z-index: 1;
}

.bd-detail-visual > svg {
    fill: none;
    max-height: 178px;
    position: relative;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    width: min(90%, 178px);
    z-index: 1;
}

.bd-detail-visual > small {
    color: #7a8b97;
    font-size: 10px;
    line-height: 1.4;
    margin-top: 24px;
    max-width: 160px;
    position: relative;
    z-index: 1;
}

.bd-detail-hero__content {
    align-self: center;
    min-width: 0;
}

.bd-detail-hero__badges {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

/* End */


/* Start:/local/components/sf2v/bearings.directory/templates/.default/styles/base-12.css?17876727911517*/
.bd-reference-badge {
    border: 1px solid #d5dee6;
    border-radius: 4px;
    color: #71808c;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    padding: 5px 8px;
}

.bd-detail-hero h1 {
    color: var(--bd-navy);
    font-size: clamp(30px, 3.4vw, 46px);
    font-weight: 700;
    letter-spacing: -.025em;
    line-height: 1.08;
    margin-top: 18px;
    overflow-wrap: anywhere;
}

.bd-detail-hero__article {
    color: var(--bd-muted);
    font-size: 13px;
    line-height: 1.45;
    margin-top: 11px !important;
}

.bd-detail-hero__article strong {
    color: #435462;
}

.bd-main-metrics {
    display: grid;
    gap: 9px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 28px;
}

.bd-main-metrics > div {
    background: var(--bd-soft);
    border: 1px solid #e1e7ec;
    border-radius: 10px;
    min-width: 0;
    padding: 14px;
}

.bd-main-metrics span {
    color: #70808d;
    display: block;
    font-size: 9px;
    line-height: 1.35;
    min-height: 25px;
}

.bd-main-metrics span b {
    color: var(--bd-teal);
    display: block;
    font-size: 13px;
}

.bd-main-metrics strong {
    color: var(--bd-navy);
    display: block;
    font-size: 22px;
    font-variant-numeric: tabular-nums;
    font-weight: 650;
    line-height: 1;
    margin-top: 10px;
}

.bd-main-metrics strong small {
    color: #7b8a96;
    font-size: 10px;
    font-weight: 500;
}

.bd-detail-category {
    border-top: 1px solid var(--bd-line);
    margin-top: 24px;
    padding-top: 18px;
}

/* End */


/* Start:/local/components/sf2v/bearings.directory/templates/.default/styles/base-13.css?17876727911649*/
.bd-detail-category > span {
    color: #8a98a3;
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .06em;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.bd-detail-category p {
    color: #50606d;
    font-size: 12px;
    line-height: 1.5;
}

.bd-detail-note {
    align-items: flex-start;
    background: #fff9e8;
    border: 1px solid #f2dfa3;
    border-radius: 9px;
    display: flex;
    gap: 10px;
    margin-top: 18px;
    padding: 12px 14px;
}

.bd-detail-note svg {
    color: #b88f12;
    fill: none;
    flex: 0 0 auto;
    height: 18px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-width: 1.8;
    width: 18px;
}

.bd-detail-note p {
    color: #746427;
    font-size: 11px;
    line-height: 1.45;
}

.bd-properties {
    margin-top: 54px;
}

.bd-properties__heading {
    align-items: end;
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
}

.bd-properties__count {
    background: var(--bd-soft);
    border: 1px solid var(--bd-line);
    border-radius: 999px;
    color: var(--bd-muted);
    font-size: 11px;
    font-weight: 600;
    padding: 8px 12px;
}

.bd-property-group {
    background: var(--bd-white);
    border: 1px solid var(--bd-line);
    border-radius: 13px;
    margin-top: 16px;
    overflow: hidden;
}

.bd-property-group__heading {
    align-items: center;
    background: #edf2f6;
    border-bottom: 1px solid #dce4ea;
    display: flex;
    gap: 11px;
    min-height: 58px;
    padding: 11px 18px;
}

.bd-property-group__heading h3 {
    color: var(--bd-navy);
    flex: 1;
    font-size: 16px;
    font-weight: 650;
}

/* End */


/* Start:/local/components/sf2v/bearings.directory/templates/.default/styles/base-14.css?17876727911736*/
.bd-property-group__heading > span:last-child {
    background: var(--bd-white);
    border: 1px solid #d2dce4;
    border-radius: 999px;
    color: #71818d;
    font-size: 10px;
    min-width: 27px;
    padding: 5px 8px;
    text-align: center;
}

.bd-property-group__icon {
    align-items: center;
    background: var(--bd-white);
    border: 1px solid #d4dfe6;
    border-radius: 8px;
    color: var(--bd-teal);
    display: flex;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.bd-property-group__icon svg {
    fill: none;
    height: 19px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
    width: 19px;
}

.bd-property-group__hint {
    background: #f8fbfc;
    border-bottom: 1px solid #e4ebef;
    color: #6f818e;
    font-size: 11px;
    line-height: 1.4;
    padding: 11px 18px;
}

.bd-property-row {
    display: grid;
    grid-template-columns: minmax(260px, 36%) minmax(0, 1fr);
}

.bd-property-row:nth-child(even) {
    background: #fafcfd;
}

.bd-property-row + .bd-property-row {
    border-top: 1px solid #e8edf1;
}

.bd-property-row dt,
.bd-property-row dd {
    min-width: 0;
    padding: 14px 18px;
}

.bd-property-row dt {
    align-items: flex-start;
    color: #4d5e6b;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    font-weight: 600;
    gap: 5px;
    line-height: 1.45;
}

.bd-property-row dt code {
    background: #edf2f5;
    border-radius: 3px;
    color: #81909b;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 9px;
    font-weight: 500;
    max-width: 100%;
    overflow: hidden;
    padding: 3px 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* End */


/* Start:/local/components/sf2v/bearings.directory/templates/.default/styles/base-15.css?17876727911809*/
.bd-property-row dd {
    align-items: flex-start;
    border-left: 1px solid #e8edf1;
    color: var(--bd-ink);
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    font-weight: 600;
    gap: 6px 8px;
    line-height: 1.5;
}

.bd-property-value {
    overflow-wrap: anywhere;
}

.bd-property-value + .bd-property-value::before {
    color: #a3aeb7;
    content: '•';
    margin-right: 8px;
}

.bd-unit {
    background: var(--bd-teal-light);
    border-radius: 4px;
    color: #245f9f;
    flex: 0 0 auto;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    padding: 5px 6px;
}

.bd-long-value {
    width: 100%;
}

.bd-long-value summary {
    color: var(--bd-teal);
    cursor: pointer;
    font-size: 11px;
    font-weight: 600;
    list-style-position: inside;
}

.bd-long-value p {
    background: var(--bd-soft);
    border-radius: 7px;
    color: #4d5c67;
    font-size: 11px;
    line-height: 1.55;
    margin-top: 9px;
    max-height: 360px;
    overflow: auto;
    overflow-wrap: anywhere;
    padding: 12px;
    white-space: normal;
}

.bd-detail-footer {
    align-items: center;
    border-top: 1px solid var(--bd-line);
    display: flex;
    justify-content: space-between;
    margin-top: 34px;
    padding-top: 24px;
}

.bd-detail-footer > div {
    align-items: center;
    color: #87949e;
    display: flex;
    flex-wrap: wrap;
    font-size: 10px;
    gap: 10px 18px;
}

.bd-detail-footer__manufacturer {
    align-items: center;
    background: none;
    border: 0;
    color: var(--bd-navy);
    cursor: pointer;
    display: inline-flex;
    font-family: inherit;
    font-size: 11px;
    font-weight: 600;
    gap: 5px;
    padding: 0;
}

.bd-detail-footer__manufacturer:hover,
.bd-detail-footer__manufacturer:focus-visible {
    color: var(--bd-teal);
}

/* End */


/* Start:/local/components/sf2v/bearings.directory/templates/.default/styles/base-16.css?1787672791684*/
.bd-detail-footer > div svg {
    fill: none;
    height: 14px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 14px;
}

@media (max-width: 1240px) {
    .bd-filter__form {
        grid-template-columns: minmax(250px, 1fr) minmax(210px, .75fr) minmax(360px, 1.35fr);
    }

    .bd-filter__actions {
        grid-column: 1 / -1;
        justify-content: flex-end;
    }

    .bd-table__head,
    .bd-table__row {
        grid-template-columns: 66px 66px minmax(190px, 1fr) 100px 100px 112px;
    }

    .bd-detail-hero {
        gap: 28px;
        grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr);
    }
}

/* End */


/* Start:/local/components/sf2v/bearings.directory/templates/.default/styles/base-17.css?17876727911742*/
@media (max-width: 991px) {
.bd-directory {
        padding-bottom: 54px;
    }

.bd-hero {
        grid-template-columns: minmax(0, 1fr) 180px;
        min-height: 280px;
        padding: 40px;
    }

.bd-hero__mark {
        height: 190px;
        width: 190px;
    }

.bd-filter {
        margin-inline: 16px;
    }

.bd-filter__form {
        grid-template-columns: minmax(0, 1fr) minmax(210px, .65fr);
    }

.bd-filter__dimensions,
    .bd-filter__actions {
        grid-column: 1 / -1;
    }

.bd-filter__actions {
        justify-content: flex-start;
    }

.bd-table {
        background: transparent;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        overflow: visible;
    }

.bd-table__head {
        display: none;
    }

.bd-table__row {
        border: 1px solid var(--bd-line);
        border-radius: 13px;
        box-shadow: 0 8px 26px rgba(25, 63, 94, .06);
        display: grid;
        grid-template-columns: 68px 68px repeat(4, minmax(0, 1fr));
        margin-bottom: 12px;
        min-height: 0;
        overflow: hidden;
    }

.bd-table__row:hover {
        box-shadow: inset 4px 0 0 var(--bd-teal), 0 8px 26px rgba(25, 63, 94, .08);
    }

.bd-table__name {
        grid-column: 3 / 7;
        padding-right: 6px;
    }

.bd-table__metric {
        align-items: flex-start;
        background: #f7f9fb;
        border-left: 0;
        border-top: 1px solid #e8edf1;
        display: flex;
        grid-row: 2;
        justify-content: center;
        padding: 8px 10px;
        position: relative;
    }

.bd-table__metric:nth-of-type(4) {
        grid-column: 1 / 3;
    }

.bd-table__metric:nth-of-type(5) {
        border-left: 1px solid #e8edf1;
        grid-column: 3 / 5;
    }
}

/* End */


/* Start:/local/components/sf2v/bearings.directory/templates/.default/styles/base-18.css?1787672791577*/
@media (max-width: 991px) {
.bd-table__metric:nth-of-type(6) {
        border-left: 1px solid #e8edf1;
        grid-column: 5 / 7;
    }

.bd-table__metric::before {
        color: #87949e;
        content: attr(data-label);
        display: block;
        font-size: 8px;
        line-height: 1.2;
        margin-bottom: 5px;
        text-align: center;
    }

.bd-detail-hero {
        grid-template-columns: 1fr;
    }

.bd-detail-hero__visuals {
        min-height: 320px;
    }

.bd-property-row {
        grid-template-columns: minmax(220px, 36%) minmax(0, 1fr);
    }
}

/* End */


/* Start:/local/components/sf2v/bearings.directory/templates/.default/styles/base-19.css?17876727911454*/
@media (max-width: 700px) {
.bd-directory {
        padding-top: 0;
    }

.bd-hero {
        border-radius: 13px;
        display: block;
        min-height: 0;
        padding: 30px 24px 56px;
    }

.bd-hero h1 {
        font-size: 34px;
    }

.bd-hero__content > p {
        font-size: 14px;
    }

.bd-hero__stats {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
        margin-top: 24px;
    }

.bd-hero__stats span + span::before {
        display: none;
    }

.bd-hero__mark {
        height: 150px;
        opacity: .65;
        position: absolute;
        right: -34px;
        top: -25px;
        width: 150px;
    }

.bd-filter {
        border-radius: 12px;
        margin: -28px 10px 0;
        padding: 18px;
    }

.bd-filter__form {
        display: block;
    }

.bd-filter__form > .bd-field + .bd-field,
    .bd-filter__dimensions,
    .bd-filter__actions {
        margin-top: 14px;
    }

.bd-filter__dimensions {
        gap: 7px;
        grid-template-columns: 1fr;
    }

.bd-field--dimension .bd-field__label {
        font-size: 11px;
        min-height: 0;
    }

.bd-field input,
    .bd-field select {
        font-size: 13px;
        height: 46px;
    }

.bd-filter__actions {
        display: grid;
        grid-template-columns: 1fr auto;
    }

.bd-results {
        margin-top: 40px;
    }

.bd-results__toolbar h2,
    .bd-properties__heading h2 {
        font-size: 24px;
    }
}

/* End */


/* Start:/local/components/sf2v/bearings.directory/templates/.default/styles/base-20.css?17876727911275*/
@media (max-width: 700px) {
.bd-results__range {
        display: none;
    }

.bd-table__row {
        grid-template-columns: 58px 58px repeat(4, minmax(0, 1fr));
    }

.bd-table__visual {
        padding: 6px 3px;
    }

.bd-placeholder {
        height: 54px;
        width: 52px;
    }

.bd-placeholder svg {
        height: 31px;
        width: 31px;
    }

.bd-table__name {
        padding: 8px 7px;
    }

.bd-table__name h3 {
        font-size: 14px;
        margin-top: 6px;
    }

.bd-brand {
        font-size: 8px;
        padding: 5px 6px 4px;
    }

.bd-article {
        font-size: 9px;
    }

.bd-table__metric strong {
        font-size: 15px;
    }

.bd-pager {
        gap: 10px;
        grid-template-columns: auto 1fr auto;
    }

.bd-pager__direction {
        height: 40px;
        padding: 0 11px;
    }

.bd-pager__direction span {
        display: none;
    }

.bd-pager__pages {
        gap: 4px;
        overflow: hidden;
    }

.bd-pager__page {
        height: 38px;
        min-width: 36px;
    }

.bd-pager__pages .bd-pager__page:nth-last-child(n+7),
    .bd-pager__pages .bd-pager__ellipsis:nth-last-child(n+7) {
        display: none;
    }

.bd-detail-hero {
        border-radius: 13px;
        gap: 26px;
        padding: 18px;
    }
}

/* End */


/* Start:/local/components/sf2v/bearings.directory/templates/.default/styles/base-21.css?17876727911404*/
@media (max-width: 700px) {
.bd-detail-hero__visuals {
        gap: 9px;
        min-height: 240px;
    }

.bd-detail-visual {
        padding-inline: 10px;
    }

.bd-detail-visual__label {
        font-size: 8px;
    }

.bd-detail-visual > small {
        font-size: 8px;
        margin-top: 13px;
    }

.bd-detail-hero h1 {
        font-size: 31px;
    }

.bd-main-metrics {
        gap: 6px;
    }

.bd-main-metrics > div {
        padding: 11px 8px;
    }

.bd-main-metrics span {
        font-size: 8px;
    }

.bd-main-metrics strong {
        font-size: 18px;
    }

.bd-properties {
        margin-top: 42px;
    }

.bd-property-group__heading {
        padding-inline: 12px;
    }

.bd-property-group__heading h3 {
        font-size: 14px;
    }

.bd-property-row {
        display: block;
    }

.bd-property-row dt,
    .bd-property-row dd {
        padding: 11px 13px;
    }

.bd-property-row dt {
        gap: 3px;
        padding-bottom: 6px;
    }

.bd-property-row dd {
        border-left: 0;
        padding-top: 4px;
    }

.bd-detail-footer {
        align-items: stretch;
        flex-direction: column;
        gap: 16px;
    }

.bd-detail-footer .bd-button {
        width: 100%;
    }

.bd-detail-footer > div {
        justify-content: center;
    }
}

@media (max-width: 700px) {
.bd-local-breadcrumbs span:not(:last-child):not(:nth-child(2)) {
        display: none;
    }
}

/* End */


/* Start:/local/components/sf2v/bearings.directory/templates/.default/styles/base-22.css?1787672791218*/
@media (prefers-reduced-motion: reduce) {
    .bd-directory *,
    .bd-directory *::before,
    .bd-directory *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}

/* End */


/* Start:/local/components/sf2v/bearings.directory/templates/.default/styles/filter-range.css?1787672791483*/
.bd-range-field__inputs {
    display: grid;
    gap: 7px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bd-range-field__inputs label {
    display: block;
    min-width: 0;
    position: relative;
}

.bd-range-field__inputs label > span {
    color: var(--bd-muted);
    font-size: 11px;
    left: 11px;
    pointer-events: none;
    position: absolute;
    top: 17px;
    z-index: 1;
}

.bd-range-field__inputs input {
    padding-left: 31px;
    padding-right: 8px;
}

/* End */


/* Start:/local/components/sf2v/bearings.directory/templates/.default/styles/hero-compact.css?1787672791995*/
.bd-hero {
    grid-template-columns: minmax(0, 1fr) 150px;
    min-height: 174px;
    padding: 26px 40px;
}

.bd-hero__content {
    max-width: none;
}

.bd-hero h1 {
    font-size: clamp(30px, 3vw, 44px);
}

.bd-hero__stats {
    margin-top: 16px;
}

.bd-hero__mark {
    height: 138px;
    width: 138px;
}

.bd-hero__mark::after {
    inset: -18px;
}

@media (max-width: 991px) {
    .bd-hero {
        grid-template-columns: minmax(0, 1fr) 118px;
        min-height: 154px;
        padding: 24px 30px;
    }

    .bd-hero__mark {
        height: 108px;
        width: 108px;
    }
}

@media (max-width: 700px) {
    .bd-hero {
        min-height: 132px;
        padding: 24px 22px;
    }

    .bd-hero h1 {
        font-size: 29px;
        max-width: 260px;
    }

    .bd-hero__stats {
        margin-top: 13px;
    }

    .bd-hero__mark {
        height: 104px;
        right: -18px;
        top: 8px;
        width: 104px;
    }

    .bd-hero__mark::after {
        inset: -12px;
    }
}

/* End */


/* Start:/local/components/sf2v/bearings.directory/templates/.default/styles/categories-layout.css?17876727911071*/
.bd-catalog-layout {
    align-items: start;
    display: grid;
    gap: 28px;
    grid-template-columns: 292px minmax(0, 1fr);
    margin-top: 34px;
}

.bd-catalog-main {
    min-width: 0;
}

.bd-catalog-main .bd-filter {
    margin: 0;
}

.bd-catalog-main .bd-filter__form {
    grid-template-columns: minmax(210px, 1.25fr) minmax(180px, .75fr);
}

.bd-catalog-main .bd-filter__dimensions,
.bd-catalog-main .bd-filter__actions {
    grid-column: 1 / -1;
}

.bd-catalog-main .bd-filter__actions {
    justify-content: flex-start;
}

.bd-catalog-main .bd-results {
    margin-top: 34px;
}

.bd-detail-category {
    align-items: center;
    color: var(--bd-ink);
    display: grid;
    gap: 3px 12px;
    grid-template-columns: 1fr auto;
    padding-right: 18px;
}

.bd-detail-category > span {
    grid-column: 1;
}

.bd-detail-category strong {
    color: var(--bd-navy);
    font-size: 14px;
    grid-column: 1;
}

.bd-detail-category svg {
    grid-column: 2;
    grid-row: 1 / 3;
    height: 18px;
    stroke: var(--bd-teal);
    stroke-width: 2;
    width: 18px;
}

/* End */


/* Start:/local/components/sf2v/bearings.directory/templates/.default/styles/categories-tree.css?17876727911006*/
.bd-category-panel {
    position: sticky;
    top: 24px;
    z-index: 900;
}

.bd-category-panel__mobile-toggle {
    display: none;
}

.bd-category-panel__body {
    background: #fff;
    border: 1px solid var(--bd-line);
    border-radius: 16px;
    box-shadow: 0 12px 34px rgba(22, 74, 119, .07);
    overflow: hidden;
}

.bd-category-panel__heading {
    background: linear-gradient(145deg, #f5fafc, #fff);
    border-bottom: 1px solid var(--bd-line);
    padding: 18px 22px;
}

.bd-category-panel__heading h2 {
    color: var(--bd-navy-dark);
    font-size: 23px;
    line-height: 1.1;
}

.bd-category-panel nav {
    max-height: none;
    overflow: visible;
    padding: 12px 10px 16px;
    scrollbar-color: #b9c8d4 transparent;
    scrollbar-width: thin;
}

.bd-category-tree {
    list-style: none;
    margin: 0;
    padding: 0 0 0 12px;
}

.bd-category-tree:not(.bd-category-tree--root) {
    border-left: 1px solid #dce7ee;
    margin-left: 10px;
}

.bd-category-tree--root {
    padding: 0;
}

/* End */


/* Start:/local/components/sf2v/bearings.directory/templates/.default/styles/categories-nodes.css?17876727911987*/
.bd-category-node__line {
    align-items: center;
    display: flex;
    margin: 2px 0;
    min-width: 0;
}

.bd-category-node__line > a {
    align-items: center;
    border-radius: 8px;
    color: #344d60;
    display: flex;
    flex: 1;
    font-size: 12px;
    font-weight: 500;
    gap: 8px;
    justify-content: space-between;
    line-height: 1.35;
    min-width: 0;
    padding: 9px 8px;
    transition: background .18s ease, color .18s ease;
}

.bd-category-node.depth-1 > .bd-category-node__line > a {
    color: var(--bd-navy-dark);
    font-size: 13px;
    font-weight: 700;
}

.bd-category-node__line > a:hover {
    background: var(--bd-teal-light);
    color: var(--bd-navy);
}

.bd-category-node.is-active > .bd-category-node__line > a {
    background: var(--bd-navy);
    color: #fff;
}

.bd-category-node__line small {
    color: #8797a5;
    flex: 0 0 auto;
    font-size: 9px;
    font-weight: 600;
    white-space: nowrap;
}

.bd-category-node.is-active > .bd-category-node__line small {
    color: rgba(255, 255, 255, .72);
}

.bd-category-node__line button,
.bd-category-node__toggle-placeholder {
    flex: 0 0 26px;
    height: 30px;
}

.bd-category-node__line button {
    background: transparent;
    border: 0;
    border-radius: 7px;
    color: #7690a4;
    cursor: pointer;
    padding: 6px;
    transition: background-color .18s ease, color .18s ease;
}

.bd-category-node__line button:hover,
.bd-category-node__line button:focus-visible {
    background: var(--bd-teal-light);
    color: var(--bd-teal);
}

.bd-category-node__line button:focus-visible {
    outline: 2px solid var(--bd-teal);
    outline-offset: 1px;
}

.bd-category-node__toggle-placeholder {
    display: block;
}

.bd-category-node__line button svg {
    fill: none;
    height: 100%;
    stroke: currentColor;
    stroke-width: 1.8;
    transition: transform .18s ease;
    width: 100%;
}

.bd-category-node__line button[aria-expanded="true"] svg {
    transform: rotate(180deg);
}

/* End */


/* Start:/local/components/sf2v/bearings.directory/templates/.default/styles/category-selection.css?17876727911451*/
.bd-category-checkbox {
    cursor: pointer;
    flex: 0 0 18px;
    height: 18px;
    margin-left: 4px;
    margin-right: 8px;
    position: relative;
}

.bd-category-checkbox input {
    appearance: none;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.bd-category-checkbox__control {
    align-items: center;
    background: #fff;
    border: 1px solid #b9c8d4;
    border-radius: 4px;
    display: flex;
    height: 18px;
    justify-content: center;
    overflow: hidden;
    transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease;
    width: 18px;
}

.bd-category-checkbox input:checked + .bd-category-checkbox__control {
    background: #26ad39;
    border-color: #26ad39;
}

.bd-category-checkbox input:checked + .bd-category-checkbox__control::before {
    border-color: #fff;
    margin: 2px 8px;
}

.bd-category-checkbox input:focus-visible + .bd-category-checkbox__control {
    box-shadow: 0 0 0 3px rgba(15, 157, 155, .2);
    outline: 2px solid var(--bd-teal);
    outline-offset: 2px;
}

.bd-category-search-button {
    box-shadow: 0 12px 28px rgba(10, 49, 82, .24);
    left: 16px;
    min-width: 112px;
    position: fixed;
    top: 24px;
    z-index: 2147483646;
}

.bd-category-search-button[hidden] {
    display: none;
}

/* End */


/* Start:/local/components/sf2v/bearings.directory/templates/.default/styles/categories-responsive.css?17876727911903*/
@media (max-width: 1100px) {
    .bd-catalog-layout {
        gap: 20px;
        grid-template-columns: 252px minmax(0, 1fr);
    }

    .bd-catalog-main .bd-filter__form {
        display: block;
    }

    .bd-catalog-main .bd-filter__form > .bd-field + .bd-field,
    .bd-catalog-main .bd-filter__dimensions,
    .bd-catalog-main .bd-filter__actions {
        margin-top: 14px;
    }
}

@media (max-width: 860px) {
    .bd-catalog-layout {
        display: block;
        margin-top: 24px;
    }

    .bd-category-panel {
        margin-bottom: 18px;
        position: static;
        z-index: auto;
    }

    .bd-category-panel__mobile-toggle {
        align-items: center;
        background: #fff;
        border: 1px solid var(--bd-line);
        border-radius: 12px;
        color: var(--bd-navy-dark);
        cursor: pointer;
        display: flex;
        font: inherit;
        font-size: 14px;
        font-weight: 700;
        justify-content: space-between;
        padding: 15px 17px;
        width: 100%;
    }

    .bd-category-panel__mobile-toggle svg {
        fill: none;
        height: 20px;
        stroke: currentColor;
        stroke-width: 2;
        transition: transform .18s ease;
        width: 20px;
    }

    .bd-category-panel.is-open .bd-category-panel__mobile-toggle svg {
        transform: rotate(180deg);
    }

    .bd-category-panel__body {
        display: none;
        margin-top: 8px;
    }

    .bd-category-panel.is-open .bd-category-panel__body {
        display: block;
    }

    .bd-category-panel nav {
        max-height: 62vh;
        overflow: auto;
    }

    .bd-category-search-button {
        margin: 10px 12px 0;
        position: static;
        width: calc(100% - 24px);
    }
}

@media (max-width: 700px) {
    .bd-catalog-main .bd-filter {
        margin: 0;
    }

    .bd-catalog-main .bd-results {
        margin-top: 30px;
    }

}

/* End */


/* Start:/local/components/sf2v/bearings.directory/templates/.default/styles/table-unified-media.css?1787672791989*/
.bd-table__head,
.bd-table__row {
    grid-template-columns: 70px minmax(300px, 1fr) 110px 110px 124px;
}

.bd-table__head > div:nth-child(2) {
    text-align: left;
}

.bd-table__head > div:nth-child(n+3) {
    text-align: center;
}

@media (max-width: 1240px) {
    .bd-table__head,
    .bd-table__row {
        grid-template-columns: 66px minmax(240px, 1fr) 100px 100px 112px;
    }
}

@media (max-width: 991px) {
    .bd-table__row {
        grid-template-columns: 68px repeat(5, minmax(0, 1fr));
    }

    .bd-table__name {
        grid-column: 2 / 7;
    }

    .bd-table__metric:nth-of-type(3) {
        grid-column: 1 / 3;
    }

    .bd-table__metric:nth-of-type(4) {
        border-left: 1px solid #e8edf1;
        grid-column: 3 / 5;
    }

    .bd-table__metric:nth-of-type(5) {
        border-left: 1px solid #e8edf1;
        grid-column: 5 / 7;
    }
}

@media (max-width: 700px) {
    .bd-table__row {
        grid-template-columns: 58px repeat(5, minmax(0, 1fr));
    }
}

/* End */


/* Start:/local/components/sf2v/bearings.directory/templates/.default/styles/list-sort.css?17876727911879*/
.bd-sort-link {
    align-items: center;
    color: inherit !important;
    display: grid;
    grid-template-columns: 1fr 16px;
    margin: -6px -10px;
    min-height: 46px;
    padding: 6px 8px;
}

.bd-sort-link b,
.bd-sort-link span {
    grid-column: 1;
}

.bd-sort-link span,
.bd-sort-mobile__link {
    white-space: nowrap;
}

.bd-sort-link svg,
.bd-sort-mobile__link svg {
    fill: none;
    height: 14px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    transition: opacity .18s ease, transform .18s ease;
    width: 14px;
}

.bd-sort-link svg {
    grid-column: 2;
    grid-row: 1 / 3;
    opacity: .45;
}

.bd-sort-link:hover,
.bd-sort-link:focus-visible,
.bd-sort-link.is-active {
    background: #e2eaf1;
    color: var(--bd-navy) !important;
}

.bd-sort-link:hover svg,
.bd-sort-link:focus-visible svg,
.bd-sort-link.is-active svg {
    opacity: 1;
}

.bd-sort-link.is-desc svg,
.bd-sort-mobile__link.is-desc svg {
    transform: rotate(180deg);
}

.bd-sort-mobile {
    display: none;
}

@media (max-width: 991px) {
    .bd-sort-mobile {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        margin-top: 14px;
    }

    .bd-sort-mobile > span {
        color: var(--bd-muted);
        font-size: 12px;
        margin-right: 2px;
    }

    .bd-sort-mobile__link {
        align-items: center;
        background: var(--bd-white);
        border: 1px solid var(--bd-line);
        border-radius: 999px;
        color: var(--bd-navy) !important;
        display: inline-flex;
        font-size: 11px;
        font-weight: 650;
        gap: 4px;
        min-height: 32px;
        padding: 6px 9px;
    }

    .bd-sort-mobile__link.is-active {
        background: var(--bd-teal-light);
        border-color: #a8c4e9;
        color: #174a96 !important;
    }
}

/* End */


/* Start:/local/components/sf2v/bearings.directory/templates/.default/styles/media-list.css?17876727911774*/
.bd-list-gallery,
.bd-list-gallery__open {
    height: 58px;
    width: 56px;
}

.bd-list-gallery__open {
    background: #f5f8fc;
    border: 1px solid #d8e2ed;
    border-radius: 9px;
    cursor: zoom-in;
    display: block;
    overflow: hidden;
    padding: 3px;
    position: relative;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.bd-list-gallery__open:hover,
.bd-list-gallery__open:focus-visible {
    border-color: #1d5ab5;
    box-shadow: 0 5px 16px rgba(29, 90, 181, .2);
    outline: 0;
    transform: translateY(-1px);
}

.bd-list-gallery__open > img {
    background: #fff;
    border-radius: 6px;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.bd-list-gallery__zoom {
    align-items: center;
    background: rgba(20, 66, 112, .88);
    border-radius: 50%;
    bottom: 4px;
    color: #fff;
    display: flex;
    height: 19px;
    justify-content: center;
    opacity: 0;
    position: absolute;
    right: 4px;
    transition: opacity .18s ease;
    width: 19px;
}

.bd-list-gallery__open:hover .bd-list-gallery__zoom,
.bd-list-gallery__open:focus-visible .bd-list-gallery__zoom {
    opacity: 1;
}

.bd-list-gallery__zoom svg {
    fill: none;
    height: 12px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-width: 1.8;
    width: 12px;
}

.bd-list-gallery__count {
    background: #1d5ab5;
    border: 2px solid #fff;
    border-radius: 999px;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    line-height: 18px;
    min-width: 20px;
    padding: 0 4px;
    position: absolute;
    right: -2px;
    text-align: center;
    top: -2px;
}

@media (max-width: 700px) {
    .bd-list-gallery,
    .bd-list-gallery__open {
        height: 54px;
        width: 52px;
    }
}

/* End */


/* Start:/local/components/sf2v/bearings.directory/templates/.default/styles/media-detail.css?17876727911527*/
.bd-detail-gallery {
    align-self: start;
    min-width: 0;
}

.bd-detail-gallery__main {
    align-items: center;
    background: linear-gradient(145deg, #f7f9fc, #edf3f8);
    border: 1px solid #d9e3ec;
    border-radius: 15px;
    cursor: zoom-in;
    display: flex;
    height: 340px;
    justify-content: center;
    overflow: hidden;
    padding: 28px;
    position: relative;
    width: 100%;
}

.bd-detail-gallery__main:focus-visible {
    border-color: #1d5ab5;
    box-shadow: 0 0 0 3px rgba(29, 90, 181, .16);
    outline: 0;
}

.bd-detail-gallery__main > img {
    height: 100%;
    object-fit: contain;
    transition: transform .25s ease;
    width: 100%;
}

.bd-detail-gallery__main:hover > img {
    transform: scale(1.025);
}

.bd-detail-gallery__kind,
.bd-detail-gallery__zoom {
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 4px 16px rgba(20, 66, 112, .12);
    position: absolute;
}

.bd-detail-gallery__kind {
    border-radius: 999px;
    color: #244968;
    font-size: 10px;
    font-weight: 700;
    left: 13px;
    letter-spacing: .06em;
    padding: 7px 11px;
    text-transform: uppercase;
    top: 13px;
}

.bd-detail-gallery__zoom {
    align-items: center;
    border-radius: 50%;
    bottom: 13px;
    color: #1d5ab5;
    display: flex;
    height: 38px;
    justify-content: center;
    right: 13px;
    width: 38px;
}

.bd-detail-gallery__zoom svg {
    fill: none;
    height: 20px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-width: 1.7;
    width: 20px;
}

/* End */


/* Start:/local/components/sf2v/bearings.directory/templates/.default/styles/media-detail-thumbs.css?1787672791811*/
.bd-detail-gallery__thumbs {
    display: flex;
    gap: 8px;
    margin-top: 10px;
    overflow-x: auto;
    padding: 2px 2px 7px;
    scrollbar-color: #aac0d3 transparent;
}

.bd-detail-gallery__thumb {
    background: #fff;
    border: 1px solid #d9e3ec;
    border-radius: 9px;
    cursor: pointer;
    flex: 0 0 70px;
    height: 62px;
    overflow: hidden;
    padding: 4px;
    position: relative;
}

.bd-detail-gallery__thumb.is-active {
    border-color: #1d5ab5;
    box-shadow: 0 0 0 2px rgba(29, 90, 181, .15);
}

.bd-detail-gallery__thumb img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.bd-detail-gallery__thumb span {
    background: rgba(20, 66, 112, .86);
    bottom: 3px;
    color: #fff;
    font-size: 7px;
    left: 3px;
    padding: 2px 4px;
    position: absolute;
}

/* End */


/* Start:/local/components/sf2v/bearings.directory/templates/.default/styles/media-lightbox.css?17876727911935*/
.bd-lightbox[hidden] {
    display: none !important;
}

.bd-lightbox__nav[hidden] {
    display: none !important;
}

.bd-lightbox {
    align-items: center;
    background: rgba(8, 24, 39, .92);
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) 64px;
    inset: 0;
    padding: 28px;
    position: fixed;
    z-index: 10050;
}

.bd-lightbox__figure {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: min(88vh, 920px);
    justify-content: center;
    margin: 0;
    min-width: 0;
}

.bd-lightbox__figure > img {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 22px 70px rgba(0, 0, 0, .38);
    max-height: calc(100% - 54px);
    max-width: 100%;
    object-fit: contain;
}

.bd-lightbox__figure figcaption {
    color: #fff;
    display: flex;
    font-size: 13px;
    gap: 18px;
    justify-content: center;
    margin-top: 16px;
}

.bd-lightbox__figure figcaption small {
    color: #afc2d1;
    font-size: inherit;
}

.bd-lightbox__close,
.bd-lightbox__nav {
    align-items: center;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: flex;
    height: 46px;
    justify-content: center;
    transition: background-color .18s ease, transform .18s ease;
    width: 46px;
}

.bd-lightbox__close:hover,
.bd-lightbox__nav:hover,
.bd-lightbox__close:focus-visible,
.bd-lightbox__nav:focus-visible {
    background: #1d5ab5;
    outline: 0;
    transform: scale(1.05);
}

.bd-lightbox__close {
    position: absolute;
    right: 24px;
    top: 24px;
}

.bd-lightbox__nav {
    justify-self: center;
}

.bd-lightbox__close svg,
.bd-lightbox__nav svg {
    fill: none;
    height: 24px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 24px;
}

body.bd-lightbox-open {
    overflow: hidden;
}

/* End */


/* Start:/local/components/sf2v/bearings.directory/templates/.default/styles/media-lightbox-content.css?1787672791627*/
.bd-lightbox__figure {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
}

.bd-lightbox__figure > img {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    height: calc(100% - 54px);
    width: 100%;
}

.bd-lightbox__figure figcaption {
    align-items: center;
    flex: 0 0 auto;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.bd-lightbox__figure figcaption small,
.bd-lightbox__figure figcaption span {
    display: inline-block;
    white-space: nowrap;
}

.bd-lightbox__nav--prev {
    grid-column: 1;
    grid-row: 1;
}

.bd-lightbox__nav--next {
    grid-column: 3;
    grid-row: 1;
}

/* End */


/* Start:/local/components/sf2v/bearings.directory/templates/.default/styles/media-responsive.css?1787672791567*/
.bd-detail-hero--without-media {
    grid-template-columns: minmax(0, 1fr);
}

.bd-detail-hero--without-media .bd-detail-hero__content {
    align-self: start;
    width: 100%;
}

@media (max-width: 991px) {
    .bd-detail-gallery__main {
        height: 360px;
    }
}

@media (max-width: 700px) {
    .bd-detail-gallery__main {
        height: 270px;
        padding: 20px;
    }

    .bd-lightbox {
        grid-template-columns: 44px minmax(0, 1fr) 44px;
        padding: 18px 6px;
    }

    .bd-lightbox__close {
        right: 12px;
        top: 12px;
    }
}

/* End */


/* Start:/local/components/sf2v/bearings.directory/templates/.default/styles/detail-descriptions.css?17876727911156*/
.bd-detail-hero {
    column-gap: 42px;
    row-gap: 22px;
}

.bd-descriptions {
    border-top: 1px solid var(--bd-line);
    grid-column: 1 / -1;
    padding: 18px 0 0;
    text-align: left;
    width: 100%;
}

.bd-descriptions h2 {
    color: var(--bd-ink);
    font-size: 20px;
    margin: 2px 0 8px;
}

.bd-descriptions__short,
.bd-descriptions__long div {
    color: #4d5e6b;
    font-size: 13px;
    line-height: 1.55;
}

.bd-descriptions__long {
    margin: 12px 0 0;
    width: 100%;
}

.bd-descriptions__long summary {
    color: var(--bd-navy);
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    list-style: none;
}

.bd-descriptions__long summary::-webkit-details-marker {
    display: none;
}

.bd-descriptions__long summary::after {
    content: '  ↓';
}

.bd-descriptions__long[open] summary::after {
    content: '  ↑';
}

.bd-descriptions__hide,
.bd-descriptions__long[open] .bd-descriptions__show {
    display: none;
}

.bd-descriptions__long[open] .bd-descriptions__hide {
    display: inline;
}

.bd-descriptions__long div {
    border-top: 1px solid var(--bd-line);
    margin-top: 10px;
    padding-top: 10px;
}

/* End */


/* Start:/local/components/sf2v/bearings.directory/templates/.default/styles/detail-analogs.css?1787672791456*/
.bd-analogs {
    margin: 34px 0;
}

.bd-analogs .sf-list-items {
    margin: 0;
}

.bd-analogs > .sf-list-items > .sf-list-items__title {
    display: none;
}

.bd-directory .bd-analogs__title .sf-list-items__title-label {
    margin: 0 11px 0 0;
}

.bd-analogs .sf-list-items__title-label {
    color: var(--bd-ink);
}

.bd-analogs .sf-list-items__inner {
    width: 100%;
}

@media (max-width: 700px) {
    .bd-analogs {
        margin: 24px 0;
    }
}

/* End */


/* Start:/local/components/sf2v/bearings.directory/templates/.default/styles/property-compact.css?1787672791744*/
.bd-properties {
    margin-top: 26px;
}

.bd-properties__heading {
    margin-bottom: 10px;
}

.bd-property-group {
    margin-top: 8px;
}

.bd-property-group__heading {
    gap: 8px;
    min-height: 42px;
    padding: 6px 12px;
}

.bd-property-group__icon {
    border-radius: 6px;
    height: 28px;
    width: 28px;
}

.bd-property-group__icon svg {
    height: 16px;
    width: 16px;
}

.bd-property-row dt,
.bd-property-row dd {
    padding: 7px 12px;
}

.bd-property-row dt {
    gap: 2px;
    line-height: 1.3;
}

.bd-property-row dd {
    align-items: center;
    line-height: 1.35;
}

.bd-unit {
    padding: 3px 5px;
}

@media (max-width: 700px) {
    .bd-property-row dt,
    .bd-property-row dd {
        padding: 7px 10px;
    }
}

/* End */


/* Start:/local/components/sf2v/bearings.directory/templates/.default/styles/admin-properties.css?17876727911439*/
.bd-properties__controls {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.bd-properties__toggle {
    background: var(--bd-navy);
    border: 0;
    border-radius: 7px;
    color: var(--bd-white);
    cursor: pointer;
    font-size: 11px;
    font-weight: 700;
    padding: 8px 12px;
}

.bd-properties__toggle:hover {
    background: #123f73;
}

.bd-directory--admin .bd-property-row--system,
.bd-directory--admin .bd-property-group--system-only,
.bd-directory--admin .bd-descriptions--system,
.bd-directory--admin .bd-property-row code {
    display: none;
}

.bd-directory--system-properties-visible .bd-property-row--system,
.bd-directory--system-properties-visible .bd-property-group--system-only,
.bd-directory--system-properties-visible .bd-descriptions--system {
    display: grid;
}

.bd-directory--system-properties-visible .bd-property-group--system-only {
    display: block;
}

.bd-directory--system-properties-visible .bd-descriptions--system {
    display: block;
}

.bd-directory--system-properties-visible .bd-property-row code {
    display: block;
}

@media (max-width: 700px) {
    .bd-directory--system-properties-visible .bd-property-row--system {
        display: block;
    }

    .bd-properties__heading {
        align-items: flex-start;
    }

    .bd-properties__controls {
        align-items: flex-end;
        flex-direction: column;
    }
}

/* End */


/* Start:/local/components/sf2v/bearings.directory/templates/.default/styles/dimension-drawings.css?17876727911839*/
.bd-property-group__body--with-drawings {
    display: grid;
    grid-template-columns: minmax(220px, 30%) minmax(0, 1fr);
}

.bd-dimension-drawings {
    align-self: start;
    border-right: 1px solid var(--bd-line);
    min-width: 0;
    padding: 12px;
}

.bd-dimension-drawings__main {
    align-items: center;
    background: linear-gradient(145deg, #f7f9fc, #edf3f8);
    border: 1px solid #d9e3ec;
    border-radius: 10px;
    cursor: zoom-in;
    display: flex;
    height: 290px;
    justify-content: center;
    overflow: hidden;
    padding: 16px;
    position: relative;
    width: 100%;
}

.bd-dimension-drawings__main img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.bd-dimension-drawings__label,
.bd-dimension-drawings__zoom {
    background: rgba(255, 255, 255, .94);
    position: absolute;
}

.bd-dimension-drawings__label {
    border-radius: 999px;
    color: #244968;
    font-size: 9px;
    font-weight: 700;
    left: 9px;
    padding: 5px 8px;
    top: 9px;
}

.bd-dimension-drawings__zoom {
    align-items: center;
    border-radius: 50%;
    bottom: 9px;
    color: #1d5ab5;
    display: flex;
    height: 32px;
    justify-content: center;
    right: 9px;
    width: 32px;
}

.bd-dimension-drawings__zoom svg {
    fill: none;
    height: 17px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-width: 1.7;
    width: 17px;
}

.bd-dimension-drawings__thumbs {
    display: flex;
    gap: 6px;
    margin-top: 8px;
    overflow-x: auto;
}

.bd-dimension-drawings__thumb {
    background: #fff;
    border: 1px solid #d9e3ec;
    border-radius: 7px;
    flex: 0 0 52px;
    height: 46px;
    padding: 3px;
}

.bd-dimension-drawings__thumb.is-active {
    border-color: #1d5ab5;
}

.bd-dimension-drawings__thumb img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

/* End */


/* Start:/local/components/sf2v/bearings.directory/templates/.default/styles/dimension-drawings-responsive.css?1787672791216*/
@media (max-width: 800px) {
    .bd-property-group__body--with-drawings {
        display: block;
    }

    .bd-dimension-drawings {
        border-bottom: 1px solid var(--bd-line);
        border-right: 0;
    }
}

/* End */
/* /local/components/sf2v/bearings.directory/templates/.default/styles/base-01.css?17876727911983 */
/* /local/components/sf2v/bearings.directory/templates/.default/styles/base-02.css?17876727911420 */
/* /local/components/sf2v/bearings.directory/templates/.default/styles/base-03.css?17876727911676 */
/* /local/components/sf2v/bearings.directory/templates/.default/styles/base-04.css?17876727911828 */
/* /local/components/sf2v/bearings.directory/templates/.default/styles/base-05.css?17876727911731 */
/* /local/components/sf2v/bearings.directory/templates/.default/styles/base-06.css?17876727911605 */
/* /local/components/sf2v/bearings.directory/templates/.default/styles/base-07.css?17876727911734 */
/* /local/components/sf2v/bearings.directory/templates/.default/styles/base-08.css?1787672791698 */
/* /local/components/sf2v/bearings.directory/templates/.default/styles/base-09.css?17876727911667 */
/* /local/components/sf2v/bearings.directory/templates/.default/styles/base-10.css?17876727911689 */
/* /local/components/sf2v/bearings.directory/templates/.default/styles/base-11.css?17876727911907 */
/* /local/components/sf2v/bearings.directory/templates/.default/styles/base-12.css?17876727911517 */
/* /local/components/sf2v/bearings.directory/templates/.default/styles/base-13.css?17876727911649 */
/* /local/components/sf2v/bearings.directory/templates/.default/styles/base-14.css?17876727911736 */
/* /local/components/sf2v/bearings.directory/templates/.default/styles/base-15.css?17876727911809 */
/* /local/components/sf2v/bearings.directory/templates/.default/styles/base-16.css?1787672791684 */
/* /local/components/sf2v/bearings.directory/templates/.default/styles/base-17.css?17876727911742 */
/* /local/components/sf2v/bearings.directory/templates/.default/styles/base-18.css?1787672791577 */
/* /local/components/sf2v/bearings.directory/templates/.default/styles/base-19.css?17876727911454 */
/* /local/components/sf2v/bearings.directory/templates/.default/styles/base-20.css?17876727911275 */
/* /local/components/sf2v/bearings.directory/templates/.default/styles/base-21.css?17876727911404 */
/* /local/components/sf2v/bearings.directory/templates/.default/styles/base-22.css?1787672791218 */
/* /local/components/sf2v/bearings.directory/templates/.default/styles/filter-range.css?1787672791483 */
/* /local/components/sf2v/bearings.directory/templates/.default/styles/hero-compact.css?1787672791995 */
/* /local/components/sf2v/bearings.directory/templates/.default/styles/categories-layout.css?17876727911071 */
/* /local/components/sf2v/bearings.directory/templates/.default/styles/categories-tree.css?17876727911006 */
/* /local/components/sf2v/bearings.directory/templates/.default/styles/categories-nodes.css?17876727911987 */
/* /local/components/sf2v/bearings.directory/templates/.default/styles/category-selection.css?17876727911451 */
/* /local/components/sf2v/bearings.directory/templates/.default/styles/categories-responsive.css?17876727911903 */
/* /local/components/sf2v/bearings.directory/templates/.default/styles/table-unified-media.css?1787672791989 */
/* /local/components/sf2v/bearings.directory/templates/.default/styles/list-sort.css?17876727911879 */
/* /local/components/sf2v/bearings.directory/templates/.default/styles/media-list.css?17876727911774 */
/* /local/components/sf2v/bearings.directory/templates/.default/styles/media-detail.css?17876727911527 */
/* /local/components/sf2v/bearings.directory/templates/.default/styles/media-detail-thumbs.css?1787672791811 */
/* /local/components/sf2v/bearings.directory/templates/.default/styles/media-lightbox.css?17876727911935 */
/* /local/components/sf2v/bearings.directory/templates/.default/styles/media-lightbox-content.css?1787672791627 */
/* /local/components/sf2v/bearings.directory/templates/.default/styles/media-responsive.css?1787672791567 */
/* /local/components/sf2v/bearings.directory/templates/.default/styles/detail-descriptions.css?17876727911156 */
/* /local/components/sf2v/bearings.directory/templates/.default/styles/detail-analogs.css?1787672791456 */
/* /local/components/sf2v/bearings.directory/templates/.default/styles/property-compact.css?1787672791744 */
/* /local/components/sf2v/bearings.directory/templates/.default/styles/admin-properties.css?17876727911439 */
/* /local/components/sf2v/bearings.directory/templates/.default/styles/dimension-drawings.css?17876727911839 */
/* /local/components/sf2v/bearings.directory/templates/.default/styles/dimension-drawings-responsive.css?1787672791216 */
