.jxbc-b2b-site .wc-menu-item,
.jxbc-b2b-site .site-header-cart,
.jxbc-b2b-site .cart-contents,
.jxbc-b2b-site .widget_shopping_cart,
.jxbc-b2b-site .woocommerce-mini-cart,
.jxbc-b2b-site .woocommerce .price,
.jxbc-b2b-site .woocommerce form.cart,
.jxbc-b2b-site .woocommerce .add_to_cart_button,
.jxbc-b2b-site .woocommerce .single_add_to_cart_button,
.jxbc-b2b-site .woocommerce .checkout-button {
    display: none !important;
}

.jxbc-home-sample-program {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    padding: clamp(1rem, 2vw, 1.5rem);
    background: #f2f6f3;
    border-radius: .45rem;
}
.jxbc-home-sample-program h2,
.jxbc-home-sample-program p { margin-block: 0 .4rem; }
.jxbc-home-products-viewport { max-width: 100%; overflow-x: auto; overflow-y: hidden; }
.jxbc-home-products-grid { min-width: 0; }
@media (max-width: 42rem) {
    body.jxbc-homepage { overflow-x: clip; }
    .jxbc-home-products-grid { grid-auto-columns: minmax(15rem, 82%) !important; }
    .jxbc-home-sample-program { align-items: stretch; flex-direction: column; }
}

.jxbc-primary-navigation {
    display: flex;
    flex-wrap: wrap;
    gap: .25rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.jxbc-primary-navigation a {
    display: block;
    min-height: 44px;
    padding: .7rem 1rem;
    text-decoration: none;
}

.jxbc-menu-request-quote > a {
    font-weight: 700;
}

.jxbc-home {
    width: 100%;
    overflow-x: clip;
    color: #202a33;
    background: #fff;
}

.jxbc-home-inner,
.jxbc-shell-wide {
    box-sizing: border-box;
    width: calc(100% - 2rem);
    max-width: 95rem;
    margin-inline: auto;
}

.jxbc-shell-readable {
    width: 100%;
    max-width: 80rem;
    margin-inline: auto;
}

.jxbc-home-hero {
    padding-block: clamp(2.5rem, 5vw, 4.5rem);
    background: #eef3f6;
}

.jxbc-home-hero .jxbc-home-inner {
    margin-inline: auto;
}

.jxbc-home-hero-grid {
    display: grid;
    gap: clamp(1.5rem, 4vw, 4rem);
    align-items: center;
}

.jxbc-home-hero-copy {
    min-width: 0;
}

.jxbc-home-eyebrow {
    margin: 0 0 .65rem;
    color: #315d72;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.jxbc-home-hero h1 {
    max-width: 52rem;
    margin: 0;
    font-size: clamp(2.15rem, 5vw, 4rem);
    line-height: 1.05;
}

.jxbc-home-lead {
    max-width: 48rem;
    margin-block: 1.25rem;
    font-size: clamp(1.05rem, 2vw, 1.3rem);
    line-height: 1.65;
}

.jxbc-home-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .75rem;
}

.jxbc-home-primary,
.jxbc-home-secondary {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: .75rem 1.15rem;
    border: 1px solid #244e65;
    border-radius: .25rem;
    font-weight: 700;
    text-decoration: none;
}

.jxbc-home-primary {
    color: #fff;
    background: #244e65;
}

.jxbc-home-secondary {
    color: #244e65;
    background: #fff;
}

.jxbc-home-helper {
    margin: .75rem 0 0;
    color: #59656f;
    font-size: .92rem;
}

.jxbc-home-search {
    box-sizing: border-box;
    width: 100%;
    max-width: 42rem;
    margin: 0;
    padding: clamp(1rem, 2vw, 1.5rem);
    border: 1px solid #d8e0e4;
    border-radius: .4rem;
    background: rgba(255, 255, 255, .82);
}

.jxbc-home-search > label {
    display: block;
    margin-bottom: .45rem;
    font-weight: 700;
}

.jxbc-home-search > div {
    display: flex;
    gap: .55rem;
}

.jxbc-home-search input {
    min-width: 0;
    min-height: 48px;
    flex: 1 1 auto;
    padding: .7rem .85rem;
    border: 1px solid #8b989f;
    border-radius: .25rem;
    background: #fff;
}

.jxbc-home-search button {
    min-height: 48px;
    flex: 0 0 auto;
    padding: .7rem 1rem;
    border: 1px solid #244e65;
    border-radius: .25rem;
    color: #fff;
    background: #244e65;
    font-weight: 700;
    cursor: pointer;
}

.jxbc-home-search input:focus-visible,
.jxbc-home-search button:focus-visible,
.jxbc-home-actions a:focus-visible {
    outline: 3px solid #d18b28;
    outline-offset: 2px;
}

.jxbc-home-section {
    padding-block: clamp(2rem, 4vw, 3.5rem);
    border-bottom: 1px solid #e4e8eb;
}

.jxbc-home-section > h2,
.jxbc-home-section-heading h2,
.jxbc-home-final h2 {
    margin-top: 0;
    font-size: clamp(1.65rem, 3vw, 2.4rem);
}

.jxbc-home-section-heading {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.jxbc-home-section-heading h2 {
    margin-bottom: 0;
}

.jxbc-home-feature-grid,
.jxbc-home-category-grid,
.jxbc-home-solution-grid,
.jxbc-home .jxbc-home-products-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.jxbc-home-feature-grid article,
.jxbc-home-solution-grid article,
.jxbc-home-category-card {
    min-width: 0;
    padding: 1.1rem;
    border: 1px solid #dfe3e8;
    border-radius: .35rem;
    background: #fff;
}

.jxbc-home-feature-grid h3,
.jxbc-home-solution-grid h3,
.jxbc-home-category-card h3 {
    margin: 0 0 .55rem;
    font-size: 1.1rem;
}

.jxbc-home-feature-grid p,
.jxbc-home-solution-grid p,
.jxbc-home-category-card p {
    margin-bottom: 0;
}

.jxbc-home-category-card {
    padding: 0;
    overflow: hidden;
}

.jxbc-home-category-card > a {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.jxbc-home-category-image {
    display: grid;
    aspect-ratio: 5 / 3;
    place-items: center;
    overflow: hidden;
    color: #64727c;
    background: #eef1f3;
}

.jxbc-home-category-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.jxbc-home-category-fallback {
    width: 42%;
    aspect-ratio: 1;
    border: 2px solid #9aabb4;
    border-radius: 50%;
    background: rgba(255, 255, 255, .55);
}

.jxbc-home-category-body {
    padding: .85rem 1rem 1rem;
}

.jxbc-home-category-body > span {
    display: inline-block;
    margin-top: .65rem;
    font-weight: 700;
}

.jxbc-home-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.jxbc-home-steps li {
    display: grid;
    min-width: 0;
    grid-template-columns: 2rem minmax(0, 1fr);
    gap: .65rem;
    align-items: start;
    padding: 1rem;
    border: 1px solid #dfe3e8;
    border-radius: .35rem;
    background: #fff;
}

.jxbc-home-steps span {
    display: grid;
    width: 2rem;
    height: 2rem;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: #315d72;
}

.jxbc-home-steps h3 {
    margin: 0 0 .35rem;
    font-size: 1.08rem;
}

.jxbc-home-steps p {
    margin: 0;
}

.jxbc-home-product-group + .jxbc-home-product-group {
    margin-top: 2.5rem;
}

.jxbc-home-product-group > h2 {
    margin: 0 0 1rem;
    font-size: clamp(1.4rem, 2.2vw, 2rem);
}

.jxbc-home-discovery-rail {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: clamp(18rem, 21.5vw, 21rem);
    gap: 1.125rem;
    padding: .2rem .15rem 1rem;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: .15rem;
    scroll-snap-type: inline proximity;
    scrollbar-gutter: stable;
}

.jxbc-home-discovery-rail:focus-visible {
    outline: 3px solid #d18b28;
    outline-offset: 3px;
}

.jxbc-home-discovery-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #dfe3e8;
    border-radius: .4rem;
    background: #fff;
    scroll-snap-align: start;
}

.jxbc-home-discovery-image {
    display: grid;
    aspect-ratio: 1;
    place-items: center;
    overflow: hidden;
    background: #f4f5f6;
}

.jxbc-home-discovery-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.jxbc-home-discovery-fallback {
    width: 38%;
    aspect-ratio: 1;
    border: 2px solid #a5b1b8;
    border-radius: 50%;
    background: #fff;
}

.jxbc-home-discovery-card-body {
    padding: 1rem;
}

.jxbc-home-discovery-badge {
    display: inline-block;
    margin-bottom: .55rem;
    padding: .2rem .5rem;
    border-radius: 999px;
    color: #315d72;
    background: #e7eff3;
    font-size: .78rem;
    font-weight: 700;
}

.jxbc-home-discovery-card h3 {
    display: -webkit-box;
    min-height: 2.8em;
    margin: 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 1.08rem;
    line-height: 1.4;
}

.jxbc-home-discovery-card h3 a {
    color: inherit;
    text-decoration: none;
}

.jxbc-home-discovery-card h3 a:hover,
.jxbc-home-discovery-card h3 a:focus-visible {
    text-decoration: underline;
}

.jxbc-home-positioning {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(1.5rem, 5vw, 4rem);
    align-items: center;
}

.jxbc-home-positioning h2,
.jxbc-home-positioning p {
    margin-bottom: 0;
}

.jxbc-home-final {
    margin-block: clamp(2rem, 4vw, 3.5rem);
    padding: clamp(1.5rem, 3vw, 2.5rem);
    border-radius: .4rem;
    color: #fff;
    background: #223b49;
}

.jxbc-home-final .jxbc-home-secondary {
    color: #fff;
    background: transparent;
    border-color: #fff;
}

.jxbc-site-footer {
    box-sizing: border-box;
    width: 100%;
    padding: clamp(2rem, 5vw, 4rem) max(1rem, calc((100% - 78rem) / 2));
    color: #eef3f5;
    background: #17252d;
    text-align: left;
}

.jxbc-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr repeat(3, minmax(0, 1fr));
    gap: 2rem;
}

.jxbc-site-footer h2 {
    margin: 0 0 .75rem;
    color: inherit;
    font-size: 1rem;
}

.jxbc-site-footer p,
.jxbc-site-footer ul {
    margin: 0;
}

.jxbc-site-footer ul {
    display: grid;
    gap: .45rem;
    padding: 0;
    list-style: none;
}

.jxbc-site-footer a {
    color: inherit;
    text-decoration: none;
}

.jxbc-site-footer a:hover,
.jxbc-site-footer a:focus-visible {
    text-decoration: underline;
}

.jxbc-social-links ul {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem .75rem;
}

.jxbc-social-links a {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
}

.jxbc-footer-copyright {
    margin-top: 2rem !important;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, .18);
    font-size: .9rem;
}

@media (min-width: 64rem) {
    .jxbc-b2b-site {
        --jxbc-wide-shell-width: 95rem;
        --jxbc-readable-shell-width: 80rem;
        --jxbc-desktop-shell-gutter: 2rem;
    }

    .jxbc-homepage #page.grid-container,
    .jxbc-homepage .site.grid-container,
    .jxbc-homepage #page .site-content {
        width: 100%;
        max-width: none;
    }

    .jxbc-homepage #page .site-content {
        display: block;
        padding: 0;
    }

    .jxbc-b2b-site .inside-header,
    .jxbc-b2b-site .main-navigation .inside-navigation,
    .jxbc-shell-wide {
        box-sizing: border-box;
        width: calc(100% - (2 * var(--jxbc-desktop-shell-gutter)));
        max-width: var(--jxbc-wide-shell-width);
        margin-inline: auto;
    }

    .jxbc-shell-readable {
        max-width: var(--jxbc-readable-shell-width);
    }

    .jxbc-b2b-site .inside-header,
    .jxbc-b2b-site .main-navigation .inside-navigation {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }

    .jxbc-b2b-site .inside-header {
        gap: 1rem;
    }

    .jxbc-b2b-site .inside-header .site-branding,
    .jxbc-b2b-site .inside-header .site-logo,
    .jxbc-b2b-site .main-navigation .navigation-branding,
    .jxbc-b2b-site .main-navigation .site-logo {
        min-width: 0;
        flex: 0 1 auto;
    }

    .jxbc-b2b-site .inside-header > .main-navigation {
        min-width: 0;
        flex: 1 1 auto;
    }

    .jxbc-b2b-site .main-navigation .navigation-branding,
    .jxbc-b2b-site .main-navigation .site-logo {
        margin-right: auto;
    }

    .jxbc-b2b-site .main-navigation .main-nav {
        min-width: 0;
        flex: 0 1 auto;
        margin-left: auto;
    }

    .jxbc-b2b-site .main-navigation .main-nav > ul,
    .jxbc-b2b-site .jxbc-primary-navigation {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }

    .jxbc-b2b-site .main-navigation .main-nav > ul > li,
    .jxbc-b2b-site .jxbc-primary-navigation > li {
        flex: 0 0 auto;
    }

    .jxbc-b2b-site .main-navigation .main-nav > ul > li > a,
    .jxbc-b2b-site .jxbc-primary-navigation > li > a {
        padding-inline: clamp(.65rem, 1.1vw, .9rem);
        white-space: nowrap;
    }

    .jxbc-home-hero .jxbc-home-inner {
        max-width: var(--jxbc-wide-shell-width);
        margin-inline: auto;
    }

    .jxbc-home-hero h1 {
        max-width: 47.5rem;
    }

    .jxbc-home-lead {
        max-width: 43.75rem;
    }

    .jxbc-home-feature-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .jxbc-home-steps {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .jxbc-home-category-grid {
        grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr));
    }

    .jxbc-home .jxbc-catalog-grid {
        grid-template-columns: repeat(auto-fit, minmax(min(100%, 15rem), 17.5rem));
        justify-content: start;
    }

    .jxbc-b2b-site .site-info .inside-site-info {
        display: block;
        width: 100%;
        max-width: none;
        padding: 0;
    }

    .jxbc-site-footer {
        padding-inline: max(
            var(--jxbc-desktop-shell-gutter),
            calc((100% - var(--jxbc-wide-shell-width)) / 2)
        );
    }

    .jxbc-footer-grid {
        grid-template-columns: 1.4fr repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 63.99rem) {
    .jxbc-home-feature-grid,
    .jxbc-home-category-grid,
    .jxbc-home-steps,
    .jxbc-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 48rem) {
    .jxbc-home-discovery-rail {
        grid-auto-columns: minmax(16.25rem, 38vw);
    }

    .jxbc-home-positioning {
        grid-template-columns: 1fr;
    }

    .jxbc-home-section-heading {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 37.5rem) {
    .jxbc-home-discovery-rail {
        grid-auto-columns: 82vw;
    }

    .jxbc-home-feature-grid,
    .jxbc-home-category-grid,
    .jxbc-home-steps,
    .jxbc-footer-grid {
        grid-template-columns: 1fr;
    }

    .jxbc-home-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .jxbc-home-actions > * {
        width: 100%;
    }

    .jxbc-home-search > div {
        align-items: stretch;
        flex-direction: column;
    }

    .jxbc-home-search button {
        width: 100%;
    }

    .jxbc-primary-navigation {
        flex-direction: column;
    }
}

@media (min-width: 56.0625rem) {
    .jxbc-home-hero-grid {
        grid-template-columns: minmax(0, 11fr) minmax(20rem, 9fr);
    }

    .jxbc-home-search {
        justify-self: end;
    }
}

@media (min-width: 80rem) {
    .jxbc-home-category-grid,
    .jxbc-home-feature-grid,
    .jxbc-home .jxbc-home-products-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .jxbc-home-solution-grid,
    .jxbc-home-steps {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 56.0625rem) and (max-width: 79.9375rem) {
    .jxbc-home-category-grid,
    .jxbc-home .jxbc-home-products-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .jxbc-home-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .jxbc-home-solution-grid,
    .jxbc-home-steps {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 42.0625rem) and (max-width: 56rem) {
    .jxbc-home-category-grid,
    .jxbc-home-feature-grid,
    .jxbc-home .jxbc-home-products-grid,
    .jxbc-home-solution-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .jxbc-home-steps {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 42rem) {
    .jxbc-home-category-grid,
    .jxbc-home-feature-grid,
    .jxbc-home .jxbc-home-products-grid,
    .jxbc-home-solution-grid,
    .jxbc-home-steps {
        grid-template-columns: 1fr;
    }

    .jxbc-home-inner,
    .jxbc-shell-wide {
        width: calc(100% - 2rem);
    }
}

.jxbc-home-slider-controls {
    display: flex;
    flex: 0 0 auto;
    gap: .5rem;
}

.jxbc-home-slider-controls button {
    display: inline-grid;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    place-items: center;
    border: 1px solid #8b989f;
    border-radius: 50%;
    color: #244e65;
    background: #fff;
    cursor: pointer;
}

.jxbc-home-slider-controls button:focus-visible {
    outline: 3px solid #d18b28;
    outline-offset: 2px;
}

.jxbc-home-slider-controls button:disabled {
    cursor: default;
    opacity: .35;
}

.jxbc-home-products-viewport {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: .15rem .1rem .75rem;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: .1rem;
    scroll-snap-type: inline mandatory;
    scrollbar-gutter: stable;
}

.jxbc-home .jxbc-home-products-grid {
    display: grid;
    width: 100%;
    grid-auto-flow: column;
    grid-auto-columns: 82%;
    grid-template-columns: none;
    gap: 1rem;
}

.jxbc-home .jxbc-home-products-grid > .jxbc-catalog-card {
    width: auto;
    min-width: 0;
    scroll-snap-align: start;
}

@media (min-width: 42.0625rem) and (max-width: 79.9375rem) {
    .jxbc-home .jxbc-home-products-grid {
        grid-auto-columns: calc((100% - 2rem) / 3);
    }
}

@media (min-width: 80rem) {
    .jxbc-home .jxbc-home-products-grid {
        grid-auto-columns: calc((100% - 4rem) / 5);
    }
}

@media (max-width: 42rem) {
    .jxbc-home-slider-controls {
        display: none;
    }
}
