.kaman-car-ad-page {
    background: #fff;
    padding: 10px 0 34px;
}

.kaman-car-ad-mobile-header {
    display: none;
}

.kaman-car-ad-page .breadcrumbs {
    color: #777;
    font-size: 13px;
    margin: 0 0 14px;
}

.kaman-car-ad-page .breadcrumbs__menu {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.kaman-car-ad-page .breadcrumbs__menu a {
    color: inherit;
    text-decoration: none;
}

.kaman-car-ad-page .breadcrumbs__menu a:hover,
.kaman-car-ad-page .breadcrumbs__menu a:focus {
    color: var(--kaman-color-primary, #aa0002);
}

.kaman-car-ad-product-page {
    align-items: stretch;
    background: transparent;
    border: 0;
    box-shadow: none;
    direction: rtl;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(500px, 0.9fr) minmax(580px, 1.1fr) minmax(360px, 0.65fr);
    padding: 0;
}

.kaman-car-ad-product-page .gallery-section,
.kaman-car-ad-product-page .details-section,
.kaman-car-ad-product-page .sidebar-section {
    min-width: 0;
}

.kaman-car-ad-product-page .gallery-section {
    align-items: stretch;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    justify-content: flex-start;
    max-width: 527px;
    overflow: visible;
    padding: 0;
    position: relative;
    width: 100%;
}

.kaman-car-ad-gallery-actions {
    direction: ltr;
    display: flex;
    gap: 19px;
    left: auto;
    position: absolute;
    right: 19px;
    top: 12px;
    z-index: 5;
}

.kaman-car-ad-gallery-action {
    align-items: center;
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 8px;
    color: #444;
    cursor: pointer;
    display: inline-flex;
    height: 40px;
    justify-content: center;
    padding: 0;
    transition: border-color 0.2s ease, color 0.2s ease;
    width: 40px;
}

.kaman-car-ad-gallery-action svg {
    height: 24px;
    width: 24px;
}

.kaman-car-ad-gallery-action:hover,
.kaman-car-ad-gallery-action:focus {
    border-color: #cfd4dc;
    color: #f4511e;
}

.kaman-car-ad-product-page .main-image {
    background: #f7f7f7;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    box-shadow: none;
    box-sizing: border-box;
    height: 527px;
    margin: 0 0 20px;
    max-width: 527px;
    min-height: 0;
    overflow: hidden;
    padding: 14px;
    width: 100%;
}

.kaman-car-ad-product-page .main-image .swiper-wrapper,
.kaman-car-ad-product-page .main-image .swiper-slide {
    height: 100%;
    width: 100%;
}

.kaman-car-ad-product-page .main-image .swiper-slide {
    align-items: center;
    display: flex;
    justify-content: center;
}

.kaman-car-ad-product-page .main-image:not(.swiper-initialized) .swiper-slide:not(:first-child),
.kaman-car-ad-product-page .product-gallery-thumbs:not(.swiper-initialized) .swiper-slide:not(:first-child) {
    display: none;
}

.kaman-car-ad-product-page .main-image img {
    border-radius: 0;
    display: block;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
    width: 100%;
}

.kaman-car-ad-product-page .kaman-car-ad-thumbs-shell {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    max-width: 527px;
    width: 100%;
}

.kaman-car-ad-product-page .thumbnails {
    box-sizing: border-box;
    height: 112px;
    margin-top: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.kaman-car-ad-product-page .thumb {
    align-items: center;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    height: 112px;
    justify-content: center;
    padding: 0;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.kaman-car-ad-product-page .thumb img {
    border-radius: 8px;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.kaman-car-ad-product-page .thumb.swiper-slide-thumb-active,
.kaman-car-ad-product-page .thumb:hover {
    border-color: #f4511e;
    box-shadow: 0 0 0 1px rgba(244, 81, 30, 0.2);
}

.kaman-car-ad-product-page .kaman-car-ad-gallery-nav {
    align-items: center;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(18, 18, 18, 0.08);
    color: #121212;
    cursor: pointer;
    display: inline-flex;
    height: 34px;
    justify-content: center;
    padding: 0;
    transition: opacity 0.2s ease, border-color 0.2s ease;
    width: 34px;
}

.kaman-car-ad-product-page .kaman-car-ad-gallery-nav:hover,
.kaman-car-ad-product-page .kaman-car-ad-gallery-nav:focus {
    border-color: #f4511e;
}

.kaman-car-ad-product-page .kaman-car-ad-gallery-nav[hidden] {
    display: none;
}

.kaman-car-ad-product-page .kaman-car-ad-gallery-nav:disabled {
    cursor: default;
    opacity: 0.35;
}

.kaman-car-ad-gallery-placeholder {
    background: #f8fafc;
}

.kaman-car-ad-product-page .details-section,
.kaman-car-ad-buy-box {
    background: #fff;
    /* border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: none; */
}

.kaman-car-ad-product-page .details-section {
    display: flex;
    flex-direction: column;
    padding: 22px 18px 14px;
}

.kaman-car-ad-detail-header {
    align-items: flex-start;
    display: flex;
    gap: 18px;
    justify-content: space-between;
}

.kaman-car-ad-detail-heading {
    min-width: 0;
    text-align: right;
}

.kaman-car-ad-product-page .product-title {
    color: #222;
    font-size: clamp(20px, 1.45vw, 24px);
    font-weight: 800;
    line-height: 1.55;
    margin: 0 0 14px;
}

.kaman-car-ad-comments {
    color: #555;
    font-size: 13px;
    margin: 0;
}

.kaman-car-ad-comments span {
    color: #f4511e;
    font-weight: 700;
}

.kaman-car-ad-brand-logo {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    justify-content: center;
    max-width: 92px;
}

.kaman-car-ad-brand-logo img {
    height: auto;
    max-height: 42px;
    max-width: 92px;
    object-fit: contain;
}

.kaman-car-ad-detail-divider {
    border-top: 1px solid #d8d8d8;
    margin: 22px 0 18px;
}

.kaman-car-ad-specs-head {
    align-items: center;
    color: #222;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    justify-content: space-between;
    margin-bottom: 12px;
}

.kaman-car-ad-details-link {
    color: #222;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.kaman-car-ad-details-link:hover,
.kaman-car-ad-details-link:focus {
    color: #f4511e;
}

.kaman-car-ad-spec-table {
    border: 1px solid #eeeeee;
    border-radius: 8px;
    padding: 12px 14px 0;
}

.kaman-car-ad-spec-table__row {
    align-items: center;
    border-bottom: 1px solid #eeeeee;
    display: grid;
    font-size: 13px;
    gap: 16px;
    grid-template-columns: minmax(110px, 0.45fr) minmax(0, 1fr);
    line-height: 1.65;
    padding: 13px 0;
}

.kaman-car-ad-spec-table__row:last-child {
    border-bottom: 0;
}

.kaman-car-ad-spec-table__label {
    color: #333;
    font-weight: 500;
}

.kaman-car-ad-spec-table__value {
    color: #222;
    font-weight: 600;
    text-align: right;
}

.kaman-car-ad-empty-specs,
.kaman-car-ad-help,
.kaman-car-ad-notice p {
    color: #777;
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
}

.kaman-car-ad-product-page .sidebar-section {
    gap: 0;
}

.kaman-car-ad-buy-box {
    display: flex !important;
    flex-direction: column;
    gap: 12px;
    height: 100%;
    justify-content: flex-start;
    padding: 14px;
}

.kaman-car-ad-warranty {
    align-items: flex-start;
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    display: flex;
    gap: 10px;
    padding: 11px 12px;
}

.kaman-car-ad-warranty__icon {
    color: #222;
    flex: 0 0 auto;
    line-height: 1;
}

.kaman-car-ad-warranty strong {
    color: #222;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.7;
    margin: 0;
}

.kaman-car-ad-warranty p {
    color: #777;
    font-size: 12px;
    line-height: 1.75;
    margin: 2px 0 0;
}

.kaman-car-ad-strengths-box {
    border: 1px solid #eeeeee;
    border-radius: 8px;
    padding: 12px 14px;
}

.kaman-car-ad-strengths-title {
    align-items: center;
    color: #222;
    display: flex;
    font-size: 15px;
    font-weight: 800;
    gap: 8px;
    margin-bottom: 8px;
}

.kaman-car-ad-strengths {
    display: grid;
    gap: 5px;
    list-style: disc;
    margin: 0;
    padding: 0 18px 0 0;
}

.kaman-car-ad-strengths li {
    color: #555;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.65;
    padding: 0;
}

.kaman-car-ad-price-box {
    background: #fff;
    border: 1.5px dashed #222;
    border-radius: 8px;
    padding: 16px 14px 14px;
}

.kaman-car-ad-price {
    align-items: center;
    color: #222;
    display: flex;
    font-size: clamp(24px, 1.8vw, 24px);
    font-weight: 500;
    gap: 10px;
    justify-content: flex-end;
    line-height: 1.55;
    /* margin-bottom: 12px; */
    text-align: left;
}

.kaman-car-ad-price--text {
    direction: rtl;
    justify-content: flex-start;
    text-align: right;
}

.kaman-car-ad-price__currency {
    color: #696969;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
}

.kaman-car-ad-sidebar-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.kaman-car-ad-sidebar-tags span {
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding: 8px 13px;
}

.kaman-car-ad-sidebar-tag--danger {
    background: #fff1f2;
    color: #dc2626;
}

.kaman-car-ad-sidebar-tag--success {
    background: #ecfdf3;
    color: #16a34a;
}

.kaman-car-ad-sidebar-tag--info {
    background: #eff6ff;
    color: #0284c7;
}

.kaman-car-ad-sidebar-tag--neutral {
    background: #f3f4f6;
    color: #555;
}

.kaman-car-ad-cta {
    align-items: center;
    background: #f4511e;
    border-radius: 7px;
    box-shadow: none;
    color: #fff;
    display: flex;
    font-weight: 800;
    justify-content: center;
    min-height: 48px;
    padding: 11px 18px;
    text-decoration: none;
    transition: background-color 0.2s ease;
    width: 100%;
}

.kaman-car-ad-cta:hover,
.kaman-car-ad-cta:focus {
    background: #d94313;
    color: #fff;
}

.kaman-car-ad-cta--disabled,
.kaman-car-ad-cta--disabled:hover,
.kaman-car-ad-cta--disabled:focus {
    background: #f3f4f6;
    color: #777;
    margin: 0;
    text-align: center;
}

.kaman-car-ad-secondary-actions {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.kaman-car-ad-secondary-actions a {
    align-items: center;
    background: #fff;
    border: 1px solid #222;
    border-radius: 7px;
    color: #222;
    display: flex;
    font-size: 13px;
    font-weight: 800;
    gap: 8px;
    justify-content: center;
    min-height: 46px;
    padding: 10px;
    text-decoration: none;
}

.kaman-car-ad-secondary-actions a:hover,
.kaman-car-ad-secondary-actions a:focus {
    border-color: #f4511e;
    color: #f4511e;
}

.kaman-car-ad-notice {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 20px;
}

.kaman-car-ad-trust-strip,
.kaman-car-ad-details .product-details__section,
.kaman-car-ad-details .product-details__tabs {
    border-color: #e5e7eb;
    box-shadow: none;
}

.kaman-car-ad-trust-strip,
.kaman-car-ad-details,
.kaman-car-ad-installment-section {
    margin-top: 16px;
}

.kaman-car-ad-similar {
    margin-top: 16px;
}

.kaman-car-ad-installment-section {
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    overflow: hidden;
    padding: 18px 12px;
}

.kaman-car-ad-installment-section__header {
    color: #282828;
    margin-bottom: 18px;
    text-align: center;
}

.kaman-car-ad-installment-section__header h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin: 0;
}

.kaman-car-ad-installment-section__header p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
}

.kaman-car-ad-installment-section__header strong {
    font-weight: 800;
}

.kaman-car-ad-installment-section .kaman-calculator-modern {
    color: #282828;
    margin: 0;
    max-width: none;
}

.kaman-car-ad-installment-section .kaman-calculator-modern .kaman-calc-layout {
    direction: rtl;
    gap: 24px;
    grid-template-columns: minmax(0, 1.39fr) minmax(360px, 1fr);
}

.kaman-car-ad-installment-section .kaman-calculator-modern .kaman-calc-column {
    min-width: 0;
}

.kaman-car-ad-installment-section .kaman-calculator-modern .kaman-calc-inputs {
    border: 0;
    gap: 12px;
    padding: 0;
}

.kaman-car-ad-installment-section .kaman-calculator-modern .kaman-calc-inputs>.kaman-calc-field:nth-child(1),
.kaman-car-ad-installment-section .kaman-calculator-modern .kaman-calc-inputs>.kaman-calc-field:nth-child(2) {
    display: none;
}

.kaman-car-ad-installment-section .kaman-calculator-modern .kaman-calc-field,
.kaman-car-ad-installment-section .kaman-calculator-modern .kaman-calc-results-group {
    background: #fff;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

.kaman-car-ad-installment-section .kaman-calculator-modern .kaman-calc-field {
    gap: 0;
    min-height: 136px;
    padding: 12px;
}

.kaman-car-ad-installment-section .kaman-calculator-modern .kaman-calc-field:nth-child(3) {
    min-height: 176px;
}

.kaman-car-ad-installment-section .kaman-calculator-modern .kaman-calc-field label,
.kaman-car-ad-installment-section .kaman-calculator-modern .kaman-calc-label {
    color: #282828;
    font-size: 16px;
    font-weight: 600;
    justify-content: flex-start;
    line-height: 28px;
}

.kaman-car-ad-installment-section .kaman-calculator-modern .kaman-calc-title-icon {
    height: 20px;
    width: 20px;
}

.kaman-car-ad-installment-section .kaman-calculator-modern .kaman-calc-description {
    color: #303030;
    font-size: 12px;
    line-height: 28px;
}

.kaman-car-ad-installment-section .kaman-calculator-modern .kaman-calc-slider-value {
    align-self: flex-start;
    background: #282828;
    border-radius: 8px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    margin-top: 2px;
    min-width: 113px;
    padding: 7px 10px 10px;
    position: relative;
    text-align: center;
}

.kaman-car-ad-installment-section .kaman-calculator-modern .kaman-calc-slider-value::after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #282828;
    bottom: -6px;
    content: "";
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.kaman-car-ad-installment-section .kaman-calculator-modern .kaman-calc-slider-value .kaman-currency-text {
    color: inherit;
    font-size: 10px;
    font-weight: 300;
}

.kaman-car-ad-installment-section .kaman-calculator-modern .kaman-calc-field input[type="range"] {
    --kaman-range-progress: 0%;
    background: linear-gradient(to left, #282828 0 var(--kaman-range-progress), rgba(60, 60, 67, 0.18) var(--kaman-range-progress) 100%);
    height: 4px;
    margin: 18px 0 10px;
}

.kaman-car-ad-installment-section .kaman-calculator-modern .kaman-calc-field input[type="range"]::-webkit-slider-runnable-track {
    background: transparent;
    height: 4px;
}

.kaman-car-ad-installment-section .kaman-calculator-modern .kaman-calc-field input[type="range"]::-moz-range-track {
    background: transparent;
    height: 4px;
}

.kaman-car-ad-installment-section .kaman-calculator-modern .kaman-calc-field input[type="range"]::-webkit-slider-thumb {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    height: 28px;
    margin-top: -12px;
    width: 28px;
}

.kaman-car-ad-installment-section .kaman-calculator-modern .kaman-calc-field input[type="range"]::-moz-range-thumb {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    height: 28px;
    width: 28px;
}

.kaman-car-ad-installment-section .kaman-calculator-modern .kaman-calc-range-limits {
    color: #696969;
    font-size: 12px;
    line-height: normal;
}

.kaman-car-ad-installment-section .kaman-calculator-modern .kaman-calc-field:nth-child(3)>small {
    display: none;
}

.kaman-car-ad-installment-section .kaman-calculator-modern .kaman-calc-term-buttons {
    gap: 20px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: 8px;
}

.kaman-car-ad-installment-section .kaman-calculator-modern .kaman-calc-term-buttons button {
    border-color: #cecece;
    border-radius: 8px;
    color: #696969;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    padding: 9px 12px;
}

.kaman-car-ad-installment-section .kaman-calculator-modern .kaman-calc-term-buttons button.is-active {
    border-color: #282828;
    color: #282828;
    font-weight: 600;
}

.kaman-car-ad-installment-section .kaman-calculator-modern .kaman-calc-results {
    gap: 0;
}

.kaman-car-ad-installment-section .kaman-calculator-modern .kaman-calc-results-group {
    gap: 0;
    min-height: 324px;
    padding: 12px;
}

.kaman-car-ad-installment-section .kaman-calculator-modern .kaman-calc-results-title {
    color: #282828;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
}

.kaman-car-ad-installment-section .kaman-calculator-modern .kaman-calc-pmt-box {
    background: #282828;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
    margin-top: 12px;
    padding: 10px;
}

.kaman-car-ad-installment-section .kaman-calculator-modern .kaman-calc-pmt-box>span {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
}

.kaman-car-ad-installment-section .kaman-calculator-modern .kaman-calc-pmt-box strong {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
}

.kaman-car-ad-installment-section .kaman-calculator-modern .kaman-calc-pmt-box strong .kaman-currency-text {
    font-size: 16px;
    font-weight: 400;
}

.kaman-car-ad-installment-section .kaman-calculator-modern .kaman-calc-result-table {
    border: 0;
    border-radius: 0;
    margin-top: 12px;
    padding: 0;
}

.kaman-car-ad-installment-section .kaman-calculator-modern .kaman-calc-result-table tr,
.kaman-car-ad-installment-section .kaman-calculator-modern .kaman-calc-result-table tr:last-child {
    border: 0;
}

.kaman-car-ad-installment-section .kaman-calculator-modern .kaman-calc-result-table th,
.kaman-car-ad-installment-section .kaman-calculator-modern .kaman-calc-result-table td {
    border: 0;
    font-size: 12px;
    line-height: normal;
    padding: 6px 0;
}

.kaman-car-ad-installment-section .kaman-calculator-modern .kaman-calc-result-table th {
    color: #696969;
    font-weight: 400;
    text-align: right;
}

.kaman-car-ad-installment-section .kaman-calculator-modern .kaman-calc-result-table td {
    color: #4d4d4d;
    font-weight: 600;
    text-align: left;
}

.kaman-car-ad-installment-section .kaman-calculator-modern .kaman-calc-result-table .kaman-currency-text {
    color: #898989;
    font-size: 12px;
    font-weight: 400;
}

.kaman-car-ad-installment-section .kaman-calculator-modern .kaman-calc-docs {
    display: none;
}

.kaman-car-ad-details-layout {
    align-items: start;
    display: grid;
    gap: 20px;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 390px);
}

.kaman-car-ad-details-layout .kaman-car-ad-details {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
}

.kaman-car-ad-details-layout__sidebar {
    align-self: start;
    grid-column: 2;
    grid-row: 1;
    margin-top: 16px;
    min-width: 0;
    position: sticky;
    top: 88px;
}

.kaman-car-ad-details-layout__sidebar .kaman-car-ad-buy-box {
    height: auto;
}

.kaman-car-ad-details .product-details__tabs {
    background: #fff;
    border-radius: 10px 10px 0 0;
    padding: 0 8px;
    position: sticky;
    top: 72px;
    z-index: 20;
}

.kaman-car-ad-details .product-details__main {
    gap: 18px;
}

.kaman-car-ad-details .product-details__section {
    border-radius: 10px;
    gap: 14px;
    padding: 20px;
}

.kaman-car-ad-details .product-details__title {
    color: #222;
    font-size: 17px;
}

body.admin-bar .kaman-car-ad-details .product-details__tabs {
    top: 104px;
}

.kaman-car-ad-details__report-link {
    align-self: flex-start;
    background: #222;
    border-radius: 999px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 9px 20px;
    text-decoration: none;
}

.kaman-car-ad-details__report-link:hover,
.kaman-car-ad-details__report-link:focus {
    color: #fff;
}

.kaman-car-ad-details #product-details-reviews {
    border: 0;
    gap: 0;
    padding: 0;
}

.kaman-car-ad-details #product-details-reviews>.product-details__title {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 16px;
}

.kaman-car-inspection__grid {
    direction: ltr;
    display: grid;
    gap: 20px;
    grid-template-areas: "summary overview";
    grid-template-columns: minmax(360px, 0.8fr) minmax(440px, 1fr);
}

.kaman-car-inspection__card {
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    direction: rtl;
    min-width: 0;
    overflow: hidden;
}

.kaman-car-inspection__summary {
    display: flex;
    flex-direction: column;
    grid-area: summary;
    padding: 20px;
}

.kaman-car-inspection__overview {
    display: flex;
    flex-direction: column;
    grid-area: overview;
    min-height: 760px;
    padding: 20px 20px 16px;
}

.kaman-car-inspection__card-title {
    color: #030509;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    margin: 0;
    text-align: center;
}

.kaman-car-inspection__parts {
    margin-top: 14px;
}

.kaman-car-inspection__part-row {
    align-items: center;
    border-bottom: 1px solid #ebebeb;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    min-height: 54px;
    padding: 10px 12px;
}

.kaman-car-inspection__part-row:last-child {
    border-bottom: 0;
}

.kaman-car-inspection__part-row strong {
    color: #030509;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7;
    text-align: right;
}

.kaman-car-inspection__part-status {
    align-items: center;
    color: #555;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 13px;
    gap: 7px;
}

.kaman-car-inspection__status-dot,
.kaman-car-inspection__legend-dot {
    background: #43a047;
    border-radius: 50%;
    display: inline-block;
    flex: 0 0 auto;
    height: 16px;
    width: 16px;
}

.kaman-car-inspection__part-status--painted .kaman-car-inspection__status-dot,
.kaman-car-inspection__legend-dot--painted {
    background: #ffb74d;
}

.kaman-car-inspection__part-status--replaced .kaman-car-inspection__status-dot,
.kaman-car-inspection__legend-dot--replaced {
    background: #e53935;
}

.kaman-car-inspection__download {
    align-items: center;
    background: #282828;
    border-radius: 8px;
    color: #fff;
    display: flex;
    font-size: 15px;
    font-weight: 700;
    gap: 10px;
    justify-content: center;
    margin-top: auto;
    min-height: 48px;
    padding: 10px 18px;
    text-decoration: none;
    width: 100%;
}

.kaman-car-inspection__download:hover,
.kaman-car-inspection__download:focus {
    background: #121212;
    color: #fff;
}

.kaman-car-inspection__overall {
    align-items: center;
    align-self: center;
    background: #f9f9f9;
    border: 1px solid #dbdbdb;
    border-radius: 8px;
    display: inline-flex;
    font-size: 15px;
    gap: 20px;
    margin-top: 16px;
    padding: 10px 18px;
}

.kaman-car-inspection__overall span {
    color: #030509;
    font-weight: 500;
}

.kaman-car-inspection__status-text {
    color: #43a047;
    font-weight: 600;
}

.kaman-car-inspection__status-text--painted {
    color: #ef8e16;
}

.kaman-car-inspection__status-text--replaced {
    color: #e53935;
}

.kaman-car-inspection__figure {
    flex: 1 1 auto;
    margin: 18px auto 12px;
    max-width: 520px;
    min-height: 570px;
    position: relative;
    width: 100%;
}

.kaman-car-inspection__image-slot {
    align-items: center;
    bottom: 44px;
    display: flex;
    justify-content: center;
    left: 58px;
    position: absolute;
    right: 58px;
    top: 28px;
}

.kaman-car-inspection__figure.is-empty .kaman-car-inspection__image-slot {
    border: 1px dashed #ebebeb;
    border-radius: 18px;
}

.kaman-car-inspection__image {
    display: block;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    width: 100%;
}

.kaman-car-inspection__marker {
    align-items: center;
    background: #43a047;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 2px 9px rgba(3, 5, 9, 0.18);
    display: flex;
    height: 28px;
    justify-content: center;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 28px;
    z-index: 2;
}

.kaman-car-inspection__marker::after {
    color: #fff;
    content: "\2713";
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
}

.kaman-car-inspection__marker--painted {
    background: #ffb74d;
}

.kaman-car-inspection__marker--replaced {
    background: #e53935;
}

.kaman-car-inspection__marker--painted::after {
    content: "!";
}

.kaman-car-inspection__marker--replaced::after {
    content: "\00d7";
    font-size: 20px;
}

.kaman-car-inspection__marker--hood {
    left: 50%;
    top: 10%;
}

.kaman-car-inspection__marker--roof {
    left: 50%;
    top: 43%;
}

.kaman-car-inspection__marker--trunk {
    left: 50%;
    top: 91%;
}

.kaman-car-inspection__marker--front_driver_door {
    left: 20%;
    top: 42%;
}

.kaman-car-inspection__marker--front_passenger_door {
    left: 80%;
    top: 42%;
}

.kaman-car-inspection__marker--rear_driver_door {
    left: 20%;
    top: 62%;
}

.kaman-car-inspection__marker--rear_passenger_door {
    left: 80%;
    top: 62%;
}

.kaman-car-inspection__marker--front_driver_fender {
    left: 22%;
    top: 22%;
}

.kaman-car-inspection__marker--front_passenger_fender {
    left: 78%;
    top: 22%;
}

.kaman-car-inspection__marker--rear_driver_fender {
    left: 22%;
    top: 82%;
}

.kaman-car-inspection__marker--rear_passenger_fender {
    left: 78%;
    top: 82%;
}

.kaman-car-inspection__legend {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 18px 30px;
    justify-content: center;
    margin-top: auto;
}

.kaman-car-inspection__legend>span {
    align-items: center;
    color: #030509;
    display: inline-flex;
    font-size: 14px;
    gap: 10px;
}

.kaman-car-inspection__legend-dot {
    height: 20px;
    width: 20px;
}

.kaman-car-ad-mobile-highlights,
.kaman-car-ad-mobile-purchase-bar {
    display: none;
}

@media (max-width: 1199px) {
    .kaman-car-ad-product-page {
        grid-template-columns: minmax(0, 1fr) minmax(320px, 0.42fr);
    }

    .kaman-car-ad-product-page .gallery-section {
        grid-column: 1;
        grid-row: 1;
    }

    .kaman-car-ad-product-page .details-section {
        grid-column: 1;
        grid-row: 2;
    }

    .kaman-car-ad-product-page .sidebar-section {
        grid-column: 2;
        grid-row: 1 / span 2;
    }

    .kaman-car-ad-details-layout {
        grid-template-columns: minmax(0, 1fr) minmax(300px, 340px);
    }
}

@media (max-width: 992px) {
    .kaman-car-ad-product-page {
        grid-template-columns: minmax(0, 1fr);
    }

    .kaman-car-ad-product-page .gallery-section,
    .kaman-car-ad-product-page .details-section,
    .kaman-car-ad-product-page .sidebar-section {
        grid-column: auto;
        grid-row: auto;
    }

    .kaman-car-ad-product-page .gallery-section {
        order: 1;
    }

    .kaman-car-ad-product-page .details-section {
        order: 2;
    }

    .kaman-car-ad-product-page .sidebar-section {
        order: 3;
    }

    .kaman-car-ad-buy-box {
        height: auto;
    }

    .kaman-car-ad-details-layout {
        display: block;
    }

    .kaman-car-ad-details-layout__sidebar {
        display: none;
    }

    .kaman-car-inspection__grid {
        grid-template-areas:
            "overview"
            "summary";
        grid-template-columns: minmax(0, 1fr);
    }

    .kaman-car-ad-installment-section .kaman-calculator-modern .kaman-calc-layout {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 782px) {
    body.admin-bar .kaman-car-ad-details .product-details__tabs {
        top: 118px;
    }
}

@media (max-width: 768px) {

    body.single-kaman_car_ad>.mobile-header,
    body.single-kaman_car_ad>.mobile-header-top-banner,
    body.single-kaman_car_ad>.site-header {
        display: none !important;
    }

    .kaman-car-ad-mobile-header {
        align-items: center;
        background: #fff;
        border-bottom: 1px solid #f2f2f2;
        display: flex;
        height: 56px;
        justify-content: space-between;
        padding: 0 16px;
        position: sticky;
        top: 0;
        z-index: 1200;
    }

    .kaman-car-ad-mobile-header a {
        color: #696969;
        text-decoration: none;
    }

    .kaman-car-ad-mobile-header__back,
    .kaman-car-ad-mobile-header__actions {
        align-items: center;
        display: flex;
        flex: 0 0 68px;
    }

    .kaman-car-ad-mobile-header__back {
        justify-content: flex-start;
    }

    .kaman-car-ad-mobile-header__actions {
        gap: 12px;
        justify-content: flex-end;
    }

    .kaman-car-ad-mobile-header__actions a {
        align-items: center;
        display: inline-flex;
        justify-content: center;
    }

    .kaman-car-ad-mobile-header__logo {
        align-items: center;
        color: var(--kaman-color-primary, #aa0002) !important;
        display: flex;
        font-size: 18px;
        font-weight: 800;
        justify-content: center;
        max-width: 110px;
    }

    .kaman-car-ad-mobile-header__logo img {
        display: block;
        height: 24px;
        max-width: 90px;
        object-fit: contain;
        width: auto;
    }

    .kaman-car-ad-page {
        background: #fff;
        padding: 0 0 156px;
    }

    .kaman-car-ad-page>.container {
        max-width: none;
        padding: 0 16px;
    }

    .kaman-car-ad-page .breadcrumbs {
        font-size: 10px;
        line-height: 24px;
        margin: 8px 0 6px;
        overflow: hidden;
        white-space: nowrap;
    }

    .kaman-car-ad-page .breadcrumbs__menu {
        flex-wrap: nowrap;
        gap: 6px;
        justify-content: flex-start;
        overflow: hidden;
    }

    .kaman-car-ad-page .breadcrumbs__menu>* {
        flex: 0 0 auto;
    }

    .kaman-car-ad-product-page {
        gap: 0;
    }

    .kaman-car-ad-product-page .gallery-section {
        --kaman-car-ad-mobile-gallery-height: 331px;
        position: relative;
    }

    .kaman-car-ad-product-page .main-image {
        aspect-ratio: auto;
        border-color: #ebebeb;
        height: var(--kaman-car-ad-mobile-gallery-height);
        margin: 0;
        min-height: 0;
        padding: 72px 33px;
    }

    .kaman-car-ad-product-page .main-image img {
        max-height: 187px;
        object-fit: contain;
    }

    .kaman-car-ad-gallery-actions {
        gap: 8px;
        left: auto;
        right: 12px;
        top: 12px;
    }

    .kaman-car-ad-gallery-action {
        border-color: #ebebeb;
        height: 32px;
        width: 32px;
    }

    .kaman-car-ad-gallery-action svg {
        height: 16px;
        width: 16px;
    }

    .kaman-car-ad-product-page .kaman-car-ad-thumbs-shell {
        display: contents;
    }

    .kaman-car-ad-product-page .product-gallery-thumbs {
        display: none;
    }

    .kaman-car-ad-product-page .kaman-car-ad-gallery-nav {
        height: 32px;
        position: absolute;
        top: calc(var(--kaman-car-ad-mobile-gallery-height) / 2 - 16px);
        width: 32px;
        z-index: 5;
    }

    .kaman-car-ad-product-page .kaman-car-ad-gallery-nav--previous {
        inset-inline-end: 12px;
    }

    .kaman-car-ad-product-page .kaman-car-ad-gallery-nav--next {
        inset-inline-start: 12px;
    }

    .kaman-car-ad-product-page .details-section {
        border-bottom: 1px solid #ebebeb;
        margin-top: 20px;
        padding: 0 0 12px;
    }

    .kaman-car-ad-product-page .details-section>.kaman-car-ad-detail-divider,
    .kaman-car-ad-product-page .details-section>.kaman-car-ad-specs-head,
    .kaman-car-ad-product-page .details-section>.kaman-car-ad-spec-table,
    .kaman-car-ad-product-page .details-section>.kaman-car-ad-empty-specs {
        display: none;
    }

    .kaman-car-ad-detail-header {
        align-items: center;
        gap: 10px;
    }

    .kaman-car-ad-product-page .product-title {
        font-size: 20px;
        font-weight: 600;
        line-height: 1.5;
        margin: 0 0 8px;
    }

    .kaman-car-ad-comments {
        font-size: 12px;
    }

    .kaman-car-ad-brand-logo {
        max-width: 87px;
    }

    .kaman-car-ad-brand-logo img {
        max-height: 40px;
        max-width: 87px;
    }

    .kaman-car-ad-product-page .sidebar-section {
        margin-top: 20px;
    }

    .kaman-car-ad-buy-box {
        border-radius: 8px;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
        gap: 12px;
        padding: 12px;
    }

    .kaman-car-ad-warranty {
        align-items: center;
        min-height: 45px;
        padding: 10px 12px;
    }

    .kaman-car-ad-warranty strong {
        font-size: 14px;
        font-weight: 500;
    }

    .kaman-car-ad-warranty p {
        display: none;
    }

    .kaman-car-ad-strengths-box {
        min-height: 226px;
        padding: 12px;
    }

    .kaman-car-ad-strengths-title {
        font-size: 18px;
        font-weight: 500;
    }

    .kaman-car-ad-strengths {
        gap: 4px;
    }

    .kaman-car-ad-strengths li {
        font-size: 12px;
    }

    .kaman-car-ad-price-box {
        padding: 12px;
    }

    .kaman-car-ad-spec-table__row {
        display: flex;
        font-size: 12px;
        gap: 24px;
        justify-content: flex-start;
        min-height: 42px;
        padding: 11px 0;
    }

    .kaman-car-ad-spec-table__label {
        color: #030509;
        flex: 0 0 97px;
        font-weight: 400;
    }

    .kaman-car-ad-spec-table__value {
        color: #303030;
        font-weight: 500;
    }

    .kaman-car-ad-secondary-actions {
        gap: 12px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .kaman-car-ad-secondary-actions a {
        font-size: 14px;
        min-height: 48px;
    }

    .kaman-car-ad-price {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .kaman-car-ad-trust-strip,
    .kaman-car-ad-details,
    .kaman-car-ad-installment-section {
        margin-top: 20px;
    }

    .kaman-car-ad-trust-strip {
        border-left: 0;
        border-radius: 0;
        border-right: 0;
        flex-wrap: nowrap;
        gap: 8px;
        justify-content: space-between;
        margin-left: -16px;
        margin-right: -16px;
        min-height: 66px;
        padding: 12px 16px;
    }

    .kaman-car-ad-trust-strip .trust-item {
        color: #282828;
        flex: 0 1 auto;
        flex-direction: column;
        font-size: 11px;
        gap: 4px;
        min-width: 0;
        white-space: nowrap;
    }

    .kaman-car-ad-trust-strip .trust-icon svg {
        height: 20px;
        width: 20px;
    }

    .kaman-car-ad-mobile-highlights {
        display: block;
        margin-top: 20px;
    }

    .kaman-car-ad-mobile-highlights__head {
        align-items: center;
        display: flex;
        justify-content: space-between;
        margin-bottom: 12px;
    }

    .kaman-car-ad-mobile-highlights__head h2 {
        color: #282828;
        font-size: 18px;
        font-weight: 500;
        line-height: 28px;
        margin: 0;
    }

    .kaman-car-ad-mobile-highlights__head a {
        color: #282828;
        font-size: 12px;
        font-weight: 500;
        text-decoration: none;
    }

    .kaman-car-ad-mobile-highlights .kaman-car-ad-spec-table {
        padding: 12px;
    }

    .kaman-car-ad-installment-section {
        padding: 20px;
    }

    .kaman-car-ad-installment-section__header {
        margin-bottom: 14px;
    }

    .kaman-car-ad-installment-section__header h2 {
        font-size: 18px;
        font-weight: 500;
    }

    .kaman-car-ad-installment-section__header p {
        font-size: 13px;
        line-height: 24px;
    }

    .kaman-car-ad-installment-section .kaman-calculator-modern .kaman-calc-layout {
        gap: 20px;
    }

    .kaman-car-ad-installment-section .kaman-calculator-modern .kaman-calc-field {
        min-height: 0;
    }

    .kaman-car-ad-installment-section .kaman-calculator-modern .kaman-calc-term-buttons {
        gap: 8px;
        grid-template-columns: 1fr;
    }

    .kaman-car-ad-installment-section .kaman-calculator-modern .kaman-calc-term-buttons button:last-child:nth-child(odd) {
        grid-column: auto;
    }

    .kaman-car-ad-installment-section .kaman-calculator-modern .kaman-calc-pmt-box strong {
        font-size: 25px;
    }

    .kaman-car-ad-details .product-details__tabs {
        border-left: 0;
        border-radius: 0;
        border-right: 0;
        gap: 0;
        justify-content: space-between;
        margin-left: -16px;
        margin-right: -16px;
        overflow: visible;
        padding: 0 16px;
        top: 72px;
    }

    .kaman-car-ad-details .product-details__tab {
        flex: 1 1 0;
        font-size: 14px;
        min-height: 48px;
        padding: 11px 8px;
        text-align: center;
    }

    .kaman-car-ad-details .product-details__main {
        gap: 22px;
    }

    .kaman-car-ad-details .product-details__section {
        border: 0;
        border-bottom: 1px solid #ebebeb;
        border-radius: 0;
        box-shadow: none;
        padding: 0 0 20px;
    }

    .kaman-car-ad-details .product-details__title {
        font-size: 18px;
        font-weight: 500;
    }

    .kaman-car-ad-details .product-details__text {
        color: #4d4d4d;
        font-size: 14px;
        line-height: 30px;
    }

    .kaman-car-ad-details .product-details__more {
        background: #fff;
        border: 1px solid #303030;
        border-radius: 8px;
        color: #303030;
        font-size: 14px;
        padding: 4px 8px;
    }

    .kaman-car-ad-details .product-details__feature-list {
        border: 1px solid #ebebeb;
        border-radius: 8px;
        padding: 12px;
    }

    .kaman-car-ad-details .product-details__feature-row,
    .kaman-car-ad-details .product-details__feature-list.is-expanded .product-details__feature-row.is-hidden {
        align-items: center;
        flex-direction: row;
        gap: 24px;
        min-height: 42px;
        padding: 11px 0;
    }

    .kaman-car-ad-details .product-details__feature-value {
        flex: 0 0 97px;
        font-weight: 400;
    }

    .kaman-car-ad-details .product-details__feature-key {
        color: #303030;
        font-weight: 500;
    }

    .kaman-car-ad-details #product-details-reviews>.product-details__title {
        font-size: 20px;
    }

    .kaman-car-inspection__overview {
        min-height: 597px;
        padding: 12px;
    }

    .kaman-car-inspection__summary {
        min-height: 524px;
        padding: 12px;
    }

    .kaman-car-inspection__card-title {
        font-size: 18px;
        font-weight: 600;
    }

    .kaman-car-inspection__figure {
        min-height: 442px;
        width: 256px;
    }

    .kaman-car-inspection__image-slot {
        bottom: 36px;
        left: 44px;
        right: 44px;
        top: 24px;
    }

    .kaman-car-inspection__marker {
        border-width: 1px;
        height: 20px;
        width: 20px;
    }

    .kaman-car-inspection__legend {
        gap: 12px 20px;
    }

    .kaman-car-inspection__legend>span {
        font-size: 12px;
        gap: 7px;
    }

    .kaman-car-inspection__legend-dot {
        height: 16px;
        width: 16px;
    }

    .kaman-car-inspection__part-row {
        min-height: 48px;
        padding: 12px;
    }

    .kaman-car-inspection__download {
        border-radius: 8px;
        min-height: 48px;
    }

    .kaman-car-ad-similar {
        margin-left: -16px;
        margin-right: -16px;
        margin-top: 20px;
    }

    .kaman-car-ad-similar .kaman-car-ad-slider__heading {
        font-size: 18px;
        font-weight: 500;
    }

    .kaman-car-ad-similar .kaman-car-ad-slider__card {
        height: 335px;
    }

    .kaman-car-ad-similar .kaman-car-ad-slider__media {
        flex-basis: 162px;
        height: 162px;
    }

    .kaman-car-ad-similar .kaman-car-ad-slider__content {
        gap: 8px;
        padding: 10px 12px 14px;
    }

    .kaman-car-ad-similar .kaman-car-ad-slider__price strong {
        font-size: 18px;
    }

    .kaman-car-inspection__part-status {
        font-size: 0;
    }

    .kaman-car-inspection__status-dot {
        background: #fff;
        border: 1px solid #43a047;
        height: 20px;
        position: relative;
        width: 20px;
    }

    .kaman-car-inspection__status-dot::after {
        color: #43a047;
        content: "\2713";
        font-size: 12px;
        font-weight: 700;
        left: 50%;
        line-height: 1;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .kaman-car-inspection__part-status--painted .kaman-car-inspection__status-dot {
        border-color: #ffb74d;
    }

    .kaman-car-inspection__part-status--painted .kaman-car-inspection__status-dot::after {
        color: #fff;
        content: "!";
    }

    .kaman-car-inspection__part-status--replaced .kaman-car-inspection__status-dot {
        border-color: #e53935;
    }

    .kaman-car-inspection__part-status--replaced .kaman-car-inspection__status-dot::after {
        color: #fff;
        content: "\00d7";
        font-size: 15px;
    }

    .kaman-car-ad-mobile-purchase-bar {
        background: #fff;
        bottom: 0;
        box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.08);
        display: flex;
        flex-direction: column;
        gap: 12px;
        left: 0;
        padding: 20px 16px calc(20px + env(safe-area-inset-bottom));
        position: fixed;
        right: 0;
        z-index: 1150;
    }

    .kaman-car-ad-mobile-purchase-bar__price {
        align-items: center;
        color: #212121;
        display: flex;
        font-size: 24px;
        font-weight: 600;
        gap: 10px;
        justify-content: flex-end;
        line-height: 37px;
    }

    .kaman-car-ad-mobile-purchase-bar a,
    .kaman-car-ad-mobile-purchase-bar .is-disabled {
        align-items: center;
        background: #f05225;
        border-radius: 8px;
        color: #fff;
        display: flex;
        font-size: 16px;
        font-weight: 600;
        justify-content: center;
        min-height: 48px;
        padding: 12px 18px;
        text-decoration: none;
    }

    .kaman-car-ad-mobile-purchase-bar .is-disabled {
        background: #d7d7d7;
    }

    body.admin-bar .kaman-car-ad-details .product-details__tabs {
        top: 118px;
    }
}