.hsp-product-page {
    --hsp-product-navy: #163a5f;
    --hsp-product-navy-dark: #102f4d;
    --hsp-product-ink: #24313d;
    --hsp-product-muted: #66727e;
    --hsp-product-orange: #e27616;
    --hsp-product-orange-dark: #c65e09;
    --hsp-product-surface: #f5f7f9;
    --hsp-product-line: #dbe1e6;
    --hsp-product-wide: 1280px;
    color: var(--hsp-product-ink);
    font-size: 16px;
    line-height: 1.5;
    margin: 0 calc(50% - 50vw);
    max-width: none;
    overflow-x: clip;
    width: 100vw;
}

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

.hsp-product-page img {
    display: block;
    height: auto;
    max-width: 100%;
}

.hsp-product-page button,
.hsp-product-page input,
.hsp-product-page textarea {
    font: inherit;
}

.hsp-product-page a:focus-visible,
.hsp-product-page button:focus-visible,
.hsp-product-page input:focus-visible,
.hsp-product-page textarea:focus-visible {
    outline: 3px solid rgba(226, 118, 22, .3);
    outline-offset: 3px;
}

.hsp-product-page .hsp-visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.hsp-product-page .hsp-product-container,
.hsp-product-page .hspc-container {
    margin-inline: auto;
    max-width: var(--hsp-product-wide);
    padding-inline: clamp(1rem, 3vw, 2rem);
    width: 100%;
}

.hsp-product-page .hspc-breadcrumb-wrap {
    background: #fff;
    border-bottom: 1px solid #e5e9ed;
}

.hsp-product-page .hsp-product-breadcrumb {
    color: var(--hsp-product-muted);
    font-size: .82rem;
    padding-block: .72rem;
}

.hsp-product-page .hsp-product-breadcrumb ol {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .25rem .48rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.hsp-product-page .hsp-product-breadcrumb li {
    align-items: center;
    display: flex;
    gap: .48rem;
    margin: 0;
}

.hsp-product-page .hsp-product-breadcrumb li:not(:last-child)::after {
    color: #a5afb8;
    content: "/";
}

.hsp-product-page .hsp-product-breadcrumb a {
    color: #45515d;
    text-decoration: none;
}

.hsp-product-page .hsp-product-breadcrumb a:hover {
    color: var(--hsp-product-orange);
}

.hsp-product-page .hsp-product-main {
    background: #fff;
    padding-block: clamp(1.8rem, 3.8vw, 3.3rem);
}

.hsp-product-page .hsp-product-main__grid {
    align-items: stretch;
    display: grid;
    gap: clamp(2.5rem, 4vw, 4rem);
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
}

.hsp-product-page .hsp-product-gallery,
.hsp-product-page .hsp-product-main__info {
    min-width: 0;
}

.hsp-product-page .hsp-product-gallery__enhanced {
    display: none;
}

.hsp-product-page .hsp-product-gallery.is-enhanced .hsp-product-gallery__enhanced {
    display: grid;
    gap: .85rem;
    grid-template-columns: 76px minmax(0, 1fr);
}

.hsp-product-page .hsp-product-gallery.is-enhanced .hsp-product-gallery__fallback-grid {
    display: none;
}

.hsp-product-page .hsp-product-gallery__stage:first-child {
    grid-column: 1 / -1;
}

.hsp-product-page .hsp-product-gallery__stage {
    aspect-ratio: 1.04 / 1;
    background: #fff;
    border: 1px solid var(--hsp-product-line);
    min-width: 0;
    overflow: hidden;
}

.hsp-product-page .hsp-product-gallery__zoom {
    align-items: center;
    background: transparent;
    border: 0;
    cursor: zoom-in;
    display: flex;
    height: 100%;
    justify-content: center;
    padding: clamp(1rem, 3vw, 2.4rem);
    position: relative;
    width: 100%;
}

.hsp-product-page .hsp-product-gallery__main {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.hsp-product-page .hsp-product-gallery__zoom-label {
    background: rgba(22, 58, 95, .9);
    bottom: .65rem;
    color: #fff;
    font-size: .72rem;
    padding: .28rem .5rem;
    position: absolute;
    right: .65rem;
}

.hsp-product-page .hsp-product-gallery__thumbs {
    display: flex;
    flex-direction: column;
    gap: .62rem;
    max-height: 560px;
    overflow-y: auto;
    scrollbar-width: thin;
}

.hsp-product-page .hsp-product-gallery__thumb {
    aspect-ratio: 1;
    background: #fff;
    border: 1px solid var(--hsp-product-line);
    border-radius: 3px;
    cursor: pointer;
    flex: 0 0 auto;
    padding: .28rem;
    width: 100%;
}

.hsp-product-page .hsp-product-gallery__thumb:hover,
.hsp-product-page .hsp-product-gallery__thumb[aria-current="true"] {
    border-color: var(--hsp-product-orange);
    box-shadow: inset 0 0 0 1px var(--hsp-product-orange);
}

.hsp-product-page .hsp-product-gallery__thumb img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.hsp-product-page .hsp-product-gallery__fallback-grid {
    display: grid;
    gap: .8rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hsp-product-page .hsp-product-gallery__fallback-grid figure {
    align-items: center;
    aspect-ratio: 1;
    background: #fff;
    border: 1px solid var(--hsp-product-line);
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem;
}

.hsp-product-page .hsp-product-gallery__fallback-grid img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.hsp-product-page .hsp-product-main__info {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding-top: .1rem;
}

.hsp-product-page .hsp-product-main h1 {
    color: var(--hsp-product-navy);
    font-size: clamp(2rem, 3vw, 3rem);
    letter-spacing: -.025em;
    line-height: 1.1;
    margin: 0 0 .8rem;
}

.hsp-product-page .hsp-product-model {
    margin: 0 0 1rem;
}

.hsp-product-page .hsp-product-model div {
    align-items: baseline;
    display: flex;
    gap: .65rem;
}

.hsp-product-page .hsp-product-model dt {
    color: var(--hsp-product-muted);
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hsp-product-page .hsp-product-model dd {
    color: var(--hsp-product-orange);
    font-size: 1.05rem;
    font-weight: 800;
    margin: 0;
}

.hsp-product-page .hsp-product-intro {
    color: #46525d;
    font-size: .97rem;
    margin: 0 0 1.35rem;
    max-width: 60ch;
    white-space: pre-line;
}

.hsp-product-page .hsp-product-summary-wrap {
    margin-top: 1.6rem;
    width: 100%;
}

.hsp-product-page .hsp-product-summary {
    background: #d8e0e8;
    border: 1px solid #d8e0e8;
    border-radius: 6px;
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.hsp-product-page .hsp-product-summary__item,
.hsp-product-page .hsp-product-summary__item:nth-child(n) {
    align-items: center;
    background: #fff;
    border: 0 !important;
    display: grid;
    gap: 10px;
    grid-template-columns: 36px minmax(0, 1fr);
    height: auto;
    margin: 0;
    min-height: 88px;
    min-width: 0;
    padding: 13px 14px;
}

.hsp-product-page .hsp-product-summary__icon {
    background: #f3f7fa;
    border-radius: 5px;
    color: #163a5f;
    display: grid !important;
    height: 36px;
    place-items: center;
    width: 36px;
}

.hsp-product-page .hsp-product-summary__icon svg {
    fill: none;
    height: 23px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
    width: 23px;
}

.hsp-product-page .hsp-technical-file-list__icon svg,
.hsp-product-page .hsp-link-card__icon svg {
    fill: none;
    height: 30px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.65;
    width: 30px;
}

.hsp-product-page .hsp-product-summary__item > div {
    min-width: 0;
}

.hsp-product-page .hsp-product-summary dt {
    color: #6b7785;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.25;
    margin: 0;
    overflow-wrap: anywhere;
    white-space: normal;
}

.hsp-product-page .hsp-product-summary dd {
    color: #082b50;
    font-size: 15px;
    font-weight: 750;
    line-height: 1.3;
    margin: 4px 0 0;
    overflow-wrap: anywhere;
    white-space: normal;
}

.hsp-product-page .hsp-product-actions {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    gap: .72rem;
    margin-top: auto;
    padding-top: 1.5rem;
}

.hsp-product-page .hsp-button {
    align-items: center;
    border-radius: 3px;
    display: inline-flex;
    font-size: .9rem;
    font-weight: 750;
    gap: .45rem;
    justify-content: center;
    min-height: 48px;
    padding: .72rem 1.15rem;
    text-decoration: none;
}

.hsp-product-page .hsp-button--primary {
    background: var(--hsp-product-orange);
    border: 1px solid var(--hsp-product-orange);
    color: #fff;
}

.hsp-product-page .hsp-button--primary:hover {
    background: var(--hsp-product-orange-dark);
    border-color: var(--hsp-product-orange-dark);
    color: #fff;
}

.hsp-product-page .hsp-button--secondary {
    background: #fff;
    border: 1px solid var(--hsp-product-navy);
    color: var(--hsp-product-navy);
}

.hsp-product-page .hsp-button--secondary:hover {
    background: var(--hsp-product-navy);
    color: #fff;
}

.hsp-product-page .hsp-product-category-link-wrap,
.hsp-product-page .hsp-product-parent-link {
    margin: .75rem 0 0;
}

.hsp-product-page .hsp-product-category-link,
.hsp-product-page .hsp-product-parent-link a {
    color: var(--hsp-product-muted);
    font-size: .8rem;
    text-decoration: none;
}

.hsp-product-page .hsp-product-category-link:hover,
.hsp-product-page .hsp-product-parent-link a:hover {
    color: var(--hsp-product-orange);
    text-decoration: underline;
}

.hsp-product-page .hsp-product-information {
    background: var(--hsp-product-surface);
    border-block: 1px solid var(--hsp-product-line);
    padding-block: clamp(2.3rem, 4.5vw, 4rem);
}

.hsp-product-page .hsp-product-tabs {
    border-bottom: 1px solid #cfd6dc;
    display: flex;
    gap: clamp(1rem, 3vw, 2.6rem);
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
}

.hsp-product-page .hsp-product-tabs::-webkit-scrollbar {
    display: none;
}

.hsp-product-page [data-hsp-product-tabs]:not(.is-enhanced) .hsp-product-tabs {
    display: none;
}

.hsp-product-page .hsp-product-tabs button {
    background: transparent;
    border: 0;
    border-bottom: 3px solid transparent;
    color: var(--hsp-product-muted);
    cursor: pointer;
    flex: 0 0 auto;
    font-weight: 750;
    margin: 0 0 -1px;
    padding: .75rem 0 .85rem;
}

.hsp-product-page .hsp-product-tabs button[aria-selected="true"] {
    border-bottom-color: var(--hsp-product-orange);
    color: var(--hsp-product-navy);
}

.hsp-product-page .hsp-product-tabpanel,
.hsp-product-page .hsp-product-information__single {
    padding-top: clamp(1.45rem, 3vw, 2.25rem);
}

.hsp-product-page [data-hsp-product-tabs].is-enhanced .hsp-product-tabpanel > h2 {
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.hsp-product-page [data-hsp-product-tabs]:not(.is-enhanced) .hsp-product-tabpanel + .hsp-product-tabpanel {
    border-top: 1px solid var(--hsp-product-line);
    margin-top: 2rem;
}

.hsp-product-page .hsp-product-tabpanel > h2,
.hsp-product-page .hsp-product-information--single h2 {
    color: var(--hsp-product-navy);
    font-size: clamp(1.45rem, 2.1vw, 1.9rem);
    margin: 0 0 1.2rem;
}

.hsp-product-page .hsp-spec-matrix {
    background: var(--hsp-product-line);
    border: 1px solid var(--hsp-product-line);
    border-radius: 6px;
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
    overflow: hidden;
}

.hsp-product-page .hsp-spec-matrix__item {
    align-items: stretch;
    background: #fff;
    display: grid;
    grid-template-columns: minmax(126px, 150px) minmax(0, 1fr);
    min-height: 56px;
    min-width: 0;
}

.hsp-product-page .hsp-spec-matrix__item--wide {
    grid-column: 1 / -1;
}

.hsp-product-page .hsp-spec-matrix dt,
.hsp-product-page .hsp-spec-matrix dd {
    align-items: center;
    display: flex;
    min-width: 0;
    overflow-wrap: anywhere;
    padding: 12px 15px;
}

.hsp-product-page .hsp-spec-matrix dt {
    background: #f8fafb;
    color: var(--hsp-product-muted);
    font-size: .82rem;
    font-weight: 650;
}

.hsp-product-page .hsp-spec-matrix dd {
    color: var(--hsp-product-navy-dark);
    font-weight: 700;
    margin: 0;
    text-align: left;
}

.hsp-product-page .hsp-technical-panel {
    min-width: 0;
}

.hsp-product-page .hsp-technical-panel-toolbar {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    margin-bottom: .85rem;
    min-height: 40px;
}

.hsp-product-page .hsp-technical-download {
    align-items: center;
    border: 1px solid var(--hsp-product-line);
    border-radius: 3px;
    color: var(--hsp-product-navy);
    display: inline-flex;
    font-size: .84rem;
    font-weight: 750;
    gap: .45rem;
    min-height: 40px;
    padding: .55rem .8rem;
    text-decoration: none;
}

.hsp-product-page .hsp-technical-download:hover {
    border-color: var(--hsp-product-orange);
    color: var(--hsp-product-orange-dark);
}

.hsp-product-page .hsp-technical-media {
    display: grid;
    gap: .85rem;
}

.hsp-product-page .hsp-technical-media--full {
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
}

.hsp-product-page .hsp-technical-media--two,
.hsp-product-page .hsp-technical-media__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hsp-product-page .hsp-technical-pdf-preview {
    background: #fff;
    border: 1px solid var(--hsp-product-line);
    display: block;
    height: min(68vh, 640px);
    margin: 0 auto 1rem;
    width: 100%;
}

.hsp-product-page .hsp-technical-figure {
    margin: 0;
    min-width: 0;
}

.hsp-product-page .hsp-technical-figure button {
    align-items: center;
    background: #fff;
    border: 1px solid var(--hsp-product-line);
    cursor: zoom-in;
    display: flex;
    justify-content: center;
    min-height: 300px;
    padding: clamp(.7rem, 2vw, 1.25rem);
    position: relative;
    width: 100%;
}

.hsp-product-page .hsp-technical-figure--primary button {
    min-height: clamp(330px, 35vw, 470px);
}

.hsp-product-page .hsp-technical-figure img {
    height: 100%;
    max-height: 460px;
    object-fit: contain;
    width: 100%;
}

.hsp-product-page .hsp-technical-figure button > span {
    background: rgba(22, 58, 95, .9);
    bottom: .6rem;
    color: #fff;
    font-size: .7rem;
    padding: .25rem .45rem;
    position: absolute;
    right: .6rem;
}

.hsp-product-page .hsp-technical-figure figcaption {
    color: var(--hsp-product-muted);
    font-size: .8rem;
    padding-top: .4rem;
}

.hsp-product-page .hsp-engineering-file-list {
    display: grid;
    gap: .75rem;
    list-style: none;
    margin: 0 auto;
    max-width: 760px;
    padding: 0;
    width: 100%;
}

.hsp-product-page .hsp-engineering-file-list li {
    margin: 0;
}

.hsp-product-page .hsp-engineering-file-card {
    align-items: center;
    background: #fff;
    border: 1px solid var(--hsp-product-line);
    border-radius: 6px;
    color: var(--hsp-product-navy);
    display: grid;
    gap: 14px;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    min-height: 92px;
    padding: 15px 18px;
    text-decoration: none;
}

.hsp-product-page .hsp-engineering-file-card:hover {
    border-color: var(--hsp-product-orange);
    color: var(--hsp-product-navy);
}

.hsp-product-page .hsp-engineering-file-card__icon {
    align-items: center;
    color: var(--hsp-product-navy);
    display: flex;
    justify-content: center;
}

.hsp-product-page .hsp-engineering-file-card__icon svg {
    fill: none;
    height: 34px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.65;
    width: 34px;
}

.hsp-product-page .hsp-engineering-file-card__body strong,
.hsp-product-page .hsp-engineering-file-card__body small {
    display: block;
    overflow-wrap: anywhere;
}

.hsp-product-page .hsp-engineering-file-card__body small {
    color: var(--hsp-product-muted);
    margin-top: .2rem;
}

.hsp-product-page .hsp-engineering-file-card__action {
    color: var(--hsp-product-orange-dark);
    font-size: .84rem;
    font-weight: 800;
    white-space: nowrap;
}

.hsp-product-page .hsp-technical-file-list {
    display: grid;
    gap: .65rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.hsp-product-page .hsp-technical-file-list li {
    margin: 0;
}

.hsp-product-page .hsp-technical-file-list a {
    align-items: center;
    background: #fff;
    border: 1px solid var(--hsp-product-line);
    color: var(--hsp-product-navy);
    display: grid;
    gap: .65rem;
    grid-template-columns: 32px minmax(0, 1fr) auto;
    padding: .78rem;
    text-decoration: none;
}

.hsp-product-page .hsp-technical-file-list a:hover {
    border-color: var(--hsp-product-orange);
}

.hsp-product-page .hsp-technical-file-list__icon {
    color: var(--hsp-product-navy);
    display: inline-flex;
}

.hsp-product-page .hsp-technical-file-list strong,
.hsp-product-page .hsp-technical-file-list small {
    display: block;
    overflow-wrap: anywhere;
}

.hsp-product-page .hsp-technical-file-list strong {
    font-size: .84rem;
}

.hsp-product-page .hsp-technical-file-list small {
    color: var(--hsp-product-muted);
    font-size: .72rem;
    margin-top: .12rem;
}

.hsp-product-page .hsp-technical-file-list__action {
    color: var(--hsp-product-orange);
    font-size: 1.15rem;
    font-weight: 800;
}

.hsp-product-page .hsp-product-section {
    padding-block: clamp(2.5rem, 4.5vw, 4rem);
}

.hsp-product-page .hsp-product-section h2 {
    color: var(--hsp-product-navy);
    font-size: clamp(1.5rem, 2.2vw, 1.95rem);
    margin: 0 0 1.35rem;
}

.hsp-product-page .hsp-product-applications-related,
.hsp-product-page .hsp-product-resources-related {
    background: #fff;
    border-top: 1px solid #e4e8ec;
}

.hsp-product-page .hsp-product-related {
    background: var(--hsp-product-surface);
    border-top: 1px solid #e1e6ea;
}

.hsp-product-page .hsp-related-grid,
.hsp-product-page .hsp-application-grid,
.hsp-product-page .hsp-editorial-grid {
    display: grid;
    gap: 1rem;
}

.hsp-product-page .hsp-related-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.hsp-product-page .hsp-related-product-card,
.hsp-product-page .hsp-application-card,
.hsp-product-page .hsp-editorial-card {
    margin: 0;
    min-width: 0;
}

.hsp-product-page .hsp-application-card > a,
.hsp-product-page .hsp-application-card__body {
    align-items: center;
    background: #fff;
    border: 1px solid var(--hsp-product-line);
    border-radius: 4px;
    color: var(--hsp-product-navy);
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    min-height: 195px;
    padding: 30px;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.hsp-product-page .hsp-application-card > a:hover {
    border-color: var(--hsp-product-orange);
}

.hsp-product-page .hsp-application-card__icon {
    align-items: center;
    color: var(--hsp-product-navy);
    display: inline-flex;
    height: 62px;
    justify-content: center;
    margin-bottom: .85rem;
    width: 62px;
}

.hsp-product-page .hsp-application-card__icon svg {
    fill: none;
    height: 60px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.25;
    width: 60px;
}

.hsp-product-page .hsp-link-card__title,
.hsp-product-page .hsp-related-product__title {
    color: var(--hsp-product-navy);
    font-size: 1rem;
    font-weight: 750;
    line-height: 1.35;
    margin: 0;
}

.hsp-product-page .hsp-application-card .hsp-link-card__description {
    color: var(--hsp-product-muted);
    display: -webkit-box;
    font-size: .86rem;
    line-height: 1.45;
    margin: .7rem 0 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.hsp-product-page .hsp-application-card .hsp-link-card__action {
    color: var(--hsp-product-orange);
    font-size: .86rem;
    font-weight: 800;
    margin-top: auto;
    padding-top: .8rem;
}

.hsp-product-page .hsp-spec-list dt,
.hsp-product-page .hsp-spec-list dd {
    height: auto;
    min-width: 0;
    overflow-wrap: anywhere;
    white-space: normal;
}

.hsp-product-page .hsp-related-product {
    background: #fff;
    border: 1px solid var(--hsp-product-line);
    border-radius: 4px;
    color: var(--hsp-product-navy);
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: .8rem;
    text-decoration: none;
}

.hsp-product-page .hsp-related-product:hover {
    border-color: var(--hsp-product-orange);
}

.hsp-product-page .hsp-related-product__image {
    align-items: center;
    aspect-ratio: 1;
    background: #fff;
    border-bottom: 1px solid #e7ebee;
    display: flex;
    justify-content: center;
    margin: -.75rem -.75rem .7rem;
    overflow: hidden;
}

.hsp-product-page .hsp-related-product__image img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.hsp-product-page .hsp-related-product__type {
    color: var(--hsp-product-orange);
    font-size: .74rem;
    font-weight: 750;
    margin-bottom: .25rem;
}

.hsp-product-page .hsp-related-product__action {
    color: var(--hsp-product-orange);
    font-size: .82rem;
    font-weight: 750;
    margin-top: auto;
    padding-top: .65rem;
}

.hsp-product-page .hsp-editorial-card > a {
    align-items: center;
    background: #fff;
    border: 1px solid var(--hsp-product-line);
    border-radius: 4px;
    color: var(--hsp-product-navy);
    display: grid;
    gap: .8rem;
    grid-template-columns: 62px minmax(0, 1fr) auto;
    min-height: 106px;
    padding: .85rem;
    text-decoration: none;
}

.hsp-product-page .hsp-editorial-card > a:hover {
    border-color: var(--hsp-product-orange);
}

.hsp-product-page .hsp-link-card__image,
.hsp-product-page .hsp-link-card__icon {
    align-items: center;
    background: var(--hsp-product-surface);
    color: var(--hsp-product-navy);
    display: flex;
    height: 62px;
    justify-content: center;
    margin: 0;
    overflow: hidden;
    width: 62px;
}

.hsp-product-page .hsp-link-card__image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.hsp-product-page .hsp-link-card__type {
    color: var(--hsp-product-muted);
    display: block;
    font-size: .7rem;
    font-weight: 750;
    letter-spacing: .04em;
    margin-bottom: .15rem;
    text-transform: uppercase;
}

.hsp-product-page .hsp-editorial-card .hsp-link-card__action {
    color: var(--hsp-product-orange);
    font-size: 1.2rem;
    font-weight: 800;
}

.hsp-product-page .hsp-product-rfq {
    background: var(--hsp-product-surface);
    border-top: 1px solid var(--hsp-product-line);
    padding-block: clamp(3rem, 5vw, 4.25rem);
}

.hsp-product-page .hsp-product-rfq h2 {
    color: var(--hsp-product-navy);
    text-align: left;
}

.hsp-product-page .hsp-product-rfq .htan-form-wrap {
    background: #fff;
    border: 1px solid #cfd6dc;
    border-radius: 4px;
    box-shadow: none;
    max-width: none;
    padding: clamp(1.25rem, 2.5vw, 2rem);
}

.hsp-product-page .hsp-product-rfq .hspc-form-grid,
.hsp-product-page .hsp-product-rfq .hspf-form-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hsp-product-page .hsp-product-rfq .htan-form-field-wide {
    grid-column: 1 / -1;
}

.hsp-product-page .hsp-product-rfq label {
    color: var(--hsp-product-navy-dark);
    display: block;
    font-size: .84rem;
    font-weight: 700;
    margin-bottom: .32rem;
}

.hsp-product-page .hsp-product-rfq input:not([type="hidden"]):not([type="checkbox"]),
.hsp-product-page .hsp-product-rfq textarea {
    background: #fff;
    border: 1px solid #aeb8c1;
    border-radius: 2px;
    color: var(--hsp-product-ink);
    min-height: 46px;
    padding: .68rem .75rem;
    width: 100%;
}

.hsp-product-page .hsp-product-rfq textarea {
    min-height: 118px;
    resize: vertical;
}

.hsp-product-page .hsp-product-rfq .htan-consent label {
    align-items: flex-start;
    display: flex;
    font-weight: 400;
    gap: .5rem;
}

.hsp-product-page .hsp-product-rfq .htan-consent a {
    color: var(--hsp-product-navy);
    text-decoration: underline;
}

.hsp-product-page .hsp-product-rfq .htan-form-field-wide:has(> button[type="submit"]) {
    text-align: right;
}

.hsp-product-page .hsp-product-rfq button[type="submit"] {
    align-items: center;
    background: var(--hsp-product-orange);
    border: 1px solid var(--hsp-product-orange);
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-weight: 750;
    justify-content: center;
    min-height: 48px;
    min-width: 190px;
    padding: .72rem 1.2rem;
    width: fit-content !important;
}

.hsp-product-page .hsp-product-lightbox {
    background: rgba(8, 18, 28, .94);
    border: 0;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    inset: 0;
    padding: clamp(1rem, 3vw, 2.5rem);
    position: fixed;
    z-index: 100000;
}

.hsp-product-page .hsp-product-lightbox[hidden] {
    display: none;
}

.hsp-product-page .hsp-product-lightbox__bar {
    align-items: center;
    background: var(--hsp-product-navy-dark);
    color: #fff;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    min-height: 52px;
    padding: .6rem 1rem;
}

.hsp-product-page .hsp-product-lightbox__bar button {
    background: transparent;
    border: 1px solid #aeb8c1;
    color: #fff;
    cursor: pointer;
    padding: .35rem .65rem;
}

.hsp-product-page .hsp-product-lightbox__actions {
    margin-left: auto;
}

.hsp-product-page .hsp-product-lightbox__canvas {
    align-items: center;
    background: #fff;
    display: flex;
    justify-content: center;
    min-height: 0;
    overflow: auto;
    padding: 1rem;
}

.hsp-product-page .hsp-product-lightbox__canvas img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

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

@media (max-width: 1040px) {
    .hsp-product-page .hsp-product-main__grid {
        gap: 2rem;
    }
}

@media (max-width: 820px) {
    .hsp-product-page .hsp-product-main__grid {
        grid-template-columns: 1fr;
    }

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

    .hsp-product-page .hsp-spec-matrix {
        grid-template-columns: 1fr;
    }

    .hsp-product-page .hsp-spec-matrix__item--wide {
        grid-column: auto;
    }

    .hsp-product-page .hsp-product-gallery.is-enhanced .hsp-product-gallery__enhanced {
        grid-template-columns: 1fr;
    }

    .hsp-product-page .hsp-product-gallery__stage {
        grid-column: 1;
        grid-row: 1;
    }

    .hsp-product-page .hsp-product-gallery__thumbs {
        flex-direction: row;
        grid-column: 1;
        grid-row: 2;
        max-height: none;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: .2rem;
        scroll-snap-type: x proximity;
    }

    .hsp-product-page .hsp-product-gallery__thumb {
        scroll-snap-align: start;
        width: 72px;
    }

    .hsp-product-page .hsp-technical-media--two,
    .hsp-product-page .hsp-technical-media__grid,
    .hsp-product-page .hsp-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 420px) {
    .hsp-product-page .hsp-product-summary {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .hsp-product-page .hsp-product-container,
    .hsp-product-page .hspc-container {
        padding-inline: 1rem;
    }

    .hsp-product-page .hsp-product-main h1 {
        font-size: clamp(1.75rem, 9vw, 2.35rem);
    }

    .hsp-product-page .hsp-product-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .hsp-product-page .hsp-button {
        width: 100%;
    }

    .hsp-product-page .hsp-technical-media--two,
    .hsp-product-page .hsp-technical-media__grid,
    .hsp-product-page .hsp-related-grid,
    .hsp-product-page .hsp-application-grid,
    .hsp-product-page .hsp-editorial-grid,
    .hsp-product-page .hsp-product-rfq .hspc-form-grid,
    .hsp-product-page .hsp-product-rfq .hspf-form-grid {
        grid-template-columns: 1fr;
    }

    .hsp-product-page .hsp-spec-matrix__item {
        grid-template-columns: minmax(112px, 38%) minmax(0, 1fr);
    }

    .hsp-product-page .hsp-spec-matrix dt,
    .hsp-product-page .hsp-spec-matrix dd {
        padding: 11px 12px;
    }

    .hsp-product-page .hsp-engineering-file-card {
        grid-template-columns: 38px minmax(0, 1fr);
        padding: 14px;
    }

    .hsp-product-page .hsp-engineering-file-card__action {
        grid-column: 2;
        white-space: normal;
    }

    .hsp-product-page .hsp-application-card > a,
    .hsp-product-page .hsp-application-card__body {
        min-height: 185px;
        padding: 28px;
    }

    .hsp-product-page .hsp-editorial-card > a {
        grid-template-columns: 54px minmax(0, 1fr) auto;
    }

    .hsp-product-page .hsp-link-card__image,
    .hsp-product-page .hsp-link-card__icon {
        height: 54px;
        width: 54px;
    }

    .hsp-product-page .hsp-product-rfq .htan-form-field-wide:has(> button[type="submit"]),
    .hsp-product-page .hsp-product-rfq button[type="submit"] {
        text-align: center;
        width: 100% !important;
    }
}

.hsp-product-page .hsp-product-gallery__stage,
.hsp-product-page .hsp-product-gallery__zoom,
.hsp-product-page .hsp-product-gallery__main {
    background: #fff;
}

.hsp-product-page .hsp-product-gallery__main {
    display: block;
    height: 100%;
    object-fit: contain;
    width: 100%;
}
