/**
 * CCE BCM category page (parts catalog).
 */
body.bcm-category-page,
body.bcm-category-page .cat-page {
    font-family: Figtree, sans-serif;
    font-size: 17px;
}

body.bcm-category-page .cat-page * {
    box-sizing: border-box;
}

/* Mockup layout: white full-width shell, 1007px content column */
@media (min-width: 968px) {
    body.bcm-category-page,
    body.bcm-pdp-page {
        background: #fff;
    }

    body.bcm-category-page #main,
    body.bcm-pdp-page #main {
        background: #fff;
    }

    body.bcm-category-page #inner.container,
    body.bcm-pdp-page #inner.container {
        max-width: 100% !important;
        width: 100%;
        box-shadow: none;
    }

    body.bcm-category-page .site-header,
    body.bcm-pdp-page .site-header,
    body.bcm-category-page #categories,
    body.bcm-pdp-page #categories {
        max-width: 1007px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }
}

.cat-page {
    max-width: 1007px;
    margin: 0 auto;
    padding: 0 15px;
}

.cat-breadcrumbs {
    max-width: 1007px;
    margin: 0 auto;
    padding: 16px 15px;
    font-size: 13px;
    color: #888;
}

.cat-breadcrumbs a {
    color: #555;
    text-decoration: none;
}

.cat-breadcrumbs a:hover {
    text-decoration: underline;
}

.cat-breadcrumbs .sep {
    margin: 0 6px;
    color: #ccc;
}

.cat-header {
    margin-bottom: 8px;
}

.cat-header h1 {
    font-size: 36px !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    margin: 0 0 12px !important;
    color: #111 !important;
    padding: 0 !important;
    text-align: left !important;
    letter-spacing: -.3px;
}

.cat-intro {
    font-size: 17px;
    color: #555;
    line-height: 1.6;
    margin: 0 0 28px;
    max-width: 720px;
}

.cat-finder {
    background: #f8f8f8;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 24px 28px;
    margin-bottom: 36px;
}

.cat-finder h2 {
    font-size: 20px !important;
    font-weight: 700 !important;
    margin: 0 0 14px !important;
    color: #111 !important;
    padding: 0 !important;
}

.cat-finder-row {
    display: flex;
    gap: 12px;
    align-items: flex-end;
    flex-wrap: wrap;
}

.cat-finder-field {
    flex: 1;
    min-width: 200px;
}

.cat-finder-field label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #888;
    text-transform: uppercase;
    letter-spacing: .4px;
    margin-bottom: 6px;
}

.cat-finder-field input,
.cat-finder-field select {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-family: Figtree, sans-serif;
    font-size: 15px;
    color: #333;
    background: #fff;
}

.cat-finder-field select {
    letter-spacing: normal;
}

.cat-finder-field input[type="text"],
#bcm-pn-input,
#bcm-gm-pn-search {
    font-family: monospace, Figtree, sans-serif;
    letter-spacing: .3px;
}

.cat-finder-field input:focus,
.cat-finder-field select:focus {
    outline: none;
    border-color: #ea4413;
}

.cat-finder-or {
    font-size: 13px;
    color: #aaa;
    font-weight: 600;
    padding-bottom: 14px;
    flex-shrink: 0;
}

.cat-finder-btn {
    padding: 12px 28px;
    background: linear-gradient(135deg, #ea4413 0%, #ff6b3d 100%);
    color: #fff;
    font-family: Figtree, sans-serif;
    font-size: 15px;
    font-weight: 700;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: .3px;
    white-space: nowrap;
}

.cat-parts-heading {
    font-size: 22px;
    font-weight: 700;
    color: #111;
    margin: 0 0 16px;
}

.cat-parts-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 36px;
}

.cat-parts-table thead th {
    text-align: left;
    padding: 12px 16px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    background: #333;
    text-transform: uppercase;
    letter-spacing: .4px;
}

.cat-parts-table thead th:first-child {
    border-radius: 8px 0 0 0;
}

.cat-parts-table thead th:last-child {
    border-radius: 0 8px 0 0;
}

.cat-parts-table tbody td {
    padding: 16px;
    font-size: 16px;
    color: #444;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: top;
}

.cat-parts-table tbody tr:nth-child(even) td {
    background: #fafafa;
}

.cat-parts-table tbody tr:hover td {
    background: #f5f0ec;
}

.part-number {
    font-weight: 700;
    color: #111;
    font-size: 17px;
    font-family: monospace, Figtree, sans-serif;
    letter-spacing: .3px;
}

.part-number-more {
    display: inline-block;
    margin-left: 8px;
    padding: 2px 8px;
    border-radius: 999px;
    background: #f0f0f0;
    color: #666;
    font-size: 12px;
    font-weight: 600;
    font-family: Figtree, sans-serif;
    letter-spacing: 0;
    vertical-align: middle;
}

.bcm-fast-shipping-note {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin: 0 0 12px;
}

body.bcm-pdp-page .pdp-shipping-note {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
}

body.bcm-pdp-page .pdp-shipping-note .fa {
    margin-right: 6px;
    color: #ea4413;
}

body.bcm-pdp-page .pdp-turnaround-note {
    font-size: 14px;
    color: #666;
    margin: 0 0 14px;
}

body.bcm-pdp-page--clone .pdp-clone-alert {
    padding: 14px 16px;
    margin-bottom: 14px;
    background: #fff5f5;
    border: 2px solid #e53935;
    border-radius: 8px;
}

body.bcm-pdp-page--clone .pdp-clone-alert__title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    color: #c62828;
    font-size: 15px;
}

body.bcm-pdp-page--clone .pdp-clone-alert__title .fa {
    color: #e53935;
    font-size: 16px;
}

body.bcm-pdp-page--clone .pdp-clone-alert p {
    margin: 0;
    color: #555;
    font-size: 14px;
    line-height: 1.45;
}

body.bcm-pdp-page--clone .pdp-no-relearn {
    padding: 20px 24px;
    margin-top: 36px;
    color: #2e5a32;
    background: #f6fdf6;
    border: 1px solid #c8e6c9;
    border-radius: 10px;
    font-size: 17px;
    line-height: 1.5;
}

body.bcm-pdp-page--clone .pdp-no-relearn strong {
    color: #1b5e20;
}

body.bcm-pdp-page--vin .pdp-security-relearn {
    padding: 20px 24px;
    margin-bottom: 36px;
    color: #5d4037;
    background: #fff8e1;
    border: 1px solid #ffe082;
    border-radius: 10px;
    font-size: 17px;
    line-height: 1.5;
}

body.bcm-pdp-page--vin .pdp-security-relearn strong {
    color: #e65100;
}

body.bcm-pdp-page--clone .pdp-cloning-process {
    margin-top: 36px;
}

body.bcm-pdp-page--clone .pdp-cloning-process > h3 {
    margin: 0 0 8px;
    color: #111;
    font-size: 22px;
    font-weight: 700;
}

body.bcm-pdp-page--clone .pdp-cloning-process > p {
    margin: 0;
    color: #555;
    font-size: 17px;
    line-height: 1.5;
}

.part-fits {
    font-size: 15px;
    color: #444;
    line-height: 1.5;
}

.part-also,
.part-replaces {
    font-size: 13px;
    color: #888;
    margin-top: 3px;
}

.part-price {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    white-space: nowrap;
}

.part-view-btn {
    display: inline-block;
    padding: 8px 20px;
    background: linear-gradient(135deg, #ea4413 0%, #ff6b3d 100%);
    color: #fff;
    font-family: Figtree, sans-serif;
    font-size: 14px;
    font-weight: 700;
    border-radius: 6px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .3px;
    white-space: nowrap;
}

.part-view-btn:hover {
    color: #fff;
    text-decoration: none;
}

.cat-info h3 {
    font-size: 22px;
    font-weight: 700;
    color: #111;
    margin: 0 0 12px;
}

.cat-info p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin: 0 0 16px;
}

.cat-info ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

.cat-info ul li {
    position: relative;
    margin: 8px 0;
    padding-left: 24px;
    font-size: 16px;
    color: #555;
    line-height: 1.5;
}

.cat-info ul li::before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 2px;
    color: #0b7a3e;
    font-size: 12px;
}

.cat-spacer {
    height: 40px;
}

/* ===== BCM landing page ===== */
.cat-search {
    background: #f8f8f8;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 28px 32px;
    margin-bottom: 36px;
}

.cat-search h2 {
    font-size: 20px !important;
    font-weight: 700 !important;
    margin: 0 0 18px !important;
    color: #111 !important;
    padding: 0 !important;
}

.cat-search-ymm {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr auto;
    gap: 12px;
    align-items: end;
}

.cat-search-field label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #888;
    text-transform: uppercase;
    letter-spacing: .4px;
    margin-bottom: 6px;
}

.cat-search-field select,
.cat-search-field input {
    width: 100%;
    height: 54px;
    padding: 0 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-family: Figtree, sans-serif;
    font-size: 17px;
    color: #333;
    background: #fff;
    appearance: auto;
}

.cat-search-field select {
    font-family: Figtree, sans-serif;
    letter-spacing: normal;
}

.cat-search-field select:focus,
.cat-search-field input:focus {
    outline: none;
    border-color: #ea4413;
}

.cat-search-btn {
    height: 54px;
    padding: 0 32px;
    background: linear-gradient(135deg, #ea4413 0%, #ff6b3d 100%);
    color: #fff;
    font-family: Figtree, sans-serif;
    font-size: 15px;
    font-weight: 700;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: .3px;
    white-space: nowrap;
    transition: all .2s;
    box-shadow: 0 3px 10px rgba(234, 68, 19, .25);
}

.cat-search-btn:hover {
    background: linear-gradient(135deg, #d43a0e 0%, #ea4413 100%);
    transform: translateY(-1px);
}

.cat-finder-message {
    display: none;
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.5;
    color: #555;
}

.cat-finder-message.is-error {
    color: #b42318;
    background: #fef3f2;
    border: 1px solid #fecdca;
    border-radius: 8px;
    padding: 12px 14px;
    font-weight: 600;
}

.cat-finder-message.is-info {
    color: #555;
    background: #f8f8f8;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 12px 14px;
}

.cat-makes {
    margin-bottom: 40px;
}

.cat-makes h3 {
    font-size: 20px;
    font-weight: 700;
    color: #111;
    margin: 0 0 16px;
}

.cat-makes-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.cat-make-card {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    text-decoration: none;
    color: #111;
    font-size: 20px;
    font-weight: 600;
    transition: all .15s;
}

.cat-make-card:hover {
    border-color: #ea4413;
    background: #fff9f6;
    color: #ea4413;
}

.cat-make-card > .fa {
    font-size: 22px;
    color: #ea4413;
    flex-shrink: 0;
}

.cat-make-count {
    font-size: 14px;
    color: #999;
    font-weight: 400;
    margin-left: auto;
}

.cat-table-wrap {
    margin-bottom: 36px;
}

.cat-vehicles-table {
    width: 100%;
    border-collapse: collapse;
}

.cat-vehicles-table thead th {
    text-align: left;
    padding: 16px 14px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    background: #333;
    text-transform: uppercase;
    letter-spacing: .4px;
    white-space: nowrap;
}

.cat-vehicles-table thead th.sortable {
    cursor: pointer;
    user-select: none;
}

.cat-vehicles-table thead th.sortable:hover {
    background: #444;
}

.cat-vehicles-table thead th .sort-arrow {
    font-size: 11px;
    margin-left: 4px;
    opacity: .4;
}

.cat-vehicles-table thead th.sorted .sort-arrow {
    opacity: 1;
}

.cat-vehicles-table thead th:first-child {
    border-radius: 8px 0 0 0;
}

.cat-vehicles-table thead th:last-child {
    border-radius: 0 8px 0 0;
}

.cat-vehicles-table tbody td {
    padding: 14px;
    font-size: 18px;
    color: #444;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: middle;
}

.cat-vehicles-table tbody tr:nth-child(even) td {
    background: #fafafa;
}

.cat-vehicles-table tbody tr:hover td {
    background: #fff5ec;
}

.cat-vehicles-table tbody tr.bcm-row-match {
    background: #fff8f4;
    outline: 2px solid #ea4413;
    outline-offset: -2px;
}

.cat-vehicles-table tbody tr.bcm-row-match td {
    background: transparent;
    outline: none;
}

#bcm-parts-table tbody tr.bcm-row-match,
.cat-parts-table tbody tr.bcm-row-match {
    background: #fff8f4;
    outline: 2px solid #ea4413;
    outline-offset: -2px;
}

#bcm-parts-table tbody tr.bcm-row-match td,
.cat-parts-table tbody tr.bcm-row-match td {
    background: transparent;
    outline: none;
}

.cat-vehicles-table tbody tr {
    cursor: pointer;
}

.cat-vehicles-table .v-make {
    font-weight: 700;
    color: #111;
}

.cat-vehicles-table .v-model {
    font-weight: 700;
    color: #111;
}

.cat-vehicles-table .v-model a {
    color: #111;
    text-decoration: none;
    display: block;
}

.cat-vehicles-table .v-model a:hover {
    color: #ea4413;
}

.cat-vehicles-table .v-count {
    display: inline-block;
    padding: 3px 8px;
    background: #f0f0f0;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    color: #666;
}

.cat-vehicles-table .v-price {
    font-weight: 700;
    color: #111;
}

.cat-vehicles-table .v-cta {
    display: inline-block;
    padding: 10px 24px;
    background: #ea4413;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    border-radius: 6px;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    transition: background .2s;
}

.cat-vehicles-table .v-cta:hover {
    background: #d43a0e;
    color: #fff !important;
}

body.bcm-landing-page .cat-page > h1 {
    font-size: 36px !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    margin: 0 0 10px !important;
    color: #111 !important;
    padding: 0 !important;
    text-align: left !important;
}

body.bcm-landing-page .cat-intro {
    margin-bottom: 32px;
}

body.bcm-landing-page .cat-info h3 {
    font-size: 20px;
    margin: 24px 0 10px;
}

body.bcm-landing-page .cat-info h3:first-child {
    margin-top: 0;
}

body.bcm-make-page .cat-page > h1 {
    font-size: 36px !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    margin: 0 0 10px !important;
    color: #111 !important;
    padding: 0 !important;
    text-align: left !important;
}

body.bcm-make-page .cat-intro {
    margin-bottom: 32px;
}

body.bcm-make-page .cat-info h3 {
    font-size: 20px;
    margin: 24px 0 10px;
}

body.bcm-make-page .cat-info h3:first-child {
    margin-top: 0;
}

body.bcm-category-page .cat-info {
    margin: 40px 0 48px;
}

body.bcm-category-page .cat-info h3:first-child {
    margin-top: 0;
}

/* BCM pages: simplified mobile header + footer (matches customer mockups) */
@media (max-width: 768px) {
    body.bcm-category-page #categories,
    body.bcm-pdp-page #categories {
        display: none !important;
    }

    body.bcm-category-page .site-header > .col.headerLeft.contact-info,
    body.bcm-category-page .site-header .headerLeft.contact-info2,
    body.bcm-category-page .site-header .row.contact-info,
    body.bcm-category-page .site-header .row.contact-info2,
    body.bcm-pdp-page .site-header > .col.headerLeft.contact-info,
    body.bcm-pdp-page .site-header .headerLeft.contact-info2,
    body.bcm-pdp-page .site-header .row.contact-info,
    body.bcm-pdp-page .site-header .row.contact-info2 {
        display: none !important;
    }

    body.bcm-category-page .site-header .bottomroundedbox > a.roundboxmenu:not(.cart),
    body.bcm-category-page .site-header .bottomroundedbox > span.roundboxmenu,
    body.bcm-pdp-page .site-header .bottomroundedbox > a.roundboxmenu:not(.cart),
    body.bcm-pdp-page .site-header .bottomroundedbox > span.roundboxmenu {
        display: none !important;
    }

    body.bcm-category-page .site-header .bottomroundedbox > cart-head,
    body.bcm-category-page .site-header .bottomroundedbox > a.cart,
    body.bcm-pdp-page .site-header .bottomroundedbox > cart-head,
    body.bcm-pdp-page .site-header .bottomroundedbox > a.cart {
        display: block !important;
        float: right;
        min-height: 44px;
        height: 44px;
        line-height: 44px;
        padding: 0 15px 0 20px;
        box-sizing: border-box;
    }

    body.bcm-category-page .site-header .bottomroundedbox > cart-head .cart,
    body.bcm-category-page .site-header .bottomroundedbox > a.cart,
    body.bcm-pdp-page .site-header .bottomroundedbox > cart-head .cart,
    body.bcm-pdp-page .site-header .bottomroundedbox > a.cart {
        display: inline-block !important;
        color: #eee !important;
        font-size: 14px;
        font-weight: 700;
        text-decoration: none;
        line-height: 44px;
        vertical-align: middle;
    }

    body.bcm-category-page .site-header .bottomroundedbox > cart-head .cart i,
    body.bcm-category-page .site-header .bottomroundedbox > a.cart i,
    body.bcm-pdp-page .site-header .bottomroundedbox > cart-head .cart i,
    body.bcm-pdp-page .site-header .bottomroundedbox > a.cart i {
        color: #eee;
    }

    body.bcm-category-page .site-header.row,
    body.bcm-pdp-page .site-header.row {
        margin: 0;
    }

    body.bcm-category-page .site-header .col.headerRight,
    body.bcm-pdp-page .site-header .col.headerRight {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }

    body.bcm-category-page .site-header .bottomroundedbox,
    body.bcm-pdp-page .site-header .bottomroundedbox {
        position: relative;
        display: block;
        width: 100%;
        min-height: 44px;
        height: auto;
        margin: 0;
        padding: 0 15px;
        background: #000;
        border-radius: 0;
        text-align: left;
        box-sizing: border-box;
    }

    body.bcm-category-page .site-header .menu-icon.mobile-menu,
    body.bcm-pdp-page .site-header .menu-icon.mobile-menu {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        float: left;
        margin: 0;
        padding: 0 20px;
        min-height: 44px;
        height: 44px;
        box-sizing: border-box;
        line-height: 1;
        cursor: pointer;
        position: relative;
        user-select: none;
        visibility: visible !important;
    }

    body.bcm-category-page .site-header .menu-icon.mobile-menu .navicon,
    body.bcm-pdp-page .site-header .menu-icon.mobile-menu .navicon {
        margin: 0;
        background: #eee;
        display: block;
        height: 2px;
        position: relative;
        transition: background .2s ease-out;
        width: 18px;
    }

    body.bcm-category-page .site-header .menu-icon.mobile-menu .navicon::before,
    body.bcm-category-page .site-header .menu-icon.mobile-menu .navicon::after,
    body.bcm-pdp-page .site-header .menu-icon.mobile-menu .navicon::before,
    body.bcm-pdp-page .site-header .menu-icon.mobile-menu .navicon::after {
        background: #eee;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        transition: all .4s ease-out;
        width: 100%;
    }

    body.bcm-category-page .site-header .menu-icon.mobile-menu .navicon::before,
    body.bcm-pdp-page .site-header .menu-icon.mobile-menu .navicon::before {
        top: 5px;
    }

    body.bcm-category-page .site-header .menu-icon.mobile-menu .navicon::after,
    body.bcm-pdp-page .site-header .menu-icon.mobile-menu .navicon::after {
        top: -5px;
    }

    body.bcm-category-page .site-header .menu-btn:checked ~ .menu-icon .navicon,
    body.bcm-pdp-page .site-header .menu-btn:checked ~ .menu-icon .navicon {
        background: transparent;
    }

    body.bcm-category-page .site-header .menu-btn:checked ~ .menu-icon .navicon::before,
    body.bcm-pdp-page .site-header .menu-btn:checked ~ .menu-icon .navicon::before {
        transform: rotate(-45deg);
    }

    body.bcm-category-page .site-header .menu-btn:checked ~ .menu-icon .navicon::after,
    body.bcm-pdp-page .site-header .menu-btn:checked ~ .menu-icon .navicon::after {
        transform: rotate(45deg);
    }

    body.bcm-category-page .site-header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon::after,
    body.bcm-category-page .site-header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon::before,
    body.bcm-pdp-page .site-header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon::after,
    body.bcm-pdp-page .site-header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon::before {
        top: 0;
    }

    body.bcm-category-page .site-header .menu-btn,
    body.bcm-pdp-page .site-header .menu-btn {
        display: none;
    }

    body.bcm-category-page .site-header .bottomroundedbox > ul.mobile-menu,
    body.bcm-pdp-page .site-header .bottomroundedbox > ul.mobile-menu {
        display: block !important;
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
        clear: both;
        max-height: 0;
        transition: max-height .5s ease-out;
        width: 100%;
        background: #000;
    }

    body.bcm-category-page .site-header .menu-btn:checked ~ ul.mobile-menu,
    body.bcm-pdp-page .site-header .menu-btn:checked ~ ul.mobile-menu {
        max-height: 1000px !important;
    }

    body.bcm-category-page .site-header ul.mobile-menu li,
    body.bcm-pdp-page .site-header ul.mobile-menu li {
        text-align: left;
        position: relative;
    }

    body.bcm-category-page .site-header ul.mobile-menu li a,
    body.bcm-pdp-page .site-header ul.mobile-menu li a {
        display: block;
        padding: 10px;
        color: #eee;
        border-top: 1px solid #292929;
        margin: 0 20px;
        font-size: 18px;
        text-decoration: none;
    }

    body.bcm-category-page .site-header ul.mobile-menu li a:hover,
    body.bcm-pdp-page .site-header ul.mobile-menu li a:hover {
        background-color: #3e3e3e;
    }

    body.bcm-category-page .site-header ul.mobile-menu li:first-child,
    body.bcm-pdp-page .site-header ul.mobile-menu li:first-child {
        margin-top: 20px;
    }

    body.bcm-category-page .site-header ul.mobile-menu li:first-child a,
    body.bcm-pdp-page .site-header ul.mobile-menu li:first-child a {
        border-top: none;
    }

    body.bcm-category-page .site-header ul.mobile-menu li ul.drop-list,
    body.bcm-pdp-page .site-header ul.mobile-menu li ul.drop-list {
        margin: 0;
        padding: 0;
        list-style: none;
        max-height: 0;
        overflow: hidden;
        transition: max-height .5s ease-out;
        background: #000;
    }

    body.bcm-category-page .site-header .mobile-menu.submenu-btn:checked ~ ul.drop-list,
    body.bcm-pdp-page .site-header .mobile-menu.submenu-btn:checked ~ ul.drop-list {
        max-height: 1000px !important;
        margin-right: -10px;
        transition: max-height .4s ease-out;
    }

    body.bcm-category-page .site-header ul.mobile-menu li .drop-list a,
    body.bcm-pdp-page .site-header ul.mobile-menu li .drop-list a {
        border-top: none !important;
        margin: 0;
    }

    body.bcm-category-page .site-header ul.mobile-menu li .drop-list li:first-child,
    body.bcm-pdp-page .site-header ul.mobile-menu li .drop-list li:first-child {
        margin-top: 0;
    }

    body.bcm-category-page .site-header .mobile-menu.submenu-icon,
    body.bcm-pdp-page .site-header .mobile-menu.submenu-icon {
        cursor: pointer;
        display: inline-block !important;
        float: right;
        padding: 15px 20px;
        position: absolute !important;
        user-select: none;
        right: 15px;
        top: 10px;
    }

    body.bcm-category-page .site-header .mobile-menu.submenu-icon .subnavicon,
    body.bcm-pdp-page .site-header .mobile-menu.submenu-icon .subnavicon {
        background: transparent;
        display: block;
        height: 2px;
        position: relative;
        transition: background .2s ease-out;
        width: 10px;
    }

    body.bcm-category-page .site-header .mobile-menu.submenu-icon .subnavicon::before,
    body.bcm-category-page .site-header .mobile-menu.submenu-icon .subnavicon::after,
    body.bcm-pdp-page .site-header .mobile-menu.submenu-icon .subnavicon::before,
    body.bcm-pdp-page .site-header .mobile-menu.submenu-icon .subnavicon::after {
        background: #eee;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        transition: all .2s ease-out;
        width: 100%;
    }

    body.bcm-category-page .site-header .mobile-menu.submenu-icon .subnavicon::before,
    body.bcm-pdp-page .site-header .mobile-menu.submenu-icon .subnavicon::before {
        top: -5px;
        transform: rotate(90deg);
    }

    body.bcm-category-page .site-header .mobile-menu.submenu-icon .subnavicon::after,
    body.bcm-pdp-page .site-header .mobile-menu.submenu-icon .subnavicon::after {
        top: -5px;
    }

    body.bcm-category-page .site-header .mobile-menu.submenu-btn:checked ~ .submenu-icon .subnavicon,
    body.bcm-pdp-page .site-header .mobile-menu.submenu-btn:checked ~ .submenu-icon .subnavicon {
        background: transparent;
    }

    body.bcm-category-page .site-header .mobile-menu.submenu-btn:checked ~ .submenu-icon .subnavicon::before,
    body.bcm-pdp-page .site-header .mobile-menu.submenu-btn:checked ~ .submenu-icon .subnavicon::before {
        transform: rotate(0);
    }

    body.bcm-category-page .bottomMenu {
        margin-top: 24px !important;
        margin-bottom: 0 !important;
        padding: 16px 15px 20px !important;
        text-align: center;
        display: block !important;
    }

    body.bcm-category-page .bottomMenu .copyright {
        display: none !important;
    }

    body.bcm-category-page .bottomMenu .footer-menu {
        display: block !important;
        order: unset !important;
    }

    body.bcm-category-page .bottomMenu .footer-menu .footerbartxt,
    body.bcm-category-page .bottomMenu .footer-menu .menu-list {
        text-align: center;
        font-size: 14px;
        line-height: 2;
        margin: 0;
    }

    body.bcm-category-page .cat-spacer,
    body.bcm-pdp-page .cat-spacer {
        height: 0;
    }

    body.bcm-category-page #main,
    body.bcm-pdp-page #main,
    body.bcm-category-page #inner.container,
    body.bcm-pdp-page #inner.container {
        min-height: 0 !important;
    }

    .bcm-paginated-surface {
        height: auto !important;
        overflow: visible;
        transition: none;
    }

    .bcm-vue-catalog.is-swapping .bcm-paginated-surface--swap {
        min-height: inherit;
        overflow: hidden;
    }

    .bcm-paginated-surface__inner {
        will-change: auto;
    }

    .bcm-vue-catalog {
        margin-bottom: 0;
    }

    body.bcm-make-page .cat-info {
        margin-top: 40px;
        padding-top: 24px;
    }

    /* Tight mobile shell: no card shadow gap under the free-shipping bar */
    body.bcm-category-page #inner.container,
    body.bcm-pdp-page #inner.container {
        box-shadow: none !important;
        padding-top: 0 !important;
    }

    body.bcm-category-page #main,
    body.bcm-pdp-page #main {
        margin-top: 0;
    }

    body.bcm-category-page .top-banner,
    body.bcm-pdp-page .top-banner {
        margin-bottom: 0;
    }

    body.bcm-category-page .top-banner h3,
    body.bcm-pdp-page .top-banner h3 {
        margin: 0;
        padding: 10px 12px;
        font-size: 14px;
        line-height: 1.35;
    }

    body.bcm-category-page .site-header.row,
    body.bcm-pdp-page .site-header.row {
        padding-top: 0;
        padding-bottom: 0;
    }

    .cat-breadcrumbs {
        padding: 10px 15px;
        font-size: 12px;
    }

    body.bcm-category-page .cat-page > h1,
    body.bcm-make-page .cat-page > h1,
    body.bcm-landing-page .cat-page > h1,
    .cat-header h1 {
        margin-bottom: 8px !important;
    }

    .bcm-fast-shipping-note {
        margin: 0 0 8px;
        font-size: 14px;
    }

    .cat-intro {
        margin-bottom: 16px;
        font-size: 15px;
        line-height: 1.5;
    }

    body.bcm-make-page .cat-intro,
    body.bcm-landing-page .cat-intro {
        margin-bottom: 16px;
    }

    .cat-parts-heading {
        margin-bottom: 12px;
        font-size: 18px;
    }
}

/* BCM desktop/tablet: restore standard header above simplified mobile breakpoint */
@media (min-width: 769px) {
    body.bcm-category-page .site-header > .col.headerLeft.contact-info,
    body.bcm-pdp-page .site-header > .col.headerLeft.contact-info {
        display: block !important;
    }

    body.bcm-category-page .site-header .headerLeft.contact-info2,
    body.bcm-pdp-page .site-header .headerLeft.contact-info2 {
        display: none !important;
    }

    body.bcm-category-page .site-header .row.contact-info,
    body.bcm-pdp-page .site-header .row.contact-info {
        display: flex !important;
    }

    /* Mobile-only contact block — must stay hidden on desktop (matches rest of site) */
    body.bcm-category-page .site-header .row.contact-info2,
    body.bcm-pdp-page .site-header .row.contact-info2 {
        display: none !important;
    }

    body.bcm-category-page .site-header .bottomroundedbox > a,
    body.bcm-category-page .site-header .bottomroundedbox > span.roundboxmenu,
    body.bcm-category-page .site-header .bottomroundedbox > cart-head,
    body.bcm-pdp-page .site-header .bottomroundedbox > a,
    body.bcm-pdp-page .site-header .bottomroundedbox > span.roundboxmenu,
    body.bcm-pdp-page .site-header .bottomroundedbox > cart-head {
        display: inline !important;
    }

    body.bcm-category-page .site-header .bottomroundedbox,
    body.bcm-pdp-page .site-header .bottomroundedbox {
        display: block;
        width: auto;
        height: auto;
        min-height: 0;
        margin-bottom: 1rem;
        padding: 0;
        background: transparent;
        text-align: right !important;
    }

    body.bcm-category-page .site-header .menu-icon.mobile-menu,
    body.bcm-pdp-page .site-header .menu-icon.mobile-menu {
        display: none !important;
    }
}

/* ===== BCM GM part-number catalog ===== */
body.bcm-gm-page {
    overflow-x: hidden;
}

body.bcm-gm-page .cat-page {
    max-width: 1007px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    box-sizing: border-box;
}

body.bcm-gm-page .bcm-gm-table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

body.bcm-gm-page .bcm-method-compare {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 28px;
}

body.bcm-gm-page .bcm-method-card {
    padding: 20px 24px;
    border-radius: 10px;
    cursor: pointer;
    transition: box-shadow .15s;
}

body.bcm-gm-page .bcm-method-card.is-active {
    box-shadow: 0 0 0 2px #111;
}

body.bcm-gm-page .bcm-method-card--vin {
    border: 1px solid #c8e6c9;
    background: #f6fdf6;
}

body.bcm-gm-page .bcm-method-card--clone {
    border: 1px solid #bbdefb;
    background: #f5f9ff;
}

body.bcm-gm-page .bcm-method-card-head {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

body.bcm-gm-page .bcm-method-pill {
    display: inline-block;
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px;
    color: #fff;
}

body.bcm-gm-page .bcm-method-pill--vin {
    background: #0b7a3e;
}

body.bcm-gm-page .bcm-method-pill--clone {
    background: #1565c0;
}

body.bcm-gm-page .bcm-method-card-count {
    font-size: 14px;
    color: #888;
}

body.bcm-gm-page .bcm-method-card-title {
    font-size: 20px;
    font-weight: 700;
    color: #111;
    margin-bottom: 8px;
}

body.bcm-gm-page .bcm-method-card ul {
    margin: 0;
    padding: 0 0 0 18px;
    font-size: 17px;
    color: #555;
    line-height: 1.7;
}

body.bcm-gm-page .bcm-gm-finder {
    margin-bottom: 28px;
}

body.bcm-gm-page .bcm-gm-finder .cat-finder-row {
    align-items: flex-end;
}

body.bcm-gm-page .bcm-gm-finder .cat-finder-field {
    min-width: 140px;
    flex: 0 1 160px;
}

body.bcm-gm-page .bcm-gm-finder .cat-finder-btn {
    flex-shrink: 0;
    align-self: flex-end;
    height: 48px;
}

body.bcm-gm-page .bcm-gm-finder .cat-finder-field input,
body.bcm-gm-page .bcm-gm-finder .cat-finder-field select {
    height: 48px;
    padding: 0 14px;
}

body.bcm-gm-page .bcm-gm-finder .cat-finder-field select {
    font-family: Figtree, sans-serif;
    letter-spacing: normal;
}

body.bcm-gm-page .bcm-gm-finder .cat-finder-field input[type="text"],
body.bcm-gm-page #bcm-gm-pn-search {
    font-family: monospace, Figtree, sans-serif;
    letter-spacing: .3px;
}

body.bcm-category-page .cat-finder-field input {
    height: 48px;
}

body.bcm-gm-page .bcm-gm-filter-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}

body.bcm-gm-page .bcm-gm-filter-toggles {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

body.bcm-gm-page .bcm-gm-filter-toggle {
    padding: 12px 22px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    font-family: Figtree, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #666;
    cursor: pointer;
    transition: all .15s;
}

body.bcm-gm-page .bcm-gm-filter-toggle:hover {
    border-color: #aaa;
}

body.bcm-gm-page .bcm-gm-filter-toggle.active {
    background: #111;
    color: #fff;
    border-color: #111;
}

body.bcm-gm-page .bcm-gm-filter-toggle:disabled {
    cursor: default;
    opacity: 0.75;
}

body.bcm-gm-page .bcm-gm-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 4px;
}

body.bcm-gm-page .bcm-gm-dot--vin {
    background: #0b7a3e;
}

body.bcm-gm-page .bcm-gm-dot--clone {
    background: #1565c0;
}

body.bcm-gm-page .bcm-gm-search-wrap {
    position: relative;
    width: 280px;
    flex-shrink: 0;
}

body.bcm-gm-page .bcm-gm-search-wrap i {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #bbb;
    pointer-events: none;
}

body.bcm-gm-page .bcm-gm-search-input {
    width: 100%;
    height: 48px;
    padding: 0 14px 0 38px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-family: monospace, Figtree, sans-serif;
    font-size: 16px;
    color: #111;
    letter-spacing: .5px;
    background: #fff;
}

body.bcm-gm-page .bcm-gm-search-input:focus {
    outline: none;
    border-color: #ea4413;
    box-shadow: 0 0 0 3px rgba(234, 68, 19, .1);
}

body.bcm-gm-page .bcm-gm-parts-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 36px;
}

body.bcm-gm-page .bcm-gm-parts-table thead th {
    text-align: left;
    padding: 16px 14px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    background: #333;
    text-transform: uppercase;
    letter-spacing: .4px;
    white-space: nowrap;
}

body.bcm-gm-page .bcm-gm-parts-table thead th.sortable {
    cursor: pointer;
    user-select: none;
}

body.bcm-gm-page .bcm-gm-parts-table thead th.sortable:hover {
    background: #444;
}

body.bcm-gm-page .bcm-gm-parts-table thead th .sort-arrow {
    font-size: 11px;
    margin-left: 4px;
    opacity: .4;
}

body.bcm-gm-page .bcm-gm-parts-table thead th.sorted .sort-arrow {
    opacity: 1;
}

body.bcm-gm-page .bcm-gm-parts-table thead th:first-child {
    border-radius: 8px 0 0 0;
}

body.bcm-gm-page .bcm-gm-parts-table thead th:last-child {
    border-radius: 0 8px 0 0;
    text-align: right;
}

body.bcm-gm-page .bcm-gm-parts-table tbody td {
    padding: 16px 14px;
    font-size: 20px;
    color: #444;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: middle;
}

body.bcm-gm-page .bcm-gm-parts-table tbody tr:nth-child(even) td {
    background: #fafafa;
}

body.bcm-gm-page .bcm-gm-parts-table tbody tr:hover td {
    background: #fff5ec;
}

body.bcm-gm-page .pn-cell {
    font-weight: 700;
    font-family: monospace, Figtree, sans-serif;
    font-size: 20px !important;
    color: #111;
    letter-spacing: .3px;
}

body.bcm-gm-page .price-old {
    text-decoration: line-through;
    color: #999;
    font-size: 14px;
    margin-right: 6px;
}

body.bcm-gm-page .price-now {
    font-weight: 700;
    color: #111;
    font-size: 20px;
}

body.bcm-gm-page .price-cell {
    white-space: nowrap;
}

body.bcm-gm-page .method-badge {
    display: inline-block;
    padding: 4px 10px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 4px;
    letter-spacing: .2px;
    white-space: nowrap;
}

body.bcm-gm-page .method-badge--vin {
    background: #e8f5e9;
    color: #2e7d32;
}

body.bcm-gm-page .method-badge--clone {
    background: #e3f2fd;
    color: #1565c0;
}

body.bcm-gm-page .bcm-gm-parts-table tbody td:nth-child(4) {
    text-align: center;
}

body.bcm-gm-page .bcm-gm-action-cell {
    text-align: right;
}

body.bcm-gm-page .bcm-gm-action-cell .part-view-btn {
    display: inline-block;
}

body.bcm-gm-page .buy-btn {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    background: #ea4413;
    color: #fff !important;
    border: none;
    border-radius: 6px;
    font-family: Figtree, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: background .2s;
}

body.bcm-gm-page .buy-btn:hover {
    background: #d43a0e;
    color: #fff !important;
}

@media (max-width: 768px) {
    body.bcm-landing-page .cat-page > h1,
    body.bcm-make-page .cat-page > h1,
    .cat-header h1 {
        font-size: 24px !important;
    }

    body.bcm-make-page .cat-intro,
    body.bcm-landing-page .cat-intro {
        font-size: 15px;
    }

    .cat-search {
        padding: 16px;
        margin-bottom: 24px;
    }

    .cat-search h2 {
        margin-bottom: 12px !important;
    }

    .cat-search-ymm {
        grid-template-columns: 1fr;
        gap: 6px;
        align-items: stretch;
    }

    .cat-search-field label {
        margin-bottom: 4px;
    }

    .cat-search-field select,
    .cat-search-field input {
        height: 44px;
        padding: 0 12px;
        font-size: 16px;
    }

    .cat-search-field select {
        font-family: Figtree, sans-serif;
        letter-spacing: normal;
    }

    .cat-search-btn {
        width: 100%;
        height: 44px;
        margin-top: 2px;
        padding: 0 20px;
    }

    .cat-finder {
        padding: 16px;
        margin-bottom: 24px;
    }

    .cat-finder h2 {
        margin-bottom: 12px !important;
    }

    .cat-finder-row {
        flex-direction: column;
        gap: 6px;
        align-items: stretch;
    }

    .cat-finder-field {
        flex: 0 0 auto !important;
        min-width: 0;
        width: 100%;
    }

    .cat-finder-field label {
        margin-bottom: 4px;
    }

    .cat-finder-field input,
    .cat-finder-field select {
        height: 44px;
        padding: 0 12px;
        font-size: 16px;
    }

    .cat-finder-field select {
        font-family: Figtree, sans-serif;
        letter-spacing: normal;
    }

    .cat-finder-field input[type="text"],
    #bcm-pn-input,
    #bcm-gm-pn-search {
        font-family: monospace, Figtree, sans-serif;
        letter-spacing: .3px;
    }

    .cat-finder-or {
        padding-bottom: 0;
    }

    .cat-finder-btn {
        width: 100%;
        height: 44px;
        margin-top: 2px;
        padding: 0 20px;
        align-self: stretch;
    }

    .cat-makes-grid {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .cat-make-card {
        font-size: 16px;
        padding: 16px 14px;
    }

    .cat-vehicles-table thead {
        display: none;
    }

    .cat-vehicles-table tbody tr {
        display: block;
        padding: 16px;
        margin-bottom: 8px;
        border: 1px solid #eee;
        border-radius: 8px;
        background: #fff;
    }

    .cat-vehicles-table tbody tr:nth-child(even) {
        background: #fafafa;
    }

    .cat-vehicles-table tbody tr:hover {
        background: #fff5ec;
    }

    .cat-vehicles-table tbody tr:nth-child(even) td,
    .cat-vehicles-table tbody tr:hover td {
        background: transparent;
    }

    .cat-vehicles-table tbody td {
        display: block;
        padding: 2px 0;
        border: none;
        font-size: 16px;
    }

    .cat-vehicles-table .v-make {
        font-size: 13px;
        color: #888;
        font-weight: 600;
    }

    .cat-vehicles-table .v-model,
    .cat-vehicles-table .v-model a {
        font-size: 20px;
    }

    .cat-vehicles-table .v-cta {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-top: 10px;
        height: 48px;
        padding: 0 16px;
        line-height: 1;
        font-size: 16px;
        box-sizing: border-box;
    }

    .cat-vehicles-table .v-count {
        margin-top: 4px;
    }

    .cat-finder-row {
        flex-direction: column;
    }

    .cat-vehicles-table tbody tr.bcm-row-match,
    #bcm-parts-table tbody tr.bcm-row-match,
    .cat-parts-table tbody tr.bcm-row-match {
        background: #fff8f4;
    }

    .cat-vehicles-table tbody tr.bcm-row-match td,
    #bcm-parts-table tbody tr.bcm-row-match td,
    .cat-parts-table tbody tr.bcm-row-match td {
        background: transparent;
        outline: none;
    }

    .cat-parts-table thead {
        display: none;
    }

    .cat-parts-table tbody tr {
        display: block;
        padding: 16px;
        margin-bottom: 8px;
        border: 1px solid #eee;
        border-radius: 8px;
        background: #fff;
    }

    .cat-parts-table tbody tr:nth-child(even) {
        background: #fafafa;
    }

    .cat-parts-table tbody tr:hover {
        background: #f5f0ec;
    }

    .cat-parts-table tbody tr:nth-child(even) td,
    .cat-parts-table tbody tr:hover td {
        background: transparent;
    }

    .cat-parts-table tbody td {
        display: block;
        padding: 4px 0;
        border: none;
    }

    .cat-parts-table tbody td:first-child {
        padding-top: 0;
    }

    .cat-parts-table .part-view-btn {
        width: 100%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 48px;
        padding: 0 20px;
        line-height: 1;
        margin-top: 8px;
        box-sizing: border-box;
    }

    body.bcm-gm-page .bcm-method-compare {
        grid-template-columns: 1fr;
    }

    body.bcm-gm-page .bcm-gm-finder .cat-finder-row {
        flex-direction: column;
        align-items: stretch;
        gap: 6px;
    }

    body.bcm-gm-page .bcm-gm-finder .cat-finder-field {
        flex: 0 0 auto !important;
        min-width: 0;
        width: 100%;
    }

    body.bcm-gm-page .bcm-gm-finder .cat-finder-field input,
    body.bcm-gm-page .bcm-gm-finder .cat-finder-field select {
        height: 44px;
    }

    body.bcm-gm-page .bcm-gm-finder .cat-finder-field select {
        font-family: Figtree, sans-serif;
        letter-spacing: normal;
    }

    body.bcm-gm-page .bcm-gm-finder .cat-finder-btn {
        width: 100%;
        height: 44px;
        align-self: stretch;
    }

    body.bcm-gm-page .bcm-gm-filter-bar {
        flex-direction: column;
        gap: 10px;
    }

    body.bcm-gm-page .bcm-gm-filter-toggles {
        width: 100%;
    }

    body.bcm-gm-page .bcm-gm-filter-toggle {
        flex: 1;
        text-align: center;
        padding: 10px 10px;
        font-size: 13px;
    }

    body.bcm-gm-page .bcm-gm-search-wrap {
        width: 100%;
    }

    body.bcm-gm-page .bcm-gm-parts-table thead {
        display: none;
    }

    body.bcm-gm-page .bcm-gm-parts-table tbody tr {
        display: block;
        padding: 16px;
        margin-bottom: 8px;
        border: 1px solid #eee;
        border-radius: 8px;
        background: #fff;
    }

    body.bcm-gm-page .bcm-gm-parts-table tbody tr:nth-child(even) {
        background: #fafafa;
    }

    body.bcm-gm-page .bcm-gm-parts-table tbody tr:hover {
        background: #fff5ec;
    }

    body.bcm-gm-page .bcm-gm-parts-table tbody tr:nth-child(even) td,
    body.bcm-gm-page .bcm-gm-parts-table tbody tr:hover td {
        background: transparent;
    }

    body.bcm-gm-page .bcm-gm-parts-table tbody td {
        display: block;
        padding: 3px 0;
        border: none;
        text-align: left !important;
    }

    body.bcm-gm-page .pn-cell {
        font-size: 22px !important;
        margin-bottom: 4px;
    }

    body.bcm-gm-page .price-cell {
        margin: 6px 0;
    }

    body.bcm-gm-page .price-now {
        font-size: 22px !important;
    }

    body.bcm-gm-page .method-badge {
        font-size: 11px;
        margin: 6px 0;
    }

    body.bcm-gm-page .bcm-gm-action-cell .part-view-btn,
    body.bcm-gm-page .buy-btn {
        width: 100%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 48px;
        padding: 0 20px;
        line-height: 1;
        text-align: center;
        font-size: 16px;
        margin-top: 8px;
        box-sizing: border-box;
    }
}

/* BCM pagination */
.bcm-pagination {
    display: flex;
    justify-content: center;
    margin: 24px 0 32px;
}

.bcm-pagination__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.bcm-pagination__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    line-height: 1;
    transition: border-color 0.15s, color 0.15s, background 0.15s;
}

a.bcm-pagination__btn:hover {
    border-color: #ea4413;
    color: #ea4413;
    text-decoration: none;
}

.bcm-pagination__btn.is-active {
    border-color: #ea4413;
    background: #ea4413;
    color: #fff;
    font-weight: 600;
}

.bcm-pagination__btn.is-disabled {
    color: #aaa;
    background: #f5f5f5;
    border-color: #e5e5e5;
    cursor: default;
}

.bcm-pagination__ellipsis {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 38px;
    color: #888;
    font-size: 14px;
    letter-spacing: 1px;
}

button.bcm-pagination__btn {
    cursor: pointer;
    font-family: inherit;
}

button.bcm-pagination__btn:disabled {
    cursor: default;
}

.bcm-paginated-surface {
    overflow: hidden;
    transition: height 0.32s ease;
    position: relative;
}

.bcm-finder,
.bcm-gm-finder,
.cat-finder,
.cat-search {
    scroll-margin-top: 12px;
}

.bcm-paginated-surface__inner {
    width: 100%;
    transition: opacity 0.28s ease, transform 0.28s ease;
}

.bcm-vue-catalog.is-leaving .bcm-paginated-surface__inner,
.bcm-vue-catalog.is-loading .bcm-paginated-surface--swap .bcm-paginated-surface__inner {
    opacity: 0;
    transform: translateY(8px);
    pointer-events: none;
}

.bcm-vue-catalog.is-entering .bcm-paginated-surface__inner {
    opacity: 1;
    transform: none;
}

.bcm-vue-catalog.is-loading .bcm-paginated-surface:not(.bcm-paginated-surface--swap) {
    opacity: 0.72;
    transition: opacity 0.2s ease;
}

.bcm-gm-list-loader {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 20px;
    gap: 10px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 2;
}

.bcm-gm-list-loader.is-visible {
    opacity: 1;
}

.bcm-gm-list-spinner {
    width: 28px;
    height: 28px;
    border: 3px solid #e6e6e6;
    border-top-color: #ea4413;
    border-radius: 50%;
    animation: bcm-gm-spin 0.7s linear infinite;
}

.bcm-gm-list-loader-text {
    font-family: Figtree, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #666;
}

@keyframes bcm-gm-spin {
    to { transform: rotate(360deg); }
}

.bcm-gm-empty-row {
    text-align: center;
    padding: 28px 16px;
    color: #666;
    font-family: Figtree, sans-serif;
}

.bcm-vue-catalog.is-swapping {
    min-height: inherit;
}

body.bcm-gm-page .bcm-gm-filter-bar {
    margin-top: 4px;
}

/* BCM PDP — How It Works */
.pdp-how-it-works {
    margin-top: 36px;
}

.pdp-how-it-works__title {
    font-size: 20px;
    font-weight: 700;
    color: #111;
    margin: 28px 0 16px;
}

.pdp-how-it-works__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin: 0 0 36px;
}

.pdp-how-it-works__step {
    text-align: center;
    padding: 28px 20px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
}

.pdp-how-it-works__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #ea4413;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 14px;
}

.pdp-how-it-works__step h4 {
    margin: 0 0 6px;
    font-size: 18px;
    font-weight: 700;
    color: #111;
}

.pdp-how-it-works__step p {
    margin: 0;
    font-size: 15px;
    color: #555;
    line-height: 1.5;
}

.pdp-acdelco-tds {
    margin: 16px 0;
    padding: 16px 20px;
    background: #f5f5f5;
    border-radius: 8px;
    font-size: 13px;
    color: #666;
    line-height: 1.6;
}

/* BCM PDP — sticky mobile cart */
body.bcm-pdp-page .mobile-sticky-cart {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #ddd;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    padding: 12px 16px;
    padding-bottom: calc(12px + env(safe-area-inset-bottom, 0));
    z-index: 9999;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

body.bcm-pdp-page .mobile-sticky-cart .sticky-price {
    font-size: 18px;
    font-weight: 700;
    color: #111;
}

body.bcm-pdp-page .mobile-sticky-cart .sticky-btn {
    flex: 1;
    max-width: 220px;
    padding: 14px 24px;
    background: #ea4413;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
}

@media (max-width: 768px) {
    .pdp-how-it-works__grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    body.bcm-pdp-page .mobile-sticky-cart {
        display: flex;
    }

    body.bcm-pdp-page {
        padding-bottom: 70px;
    }
}

/* The vehicle-line pages render the finder from partials/bcm/finder.blade.php, but
   BcmCategoryCatalog.vue still ships its own older one-row finder. Collapse that copy
   instead of removing it from the component: the component uses the same element as
   its scroll anchor (resolveScrollTarget -> $refs.scrollAnchor), so display:none would
   leave pagination unable to scroll back to the top of the list. Zero height keeps the
   anchor in flow, right below the visible finder. */
body.bcm-category-page .bcm-vue-catalog > .cat-finder {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    visibility: hidden;
}

/* ---------------------------------------------------------------------------
   Compatible Part Numbers (the old "Replaces / Supersedes" box).

   Moved out of the narrow buy column to full width above the finder, with a
   readable heading and a plain-language subtitle instead of the small uppercase
   label the buy column used. Chip classes are scoped to the box so the generic
   .pn-grid / .pn-chip names cannot collide with anything else on the page.
   --------------------------------------------------------------------------- */

.pdp-compat-redesign {
    margin: 32px 0;
    padding: 28px 32px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
}

.pdp-compat-redesign h3 {
    margin: 0 0 6px;
    font-size: 18px;
    font-weight: 800;
    color: #111;
}

.pdp-compat-redesign .pdp-compat-subtitle {
    margin: 0 0 18px;
    font-size: 14px;
    color: #666;
}

.pdp-compat-redesign .pn-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.pdp-compat-redesign .pn-chip {
    display: inline-block;
    padding: 7px 14px;
    background: #f4f6f8;
    border: 1px solid #e2e5e9;
    border-radius: 6px;
    font-family: 'SF Mono', 'Fira Code', monospace;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    letter-spacing: 0.3px;
}

.pdp-compat-redesign .pn-chip:hover {
    background: #eef3ff;
    border-color: #c4d4f0;
}

@media (max-width: 768px) {
    .pdp-compat-redesign {
        padding: 20px;
    }

    .pdp-compat-redesign .pn-chip {
        padding: 6px 10px;
        font-size: 12px;
    }
}

/* ---------------------------------------------------------------------------
   Combined finder: "Search by Part Number" | "Search by Make / Model / Year".

   Used on the BCM landing page, make pages, vehicle-line category pages, the GM
   part-number table and the BCM product pages, so every surface offers the same
   two ways in. Markup lives in resources/views/partials/bcm/finder.blade.php and
   in BcmCategoryCatalog.vue.
   --------------------------------------------------------------------------- */

.bcm-finder {
    display: grid;
    grid-template-columns: 340px auto 1fr;
    gap: 0;
    align-items: stretch;
    margin-top: 24px;
    margin-bottom: 36px;
    background: #f8f8f8;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
}

.bcm-finder-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px 28px;
}

/* Tinted panel marks the part-number search as the fast path. */
.bcm-finder-section--pn {
    background: #eef3ff;
    border-radius: 12px 0 0 12px;
}

.bcm-finder-section h4 {
    margin: 0 0 14px;
    font-size: 16px;
    font-weight: 800;
    color: #222;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.bcm-finder-divider {
    width: 1px;
    margin: 0;
    background: #d8dce3;
}

.bcm-finder-row {
    display: flex;
    gap: 10px;
    align-items: flex-end;
}

.bcm-finder-row .bcm-finder-field {
    flex: 1;
}

/* Years are short — no need for the width the make/model selects get. */
.bcm-finder-row .bcm-finder-field--year {
    flex: 0 0 110px;
}

.bcm-finder-field label {
    display: block;
    margin-bottom: 5px;
    font-size: 11px;
    font-weight: 600;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.bcm-finder-field select,
.bcm-finder-field input[type="text"] {
    box-sizing: border-box;
    width: 100%;
    height: 44px;
    padding: 0 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    font-family: Figtree, sans-serif;
    font-size: 15px;
}

.bcm-finder-field select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 38px;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23666' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 14px center;
    cursor: pointer;
}

.bcm-finder-field select:focus,
.bcm-finder-field input[type="text"]:focus {
    outline: none;
    border-color: #ea4413;
}

.bcm-finder-row button {
    height: 44px;
    padding: 0 20px;
    border: none;
    border-radius: 8px;
    background: #ea4413;
    color: #fff;
    font-family: Figtree, sans-serif;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
    transition: background .2s;
}

.bcm-finder-row button:hover {
    background: #d03a0f;
}

/* Held down while a part-number lookup is in flight. */
.bcm-finder-row button:disabled {
    opacity: .6;
    cursor: default;
}

/* The base rule hides the message line and the page JS un-hides it inline. The Vue
   catalog renders it with v-if instead, so the tone classes have to show it too. */
.cat-finder-message.is-error,
.cat-finder-message.is-info {
    display: block;
}

@media (max-width: 768px) {
    .bcm-finder {
        grid-template-columns: 1fr;
    }

    .bcm-finder-section {
        padding: 20px;
    }

    .bcm-finder-section--pn {
        border-radius: 12px 12px 0 0;
    }

    .bcm-finder-section h4 {
        font-size: 14px;
    }

    .bcm-finder-divider {
        width: auto;
        height: 1px;
    }

    .bcm-finder-row {
        flex-direction: column;
        gap: 10px;
        align-items: stretch;
    }

    .bcm-finder-row .bcm-finder-field,
    .bcm-finder-row .bcm-finder-field--year {
        flex: none;
        width: 100%;
    }

    .bcm-finder-field select,
    .bcm-finder-field input[type="text"] {
        height: 46px;
        /* 16px keeps iOS Safari from zooming in on focus. */
        font-size: 16px;
    }

    .bcm-finder-row button {
        width: 100%;
        height: 46px;
    }
}
