.cxc-plc-page {
    --cxc-ink: #101820;
    --cxc-muted: #5b6670;
    --cxc-line: #d9e1e8;
    --cxc-surface: #f6f8fa;
    --cxc-panel: #ffffff;
    --cxc-primary: #0b5cab;
    --cxc-primary-dark: #083f78;
    --cxc-accent: #d54725;
    color: var(--cxc-ink);
    max-width: 1180px;
    margin: 0 auto;
    padding: 40px 20px 64px;
}

.cxc-plc-page a {
    color: var(--cxc-primary);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.cxc-plc-hero {
    display: grid;
    grid-template-columns: minmax(260px, 420px) minmax(0, 1fr);
    gap: 40px;
    align-items: center;
    padding: 28px 0 44px;
    border-bottom: 1px solid var(--cxc-line);
}

.cxc-plc-hero__media {
    background: var(--cxc-surface);
    border: 1px solid var(--cxc-line);
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cxc-plc-hero__image {
    width: 100%;
    height: auto;
    max-height: 420px;
    object-fit: contain;
    display: block;
}

.cxc-plc-hero__placeholder,
.cxc-plc-card__image span {
    width: 100%;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--cxc-muted);
    font-weight: 700;
    letter-spacing: 0;
    background: repeating-linear-gradient(135deg, #eef2f5 0, #eef2f5 10px, #e4ebf1 10px, #e4ebf1 20px);
}

.cxc-plc-hero h1,
.cxc-plc-archive__header h1 {
    margin: 12px 0;
    font-size: clamp(32px, 4vw, 56px);
    line-height: 1.05;
    letter-spacing: 0;
}

.cxc-plc-model,
.cxc-plc-card__model {
    margin: 0 0 18px;
    color: var(--cxc-accent);
    font-weight: 700;
}

.cxc-plc-summary {
    color: var(--cxc-muted);
    font-size: 18px;
    line-height: 1.65;
    max-width: 720px;
}

.cxc-plc-taxline {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.cxc-plc-taxline a {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 3px 10px;
    border: 1px solid var(--cxc-line);
    color: var(--cxc-muted);
    font-size: 13px;
    line-height: 1.2;
    text-decoration: none;
    background: var(--cxc-panel);
}

.cxc-plc-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.cxc-plc-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 18px;
    border: 1px solid var(--cxc-line);
    color: var(--cxc-ink);
    background: var(--cxc-panel);
    text-decoration: none;
    font-weight: 700;
}

.cxc-plc-button--primary {
    background: var(--cxc-primary);
    border-color: var(--cxc-primary);
    color: #ffffff;
}

.cxc-plc-button:hover,
.cxc-plc-button:focus-visible,
.cxc-plc-text-link:hover,
.cxc-plc-text-link:focus-visible {
    border-color: var(--cxc-primary-dark);
    color: var(--cxc-primary-dark);
}

.cxc-plc-button--primary:hover,
.cxc-plc-button--primary:focus-visible {
    background: var(--cxc-primary-dark);
    color: #ffffff;
}

.cxc-plc-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 36px;
    align-items: start;
    padding-top: 40px;
}

.cxc-plc-main h2,
.cxc-plc-specs h2,
.cxc-plc-note h2 {
    margin-top: 0;
    font-size: 24px;
    letter-spacing: 0;
}

.cxc-plc-content {
    color: var(--cxc-ink);
    line-height: 1.75;
}

.cxc-plc-specs,
.cxc-plc-note,
.cxc-plc-empty {
    border: 1px solid var(--cxc-line);
    background: var(--cxc-panel);
    padding: 24px;
}

.cxc-plc-specs dl,
.cxc-plc-card__specs {
    margin: 0;
}

.cxc-plc-specs dl div,
.cxc-plc-card__specs div {
    display: grid;
    grid-template-columns: 130px minmax(0, 1fr);
    gap: 16px;
    padding: 12px 0;
    border-top: 1px solid var(--cxc-line);
}

.cxc-plc-specs dt,
.cxc-plc-card__specs dt {
    color: var(--cxc-muted);
    font-weight: 600;
}

.cxc-plc-specs dd,
.cxc-plc-card__specs dd {
    margin: 0;
    min-width: 0;
    overflow-wrap: anywhere;
}

.cxc-plc-note {
    margin-top: 36px;
}

.cxc-plc-archive__header {
    padding: 24px 0 36px;
    border-bottom: 1px solid var(--cxc-line);
}

.cxc-plc-eyebrow {
    margin: 0;
    color: var(--cxc-accent);
    font-weight: 800;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0;
}

.cxc-plc-archive__description {
    max-width: 760px;
    color: var(--cxc-muted);
    font-size: 18px;
    line-height: 1.65;
}

.cxc-plc-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    padding-top: 32px;
}

.cxc-plc-card {
    border: 1px solid var(--cxc-line);
    background: var(--cxc-panel);
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.cxc-plc-card__image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 210px;
    background: var(--cxc-surface);
    border-bottom: 1px solid var(--cxc-line);
    text-decoration: none;
}

.cxc-plc-card__image img {
    display: block;
    width: 100%;
    height: 210px;
    object-fit: contain;
}

.cxc-plc-card__body {
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

.cxc-plc-card h2 {
    margin: 0;
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: 0;
}

.cxc-plc-card h2 a {
    color: var(--cxc-ink);
    text-decoration: none;
}

.cxc-plc-card__specs div {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 10px;
    font-size: 14px;
}

.cxc-plc-text-link {
    margin-top: auto;
    font-weight: 800;
    text-decoration: none;
}

.cxc-plc-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 34px;
}

.cxc-plc-pagination .page-numbers {
    min-width: 40px;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--cxc-line);
    text-decoration: none;
    padding: 6px 10px;
}

.cxc-plc-pagination .current {
    background: var(--cxc-primary);
    border-color: var(--cxc-primary);
    color: #ffffff;
}

@media (max-width: 980px) {
    .cxc-plc-hero,
    .cxc-plc-layout {
        grid-template-columns: 1fr;
    }

    .cxc-plc-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .cxc-plc-page {
        padding: 26px 16px 48px;
    }

    .cxc-plc-grid {
        grid-template-columns: 1fr;
    }

    .cxc-plc-specs dl div,
    .cxc-plc-card__specs div {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .cxc-plc-actions,
    .cxc-plc-button {
        width: 100%;
    }
}

.chainxcel-hook-specs {
    margin: 18px 0 28px;
    overflow-x: auto;
}

.chainxcel-hook-specs__table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #d9e1e8;
    background: #ffffff;
    font-size: 15px;
}

.chainxcel-hook-specs__table th,
.chainxcel-hook-specs__table td {
    padding: 12px 14px;
    border-bottom: 1px solid #d9e1e8;
    text-align: left;
    vertical-align: top;
}

.chainxcel-hook-specs__table th {
    width: 180px;
    background: #f6f8fa;
    color: #101820;
    font-weight: 700;
}

.chainxcel-hook-specs__table td {
    color: #303943;
}

@media (max-width: 640px) {
    .chainxcel-hook-specs__table th,
    .chainxcel-hook-specs__table td {
        display: block;
        width: auto;
    }
}

.cxc-home {
    --cxc-home-ink: #101820;
    --cxc-home-muted: #55616d;
    --cxc-home-line: #d9e1e8;
    --cxc-home-blue: #0b5cab;
    --cxc-home-blue-dark: #083f78;
    --cxc-home-red: #c7462c;
    --cxc-home-panel: #ffffff;
    color: var(--cxc-home-ink);
    background: #ffffff;
}

.cxc-home-hero {
    min-height: 680px;
    display: flex;
    align-items: flex-end;
    background-image: linear-gradient(90deg, rgba(7, 15, 22, 0.92) 0%, rgba(7, 15, 22, 0.7) 38%, rgba(7, 15, 22, 0.08) 72%), var(--cxc-hero-image);
    background-size: cover;
    background-position: center;
}

.cxc-home-hero__inner {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 96px 0 108px;
    color: #ffffff;
}

.cxc-home-eyebrow {
    margin: 0 0 14px;
    color: var(--cxc-home-red);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.cxc-home-hero h1 {
    margin: 0;
    font-size: clamp(54px, 9vw, 124px);
    line-height: 0.94;
    letter-spacing: 0;
}

.cxc-home-lede {
    max-width: 680px;
    margin: 24px 0 0;
    color: #d9e4ec;
    font-size: 21px;
    line-height: 1.58;
}

.cxc-home-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.cxc-home-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 20px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    color: #ffffff;
    font-weight: 800;
    text-decoration: none;
}

.cxc-home-button--primary {
    background: var(--cxc-home-blue);
    border-color: var(--cxc-home-blue);
}

.cxc-home-button:hover,
.cxc-home-button:focus-visible {
    background: #ffffff;
    border-color: #ffffff;
    color: var(--cxc-home-blue-dark);
}

.cxc-home-band {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 72px 0;
}

.cxc-home-band--brands {
    padding-bottom: 40px;
}

.cxc-home-section-head {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 40px;
    align-items: end;
    margin-bottom: 28px;
}

.cxc-home-section-head h2,
.cxc-home-split h2 {
    margin: 0;
    font-size: clamp(30px, 4vw, 52px);
    line-height: 1.05;
    letter-spacing: 0;
}

.cxc-brand-strip {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    border-top: 1px solid var(--cxc-home-line);
    border-left: 1px solid var(--cxc-home-line);
}

.cxc-brand-strip a {
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-right: 1px solid var(--cxc-home-line);
    border-bottom: 1px solid var(--cxc-home-line);
    color: var(--cxc-home-ink);
    font-size: 18px;
    font-weight: 800;
    text-decoration: none;
}

.cxc-brand-strip a:hover,
.cxc-brand-strip a:focus-visible,
.cxc-category-card:hover,
.cxc-category-card:focus-visible {
    border-color: var(--cxc-home-blue);
    color: var(--cxc-home-blue-dark);
}

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

.cxc-category-card {
    min-height: 260px;
    display: flex;
    flex-direction: column;
    padding: 24px;
    border: 1px solid var(--cxc-home-line);
    background: var(--cxc-home-panel);
    color: var(--cxc-home-ink);
    text-decoration: none;
}

.cxc-category-card span {
    color: var(--cxc-home-red);
    font-weight: 900;
}

.cxc-category-card h3 {
    margin: auto 0 12px;
    font-size: 30px;
    letter-spacing: 0;
}

.cxc-category-card p,
.cxc-home-split p,
.cxc-home-metrics dd {
    color: var(--cxc-home-muted);
    line-height: 1.65;
}

.cxc-home-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 430px;
    gap: 52px;
    align-items: start;
    border-top: 1px solid var(--cxc-home-line);
}

.cxc-home-metrics {
    margin: 0;
    border-top: 1px solid var(--cxc-home-line);
}

.cxc-home-metrics div {
    display: grid;
    grid-template-columns: 130px minmax(0, 1fr);
    gap: 18px;
    padding: 20px 0;
    border-bottom: 1px solid var(--cxc-home-line);
}

.cxc-home-metrics dt {
    color: var(--cxc-home-blue);
    font-size: 38px;
    font-weight: 900;
    line-height: 1;
}

.cxc-home-metrics dd {
    margin: 0;
}

@media (max-width: 980px) {
    .cxc-home-hero {
        min-height: 620px;
        background-position: 58% center;
    }

    .cxc-home-section-head,
    .cxc-home-split {
        grid-template-columns: 1fr;
    }

    .cxc-brand-strip {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .cxc-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .cxc-home-hero {
        min-height: 560px;
        align-items: center;
    }

    .cxc-home-hero__inner {
        width: min(100% - 32px, 1180px);
        padding: 72px 0;
    }

    .cxc-home-lede {
        font-size: 18px;
    }

    .cxc-home-actions,
    .cxc-home-button {
        width: 100%;
    }

    .cxc-home-band {
        width: min(100% - 32px, 1180px);
        padding: 48px 0;
    }

    .cxc-brand-strip,
    .cxc-category-grid {
        grid-template-columns: 1fr;
    }

    .cxc-home-metrics div {
        grid-template-columns: 1fr;
    }
}

.cxc-home-v2 {
    --v2-ink: #101820;
    --v2-muted: #5c6874;
    --v2-line: #dce4eb;
    --v2-surface: #f5f7f9;
    --v2-blue: #0a579f;
    --v2-blue-dark: #073d70;
    --v2-red: #bd452d;
    color: var(--v2-ink);
    background: #ffffff;
}

.home .site-content,
.home.one-container .site-content {
    padding: 0;
}

.home.separate-containers .inside-article,
.home.one-container .inside-article {
    padding: 0;
}

.home .site-main,
.home.separate-containers .site-main {
    margin: 0;
}

.home .entry-header {
    display: none;
}

.home .widget-area,
.home #right-sidebar,
.home #left-sidebar {
    display: none;
}

.home .entry-content,
.home .entry-content:not(:first-child) {
    margin-top: 0;
}

.home .entry-content > .cxc-home-v2 {
    width: 100vw;
    margin-left: calc(50% - 50vw);
}

.site-header {
    border-bottom: 1px solid #dce4eb;
}

.site-header .inside-header {
    min-height: 72px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.site-logo {
    display: none;
}

.cxc-text-logo {
    margin: 0;
    font-size: 29px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
}

.cxc-text-logo a {
    display: inline-flex;
    align-items: baseline;
    color: #101820;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}

.cxc-text-logo span {
    display: inline-block;
    margin: 0 1px;
    color: #0a579f;
    transform: skew(-8deg);
}

.cxc-wordmark {
    margin: 0;
    line-height: 1;
}

.cxc-wordmark a {
    display: inline-block;
    color: #101820;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 0;
    text-decoration: none;
}

.cxc-header-logo {
    line-height: 0;
}

.cxc-header-logo a {
    display: inline-flex;
    align-items: center;
}

.cxc-header-logo img {
    width: 260px;
    max-height: 58px;
    height: auto;
    display: block;
    object-fit: contain;
}

.main-navigation .main-nav ul li a {
    font-weight: 800;
}

.main-navigation .main-nav ul li[class*="current-menu-"] > a,
.main-navigation .main-nav ul li a:hover {
    color: #0a579f;
}

.site-header .inside-header {
    gap: 26px;
}

.site-header #site-navigation {
    margin-left: auto;
}

.cxc-header-search {
    width: 292px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    flex: 0 0 auto;
    border: 1px solid #dce4eb;
    background: #ffffff;
}

.cxc-header-search input,
.cxc-header-search button {
    min-height: 42px;
    border: 0;
    border-radius: 0;
    font: inherit;
}

.cxc-header-search input {
    min-width: 0;
    padding: 0 12px;
    background: #ffffff;
    color: #101820;
}

.cxc-header-search button {
    padding: 0 14px;
    background: #0a579f;
    color: #ffffff;
    font-weight: 800;
}

.cxc-header-search button:hover,
.cxc-header-search button:focus-visible {
    background: #073d70;
}

.cxc-site-nav {
    position: sticky;
    top: 0;
    z-index: 20;
    min-height: 76px;
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr) 320px;
    gap: 24px;
    align-items: center;
    padding: 0 max(24px, calc((100vw - 1180px) / 2));
    border-bottom: 1px solid var(--v2-line);
    background: rgba(255, 255, 255, 0.96);
}

.cxc-site-logo {
    display: flex;
    flex-direction: column;
    color: var(--v2-ink);
    text-decoration: none;
}

.cxc-site-logo span {
    font-size: 24px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
}

.cxc-site-logo small {
    margin-top: 5px;
    color: var(--v2-muted);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.cxc-nav-links {
    display: flex;
    justify-content: center;
    gap: 4px;
}

.cxc-nav-links a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    padding: 8px 13px;
    color: var(--v2-ink);
    font-weight: 800;
    text-decoration: none;
}

.cxc-nav-links a:hover,
.cxc-nav-links a:focus-visible {
    color: var(--v2-blue);
    background: var(--v2-surface);
}

.cxc-nav-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    border: 1px solid var(--v2-line);
    background: #ffffff;
}

.cxc-nav-search input,
.cxc-nav-search button {
    min-height: 42px;
    border: 0;
    font: inherit;
}

.cxc-nav-search input {
    min-width: 0;
    padding: 0 12px;
}

.cxc-nav-search button {
    padding: 0 15px;
    color: #ffffff;
    background: var(--v2-blue);
    font-weight: 900;
}

.cxc-nav-toggle,
.cxc-nav-button {
    display: none;
}

.cxc-hero-v2 {
    min-height: 640px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 40px;
    align-items: end;
    padding: 86px max(24px, calc((100vw - 1180px) / 2));
    background-image: linear-gradient(90deg, rgba(7, 15, 22, 0.93) 0%, rgba(7, 15, 22, 0.74) 44%, rgba(7, 15, 22, 0.18) 100%), var(--cxc-hero-image);
    background-size: cover;
    background-position: center;
    color: #ffffff;
}

.cxc-home-v2-eyebrow,
.cxc-v2-section-head span,
.cxc-v2-sourcing > div > span {
    display: block;
    margin-bottom: 14px;
    color: var(--v2-red);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.cxc-hero-v2 h1 {
    max-width: 790px;
    margin: 0;
    font-size: clamp(42px, 5.5vw, 78px);
    line-height: 1;
    letter-spacing: 0;
}

.cxc-hero-v2 p {
    max-width: 700px;
    margin: 24px 0 0;
    color: #dbe5ec;
    font-size: 19px;
    line-height: 1.65;
}

.cxc-hero-v2__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.cxc-v2-button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 19px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    color: #ffffff;
    font-weight: 900;
    text-decoration: none;
}

.cxc-v2-button--primary {
    border-color: var(--v2-blue);
    background: var(--v2-blue);
}

.cxc-v2-button:hover,
.cxc-v2-button:focus-visible {
    color: var(--v2-blue-dark);
    background: #ffffff;
    border-color: #ffffff;
}

.cxc-hero-v2__panel {
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(9, 18, 26, 0.62);
}

.cxc-hero-v2__panel span {
    color: #dbe5ec;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.cxc-hero-v2__panel strong {
    display: block;
    margin-top: 10px;
    font-size: 48px;
    line-height: 1;
}

.cxc-hero-v2__panel p {
    margin-top: 12px;
    font-size: 15px;
}

.cxc-home-v2-section {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 68px 0;
}

.cxc-home-v2-section--compact {
    padding-bottom: 44px;
}

.cxc-v2-section-head {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 44px;
    align-items: end;
    margin-bottom: 30px;
}

.cxc-v2-section-head h2,
.cxc-v2-sourcing h2 {
    margin: 0;
    font-size: clamp(30px, 4vw, 52px);
    line-height: 1.06;
    letter-spacing: 0;
}

.cxc-v2-brand-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    border-top: 1px solid var(--v2-line);
    border-left: 1px solid var(--v2-line);
}

.cxc-v2-brand-grid--logos {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    border: 0;
}

.cxc-v2-brand-grid a {
    min-height: 104px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    border-right: 1px solid var(--v2-line);
    border-bottom: 1px solid var(--v2-line);
    color: var(--v2-ink);
    font-size: 17px;
    font-weight: 900;
    text-decoration: none;
}

.cxc-v2-brand-grid--logos a {
    min-height: 116px;
    border: 1px solid var(--v2-line);
    background: #ffffff;
    transition: border-color .16s ease, transform .16s ease, box-shadow .16s ease;
}

.cxc-v2-brand-grid--logos img {
    width: min(78%, 220px);
    height: auto;
    display: block;
}

.cxc-v2-brand-grid a:hover,
.cxc-v2-category-grid a:hover {
    color: var(--v2-blue);
    background: var(--v2-surface);
}

.cxc-v2-brand-grid--logos a:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(16, 24, 32, 0.08);
}

.cxc-v2-category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.cxc-v2-category-grid a {
    min-height: 250px;
    display: flex;
    flex-direction: column;
    padding: 24px;
    border: 1px solid var(--v2-line);
    color: var(--v2-ink);
    text-decoration: none;
    background: #ffffff;
}

.cxc-v2-category-grid span {
    color: var(--v2-red);
    font-weight: 900;
}

.cxc-v2-category-grid h3 {
    margin: auto 0 12px;
    font-size: 30px;
    letter-spacing: 0;
}

.cxc-v2-category-grid p,
.cxc-v2-sourcing p,
.cxc-v2-sourcing dd {
    color: var(--v2-muted);
    line-height: 1.65;
}

.cxc-v2-sourcing {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 480px;
    gap: 52px;
    border-top: 1px solid var(--v2-line);
}

.cxc-v2-sourcing dl {
    margin: 0;
    border-top: 1px solid var(--v2-line);
}

.cxc-v2-sourcing div:not(:first-child) {
    padding: 18px 0;
    border-bottom: 1px solid var(--v2-line);
}

.cxc-v2-sourcing dt {
    color: var(--v2-blue);
    font-weight: 900;
}

.cxc-v2-sourcing dd {
    margin: 6px 0 0;
}

@media (max-width: 1080px) {
    .site-header .inside-header {
        flex-wrap: wrap;
    }

    .site-header #site-navigation {
        order: 3;
        flex: 1 1 100%;
        margin-left: 0;
    }

    .cxc-header-search {
        margin-left: auto;
    }

    .cxc-site-nav {
        grid-template-columns: 200px minmax(0, 1fr);
    }

    .cxc-nav-search {
        grid-column: 1 / -1;
        margin-bottom: 14px;
    }

    .cxc-hero-v2 {
        grid-template-columns: 1fr;
        min-height: 640px;
    }

    .cxc-hero-v2__panel {
        max-width: 420px;
    }

    .cxc-v2-brand-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .cxc-v2-brand-grid--logos {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .cxc-v2-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cxc-v2-sourcing {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .cxc-header-search {
        order: 4;
        width: 100%;
        margin-left: 0;
    }

    .cxc-text-logo {
        font-size: 24px;
    }

    .cxc-wordmark a {
        font-size: 24px;
    }

    .cxc-header-logo img {
        width: 210px;
        max-height: 50px;
    }

    .home .entry-content > .cxc-home-v2 {
        width: 100%;
        margin-left: 0;
    }

    .cxc-site-nav {
        grid-template-columns: 1fr auto;
        min-height: 68px;
        padding: 12px 16px;
    }

    .cxc-nav-button {
        width: 44px;
        height: 44px;
        display: grid;
        align-content: center;
        gap: 5px;
        padding: 9px;
        border: 1px solid var(--v2-line);
        cursor: pointer;
    }

    .cxc-nav-button span {
        display: block;
        height: 2px;
        background: var(--v2-ink);
    }

    .cxc-nav-links,
    .cxc-nav-search {
        display: none;
        grid-column: 1 / -1;
    }

    .cxc-nav-toggle:checked ~ .cxc-nav-links,
    .cxc-nav-toggle:checked ~ .cxc-nav-search {
        display: grid;
    }

    .cxc-nav-links {
        justify-content: stretch;
        gap: 0;
        border-top: 1px solid var(--v2-line);
        padding-top: 10px;
    }

    .cxc-nav-links a {
        border-bottom: 1px solid var(--v2-line);
    }

    .cxc-nav-search {
        margin: 12px 0 0;
    }

    .cxc-hero-v2 {
        min-height: 560px;
        padding: 64px 16px;
        background-position: 58% center;
    }

    .cxc-hero-v2 h1 {
        font-size: 42px;
    }

    .cxc-hero-v2 p {
        font-size: 17px;
    }

    .cxc-hero-v2__actions,
    .cxc-v2-button {
        width: 100%;
    }

    .cxc-home-v2-section {
        width: min(100% - 32px, 1180px);
        padding: 52px 0;
    }

    .cxc-v2-section-head,
    .cxc-v2-brand-grid,
    .cxc-v2-category-grid {
        grid-template-columns: 1fr;
    }

    .cxc-v2-brand-grid--logos {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .cxc-v2-brand-grid--logos a {
        min-height: 92px;
    }
}

.cxc-product-page {
    --cxc-product-ink: #101820;
    --cxc-product-muted: #5b6670;
    --cxc-product-line: #d9e1e8;
    --cxc-product-surface: #f4f7fa;
    --cxc-product-blue: #0b5cab;
    --cxc-product-blue-dark: #083f78;
    --cxc-product-red: #c7462c;
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 42px 0 72px;
    color: var(--cxc-product-ink);
}

.cxc-product-hero {
    display: grid;
    grid-template-columns: minmax(360px, 520px) minmax(0, 1fr);
    gap: 48px;
    align-items: center;
    padding: 30px 0 54px;
    border-bottom: 1px solid var(--cxc-product-line);
}

.cxc-product-visual {
    min-height: 440px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        linear-gradient(135deg, rgba(11, 92, 171, 0.08), rgba(199, 70, 44, 0.08)),
        var(--cxc-product-surface);
    border: 1px solid var(--cxc-product-line);
}

.cxc-product-visual__image {
    width: 100%;
    height: auto;
    max-height: 480px;
    object-fit: contain;
    display: block;
}

.cxc-product-device {
    position: relative;
    width: min(84%, 430px);
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.cxc-product-device__rail {
    position: absolute;
    left: 0;
    right: 0;
    top: 28px;
    height: 9px;
    background: #8795a1;
}

.cxc-product-device__rail--bottom {
    top: auto;
    bottom: 28px;
}

.cxc-product-device__module {
    width: 86px;
    height: 260px;
    display: grid;
    grid-template-rows: 64px repeat(4, 1fr);
    gap: 14px;
    padding: 18px 16px;
    background: #e8eef3;
    border: 1px solid #b8c5cf;
    box-shadow: 16px 20px 0 rgba(16, 24, 32, 0.08);
}

.cxc-product-device__module--wide {
    width: 112px;
}

.cxc-product-device__module span {
    display: block;
    min-height: 14px;
    background: #95a6b4;
}

.cxc-product-device__module span:first-child {
    background: #24313d;
}

.cxc-product-device__module span:nth-child(2) {
    background: var(--cxc-product-blue);
}

.cxc-product-device__module span:nth-child(3) {
    background: #2f9864;
}

.cxc-product-taxline {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.cxc-product-taxline a {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    padding: 4px 11px;
    border: 1px solid var(--cxc-product-line);
    color: var(--cxc-product-muted);
    background: #ffffff;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.cxc-product-summary h1 {
    margin: 0;
    font-size: clamp(36px, 5vw, 64px);
    line-height: 1.02;
    letter-spacing: 0;
}

.cxc-product-model {
    margin: 16px 0 0;
    color: var(--cxc-product-red);
    font-size: 20px;
    font-weight: 900;
}

.cxc-product-excerpt {
    margin-top: 20px;
    color: var(--cxc-product-muted);
    font-size: 18px;
    line-height: 1.65;
}

.cxc-product-quick-specs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    margin: 28px 0 0;
    background: var(--cxc-product-line);
    border: 1px solid var(--cxc-product-line);
}

.cxc-product-quick-specs div {
    min-height: 86px;
    padding: 16px;
    background: #ffffff;
}

.cxc-product-quick-specs dt,
.cxc-product-spec-panel dt {
    color: var(--cxc-product-muted);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.cxc-product-quick-specs dd,
.cxc-product-spec-panel dd {
    margin: 6px 0 0;
    overflow-wrap: anywhere;
    font-weight: 700;
}

.cxc-product-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.cxc-product-button {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border: 1px solid var(--cxc-product-line);
    color: var(--cxc-product-ink);
    background: #ffffff;
    font-weight: 900;
    text-decoration: none;
}

.cxc-product-button--primary {
    color: #ffffff;
    background: var(--cxc-product-blue);
    border-color: var(--cxc-product-blue);
}

.cxc-product-button:hover,
.cxc-product-button:focus-visible {
    color: #ffffff;
    background: var(--cxc-product-blue-dark);
    border-color: var(--cxc-product-blue-dark);
}

.cxc-product-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 410px;
    gap: 44px;
    padding-top: 48px;
}

.cxc-product-section-label {
    margin: 0 0 14px;
    color: var(--cxc-product-red);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.cxc-product-copy {
    color: var(--cxc-product-ink);
    font-size: 17px;
    line-height: 1.78;
}

.cxc-product-spec-panel {
    padding: 24px;
    border: 1px solid var(--cxc-product-line);
    background: #ffffff;
}

.cxc-product-spec-panel dl {
    margin: 0;
}

.cxc-product-spec-panel dl div {
    padding: 14px 0;
    border-top: 1px solid var(--cxc-product-line);
}

.cxc-product-note {
    margin-top: 36px;
    padding: 24px;
    border: 1px solid var(--cxc-product-line);
    background: var(--cxc-product-surface);
}

@media (max-width: 980px) {
    .cxc-product-hero,
    .cxc-product-content-grid {
        grid-template-columns: 1fr;
    }

    .cxc-product-visual {
        min-height: 360px;
    }
}

@media (max-width: 640px) {
    .cxc-product-page {
        width: min(100% - 32px, 1180px);
        padding-top: 24px;
    }

    .cxc-product-quick-specs {
        grid-template-columns: 1fr;
    }

    .cxc-product-actions,
    .cxc-product-button {
        width: 100%;
    }
}

.cxc-pdp {
    --pdp-ink: #101820;
    --pdp-muted: #66717c;
    --pdp-line: #dde5ec;
    --pdp-surface: #f5f7f9;
    --pdp-panel: #ffffff;
    --pdp-blue: #0a579f;
    --pdp-blue-dark: #073d70;
    --pdp-red: #bd452d;
    --pdp-green: #2c8f62;
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 28px 0 72px;
    color: var(--pdp-ink);
}

.cxc-pdp-product {
    display: grid;
    grid-template-columns: minmax(520px, 1fr) 520px;
    gap: 32px;
    align-items: start;
}

.cxc-pdp-gallery {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 14px;
}

.cxc-pdp-gallery--single {
    display: block;
}

.cxc-pdp-thumbs {
    display: grid;
    gap: 10px;
}

.cxc-pdp-thumbs button {
    width: 86px;
    aspect-ratio: 1;
    border: 1px solid var(--pdp-line);
    background: #fff;
    padding: 8px;
    cursor: pointer;
}

.cxc-pdp-thumbs button.is-active,
.cxc-pdp-thumbs button:hover {
    border-color: var(--pdp-blue);
}

.cxc-pdp-thumbs span {
    display: block;
    width: 100%;
    height: 100%;
    background:
        linear-gradient(135deg, rgba(10, 87, 159, 0.12), rgba(189, 69, 45, 0.08)),
        repeating-linear-gradient(0deg, #f8fafc 0, #f8fafc 14px, #edf2f6 15px);
}

.cxc-pdp-image-stage {
    position: relative;
    min-height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 42px;
    border: 1px solid var(--pdp-line);
    background:
        radial-gradient(circle at 52% 44%, rgba(10, 87, 159, 0.08), transparent 34%),
        linear-gradient(135deg, rgba(16, 24, 32, 0.02), rgba(10, 87, 159, 0.06)),
        #f7f9fb;
}

.cxc-pdp-main-image {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: contain;
    display: block;
}

.cxc-pdp-gallery-arrow {
    position: absolute;
    top: 50%;
    width: 38px;
    height: 48px;
    transform: translateY(-50%);
    border: 1px solid var(--pdp-line);
    background: #fff;
    color: var(--pdp-ink);
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}

.cxc-pdp-gallery-arrow--prev {
    left: 14px;
}

.cxc-pdp-gallery-arrow--next {
    right: 14px;
}

.cxc-pdp-module-render {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: min(440px, 100%);
    min-height: 330px;
}

.cxc-pdp-module-render__rail {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 30px;
    height: 9px;
    background: #8795a1;
}

.cxc-pdp-module-render__unit {
    width: 88px;
    height: 268px;
    display: grid;
    grid-template-rows: 62px 9px repeat(3, 1fr);
    gap: 14px;
    padding: 16px 14px;
    background: #e7edf2;
    border: 1px solid #b8c5cf;
    box-shadow: 14px 18px 0 rgba(16, 24, 32, 0.08);
}

.cxc-pdp-module-render__unit--main {
    width: 120px;
}

.cxc-pdp-module-render__unit i,
.cxc-pdp-module-render__unit b,
.cxc-pdp-module-render__unit span {
    display: block;
    background: #95a6b4;
}

.cxc-pdp-module-render__unit i {
    background: #24313d;
}

.cxc-pdp-module-render__unit b {
    background: var(--pdp-blue);
}

.cxc-pdp-module-render__unit span:nth-of-type(2) {
    background: var(--pdp-green);
}

.cxc-pdp-info {
    border: 1px solid var(--pdp-line);
    background: #fff;
    padding: 30px;
}

.cxc-pdp-meta {
    display: grid;
    gap: 14px;
    margin-top: 24px;
    padding-top: 22px;
    border-top: 1px solid var(--pdp-line);
}

.cxc-pdp-meta div {
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
}

.cxc-pdp-meta span {
    color: var(--pdp-muted);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.cxc-pdp-meta strong {
    min-width: 0;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.cxc-pdp-meta strong a {
    color: var(--pdp-blue);
    text-decoration: none;
}

.cxc-pdp-tabs {
    margin-top: 34px;
    border: 1px solid var(--pdp-line);
    background: #fff;
}

.cxc-pdp-benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    margin-top: 28px;
    border: 1px solid var(--pdp-line);
    background: var(--pdp-line);
}

.cxc-pdp-benefits div {
    min-height: 126px;
    padding: 20px;
    background: #fff;
}

.cxc-pdp-benefits span {
    display: block;
    margin-bottom: 10px;
    color: var(--pdp-blue);
    font-size: 15px;
    font-weight: 900;
}

.cxc-pdp-benefits strong {
    display: block;
    color: var(--pdp-muted);
    font-size: 14px;
    line-height: 1.55;
}

.cxc-pdp-tab-nav {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid var(--pdp-line);
    background: #f6f8fa;
}

.cxc-pdp-tab-nav a {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    padding: 12px 22px;
    border-right: 1px solid var(--pdp-line);
    color: var(--pdp-muted);
    font-weight: 900;
    text-decoration: none;
}

.cxc-pdp-tab-nav a.is-active,
.cxc-pdp-tab-nav a:hover {
    color: var(--pdp-blue);
    background: #fff;
}

.cxc-pdp-tab-panel {
    padding: 28px;
    border-bottom: 1px solid var(--pdp-line);
}

.cxc-pdp-tab-panel:last-child {
    border-bottom: 0;
}

.cxc-pdp-tab-panel h2 {
    margin: 0 0 18px;
    font-size: 24px;
    letter-spacing: 0;
}

.cxc-pdp-spec-table {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    margin: 0;
    background: var(--pdp-line);
    border: 1px solid var(--pdp-line);
}

.cxc-pdp-spec-table div {
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 16px;
    padding: 15px;
    background: #fff;
}

.cxc-pdp-spec-table dt {
    color: var(--pdp-muted);
    font-size: 13px;
    font-weight: 900;
}

.cxc-pdp-spec-table dd {
    margin: 0;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.cxc-pdp-downloads a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    margin-right: 10px;
    padding: 9px 14px;
    border: 1px solid var(--pdp-line);
    color: var(--pdp-blue);
    font-weight: 900;
    text-decoration: none;
}

.cxc-catalog {
    --catalog-ink: #101820;
    --catalog-muted: #5c6874;
    --catalog-line: #dce4eb;
    --catalog-surface: #f5f7f9;
    --catalog-blue: #0a579f;
    --catalog-blue-dark: #073d70;
    --catalog-red: #bd452d;
    width: min(1320px, calc(100% - 40px));
    margin: 0 auto;
    padding: 42px 0 76px;
    color: var(--catalog-ink);
}

.cxc-catalog-hero {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 44px;
    align-items: end;
    padding-bottom: 34px;
    border-bottom: 1px solid var(--catalog-line);
}

.cxc-catalog-hero p {
    margin: 0;
    color: var(--catalog-red);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.cxc-catalog-hero h1 {
    margin: 0;
    font-size: clamp(36px, 4vw, 60px);
    line-height: 1.04;
    letter-spacing: 0;
}

.cxc-catalog-hero span {
    grid-column: 2;
    max-width: 720px;
    color: var(--catalog-muted);
    font-size: 17px;
    line-height: 1.6;
}

.cxc-catalog-layout {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
    padding-top: 30px;
}

.cxc-catalog-filter {
    position: sticky;
    top: 96px;
    border: 1px solid var(--catalog-line);
    background: #ffffff;
}

.cxc-catalog-search,
.cxc-filter-group {
    padding: 20px;
    border-bottom: 1px solid var(--catalog-line);
}

.cxc-filter-group:last-child {
    border-bottom: 0;
}

.cxc-catalog-search label,
.cxc-filter-group h2 {
    display: block;
    margin: 0 0 12px;
    color: var(--catalog-ink);
    font-size: 15px;
    font-weight: 900;
}

.cxc-catalog-search div {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
}

.cxc-catalog-search input,
.cxc-catalog-search button {
    width: 100%;
    min-height: 42px;
    border-radius: 0;
    font: inherit;
}

.cxc-catalog-search input {
    border: 1px solid var(--catalog-line);
    background: #ffffff;
}

.cxc-catalog-search button {
    border: 1px solid var(--catalog-blue);
    color: #ffffff;
    background: var(--catalog-blue);
    font-weight: 900;
}

.cxc-filter-group ul {
    display: grid;
    gap: 7px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cxc-filter-group a {
    display: flex;
    align-items: center;
    min-height: 34px;
    color: var(--catalog-muted);
    text-decoration: none;
    font-weight: 700;
}

.cxc-filter-group a:hover,
.cxc-filter-group a:focus-visible {
    color: var(--catalog-blue);
}

.cxc-catalog-toolbar {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    min-height: 48px;
    margin-bottom: 18px;
    padding: 0 2px;
    color: var(--catalog-muted);
    font-size: 14px;
    font-weight: 800;
}

.cxc-catalog-toolbar a {
    color: var(--catalog-blue);
    text-decoration: none;
}

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

.cxc-catalog-card {
    display: grid;
    grid-template-rows: 220px minmax(0, auto);
    min-width: 0;
    border: 1px solid var(--catalog-line);
    background: #ffffff;
}

.cxc-catalog-card__image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background:
        linear-gradient(135deg, rgba(10, 87, 159, 0.06), rgba(16, 24, 32, 0.02)),
        var(--catalog-surface);
    border-bottom: 1px solid var(--catalog-line);
    text-decoration: none;
}

.cxc-catalog-card__image img {
    width: 100%;
    height: 180px;
    object-fit: contain;
    display: block;
}

.cxc-catalog-card__image span {
    width: 100%;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--catalog-muted);
    background: repeating-linear-gradient(135deg, #eef2f5 0, #eef2f5 10px, #e4ebf1 10px, #e4ebf1 20px);
    font-weight: 900;
}

.cxc-catalog-card__body {
    padding: 18px;
}

.cxc-catalog-card h2 {
    margin: 0;
    font-size: 19px;
    line-height: 1.28;
    letter-spacing: 0;
}

.cxc-catalog-card h2 a {
    color: var(--catalog-ink);
    text-decoration: none;
}

.cxc-catalog-model {
    margin: 12px 0 14px;
    color: var(--catalog-red);
    font-weight: 900;
}

.cxc-catalog-meta {
    display: grid;
    gap: 9px;
    margin: 0;
}

.cxc-catalog-meta div {
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 10px;
}

.cxc-catalog-meta dt {
    color: var(--catalog-muted);
    font-size: 13px;
    font-weight: 900;
}

.cxc-catalog-meta dd {
    margin: 0;
    min-width: 0;
    overflow-wrap: anywhere;
    font-size: 14px;
    font-weight: 800;
}

.cxc-catalog-meta a {
    color: var(--catalog-blue);
    text-decoration: none;
}

.cxc-catalog-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 28px;
}

.cxc-catalog-pagination .page-numbers {
    min-width: 40px;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    border: 1px solid var(--catalog-line);
    color: var(--catalog-ink);
    text-decoration: none;
}

.cxc-catalog-pagination .current {
    color: #ffffff;
    background: var(--catalog-blue);
    border-color: var(--catalog-blue);
}

.cxc-catalog-empty {
    padding: 32px;
    border: 1px solid var(--catalog-line);
    background: #ffffff;
}

@media (max-width: 1120px) {
    .cxc-catalog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 860px) {
    .cxc-catalog-hero,
    .cxc-catalog-layout {
        grid-template-columns: 1fr;
    }

    .cxc-catalog-hero span {
        grid-column: auto;
    }

    .cxc-catalog-filter {
        position: static;
    }

    .cxc-filter-group ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .cxc-catalog {
        width: min(100% - 32px, 1320px);
        padding-top: 28px;
    }

    .cxc-catalog-grid,
    .cxc-filter-group ul {
        grid-template-columns: 1fr;
    }

    .cxc-catalog-card {
        grid-template-rows: 200px minmax(0, auto);
    }

    .cxc-catalog-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }
}

.cxc-pdp-crumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 24px;
    color: var(--pdp-muted);
    font-size: 13px;
}

.cxc-pdp-crumbs a {
    color: var(--pdp-muted);
    text-decoration: none;
}

.cxc-pdp-hero {
    display: grid;
    grid-template-columns: minmax(360px, 500px) minmax(0, 1fr);
    gap: 42px;
    align-items: stretch;
}

.cxc-pdp-media,
.cxc-pdp-summary,
.cxc-pdp-panel {
    border: 1px solid var(--pdp-line);
    background: var(--pdp-panel);
}

.cxc-pdp-media {
    display: flex;
    flex-direction: column;
}

.cxc-pdp-media__stage {
    min-height: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 34px;
    background:
        linear-gradient(135deg, rgba(10, 87, 159, 0.08), rgba(16, 24, 32, 0.02)),
        repeating-linear-gradient(0deg, #f7f9fb 0, #f7f9fb 38px, #eef3f7 39px, #eef3f7 40px);
}

.cxc-pdp-media__image {
    width: 100%;
    height: auto;
    max-height: 430px;
    display: block;
    object-fit: contain;
}

.cxc-pdp-media__caption {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 16px 18px;
    border-top: 1px solid var(--pdp-line);
    color: var(--pdp-muted);
    font-size: 13px;
}

.cxc-pdp-media__caption strong {
    color: var(--pdp-ink);
    text-align: right;
}

.cxc-pdp-device {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: min(420px, 100%);
    min-height: 300px;
}

.cxc-pdp-device__bar {
    position: absolute;
    left: 8px;
    right: 8px;
    top: 28px;
    height: 8px;
    background: #8b99a5;
}

.cxc-pdp-device__unit {
    width: 86px;
    height: 260px;
    display: grid;
    grid-template-rows: 58px 8px repeat(3, 1fr);
    gap: 14px;
    padding: 16px 14px;
    background: #e8eef3;
    border: 1px solid #b7c3ce;
    box-shadow: 14px 18px 0 rgba(16, 24, 32, 0.08);
}

.cxc-pdp-device__unit--main {
    width: 116px;
}

.cxc-pdp-device__unit i,
.cxc-pdp-device__unit b,
.cxc-pdp-device__unit span {
    display: block;
    background: #95a6b4;
}

.cxc-pdp-device__unit i {
    background: #24313d;
}

.cxc-pdp-device__unit b {
    background: var(--pdp-blue);
}

.cxc-pdp-device__unit span:nth-of-type(2) {
    background: var(--pdp-green);
}

.cxc-pdp-summary {
    padding: 34px;
}

.cxc-pdp-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.cxc-pdp-tags a {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border: 1px solid var(--pdp-line);
    color: var(--pdp-muted);
    background: #fff;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.cxc-pdp-summary h1 {
    margin: 0;
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.05;
    letter-spacing: 0;
}

.cxc-pdp-model {
    margin: 16px 0 0;
    color: var(--pdp-red);
    font-size: 19px;
    font-weight: 900;
}

.cxc-pdp-status {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.cxc-pdp-status span {
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    padding: 5px 11px;
    background: var(--pdp-surface);
    color: var(--pdp-muted);
    font-size: 13px;
    font-weight: 800;
}

.cxc-pdp-status span:first-child {
    color: #ffffff;
    background: var(--pdp-blue);
}

.cxc-pdp-highlights {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    margin: 28px 0 0;
    background: var(--pdp-line);
    border: 1px solid var(--pdp-line);
}

.cxc-pdp-highlights div {
    min-height: 84px;
    padding: 15px;
    background: #fff;
}

.cxc-pdp-highlights dt,
.cxc-pdp-tech dt {
    color: var(--pdp-muted);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.cxc-pdp-highlights dd,
.cxc-pdp-tech dd {
    margin: 6px 0 0;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.cxc-pdp-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.cxc-pdp-button {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border: 1px solid var(--pdp-line);
    color: var(--pdp-ink);
    background: #fff;
    font-weight: 900;
    text-decoration: none;
}

.cxc-pdp-button--primary,
.cxc-pdp-button:hover,
.cxc-pdp-button:focus-visible {
    color: #fff;
    background: var(--pdp-blue);
    border-color: var(--pdp-blue);
}

.cxc-pdp-button--primary:hover,
.cxc-pdp-button--primary:focus-visible {
    background: var(--pdp-blue-dark);
    border-color: var(--pdp-blue-dark);
}

.cxc-pdp-body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 24px;
    margin-top: 24px;
}

.cxc-pdp-panel {
    padding: 26px;
}

.cxc-pdp-panel__head {
    margin-bottom: 18px;
}

.cxc-pdp-panel__head span {
    color: var(--pdp-red);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.cxc-pdp-panel__head h2 {
    margin: 6px 0 0;
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: 0;
}

.cxc-pdp-copy,
.cxc-pdp-inquiry p,
.cxc-pdp-note p {
    color: var(--pdp-muted);
    line-height: 1.72;
}

.cxc-pdp-tech {
    margin-top: 24px;
}

.cxc-pdp-tech dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    margin: 0;
    background: var(--pdp-line);
    border: 1px solid var(--pdp-line);
}

.cxc-pdp-tech dl div {
    padding: 16px;
    background: #fff;
}

.cxc-pdp-note {
    margin-top: 24px;
}

@media (max-width: 980px) {
    .cxc-pdp-product {
        grid-template-columns: 1fr;
    }

    .cxc-pdp-gallery {
        grid-template-columns: 1fr;
    }

    .cxc-pdp-thumbs {
        grid-template-columns: repeat(4, 1fr);
        order: 2;
    }

    .cxc-pdp-thumbs button {
        width: 100%;
    }

    .cxc-pdp-benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cxc-pdp-hero,
    .cxc-pdp-body {
        grid-template-columns: 1fr;
    }

    .cxc-pdp-media__stage {
        min-height: 360px;
    }
}

@media (max-width: 640px) {
    .cxc-pdp {
        width: min(100% - 32px, 1180px);
        padding-top: 20px;
    }

    .cxc-pdp-summary,
    .cxc-pdp-info,
    .cxc-pdp-panel {
        padding: 20px;
    }

    .cxc-pdp-image-stage {
        min-height: 390px;
        padding: 30px;
    }

    .cxc-pdp-meta div,
    .cxc-pdp-benefits,
    .cxc-pdp-spec-table,
    .cxc-pdp-spec-table div {
        grid-template-columns: 1fr;
    }

    .cxc-pdp-highlights,
    .cxc-pdp-tech dl {
        grid-template-columns: 1fr;
    }

    .cxc-pdp-actions,
    .cxc-pdp-button {
        width: 100%;
    }
}

.cxc-catalog {
    --catalog-ink: #101923;
    --catalog-muted: #627080;
    --catalog-line: #dce4ec;
    --catalog-soft: #f5f8fb;
    --catalog-blue: #0c5fa8;
    --catalog-teal: #00a1a8;
    width: min(100% - 48px, 1440px);
    margin: 0 auto;
    padding: 42px 0 70px;
    color: var(--catalog-ink);
}

.cxc-catalog-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 520px);
    align-items: end;
    gap: 28px;
    padding: 0 0 28px;
    border-bottom: 1px solid var(--catalog-line);
}

.cxc-catalog-hero p {
    grid-column: 1 / -1;
    margin: 0;
    color: var(--catalog-teal);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.cxc-catalog-hero h1 {
    margin: 0;
    max-width: 760px;
    font-size: clamp(34px, 4vw, 64px);
    line-height: 1.02;
    letter-spacing: 0;
}

.cxc-catalog-hero span {
    display: block;
    color: var(--catalog-muted);
    font-size: 18px;
    line-height: 1.55;
}

.cxc-catalog-layout {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 34px;
    align-items: start;
    margin-top: 34px;
}

.cxc-catalog-filter {
    position: sticky;
    top: 24px;
    padding: 22px;
    background: #ffffff;
    border: 1px solid var(--catalog-line);
}

.cxc-catalog-search label,
.cxc-filter-group h2 {
    display: block;
    margin: 0 0 12px;
    color: var(--catalog-ink);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.cxc-catalog-search div {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.cxc-catalog-search input {
    width: 100%;
    min-height: 44px;
    padding: 10px 12px;
    border: 1px solid var(--catalog-line);
    background: var(--catalog-soft);
    color: var(--catalog-ink);
    font-size: 15px;
}

.cxc-catalog-search button {
    min-height: 42px;
    border: 0;
    background: var(--catalog-blue);
    color: #ffffff;
    font-weight: 900;
    cursor: pointer;
}

.cxc-filter-group {
    margin-top: 26px;
    padding-top: 24px;
    border-top: 1px solid var(--catalog-line);
}

.cxc-filter-group ul {
    display: grid;
    gap: 7px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cxc-filter-group a {
    display: flex;
    min-height: 34px;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    color: var(--catalog-muted);
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
}

.cxc-filter-group a:hover,
.cxc-filter-group a:focus-visible {
    color: var(--catalog-blue);
}

.cxc-catalog-results {
    min-width: 0;
}

.cxc-catalog-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 50px;
    margin-bottom: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--catalog-line);
}

.cxc-catalog-toolbar span {
    color: var(--catalog-muted);
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}

.cxc-catalog-toolbar a {
    color: var(--catalog-blue);
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
}

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

.cxc-catalog-card {
    display: grid;
    min-width: 0;
    background: #ffffff;
    border: 1px solid var(--catalog-line);
}

.cxc-catalog-card__image {
    display: flex;
    min-height: 230px;
    aspect-ratio: 1 / 0.78;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: linear-gradient(180deg, #ffffff 0%, var(--catalog-soft) 100%);
    border-bottom: 1px solid var(--catalog-line);
    text-decoration: none;
}

.cxc-catalog-card__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cxc-catalog-card__image span {
    color: #8b98a5;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.cxc-catalog-card__body {
    display: grid;
    gap: 13px;
    padding: 18px;
}

.cxc-catalog-card h2 {
    margin: 0;
    font-size: 18px;
    line-height: 1.28;
    letter-spacing: 0;
}

.cxc-catalog-card h2 a {
    color: var(--catalog-ink);
    text-decoration: none;
}

.cxc-catalog-card h2 a:hover,
.cxc-catalog-card h2 a:focus-visible {
    color: var(--catalog-blue);
}

.cxc-catalog-model {
    margin: 0;
    color: var(--catalog-blue);
    font-size: 16px;
    font-weight: 900;
    overflow-wrap: anywhere;
}

.cxc-catalog-meta {
    display: grid;
    gap: 10px;
    margin: 0;
}

.cxc-catalog-meta div {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 10px;
}

.cxc-catalog-meta dt {
    color: var(--catalog-muted);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.cxc-catalog-meta dd {
    margin: 0;
    color: var(--catalog-ink);
    font-size: 14px;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.cxc-catalog-meta dd a {
    color: inherit;
    text-decoration: none;
}

.cxc-catalog-meta dd a:hover,
.cxc-catalog-meta dd a:focus-visible {
    color: var(--catalog-blue);
}

.cxc-catalog-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 28px;
}

.cxc-catalog-pagination .page-numbers {
    min-width: 38px;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 10px;
    border: 1px solid var(--catalog-line);
    color: var(--catalog-ink);
    font-weight: 900;
    text-decoration: none;
}

.cxc-catalog-pagination .current,
.cxc-catalog-pagination .page-numbers:hover,
.cxc-catalog-pagination .page-numbers:focus-visible {
    color: #ffffff;
    background: var(--catalog-blue);
    border-color: var(--catalog-blue);
}

.cxc-catalog-empty {
    padding: 38px;
    background: var(--catalog-soft);
    border: 1px solid var(--catalog-line);
}

.cxc-catalog-empty h2 {
    margin: 0 0 8px;
    font-size: 28px;
}

.cxc-catalog-empty p {
    margin: 0;
    color: var(--catalog-muted);
}

body.post-type-archive-industrial_product .site-content,
body.tax-product_brand .site-content,
body.tax-product_type .site-content,
body.tax-product_series .site-content {
    display: block;
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0;
}

body.post-type-archive-industrial_product .inside-article,
body.tax-product_brand .inside-article,
body.tax-product_type .inside-article,
body.tax-product_series .inside-article {
    padding: 0;
}

body.post-type-archive-industrial_product .site.grid-container,
body.tax-product_brand .site.grid-container,
body.tax-product_type .site.grid-container,
body.tax-product_series .site.grid-container,
body.post-type-archive-industrial_product .grid-container,
body.tax-product_brand .grid-container,
body.tax-product_type .grid-container,
body.tax-product_series .grid-container,
body.post-type-archive-industrial_product .content-area,
body.tax-product_brand .content-area,
body.tax-product_type .content-area,
body.tax-product_series .content-area,
body.post-type-archive-industrial_product .site-main,
body.tax-product_brand .site-main,
body.tax-product_type .site-main,
body.tax-product_series .site-main {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

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

@media (max-width: 900px) {
    .cxc-catalog {
        width: min(100% - 36px, 760px);
    }

    .cxc-catalog-hero,
    .cxc-catalog-layout {
        grid-template-columns: 1fr;
    }

    .cxc-catalog-filter {
        position: static;
    }

    .cxc-catalog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .cxc-catalog {
        width: min(100% - 28px, 520px);
        padding-top: 26px;
    }

    .cxc-catalog-hero h1 {
        font-size: 34px;
    }

    .cxc-catalog-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .cxc-catalog-grid,
    .cxc-catalog-meta div {
        grid-template-columns: 1fr;
    }
}

/* Compact catalog layout inspired by industrial parts directories. */
.cxc-catalog {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    background: #f2f2f2;
}

.cxc-catalog-layout {
    width: 100%;
    max-width: none;
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    margin: 0;
    padding: 0 16px 56px 0;
}

.cxc-catalog-filter {
    position: sticky;
    top: 16px;
    min-height: calc(100vh - 16px);
    padding: 42px 22px 42px 42px;
    background: #ffffff;
    border: 0;
    box-shadow: none;
}

.cxc-catalog-search {
    margin-bottom: 30px;
}

.cxc-catalog-search div {
    position: relative;
    display: block;
}

.cxc-catalog-search input {
    width: 100%;
    min-height: 38px;
    padding: 8px 46px 8px 13px;
    border: 1px solid #cfcfcf;
    background: #ffffff;
    color: #333333;
    font-size: 14px;
}

.cxc-catalog-search input::placeholder {
    color: #606b77;
}

.cxc-catalog-search button {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 40px;
    min-height: 36px;
    padding: 0;
    border: 0;
    overflow: hidden;
    color: transparent;
    background: transparent;
}

.cxc-catalog-search button::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 10px;
    width: 13px;
    height: 13px;
    border: 3px solid #777777;
    border-radius: 50%;
}

.cxc-catalog-search button::after {
    content: "";
    position: absolute;
    top: 23px;
    left: 24px;
    width: 11px;
    height: 3px;
    background: #777777;
    transform: rotate(45deg);
    transform-origin: left center;
}

.cxc-filter-series {
    margin-bottom: 30px;
}

.cxc-filter-series h2 {
    margin: 0 0 8px;
    padding: 2px 5px;
    background: #eeeeee;
    border-bottom: 1px solid #d8d8d8;
    color: #000000;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.35;
}

.cxc-filter-series ul,
.cxc-filter-tree ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cxc-filter-series li {
    margin: 5px 0;
}

.cxc-filter-series a {
    position: relative;
    display: flex;
    min-height: 19px;
    align-items: center;
    gap: 5px;
    padding-left: 22px;
    color: #111111;
    font-size: 14px;
    line-height: 1.25;
    text-decoration: none;
}

.cxc-filter-series a::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #888888;
    background: #ffffff;
}

.cxc-filter-series em {
    color: #0096e6;
    font-style: normal;
}

.cxc-filter-tree {
    border: 1px solid #c9c9c9;
    border-bottom: 0;
}

.cxc-filter-tree details {
    border-bottom: 1px solid #c9c9c9;
}

.cxc-filter-tree summary {
    position: relative;
    min-height: 37px;
    display: flex;
    align-items: center;
    padding: 8px 42px 8px 15px;
    background: #bfbfbf;
    color: #000000;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
    list-style: none;
}

.cxc-filter-tree summary::-webkit-details-marker {
    display: none;
}

.cxc-filter-tree summary::after {
    content: "+";
    position: absolute;
    top: 5px;
    right: 7px;
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0aa4df;
    color: #ffffff;
    font-size: 26px;
    font-weight: 400;
    line-height: 1;
}

.cxc-filter-tree details[open] summary::after {
    content: "-";
}

.cxc-filter-tree a {
    display: flex;
    min-height: 37px;
    align-items: center;
    padding: 8px 15px 8px 26px;
    border-top: 1px solid #dddddd;
    background: #ffffff;
    color: #000000;
    font-size: 13px;
    text-decoration: none;
}

.cxc-filter-tree a:hover,
.cxc-filter-tree a:focus-visible,
.cxc-filter-series a:hover,
.cxc-filter-series a:focus-visible {
    color: #e21c23;
}

.cxc-catalog-results {
    min-width: 0;
    padding-top: 42px;
}

.cxc-catalog-toolbar {
    min-height: auto;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 16px;
    padding: 0;
    border: 0;
}

.cxc-catalog-toolbar h1 {
    margin: 0;
    color: #111111;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
}

.cxc-catalog-toolbar span {
    margin-left: auto;
    color: #6d6d6d;
    font-size: 13px;
    font-weight: 700;
    text-transform: none;
}

.cxc-catalog-toolbar a {
    color: #0a7ec2;
    font-size: 13px;
    font-weight: 700;
}

.cxc-catalog-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.cxc-catalog-card {
    min-height: 470px;
    display: grid;
    grid-template-rows: minmax(350px, 1fr) auto;
    overflow: hidden;
    background: #ffffff;
    border: 0;
    border-radius: 6px;
}

.cxc-catalog-card__image {
    min-height: 350px;
    aspect-ratio: auto;
    align-items: center;
    justify-content: center;
    padding: 38px 32px 22px;
    background: #ffffff;
    border: 0;
}

.cxc-catalog-card__image img {
    width: 100%;
    max-width: 250px;
    height: 100%;
    max-height: 300px;
    object-fit: contain;
}

.cxc-product-placeholder {
    position: relative;
    width: 118px;
    height: 260px;
    display: block;
    background: linear-gradient(90deg, #202832, #48525b);
    border: 1px solid #111820;
    box-shadow: 18px 14px 0 #2d353d;
    transform: skewY(-4deg);
}

.cxc-product-placeholder::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 18px;
    width: 50px;
    height: 150px;
    background: repeating-linear-gradient(
        to bottom,
        #b9e5e7 0,
        #b9e5e7 15px,
        #20313b 16px,
        #20313b 18px
    );
    border: 1px solid #0e2834;
}

.cxc-product-placeholder::after {
    content: "";
    position: absolute;
    right: 14px;
    bottom: 22px;
    width: 14px;
    height: 80px;
    background: repeating-linear-gradient(
        to bottom,
        #111820 0,
        #111820 8px,
        #757d84 9px,
        #757d84 11px
    );
}

.cxc-product-placeholder > span {
    position: absolute;
    left: 20px;
    bottom: 28px;
    width: 13px;
    height: 13px;
    background: #111820;
    border: 2px solid #687480;
    border-radius: 50%;
}

.cxc-product-placeholder > span:nth-child(2) {
    left: 44px;
}

.cxc-product-placeholder > span:nth-child(3) {
    left: 68px;
}

.cxc-product-placeholder > span:nth-child(4) {
    left: 92px;
}

.cxc-catalog-card__body {
    display: block;
    padding: 0 18px 38px;
    text-align: center;
}

.cxc-catalog-card h2 {
    margin: 0;
    color: #111111;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.24;
}

.cxc-catalog-card h2 a {
    color: inherit;
}

.cxc-catalog-card h2 a:hover,
.cxc-catalog-card h2 a:focus-visible {
    color: #0a7ec2;
}

@media (max-width: 1320px) {
    .cxc-catalog-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .cxc-catalog-layout {
        width: 100%;
        grid-template-columns: 1fr;
        padding: 0 16px 42px;
    }

    .cxc-catalog-filter {
        position: static;
        min-height: auto;
        padding: 22px;
    }

    .cxc-catalog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .cxc-catalog-layout {
        width: 100%;
        padding-top: 18px;
    }

    .cxc-catalog-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .cxc-catalog-toolbar span {
        margin-left: 0;
    }

    .cxc-catalog-grid {
        grid-template-columns: 1fr;
    }

    .cxc-catalog-card {
        min-height: 420px;
        grid-template-rows: minmax(310px, 1fr) auto;
    }

    .cxc-catalog-card__image {
        min-height: 310px;
    }
}

/* ChainXcel global header and navigation. */
body {
    --cxc-navy: #0d1b3d;
    --cxc-teal: #00b4aa;
    --cxc-teal-dark: #00707a;
    --cxc-gray: #6c757d;
    --cxc-bg: #f5f7fa;
}

.site-header {
    border-top: 6px solid #e8f1f8;
    border-bottom: 1px solid #d6dde5;
    background: #ffffff;
}

.site-header .inside-header {
    width: 100%;
    max-width: none;
    min-height: 104px;
    display: block;
    padding: 18px 42px 18px 22px;
}

.site-header .site-branding {
    width: 100%;
}

.cxc-brand-row {
    width: 100%;
    display: grid;
    grid-template-columns: 280px minmax(420px, 920px);
    gap: 28px;
    align-items: center;
    justify-content: space-between;
}

.site-logo,
.cxc-text-logo,
.cxc-wordmark {
    display: none;
}

.cxc-header-logo {
    min-width: 0;
    line-height: 0;
}

.cxc-header-logo a {
    display: inline-flex;
    align-items: center;
}

.cxc-header-logo img {
    width: 235px;
    max-width: 100%;
    max-height: 70px;
    height: auto;
    display: block;
    object-fit: contain;
}

.cxc-header-tools {
    display: block;
    justify-self: end;
    width: min(100%, 960px);
    transform: translateX(-42px);
}

.cxc-header-search {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    justify-self: end;
    margin: 0;
    border: 1px solid #9ea6af;
    border-radius: 999px;
    background: #ffffff;
    overflow: hidden;
}

.cxc-header-search input,
.cxc-header-search button {
    min-height: 50px;
    border: 0;
    border-radius: 0;
    font: inherit;
}

.cxc-header-search input {
    min-width: 0;
    padding: 0 22px;
    color: var(--cxc-navy);
    background: #ffffff;
    font-size: 18px;
}

.cxc-header-search input::placeholder {
    color: #4d5560;
}

.cxc-header-search button {
    min-width: 112px;
    margin: 4px;
    border-radius: 999px;
    background: var(--cxc-navy);
    color: #ffffff;
    font-weight: 800;
    cursor: pointer;
}

.cxc-header-search button:hover,
.cxc-header-search button:focus-visible {
    background: linear-gradient(135deg, var(--cxc-teal), var(--cxc-teal-dark));
}

.cxc-nav-whatsapp {
    min-height: 50px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    padding: 7px 28px;
    align-self: stretch;
    border-left: 1px solid #d9e0e7;
    color: var(--cxc-navy) !important;
    background: #e8f1f8;
    text-decoration: none;
    white-space: nowrap;
}

.cxc-nav-whatsapp span {
    color: var(--cxc-teal-dark);
    font-size: 12px;
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
}

.cxc-nav-whatsapp strong {
    color: var(--cxc-navy);
    font-size: 15px;
    line-height: 1.25;
}

.cxc-nav-whatsapp:hover,
.cxc-nav-whatsapp:focus-visible {
    color: #ffffff !important;
    background: linear-gradient(135deg, var(--cxc-teal), var(--cxc-teal-dark));
}

.cxc-nav-whatsapp:hover span,
.cxc-nav-whatsapp:hover strong,
.cxc-nav-whatsapp:focus-visible span,
.cxc-nav-whatsapp:focus-visible strong {
    color: #ffffff;
}

.main-navigation,
.main-navigation ul ul {
    background: #ffffff;
}

.main-navigation {
    width: 100%;
    border-bottom: 1px solid #d9e0e7;
    box-shadow: none;
}

.main-navigation .inside-navigation {
    width: 100%;
    max-width: none;
    display: flex;
    align-items: stretch;
    padding: 0 0 0 22px;
}

.main-navigation .main-nav {
    flex: 0 1 auto;
}

.main-navigation .main-nav > ul {
    display: flex;
    gap: 2px;
}

.main-navigation .main-nav > ul > li > a {
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    padding: 0 28px;
    color: #000000;
    font-size: 17px;
    font-weight: 800;
    line-height: 1;
}

.main-navigation .main-nav > ul > li[class*="current-menu-"] > a,
.main-navigation .main-nav > ul > li:hover > a,
.main-navigation .main-nav > ul > li.sfHover > a,
.main-navigation .main-nav > ul > li > a:hover,
.main-navigation .main-nav > ul > li > a:focus-visible {
    color: #ffffff;
    background: var(--cxc-navy);
}

.main-navigation .main-nav ul ul {
    width: 280px;
    padding: 8px 0;
    border: 1px solid #d9e0e7;
    border-top: 4px solid var(--cxc-teal);
    box-shadow: 0 18px 38px rgba(13, 27, 61, 0.14);
}

.main-navigation .main-nav ul ul li a {
    min-height: 38px;
    padding: 10px 18px;
    color: var(--cxc-navy);
    background: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
}

.main-navigation .main-nav ul ul li a:hover,
.main-navigation .main-nav ul ul li a:focus-visible {
    color: #ffffff;
    background: linear-gradient(135deg, var(--cxc-teal), var(--cxc-teal-dark));
}

.main-navigation .menu-toggle {
    color: var(--cxc-navy);
    font-weight: 900;
}

@media (max-width: 1120px) {
    .cxc-brand-row {
        grid-template-columns: 230px minmax(300px, 1fr);
    }

    .main-navigation .main-nav > ul > li > a {
        padding: 0 18px;
        font-size: 15px;
    }

    .cxc-nav-whatsapp {
        padding-inline: 14px;
    }
}

@media (max-width: 760px) {
    .site-header .inside-header {
        padding: 14px 16px;
    }

    .cxc-brand-row {
        grid-template-columns: 1fr;
        gap: 14px;
        min-height: 0;
    }

    .cxc-header-logo img {
        width: 210px;
    }

    .cxc-header-search,
    .cxc-header-tools,
    .cxc-nav-whatsapp {
        width: 100%;
        justify-self: stretch;
        transform: none;
    }

    .cxc-header-search input,
    .cxc-header-search button {
        min-height: 46px;
    }

    .cxc-header-search button {
        min-width: 92px;
    }

    .main-navigation .inside-navigation {
        flex-wrap: wrap;
        padding: 0 16px;
    }

    .main-navigation.toggled .main-nav > ul {
        display: block;
    }

    .main-navigation .main-nav {
        width: 100%;
        order: 2;
    }

    .cxc-nav-whatsapp {
        width: auto;
        min-height: 46px;
        order: 1;
        margin-left: auto;
        border-left: 0;
    }

    .main-navigation .main-nav > ul > li > a {
        min-height: 48px;
        padding: 0 12px;
    }

    .main-navigation .main-nav ul ul {
        width: 100%;
        border: 0;
        box-shadow: none;
    }
}

.cxc-term-index {
    width: min(100% - 48px, 1280px);
    margin: 0 auto;
    padding: 56px 0 72px;
}

.cxc-term-index h1 {
    margin: 0 0 28px;
    color: #0d1b3d;
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.05;
    letter-spacing: 0;
}

.cxc-term-index__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.cxc-term-index__item {
    min-height: 96px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 18px;
    border: 1px solid #d9e0e7;
    background: #ffffff;
    color: #0d1b3d;
    text-decoration: none;
}

.cxc-term-index__item:hover,
.cxc-term-index__item:focus-visible {
    color: #ffffff;
    background: linear-gradient(135deg, #00b4aa, #00707a);
    border-color: #00707a;
}

.cxc-term-index__item span {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.25;
}

.cxc-term-index__item em {
    margin-top: 8px;
    color: #6c757d;
    font-style: normal;
    font-weight: 800;
}

.cxc-term-index__item:hover em,
.cxc-term-index__item:focus-visible em {
    color: #ffffff;
}

@media (max-width: 980px) {
    .cxc-term-index__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .cxc-term-index {
        width: min(100% - 28px, 520px);
        padding: 36px 0 52px;
    }

    .cxc-term-index__grid {
        grid-template-columns: 1fr;
    }
}

.cxc-hero-v2 {
    grid-template-columns: minmax(0, 1fr) 340px;
    align-items: end;
    background-image: linear-gradient(90deg, rgba(7, 15, 22, 0.93) 0%, rgba(7, 15, 22, 0.74) 44%, rgba(7, 15, 22, 0.18) 100%), var(--cxc-hero-image);
    background-size: cover;
    background-position: center;
}

.cxc-trust-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    padding: 0;
    border: 1px solid #d9e0e7;
    background: #d9e0e7;
    transform: translateY(-1px);
}

.cxc-trust-strip div {
    min-height: 142px;
    padding: 24px;
    background: #ffffff;
}

.cxc-trust-strip span {
    display: block;
    margin-bottom: 10px;
    color: #0d1b3d;
    font-size: 17px;
    font-weight: 900;
}

.cxc-trust-strip p {
    margin: 0;
    color: #6c757d;
    line-height: 1.6;
}

.cxc-purchasing-list {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 32px;
    align-items: center;
    padding: 42px;
    border: 1px solid #d9e0e7;
    background:
        linear-gradient(135deg, rgba(0, 180, 170, 0.1), rgba(13, 27, 61, 0.08)),
        #ffffff;
}

.cxc-purchasing-list h2 {
    max-width: 760px;
    margin: 0;
    color: #0d1b3d;
    font-size: clamp(30px, 3.6vw, 52px);
    line-height: 1.06;
    letter-spacing: 0;
}

.cxc-purchasing-list p {
    max-width: 820px;
    margin: 18px 0 0;
    color: #5c6874;
    font-size: 18px;
    line-height: 1.65;
}

.cxc-brand-disclaimer {
    padding-top: 0;
}

.cxc-brand-disclaimer p {
    margin: 0;
    padding: 18px 22px;
    border-top: 1px solid #d9e0e7;
    color: #6c757d;
    font-size: 13px;
    line-height: 1.65;
}

@media (max-width: 980px) {
    .cxc-hero-v2 {
        grid-template-columns: 1fr;
    }

    .cxc-hero-v2__visual {
        min-height: 360px;
        width: min(100%, 680px);
        margin: 0 auto;
    }

    .cxc-trust-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cxc-purchasing-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .cxc-hero-v2__visual {
        min-height: 300px;
    }

    .cxc-hero-v2__visual .cxc-hero-v2__panel {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        margin-top: 18px;
    }

    .cxc-trust-strip {
        grid-template-columns: 1fr;
    }

    .cxc-trust-strip div,
    .cxc-purchasing-list {
        padding: 22px;
    }
}
