.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
.c-contentbasedop.pop-heading {
    margin-top: 96px;
}
.c-contentbasedop.pop-heading,
.c-contentbasedop.pop-heading p,
.pop-heading {
    font-family: var(--font-family-bold);
    font-size: 32px;
    font-weight: var(--font-weight-bold);
    line-height: 1.5;
    letter-spacing: 1.28px;
    color: #222222;
}
.pop-heading p {
    margin-bottom: 0;
}
.product-summary-title {
    font-family: var(--font-family-bold);
    font-size: 32px;
    font-weight: var(--font-weight-bold);
    line-height: 1.5;
    letter-spacing: 1.28px;
    color: #222;
}
.product-summary-desc {
    font-family: var(--font-family-regular);
    font-size: 16px;
    font-weight: var(--font-weight-regular);
    line-height: 1.5;
    letter-spacing: 0.64px;
    color: #222;
}
.product-summary-desc p {
    margin-bottom: 0;
}
.compatibility-chart-title {
    font-family: var(--font-family-bold);
    font-size: 24px;
    font-weight: var(--font-weight-bold);
    line-height: 1.5;
    letter-spacing: 0.96px;
    color: #222;
    margin: 0;
}
.compatibility-chart-legend {
    font-family: var(--font-family-regular);
    font-size: 16px;
    font-weight: var(--font-weight-regular);
    line-height: 1.5;
    letter-spacing: 0.64px;
    color: #222;
    margin: 0;
}
.compatibility-chart.c-tabledop {
    border: none !important;
    border-bottom: 1px solid var(--color-border) !important;
}
.compatibility-chart.c-tabledop th,
.compatibility-chart.c-tabledop td {
    border-right: none !important;
}
.compatibility-chart.c-tabledop th.vertical-header {
    border-bottom: none !important;
}
.compatibility-chart.c-tabledop th.header-main {
    background-color: #f9f9f9;
    text-align: center;
}
.compatibility-chart.c-tabledop th.vertical-header {
    writing-mode: vertical-rl;
    text-orientation: upright;
    background-color: #f9f9f9;
    text-align: center;
    vertical-align: middle;
    padding: 8px 4px;
}
.compatibility-chart.c-tabledop th.sub-header {
    background-color: white;
}
.compatibility-chart.c-tabledop th.row-header {
    background-color: white;
    text-align: left;
    font-family: var(--font-family-regular);
    font-weight: var(--font-weight-regular);
}
.compatibility-chart.c-tabledop th.empty-cell {
    background-color: white;
}
.compatibility-chart.c-tabledop th.-no-bg {
    background-color: transparent !important;
}
.compatibility-chart.c-tabledop td.-align-center {
    text-align: center;
    font-family: var(--font-family-regular);
    font-weight: var(--font-weight-regular);
}
.vertical-text {
    writing-mode: vertical-rl;
    text-orientation: upright;
}
.c-tabledop th.-vertical-middle,
.c-tabledop td.-vertical-middle {
    vertical-align: middle;
}
.c-tabledop th.-no-border-bottom,
.c-tabledop td.-no-border-bottom {
    border-bottom: none !important;
}
.c-tabledop td.-align-left {
    text-align: left;
}
.mt-24 {
    margin-top: 24px;
}
.mt-32 {
    margin-top: 32px;
}
.mt-48 {
    margin-top: 48px;
}
.mt-96 {
    margin-top: 96px;
}
.mb-96 {
    margin-bottom: 96px;
}
.section-heading {
    margin-top: 96px;
}
.c-presentationdop + .c-presentationdop {
    margin-top: 96px;
}
.c-presentationdop + .c-contentbasedop {
    margin-top: 96px;
}
.c-contentbasedop:has(.product-summary-title) + .c-contentbasedop {
    margin-top: 96px;
}
.c-contentbasedop:has(.compatibility-chart-title-container) + .c-contentbasedop {
    margin-top: 96px;
}
.section-heading + .c-presentationdop {
    margin-top: 48px;
}
.product-summary-desc {
    margin-top: 36px;
}
.product-summary-desc + .note-item {
    margin-top: 16px;
}
.product-summary-desc + .note-item + div {
    margin-top: 16px;
}
.compatibility-chart-title-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}
.compatibility-chart-title-container ~ .c-tabledop-wrapper + div {
    margin-top: 16px;
}
.applicable-car-section {
    margin-top: 96px;
    margin-bottom: 96px;
}
.p-btndop + .p-btndop {
    margin-top: 16px;
}
.mt-16 {
    margin-top: 16px;
}
.p-btndop-icon {
    width: 9.5px !important;
    height: 9.5px !important;
}
@media (max-width: 1023px) {
    .c-contentbasedop.pop-heading {
        margin-top: 64px;
    }
    .c-contentbasedop.pop-heading,
    .c-contentbasedop.pop-heading p,
    .pop-heading {
        font-size: 24px;
        letter-spacing: 0.96px;
    }
    .product-summary-title {
        font-size: 24px;
        letter-spacing: 0.96px;
    }
    .product-summary-desc {
        font-size: 14px;
        letter-spacing: 0.56px;
    }
    .c-presentationdop-ttl {
        font-size: 24px !important;
        letter-spacing: 0.96px !important;
    }
    .compatibility-chart-title {
        font-size: 20px;
        letter-spacing: 0.8px;
    }
    .compatibility-chart-legend {
        font-size: 14px;
        letter-spacing: 0.56px;
        align-self: flex-end;
    }
    .compatibility-chart-title-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }
    .c-tabledop-wrapper {
        margin-right: -24px;
        padding-right: 24px;
    }
    .section-heading + .c-presentationdop {
        margin-top: 24px !important;
    }
    .p-btndop-icon {
        width: 9.5px !important;
        height: 9.5px !important;
        transform: translateY(-2px);
    }
}
