/* Vehicle Fitment — hierarchy (root/brand/model) page styles. Extracted from HierarchyPage.cshtml. */
    .html-vehicle-fitment-page .breadcrumb {
        max-width: 1280px;
        margin: 0 auto 8px;
        padding: 18px 18px 0;
        box-sizing: border-box;
    }

    .html-vehicle-fitment-page .breadcrumb ul {
        margin: 0;
        padding: 0;
        line-height: 1.3;
    }

    .html-vehicle-fitment-page .breadcrumb a,
    .html-vehicle-fitment-page .breadcrumb .current-item,
    .html-vehicle-fitment-page .breadcrumb .delimiter {
        font-size: 13px;
        font-weight: 600;
    }

    .html-vehicle-fitment-page .breadcrumb a {
        color: #222;
        text-decoration: none;
    }

    .html-vehicle-fitment-page .breadcrumb a:hover {
        color: #c03;
        text-decoration: none;
    }

    .html-vehicle-fitment-page .breadcrumb .current-item,
    .html-vehicle-fitment-page .breadcrumb li:last-child a {
        color: #c03;
    }

    .vehicle-fitment-page {
        max-width: 1280px;
        margin: 0 auto 36px;
        padding: 0 18px 34px;
        color: #202124;
        box-sizing: border-box;
    }

    .vehicle-fitment-page .page-title {
        margin: 0;
        padding: 0;
        border: 0;
    }

    .vehicle-fitment-page .page-title h1 {
        margin: 0 0 10px;
        color: #c03;
        font-size: 30px;
        line-height: 1.15;
        font-weight: 800;
        letter-spacing: -.025em;
    }

    .vehicle-fitment-page .page-body {
        margin: 0;
    }

    .vehicle-fitment-page .topic-block {
        max-width: 760px;
        margin: 0 0 22px;
        color: #5f6368;
        font-size: 15px;
        line-height: 1.65;
    }

    .vehicle-fitment-page .topic-block p {
        margin: 0 0 10px;
    }

    .vehicle-fitment-page .vehicle-fitment-search {
        position: relative;
        margin: 22px 0 24px;
    }

    .vehicle-fitment-page .vehicle-fitment-search-icon {
        position: absolute;
        left: 18px;
        top: 50%;
        width: 24px;
        height: 24px;
        transform: translateY(-50%);
        color: #333;
        pointer-events: none;
    }

    .vehicle-fitment-page .vehicle-fitment-search-input {
        width: 100%;
        height: 62px;
        padding: 0 18px 0 58px;
        border: 1px solid #dcdfe4;
        border-radius: 8px;
        background: #fff;
        color: #222;
        font-size: 15px;
        line-height: 62px;
        outline: none;
        box-shadow: 0 4px 14px rgba(17, 24, 39, .08);
        box-sizing: border-box;
        transition: border-color .16s ease, box-shadow .16s ease;
    }

    .vehicle-fitment-page .vehicle-fitment-search-input:focus,
    .vehicle-fitment-page .vehicle-fitment-search-input:hover {
        border-color: #c03;
        box-shadow: 0 8px 22px rgba(204, 0, 51, .12);
    }

    .vehicle-fitment-page .vehicle-popular-links {
        margin: 0 0 20px;
        padding: 20px 18px 18px;
        border: 1px solid #dfe3e8;
        border-radius: 8px;
        background: #fff;
        box-sizing: border-box;
        box-shadow: 0 2px 10px rgba(17, 24, 39, .04);
    }

    .vehicle-fitment-page .vehicle-popular-links-title {
        display: flex;
        align-items: center;
        gap: 9px;
        margin: 0 0 13px;
        color: #1f2328;
        font-size: 18px;
        font-weight: 800;
        line-height: 1.2;
    }

    .vehicle-fitment-page .vehicle-popular-links-title::before {
        content: "★";
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 18px;
        height: 18px;
        color: #c03;
        font-size: 17px;
        line-height: 1;
    }

    .vehicle-fitment-page .vehicle-popular-links-list,
    .vehicle-fitment-page .vehicle-year-chip-list {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .vehicle-fitment-page .vehicle-popular-link,
    .vehicle-fitment-page .vehicle-year-chip {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 38px;
        padding: 9px 18px;
        border: 1px solid #dcdfe4;
        border-radius: 7px;
        background: #fff;
        color: #1f2328;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.1;
        text-align: center;
        text-decoration: none;
        box-shadow: 0 1px 3px rgba(17, 24, 39, .04);
        box-sizing: border-box;
        transition: border-color .16s ease, color .16s ease, box-shadow .16s ease, transform .16s ease;
    }

    .vehicle-fitment-page .vehicle-popular-link:hover,
    .vehicle-fitment-page .vehicle-popular-link:focus,
    .vehicle-fitment-page .vehicle-year-chip:hover,
    .vehicle-fitment-page .vehicle-year-chip:focus {
        border-color: #c03;
        color: #c03;
        text-decoration: none;
        box-shadow: 0 8px 18px rgba(204, 0, 51, .12);
        transform: translateY(-1px);
    }

    .vehicle-fitment-page .vehicle-selection-header {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        gap: 18px;
        margin: 8px 0 12px;
    }

    .vehicle-fitment-page .vehicle-selection-title {
        margin: 0;
        color: #15171a;
        font-size: clamp(18px, 1.8vw, 20px);
        font-weight: 800;
        line-height: 1.25;
        letter-spacing: -.015em;
    }

    .vehicle-fitment-page .vehicle-hierarchy-count,
    .vehicle-fitment-page .vehicle-year-picker-count {
        flex: 0 0 auto;
        margin: 0;
        color: #555;
        font-size: 15px;
        white-space: nowrap;
    }

    .vehicle-fitment-page .vehicle-hierarchy-count strong,
    .vehicle-fitment-page .vehicle-year-picker-count strong {
        color: #111;
    }

    .vehicle-fitment-page .vehicle-hierarchy-groups {
        display: grid;
        gap: 28px;
        margin: 0 0 28px;
    }

    .vehicle-fitment-page .vehicle-hierarchy-group-letter {
        margin: 0 0 14px;
        padding: 0 0 8px;
        border-bottom: 1px solid #e6e8ec;
        color: #15171a;
        font-size: clamp(28px, 3.2vw, 38px);
        font-weight: 800;
        line-height: 1;
        letter-spacing: -.035em;
    }

    .vehicle-fitment-page .vehicle-hierarchy-list {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .vehicle-fitment-page .vehicle-hierarchy-card {
        display: flex;
        align-items: center;
        min-height: 74px;
        padding: 16px 18px;
        border: 1px solid #e0e3e7;
        border-radius: 8px;
        background: #fff;
        color: #333;
        text-decoration: none;
        box-shadow: 0 2px 9px rgba(17, 24, 39, .04);
        box-sizing: border-box;
        transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
    }

    .vehicle-fitment-page .vehicle-hierarchy-card:hover,
    .vehicle-fitment-page .vehicle-hierarchy-card:focus {
        border-color: #c03;
        text-decoration: none;
        box-shadow: 0 10px 22px rgba(204, 0, 51, .10);
        transform: translateY(-1px);
    }

    .vehicle-fitment-page .vehicle-hierarchy-card-content {
        width: 100%;
        min-width: 0;
    }

    .vehicle-fitment-page .vehicle-hierarchy-card-title {
        display: block;
        margin: 0 0 4px;
        color: #15171a;
        font-size: 17px;
        font-weight: 800;
        line-height: 1.2;
    }

    .vehicle-fitment-page .vehicle-hierarchy-card:hover .vehicle-hierarchy-card-title,
    .vehicle-fitment-page .vehicle-hierarchy-card:focus .vehicle-hierarchy-card-title {
        color: #c03;
    }

    .vehicle-fitment-page .vehicle-hierarchy-card-text {
        display: block;
        color: #60646c;
        font-size: 13px;
        line-height: 1.35;
        overflow-wrap: anywhere;
    }

    .vehicle-fitment-page .vehicle-year-picker {
        margin: 0 0 24px;
        padding: 20px 18px 18px;
        border: 1px solid #dfe3e8;
        border-radius: 8px;
        background: #fff;
        box-shadow: 0 2px 10px rgba(17, 24, 39, .04);
        box-sizing: border-box;
    }

    .vehicle-fitment-page .vehicle-year-picker .vehicle-selection-header {
        margin-top: 0;
    }

    .vehicle-fitment-page .vehicle-year-picker-help {
        margin: -4px 0 14px;
        color: #60646c;
        font-size: 14px;
        line-height: 1.45;
    }

    .vehicle-fitment-page .vehicle-product-section {
        margin: 26px 0 0;
    }

    .vehicle-fitment-page .vehicle-product-section h2 {
        margin: 0 0 8px;
        color: #15171a;
        font-size: clamp(18px, 1.7vw, 20px);
        font-weight: 800;
        line-height: 1.3;
    }

    .vehicle-fitment-page .vehicle-product-note {
        margin: 0 0 14px;
        color: #555;
        font-size: 14px;
        line-height: 1.5;
    }

    .vehicle-fitment-page .product-count {
        margin: 0 0 16px;
        color: #333;
        font-size: 15px;
        line-height: 1.45;
    }

    .vehicle-fitment-page .item-grid {
        display: grid !important;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 14px;
        margin: 0;
        align-items: stretch;
    }

    .vehicle-fitment-page .item-box {
        position: relative;
        width: auto !important;
        min-width: 0;
        margin: 0 !important;
        padding: 0 !important;
        box-sizing: border-box;
        float: none !important;
    }

    .vehicle-fitment-page .product-item {
        position: relative !important;
        display: flex;
        flex-direction: column;
        min-height: 100% !important;
        height: 100%;
        padding: 12px !important;
        border: 1px solid #e0e3e7 !important;
background: #fff;
        box-sizing: border-box !important;
        overflow: hidden !important;
        transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
    }

    .vehicle-fitment-page .product-item:hover {
        border-color: #c03 !important;
        box-shadow: 0 8px 20px rgba(204, 0, 51, .10);
        transform: translateY(-1px);
    }

    .vehicle-fitment-page .product-item .picture {
        margin: 0 0 10px;
    }

    .vehicle-fitment-page .product-item .picture a {
        display: flex;
        align-items: center;
        justify-content: center;
        aspect-ratio: 1 / 1;
        padding: 8px;
        text-align: center;
    }

    .vehicle-fitment-page .product-item .picture img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        transform: none !important;
        transform-origin: center center;
        transition: opacity .18s ease, filter .18s ease;
    }

    .vehicle-fitment-page .product-item:hover .picture img {
        transform: none !important;
        opacity: .96;
    }

    .vehicle-fitment-page .product-item:hover .product-title a {
        color: #c03;
        text-decoration: none;
    }


    .vehicle-fitment-page .product-item .picture,
    .vehicle-fitment-page .product-item .picture a,
    .vehicle-fitment-page .product-item .picture img,
    .vehicle-fitment-page .product-item .picture a:hover,
    .vehicle-fitment-page .product-item .picture a:focus,
    .vehicle-fitment-page .product-item:hover .picture,
    .vehicle-fitment-page .product-item:hover .picture a,
    .vehicle-fitment-page .product-item:hover .picture img {
        border: 0 !important;
        border-radius: 0 !important;
        outline: 0 !important;
        box-shadow: none !important;
        background: transparent !important;
        text-decoration: none !important;
    }

    .vehicle-fitment-page .product-item .picture *,
    .vehicle-fitment-page .product-item:hover .picture * {
        border-radius: 0 !important;
        outline: 0 !important;
        box-shadow: none !important;
    }

    .vehicle-fitment-page .product-item .picture::before,
    .vehicle-fitment-page .product-item .picture::after,
    .vehicle-fitment-page .product-item .picture:before,
    .vehicle-fitment-page .product-item .picture:after,
    .vehicle-fitment-page .product-item:hover .picture::before,
    .vehicle-fitment-page .product-item:hover .picture::after,
    .vehicle-fitment-page .product-item:hover .picture:before,
    .vehicle-fitment-page .product-item:hover .picture:after,
    .vehicle-fitment-page .product-item .picture a::before,
    .vehicle-fitment-page .product-item .picture a::after,
    .vehicle-fitment-page .product-item .picture a:before,
    .vehicle-fitment-page .product-item .picture a:after,
    .vehicle-fitment-page .product-item:hover .picture a::before,
    .vehicle-fitment-page .product-item:hover .picture a::after,
    .vehicle-fitment-page .product-item:hover .picture a:before,
    .vehicle-fitment-page .product-item:hover .picture a:after {
        content: none !important;
        display: none !important;
        border: 0 !important;
        border-radius: 0 !important;
        outline: 0 !important;
        box-shadow: none !important;
        background: transparent !important;
    }

    .vehicle-fitment-page .product-item .details {
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
        gap: 8px;
    }

    .vehicle-fitment-page .product-item .product-title {
        margin: 0;
        font-size: 17px;
        font-weight: 700;
        line-height: 1.28;
        min-height: 2.56em;
    }

    .vehicle-fitment-page .product-item .product-title a {
        display: -webkit-box;
        overflow: hidden;
        color: #15171a;
        text-decoration: none;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .vehicle-fitment-page .product-item .product-title a:hover {
        color: #c03;
        text-decoration: none;
    }

    .vehicle-fitment-page .vehicle-fitment-badge {
        display: block;
        width: 100%;
        margin: 0;
        padding: 6px 8px;
        border: 1px solid #e4c66a;
        background: #fff7e0;
        color: #665200;
        font-size: 12px;
        font-weight: 600;
        line-height: 1.35;
        text-align: center;
        box-sizing: border-box;
    }

    .vehicle-fitment-page .vehicle-product-price {
        margin-top: auto;
    }

    .vehicle-fitment-page .vehicle-product-price .actual-price {
        color: #699c06;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.2;
    }

    .vehicle-fitment-page .vehicle-product-buttons {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
        justify-content: flex-end;
        margin: 12px 0 0 !important;
        padding: 0 !important;
        z-index: 1 !important;
        text-align: right !important;
        height: auto !important;
        overflow: visible !important;
    }

    .vehicle-fitment-page .vehicle-buy-button,
    .vehicle-fitment-page .vehicle-product-buttons button.vehicle-buy-button,
    .vehicle-fitment-page .vehicle-product-buttons a.vehicle-buy-button {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        visibility: visible !important;
        opacity: 1 !important;
        width: 92px !important;
        height: 36px !important;
        min-width: 92px !important;
        box-sizing: border-box !important;
        text-align: center !important;
        padding: 0 12px !important;
        border: none !important;
        border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        background-color: #699c06 !important;
        color: #fff !important;
        cursor: pointer !important;
        text-decoration: none !important;
        white-space: nowrap !important;
        line-height: 36px !important;
        font: bold 13px Arial, Helvetica, sans-serif !important;
        text-transform: uppercase !important;
        float: none !important;
    }

    .vehicle-fitment-page .vehicle-product-buttons .button-2.product-box-add-to-cart-button.vehicle-buy-button,
    .vehicle-fitment-page .vehicle-product-buttons button.button-2.product-box-add-to-cart-button.vehicle-buy-button,
    .vehicle-fitment-page .vehicle-product-buttons a.button-2.product-box-add-to-cart-button.vehicle-buy-button {
        border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
    }

    .vehicle-fitment-page .vehicle-product-buttons a.vehicle-buy-button:hover,
    .vehicle-fitment-page .vehicle-product-buttons button.vehicle-buy-button:hover {
        color: #fff !important;
        text-decoration: none !important;
    }

    .vehicle-fitment-page .vehicle-empty-state {
        padding: 22px;
        border: 1px solid #e0e3e7;
        border-radius: 8px;
        background: #fff;
        color: #555;
    }

    @media (min-width: 640px) {
        .vehicle-fitment-page .vehicle-hierarchy-list {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }

    @media (min-width: 900px) {
        .vehicle-fitment-page .vehicle-hierarchy-list {
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }
    }

    @media (min-width: 1200px) {
        .vehicle-fitment-page .vehicle-hierarchy-list {
            grid-template-columns: repeat(4, minmax(0, 1fr));
        }
    }

    @media (max-width: 1199px) {
        .vehicle-fitment-page .item-grid {
            grid-template-columns: repeat(4, minmax(0, 1fr));
        }
    }

    @media (max-width: 991px) {
        .vehicle-fitment-page .item-grid {
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }
    }

    @media (max-width: 767px) {
        .html-vehicle-fitment-page .breadcrumb {
            padding-left: 12px;
            padding-right: 12px;
        }

        .vehicle-fitment-page {
            padding-left: 12px;
            padding-right: 12px;
        }

        .vehicle-fitment-page .page-title h1 {
            font-size: 30px;
        }

        .vehicle-fitment-page .vehicle-fitment-search-input {
            height: 54px;
            line-height: 54px;
        }

        .vehicle-fitment-page .vehicle-selection-header {
            display: block;
        }

        .vehicle-fitment-page .vehicle-hierarchy-count,
        .vehicle-fitment-page .vehicle-year-picker-count {
            display: block;
            margin-top: 5px;
        }

        .vehicle-fitment-page .vehicle-popular-link,
        .vehicle-fitment-page .vehicle-year-chip {
            min-height: 40px;
            padding: 10px 13px;
            font-size: 14px;
        }

        .vehicle-fitment-page .vehicle-hierarchy-card {
            min-height: 72px;
            padding: 14px;
        }

        .vehicle-fitment-page .vehicle-product-section h2 {
            font-size: 18px;
        }

        .vehicle-fitment-page .product-count {
            font-size: 14px;
        }

        .vehicle-fitment-page .item-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 10px;
        }

        .vehicle-fitment-page .product-item {
            padding: 10px !important;
        }

        .vehicle-fitment-page .product-item .product-title {
            font-size: 15px;
            min-height: 2.5em;
        }

        .vehicle-fitment-page .vehicle-fitment-badge {
            font-size: 11px;
            padding: 5px 6px;
        }

        .vehicle-fitment-page .vehicle-product-price .actual-price {
            font-size: 16px;
        }

        .vehicle-fitment-page .vehicle-buy-button,
        .vehicle-fitment-page .vehicle-product-buttons button.vehicle-buy-button,
        .vehicle-fitment-page .vehicle-product-buttons a.vehicle-buy-button {
            width: 84px !important;
            min-width: 84px !important;
            height: 34px !important;
            line-height: 34px !important;
            font-size: 12px !important;
        }
    }
