/**
 * CCE injectors product page (registry key: injectors_new_design).
 * Mockup source: injectors-layout.html
 */
body.single-product.injectors-pdp-page,
body.single-product.injectors-pdp-page .pdp-breadcrumbs,
body.single-product.injectors-pdp-page .pdp-top,
body.single-product.injectors-pdp-page .pdp-sections {
    font-family: Figtree, sans-serif;
    font-size: 17px;
}

body.single-product.injectors-pdp-page .pdp-breadcrumbs *,
body.single-product.injectors-pdp-page .pdp-top *,
body.single-product.injectors-pdp-page .pdp-sections * {
    box-sizing: border-box;
}

body.single-product.injectors-pdp-page .pdp-top .row,
body.single-product.injectors-pdp-page .pdp-sections .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

body.single-product.injectors-pdp-page .pdp-top .col,
body.single-product.injectors-pdp-page .pdp-sections .col {
    flex: none;
    width: auto;
    max-width: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

.pdp-top {
    max-width: 1007px;
    margin: 0 auto;
    padding: 0 15px;
    display: grid !important;
    grid-template-columns: 5fr 7fr;
    gap: 40px;
    align-items: start;
}

.pdp-gallery {
    position: static;
}

.pdp-main-img-wrap {
    background: #f0f0f0;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px;
    min-height: 320px;
    position: relative;
}

.pdp-main-img-wrap img {
    max-width: 100%;
    max-height: 360px;
    object-fit: contain;
    transition: transform .3s;
}

.pdp-main-img-wrap:hover img {
    transform: scale(1.04);
}

.pdp-badge-strip {
    position: absolute;
    top: 12px;
    left: 12px;
    display: flex;
    gap: 6px;
    z-index: 2;
}

.pdp-badge {
    display: inline-block;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    border-radius: 4px;
    line-height: 1;
    width: fit-content;
}

.pdp-badge--sale {
    background: #D73019;
    color: #fff;
}

.pdp-thumbnails {
    display: flex !important;
    gap: 8px;
    margin-top: 10px;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
}

.pdp-thumb {
    width: 60px;
    height: 60px;
    border-radius: 6px;
    border: 2px solid #ddd;
    overflow: hidden;
    cursor: pointer;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color .2s;
    flex-shrink: 0;
}

.pdp-thumb.active,
.pdp-thumb:hover {
    border-color: #333;
}

.pdp-thumb img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}

.pdp-img-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #bbb;
    text-align: center;
    padding: 8px;
}

.pdp-img-placeholder i {
    font-size: 48px;
    margin-bottom: 12px;
}

.pdp-img-placeholder span {
    font-size: 13px;
}

.pdp-thumb .pdp-img-placeholder i {
    font-size: 18px;
    margin-bottom: 0;
}

.pdp-info {
    padding-top: 0;
}

.pdp-label-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.pdp-stock-pill {
    display: inline-block;
    padding: 4px 10px;
    background: #0b7a3e;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px;
    letter-spacing: .4px;
}

h1.pdp-title {
    font-size: 38px !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;
}

.pdp-price-block {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 4px;
}

.pdp-price-current {
    font-size: 28px;
    font-weight: 700;
    color: #111;
}

.pdp-price-original {
    font-size: 28px;
    font-weight: 400;
    color: #bbb;
    text-decoration: line-through;
}

.pdp-countdown {
    font-size: 13px;
    color: #D73019;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.pdp-countdown i {
    font-size: 14px;
}

.pdp-options-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 16px;
}

.pdp-options-row .form-select {
    width: 100%;
}

button.pdp-cta {
    display: block !important;
    width: 100%;
    padding: 16px 20px;
    background: linear-gradient(135deg, #ea4413 0%, #ff6b3d 100%) !important;
    color: #fff !important;
    font-family: Figtree, sans-serif !important;
    font-size: 18px !important;
    font-weight: 700;
    border: none !important;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .5px;
    transition: all .2s;
    box-shadow: 0 4px 14px rgba(234, 68, 19, .3);
}

button.pdp-cta:hover {
    background: linear-gradient(135deg, #d43a0e 0%, #ea4413 100%) !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(234, 68, 19, .4);
}

button.pdp-cta:active {
    transform: translateY(0);
}

.pdp-trust-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 14px;
}

.pdp-trust-rating .stars {
    color: #f5a623;
    font-size: 18px;
    letter-spacing: 1px;
}

.pdp-trust-rating .label {
    font-size: 14px;
    color: #555;
    font-weight: 600;
}

.pdp-compat-box {
    margin-top: 24px;
    padding: 18px 20px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.pdp-compat-box h3 {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 600;
    color: #888;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.pdp-compat-box table {
    width: 100%;
    border-collapse: collapse;
}

.pdp-compat-box tr + tr td {
    border-top: 1px solid #f0f0f0;
}

.pdp-compat-box td {
    padding: 8px 0;
    font-size: 14px;
    color: #444;
    vertical-align: top;
    letter-spacing: .3px;
}

.pdp-compat-box td:first-child {
    font-weight: 700;
    color: #111;
    width: 120px;
    min-width: 120px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding-right: 16px;
}

.pdp-compat-box .compat-rich {
    font-size: 14px;
    color: #444;
    line-height: 1.5;
}

.pdp-sections {
    max-width: 1007px;
    margin: 0 auto;
    padding: 0 15px;
}

.pdp-section-divider {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 48px 0;
}

.pdp-why-us {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin: 48px 0;
    text-align: center;
}

.pdp-why-us-item {
    padding: 24px 16px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #eee;
}

.pdp-why-us-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 12px;
}

.pdp-why-us-icon--warranty {
    background: #e8f5e9;
    color: #2e7d32;
}

.pdp-why-us-icon--tested {
    background: #e3f2fd;
    color: #1565c0;
}

.pdp-why-us-icon--returns {
    background: #fff3e0;
    color: #e65100;
}

.pdp-why-us-item h4 {
    margin: 0 0 6px;
    font-size: 20px;
    font-weight: 700;
    color: #111;
}

.pdp-why-us-item p {
    margin: 0;
    font-size: 18px;
    color: #666;
    line-height: 1.5;
}

.pdp-desc h3 {
    font-size: 22px;
    font-weight: 700;
    color: #111;
    margin: 0 0 14px;
}

.pdp-desc ul {
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
}

.pdp-desc ul li {
    position: relative;
    margin: 10px 0;
    padding-left: 28px;
    font-size: 18px;
    color: #555;
    line-height: 1.5;
}

.pdp-desc ul li::before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 1px;
    color: #0b7a3e;
    font-size: 13px;
}

.pdp-process {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin: 28px 0 36px;
}

.pdp-process-step {
    text-align: center;
    padding: 20px 12px;
    background: #f8f8f8;
    border-radius: 10px;
    position: relative;
}

.pdp-process-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #ea4413;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.pdp-process-step h4 {
    margin: 0 0 4px;
    font-size: 15px;
    font-weight: 700;
    color: #111;
}

.pdp-process-step p {
    margin: 0;
    font-size: 13px;
    color: #777;
    line-height: 1.4;
}

.pdp-process-arrow {
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
    color: #ccc;
    font-size: 16px;
    z-index: 1;
}

.pdp-process-step:last-child .pdp-process-arrow {
    display: none;
}

.pdp-included {
    display: flex;
    gap: 20px;
    padding: 20px 24px;
    background: #f0faf0;
    border: 1px solid #c8e6c9;
    border-radius: 10px;
    margin: 28px 0;
}

.pdp-included-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #0b7a3e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.pdp-included h4 {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 700;
    color: #111;
}

.pdp-included ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 6px 24px;
}

.pdp-included ul li {
    font-size: 17px;
    color: #444;
}

.pdp-included ul li::before {
    content: "✓ ";
    color: #0b7a3e;
    font-weight: 700;
}

.pdp-specs-table {
    width: 100%;
    border-collapse: collapse;
}

.pdp-specs-table tr {
    border-bottom: 1px solid #f0f0f0;
}

.pdp-specs-table tr:last-child {
    border-bottom: none;
}

.pdp-specs-table th {
    text-align: left;
    padding: 12px 16px 12px 0;
    font-size: 18px;
    font-weight: 600;
    color: #555;
    width: 160px;
    vertical-align: top;
}

.pdp-specs-table td {
    padding: 12px 0;
    font-size: 18px;
    color: #333;
}

.pdp-stock-badge {
    display: inline-block;
    padding: 3px 10px;
    background: #e8f5e9;
    color: #2e7d32;
    font-weight: 600;
    font-size: 12px;
    border-radius: 4px;
    text-transform: uppercase;
}

.pdp-rich-block {
    font-size: 17px;
    color: #444;
    line-height: 1.6;
    margin-top: 24px;
}

.pdp-faq-section h2 {
    font-size: 28px;
    font-weight: 800;
    text-align: center;
    margin: 0 0 28px;
    color: #111;
}

.pdp-faq-item {
    border-bottom: 1px solid #e8e8e8;
}

.pdp-faq-item:first-child {
    border-top: 1px solid #e8e8e8;
}

button.pdp-faq-q {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    cursor: pointer;
    font-family: Figtree, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #222;
    background: none !important;
    border: none !important;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    text-align: left;
    text-transform: none;
    letter-spacing: 0;
}

button.pdp-faq-q:hover {
    color: #ea4413;
    transform: none;
}

.pdp-faq-q .chevron {
    font-size: 12px;
    color: #aaa;
    transition: transform .25s;
    flex-shrink: 0;
    margin-left: 16px;
}

.pdp-faq-item.open .pdp-faq-q .chevron {
    transform: rotate(180deg);
}

.pdp-faq-a {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .35s ease;
}

.pdp-faq-a > .pdp-faq-a-inner {
    overflow: hidden;
    font-size: 15px;
    color: #666;
    line-height: 1.6;
}

.pdp-faq-item.open .pdp-faq-a {
    grid-template-rows: 1fr;
}

.pdp-faq-item.open .pdp-faq-a > .pdp-faq-a-inner {
    padding-bottom: 16px;
}

.pdp-bottom-cta {
    max-width: 600px;
    margin: 48px auto 0;
    padding: 36px 28px;
    background: linear-gradient(135deg, #fafafa 0%, #f0f0f0 100%);
    border-radius: 12px;
    text-align: center;
    border: 1px solid #e8e8e8;
}

.pdp-bottom-cta p {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 16px;
    color: #111;
}

.pdp-bottom-cta button.pdp-cta {
    display: inline-block !important;
    width: auto;
    padding: 14px 44px;
    font-size: 16px !important;
}

.pdp-spacer {
    height: 60px;
}

.pdp-checkout-mobile {
    margin: 16px 15px;
}

@media (max-width: 768px) {
    .pdp-top {
        grid-template-columns: 1fr !important;
        gap: 24px;
    }

    h1.pdp-title {
        font-size: 28px !important;
    }

    .pdp-price-current {
        font-size: 26px;
    }

    .pdp-faq-section h2 {
        font-size: 24px;
    }

    .pdp-bottom-cta {
        margin: 32px 15px 0;
        padding: 24px 16px;
    }

    .pdp-why-us {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .pdp-process {
        grid-template-columns: repeat(2, 1fr);
    }

    .pdp-process-arrow {
        display: none;
    }

    .pdp-included {
        flex-direction: column;
        gap: 12px;
    }

    .pdp-replaces {
        padding: 14px 16px;
    }

    .pdp-replaces-list {
        gap: 4px;
    }

    .pdp-fits-table thead,
    .pdp-compat-vehicles thead {
        display: none;
    }

    .pdp-fits-table tbody tr,
    .pdp-compat-vehicles tbody tr {
        display: block;
        padding: 12px 14px;
        margin-bottom: 6px;
        border: 1px solid #eee;
        border-radius: 8px;
        background: #fff;
    }

    .pdp-fits-table tbody tr:nth-child(even),
    .pdp-compat-vehicles tbody tr:nth-child(even) {
        background: #fafafa;
    }

    .pdp-fits-table tbody td,
    .pdp-compat-vehicles tbody td {
        display: inline;
        padding: 0;
        border: none;
        font-size: 15px;
        background: transparent !important;
    }

    .pdp-fits-table tbody td::after,
    .pdp-compat-vehicles tbody td::after {
        content: " · ";
        color: #ccc;
    }

    .pdp-fits-table tbody td:last-child::after,
    .pdp-compat-vehicles tbody td:last-child::after {
        content: "";
    }

    .pdp-options-row {
        grid-template-columns: 1fr;
    }
}

/* BCM product page extensions */
.pdp-part-number {
    font-size: 14px;
    font-weight: 700;
    color: #ea4413;
    font-family: monospace, Figtree, sans-serif;
    letter-spacing: .5px;
    margin-bottom: 4px;
}

.pdp-vin-input {
    margin-bottom: 14px;
}

.pdp-vin-input label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #555;
    margin-bottom: 6px;
}

.pdp-vin-input input {
    width: 100%;
    padding: 11px 14px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-family: monospace, Figtree, sans-serif;
    font-size: 15px;
    color: #333;
    letter-spacing: .5px;
}

.pdp-vin-input input:focus {
    outline: none;
    border-color: #ea4413;
}

.pdp-replaces {
    margin-top: 20px;
    padding: 16px 18px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.pdp-replaces h3 {
    margin: 0 0 8px;
    font-size: 13px;
    font-weight: 600;
    color: #888;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.pdp-replaces-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.pdp-replaces-tag {
    display: inline-block;
    padding: 4px 10px;
    background: #f5f5f5;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    font-family: monospace, Figtree, sans-serif;
    font-size: 13px;
    color: #555;
}

.pdp-fits-table,
.pdp-compat-vehicles {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0;
}

.pdp-vehicle-fitment {
    margin: 36px 0 0;
}

.pdp-vehicle-fitment--fits {
    margin-top: 0;
}

.pdp-vehicle-fitment__title {
    font-size: 22px;
    font-weight: 700;
    color: #111;
    margin: 0 0 8px;
}

.pdp-vehicle-fitment__intro {
    font-size: 16px;
    color: #555;
    margin: 0;
    line-height: 1.5;
}

.pdp-fits-table thead th,
.pdp-compat-vehicles thead th {
    text-align: left;
    padding: 10px 14px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    background: #333;
    text-transform: uppercase;
    letter-spacing: .4px;
}

.pdp-fits-table thead th:first-child,
.pdp-compat-vehicles thead th:first-child {
    border-radius: 8px 0 0 0;
}

.pdp-fits-table thead th:last-child,
.pdp-compat-vehicles thead th:last-child {
    border-radius: 0 8px 0 0;
}

.pdp-fits-table tbody td,
.pdp-compat-vehicles tbody td {
    padding: 12px 14px;
    font-size: 16px;
    color: #444;
    border-bottom: 1px solid #f0f0f0;
}

.pdp-compat-vehicles tbody td:last-child {
    font-weight: 600;
    color: #111;
}

.pdp-fits-table tbody tr:nth-child(even) td,
.pdp-compat-vehicles tbody tr:nth-child(even) td {
    background: #fafafa;
}

.pdp-fits-table tbody tr:last-child td,
.pdp-compat-vehicles tbody tr:last-child td {
    border-bottom: none;
}

.pdp-fits-table tbody tr:last-child td:first-child,
.pdp-compat-vehicles tbody tr:last-child td:first-child {
    border-radius: 0 0 0 8px;
}

.pdp-fits-table tbody tr:last-child td:last-child,
.pdp-compat-vehicles tbody tr:last-child td:last-child {
    border-radius: 0 0 8px 0;
}
