.catalog-locale__section-nav {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
}

.catalog-locale__section-nav a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    border: 1px solid #d7dee8;
    background: #fff;
    color: #1f2933;
    font-size: 13px;
    font-weight: 700;
    padding: 0 14px;
    border-radius: 4px;
}

.catalog-locale__section-nav a:hover {
    background: #eef3f8;
    color: #0057a8;
    text-decoration: none;
}

.catalog-locale__breadcrumbs {
    color: #667085;
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 1.6;
}

.catalog-locale__breadcrumbs .sep {
    margin: 0 5px;
    color: #98a2b3;
}

.catalog-card {
    background: #fff;
    border: 1px solid #d7dee8;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 14px;
}

.catalog-title {
    font-size: 22px;
    line-height: 1.3;
    margin: 0 0 12px;
}

.catalog-subtitle {
    color: #667085;
    line-height: 1.6;
    margin-bottom: 14px;
}

.catalog-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.catalog-table th {
    background: #eef3f8;
    text-align: left;
    padding: 9px;
    border-bottom: 1px solid #d7dee8;
}

.catalog-table td {
    padding: 9px;
    border-bottom: 1px solid #e5eaf0;
    vertical-align: top;
}

.catalog-table tr:hover td {
    background: #f7f9fc;
}

.catalog-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 18px;
}

.catalog-box {
    border-bottom: 1px solid #e5eaf0;
    padding: 7px 0;
}

.catalog-box h3 {
    margin: 0;
    font-size: 14px;
}

.product-header {
    display: flex;
    gap: 18px;
    align-items: flex-start;
}

.product-thumb {
    width: 92px;
    height: 92px;
    border: 1px solid #d7dee8;
    border-radius: 4px;
    display: grid;
    place-items: center;
    background: #fff;
}

.product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-meta {
    line-height: 1.7;
}

.product-overview {
    margin-top: 12px;
    line-height: 1.7;
}

.section-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.quote-link {
    display: inline-block;
    background: #0057a8;
    color: #fff;
    font-weight: 700;
    border-radius: 4px;
    padding: 9px 14px;
}

.quote-link:hover {
    color: #fff;
}

.locale-inventory-note {
    min-height: 24px;
    margin: 4px 0 18px;
    color: #182d56;
    font-size: 16px;
    line-height: 1.6;
}

.locale-inventory-table-wrap {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.locale-inventory-table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    font-size: 13px;
}

.locale-inventory-table .search-col-part {
    width: 31%;
}

.locale-inventory-table .search-col-dc {
    width: 7%;
}

.locale-inventory-table .search-col-manufacturer {
    width: 18%;
}

.locale-inventory-table .search-col-quantity {
    width: 10%;
}

.locale-inventory-table .search-col-datasheet {
    width: 13%;
}

.locale-inventory-table .search-col-quote {
    width: 20%;
}

.locale-inventory-table thead th {
    background: #f4f6fd;
    color: #182d56;
    font-weight: 600;
    vertical-align: middle;
    padding: 9px 8px;
    white-space: normal;
    line-height: 1.35;
    text-align: center;
    border-bottom: none;
}

.locale-inventory-table tbody td {
    vertical-align: middle;
    padding: 8px;
    color: #2d3748;
    overflow-wrap: anywhere;
    border-bottom: none;
}

.locale-inventory-table tbody tr:nth-child(odd) {
    background-color: #fbfcff;
}

.locale-inventory-table tbody tr:nth-child(even) {
    background-color: #ffffff;
}

.locale-inventory-table tbody tr:hover {
    background-color: #eef4ff;
}

.locale-inventory-table tbody td:first-child {
    padding-left: 24px;
    padding-right: 12px;
}

.locale-inventory-quantity {
    text-align: right;
}

.locale-inventory-datasheet-cell,
.locale-inventory-quote-cell {
    text-align: center;
}

.locale-inventory-pdf-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    min-height: 30px;
    padding: 4px 10px;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    background: #ffffff;
    color: #182d56;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    box-sizing: border-box;
}

.locale-inventory-pdf-button:hover {
    text-decoration: none;
    background: #f4f6fd;
}

.locale-inventory-quote-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    max-width: 120px;
    min-height: 30px;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    background: #182d56;
    color: #fff !important;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 10px;
    text-decoration: none;
}

.locale-inventory-quote-button:hover {
    background: #0f4c81;
    text-decoration: none;
}

.customers {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
    align-items: center;
}

.customers img {
    max-width: 100%;
    max-height: 34px;
    object-fit: contain;
    filter: grayscale(0.1);
}

.products-reason {
    position: relative;
    overflow: hidden;
    background: #075aa8;
    padding: 44px 24px;
    min-height: 128px;
}

.products-reason::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(0deg, rgba(255,255,255,.10) 1px, transparent 1px), radial-gradient(circle at 18% 65%, rgba(245,197,66,.9) 0 3px, transparent 4px), radial-gradient(circle at 72% 22%, rgba(245,197,66,.75) 0 3px, transparent 4px);
    background-size: 120px 72px, 120px 72px, 100% 100%, 100% 100%;
    opacity: .65;
}

.products-reason::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, transparent 0 42%, rgba(255,255,255,.08) 42% 43%, transparent 43% 100%);
}

.products-reason__panel {
    position: relative;
    width: 66%;
    background: rgba(248,250,252,.94);
    border-left: 4px solid #f5c542;
    border-radius: 4px;
    padding: 18px 24px 16px;
    box-shadow: 0 12px 24px rgba(0,0,0,.12);
}

.products-reason__title {
    color: #073f78;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 1px solid #cbd5e1;
}

.products-reason__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 28px;
    margin-top: 13px;
}

.products-reason__item {
    color: #1f2933;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.55;
}

.spec-heading {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: flex-start;
    margin-bottom: 12px;
}

.spec-heading .section-title {
    margin-bottom: 0;
    border-left: 4px solid #2da4c7;
    padding-left: 10px;
}

.spec-note {
    max-width: 420px;
    color: #4b5563;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.65;
}

.pager {
    margin-top: 14px;
}

.mfg-az-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}

.mfg-az-disabled {
    color: #98a2b3;
    font-weight: 700;
}

.mfg-group {
    margin-top: 16px;
}

.mfg-group-title {
    font-weight: 700;
    padding: 6px 10px;
    background: #eef3f8;
    border-left: 4px solid #2563a9;
}

.locale-home .go-up {
    position: fixed;
    right: 410px;
    bottom: 20px;
    z-index: 2;
    width: 40px;
}

.locale-home .go-up img {
    display: block;
    width: 100%;
}

.locale-page-card {
    background: #fff;
    border: 1px solid #d7dee8;
    border-radius: 4px;
    padding: 28px 32px;
    margin-bottom: 18px;
}

.locale-page-title {
    color: #182d56;
    font-size: 24px;
    line-height: 1.3;
    margin: 0 0 22px;
    padding-bottom: 12px;
    border-bottom: 2px solid #d7dee8;
}

.locale-company__list {
    margin: 0;
}

.locale-company__row {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 24px;
    padding: 16px 0;
    border-bottom: 1px solid #e5eaf0;
}

.locale-company__row:last-child {
    border-bottom: 0;
}

.locale-company__row dt {
    color: #182d56;
    font-weight: 700;
}

.locale-company__row dd {
    margin: 0;
    color: #1f2933;
    line-height: 1.7;
}

@media (max-width: 640px) {
    .locale-page-card {
        padding: 22px 18px;
    }

    .locale-company__row {
        grid-template-columns: 1fr;
        gap: 6px;
    }
}

@media (max-width: 1023px) {
    .locale-home .go-up {
        right: 20px;
    }
}
