/* Vehicle Fitment — landing (year) page styles. Extracted from LandingPage.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-technical-box {
        margin: 0 0 24px;
        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-technical-box h2 {
        margin: 0 0 14px;
        color: #15171a;
        font-size: clamp(18px, 1.8vw, 20px);
        font-weight: 800;
        line-height: 1.25;
        letter-spacing: -.015em;
    }

    .vehicle-fitment-page .vehicle-technical-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px 18px;
        margin: 0;
    }

    .vehicle-fitment-page .vehicle-technical-grid div {
        display: flex;
        align-items: flex-start;
        gap: 8px;
        min-width: 0;
        padding: 10px 12px;
        border: 1px solid #eef0f3;
        border-radius: 7px;
        background: #fbfbfc;
        box-sizing: border-box;
    }

    .vehicle-fitment-page .vehicle-technical-grid dt {
        flex: 0 0 auto;
        color: #15171a;
        font-weight: 700;
    }

    .vehicle-fitment-page .vehicle-technical-grid dd {
        margin: 0;
        min-width: 0;
        color: #60646c;
        white-space: pre-line;
        overflow-wrap: anywhere;
    }

    .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 .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;
        padding-bottom: 0;
    }

    .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 #b7dfb7;
        background: #eaf7ea;
        color: #276627;
        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: 769px) {
        .vehicle-fitment-page .vehicle-technical-grid {
            grid-template-columns: repeat(3, 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-technical-box {
            padding: 16px 14px 14px;
        }

        .vehicle-fitment-page .vehicle-technical-grid {
            grid-template-columns: 1fr;
        }

        .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;
        }
    }
