.section-product {
    margin-top: 2em;
    margin-bottom: 2em;
}

.topcar-vehicle-specs {
    margin-top: 24px;
    padding: 20px;
    border-radius: 14px;
    background: #f7f7f7;
}

.topcar-vehicle-specs h3 {
    margin-bottom: 16px;
    font-size: 20px;
}

.topcar-spec-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.topcar-spec-item {
    padding: 14px;
    border-radius: 12px;
    background: #fff;
}

.topcar-spec-item span {
    display: block;
    margin-bottom: 4px;
    font-size: 13px;
    color: #777;
}

.topcar-spec-item strong {
    font-size: 16px;
    color: #111;
}

.badge-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.badge-row .badge+.badge {
    width: auto;
}


.badge-row .badge .topcar-product-listbox-value {
    text-align: right;
    font-size: 1.5em;
}

@media (max-width: 549px) {
    .topcar-spec-grid {
        grid-template-columns: 1fr;
    }
}

.topcar-finance-box {
    padding: 16px;
    border-radius: 14px;
    background: #111;
    color: #fff;
}

.topcar-finance-price {
    font-size: 28px;
    font-weight: 700;
}

.topcar-finance-term {
    margin-top: 4px;
    font-size: 14px;
    opacity: 0.8;
}

.btn-main {
    padding: 10px 10px;
}

.btn-main.full {
    width: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    gap: 5px;
    justify-content: center;
}

.btn-main.yellow {
    background-color: #f7c600;
    color: #000;
}

.fancybox-thumbs__list a:before {
        border: 4px solid #f7c600;
}

.nav-pagination>li>.current {
    background-color: #000000!important;
    border-color: #000000!important;
}

ul.links li a {
    color: #000000 !important;
}

.nav-pagination>li>a {
    border: 1px solid !important;
}

.nav-pagination>li>a:hover {
    background-color: #f7c600!important;
    border-color: #f7c600!important;
    color: #fff !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); 
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}