@font-face {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 200 800;
    font-display: swap;
    src: url("../fonts/manrope-latin-ext-variable.woff2") format("woff2-variations");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* Indexable machine-model landing pages */
.ngp-machine-page {
    padding: 30px 0 64px;
    background: linear-gradient(180deg, #f7f9fa 0, #fff 360px);
}

.ngp-machine-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    margin: 0 0 20px;
    color: #738087;
    font-size: 13px;
}

.ngp-machine-breadcrumb a:hover {
    color: var(--ngp-accent);
}

.ngp-machine-breadcrumb strong {
    color: #34444d;
}

.ngp-machine-landing-head {
    position: relative;
    min-height: 230px;
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr) 190px;
    align-items: center;
    gap: 30px;
    padding: 42px 46px;
    overflow: hidden;
    border-radius: 13px;
    background: linear-gradient(120deg, #0f202a 0%, #132731 68%, #283238 68%, #3b302b 100%);
    color: #fff;
    box-shadow: 0 18px 44px rgba(15, 32, 42, .14);
}

.ngp-machine-landing-head::after {
    position: absolute;
    right: 42px;
    top: 50%;
    width: 170px;
    height: 170px;
    border: 22px solid rgba(255, 255, 255, .035);
    border-radius: 50%;
    content: "";
    transform: translateY(-50%);
}

.ngp-machine-landing-head__icon {
    position: relative;
    z-index: 1;
    width: 112px;
    height: 92px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .19);
    border-radius: 10px;
    background: rgba(255, 255, 255, .07);
    color: #fff;
}

.ngp-machine-landing-head__icon .ngp-machine-svg {
    width: 84px;
    height: 60px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.55;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ngp-machine-landing-head__icon .ngp-machine-svg__accent {
    stroke: var(--ngp-accent);
}

.ngp-machine-landing-head__icon .ngp-machine-svg__window {
    fill: rgba(255, 255, 255, .11);
}

.ngp-machine-landing-head__icon .ngp-machine-svg__wheel,
.ngp-machine-landing-head__icon .ngp-machine-svg__track,
.ngp-machine-landing-head__icon .ngp-machine-svg__drum {
    fill: rgba(255, 255, 255, .06);
}

.ngp-machine-landing-head__copy {
    position: relative;
    z-index: 1;
}

.ngp-machine-landing-head .ngp-panel-kicker {
    color: var(--ngp-accent);
}

.ngp-machine-landing-head h1 {
    margin: 7px 0 12px;
    color: #fff;
    font-size: clamp(34px, 4vw, 50px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -.045em;
}

.ngp-machine-landing-head p {
    max-width: 730px;
    margin: 0;
    color: #d7e0e4;
    font-size: 16px;
    line-height: 1.6;
}

.ngp-machine-landing-head__count {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}

.ngp-machine-landing-head__count strong {
    color: #fff;
    font-size: 42px;
    font-weight: 850;
    line-height: 1;
}

.ngp-machine-landing-head__count span {
    margin-top: 7px;
    color: #c9d2d7;
    font-size: 13px;
}

.ngp-machine-serial-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(440px, .8fr);
    align-items: center;
    gap: 34px;
    margin: 24px 0 32px;
    padding: 23px 27px;
    border: 1px solid var(--ngp-line);
    border-radius: 9px;
    background: #fff;
    box-shadow: var(--ngp-shadow-sm);
}

.ngp-machine-serial-panel h2 {
    margin: 0 0 4px;
    font-size: 18px;
    line-height: 1.3;
}

.ngp-machine-serial-panel p {
    margin: 0;
    color: var(--ngp-muted);
    font-size: 13px;
}

.ngp-machine-serial-panel form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 8px;
}

.ngp-machine-serial-panel input {
    width: 100%;
    height: 48px;
    padding: 0 14px;
    border: 1px solid var(--ngp-line-dark);
    border-radius: 5px;
    color: var(--ngp-ink);
}

.ngp-machine-serial-panel button,
.ngp-machine-serial-panel form a {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border: 0;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}

.ngp-machine-serial-panel button {
    background: var(--ngp-accent);
    color: #fff;
}

.ngp-machine-serial-panel button:hover {
    background: var(--ngp-accent-hover);
}

.ngp-machine-serial-panel form a {
    border: 1px solid var(--ngp-line-dark);
    background: #fff;
    color: #52616a;
}

.ngp-machine-categories,
.ngp-machine-products {
    margin-top: 34px;
}

.ngp-machine-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 17px;
}

.ngp-machine-section-head h2 {
    margin: 4px 0 0;
    color: var(--ngp-ink);
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: -.03em;
}

.ngp-machine-section-head > span {
    color: var(--ngp-muted);
    font-size: 13px;
}

.ngp-machine-category-links {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.ngp-machine-category-links a {
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 15px 18px;
    border: 1px solid var(--ngp-line);
    border-radius: 7px;
    background: #fff;
    font-size: 14px;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.ngp-machine-category-links a:hover {
    border-color: #bdc7cc;
    box-shadow: var(--ngp-shadow-sm);
    transform: translateY(-1px);
}

.ngp-machine-category-links a span {
    color: var(--ngp-accent);
    font-size: 18px;
}

.ngp-machine-serial-result {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 0 0 18px;
    padding: 13px 16px;
    border: 1px solid #b7dcca;
    border-radius: 6px;
    background: #f1faf6;
    color: #27644a;
    font-size: 13px;
}

.ngp-machine-products-empty {
    padding: 42px;
    border: 1px solid var(--ngp-line);
    border-radius: 9px;
    background: #fff;
    text-align: center;
}

.ngp-machine-products-empty h3 {
    margin: 0 0 8px;
    font-size: 22px;
}

.ngp-machine-products-empty p {
    margin: 0 auto 17px;
    max-width: 680px;
    color: var(--ngp-muted);
}

.ngp-machine-products-empty a {
    color: var(--ngp-accent-hover);
    font-weight: 800;
}

@media (max-width: 980px) {
    .ngp-machine-landing-head {
        grid-template-columns: 90px minmax(0, 1fr);
        padding: 35px;
    }

    .ngp-machine-landing-head__icon {
        width: 88px;
        height: 78px;
    }

    .ngp-machine-landing-head__count {
        grid-column: 2;
        align-items: flex-start;
        text-align: left;
    }

    .ngp-machine-landing-head__count strong {
        font-size: 30px;
    }

    .ngp-machine-serial-panel {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 640px) {
    .ngp-machine-page {
        padding: 20px 0 48px;
    }

    .ngp-machine-breadcrumb {
        margin-bottom: 14px;
        font-size: 11px;
    }

    .ngp-machine-landing-head {
        min-height: 0;
        grid-template-columns: 68px minmax(0, 1fr);
        gap: 17px;
        padding: 25px 21px;
    }

    .ngp-machine-landing-head__icon {
        width: 68px;
        height: 62px;
    }

    .ngp-machine-landing-head__icon .ngp-machine-svg {
        width: 57px;
        height: 43px;
    }

    .ngp-machine-landing-head h1 {
        font-size: 29px;
    }

    .ngp-machine-landing-head p {
        grid-column: 1 / -1;
        font-size: 14px;
    }

    .ngp-machine-landing-head__count {
        grid-column: 1 / -1;
        flex-direction: row;
        align-items: baseline;
        gap: 7px;
    }

    .ngp-machine-landing-head__count strong {
        font-size: 26px;
    }

    .ngp-machine-serial-panel {
        margin: 14px 0 30px;
        padding: 20px;
    }

    .ngp-machine-serial-panel form {
        grid-template-columns: 1fr auto;
    }

    .ngp-machine-serial-panel form a {
        grid-column: 1 / -1;
    }

    .ngp-machine-section-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    .ngp-machine-section-head h2 {
        font-size: 21px;
    }

    .ngp-machine-category-links {
        grid-template-columns: 1fr;
    }

    .ngp-machine-serial-result {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

}

/* Optional GépAdatbázis technical machine profile */
.ngp-machine-profile-hero {
    position: relative;
    min-height: 330px;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(340px, .65fr);
    overflow: hidden;
    border-radius: 14px;
    background: linear-gradient(123deg, #0c1a23 0%, #132933 63%, #2a302f 63%, #3e312c 100%);
    color: #fff;
    box-shadow: 0 20px 48px rgba(15, 32, 42, .15);
}

.ngp-machine-profile-hero__copy {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 42px 46px 44px;
}

.ngp-machine-profile-hero .ngp-panel-kicker {
    color: var(--ngp-accent);
}

.ngp-machine-profile-hero h1 {
    max-width: 800px;
    margin: 8px 0 16px;
    color: #fff;
    font-size: clamp(37px, 4vw, 54px);
    font-weight: 820;
    line-height: 1.04;
    letter-spacing: -.05em;
}

.ngp-machine-profile-hero__lead {
    max-width: 760px;
    margin: 0;
    color: #d6e0e4;
    font-size: 16px;
    line-height: 1.65;
}

.ngp-machine-profile-hero__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 26px;
}

.ngp-machine-profile-hero__actions .ngp-button {
    min-height: 50px;
    padding: 0 21px;
}

.ngp-machine-text-link {
    color: #fff;
    font-size: 14px;
    font-weight: 750;
}

.ngp-machine-text-link:hover {
    color: var(--ngp-accent);
}

.ngp-machine-profile-hero__media {
    position: relative;
    min-height: 330px;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: radial-gradient(circle at 52% 44%, rgba(255, 255, 255, .14), transparent 54%);
}

.ngp-machine-profile-hero__media::before {
    position: absolute;
    width: 260px;
    height: 260px;
    border: 32px solid rgba(255, 255, 255, .035);
    border-radius: 50%;
    content: "";
}

.ngp-machine-profile-hero__media > img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 330px;
    object-fit: cover;
    object-position: center;
    filter: drop-shadow(0 16px 20px rgba(0, 0, 0, .22));
}

.ngp-machine-profile-hero__icon {
    position: relative;
    z-index: 1;
    width: 205px;
    height: 150px;
    display: grid;
    place-items: center;
    color: #fff;
}

.ngp-machine-profile-hero__icon .ngp-machine-svg {
    width: 195px;
    height: 138px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.35;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ngp-machine-profile-hero__icon .ngp-machine-svg__accent {
    stroke: var(--ngp-accent);
}

.ngp-machine-profile-hero__icon .ngp-machine-svg__window,
.ngp-machine-profile-hero__icon .ngp-machine-svg__wheel,
.ngp-machine-profile-hero__icon .ngp-machine-svg__track,
.ngp-machine-profile-hero__icon .ngp-machine-svg__drum {
    fill: rgba(255, 255, 255, .08);
}

.ngp-machine-profile-hero__product-count {
    position: absolute;
    z-index: 2;
    right: 24px;
    bottom: 22px;
    display: flex;
    align-items: baseline;
    gap: 7px;
    padding: 10px 13px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 7px;
    background: rgba(8, 19, 26, .7);
    backdrop-filter: blur(8px);
}

.ngp-machine-profile-hero__product-count strong {
    color: #fff;
    font-size: 22px;
}

.ngp-machine-profile-hero__product-count span {
    color: #d5dee2;
    font-size: 12px;
}

.ngp-machine-key-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 14px 0 24px;
    overflow: hidden;
    border: 1px solid var(--ngp-line);
    border-radius: 10px;
    background: #fff;
    box-shadow: var(--ngp-shadow-sm);
}

.ngp-machine-key-stats > div {
    min-height: 104px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    padding: 20px 24px;
    border-right: 1px solid var(--ngp-line);
}

.ngp-machine-key-stats > div:last-child {
    border-right: 0;
}

.ngp-machine-key-stats span {
    color: var(--ngp-muted);
    font-size: 12px;
    font-weight: 650;
    text-transform: uppercase;
    letter-spacing: .035em;
}

.ngp-machine-key-stats strong {
    color: var(--ngp-ink);
    font-size: clamp(20px, 2.2vw, 27px);
    line-height: 1.15;
}

.ngp-machine-profile-overview {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(310px, .65fr);
    align-items: start;
    gap: 26px;
    margin: 44px 0 38px;
}

.ngp-machine-profile-copy,
.ngp-machine-profile-facts {
    border: 1px solid var(--ngp-line);
    border-radius: 11px;
    background: #fff;
}

.ngp-machine-profile-copy {
    padding: 32px 36px;
}

.ngp-machine-profile-copy h2,
.ngp-machine-profile-facts h2,
.ngp-machine-specifications h2,
.ngp-machine-related h2,
.ngp-machine-faq h2 {
    color: var(--ngp-ink);
}

.ngp-machine-profile-copy h2 {
    margin: 5px 0 18px;
    font-size: 28px;
    letter-spacing: -.035em;
}

.ngp-machine-profile-copy .ngp-prose {
    color: #46555d;
    font-size: 16px;
    line-height: 1.75;
}

.ngp-machine-profile-copy .ngp-prose p:first-child {
    margin-top: 0;
}

.ngp-machine-profile-copy h3 {
    margin: 28px 0 13px;
    font-size: 19px;
}

.ngp-machine-feature-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px 22px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ngp-machine-feature-list li {
    position: relative;
    padding-left: 21px;
    color: #36464e;
    font-size: 15px;
    line-height: 1.55;
}

.ngp-machine-feature-list li::before {
    position: absolute;
    left: 0;
    top: .62em;
    width: 8px;
    height: 8px;
    border: 2px solid var(--ngp-accent);
    border-radius: 50%;
    content: "";
}

.ngp-machine-profile-facts {
    padding: 27px;
    box-shadow: var(--ngp-shadow-sm);
}

.ngp-machine-profile-facts h2 {
    margin: 0 0 13px;
    font-size: 20px;
}

.ngp-machine-profile-facts dl {
    margin: 0;
}

.ngp-machine-profile-facts dl > div {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 11px 0;
    border-bottom: 1px solid var(--ngp-line);
}

.ngp-machine-profile-facts dt {
    color: var(--ngp-muted);
    font-size: 14px;
}

.ngp-machine-profile-facts dd {
    margin: 0;
    color: var(--ngp-ink);
    font-size: 14px;
    font-weight: 750;
    text-align: right;
}

.ngp-machine-aliases,
.ngp-machine-source {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 20px;
}

.ngp-machine-aliases > strong,
.ngp-machine-source > strong {
    width: 100%;
    color: var(--ngp-ink);
    font-size: 13px;
}

.ngp-machine-aliases span {
    padding: 5px 8px;
    border-radius: 4px;
    background: var(--ngp-soft);
    color: #53616a;
    font-size: 11px;
}

.ngp-machine-source {
    padding-top: 18px;
    border-top: 1px solid var(--ngp-line);
}

.ngp-machine-source a {
    color: var(--ngp-accent-hover);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
}

.ngp-machine-source small {
    width: 100%;
    color: var(--ngp-muted);
    font-size: 11px;
}

.ngp-machine-specifications,
.ngp-machine-related,
.ngp-machine-faq {
    margin: 40px 0;
}

.ngp-machine-spec-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 16px;
}

.ngp-machine-spec-column {
    min-width: 0;
    display: grid;
    align-content: start;
    gap: 16px;
}

.ngp-machine-spec-card {
    align-self: start;
    overflow: hidden;
    border: 1px solid var(--ngp-line);
    border-radius: 10px;
    background: #fff;
}

.ngp-machine-spec-card h3 {
    margin: 0;
    padding: 17px 20px;
    border-bottom: 1px solid var(--ngp-line);
    background: #f5f7f8;
    font-size: 17px;
}

.ngp-machine-spec-card dl {
    margin: 0;
}

.ngp-machine-spec-card dl > div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(130px, .65fr);
    gap: 18px;
    padding: 14px 20px;
    border-bottom: 1px solid #edf0f1;
}

.ngp-machine-spec-card dl > div:last-child {
    border-bottom: 0;
}

.ngp-machine-spec-card dt {
    color: #5d6a72;
    font-size: 14px;
    line-height: 1.45;
}

.ngp-machine-spec-card dd {
    margin: 0;
    color: var(--ngp-ink);
    font-size: 14px;
    font-weight: 750;
    line-height: 1.45;
    text-align: right;
}

.ngp-machine-related__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 11px;
}

.ngp-machine-related__grid a {
    min-height: 104px;
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr) 20px;
    align-items: center;
    gap: 14px;
    padding: 15px 17px;
    border: 1px solid var(--ngp-line);
    border-radius: 8px;
    background: #fff;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.ngp-machine-related__grid a:hover {
    border-color: #b9c3c8;
    box-shadow: var(--ngp-shadow-sm);
    transform: translateY(-2px);
}

.ngp-machine-related__icon {
    width: 68px;
    height: 58px;
    display: grid;
    place-items: center;
    border: 1px solid var(--ngp-line);
    border-radius: 7px;
    background: var(--ngp-soft);
    color: var(--ngp-ink);
}

.ngp-machine-related__icon .ngp-machine-svg {
    width: 58px;
    height: 42px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.45;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ngp-machine-related__icon .ngp-machine-svg__accent {
    stroke: var(--ngp-accent);
}

.ngp-machine-related__icon .ngp-machine-svg__window,
.ngp-machine-related__icon .ngp-machine-svg__wheel,
.ngp-machine-related__icon .ngp-machine-svg__track,
.ngp-machine-related__icon .ngp-machine-svg__drum {
    fill: #e8edef;
}

.ngp-machine-related__copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.ngp-machine-related__copy small {
    color: var(--ngp-muted);
    font-size: 12px;
}

.ngp-machine-related__copy strong {
    margin: 3px 0;
    color: var(--ngp-ink);
    font-size: 17px;
    line-height: 1.3;
}

.ngp-machine-related__arrow {
    color: var(--ngp-accent);
    font-size: 20px;
}

.ngp-machine-faq__list {
    overflow: hidden;
    border: 1px solid var(--ngp-line);
    border-radius: 10px;
    background: #fff;
}

.ngp-machine-faq details {
    border-bottom: 1px solid var(--ngp-line);
}

.ngp-machine-faq details:last-child {
    border-bottom: 0;
}

.ngp-machine-faq summary {
    position: relative;
    padding: 19px 54px 19px 22px;
    color: var(--ngp-ink);
    font-size: 15px;
    font-weight: 760;
    cursor: pointer;
    list-style: none;
}

.ngp-machine-faq summary::-webkit-details-marker {
    display: none;
}

.ngp-machine-faq summary::after {
    position: absolute;
    right: 22px;
    top: 50%;
    color: var(--ngp-accent);
    content: "+";
    font-size: 22px;
    transform: translateY(-50%);
}

.ngp-machine-faq details[open] summary::after {
    content: "−";
}

.ngp-machine-faq details p {
    margin: -3px 0 0;
    padding: 0 54px 20px 22px;
    color: var(--ngp-muted);
    font-size: 14px;
    line-height: 1.65;
}

@media (max-width: 1050px) {
    .ngp-machine-profile-hero {
        grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
    }

    .ngp-machine-profile-hero__copy {
        padding: 40px 35px;
    }

    .ngp-machine-key-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ngp-machine-key-stats > div:nth-child(2) {
        border-right: 0;
    }

    .ngp-machine-key-stats > div:nth-child(-n+2) {
        border-bottom: 1px solid var(--ngp-line);
    }

    .ngp-machine-profile-overview {
        grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
    }
}

@media (max-width: 780px) {
    .ngp-machine-profile-hero {
        grid-template-columns: 1fr;
    }

    .ngp-machine-profile-hero__copy {
        padding: 35px 28px 28px;
    }

    .ngp-machine-profile-hero__media {
        min-height: 250px;
    }

    .ngp-machine-profile-hero__media > img {
        height: 250px;
    }

    .ngp-machine-profile-overview,
    .ngp-machine-spec-grid {
        grid-template-columns: 1fr;
    }

    .ngp-machine-related__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .ngp-machine-profile-hero {
        border-radius: 10px;
    }

    .ngp-machine-profile-hero__copy {
        padding: 27px 21px 24px;
    }

    .ngp-machine-profile-hero h1 {
        font-size: 34px;
    }

    .ngp-machine-profile-hero__lead {
        font-size: 14px;
    }

    .ngp-machine-profile-hero__actions {
        align-items: stretch;
        flex-direction: column;
        gap: 13px;
    }

    .ngp-machine-profile-hero__actions .ngp-button {
        width: 100%;
    }

    .ngp-machine-profile-hero__media {
        min-height: 215px;
    }

    .ngp-machine-profile-hero__media > img {
        height: 215px;
    }

    .ngp-machine-profile-hero__icon {
        width: 180px;
        height: 130px;
    }

    .ngp-machine-profile-hero__icon .ngp-machine-svg {
        width: 175px;
        height: 120px;
    }

    .ngp-machine-profile-hero__product-count {
        right: 15px;
        bottom: 14px;
    }

    .ngp-machine-key-stats {
        margin-bottom: 32px;
    }

    .ngp-machine-key-stats > div {
        min-height: 91px;
        padding: 16px;
    }

    .ngp-machine-key-stats strong {
        font-size: 20px;
    }

    .ngp-machine-profile-overview {
        margin: 32px 0;
    }

    .ngp-machine-profile-copy,
    .ngp-machine-profile-facts {
        padding: 24px 21px;
    }

    .ngp-machine-profile-copy h2 {
        font-size: 24px;
    }

    .ngp-machine-feature-list,
    .ngp-machine-related__grid {
        grid-template-columns: 1fr;
    }

    .ngp-machine-spec-card dl > div {
        grid-template-columns: minmax(0, 1fr) minmax(105px, .65fr);
        padding: 12px 15px;
    }
}

@font-face {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 200 800;
    font-display: swap;
    src: url("../fonts/manrope-latin-variable.woff2") format("woff2-variations");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --ngp-accent: #ff5a0a;
    --ngp-accent-hover: #df4700;
    --ngp-dark: #0e1921;
    --ngp-dark-2: #13232d;
    --ngp-dark-3: #1b2c36;
    --ngp-ink: #132029;
    --ngp-muted: #66727a;
    --ngp-line: #dfe4e7;
    --ngp-line-dark: #cbd2d6;
    --ngp-soft: #f5f7f8;
    --ngp-white: #fff;
    --ngp-success: #198754;
    --ngp-warning: #b66a00;
    --ngp-danger: #c23b31;
    --ngp-radius-sm: 6px;
    --ngp-radius: 10px;
    --ngp-radius-lg: 14px;
    --ngp-shadow-sm: 0 6px 20px rgba(16, 28, 36, .07);
    --ngp-shadow: 0 18px 44px rgba(16, 28, 36, .13);
    --ngp-max: 1280px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--ngp-white);
    color: var(--ngp-ink);
    font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.55;
    letter-spacing: -.014em;
    text-rendering: optimizeLegibility;
}

body.ngp-menu-open {
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
select,
textarea {
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

svg {
    overflow: visible;
}

.ngp-icon {
    width: 1.5em;
    height: 1.5em;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ngp-container {
    width: min(var(--ngp-max), calc(100% - 64px));
    margin-inline: auto;
}

.ngp-container--wide {
    width: min(1440px, calc(100% - 64px));
}

.screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.screen-reader-text:focus {
    top: 8px;
    left: 8px;
    z-index: 10000;
    width: auto;
    height: auto;
    clip: auto;
    padding: 12px 16px;
    background: #fff;
    color: #111;
    border-radius: 4px;
    box-shadow: var(--ngp-shadow-sm);
}

:focus-visible {
    outline: 3px solid rgba(255, 90, 10, .42);
    outline-offset: 3px;
}

/* Header */
.site-topbar {
    height: 42px;
    background: #0b151c;
    color: #d5dbdf;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    font-size: 15px;
    font-weight: 650;
}

.site-topbar__inner {
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.site-topbar__left,
.site-topbar__right,
.site-topbar__right a {
    display: flex;
    align-items: center;
}

.site-topbar__left {
    min-width: 0;
}

.site-topbar__right {
    gap: 23px;
}

.site-social {
    display: flex;
    align-items: center;
    gap: 9px;
}

.site-social--topbar {
    gap: 7px;
}

.site-social--topbar a {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    flex: 0 0 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .1);
    color: #fff;
}

.site-social--topbar a:hover {
    background: rgba(255, 90, 10, .2);
}

.site-topbar__right a {
    gap: 6px;
    color: #eef1f2;
    transition: color .18s ease;
}

.site-topbar__right a:hover {
    color: var(--ngp-accent);
}

.site-topbar .ngp-icon {
    width: 17px;
    height: 17px;
}

.site-social--topbar .ngp-icon {
    width: 20px;
    height: 20px;
    stroke-width: 1.9;
}

.site-nav__utilities {
    display: none;
}

.site-header {
    position: relative;
    z-index: 100;
    background: var(--ngp-dark);
    color: #fff;
    transition: box-shadow .2s ease;
}

.site-header.is-scrolled {
    box-shadow: 0 10px 28px rgba(0, 0, 0, .18);
}

.site-header__main {
    min-height: 98px;
    display: grid;
    grid-template-columns: 330px minmax(360px, 620px) auto;
    align-items: center;
    gap: 34px;
}

.site-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: max-content;
    max-width: 100%;
    color: #fff;
}

.site-brand__mark {
    width: 43px;
    height: 43px;
    display: grid;
    place-items: center;
}

.site-brand__mark .ngp-icon {
    width: 43px;
    height: 43px;
    stroke-width: 1.75;
}

.site-brand__name {
    font-size: 28px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -.05em;
    white-space: nowrap;
}

.site-brand__name > span {
    font-weight: 480;
}

.site-search {
    position: relative;
    min-width: 0;
    height: 58px;
    display: flex;
    align-items: stretch;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 7px;
    color: #24323a;
    box-shadow: 0 0 0 0 rgba(255, 90, 10, 0);
    transition: border-color .18s ease, box-shadow .18s ease;
}

.site-search:focus-within {
    border-color: #ff864b;
    box-shadow: 0 0 0 4px rgba(255, 90, 10, .14);
}

.site-search input[type="search"] {
    min-width: 0;
    flex: 1;
    height: 100%;
    padding: 0 20px;
    border: 0;
    border-radius: inherit;
    outline: 0;
    background: transparent;
    color: #26343d;
    font-size: 15px;
    box-shadow: none;
    appearance: none;
}

.site-search input[type="search"]::-webkit-search-cancel-button {
    opacity: .55;
}

.site-search button[type="submit"] {
    width: 66px;
    flex: 0 0 66px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 0 6px 6px 0;
    background: var(--ngp-accent);
    color: #fff;
    cursor: pointer;
    transition: background .18s ease;
}

.site-search button[type="submit"]:hover {
    background: var(--ngp-accent-hover);
}

.site-search button .ngp-icon {
    width: 23px;
    height: 23px;
}

.header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.header-action {
    position: relative;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 9px;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    font-weight: 750;
    transition: background .18s ease, border-color .18s ease, color .18s ease;
}

.header-action:hover {
    background: rgba(255, 255, 255, .08);
}

.header-action .ngp-icon {
    width: 23px;
    height: 23px;
    stroke-width: 1.6;
}

.header-action--cart {
    min-height: 52px;
    padding: 0 15px;
    border: 1px solid rgba(255, 90, 10, .8);
    border-radius: 6px;
    background: rgba(255, 90, 10, .08);
    font-size: 15px;
}

.header-action--cart:hover {
    border-color: var(--ngp-accent);
    background: rgba(255, 90, 10, .2);
}

.header-action--cart .ngp-icon {
    width: 25px;
    height: 25px;
}

.cart-count {
    min-width: 20px;
    height: 20px;
    display: inline-grid;
    place-items: center;
    padding: 0 5px;
    border-radius: 999px;
    background: var(--ngp-accent);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

.menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 6px;
    background: transparent;
    color: #fff;
}

.menu-toggle__close {
    display: none;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__open {
    display: none;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__close {
    display: inline-flex;
}

.site-nav {
    min-height: 49px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.site-nav__mobile-head,
.site-nav__backdrop,
.site-nav__social {
    display: none;
}

.site-nav__inner {
    min-height: 49px;
    display: flex;
    align-items: center;
}

.site-nav ul {
    display: flex;
    align-items: stretch;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-nav li {
    position: relative;
}

.site-nav a {
    min-height: 48px;
    display: flex;
    align-items: center;
    padding: 0 25px;
    color: #eef1f2;
    font-size: 14px;
    font-weight: 720;
    transition: color .18s ease, background .18s ease;
}

.site-nav li:first-child > a {
    padding-left: 0;
}

.site-nav a:hover,
.site-nav .current-menu-item > a,
.site-nav .current-menu-ancestor > a {
    color: var(--ngp-accent);
}

.site-nav .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    width: 240px;
    display: none;
    padding: 8px;
    border: 1px solid #253640;
    border-radius: 0 0 8px 8px;
    background: var(--ngp-dark-2);
    box-shadow: var(--ngp-shadow);
}

.site-nav li:hover > .sub-menu,
.site-nav li:focus-within > .sub-menu {
    display: block;
}

.site-nav .sub-menu a {
    min-height: 40px;
    padding: 9px 12px;
    border-radius: 5px;
}

/* Predictive search */
.ngp-live-search {
    position: absolute;
    top: calc(100% + 9px);
    left: 0;
    right: 0;
    z-index: 200;
    max-height: min(70vh, 620px);
    overflow: auto;
    padding: 10px;
    border: 1px solid var(--ngp-line);
    border-radius: 9px;
    background: #fff;
    color: var(--ngp-ink);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .2);
}

.ngp-live-search[hidden] {
    display: none;
}

.ngp-live-section + .ngp-live-section {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #edf0f2;
}

.ngp-live-section h2 {
    margin: 4px 7px 7px;
    color: #7a858b;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.ngp-live-item {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto 20px;
    align-items: center;
    gap: 11px;
    min-height: 58px;
    padding: 7px;
    border-radius: 6px;
}

.ngp-live-item:hover,
.ngp-live-item.is-active {
    background: #f3f5f6;
}

.ngp-live-item img,
.ngp-live-machine__icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border: 1px solid #edf0f1;
    border-radius: 5px;
    background: #fff;
    object-fit: contain;
}

.ngp-live-machine__icon {
    color: #263842;
}

.ngp-live-machine__icon svg {
    width: 43px;
    height: 30px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.55;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ngp-live-machine__accent {
    stroke: var(--ngp-accent);
}

.ngp-live-item__body {
    min-width: 0;
}

.ngp-live-item__body strong,
.ngp-live-item__body small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ngp-live-item__body strong {
    font-size: 14px;
}

.ngp-live-item__body small {
    margin-top: 2px;
    color: var(--ngp-muted);
    font-size: 12px;
}

.ngp-live-price {
    color: var(--ngp-ink);
    font-size: 14px;
    white-space: nowrap;
}

.ngp-live-item__arrow {
    color: var(--ngp-accent);
}

.ngp-live-item__arrow svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ngp-live-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 2px 6px 6px;
}

.ngp-live-categories a {
    padding: 6px 9px;
    border-radius: 5px;
    background: #f2f4f5;
    font-size: 13px;
    font-weight: 700;
}

.ngp-live-loading,
.ngp-live-empty {
    padding: 20px;
    color: var(--ngp-muted);
    text-align: center;
    font-size: 14px;
}

.ngp-live-loading span {
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: -3px;
    border: 2px solid #d6dade;
    border-top-color: var(--ngp-accent);
    border-radius: 50%;
    animation: ngp-spin .7s linear infinite;
}

.ngp-live-empty strong,
.ngp-live-empty span {
    display: block;
}

@keyframes ngp-spin {
    to { transform: rotate(360deg); }
}

/* Hero */
.site-main {
    min-height: 55vh;
}

.ngp-hero {
    position: relative;
    height: 530px;
    overflow: hidden;
    background-color: var(--ngp-dark-2);
    background-image: var(--ngp-hero-image, url("../images/hero-wheel-loader-v2.webp"));
    background-position: center center;
    background-size: cover;
    color: #fff;
}

.ngp-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(8, 15, 21, .98) 0%, rgba(8, 15, 21, .88) 36%, rgba(8, 15, 21, .26) 67%, rgba(8, 15, 21, .03) 100%);
}

.ngp-hero__inner {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 66px;
}

.ngp-hero__content {
    width: 610px;
    max-width: 51%;
}

.ngp-eyebrow,
.ngp-kicker {
    color: var(--ngp-accent);
    font-size: 13px;
    font-weight: 850;
    letter-spacing: .055em;
    text-transform: uppercase;
}

.ngp-eyebrow {
    margin: 0 0 20px;
}

.ngp-hero h1 {
    max-width: 600px;
    margin: 0 0 18px;
    color: #fff;
    font-size: clamp(42px, 4vw, 56px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -.047em;
}

.ngp-hero__lead {
    margin: 0 0 26px;
    color: #e4e8ea;
    font-size: 16px;
    line-height: 1.7;
}

.ngp-hero__actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

.ngp-button {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 0 23px;
    border: 1px solid transparent;
    border-radius: var(--ngp-radius-sm);
    font-size: 14px;
    font-weight: 800;
    transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.ngp-button:hover {
    transform: translateY(-1px);
}

.ngp-button .ngp-icon {
    width: 19px;
    height: 19px;
}

.ngp-button--accent {
    background: var(--ngp-accent);
    color: #fff;
}

.ngp-button--accent:hover {
    background: var(--ngp-accent-hover);
}

.ngp-button--ghost {
    border-color: #9aa5ab;
    background: rgba(5, 10, 14, .2);
    color: #fff;
}

.ngp-button--ghost:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, .08);
}

/* Finder */
.ngp-finder-wrap {
    position: relative;
    z-index: 20;
    min-height: 166px;
    margin-top: -64px;
}

.ngp-finder-card {
    min-height: 204px;
    padding: 27px 32px 22px;
    border: 1px solid #e3e6e8;
    border-radius: 9px;
    background: #fff;
    box-shadow: var(--ngp-shadow);
}

.ngp-finder-card > h2 {
    margin: 0 0 14px;
    color: var(--ngp-ink);
    font-size: 22px;
    line-height: 1.2;
}

.ngp-finder-note {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 17px 0 0;
    color: #4f5b62;
    font-size: 13px;
}

.ngp-finder-note .ngp-icon {
    width: 16px;
    height: 16px;
}

.ngp-plugin-notice {
    padding: 18px;
    border: 1px dashed var(--ngp-line-dark);
    border-radius: 6px;
    background: var(--ngp-soft);
    color: var(--ngp-muted);
}

/* Benefits */
.ngp-benefits {
    padding: 31px 0 28px;
    background: #fff;
}

.ngp-benefits__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ngp-benefit {
    min-height: 96px;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    padding: 12px 30px;
    border-right: 1px solid rgba(19, 32, 41, .12);
}

.ngp-benefit:first-child {
    padding-left: 30px;
}

.ngp-benefit:last-child {
    border-right: 0;
}

.ngp-benefit__icon {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    color: var(--ngp-ink);
}

.ngp-benefit__icon .ngp-icon {
    width: 39px;
    height: 39px;
    stroke-width: 1.4;
}

.ngp-benefit h2 {
    margin: 0 0 3px;
    font-size: 16px;
    line-height: 1.35;
}

.ngp-benefit p {
    margin: 0;
    color: var(--ngp-muted);
    font-size: 14px;
    line-height: 1.5;
}

@media (min-width: 1181px) {
    .ngp-benefit h2 {
        min-height: 44px;
    }

    .ngp-benefit p {
        min-height: 42px;
    }
}

/* Home grids */
.ngp-home-section {
    padding: 20px 0 0;
}

.ngp-section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 14px;
}

.ngp-section-heading h2,
.ngp-brands h2 {
    margin: 0;
    color: var(--ngp-ink);
    font-size: 21px;
    line-height: 1.25;
    letter-spacing: -.03em;
}

.ngp-section-heading a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #485158;
    font-size: 12px;
    font-weight: 750;
}

.ngp-section-heading a:hover {
    color: var(--ngp-accent);
}

.ngp-section-heading a .ngp-icon {
    width: 16px;
    height: 16px;
    color: var(--ngp-accent);
}

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

.ngp-category-card {
    position: relative;
    min-height: 104px;
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) 20px;
    align-items: center;
    gap: 15px;
    padding: 15px 16px;
    overflow: hidden;
    border: 1px solid var(--ngp-line);
    border-radius: var(--ngp-radius-sm);
    background: #fff;
    color: var(--ngp-ink);
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.ngp-category-card:hover {
    border-color: #ffb38e;
    box-shadow: var(--ngp-shadow-sm);
    transform: translateY(-2px);
}

.ngp-category-card__icon {
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    border: 1px solid #dce2e5;
    border-radius: 10px;
    background: linear-gradient(145deg, #fff, #eef2f4);
    color: #142833;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .85);
}

.ngp-category-card__icon svg {
    width: 51px;
    height: 51px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ngp-category-card__icon .ngp-svg-accent {
    stroke: var(--ngp-accent);
}

.ngp-category-card__icon .ngp-svg-accent-fill {
    fill: var(--ngp-accent);
    stroke: var(--ngp-accent);
}

.ngp-category-card__copy {
    min-width: 0;
}

.ngp-category-card strong,
.ngp-category-card small {
    display: block;
}

.ngp-category-card strong {
    font-size: 15px;
    line-height: 1.35;
}

.ngp-category-card small {
    margin-top: 3px;
    color: var(--ngp-muted);
    font-size: 12px;
}

.ngp-category-card__arrow {
    color: #15232c;
    transition: color .18s ease, transform .18s ease;
}

.ngp-category-card__arrow .ngp-icon {
    width: 18px;
    height: 18px;
}

.ngp-category-card:hover .ngp-category-card__arrow {
    color: var(--ngp-accent);
    transform: translateX(2px);
}

.ngp-featured-products {
    padding-top: 33px;
}

.ngp-empty-state {
    padding: 20px;
    border: 1px dashed var(--ngp-line-dark);
    border-radius: var(--ngp-radius-sm);
    color: var(--ngp-muted);
}

/* Brand row */
.ngp-brands {
    padding: 33px 0 40px;
}

.ngp-brands h2 {
    margin-bottom: 23px;
    font-size: 20px;
}

.ngp-brand-list {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    align-items: center;
    gap: 30px;
    color: #4c5053;
}

.ngp-brand-item {
    min-width: 0;
    min-height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ngp-brand-item__logo {
    width: auto;
    max-width: 100%;
    height: 54px;
    object-fit: contain;
    filter: grayscale(1);
    opacity: .78;
}

.ngp-brand-item__fallback {
    display: block;
    color: inherit;
    font-family: Arial, sans-serif;
    font-size: clamp(17px, 1.6vw, 24px);
    font-weight: 900;
    line-height: .9;
    letter-spacing: -.07em;
    text-align: center;
    text-transform: uppercase;
    filter: grayscale(1);
}

/* Footer */
.site-footer {
    margin-top: 0;
    background: var(--ngp-dark);
    color: #c5cdd1;
}

.footer-help {
    background-color: var(--ngp-dark-2);
    background-image: radial-gradient(circle at 75% 55%, rgba(255, 255, 255, .035), transparent 30%);
    border-bottom: 1px solid rgba(255, 255, 255, .09);
}

.footer-help__inner {
    min-height: 126px;
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) auto;
    align-items: center;
    gap: 27px;
}

.footer-help__icon {
    color: var(--ngp-accent);
}

.footer-help__icon .ngp-icon {
    width: 54px;
    height: 54px;
    stroke-width: 1.45;
}

.footer-help__copy h2 {
    margin: 0 0 5px;
    color: #fff;
    font-size: 22px;
    line-height: 1.3;
}

.footer-help__copy p {
    margin: 0;
    color: #e0e5e7;
    font-size: 15px;
}

.footer-help__inner > a {
    min-width: 205px;
    min-height: 49px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 22px;
    border: 1px solid #8d979c;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 750;
    transition: border-color .18s ease, color .18s ease;
}

.footer-help__inner > a:hover {
    border-color: var(--ngp-accent);
    color: var(--ngp-accent);
}

.footer-help__inner > a .ngp-icon {
    width: 16px;
    height: 16px;
}

.site-footer__main {
    display: grid;
    grid-template-columns: 1.35fr .8fr .8fr 1fr;
    gap: 60px;
    padding: 40px 0;
}

.site-footer .site-brand {
    margin-bottom: 16px;
}

.site-footer .site-brand__mark,
.site-footer .site-brand__mark .ngp-icon {
    width: 31px;
    height: 31px;
}

.site-footer .site-brand__name {
    font-size: 22px;
}

.site-footer__brand p {
    max-width: 270px;
    margin: 0;
    color: #aeb8bd;
    font-size: 14px;
    line-height: 1.7;
}

.site-footer h3 {
    margin: 0 0 14px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.site-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer li {
    margin: 7px 0;
}

.site-footer li,
.site-footer a {
    color: #c5cdd1;
    font-size: 14px;
    line-height: 1.55;
}

.site-footer a:hover {
    color: #fff;
}

.site-footer__contact li,
.site-footer__contact a {
    display: flex;
    align-items: center;
    gap: 8px;
}

.site-footer__contact .ngp-icon {
    width: 15px;
    height: 15px;
}

.site-social--footer {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 15px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.site-social--footer a {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 10px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 5px;
    color: #d5dcdf;
    font-size: 12px;
    font-weight: 750;
    text-decoration: none;
}

.site-social--footer a:hover {
    border-color: var(--ngp-accent);
    color: #fff;
}

.site-social--footer .ngp-icon {
    width: 17px;
    height: 17px;
}

.site-footer__legal {
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.site-footer__legal .ngp-container {
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    color: #89959b;
    font-size: 12px;
}

.site-footer__withdrawal {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    padding: 5px 12px;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 5px;
    color: #dce3e6;
    font-size: 12px;
    font-weight: 750;
    text-decoration: none;
}

.site-footer__withdrawal:hover {
    border-color: var(--ngp-accent);
    color: #fff;
}

/* Generic content */
.page-shell,
.woocommerce-shell {
    padding: 44px 0 72px;
}

/* The persistent selected-machine bar already separates the header from the
   catalogue, so the shop needs less empty space above its title. */
.woocommerce-shell {
    padding-top: 24px;
}

.page-header {
    margin-bottom: 28px;
}

.page-header h1 {
    margin: 0;
    color: var(--ngp-ink);
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.12;
    letter-spacing: -.04em;
}

.page-header p {
    max-width: 760px;
    margin: 12px 0 0;
    color: var(--ngp-muted);
}

.entry-content {
    color: #34454f;
}

.entry-content > :first-child {
    margin-top: 0;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
    color: var(--ngp-ink);
    line-height: 1.25;
}

.entry-content a {
    color: var(--ngp-accent-hover);
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* WooCommerce catalogue */
.woocommerce .woocommerce-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    margin: 0 0 24px;
    color: #7b878e;
    font-size: 13px;
}

.woocommerce .woocommerce-breadcrumb a {
    color: #4c5b64;
}

.woocommerce .woocommerce-breadcrumb a:hover {
    color: var(--ngp-accent);
}

.woocommerce-breadcrumb__separator {
    display: inline-flex;
    color: #a2aaaf;
}

.woocommerce-breadcrumb__separator .ngp-icon {
    width: 12px;
    height: 12px;
}

.woocommerce-products-header__title.page-title {
    margin: 0 0 27px;
    color: var(--ngp-ink);
    font-size: clamp(30px, 4vw, 42px);
    line-height: 1.1;
    letter-spacing: -.04em;
}

.term-description {
    max-width: 850px;
    margin: -12px 0 28px;
    color: var(--ngp-muted);
}

.ngp-shop-categories {
    margin: 0 0 34px;
    padding: 23px;
    border: 1px solid #e2e6e8;
    border-radius: 9px;
    background: #f8f9f9;
}

.ngp-shop-categories__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 14px;
}

.ngp-shop-categories__head h2 {
    margin: 3px 0 0;
    color: var(--ngp-ink);
    font-size: 20px;
    line-height: 1.2;
}

.ngp-shop-categories__head > span {
    color: var(--ngp-muted);
    font-size: 12px;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
    margin-bottom: 22px;
}

.woocommerce .woocommerce-result-count {
    color: var(--ngp-muted);
    font-size: 13px;
    line-height: 42px;
}

.woocommerce .woocommerce-ordering select {
    min-width: 210px;
    height: 42px;
    padding: 0 36px 0 13px;
    border: 1px solid var(--ngp-line-dark);
    border-radius: 6px;
    background-color: #fff;
    color: #394952;
    font-size: 13px;
    box-shadow: none;
}

.woocommerce ul.products,
.woocommerce-page ul.products,
.ngp-featured-products ul.products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    padding: 0;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
    display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    position: relative;
    float: none;
    width: auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0 0 13px;
    overflow: hidden;
    border: 1px solid var(--ngp-line);
    border-radius: var(--ngp-radius-sm);
    background: #fff;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.woocommerce ul.products li.product:hover {
    border-color: #cbd1d4;
    box-shadow: 0 10px 28px rgba(17, 25, 31, .08);
    transform: translateY(-2px);
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
    min-width: 0;
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 0 13px;
}

.woocommerce ul.products li.product a img {
    width: calc(100% + 26px);
    max-width: none;
    aspect-ratio: 1.14 / 1;
    height: auto;
    margin: 0 -13px 14px;
    padding: 0;
    background: #fff;
    object-fit: contain;
    object-position: center;
    transition: transform .25s ease;
}

/* The branded fallback is artwork rather than a product photo. Let it fill
   the slightly taller desktop card instead of shrinking into white space. */
.woocommerce ul.products li.product a img.woocommerce-placeholder {
    object-fit: cover;
}

.woocommerce ul.products li.product:hover a img {
    transform: scale(1.025);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 38px;
    margin: 0 0 5px;
    padding: 0;
    color: #18242c;
    font-size: 15px;
    font-weight: 760;
    line-height: 1.4;
}

.woocommerce ul.products li.product .ngp-loop-sku {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin: 0 0 5px;
    padding: 3px 6px;
    border-radius: 3px;
    background: #f1f3f4;
    color: #5f6b72;
    font-size: 11px;
    line-height: 1.2;
}

.woocommerce ul.products li.product .ngp-loop-sku svg {
    width: 10px;
    height: 10px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}

.ngp-loop-fitment {
    min-height: 18px;
    margin: 0 0 3px;
    overflow: hidden;
    color: #69747a;
    font-size: 11px;
    line-height: 1.45;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.woocommerce ul.products li.product .price {
    display: block;
    margin: auto 0 9px;
    color: var(--ngp-ink);
}

.ngp-price {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 5px;
}

.ngp-price__gross {
    color: var(--ngp-ink);
    font-size: 20px;
    font-weight: 850;
    line-height: 1.25;
}

.ngp-price__net {
    color: #68737a;
    font-size: 11px;
    font-weight: 520;
}

.woocommerce ul.products li.product .button {
    margin: 0 13px;
    text-align: center;
}

.woocommerce ul.products li.product .button {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px;
    border: 0;
    border-radius: 5px;
    background: var(--ngp-accent);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
    transition: background .18s ease;
}

.woocommerce ul.products li.product .button::before {
    content: "";
    width: 16px;
    height: 16px;
    margin-right: 7px;
    background: no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 4h2l2.2 10.2h9.7l2-7H6'/%3E%3Ccircle cx='9' cy='19' r='1.4'/%3E%3Ccircle cx='17' cy='19' r='1.4'/%3E%3C/svg%3E");
}

.woocommerce ul.products li.product .button:hover {
    background: var(--ngp-accent-hover);
}

.woocommerce ul.products li.product .added_to_cart {
    display: none !important;
}

.woocommerce span.onsale {
    top: 10px;
    left: 10px;
    right: auto;
    min-width: 0;
    min-height: 0;
    padding: 6px 8px;
    border-radius: 4px;
    background: var(--ngp-accent);
    color: #fff;
    font-size: 12px;
    line-height: 1;
}

.woocommerce nav.woocommerce-pagination {
    margin-top: 34px;
}

.woocommerce nav.woocommerce-pagination ul {
    display: inline-flex;
    gap: 5px;
    overflow: visible;
    margin: 0;
    border: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    min-width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid var(--ngp-line);
    border-radius: 5px;
    background: #fff;
    color: var(--ngp-ink);
    font-size: 13px;
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
    border-color: var(--ngp-accent);
    background: var(--ngp-accent);
    color: #fff;
}

/* WooCommerce product page */
.single-product .woocommerce-shell {
    padding-top: 32px;
}

.woocommerce div.product {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(400px, .92fr);
    align-items: start;
    gap: 22px 52px;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
    float: none;
    width: auto;
    margin: 0;
}

.woocommerce div.product div.images {
    padding: 22px;
    border: 1px solid var(--ngp-line);
    border-radius: 9px;
    background: #fff;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image a {
    display: block;
}

.woocommerce div.product div.images img {
    max-height: 580px;
    border-radius: 6px;
    object-fit: contain;
}

.woocommerce div.product div.images .flex-control-thumbs {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
    margin-top: 10px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    float: none;
    width: auto;
}

.woocommerce div.product div.summary {
    padding: 29px;
    border: 1px solid var(--ngp-line);
    border-radius: 9px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(16, 28, 36, .06);
}

.woocommerce div.product .product_title {
    margin: 0 0 14px;
    color: var(--ngp-ink);
    font-size: clamp(28px, 3vw, 39px);
    font-weight: 800;
    line-height: 1.13;
    letter-spacing: -.04em;
}

.woocommerce div.product p.price {
    margin: 0 0 19px;
    color: var(--ngp-ink);
}

.woocommerce div.product p.price .ngp-price__gross {
    font-size: 28px;
}

.woocommerce div.product p.price .ngp-price__net {
    font-size: 13px;
}

.woocommerce-product-details__short-description {
    padding-top: 18px;
    border-top: 1px solid #edf0f2;
    color: #52656f;
    font-size: 15px;
    line-height: 1.7;
}

.woocommerce-product-details__short-description p:last-child {
    margin-bottom: 0;
}

.woocommerce div.product form.cart {
    display: flex;
    align-items: stretch;
    gap: 8px;
    margin: 21px 0;
}

.woocommerce div.product form.cart .quantity {
    display: grid;
    grid-template-columns: 68px auto;
    align-items: stretch;
}

.woocommerce div.product form.cart .quantity .qty {
    width: 68px;
    height: 48px;
    padding: 0 8px;
    border: 1px solid var(--ngp-line-dark);
    border-radius: 6px 0 0 6px;
    background: #fff;
    color: var(--ngp-ink);
    box-shadow: none;
}

.woocommerce div.product form.cart .ngp-quantity-unit {
    min-width: 42px;
    display: grid;
    place-items: center;
    padding: 0 11px;
    border: 1px solid var(--ngp-line-dark);
    border-left: 0;
    border-radius: 0 6px 6px 0;
    background: #f3f5f6;
    color: #42545e;
    font-size: 14px;
    font-weight: 800;
}

.woocommerce div.product form.cart .button,
.woocommerce button.button.alt,
.woocommerce a.button.alt,
.woocommerce input.button.alt {
    min-height: 48px;
    padding: 0 23px;
    border-radius: 6px;
    background: var(--ngp-accent);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
}

.woocommerce div.product form.cart .button:hover,
.woocommerce button.button.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce input.button.alt:hover {
    background: var(--ngp-accent-hover);
    color: #fff;
}

.woocommerce div.product .product_meta {
    padding-top: 15px;
    border-top: 1px solid #edf0f2;
    color: #61717a;
    font-size: 14px;
    line-height: 1.65;
}

.woocommerce div.product .product_meta > span {
    display: block;
    margin: 5px 0;
}

.woocommerce div.product .product_meta a {
    color: var(--ngp-accent-hover);
    font-weight: 750;
    text-decoration: underline;
    text-decoration-color: rgba(204, 69, 0, .35);
    text-underline-offset: 3px;
}

.woocommerce div.product .product_meta a:hover {
    color: var(--ngp-accent);
    text-decoration-color: currentColor;
}

.ngp-product-reassurance {
    display: grid;
    gap: 8px;
    margin-top: 17px;
    padding-top: 17px;
    border-top: 1px solid #edf0f2;
    color: #53656f;
    font-size: 12px;
}

.ngp-product-reassurance span {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ngp-product-reassurance b {
    width: 21px;
    height: 21px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fff0e8;
    color: var(--ngp-accent-hover);
    font-size: 12px;
}

.woocommerce div.product .woocommerce-tabs,
.single-product .ngp-technical-panel,
.single-product .ngp-fitment-panel,
.single-product .up-sells,
.single-product .related,
.single-product .ngp-recommendations {
    grid-column: 1 / -1;
    width: 100%;
    margin: 0;
}

.woocommerce div.product .woocommerce-tabs {
    padding: 25px 28px;
    border: 1px solid var(--ngp-line);
    border-radius: 9px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: 0 0 22px;
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-color: var(--ngp-line);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0 7px 0 0;
    padding: 0 14px;
    border: 0;
    border-radius: 5px 5px 0 0;
    background: #f2f4f5;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: var(--ngp-dark-2);
    color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 10px 0;
    font-size: 13px;
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0;
    color: #455761;
    font-size: 14px;
}

.woocommerce div.product .woocommerce-tabs .panel h2:first-child {
    display: none;
}

.single-product .up-sells > h2,
.single-product .related > h2,
.ngp-recommendations__head h2 {
    margin: 8px 0 15px;
    color: var(--ngp-ink);
    font-size: 24px;
    line-height: 1.25;
}

.single-product .up-sells ul.products,
.single-product .related ul.products {
    width: 100%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-content: stretch;
    gap: 16px;
}

.single-product .up-sells ul.products li.product,
.single-product .related ul.products li.product {
    width: auto;
    max-width: none;
}

.ngp-recommendations__head p {
    margin: -9px 0 17px;
    color: var(--ngp-muted);
    font-size: 13px;
}

/* Core plugin storefront components */
.ngp-global-machine {
    position: relative;
    z-index: 80;
    border-bottom: 1px solid #cfe8d9;
    background: #eef8f2;
    color: #264637;
}

.ngp-global-machine__inner {
    min-height: 58px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.ngp-global-machine__icon {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--ngp-success);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
}

.ngp-global-machine__inner > span:nth-child(2) {
    min-width: 0;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 5px 10px;
    flex: 1;
}

.ngp-global-machine small {
    color: #61766b;
    font-size: 13px;
    font-weight: 750;
    text-transform: uppercase;
}

.ngp-global-machine strong {
    color: #1d3a2b;
    font-size: 18px;
}

.ngp-global-machine em {
    color: #657a70;
    font-size: 15px;
    font-style: normal;
}

.ngp-global-machine a {
    color: #1f6d49;
    font-size: 15px;
    font-weight: 750;
}

.ngp-global-machine__clear {
    color: #75867d;
}

.ngp-finder-card .ngp-machine-bar {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(190px, .85fr);
    align-items: end;
    gap: 18px;
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.ngp-finder-card .ngp-machine-bar__label {
    display: none;
}

.ngp-finder-card .ngp-machine-bar label > span,
.ngp-finder-card .ngp-machine-serial > span {
    min-height: 20px;
    display: flex;
    align-items: center;
    margin: 0 0 6px;
    color: #18252e;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
}

.ngp-finder-card .ngp-machine-bar label > span::before {
    width: 19px;
    height: 19px;
    display: inline-grid;
    place-items: center;
    margin-right: 7px;
    border-radius: 50%;
    background: var(--ngp-dark-2);
    color: #fff;
    font-size: 11px;
}

.ngp-finder-card .ngp-machine-bar label:nth-of-type(1) > span::before { content: "1"; }
.ngp-finder-card .ngp-machine-bar label:nth-of-type(2) > span::before { content: "2"; }
.ngp-finder-card .ngp-machine-bar label:nth-of-type(3) > span::before { content: "3"; }
.ngp-finder-card .ngp-machine-bar label:nth-of-type(4) > span::before { content: "4"; }

.ngp-finder-card .ngp-smart-select__button,
.ngp-finder-card .ngp-machine-serial input {
    height: 52px;
    border-color: #d8dde0;
    border-radius: 5px;
    background: #fff;
    box-shadow: none;
}

.ngp-finder-card .ngp-smart-select__icon {
    width: 34px;
    height: 34px;
    border-radius: 4px;
    background: #f1f3f4;
    color: #26343d;
}

.ngp-finder-card .ngp-smart-select__value {
    font-size: 13px;
}

.ngp-finder-card .ngp-machine-bar__submit {
    height: 52px;
    padding: 0 15px;
    border: 0;
    border-radius: 6px;
    background: var(--ngp-accent);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

.ngp-finder-card .ngp-machine-bar__submit:hover:not(:disabled) {
    background: var(--ngp-accent-hover);
}

.ngp-finder-card .ngp-machine-bar__submit:disabled {
    background: #c8ced1;
    opacity: 1;
}

.ngp-finder-card .ngp-serial-help {
    display: none;
}

.ngp-machine-context {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 0 0 18px;
    padding: 12px 15px;
    border-left: 4px solid var(--ngp-success);
    border-radius: 5px;
    background: #eef8f2;
    color: #355947;
    font-size: 13px;
}

.ngp-machine-context a {
    color: #1b6b45;
    font-weight: 750;
}

.ngp-tech-filters {
    margin-bottom: 22px;
}

.ngp-product-identity {
    margin: 17px 0;
    padding: 16px 0;
    border-block: 1px solid #edf0f2;
}

.ngp-reference-numbers > span {
    display: block;
    margin-bottom: 9px;
    color: #64747c;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.ngp-reference-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.ngp-reference-chips b,
.ngp-reference-chips small {
    padding: 6px 10px;
    border: 1px solid #dce2e5;
    border-radius: 4px;
    background: #f6f7f8;
    color: #263943;
    font-size: 15px;
    font-weight: 750;
    line-height: 1.25;
}

.ngp-technical-panel,
.ngp-fitment-panel {
    overflow: hidden;
    border: 1px solid var(--ngp-line);
    border-radius: 9px;
    background: #fff;
}

.ngp-technical-panel__head,
.ngp-fitment-panel__head {
    padding: 26px 30px;
}

.ngp-technical-panel__head {
    border-bottom: 1px solid var(--ngp-line);
    background: #f7f8f9;
}

.ngp-panel-kicker {
    display: block;
    margin-bottom: 4px;
    color: var(--ngp-accent);
    font-size: 13px;
    font-weight: 850;
    letter-spacing: .08em;
}

.ngp-technical-panel__head h2,
.ngp-fitment-panel__head h2 {
    margin: 0;
    font-size: 25px;
    line-height: 1.25;
}

.ngp-technical-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
}

.ngp-technical-row {
    min-height: 50px;
    display: grid;
    grid-template-columns: minmax(120px, .8fr) 1fr;
    align-items: center;
    gap: 15px;
    padding: 11px 26px;
    border-bottom: 1px solid #edf0f2;
}

.ngp-technical-row:nth-child(odd) {
    border-right: 1px solid #edf0f2;
}

.ngp-technical-row dt {
    color: #6b7880;
    font-size: 12px;
}

.ngp-technical-row dd {
    margin: 0;
    color: var(--ngp-ink);
    font-size: 13px;
    font-weight: 750;
    text-align: right;
}

.ngp-fitment-panel__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    background: var(--ngp-dark-2);
    color: #fff;
}

.ngp-fitment-panel__head p {
    margin: 7px 0 0;
    color: #b9c4c9;
    font-size: 15px;
    line-height: 1.5;
}

.ngp-fitment-count {
    padding: 8px 11px;
    border-radius: 4px;
    background: rgba(255, 255, 255, .1);
    color: #e7ebed;
    font-size: 13px;
    white-space: nowrap;
}

.ngp-fitment-verdict {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    align-items: center;
    gap: 15px;
    margin: 24px 28px 0;
    padding: 17px;
    border: 1px solid #cfe5d8;
    border-radius: 7px;
    background: #f0f8f3;
}

.ngp-fitment-verdict > span {
    width: 37px;
    height: 37px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--ngp-success);
    color: #fff;
    font-weight: 850;
}

.ngp-fitment-verdict small,
.ngp-fitment-verdict strong,
.ngp-fitment-verdict p {
    display: block;
}

.ngp-fitment-verdict small {
    color: #557164;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.ngp-fitment-verdict strong {
    margin-top: 2px;
    font-size: 16px;
}

.ngp-fitment-verdict p {
    margin: 2px 0 0;
    color: #5d7067;
    font-size: 14px;
    line-height: 1.5;
}

.ngp-fitment-verdict.is-mismatch,
.ngp-fitment-verdict.is-unknown {
    border-color: #edd3cf;
    background: #fff5f3;
}

.ngp-fitment-verdict.is-mismatch > span,
.ngp-fitment-verdict.is-unknown > span {
    background: var(--ngp-danger);
}

.ngp-fitment-verdict.is-serial-needed {
    border-color: #ecdcbf;
    background: #fff9ef;
}

.ngp-fitment-verdict.is-serial-needed > span {
    background: var(--ngp-warning);
}

.ngp-fitment-search {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 24px 28px 0;
    padding: 0 14px;
    border: 1px solid var(--ngp-line-dark);
    border-radius: 6px;
    color: #7a878e;
}

.ngp-fitment-search input {
    width: 100%;
    height: 48px;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--ngp-ink);
    font-size: 15px;
}

.ngp-fitment-groups {
    display: grid;
    gap: 10px;
    padding: 24px 28px;
}

.ngp-fitment-group {
    overflow: hidden;
    border: 1px solid var(--ngp-line);
    border-radius: 6px;
}

.ngp-fitment-group__title {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) auto;
    align-items: center;
    gap: 13px;
    padding: 13px 15px;
    background: #f6f7f8;
    cursor: pointer;
    list-style: none;
}

.ngp-fitment-group__title::-webkit-details-marker {
    display: none;
}

.ngp-machine-icon {
    width: 50px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 5px;
    background: #fff;
    color: #344650;
}

.ngp-machine-icon svg {
    width: 46px;
    height: 32px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.55;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ngp-machine-icon .ngp-machine-svg__accent {
    stroke: var(--ngp-accent);
}

.ngp-machine-icon .ngp-machine-svg__window {
    fill: #e7f0f4;
}

.ngp-machine-icon .ngp-machine-svg__wheel,
.ngp-machine-icon .ngp-machine-svg__track,
.ngp-machine-icon .ngp-machine-svg__drum {
    fill: #f4f6f7;
}

.ngp-fitment-group__title strong,
.ngp-fitment-group__title small {
    display: block;
}

.ngp-fitment-group__title strong {
    font-size: 15px;
}

.ngp-fitment-group__title small {
    margin-top: 1px;
    color: var(--ngp-muted);
    font-size: 13px;
}

.ngp-fitment-group__title b {
    min-width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    padding: 0 5px;
    border-radius: 999px;
    background: #e7eaec;
    color: #57656d;
    font-size: 13px;
}

.ngp-fitment-models {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    background: var(--ngp-line);
}

.ngp-fitment-model {
    min-width: 0;
    padding: 13px 15px;
    background: #fff;
}

.ngp-fitment-model__link {
    display: block;
    overflow: hidden;
    color: var(--ngp-ink);
    font-size: 14px;
    font-weight: 750;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ngp-fitment-model > span,
.ngp-fitment-model > small {
    display: block;
    margin-top: 2px;
    color: var(--ngp-muted);
    font-size: 12px;
    line-height: 1.4;
}

.ngp-fitment-note {
    margin: 0;
    padding: 0 28px 25px;
    color: var(--ngp-muted);
    font-size: 14px;
    line-height: 1.55;
}

/* Forms, cart, checkout and account */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce .select2-container .select2-selection--single {
    min-height: 44px;
    padding: 9px 11px;
    border: 1px solid var(--ngp-line-dark);
    border-radius: 5px;
    background: #fff;
    color: var(--ngp-ink);
    box-shadow: none;
}

.woocommerce .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 24px;
}

.woocommerce table.shop_table {
    overflow: hidden;
    border: 1px solid var(--ngp-line);
    border-radius: 7px;
    font-size: 14px;
}

.woocommerce table.shop_table th {
    background: #f5f6f7;
}

.woocommerce .cart_totals,
.woocommerce-checkout-review-order,
.woocommerce-account .woocommerce-MyAccount-content {
    padding: 22px;
    border: 1px solid var(--ngp-line);
    border-radius: 7px;
    background: #fff;
}

.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
    border-top-color: var(--ngp-accent);
    background: #f7f8f8;
    color: var(--ngp-ink);
    font-size: 14px;
}

.woocommerce-info::before,
.woocommerce-message::before {
    color: var(--ngp-accent);
}

/* Modern WooCommerce success feedback. */
.woocommerce-message {
    min-height: 66px;
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 18px 0 24px;
    padding: 15px 18px 15px 58px !important;
    border: 1px solid #cce5d5;
    border-left: 4px solid var(--ngp-success);
    border-radius: 10px;
    background: #f2faf5;
    color: #183b27;
    box-shadow: 0 10px 28px rgba(19, 32, 41, .08);
    font-size: 15px;
    font-weight: 650;
    line-height: 1.5;
}

.woocommerce-message::before {
    content: "✓";
    top: 50%;
    left: 18px;
    width: 26px;
    height: 26px;
    display: grid;
    place-items: center;
    transform: translateY(-50%);
    border-radius: 50%;
    background: var(--ngp-success);
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
}

.woocommerce-message .button,
.woocommerce-message a.button {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    float: none;
    flex: 0 0 auto;
    margin: 0 0 0 auto;
    padding: 8px 15px;
    border: 1px solid #b9d9c5;
    border-radius: 6px;
    background: #fff;
    color: #12693c;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.woocommerce-message .button:hover,
.woocommerce-message a.button:hover {
    border-color: var(--ngp-success);
    background: #e6f6ec;
    color: #0e5d34;
}

.ngp-cart-message__text {
    min-width: 0;
    display: block;
}

.ngp-cart-message__text strong,
.ngp-cart-message__text span {
    display: block;
}

.ngp-cart-message__text strong {
    color: #12693c;
    font-size: 13px;
    font-weight: 850;
    letter-spacing: .035em;
    text-transform: uppercase;
}

.ngp-cart-message__text span {
    margin-top: 1px;
    color: var(--ngp-ink);
    font-size: 15px;
}

.wc-block-components-notice-banner.ngp-minimum-order-notice {
    border-color: #efc98e !important;
    background: #fff8eb !important;
    color: #634200 !important;
    box-shadow: 0 8px 22px rgba(99, 66, 0, .07);
}

.wc-block-components-notice-banner.ngp-minimum-order-notice > svg {
    fill: #c77b00 !important;
}

.ngp-cart-toast {
    position: fixed;
    z-index: 10020;
    right: 24px;
    bottom: 24px;
    width: min(390px, calc(100vw - 32px));
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) 30px;
    gap: 12px;
    align-items: start;
    padding: 16px;
    border: 1px solid #d7e5dc;
    border-radius: 11px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(13, 28, 38, .22);
    color: var(--ngp-ink);
    opacity: 0;
    transform: translateY(14px);
    transition: opacity .2s ease, transform .2s ease;
}

.ngp-cart-toast.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.ngp-cart-toast__icon {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #e7f6ec;
    color: var(--ngp-success);
    font-size: 19px;
    font-weight: 900;
}

.ngp-cart-toast__body strong,
.ngp-cart-toast__body span {
    display: block;
}

.ngp-cart-toast__body strong {
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: 850;
}

.ngp-cart-toast__body span {
    overflow: hidden;
    color: #40545e;
    font-size: 13px;
    line-height: 1.45;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ngp-cart-toast__body a {
    display: inline-flex;
    margin-top: 8px;
    color: var(--ngp-accent-hover);
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
}

.ngp-cart-toast__close {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 5px;
    background: transparent;
    color: #60717a;
    cursor: pointer;
    font-size: 21px;
    line-height: 1;
}

.ngp-cart-toast__close:hover {
    background: #f1f4f5;
    color: var(--ngp-ink);
}

@media (max-width: 640px) {
    .woocommerce-message {
        align-items: flex-start;
        flex-direction: column;
        gap: 11px;
        padding-right: 15px !important;
    }

    .woocommerce-message .button,
    .woocommerce-message a.button {
        width: 100%;
        margin-left: 0;
    }

    .ngp-cart-toast {
        right: 16px;
        bottom: 16px;
    }
}

/* Account, cart and checkout page identity */
.woocommerce-account .page-header--commerce,
.woocommerce-cart .page-header--commerce,
.woocommerce-checkout .page-header--commerce {
    position: relative;
    isolation: isolate;
    min-height: 154px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 30px 34px;
    border-radius: 11px;
    background-color: var(--ngp-dark-2);
    background-image:
        radial-gradient(circle at 88% 30%, rgba(255, 90, 10, .18), transparent 24%),
        linear-gradient(135deg, transparent 72%, rgba(255, 255, 255, .035) 72%);
    box-shadow: 0 16px 38px rgba(14, 25, 33, .12);
}

.woocommerce-account .page-header--commerce::after,
.woocommerce-cart .page-header--commerce::after,
.woocommerce-checkout .page-header--commerce::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
    right: 48px;
    width: 155px;
    height: 155px;
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 50%;
    box-shadow: 0 0 0 25px rgba(255, 255, 255, .025), 0 0 0 52px rgba(255, 255, 255, .018);
    transform: translateY(-50%);
}

.page-header--commerce .ngp-page-kicker {
    margin-bottom: 6px;
    color: var(--ngp-accent);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .09em;
}

.page-header--commerce h1 {
    color: #fff;
    font-size: clamp(32px, 4vw, 42px);
}

.page-header--commerce p {
    position: relative;
    z-index: 1;
    margin-top: 9px;
    color: #c7d0d4;
    font-size: 15px;
}

/* My account: logged-in dashboard */
body.logged-in.woocommerce-account .entry-content > .woocommerce {
    display: grid;
    grid-template-columns: 278px minmax(0, 1fr);
    grid-template-areas:
        "account-notices account-notices"
        "account-navigation account-content";
    align-items: start;
    column-gap: 28px;
    row-gap: 0;
}

body.logged-in.woocommerce-account .woocommerce-notices-wrapper {
    grid-area: account-notices;
    grid-column: 1 / -1;
}

body.logged-in.woocommerce-account .woocommerce-notices-wrapper:not(:empty) {
    margin-bottom: 24px;
}

body.logged-in.woocommerce-account .woocommerce-MyAccount-navigation {
    grid-area: account-navigation;
}

body.logged-in.woocommerce-account .woocommerce-MyAccount-content {
    grid-area: account-content;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%;
    margin: 0;
    padding: 12px;
    border: 1px solid var(--ngp-line);
    border-radius: 10px;
    background: #fff;
    box-shadow: var(--ngp-shadow-sm);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
    margin: 2px 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
    position: relative;
    min-height: 52px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 13px;
    border-radius: 6px;
    color: #43545e;
    font-size: 15px;
    font-weight: 720;
    text-decoration: none;
    transition: background .18s ease, color .18s ease, transform .18s ease;
}

.woocommerce-account .woocommerce-MyAccount-navigation a::before {
    content: "";
    width: 21px;
    height: 21px;
    flex: 0 0 21px;
    background: currentColor;
    -webkit-mask: var(--ngp-account-icon) center / contain no-repeat;
    mask: var(--ngp-account-icon) center / contain no-repeat;
}

.woocommerce-MyAccount-navigation-link--dashboard {
    --ngp-account-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 13a8 8 0 0 1 16 0v7H4z'/%3E%3Cpath d='m12 13 4-4'/%3E%3Ccircle cx='12' cy='13' r='1'/%3E%3C/svg%3E");
}

.woocommerce-MyAccount-navigation-link--orders {
    --ngp-account-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 3h12l2 5-2 13H6L4 8z'/%3E%3Cpath d='M4 8h16M9 12h6'/%3E%3C/svg%3E");
}

.woocommerce-MyAccount-navigation-link--downloads {
    --ngp-account-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v12m-5-5 5 5 5-5M5 21h14'/%3E%3C/svg%3E");
}

.woocommerce-MyAccount-navigation-link--edit-address {
    --ngp-account-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 5-8 11-8 11S4 15 4 10a8 8 0 1 1 16 0z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E");
}

.woocommerce-MyAccount-navigation-link--edit-account {
    --ngp-account-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4 21a8 8 0 0 1 16 0'/%3E%3C/svg%3E");
}

.woocommerce-MyAccount-navigation-link--customer-logout {
    --ngp-account-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 4H4v16h6M14 8l4 4-4 4M8 12h10'/%3E%3C/svg%3E");
}

.woocommerce-account .woocommerce-MyAccount-navigation li:not(.is-active) a:hover {
    background: #f2f4f5;
    color: var(--ngp-ink);
    transform: translateX(2px);
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
    background: var(--ngp-dark-2);
    color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a::after {
    content: "";
    position: absolute;
    inset: 10px auto 10px 0;
    width: 3px;
    border-radius: 0 3px 3px 0;
    background: var(--ngp-accent);
}

.woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout {
    margin-top: 9px;
    padding-top: 9px;
    border-top: 1px solid #edf0f2;
}

.woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout a {
    color: #a53932;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
    min-width: 0;
    padding: 30px;
    border: 1px solid var(--ngp-line);
    border-radius: 10px;
    background: #fff;
    color: #475a64;
    box-shadow: var(--ngp-shadow-sm);
    font-size: 16px;
    line-height: 1.75;
}

.woocommerce-account .woocommerce-MyAccount-content > :first-child {
    margin-top: 0;
}

.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3 {
    margin-top: 0;
    color: var(--ngp-ink);
    font-size: 24px;
}

.woocommerce-account .woocommerce-MyAccount-content p {
    font-size: 16px;
}

.woocommerce-account .woocommerce-MyAccount-content a:not(.button) {
    color: var(--ngp-accent-hover);
    font-weight: 700;
    text-underline-offset: 3px;
}

.woocommerce-account .woocommerce-MyAccount-content mark {
    padding: 2px 5px;
    border-radius: 3px;
    background: #fff0e8;
    color: var(--ngp-ink);
    font-weight: 750;
}

.woocommerce-account .woocommerce-MyAccount-content table.shop_table {
    margin-bottom: 0;
    font-size: 14px;
}

.woocommerce-account .woocommerce-MyAccount-content table.shop_table th,
.woocommerce-account .woocommerce-MyAccount-content table.shop_table td {
    padding: 14px 15px;
}

.woocommerce-account .woocommerce-Addresses,
.woocommerce-account .u-columns.woocommerce-Addresses {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.woocommerce-account .woocommerce-Addresses .woocommerce-Address {
    float: none;
    width: auto;
    margin: 0;
    padding: 20px;
    border: 1px solid var(--ngp-line);
    border-radius: 8px;
    background: #f8f9f9;
}

.woocommerce-account .woocommerce-Address-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.woocommerce-account .woocommerce-Address-title h3,
.woocommerce-account .woocommerce-Address-title a {
    float: none;
    margin: 0;
}

.woocommerce-account address {
    margin-top: 12px;
    color: #53666f;
    font-style: normal;
    font-size: 14px;
    line-height: 1.7;
}

/* My account: login and registration */
body:not(.logged-in).woocommerce-account .entry-content > .woocommerce {
    display: block;
}

.woocommerce-account .u-columns.col2-set {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.woocommerce-account .u-columns.col2-set::before,
.woocommerce-account .u-columns.col2-set::after {
    content: none;
}

.woocommerce-account .u-columns.col2-set > .u-column1,
.woocommerce-account .u-columns.col2-set > .u-column2 {
    float: none;
    width: auto;
    padding: 28px;
    border: 1px solid var(--ngp-line);
    border-radius: 10px;
    background: #fff;
    box-shadow: var(--ngp-shadow-sm);
}

.woocommerce-account .u-columns.col2-set > div > h2 {
    margin: 0 0 20px;
    color: var(--ngp-ink);
    font-size: 25px;
}

.woocommerce-account form.woocommerce-form-login,
.woocommerce-account form.woocommerce-form-register,
.woocommerce-account form.woocommerce-EditAccountForm,
.woocommerce-account form.woocommerce-address-fields {
    margin: 0;
    padding: 0;
    border: 0;
}

.woocommerce-account form .form-row {
    margin-bottom: 16px;
}

.woocommerce-account form .form-row label {
    display: block;
    margin-bottom: 6px;
    color: #364851;
    font-size: 14px;
    font-weight: 750;
}

.woocommerce-account form .form-row input.input-text,
.woocommerce-account form .form-row select {
    width: 100%;
    min-height: 50px;
    padding-inline: 14px;
    font-size: 15px;
}

.woocommerce-account .woocommerce-form-login__rememberme {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-right: 12px;
    font-size: 14px;
}

.woocommerce-account .woocommerce-LostPassword {
    margin: 12px 0 0;
    font-size: 14px;
}

.woocommerce-account .woocommerce-privacy-policy-text {
    color: var(--ngp-muted);
    font-size: 13px;
    line-height: 1.6;
}

/* Shared account and cart controls */
.woocommerce-account .button,
.woocommerce-cart .button,
.woocommerce-cart a.button,
.woocommerce-account a.button {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 19px;
    border: 0;
    border-radius: 6px;
    background: var(--ngp-dark-2);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.25;
    text-decoration: none;
}

.woocommerce-account .button:hover,
.woocommerce-cart .button:hover,
.woocommerce-cart a.button:hover,
.woocommerce-account a.button:hover {
    background: var(--ngp-accent);
    color: #fff;
}

/* Classic WooCommerce cart */
.woocommerce-cart .entry-content > .woocommerce {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    align-items: start;
    gap: 28px;
}

.woocommerce-cart .woocommerce-notices-wrapper,
.woocommerce-cart .woocommerce-error,
.woocommerce-cart .woocommerce-message,
.woocommerce-cart .woocommerce-info {
    grid-column: 1 / -1;
}

.woocommerce-cart .woocommerce-cart-form {
    min-width: 0;
    grid-column: 1;
}

.woocommerce-cart .woocommerce-cart-form table.shop_table {
    margin: 0;
    border-radius: 10px;
    background: #fff;
    box-shadow: var(--ngp-shadow-sm);
    font-size: 15px;
}

.woocommerce-cart .woocommerce-cart-form table.shop_table thead th {
    padding: 15px 16px;
    color: #5f6f78;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .055em;
    text-transform: uppercase;
}

.woocommerce-cart .woocommerce-cart-form table.shop_table td {
    padding: 18px 16px;
    border-top-color: #e8ecee;
    vertical-align: middle;
}

.woocommerce-cart table.cart .product-thumbnail {
    width: 112px;
}

.woocommerce-cart table.cart img {
    width: 92px;
    height: 76px;
    border: 1px solid #edf0f2;
    border-radius: 6px;
    background: #fff;
    object-fit: contain;
}

.woocommerce-cart table.cart .product-name a {
    color: var(--ngp-ink);
    font-size: 16px;
    font-weight: 780;
    line-height: 1.4;
    text-decoration: none;
}

.woocommerce-cart table.cart .product-name a:hover {
    color: var(--ngp-accent-hover);
}

.woocommerce-cart table.cart .product-price,
.woocommerce-cart table.cart .product-subtotal {
    color: #263740;
    font-size: 15px;
    font-weight: 750;
    white-space: nowrap;
}

.woocommerce-cart table.cart .quantity .qty {
    width: 72px;
    height: 46px;
    padding: 0 8px;
    border: 1px solid var(--ngp-line-dark);
    border-radius: 5px;
    color: var(--ngp-ink);
    font-size: 15px;
    box-shadow: none;
}

.woocommerce-cart table.cart .product-remove a.remove {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 1px solid #ead8d5;
    border-radius: 50%;
    background: #fff8f7;
    color: #b63c32;
    font-size: 21px;
    font-weight: 500;
    text-decoration: none;
}

.woocommerce-cart table.cart .product-remove a.remove:hover {
    border-color: #b63c32;
    background: #b63c32;
    color: #fff;
}

.woocommerce-cart table.cart td.actions {
    padding: 16px;
    background: #f7f8f8;
}

.woocommerce-cart table.cart td.actions .coupon {
    display: flex;
    gap: 8px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 210px;
    min-height: 46px;
    padding: 0 13px;
    border: 1px solid var(--ngp-line-dark);
    border-radius: 6px;
    background: #fff;
    color: var(--ngp-ink);
    font-size: 14px;
}

.woocommerce-cart .cart-collaterals {
    width: 100%;
    grid-column: 2;
}

.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-cart .cart-collaterals .cross-sells {
    float: none;
    width: 100%;
}

.woocommerce-cart .cart_totals {
    overflow: hidden;
    padding: 0 25px 25px;
    border-radius: 10px;
    box-shadow: 0 16px 36px rgba(16, 28, 36, .1);
}

.woocommerce-cart .cart_totals > h2 {
    margin: 0 -25px 18px;
    padding: 21px 25px;
    background: var(--ngp-dark-2);
    color: #fff;
    font-size: 22px;
}

.woocommerce-cart .cart_totals table.shop_table {
    margin: 0 0 18px;
    border: 0;
    border-radius: 0;
    font-size: 14px;
}

.woocommerce-cart .cart_totals table.shop_table th,
.woocommerce-cart .cart_totals table.shop_table td {
    padding: 14px 4px;
    border-top: 1px solid #e9edef;
    background: transparent;
}

.woocommerce-cart .cart_totals table.shop_table th {
    width: 42%;
    color: #53656f;
    font-weight: 700;
}

.woocommerce-cart .cart_totals .order-total th,
.woocommerce-cart .cart_totals .order-total td {
    color: var(--ngp-ink);
    font-size: 17px;
}

.woocommerce-cart .wc-proceed-to-checkout {
    padding: 0;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    min-height: 54px;
    margin: 0;
    padding: 13px 18px;
    border-radius: 6px;
    background: var(--ngp-accent);
    color: #fff;
    font-size: 15px;
    font-weight: 850;
    text-decoration: none;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background: var(--ngp-accent-hover);
}

.woocommerce-cart .cross-sells {
    margin-bottom: 20px;
}

.woocommerce-cart .cross-sells > h2 {
    font-size: 20px;
}

.woocommerce-cart .cart-empty {
    margin-bottom: 18px;
    padding: 28px;
    border: 1px solid var(--ngp-line);
    border-radius: 9px;
    background: #f8f9f9;
    font-size: 17px;
    text-align: center;
}

/* WooCommerce cart block */
.woocommerce-cart .wc-block-cart {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 400px;
    align-items: flex-start;
    gap: 24px;
    font-size: 16px;
}

.woocommerce-cart .wc-block-cart__main,
.woocommerce-cart .wc-block-cart__sidebar {
    width: 100%;
    max-width: none;
    min-width: 0;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid var(--ngp-line);
    border-radius: 10px;
    background: #fff;
    box-shadow: var(--ngp-shadow-sm);
}

.woocommerce-cart .wc-block-cart__main {
    align-self: start;
    min-height: 0;
    padding: 10px 22px 22px;
}

.woocommerce-cart .wc-block-cart__sidebar {
    align-self: start;
    padding: 22px;
}

.woocommerce-cart .wc-block-cart-items th,
.woocommerce-cart .wc-block-cart-items td {
    padding-top: 25px;
    padding-bottom: 25px;
}

.woocommerce-cart .wc-block-cart-items thead th {
    color: #52636c;
    font-size: 13px;
    font-weight: 850;
    letter-spacing: .04em;
}

.woocommerce-cart .wc-block-cart-item__image {
    width: 150px;
}

.woocommerce-cart .wc-block-cart-item__image img {
    width: 100%;
    max-height: 122px;
    border-radius: 6px;
    object-fit: contain;
}

.woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
    width: 150px;
    max-width: 150px;
    padding-right: 20px;
}

.woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
    width: 100%;
    max-height: 122px;
    object-fit: contain;
}

.woocommerce-cart .wc-block-components-product-name {
    color: var(--ngp-ink);
    font-size: 19px;
    font-weight: 850;
    line-height: 1.35;
    text-decoration: none;
}

.woocommerce-cart .wc-block-cart-item__wrap {
    min-width: 0;
    display: block;
}

.woocommerce-cart .wc-block-cart-item__wrap > .wc-block-cart-item__total {
    display: none;
}

.woocommerce-cart .wc-block-cart-item__prices {
    margin-top: 4px;
}

.woocommerce-cart .wc-block-components-product-price,
.woocommerce-cart .wc-block-components-product-badge,
.woocommerce-cart .wc-block-components-quantity-selector input {
    font-size: 17px;
}

.woocommerce-cart .wc-block-components-product-metadata,
.woocommerce-cart .wc-block-cart-item__prices,
.woocommerce-cart .wc-block-cart-item__total-price-and-sale-badge-wrapper {
    color: #596b74;
    font-size: 15px;
    line-height: 1.6;
}

.woocommerce-cart .wc-block-components-product-metadata p,
.woocommerce-cart .wc-block-components-product-metadata span,
.woocommerce-cart .wc-block-components-product-details__name,
.woocommerce-cart .wc-block-components-product-details__value {
    font-size: 14px;
    line-height: 1.55;
}

.woocommerce-cart .wc-block-components-product-metadata {
    margin-top: 2px;
    color: #41545f;
    font-weight: 650;
}

.woocommerce-cart .wc-block-components-product-metadata::before {
    content: "Cikkszámok:";
    display: block;
    margin-bottom: 1px;
    color: #7a878e;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .055em;
    text-transform: uppercase;
}

.woocommerce-cart .wc-block-components-quantity-selector {
    width: 136px !important;
    min-width: 136px !important;
    max-width: 136px !important;
    min-height: 48px;
    display: inline-grid !important;
    grid-template-columns: 42px 50px 42px !important;
    align-items: stretch;
    gap: 0 !important;
    overflow: visible !important;
    padding: 0 !important;
    border: 1px solid #cbd4d8;
    border-radius: 6px;
    background: #fff;
}

.woocommerce-cart .wc-block-components-quantity-selector button,
.woocommerce-cart .wc-block-components-quantity-selector input {
    box-sizing: border-box !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 46px !important;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #2d424d;
    text-align: center;
}

.woocommerce-cart .wc-block-components-quantity-selector button:hover {
    background: #f1f4f5;
}

.woocommerce-cart .wc-block-components-quantity-selector__button--minus,
.woocommerce-cart .wc-block-components-quantity-selector__button--plus {
    position: relative !important;
    z-index: 2;
    width: 42px !important;
    min-width: 42px !important;
    height: 46px !important;
    display: grid !important;
    place-items: center !important;
    overflow: visible !important;
    color: transparent !important;
    font-size: 0 !important;
    opacity: 1 !important;
}

.woocommerce-cart .wc-block-components-quantity-selector__button--minus::before,
.woocommerce-cart .wc-block-components-quantity-selector__button--plus::before {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: #1d3440;
    z-index: 3;
    font-family: Arial, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
}

.woocommerce-cart .wc-block-components-quantity-selector__button--minus::before {
    content: "−";
}

.woocommerce-cart .wc-block-components-quantity-selector__button--plus::before {
    content: "\002B";
}

.woocommerce-cart .wc-block-components-quantity-selector__button--minus::after,
.woocommerce-cart .wc-block-components-quantity-selector__button--plus::after {
    content: none !important;
    display: none !important;
}

.woocommerce-cart .wc-block-components-quantity-selector__button--minus:disabled::before,
.woocommerce-cart .wc-block-components-quantity-selector__button--plus:disabled::before {
    color: #aab4b9;
}

.woocommerce-cart .wc-block-cart-item__quantity {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-top: 8px;
}

.woocommerce-cart .wc-block-cart-item__quantity .wc-block-components-quantity-selector {
    margin: 0;
}

.woocommerce-cart .wc-block-cart-item__remove-link {
    width: 42px;
    min-width: 42px;
    height: 42px;
    display: inline-grid;
    place-items: center;
    margin: 0;
    padding: 0;
    border: 1px solid #d7dee2;
    border-radius: 6px;
    background: #fff;
    color: #40535d;
    font-size: 0;
    text-decoration: none;
}

.woocommerce-cart .wc-block-cart-item__remove-link::before {
    content: "";
    width: 18px;
    height: 18px;
    background: no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2340535d' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7h16M9 7V4h6v3M7 7l1 13h8l1-13M10 11v5M14 11v5'/%3E%3C/svg%3E");
}

.woocommerce-cart .wc-block-cart-item__remove-link:hover {
    border-color: #efb7a0;
    background: #fff4ef;
}

.woocommerce-cart .wc-block-cart-item__total .wc-block-formatted-money-amount {
    color: var(--ngp-ink);
    font-size: 18px;
    font-weight: 780;
}

.woocommerce-cart .wc-block-components-totals-wrapper {
    padding: 17px 0;
}

.woocommerce-cart .wc-block-cart__totals-title,
.woocommerce-cart .wc-block-components-totals-item__label,
.woocommerce-cart .wc-block-components-totals-item__value {
    font-size: 15px;
}

.woocommerce-cart .wc-block-components-totals-item {
    gap: 18px;
}

.woocommerce-cart .wc-block-components-totals-item__value {
    margin-left: auto;
    white-space: nowrap;
}

.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    color: var(--ngp-ink);
    font-size: 21px;
    font-weight: 780;
}

.woocommerce-cart .wc-block-cart__submit-button {
    min-height: 54px;
    border-radius: 6px;
    background: var(--ngp-accent);
    color: #fff;
    font-size: 15px;
    font-weight: 850;
    text-decoration: none;
}

/* WooCommerce Checkout Block and classic checkout */
.woocommerce-checkout .entry-content {
    color: #42555f;
}

.woocommerce-checkout .wc-block-checkout {
    font-size: 16px;
}

.woocommerce-checkout .wc-block-components-sidebar-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 400px;
    align-items: start;
    gap: 28px;
}

.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main,
.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar {
    width: 100%;
    box-sizing: border-box;
}

.woocommerce-checkout .wc-block-checkout__main,
.woocommerce-checkout .wc-block-checkout__sidebar {
    align-self: start;
    margin: 0;
    border: 1px solid var(--ngp-line);
    border-radius: 10px;
    background: #fff;
    box-shadow: var(--ngp-shadow-sm);
}

.woocommerce-checkout .wc-block-checkout__main {
    padding: 28px 30px;
}

.woocommerce-checkout .wc-block-checkout__sidebar {
    position: sticky;
    top: 24px;
    overflow: hidden;
    padding: 8px 24px 24px;
}

.woocommerce-checkout .wc-block-components-checkout-step {
    margin: 0 0 26px;
    padding: 0 0 26px;
    border-bottom: 1px solid #e7ebed;
}

.woocommerce-checkout .wc-block-components-checkout-step:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.woocommerce-checkout .wc-block-components-checkout-step__heading {
    margin-bottom: 16px;
}

.woocommerce-checkout .wc-block-components-checkout-step__heading h2,
.woocommerce-checkout .wc-block-components-checkout-step__heading h3,
.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-title,
.woocommerce-checkout .wc-block-checkout__sidebar h2 {
    margin: 0;
    color: var(--ngp-ink);
    font-size: 22px;
    font-weight: 780;
    line-height: 1.25;
    letter-spacing: -.02em;
}

.woocommerce-checkout .wc-block-components-checkout-step__description,
.woocommerce-checkout .wc-block-components-checkout-step__container,
.woocommerce-checkout .wc-block-checkout__add-note,
.woocommerce-checkout .wc-block-checkout__terms {
    font-size: 15px;
    line-height: 1.65;
}

.woocommerce-checkout .wc-block-checkout__terms a,
.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button + a {
    color: var(--ngp-accent-hover);
    font-weight: 750;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.woocommerce-checkout .wc-block-components-text-input input,
.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input,
.woocommerce-checkout .wc-block-components-address-form select {
    min-height: 54px;
    border-color: #aeb9bf;
    border-radius: 6px;
    color: var(--ngp-ink);
    font-size: 16px;
    box-shadow: none;
}

.woocommerce-checkout .wc-block-components-text-input label,
.woocommerce-checkout .wc-block-components-combobox label,
.woocommerce-checkout .wc-block-components-checkbox__label,
.woocommerce-checkout .wc-block-components-radio-control__label {
    color: #40535d;
    font-size: 15px;
}

.woocommerce-checkout .wc-block-components-text-input input:focus,
.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input:focus {
    border-color: var(--ngp-accent);
    box-shadow: 0 0 0 2px rgba(255, 90, 10, .14);
}

.woocommerce-checkout .wc-block-components-order-summary {
    border: 0;
}

.woocommerce-checkout .wc-block-components-order-summary-item {
    padding: 18px 0;
}

.woocommerce-checkout .wc-block-components-order-summary-item__image {
    width: 72px;
}

.woocommerce-checkout .wc-block-components-order-summary-item__description,
.woocommerce-checkout .wc-block-components-order-summary-item__total-price {
    font-size: 14px;
    line-height: 1.5;
}

.woocommerce-checkout .wc-block-components-order-summary-item__description .wc-block-components-product-name {
    color: var(--ngp-ink);
    font-size: 15px;
    font-weight: 760;
}

.woocommerce-checkout .wc-block-components-totals-wrapper {
    padding: 17px 0;
}

.woocommerce-checkout .wc-block-components-totals-item__label,
.woocommerce-checkout .wc-block-components-totals-item__value {
    font-size: 15px;
}

.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    color: var(--ngp-ink);
    font-size: 21px;
    font-weight: 780;
}

.woocommerce-checkout .wc-block-components-notice-banner {
    padding: 15px 17px;
    border-radius: 7px;
    font-size: 15px;
    line-height: 1.55;
}

.woocommerce-checkout .wc-block-checkout__actions_row {
    padding-top: 20px;
    border-top: 1px solid #e7ebed;
}

.woocommerce-checkout .wc-block-components-checkout-place-order-button {
    min-height: 56px;
    border: 0;
    border-radius: 6px;
    background: var(--ngp-accent);
    color: #fff;
    font-size: 16px;
    font-weight: 850;
}

.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover {
    background: var(--ngp-accent-hover);
}

.woocommerce-checkout .wc-block-components-checkout-place-order-button:disabled,
.woocommerce-checkout .wc-block-components-checkout-place-order-button[aria-disabled="true"] {
    background: #aeb8bd;
    color: #fff;
    cursor: not-allowed;
    opacity: 1;
}

.woocommerce-checkout form.checkout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 400px;
    align-items: start;
    gap: 28px;
}

.woocommerce-checkout form.checkout #customer_details,
.woocommerce-checkout form.checkout #order_review,
.woocommerce-checkout form.checkout #order_review_heading {
    float: none;
    width: 100%;
}

.woocommerce-checkout form.checkout #customer_details {
    grid-column: 1;
    grid-row: 1 / span 2;
    padding: 28px 30px;
    border: 1px solid var(--ngp-line);
    border-radius: 10px;
    background: #fff;
    box-shadow: var(--ngp-shadow-sm);
}

.woocommerce-checkout form.checkout #order_review_heading {
    grid-column: 2;
    margin: 0;
    padding: 22px 24px 0;
    border: 1px solid var(--ngp-line);
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
    background: #fff;
    font-size: 22px;
}

.woocommerce-checkout form.checkout #order_review {
    grid-column: 2;
    padding: 18px 24px 24px;
    border-radius: 0 0 10px 10px;
    font-size: 15px;
}

.woocommerce-checkout form.checkout .form-row label {
    margin-bottom: 7px;
    color: #40535d;
    font-size: 15px;
    font-weight: 720;
}

.woocommerce-checkout form.checkout .form-row input.input-text,
.woocommerce-checkout form.checkout .form-row textarea,
.woocommerce-checkout form.checkout .form-row select {
    min-height: 52px;
    font-size: 16px;
}

.woocommerce-checkout #payment {
    border-radius: 8px;
    background: #f6f8f8;
    font-size: 15px;
}

.woocommerce-checkout #place_order {
    width: 100%;
    min-height: 56px;
    border: 0;
    border-radius: 6px;
    background: var(--ngp-accent);
    color: #fff;
    font-size: 16px;
    font-weight: 850;
}

.woocommerce-checkout #place_order:hover {
    background: var(--ngp-accent-hover);
}

.woocommerce-checkout #place_order:disabled {
    background: #aeb8bd;
    cursor: not-allowed;
    opacity: 1;
}

@media (max-width: 1000px) {
    .woocommerce-cart .entry-content > .woocommerce {
        grid-template-columns: 1fr;
    }

    .woocommerce-cart .woocommerce-cart-form,
    .woocommerce-cart .cart-collaterals {
        grid-column: 1;
    }

    .woocommerce-cart .cart-collaterals {
        max-width: none;
    }

    .woocommerce-checkout .wc-block-components-sidebar-layout,
    .woocommerce-checkout form.checkout {
        grid-template-columns: minmax(0, 1fr) 350px;
        gap: 20px;
    }
}

@media (max-width: 900px) {
    body.logged-in.woocommerce-account .entry-content > .woocommerce {
        grid-template-columns: 1fr;
        grid-template-areas:
            "account-notices"
            "account-navigation"
            "account-content";
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation li,
    .woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout {
        margin: 0;
        padding: 0;
        border: 0;
    }

    .woocommerce-account .u-columns.col2-set {
        grid-template-columns: 1fr;
    }

    .woocommerce-cart .wc-block-cart {
        display: grid;
        grid-template-columns: 1fr;
        row-gap: 20px;
    }

    .woocommerce-cart .wc-block-cart__main,
    .woocommerce-cart .wc-block-cart__sidebar {
        width: 100%;
    }

    .woocommerce-cart .wc-block-cart-items,
    .woocommerce-cart .wc-block-cart-items tbody {
        width: 100%;
        display: block;
    }

    .woocommerce-cart .wc-block-cart-items thead {
        display: none;
    }

    .woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row {
        width: 100%;
        display: grid;
        grid-template-columns: 128px minmax(0, 1fr);
        gap: 18px;
        padding: 18px 0;
    }

    .woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row > td {
        display: block;
        padding: 0;
        border: 0;
    }

    .woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
        width: 128px;
        max-width: 128px;
        padding-right: 0;
    }

    .woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
        width: 128px;
        height: 112px;
        max-height: none;
        object-fit: contain;
    }

    .woocommerce-cart .wc-block-cart-item__product {
        min-width: 0;
    }

    .woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row > td.wc-block-cart-item__total {
        display: none;
    }

    .woocommerce-cart .wc-block-cart-item__quantity {
        margin-top: 12px;
    }

    .woocommerce-checkout .wc-block-components-sidebar-layout,
    .woocommerce-checkout form.checkout {
        grid-template-columns: 1fr;
    }

    .woocommerce-checkout .wc-block-checkout__main,
    .woocommerce-checkout .wc-block-checkout__sidebar,
    .woocommerce-checkout form.checkout #customer_details,
    .woocommerce-checkout form.checkout #order_review_heading,
    .woocommerce-checkout form.checkout #order_review {
        width: 100%;
        grid-column: 1;
        grid-row: auto;
    }

    .woocommerce-checkout .wc-block-checkout__sidebar {
        position: static;
    }
}

@media (max-width: 640px) {
    .woocommerce-account .page-header--commerce,
    .woocommerce-cart .page-header--commerce,
    .woocommerce-checkout .page-header--commerce {
        min-height: 0;
        margin-bottom: 20px;
        padding: 24px 20px;
    }

    .woocommerce-account .page-header--commerce::after,
    .woocommerce-cart .page-header--commerce::after,
    .woocommerce-checkout .page-header--commerce::after {
        right: -65px;
    }

    .page-header--commerce h1 {
        font-size: 30px;
    }

    .page-header--commerce p {
        max-width: 270px;
        font-size: 14px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .woocommerce-account .woocommerce-MyAccount-navigation a {
        min-height: 48px;
        gap: 9px;
        padding: 9px 10px;
        font-size: 14px;
    }

    .woocommerce-account .woocommerce-MyAccount-content,
    .woocommerce-account .u-columns.col2-set > .u-column1,
    .woocommerce-account .u-columns.col2-set > .u-column2 {
        padding: 20px;
    }

    .woocommerce-account .woocommerce-Addresses,
    .woocommerce-account .u-columns.woocommerce-Addresses {
        grid-template-columns: 1fr;
    }

    .woocommerce-account .woocommerce-MyAccount-content table.shop_table th,
    .woocommerce-account .woocommerce-MyAccount-content table.shop_table td {
        padding: 11px 9px;
    }

    .woocommerce-account .woocommerce-MyAccount-content table.shop_table,
    .woocommerce-account .woocommerce-MyAccount-content table.shop_table tbody,
    .woocommerce-account .woocommerce-MyAccount-content table.shop_table tr,
    .woocommerce-account .woocommerce-MyAccount-content table.shop_table td {
        width: 100%;
        display: block;
    }

    .woocommerce-account .woocommerce-MyAccount-content table.shop_table thead {
        display: none;
    }

    .woocommerce-account .woocommerce-MyAccount-content table.shop_table tr {
        padding: 10px 12px;
        border-bottom: 1px solid var(--ngp-line);
    }

    .woocommerce-account .woocommerce-MyAccount-content table.shop_table tr:last-child {
        border-bottom: 0;
    }

    .woocommerce-account .woocommerce-MyAccount-content table.shop_table td {
        min-height: 39px;
        display: flow-root;
        border: 0;
        text-align: right;
    }

    .woocommerce-account .woocommerce-MyAccount-content table.shop_table td::before {
        content: attr(data-title);
        float: left;
        margin-right: 14px;
        color: #65747c;
        font-weight: 700;
    }

    .woocommerce-account .woocommerce-MyAccount-content table.shop_table td .button {
        width: 100%;
    }

    .woocommerce-cart .woocommerce-cart-form table.shop_table {
        width: 100%;
        display: block;
        overflow: visible;
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    .woocommerce-cart .woocommerce-cart-form table.shop_table thead {
        display: none;
    }

    .woocommerce-cart .woocommerce-cart-form table.shop_table tbody,
    .woocommerce-cart .woocommerce-cart-form table.shop_table tbody > tr {
        width: 100%;
        display: block;
    }

    .woocommerce-cart .woocommerce-cart-form table.cart tr.cart_item {
        position: relative;
        display: block;
        margin-bottom: 12px;
        padding: 14px;
        border: 1px solid var(--ngp-line);
        border-radius: 9px;
        background: #fff;
        box-shadow: var(--ngp-shadow-sm);
    }

    .woocommerce-cart .woocommerce-cart-form table.shop_table td {
        width: 100%;
        display: flow-root;
        min-height: 40px;
        padding: 9px 0;
        border-top: 1px solid #edf0f2;
        font-size: 14px;
        text-align: right;
    }

    .woocommerce-cart .woocommerce-cart-form table.shop_table td[data-title]::before {
        content: attr(data-title);
        float: left;
        margin-right: 12px;
        color: #65747c;
        font-size: 13px;
        font-weight: 700;
    }

    .woocommerce-cart .woocommerce-cart-form table.shop_table td.product-remove,
    .woocommerce-cart .woocommerce-cart-form table.shop_table td.product-thumbnail,
    .woocommerce-cart .woocommerce-cart-form table.shop_table td.product-name {
        border-top: 0;
    }

    .woocommerce-cart table.cart .product-remove {
        position: absolute;
        z-index: 2;
        top: 10px;
        right: 10px;
        padding: 0;
    }

    .woocommerce-cart table.cart .product-thumbnail {
        width: auto;
        padding-top: 0;
        text-align: left;
    }

    .woocommerce-cart table.cart img {
        width: 112px;
        height: 92px;
    }

    .woocommerce-cart table.cart .product-name {
        padding-right: 38px;
        text-align: left;
    }

    .woocommerce-cart table.cart .product-name::before,
    .woocommerce-cart table.cart .product-thumbnail::before,
    .woocommerce-cart table.cart .product-remove::before,
    .woocommerce-cart table.cart td.actions::before {
        content: none;
    }

    .woocommerce-cart table.cart td.actions {
        padding: 14px;
        border: 1px solid var(--ngp-line);
        border-radius: 9px;
    }

    .woocommerce-cart table.cart td.actions .coupon {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
        float: none;
    }

    .woocommerce-cart table.cart td.actions .coupon .input-text,
    .woocommerce-cart table.cart td.actions .coupon .button,
    .woocommerce-cart table.cart td.actions > .button {
        width: 100%;
    }

    .woocommerce-cart table.cart td.actions > .button {
        margin-top: 8px;
    }

    .woocommerce-cart .cart_totals {
        padding-inline: 20px;
    }

    .woocommerce-cart .cart_totals > h2 {
        margin-inline: -20px;
        padding-inline: 20px;
    }

    .woocommerce-cart .wc-block-cart__main,
    .woocommerce-cart .wc-block-cart__sidebar {
        padding: 14px;
    }

    .woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row {
        grid-template-columns: 96px minmax(0, 1fr);
        gap: 14px;
        padding: 14px 0;
    }

    .woocommerce-cart .wc-block-cart-item__image {
        width: 96px;
    }

    .woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
        width: 96px;
        max-width: 96px;
        padding-right: 0;
    }

    .woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
        width: 96px;
        height: 96px;
        max-height: none;
        object-fit: contain;
    }

    .woocommerce-cart .wc-block-components-product-name {
        display: block;
        font-size: 17px;
        line-height: 1.35;
    }

    .woocommerce-cart .wc-block-components-product-price,
    .woocommerce-cart .wc-block-components-product-badge,
    .woocommerce-cart .wc-block-components-quantity-selector input {
        font-size: 15px;
    }

    .woocommerce-cart .wc-block-components-product-metadata,
    .woocommerce-cart .wc-block-components-product-metadata p,
    .woocommerce-cart .wc-block-components-product-metadata span {
        font-size: 13px;
    }

    .woocommerce-cart .wc-block-components-quantity-selector {
        grid-template-columns: 36px 48px 36px;
        min-height: 44px;
    }

    .woocommerce-cart .wc-block-cart-item__remove-link {
        width: 44px;
        min-width: 44px;
        height: 44px;
    }

    .woocommerce-checkout .wc-block-checkout__main,
    .woocommerce-checkout .wc-block-checkout__sidebar,
    .woocommerce-checkout form.checkout #customer_details,
    .woocommerce-checkout form.checkout #order_review {
        padding: 20px;
    }

    .woocommerce-checkout .wc-block-components-address-form {
        display: grid;
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .woocommerce-checkout .wc-block-components-address-form > * {
        width: 100%;
        max-width: none;
        grid-column: 1 / -1;
    }

    .woocommerce-checkout form.checkout #order_review_heading {
        padding: 20px 20px 0;
    }
}

/* Responsive */
@media (max-width: 1180px) {
    .site-topbar__right > a:first-of-type span {
        display: none;
    }

    .site-header__main {
        grid-template-columns: 270px minmax(300px, 1fr) auto;
        gap: 18px;
    }

    .site-brand__name {
        font-size: 24px;
    }

    .site-brand__mark,
    .site-brand__mark .ngp-icon {
        width: 35px;
        height: 35px;
    }

    .ngp-hero__content {
        max-width: 55%;
    }

    .ngp-finder-wrap {
        min-height: 0;
        margin-top: -47px;
    }

    .ngp-finder-card {
        min-height: 0;
    }

    .ngp-finder-card .ngp-machine-bar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ngp-finder-card .ngp-machine-bar__submit {
        grid-column: 1 / -1;
    }

    .ngp-benefits {
        padding-top: 34px;
    }

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

    .ngp-benefit {
        padding: 16px 24px;
        border-bottom: 1px solid var(--ngp-line);
    }

    .ngp-benefit:nth-child(2n) {
        border-right: 0;
    }

    .ngp-benefit:nth-last-child(-n + 2) {
        border-bottom: 0;
    }

    .ngp-category-grid,
    .woocommerce ul.products,
    .woocommerce-page ul.products,
    .ngp-featured-products ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ngp-brand-list {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 24px;
    }

    .ngp-fitment-models {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .ngp-container {
        width: min(var(--ngp-max), calc(100% - 30px));
    }

    .site-topbar__right a:first-child span,
    .site-topbar__right a:nth-child(2) span {
        display: none;
    }

    .site-header__main {
        min-height: 0;
        grid-template-columns: 1fr auto;
        padding: 12px 0;
    }

    .site-header__main > .site-search {
        grid-column: 1 / -1;
        grid-row: 2;
        height: 50px;
    }

    .site-search input[type="search"] {
        padding-inline: 15px;
    }

    .site-search button[type="submit"] {
        width: 58px;
        flex-basis: 58px;
    }

    .header-action > span:not(.cart-count) {
        display: none;
    }

    .header-action--cart {
        width: 52px;
        min-width: 52px;
        min-height: 50px;
        justify-content: center;
        padding-inline: 10px;
    }

    .header-action--cart .cart-count {
        position: absolute;
        top: -5px;
        right: -6px;
        border: 2px solid var(--ngp-dark);
    }

    .menu-toggle {
        display: grid;
    }

    .site-nav {
        position: fixed;
        inset: 0 0 0 auto;
        z-index: 320;
        width: min(86vw, 370px);
        min-height: 100vh;
        min-height: 100dvh;
        max-height: 100vh;
        max-height: 100dvh;
        overflow-y: auto;
        overscroll-behavior: contain;
        padding: 0 20px 30px;
        border: 0;
        background: var(--ngp-dark-2);
        box-shadow: -20px 0 60px rgba(0, 0, 0, .28);
        transform: translateX(105%);
        transition: transform .24s ease;
    }

    .site-nav.is-open {
        transform: translateX(0);
    }

    .site-nav__mobile-head {
        position: sticky;
        top: 0;
        z-index: 2;
        min-height: 72px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 -20px 13px;
        padding: 0 20px;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        background: rgba(19, 35, 45, .97);
        backdrop-filter: blur(10px);
    }

    .site-nav__mobile-head strong {
        color: #fff;
        font-size: 20px;
        font-weight: 800;
    }

    .site-nav__close {
        width: 44px;
        height: 44px;
        display: grid;
        place-items: center;
        padding: 0;
        border: 1px solid rgba(255, 255, 255, .18);
        border-radius: 7px;
        background: rgba(255, 255, 255, .05);
        color: #fff;
        cursor: pointer;
    }

    .site-nav__close .ngp-icon {
        width: 24px;
        height: 24px;
    }

    .site-nav__backdrop {
        position: fixed;
        inset: 0;
        z-index: 310;
        display: block;
        visibility: hidden;
        padding: 0;
        border: 0;
        background: rgba(5, 11, 15, .58);
        opacity: 0;
        cursor: default;
        transition: opacity .24s ease, visibility .24s ease;
    }

    body.ngp-menu-open .site-nav__backdrop {
        visibility: visible;
        opacity: 1;
    }

    .site-nav__inner,
    .site-nav ul {
        display: block;
    }

    .site-nav__inner {
        width: 100%;
    }

    .site-nav__utilities {
        display: grid;
        gap: 8px;
        margin: 14px 12px 20px;
        padding-top: 16px;
        border-top: 1px solid rgba(255, 255, 255, .12);
    }

    .site-nav__utilities a {
        min-height: 46px;
        display: flex;
        align-items: center;
        gap: 11px;
        padding: 10px 13px;
        border-radius: 6px;
        background: rgba(255, 255, 255, .06);
        color: #fff;
        font-size: 14px;
        font-weight: 750;
        text-decoration: none;
    }

    .site-nav__utilities .ngp-icon {
        width: 20px;
        height: 20px;
    }

    .site-nav a,
    .site-nav li:first-child > a {
        min-height: 54px;
        padding: 11px 12px;
        border-bottom: 1px solid rgba(255, 255, 255, .08);
        font-size: 16px;
    }

    .site-nav .sub-menu {
        position: static;
        width: auto;
        display: block;
        padding: 0 0 0 12px;
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    .site-nav__social {
        display: block;
        margin-top: 24px;
        padding: 20px 12px 0;
        border-top: 1px solid rgba(255, 255, 255, .1);
    }

    .site-nav__social > strong {
        display: block;
        margin-bottom: 12px;
        color: #aebbc1;
        font-size: 12px;
        letter-spacing: .08em;
        text-transform: uppercase;
    }

    .site-social--drawer {
        gap: 10px;
    }

    .site-social--drawer a,
    .site-nav .site-social--drawer a {
        min-height: 44px;
        display: inline-flex;
        align-items: center;
        gap: 9px;
        padding: 9px 13px;
        border: 1px solid rgba(255, 255, 255, .14);
        border-radius: 6px;
        color: #fff;
        font-size: 14px;
        font-weight: 750;
        text-decoration: none;
    }

    .site-social--drawer .ngp-icon {
        width: 19px;
        height: 19px;
    }

    .ngp-hero {
        height: 500px;
        background-position: 66% center;
    }

    .ngp-hero::before {
        background: linear-gradient(90deg, rgba(8, 15, 21, .97), rgba(8, 15, 21, .62));
    }

    .ngp-hero__inner {
        padding-bottom: 35px;
    }

    .ngp-hero__content {
        width: 100%;
        max-width: 650px;
    }

    .ngp-hero h1 {
        font-size: 43px;
    }

    .ngp-finder-wrap {
        margin-top: 0;
        padding: 15px 0;
        background: #f3f4f5;
    }

    .ngp-finder-card {
        padding: 22px;
    }

    .ngp-benefits__grid {
        grid-template-columns: 1fr;
    }

    .ngp-benefit,
    .ngp-benefit:first-child {
        padding: 17px 0;
        border-right: 0;
        border-bottom: 1px solid var(--ngp-line);
    }

    .ngp-benefit:last-child {
        border-bottom: 0;
    }

    .ngp-benefit:nth-last-child(2) {
        border-bottom: 1px solid var(--ngp-line);
    }

    .ngp-category-grid,
    .woocommerce ul.products,
    .woocommerce-page ul.products,
    .ngp-featured-products ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .single-product .up-sells ul.products,
    .single-product .related ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .site-footer__main {
        grid-template-columns: 1.2fr 1fr 1fr;
        gap: 34px;
    }

    .site-footer__contact {
        grid-column: 2 / 4;
    }

    .woocommerce div.product {
        display: block;
    }

    .woocommerce div.product div.images {
        margin-bottom: 20px;
    }

    .single-product .ngp-technical-panel,
    .single-product .ngp-fitment-panel,
    .single-product .up-sells,
    .single-product .related,
    .single-product .ngp-recommendations,
    .woocommerce div.product .woocommerce-tabs {
        margin-top: 18px;
    }

    .ngp-technical-grid {
        grid-template-columns: 1fr;
    }

    .ngp-technical-row:nth-child(odd) {
        border-right: 0;
    }
}

@media (max-width: 640px) {
    .site-topbar,
    .site-topbar__inner {
        height: 38px;
    }

    .site-topbar__inner {
        justify-content: center;
    }

    .site-topbar__right {
        display: none;
    }

    .site-brand__name {
        font-size: 21px;
    }

    .site-brand__mark,
    .site-brand__mark .ngp-icon {
        width: 31px;
        height: 31px;
    }

    .header-action {
        padding-inline: 6px;
    }

    .header-action--cart {
        width: 48px;
        min-width: 48px;
        min-height: 48px;
        justify-content: center;
        padding-inline: 8px;
    }

    .ngp-live-search {
        max-height: min(58vh, 480px);
        padding: 8px;
    }

    .ngp-live-item {
        grid-template-columns: 52px minmax(0, 1fr) 20px;
        gap: 4px 10px;
        min-height: 70px;
        padding: 8px 6px;
    }

    .ngp-live-item img,
    .ngp-live-machine__icon {
        grid-row: 1 / span 2;
        width: 52px;
        height: 52px;
    }

    .ngp-live-price {
        grid-column: 2;
        font-size: 14px;
    }

    .ngp-live-item__arrow {
        grid-column: 3;
        grid-row: 1 / span 2;
        align-self: center;
    }

    .ngp-hero {
        height: 520px;
        background-position: 59% center;
    }

    .ngp-hero::before {
        background: linear-gradient(90deg, rgba(8, 15, 21, .98) 0%, rgba(8, 15, 21, .82) 58%, rgba(8, 15, 21, .48) 100%);
    }

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

    .ngp-hero__lead br {
        display: none;
    }

    .ngp-hero__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .ngp-button {
        width: 100%;
    }

    .ngp-finder-card .ngp-machine-bar {
        grid-template-columns: 1fr;
    }

    .ngp-finder-card .ngp-machine-bar__submit {
        grid-column: auto;
    }

    .ngp-category-grid,
    .woocommerce ul.products,
    .woocommerce-page ul.products,
    .ngp-featured-products ul.products {
        grid-template-columns: 1fr;
    }

    .ngp-featured-products .woocommerce,
    .ngp-featured-products .woocommerce[class*="columns-"],
    .ngp-featured-products ul.products,
    .ngp-featured-products ul.products[class*="columns-"] {
        width: 100%;
        max-width: none;
    }

    .woocommerce ul.products[class*="columns-"] li.product,
    .woocommerce-page ul.products[class*="columns-"] li.product,
    .ngp-featured-products ul.products[class*="columns-"] li.product {
        float: none !important;
        clear: none !important;
        width: 100% !important;
        max-width: none;
        margin: 0 !important;
    }

    .woocommerce ul.products li.product a img {
        aspect-ratio: 1.35 / 1;
    }

    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        min-height: 0;
        font-size: 17px;
    }

    .woocommerce ul.products li.product .ngp-loop-sku,
    .ngp-loop-fitment {
        font-size: 13px;
    }

    .ngp-price__gross {
        font-size: 23px;
    }

    .ngp-price__net {
        font-size: 12px;
    }

    .woocommerce ul.products li.product .button {
        min-height: 48px;
        font-size: 14px;
    }

    .ngp-category-card {
        min-height: 98px;
        grid-template-columns: 60px minmax(0, 1fr) 20px;
    }

    .ngp-category-card__icon {
        width: 58px;
        height: 58px;
    }

    .ngp-category-card__icon svg {
        width: 48px;
        height: 48px;
    }

    .ngp-section-heading {
        align-items: flex-end;
    }

    .ngp-section-heading h2 {
        font-size: 20px;
    }

    .ngp-section-heading a {
        max-width: 110px;
        text-align: right;
    }

    .ngp-brand-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-help__inner {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 16px;
        padding-block: 26px;
    }

    .footer-help__icon .ngp-icon {
        width: 43px;
        height: 43px;
    }

    .footer-help__copy h2 {
        font-size: 20px;
    }

    .footer-help__inner > a {
        grid-column: 1 / -1;
        width: 100%;
    }

    .site-footer__main {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .site-footer__brand p,
    .site-footer li,
    .site-footer a {
        font-size: 15px;
    }

    .site-footer h3 {
        font-size: 14px;
    }

    .site-footer__contact {
        grid-column: auto;
    }

    .site-footer__legal .ngp-container {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        gap: 4px;
        padding-block: 14px;
        font-size: 13px;
    }

    .page-shell,
    .woocommerce-shell {
        padding: 28px 0 52px;
    }

    .woocommerce-shell {
        padding-top: 18px;
    }

    .ngp-shop-categories {
        padding: 16px;
    }

    .ngp-shop-categories__head > span {
        display: none;
    }

    .woocommerce .woocommerce-result-count,
    .woocommerce .woocommerce-ordering {
        float: none;
    }

    .woocommerce .woocommerce-result-count {
        margin: 0;
        line-height: 1.5;
    }

    .woocommerce .woocommerce-ordering select {
        width: 100%;
    }

    .woocommerce div.product div.summary,
    .woocommerce div.product div.images {
        padding: 18px;
    }

    .woocommerce div.product form.cart {
        align-items: stretch;
        flex-direction: column;
    }

    .woocommerce div.product form.cart .quantity,
    .woocommerce div.product form.cart .button {
        width: 100%;
    }

    .woocommerce div.product form.cart .quantity {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .woocommerce div.product form.cart .quantity .qty {
        width: 100%;
    }

    .ngp-global-machine__inner {
        min-height: 0;
        display: grid;
        grid-template-columns: 28px minmax(0, 1fr) auto;
        gap: 8px 12px;
        padding-block: 12px;
    }

    .ngp-global-machine__icon {
        grid-column: 1;
        grid-row: 1;
        align-self: start;
    }

    .ngp-global-machine__inner > span:nth-child(2) {
        grid-column: 2 / -1;
        grid-row: 1;
        align-items: flex-start;
        flex-direction: column;
        gap: 0;
    }

    .ngp-global-machine__inner > a:not(.ngp-global-machine__clear) {
        grid-column: 2;
        grid-row: 2;
        margin-left: 0;
        min-height: 38px;
        display: inline-flex;
        align-items: center;
    }

    .ngp-global-machine__clear {
        grid-column: 3;
        grid-row: 2;
        min-height: 38px;
        display: inline-flex;
        align-items: center;
    }

    .ngp-technical-row {
        grid-template-columns: 1fr auto;
        padding-inline: 17px;
    }

    .ngp-fitment-panel__head {
        align-items: flex-start;
        flex-direction: column;
    }

    .ngp-fitment-models {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .single-product .up-sells ul.products,
    .single-product .related ul.products {
        grid-template-columns: 1fr;
    }
}

/* 4.7 launch polish: brand links, content pages, empty search and cart clarity */
.woocommerce ul.products li.product { position: relative; }
.ngp-illustration-badge { position: absolute; z-index: 3; top: 10px; left: 10px; display: inline-flex; padding: 6px 9px; border-radius: 999px; background: rgba(28,37,42,.92); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; pointer-events: none; }
.ngp-illustration-notice { clear: both; margin: 14px 0 0; padding: 12px 15px; border-left: 4px solid #f2b705; background: #fff8d8; color: #26343b; font-size: 14px; line-height: 1.5; }
.ngp-machine-directory { display: grid; gap: 34px; margin-top: 36px; }
.ngp-machine-directory__brand { border-top: 1px solid #dce1e4; padding-top: 22px; }
.ngp-machine-directory__brand h2 { display: flex; align-items: baseline; gap: 10px; }
.ngp-machine-directory__brand h2 small { color: #687780; font-size: .48em; font-weight: 600; }
.ngp-machine-directory__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.ngp-machine-directory__grid a { display: grid; gap: 5px; min-height: 118px; padding: 20px; color: inherit; text-decoration: none; border: 1px solid #dce1e4; border-radius: 12px; background: #fff; transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease; }
.ngp-machine-directory__grid a:hover { transform: translateY(-2px); border-color: #f2b705; box-shadow: 0 10px 24px rgba(25,35,40,.08); }
.ngp-machine-directory__grid span, .ngp-machine-directory__grid small { color: #687780; }
@media (max-width: 900px) { .ngp-machine-directory__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .ngp-machine-directory__grid { grid-template-columns: 1fr; } }
a.ngp-brand-item {
    border-radius: 7px;
    text-decoration: none;
    transition: background .18s ease, transform .18s ease;
}

a.ngp-brand-item:hover,
a.ngp-brand-item:focus-visible {
    background: #f4f6f7;
    transform: translateY(-2px);
}

a.ngp-brand-item:hover .ngp-brand-item__logo,
a.ngp-brand-item:focus-visible .ngp-brand-item__logo {
    filter: grayscale(0);
    opacity: 1;
}

.ngp-content-intro {
    max-width: 790px;
    margin-bottom: 30px;
}

.ngp-content-intro h2 {
    margin: 5px 0 10px;
    color: var(--ngp-ink);
    font-size: clamp(27px, 4vw, 40px);
    line-height: 1.15;
}

.ngp-content-intro p {
    margin: 0;
    color: #52656f;
    font-size: 17px;
    line-height: 1.7;
}

.ngp-brand-directory {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.ngp-brand-directory__item {
    min-height: 166px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 22px;
    border: 1px solid var(--ngp-line);
    border-radius: 9px;
    background: #fff;
    color: var(--ngp-ink);
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: var(--ngp-shadow-sm);
    transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.ngp-brand-directory__item:hover {
    border-color: #efb99f;
    color: var(--ngp-accent-hover);
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(20, 35, 44, .1);
}

.ngp-brand-directory__logo {
    grid-column: 1 / -1;
    min-height: 70px;
    display: grid;
    place-items: center;
    color: #414c52;
    font-size: 24px;
    text-align: center;
}

.ngp-brand-directory__logo img {
    width: auto;
    max-width: 100%;
    height: 68px;
    object-fit: contain;
}

.ngp-brand-directory__item > .ngp-icon {
    width: 20px;
    height: 20px;
}

.ngp-content-cta {
    min-height: 124px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin-top: 28px;
    padding: 26px 30px;
    border-radius: 9px;
    background: var(--ngp-dark-2);
    color: #fff;
}

.ngp-content-cta h2,
.ngp-content-cta p {
    margin: 0;
}

.ngp-content-cta h2 {
    color: #fff;
    font-size: 23px;
}

.ngp-content-cta p {
    margin-top: 6px;
    color: #c4ced2;
    font-size: 15px;
}

.ngp-contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr);
    gap: 24px;
    align-items: start;
}

.ngp-contact-cards {
    display: grid;
    gap: 12px;
}

.ngp-contact-card {
    min-height: 94px;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 20px 22px;
    border: 1px solid var(--ngp-line);
    border-radius: 9px;
    background: #fff;
    color: var(--ngp-ink);
    text-decoration: none;
    box-shadow: var(--ngp-shadow-sm);
}

a.ngp-contact-card:hover {
    border-color: #efb99f;
    color: var(--ngp-accent-hover);
}

.ngp-contact-card > .ngp-icon {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    color: var(--ngp-accent);
}

.ngp-contact-card span {
    min-width: 0;
    display: grid;
    gap: 3px;
}

.ngp-contact-card small {
    color: #718087;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.ngp-contact-card strong {
    overflow-wrap: anywhere;
    font-size: 19px;
}

.ngp-contact-checklist {
    padding: 28px;
    border-radius: 9px;
    background: #f3f6f7;
}

.ngp-contact-checklist h2 {
    margin: 0 0 17px;
    font-size: 23px;
}

.ngp-contact-checklist ul {
    display: grid;
    gap: 12px;
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
}

.ngp-contact-checklist li {
    position: relative;
    padding-left: 27px;
    color: #485c66;
    font-size: 15px;
    line-height: 1.55;
}

.ngp-contact-checklist li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--ngp-success);
    font-weight: 900;
}

.ngp-contact-form-wrap {
    overflow: hidden;
    margin-top: 38px;
    border: 1px solid var(--ngp-line);
    border-radius: 11px;
    background: #fff;
    box-shadow: var(--ngp-shadow-sm);
}

.ngp-contact-form-wrap > header {
    padding: 26px 28px 24px;
    background:
        radial-gradient(circle at 92% 10%, rgba(255, 90, 10, .18), transparent 23%),
        var(--ngp-dark-2);
    color: #fff;
}

.ngp-contact-form-wrap > header h2 {
    margin: 5px 0 6px;
    color: #fff;
    font-size: 28px;
    line-height: 1.22;
}

.ngp-contact-form-wrap > header p {
    max-width: 760px;
    margin: 0;
    color: #c9d2d7;
    font-size: 15px;
    line-height: 1.6;
}

.ngp-contact-form {
    padding: 28px;
}

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

.ngp-contact-form label,
.ngp-contact-form label > span,
.ngp-contact-form__files small {
    display: block;
}

.ngp-contact-form label > span {
    margin-bottom: 7px;
    color: #334953;
    font-size: 13px;
    font-weight: 780;
}

.ngp-contact-form .is-wide {
    grid-column: 1 / -1;
}

.ngp-contact-form input[type="text"],
.ngp-contact-form input[type="email"],
.ngp-contact-form input[type="tel"],
.ngp-contact-form select,
.ngp-contact-form textarea,
.ngp-contact-form input[type="file"] {
    width: 100%;
    min-height: 50px;
    padding: 12px 13px;
    border: 1px solid #b8c4c9;
    border-radius: 6px;
    background: #fff;
    color: var(--ngp-ink);
    font: inherit;
    font-size: 15px;
}

.ngp-contact-form textarea {
    min-height: 130px;
    resize: vertical;
}

.ngp-contact-form input:focus,
.ngp-contact-form select:focus,
.ngp-contact-form textarea:focus {
    border-color: var(--ngp-accent);
    outline: 0;
    box-shadow: 0 0 0 3px rgba(255, 90, 10, .13);
}

.ngp-contact-form select {
    appearance: none;
    padding-right: 42px;
    background-image:
        linear-gradient(45deg, transparent 50%, #52666f 50%),
        linear-gradient(135deg, #52666f 50%, transparent 50%);
    background-position:
        calc(100% - 19px) 21px,
        calc(100% - 14px) 21px;
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
}

.ngp-contact-form__section {
    margin-top: 4px;
    padding: 17px 18px;
    border-left: 4px solid var(--ngp-accent);
    border-radius: 6px;
    background: #f3f6f7;
}

.ngp-contact-form__section strong,
.ngp-contact-form__section span {
    display: block;
}

.ngp-contact-form__section strong {
    color: var(--ngp-ink);
    font-size: 16px;
}

.ngp-contact-form__section span {
    margin-top: 3px;
    color: #5c6e77;
    font-size: 13px;
    line-height: 1.5;
}

.ngp-contact-form input[type="file"] {
    padding: 9px;
    background: #f6f8f9;
}

.ngp-contact-form input[type="file"]::file-selector-button {
    margin-right: 12px;
    padding: 8px 12px;
    border: 0;
    border-radius: 5px;
    background: var(--ngp-dark-2);
    color: #fff;
    font-weight: 750;
    cursor: pointer;
}

.ngp-contact-form__files small {
    margin-top: 6px;
    color: var(--ngp-muted);
    font-size: 12px;
}

.ngp-contact-form__privacy {
    display: grid !important;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    margin: 20px 0;
    padding: 14px;
    border-radius: 6px;
    background: #f4f7f8;
}

.ngp-contact-form__privacy input {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: var(--ngp-accent);
}

.ngp-contact-form__privacy span {
    margin: 0 !important;
    font-size: 13px !important;
    font-weight: 550 !important;
    line-height: 1.55;
}

.ngp-contact-form__privacy a {
    color: var(--ngp-accent-hover);
    font-weight: 750;
    text-decoration: underline;
}

.ngp-contact-form .ngp-button {
    min-width: 230px;
    min-height: 50px;
}

.ngp-contact-form__website {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.ngp-contact-form__notice {
    margin: 26px 0;
    padding: 17px 19px;
    border: 1px solid var(--ngp-line);
    border-left-width: 4px;
    border-radius: 7px;
    background: #fff;
}

.ngp-contact-form__notice strong {
    color: var(--ngp-ink);
    font-size: 16px;
}

.ngp-contact-form__notice p {
    margin: 4px 0 0;
}

.ngp-contact-form__notice.is-success {
    border-left-color: var(--ngp-success);
    background: #eef8f2;
}

.ngp-contact-form__notice.is-warning {
    border-left-color: #c47c00;
    background: #fff8e8;
}

.ngp-contact-form__notice.is-error {
    border-left-color: #b83b31;
    background: #fff3f1;
}

.ngp-all-brands {
    margin-top: 34px;
    padding-top: 30px;
    border-top: 1px solid var(--ngp-line);
}

.ngp-all-brands header {
    margin-bottom: 17px;
}

.ngp-all-brands h2 {
    margin: 4px 0 0;
    color: var(--ngp-ink);
    font-size: 24px;
}

.ngp-all-brands__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.ngp-all-brands__grid > a {
    min-width: 0;
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 13px 15px;
    border: 1px solid var(--ngp-line);
    border-radius: 7px;
    background: #fff;
    color: var(--ngp-ink);
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.ngp-all-brands__grid > a:hover {
    border-color: rgba(255, 90, 10, .45);
    box-shadow: var(--ngp-shadow-sm);
    transform: translateY(-1px);
}

.ngp-all-brands__grid span,
.ngp-all-brands__grid strong,
.ngp-all-brands__grid small {
    display: block;
}

.ngp-all-brands__grid strong {
    font-size: 15px;
}

.ngp-all-brands__grid small {
    margin-top: 2px;
    color: var(--ngp-muted);
    font-size: 12px;
}

.ngp-all-brands__grid .ngp-icon {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
}

.ngp-editor-warning {
    margin-bottom: 24px;
    padding: 16px 18px;
    border-left: 4px solid #d78a00;
    background: #fff7df;
    color: #674500;
}

.ngp-withdrawal-notice {
    margin: 0 0 22px;
    padding: 17px 19px;
    border: 1px solid var(--ngp-line);
    border-left-width: 4px;
    border-radius: 7px;
    background: #fff;
}

.ngp-withdrawal-notice strong {
    color: var(--ngp-ink);
    font-size: 17px;
}

.ngp-withdrawal-notice p {
    margin: 5px 0 0;
}

.ngp-withdrawal-notice.is-success {
    border-left-color: var(--ngp-success);
    background: #eef8f2;
}

.ngp-withdrawal-notice.is-warning {
    border-left-color: #c47c00;
    background: #fff8e8;
}

.ngp-withdrawal-notice.is-error {
    border-left-color: #b83b31;
    background: #fff3f1;
}

.ngp-withdrawal-form {
    max-width: 900px;
    margin-top: 24px;
    padding: 28px;
    border: 1px solid var(--ngp-line);
    border-radius: 10px;
    background: #f7f9fa;
    box-shadow: var(--ngp-shadow-sm);
}

.ngp-withdrawal-form__lead {
    margin: 0 0 21px;
    color: #465b66;
    font-size: 16px;
    line-height: 1.65;
}

.ngp-withdrawal-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 17px;
}

.ngp-withdrawal-form label {
    display: grid;
    gap: 7px;
    color: var(--ngp-ink);
    font-size: 14px;
    font-weight: 750;
}

.ngp-withdrawal-form label.is-wide {
    grid-column: 1 / -1;
}

.ngp-withdrawal-form input[type="text"],
.ngp-withdrawal-form input[type="email"],
.ngp-withdrawal-form textarea {
    width: 100%;
    min-height: 50px;
    padding: 12px 14px;
    border: 1px solid #bec8cd;
    border-radius: 5px;
    background: #fff;
    color: var(--ngp-ink);
    font: inherit;
    font-weight: 500;
}

.ngp-withdrawal-form textarea {
    min-height: 100px;
    resize: vertical;
}

.ngp-withdrawal-form__decision,
.ngp-withdrawal-form__privacy {
    grid-template-columns: 22px minmax(0, 1fr);
    align-items: start;
    gap: 11px !important;
    margin-top: 19px;
    font-weight: 600 !important;
    line-height: 1.55;
}

.ngp-withdrawal-form__privacy {
    margin-top: 12px;
    color: #53656e !important;
    font-size: 13px !important;
}

.ngp-withdrawal-form input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 2px 0 0;
    accent-color: var(--ngp-accent);
}

.ngp-withdrawal-form .ngp-button {
    margin-top: 22px;
}

.ngp-withdrawal-form__website {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.ngp-search-empty {
    max-width: 980px;
    margin: 10px auto 40px;
    padding: 42px;
    border: 1px solid var(--ngp-line);
    border-radius: 11px;
    background: #fff;
    text-align: center;
    box-shadow: var(--ngp-shadow-sm);
}

.ngp-search-empty__icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    margin: 0 auto 17px;
    border-radius: 50%;
    background: #fff0e8;
    color: var(--ngp-accent);
}

.ngp-search-empty__icon .ngp-icon {
    width: 27px;
    height: 27px;
}

.ngp-search-empty h2 {
    margin: 7px 0 9px;
    font-size: clamp(25px, 4vw, 35px);
}

.ngp-search-empty > p {
    max-width: 680px;
    margin: 0 auto;
    color: #586a73;
    font-size: 16px;
    line-height: 1.65;
}

.ngp-search-empty__form {
    max-width: 680px;
    margin: 25px auto 0;
}

.ngp-search-empty__actions {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 14px;
}

.ngp-search-empty__categories {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 30px;
    padding-top: 26px;
    border-top: 1px solid var(--ngp-line);
    text-align: left;
}

body:not(.logged-in).woocommerce-account .entry-content > .woocommerce {
    max-width: 920px;
    margin-inline: auto;
}

body:not(.logged-in).woocommerce-account form.woocommerce-form-login {
    max-width: 680px;
    margin-inline: auto;
    padding: 30px;
    border: 1px solid var(--ngp-line);
    border-radius: 10px;
    background: #fff;
    box-shadow: var(--ngp-shadow-sm);
}

body:not(.logged-in).woocommerce-account form.woocommerce-form-login .button {
    min-width: 170px;
    background: var(--ngp-accent);
}

body:not(.logged-in).woocommerce-account form.woocommerce-form-login .button:hover {
    background: var(--ngp-accent-hover);
}

.ngp-purchase-fitment {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 13px;
    margin: 18px 0 4px;
    padding: 15px 16px;
    border: 1px solid #cfe5d8;
    border-radius: 7px;
    background: #f0f8f3;
}

.ngp-purchase-fitment__icon {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #1c8b58;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
}

.ngp-purchase-fitment > div {
    min-width: 0;
    display: grid;
    gap: 3px;
}

.ngp-purchase-fitment strong {
    color: #183d2b;
    font-size: 15px;
}

.ngp-purchase-fitment small {
    color: #446657;
    font-size: 13px;
    font-weight: 750;
}

.ngp-purchase-fitment p {
    margin: 2px 0 0;
    color: #536a5f;
    font-size: 13px;
    line-height: 1.5;
}

.ngp-purchase-fitment a {
    margin-top: 2px;
    color: var(--ngp-accent-hover);
    font-size: 13px;
    font-weight: 800;
}

.ngp-purchase-fitment.is-serial-needed,
.ngp-purchase-fitment.is-unknown {
    border-color: #ead4a0;
    background: #fff9e9;
}

.ngp-purchase-fitment.is-serial-needed .ngp-purchase-fitment__icon,
.ngp-purchase-fitment.is-unknown .ngp-purchase-fitment__icon {
    background: #b77900;
}

.ngp-purchase-fitment.is-mismatch {
    border-color: #e7c2bd;
    background: #fff3f1;
}

.ngp-purchase-fitment.is-mismatch .ngp-purchase-fitment__icon {
    background: #b83b31;
}

/* Woo Blocks uses more specific selectors than its own public component class. */
.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row a.wc-block-components-product-name {
    color: var(--ngp-ink);
    font-size: 19px !important;
    font-weight: 850;
    line-height: 1.35;
}

.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices .wc-block-components-product-price {
    font-size: 17px !important;
}

.woocommerce-cart .wc-block-components-product-metadata__description,
.woocommerce-checkout .wc-block-components-product-metadata__description {
    display: none;
}

.woocommerce-cart .wc-block-components-product-metadata::before {
    content: none;
}

.woocommerce-cart .wc-block-components-product-details__name,
.woocommerce-cart .wc-block-components-product-details__value {
    font-size: 14px !important;
}

@media (max-width: 900px) {
    .ngp-brand-directory {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ngp-contact-layout {
        grid-template-columns: 1fr;
    }

    .ngp-all-brands__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .ngp-brand-directory,
    .ngp-search-empty__categories,
    .ngp-all-brands__grid {
        grid-template-columns: 1fr;
    }

    .ngp-content-intro p {
        font-size: 16px;
    }

    .ngp-content-cta {
        align-items: stretch;
        flex-direction: column;
        padding: 22px;
    }

    .ngp-contact-card {
        padding: 17px;
    }

    .ngp-contact-form-wrap > header,
    .ngp-contact-form {
        padding: 20px;
    }

    .ngp-contact-form-wrap > header h2 {
        font-size: 23px;
    }

    .ngp-contact-form__grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .ngp-contact-form .is-wide {
        grid-column: auto;
    }

    .ngp-contact-form .ngp-button {
        width: 100%;
        min-width: 0;
    }

    .ngp-contact-card strong {
        font-size: 16px;
    }

    .ngp-contact-checklist,
    .ngp-search-empty,
    body:not(.logged-in).woocommerce-account form.woocommerce-form-login {
        padding: 20px;
    }

    .ngp-search-empty__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .ngp-purchase-fitment {
        grid-template-columns: 32px minmax(0, 1fr);
        padding: 14px;
    }

    .ngp-purchase-fitment__icon {
        width: 31px;
        height: 31px;
    }

    .woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row a.wc-block-components-product-name {
        font-size: 17px !important;
    }

    .ngp-withdrawal-form {
        padding: 20px;
    }

    .ngp-withdrawal-form__grid {
        grid-template-columns: 1fr;
    }

    .ngp-withdrawal-form .ngp-button {
        width: 100%;
        justify-content: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}
