/* Bisagras industriales category page — isolated from every other archive. */
.hsp-hinges-page {
    --hinges-blue: #229bd7;
    --hinges-blue-strong: #1183c1;
    --hinges-blue-deep: #0d5e8d;
    --hinges-blue-pale: #eaf6fc;
    --hinges-ink: #0b1116;
    --hinges-steel: #43515d;
    --hinges-muted: #697680;
    --hinges-line: #dce3e8;
    --hinges-surface: #f4f7f9;
    --hinges-shadow: 0 16px 44px rgba(12, 27, 38, .1);
    color: var(--hinges-ink);
    background: #fff;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    line-height: 1.55;
    overflow: clip;
}

.hsp-hinges-page,
.hsp-hinges-page * {
    box-sizing: border-box;
}

.hsp-hinges-page img {
    display: block;
    max-width: 100%;
}

.hsp-hinges-page a {
    color: inherit;
    text-decoration: none;
}

.hsp-hinges-page button {
    font: inherit;
}

.hsp-hinges-container {
    width: min(1360px, calc(100% - 96px));
    max-width: none;
    margin-inline: auto;
}

.hsp-hinges-hero {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: 520px;
    overflow: hidden;
    color: #fff;
    background: #080b0e;
}

.hsp-hinges-hero__media {
    position: absolute;
    inset: 0;
}

.hsp-hinges-hero__media::after {
    position: absolute;
    inset: 0;
    content: "";
    background:
        linear-gradient(90deg, rgba(5, 12, 17, .96) 0%, rgba(5, 12, 17, .86) 36%, rgba(5, 12, 17, .44) 68%, rgba(5, 12, 17, .28) 100%),
        linear-gradient(0deg, rgba(5, 12, 17, .68) 0%, rgba(5, 12, 17, .05) 56%);
}

.hsp-hinges-hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 48%;
}

.hsp-hinges-hero__inner {
    position: relative;
    padding-block: 110px 66px;
}

.hsp-hinges-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 23px;
    color: #d8e1e7;
    font-size: 15px;
}

.hsp-hinges-breadcrumbs a:hover {
    color: #fff;
}

.hsp-hinges-hero__copy {
    width: min(780px, 100%);
}

.hsp-hinges-hero h1 {
    margin: 0 0 22px;
    color: #fff;
    font-size: clamp(46px, 5vw, 72px);
    font-weight: 780;
    letter-spacing: -.045em;
    line-height: 1.02;
}

.hsp-hinges-hero__copy > p {
    max-width: 760px;
    margin: 0 0 32px;
    color: #d3dce2;
    font-size: 20px;
    line-height: 1.58;
}

.hsp-hinges-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}

.hsp-hinges-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding-inline: 24px;
    border: 1px solid transparent;
    gap: 12px;
    font-weight: 750;
    transition: background-color .2s, border-color .2s, color .2s, transform .2s;
}

.hsp-hinges-btn--primary {
    border-color: var(--hinges-blue);
    color: #fff;
    background: var(--hinges-blue);
}

.hsp-hinges-btn--primary:hover {
    border-color: var(--hinges-blue-strong);
    background: var(--hinges-blue-strong);
    transform: translateY(-2px);
}

.hsp-hinges-btn--outline {
    border-color: rgba(255, 255, 255, .72);
    color: #fff;
    background: rgba(0, 0, 0, .1);
}

.hsp-hinges-btn--outline:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, .08);
}

.hsp-hinges-btn--light {
    border-color: #fff;
    color: var(--hinges-blue-deep);
    background: #fff;
}

.hsp-hinges-text-link {
    display: inline-flex;
    align-items: center;
    padding: 12px 3px;
    color: #fff;
    gap: 10px;
    font-weight: 740;
}

.hsp-hinges-text-link span {
    transition: transform .2s;
}

.hsp-hinges-text-link:hover span {
    transform: translateX(5px);
}

.hsp-hinges-category-nav-wrap {
    position: sticky;
    z-index: 70;
    top: 68px;
    border-bottom: 1px solid var(--hinges-line);
    background: #fff;
}

.admin-bar .hsp-hinges-category-nav-wrap {
    top: 100px;
}

.hsp-hinges-category-nav {
    display: flex;
    align-items: center;
    gap: 10px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding-block: 16px;
    scrollbar-width: none;
}

.hsp-hinges-category-nav::-webkit-scrollbar {
    display: none;
}

.hsp-hinges-category-nav a {
    flex: 0 0 auto;
    padding: 10px 15px;
    border: 1px solid var(--hinges-line);
    color: var(--hinges-steel);
    background: #fff;
    font-size: 14px;
    font-weight: 680;
    white-space: nowrap;
    transition: background-color .2s, border-color .2s, color .2s;
}

.hsp-hinges-category-nav a:hover,
.hsp-hinges-category-nav a.is-current {
    border-color: var(--hinges-blue);
    color: var(--hinges-blue-deep);
    background: var(--hinges-blue-pale);
}

.hsp-hinges-section {
    padding-block: 96px;
}

.hsp-hinges-section--surface {
    background: var(--hinges-surface);
}

.hsp-hinges-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 38px;
    gap: 30px;
}

.hsp-hinges-section-head h2,
.hsp-hinges-material-oem h2 {
    margin: 0 0 12px;
    color: var(--hinges-ink);
    font-size: clamp(34px, 3.3vw, 48px);
    letter-spacing: -.035em;
    line-height: 1.08;
}

.hsp-hinges-section-head p {
    max-width: 760px;
    margin: 0;
    color: var(--hinges-muted);
    font-size: 18px;
}

.hsp-hinges-count {
    flex: 0 0 auto;
    color: var(--hinges-steel) !important;
    font-size: 16px !important;
    font-weight: 650;
    white-space: nowrap;
}

.hsp-hinges-count strong {
    font-size: 22px;
}

.hsp-hinges-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.hsp-hinges-product-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    border: 1px solid var(--hinges-line);
    background: #fff;
    transition: border-color .24s ease, box-shadow .24s ease, transform .24s ease;
}

.hsp-hinges-product-card:hover {
    border-color: #c8d4dc;
    box-shadow: var(--hinges-shadow);
    transform: translateY(-4px);
}

.hsp-hinges-product-media {
    position: relative;
    display: grid;
    overflow: hidden;
    aspect-ratio: 1;
    border-bottom: 1px solid #26343e;
    background:
        radial-gradient(circle at 70% 24%, rgba(34, 155, 215, .18), transparent 26%),
        linear-gradient(145deg, #17222b 0%, #080b0e 72%);
    place-items: center;
}

.hsp-hinges-product-media::before {
    position: absolute;
    inset: 16%;
    border: 1px solid rgba(255, 255, 255, .09);
    content: "";
    transform: skewX(-8deg);
}

.hsp-hinges-product-media img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hsp-hinges-product-media__placeholder {
    position: relative;
    z-index: 1;
    max-width: calc(100% - 40px);
    color: rgba(255, 255, 255, .74);
    font-size: 14px;
    font-weight: 740;
    letter-spacing: .03em;
    text-align: center;
}

.hsp-hinges-product-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 22px;
}

.hsp-hinges-product-type {
    margin: 0 0 8px;
    color: var(--hinges-blue-deep);
    font-size: 14px;
    font-weight: 750;
}

.hsp-hinges-product-card h3 {
    margin: 0 0 5px;
    color: var(--hinges-ink);
    font-size: 21px;
    letter-spacing: -.015em;
    line-height: 1.25;
}

.hsp-hinges-product-card h3 a:hover {
    color: var(--hinges-blue-deep);
}

.hsp-hinges-product-model {
    margin: 0 0 17px;
    color: var(--hinges-muted);
    font-size: 14px;
}

.hsp-hinges-specs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0;
    margin: 0 0 20px;
    gap: 10px 12px;
    list-style: none;
}

.hsp-hinges-specs li {
    min-width: 0;
    padding-top: 9px;
    border-top: 1px solid var(--hinges-line);
}

.hsp-hinges-specs b,
.hsp-hinges-specs span {
    display: block;
}

.hsp-hinges-specs b {
    margin-bottom: 3px;
    color: var(--hinges-muted);
    font-size: 12px;
    font-weight: 650;
}

.hsp-hinges-specs span {
    font-size: 14px;
    font-weight: 680;
}

.hsp-hinges-product-actions {
    display: grid;
    grid-template-columns: 1fr auto;
    margin-top: auto;
    gap: 9px;
}

.hsp-hinges-product-actions a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding-inline: 14px;
    border: 1px solid var(--hinges-line);
    font-weight: 750;
}

.hsp-hinges-product-actions .is-detail {
    border-color: var(--hinges-ink);
    color: #fff;
    background: var(--hinges-ink);
}

.hsp-hinges-product-actions .is-detail:hover {
    border-color: var(--hinges-blue-deep);
    background: var(--hinges-blue-deep);
}

.hsp-hinges-product-actions .is-quote {
    min-width: 48px;
    color: var(--hinges-blue-deep);
}

.hsp-hinges-product-actions .is-quote:hover {
    border-color: var(--hinges-blue);
    background: var(--hinges-blue-pale);
}

.hsp-hinges-pagination {
    display: flex;
    justify-content: center;
    margin-top: 36px;
    gap: 8px;
}

.hsp-hinges-pagination .page-numbers {
    display: grid;
    width: 44px;
    height: 44px;
    border: 1px solid var(--hinges-line);
    font-weight: 740;
    place-items: center;
}

.hsp-hinges-pagination .current,
.hsp-hinges-pagination a:hover {
    border-color: var(--hinges-ink);
    color: #fff;
    background: var(--hinges-ink);
}

.hsp-hinges-selection-layout {
    display: grid;
    grid-template-columns: 1.35fr .65fr;
    align-items: start;
    gap: 32px;
}

.hsp-hinges-selection-table {
    border: 1px solid var(--hinges-line);
    background: #fff;
}

.hsp-hinges-selection-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid var(--hinges-line);
}

.hsp-hinges-selection-row:last-child {
    border-bottom: 0;
}

.hsp-hinges-selection-row > div {
    padding: 19px 22px;
}

.hsp-hinges-selection-row > div:first-child {
    border-right: 1px solid var(--hinges-line);
    font-weight: 720;
}

.hsp-hinges-selection-row a {
    color: var(--hinges-blue-deep);
    font-weight: 750;
}

.hsp-hinges-selection-row a:hover {
    text-decoration: underline;
}

.hsp-hinges-requirements {
    padding: 32px;
    color: #fff;
    background: var(--hinges-ink);
}

.hsp-hinges-requirements h3 {
    margin: 0 0 14px;
    color: #fff;
    font-size: 28px;
    line-height: 1.15;
}

.hsp-hinges-requirements > p {
    margin: 0 0 24px;
    color: #c7d0d6;
}

.hsp-hinges-requirement-list {
    display: grid;
    border-top: 1px solid rgba(255, 255, 255, .16);
}

.hsp-hinges-requirement-list > div {
    padding-block: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.hsp-hinges-requirement-list strong,
.hsp-hinges-requirement-list span {
    display: block;
}

.hsp-hinges-requirement-list strong {
    margin-bottom: 5px;
    font-size: 18px;
}

.hsp-hinges-requirement-list span {
    color: #aebbc4;
    font-size: 15px;
}

.hsp-hinges-requirements .hsp-hinges-btn {
    width: 100%;
    margin-top: 24px;
}

.hsp-hinges-industry-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--hinges-line);
    border-left: 1px solid var(--hinges-line);
}

.hsp-hinges-industry-card {
    display: flex;
    flex-direction: column;
    min-height: 190px;
    padding: 27px;
    border-right: 1px solid var(--hinges-line);
    border-bottom: 1px solid var(--hinges-line);
    background: #fff;
    transition: background-color .2s;
}

.hsp-hinges-industry-card:hover {
    background: var(--hinges-blue-pale);
}

.hsp-hinges-industry-card h3 {
    margin: 0 0 10px;
    color: var(--hinges-ink);
    font-size: 22px;
}

.hsp-hinges-industry-card p {
    margin: 0 0 20px;
    color: var(--hinges-muted);
}

.hsp-hinges-industry-card a {
    margin-top: auto;
    color: var(--hinges-blue-deep);
    font-weight: 750;
}

.hsp-hinges-material-oem {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid var(--hinges-line);
}

.hsp-hinges-materials,
.hsp-hinges-oem {
    padding: 38px;
}

.hsp-hinges-materials {
    background: #fff;
}

.hsp-hinges-material-oem h2 {
    font-size: 40px;
}

.hsp-hinges-materials > p,
.hsp-hinges-oem > p {
    margin: 0 0 25px;
    color: var(--hinges-muted);
    font-size: 17px;
}

.hsp-hinges-material-list {
    display: grid;
    border-top: 1px solid var(--hinges-line);
}

.hsp-hinges-material-list > div {
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    padding-block: 18px;
    border-bottom: 1px solid var(--hinges-line);
    gap: 20px;
}

.hsp-hinges-material-list strong {
    font-size: 17px;
}

.hsp-hinges-material-list span {
    color: var(--hinges-muted);
}

.hsp-hinges-oem {
    color: #fff;
    background: linear-gradient(145deg, var(--hinges-ink), #0d1b25);
}

.hsp-hinges-oem h2 {
    color: #fff;
}

.hsp-hinges-oem > p {
    color: #c3ced5;
}

.hsp-hinges-oem-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 28px;
    gap: 10px 18px;
}

.hsp-hinges-oem-list span {
    padding-block: 11px;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.hsp-hinges-faq {
    border-top: 1px solid var(--hinges-line);
}

.hsp-hinges-faq-item {
    border-bottom: 1px solid var(--hinges-line);
}

.hsp-hinges-faq-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 22px 0;
    border: 0;
    color: var(--hinges-ink);
    background: transparent;
    font-size: 19px;
    font-weight: 760;
    text-align: left;
    cursor: pointer;
}

.hsp-hinges-faq-button span:last-child {
    color: var(--hinges-blue);
    font-size: 26px;
    transition: transform .2s;
}

.hsp-hinges-faq-button[aria-expanded="true"] span:last-child {
    transform: rotate(45deg);
}

.hsp-hinges-faq-panel > div {
    overflow: hidden;
}

.hsp-hinges-faq-panel p {
    max-width: 920px;
    padding: 0 0 23px;
    margin: 0;
    color: var(--hinges-muted);
}

.hsp-hinges-page.has-faq-js .hsp-hinges-faq-panel {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .25s ease;
}

.hsp-hinges-page.has-faq-js .hsp-hinges-faq-item.is-open .hsp-hinges-faq-panel {
    grid-template-rows: 1fr;
}

.hsp-hinges-final-cta {
    padding-block: 70px;
    color: #fff;
    background: var(--hinges-blue-deep);
}

.hsp-hinges-final-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
}

.hsp-hinges-final-cta h2 {
    max-width: 850px;
    margin: 0 0 13px;
    color: #fff;
    font-size: clamp(34px, 4vw, 52px);
    letter-spacing: -.035em;
    line-height: 1.05;
}

.hsp-hinges-final-cta p {
    max-width: 760px;
    margin: 0;
    color: #d9edf7;
    font-size: 18px;
}

.hsp-hinges-final-cta .hsp-hinges-actions {
    flex: 0 0 auto;
    justify-content: flex-end;
}

@media (max-width: 1180px) {
    .hsp-hinges-container {
        width: calc(100% - 56px);
    }

    .hsp-hinges-product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .hsp-hinges-selection-layout {
        grid-template-columns: 1fr;
    }

    .hsp-hinges-industry-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .hsp-hinges-section {
        padding-block: 72px;
    }

    .hsp-hinges-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hsp-hinges-section-head,
    .hsp-hinges-final-cta__inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .hsp-hinges-material-oem {
        grid-template-columns: 1fr;
    }

    .hsp-hinges-final-cta .hsp-hinges-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 782px) {
    .admin-bar .hsp-hinges-category-nav-wrap {
        top: 114px;
    }
}

@media (max-width: 620px) {
    .hsp-hinges-container {
        width: calc(100% - 40px);
    }

    .hsp-hinges-hero {
        min-height: 590px;
    }

    .hsp-hinges-hero__inner {
        padding-block: 104px 54px;
    }

    .hsp-hinges-hero h1 {
        font-size: 44px;
    }

    .hsp-hinges-hero__copy > p {
        font-size: 18px;
    }

    .hsp-hinges-hero .hsp-hinges-actions {
        align-items: stretch;
    }

    .hsp-hinges-hero .hsp-hinges-btn {
        width: 100%;
    }

    .hsp-hinges-hero .hsp-hinges-text-link {
        width: auto;
    }

    .hsp-hinges-category-nav-wrap {
        top: 64px;
    }

    .admin-bar .hsp-hinges-category-nav-wrap {
        top: 110px;
    }

    .hsp-hinges-product-grid,
    .hsp-hinges-industry-grid,
    .hsp-hinges-selection-row,
    .hsp-hinges-material-list > div,
    .hsp-hinges-oem-list {
        grid-template-columns: 1fr;
    }

    .hsp-hinges-selection-row > div:first-child {
        border-right: 0;
        border-bottom: 1px solid var(--hinges-line);
    }

    .hsp-hinges-materials,
    .hsp-hinges-oem {
        padding: 28px;
    }

    .hsp-hinges-material-oem h2 {
        font-size: 34px;
    }

    .hsp-hinges-material-list > div {
        gap: 5px;
    }

    .hsp-hinges-final-cta .hsp-hinges-actions,
    .hsp-hinges-final-cta .hsp-hinges-btn {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hsp-hinges-page *,
    .hsp-hinges-page *::before,
    .hsp-hinges-page *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}

/* Production taxonomy filters and engineering content. */
.hsp-hinge-filter {
    margin-bottom: 28px;
    border: 1px solid var(--hinges-line);
    background: #fff;
}

.hsp-hinge-filter__categories {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 16px;
    border-bottom: 1px solid var(--hinges-line);
    scrollbar-width: thin;
}

.hsp-hinge-filter__categories button,
.hsp-hinge-filter__clear {
    flex: 0 0 auto;
    min-height: 42px;
    padding: 8px 14px;
    border: 1px solid var(--hinges-line);
    color: var(--hinges-steel);
    background: #fff;
    font-weight: 700;
    cursor: pointer;
}

.hsp-hinge-filter__categories button:hover,
.hsp-hinge-filter__categories button.is-active {
    border-color: var(--hinges-blue);
    color: var(--hinges-blue-deep);
    background: var(--hinges-blue-pale);
}

.hsp-hinge-filter__attributes {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
    align-items: end;
    gap: 12px;
    padding: 16px;
}

.hsp-hinge-filter__attributes--friction {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hsp-hinge-filter__attributes label {
    display: grid;
    min-width: 0;
    gap: 6px;
}

.hsp-hinge-filter__attributes label > span {
    color: var(--hinges-steel);
    font-size: 13px;
    font-weight: 720;
}

.hsp-hinge-filter__attributes select {
    width: 100%;
    min-height: 44px;
    padding: 0 34px 0 12px;
    border: 1px solid var(--hinges-line);
    border-radius: 0;
    color: var(--hinges-ink);
    background: #fff;
    font: inherit;
}

.hsp-hinge-filter__attributes select:focus {
    border-color: var(--hinges-blue);
    outline: 3px solid rgba(34, 155, 215, .12);
}

.hsp-hinge-filter__clear:hover {
    border-color: var(--hinges-ink);
    color: #fff;
    background: var(--hinges-ink);
}

.hsp-hinges-product-card[hidden],
.hsp-hinge-empty[hidden],
.hsp-hinge-selection[hidden] {
    display: none;
}

.hsp-hinge-empty {
    padding: 34px;
    margin: 0;
    border: 1px solid var(--hinges-line);
    color: var(--hinges-muted);
    background: var(--hinges-surface);
    text-align: center;
}

.hsp-hinge-product-badge {
    align-self: flex-start;
    padding: 4px 8px;
    margin-bottom: 14px;
    color: var(--hinges-blue-deep);
    background: var(--hinges-blue-pale);
    font-size: 12px;
    font-weight: 750;
}

.hsp-hinge-product-select {
    display: flex;
    align-items: center;
    margin: auto 0 14px;
    gap: 8px;
    color: var(--hinges-steel);
    font-size: 14px;
    font-weight: 700;
}

.hsp-hinge-product-select input {
    width: 18px;
    height: 18px;
    accent-color: var(--hinges-blue);
}

.hsp-hinge-selection {
    position: sticky;
    z-index: 60;
    bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    margin-top: 24px;
    color: #fff;
    background: var(--hinges-ink);
    box-shadow: var(--hinges-shadow);
    gap: 20px;
}

.hsp-hinge-selection ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 8px 0 0;
    gap: 8px;
    list-style: none;
}

.hsp-hinge-selection li {
    display: flex;
    align-items: center;
    padding: 5px 8px;
    gap: 8px;
    background: rgba(255, 255, 255, .1);
    font-size: 13px;
}

.hsp-hinge-selection li button {
    padding: 0;
    border: 0;
    color: #fff;
    background: transparent;
    font-size: 18px;
    cursor: pointer;
}

.hsp-hinge-selection > a {
    flex: 0 0 auto;
    padding: 10px 14px;
    color: #fff;
    background: var(--hinges-blue);
    font-weight: 750;
}

.hsp-hinge-comparison,
.hsp-hinge-engineering-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid var(--hinges-line);
    border-left: 1px solid var(--hinges-line);
}

.hsp-hinge-engineering-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hsp-hinge-comparison article,
.hsp-hinge-engineering-grid article {
    padding: 28px;
    border-right: 1px solid var(--hinges-line);
    border-bottom: 1px solid var(--hinges-line);
    background: #fff;
}

.hsp-hinge-comparison h3,
.hsp-hinge-engineering-grid h3 {
    margin: 0 0 10px;
    color: var(--hinges-ink);
    font-size: 22px;
}

.hsp-hinge-comparison p,
.hsp-hinge-engineering-grid p {
    margin: 0;
    color: var(--hinges-muted);
}

.hsp-hinge-friction-group + .hsp-hinge-friction-group {
    border-top: 1px solid var(--hinges-line);
}

.hsp-hinge-taxonomy-page [data-hsp-rfq-form] .htan-form-wrap {
    margin: 0;
}

@media (max-width: 1180px) {
    .hsp-hinge-filter__attributes,
    .hsp-hinge-filter__attributes--friction {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .hsp-hinge-filter__attributes,
    .hsp-hinge-filter__attributes--friction,
    .hsp-hinge-engineering-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hsp-hinge-selection {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 620px) {
    .hsp-hinge-filter__attributes,
    .hsp-hinge-filter__attributes--friction,
    .hsp-hinge-comparison,
    .hsp-hinge-engineering-grid {
        grid-template-columns: 1fr;
    }

    .hsp-hinge-filter__attributes {
        padding: 14px;
    }

    .hsp-hinge-filter__clear,
    .hsp-hinge-selection,
    .hsp-hinge-selection > a {
        width: 100%;
    }
}
