:root {
    --ngi-ink: #18352f;
    --ngi-muted: #62736e;
    --ngi-accent: #ef7d32;
    --ngi-accent-dark: #d9651d;
    --ngi-surface: #fff;
    --ngi-soft: #f3f7f5;
    --ngi-border: #dfe8e4;
    --ngi-shadow: 0 18px 50px rgba(24, 53, 47, .10);
    --ngi-radius: 18px;
}

body { color: var(--ngi-ink); background: var(--ngi-soft); font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
#page-wrapper { background: var(--ngi-surface); }
header, #header-top-bar { background: rgba(255, 255, 255, .96); }
header { border-bottom: 1px solid var(--ngi-border); box-shadow: 0 8px 30px rgba(24, 53, 47, .06); }
.navbar-nav .nav-link { color: var(--ngi-ink); font-weight: 650; letter-spacing: .01em; }
.btn-primary, .btn.btn-primary { border-color: var(--ngi-accent); background: var(--ngi-accent); border-radius: 999px; box-shadow: 0 8px 24px rgba(239, 125, 50, .25); font-weight: 700; }
.btn-primary:hover, .btn.btn-primary:hover { border-color: var(--ngi-accent-dark); background: var(--ngi-accent-dark); transform: translateY(-1px); }
.productbox-inner { height: 100%; padding: 1rem; border: 1px solid var(--ngi-border); border-radius: var(--ngi-radius); background: var(--ngi-surface); box-shadow: 0 10px 30px rgba(24, 53, 47, .06); transition: transform .2s ease, box-shadow .2s ease; }
.productbox-inner:hover { transform: translateY(-4px); box-shadow: var(--ngi-shadow); }
.productbox-image img { border-radius: 14px; }
.productbox-title a { color: var(--ngi-ink); font-weight: 700; }
.price_wrapper, .productbox-price { color: var(--ngi-ink); font-weight: 800; }
.form-control, .custom-select { min-height: 46px; border-color: var(--ngi-border); border-radius: 12px; }
.breadcrumb { background: transparent; color: var(--ngi-muted); }
.card, .modal-content, .dropdown-menu { border-color: var(--ngi-border); border-radius: var(--ngi-radius); box-shadow: var(--ngi-shadow); }
footer { background: var(--ngi-ink); color: #fff; }
footer a { color: #dce9e5; }
@media (max-width: 767.98px) { .productbox-inner { padding: .75rem; border-radius: 14px; } .container { padding-left: 1rem; padding-right: 1rem; } }

.ngi-trustbar { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; padding: .7rem max(1rem, calc((100vw - 1200px) / 2)); background: var(--ngi-ink); color: #fff; font-size: .82rem; letter-spacing: .02em; text-align: center; }
.ngi-modern #header-top-bar { display: none !important; }
.ngi-servicebar { position: relative; z-index: 1040; border-bottom: 1px solid #e2e9e6; background: #f7faf8; color: var(--ngi-ink); }
.ngi-servicebar__inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1.5rem; max-width: 1440px; min-height: 42px; margin: 0 auto; padding: .35rem 1.4rem; }
.ngi-servicebar__business, .ngi-servicebar__service { display: flex; align-items: center; gap: 1.25rem; }
.ngi-servicebar__business { justify-content: flex-start; }
.ngi-servicebar__service { justify-content: flex-end; }
.ngi-servicebar a { color: #405650; font-size: .75rem; font-weight: 650; line-height: 1.25; white-space: nowrap; text-decoration: none !important; transition: color .18s ease, background .18s ease, transform .18s ease; }
.ngi-servicebar a:hover, .ngi-servicebar a:focus { color: var(--ngi-accent-dark); text-decoration: none; }
.ngi-servicebar__language { display: inline-flex; align-items: center; gap: .28rem; padding-right: 1rem; border-right: 1px solid #d6e0dc; color: #9aaba5; }
.ngi-servicebar .ngi-home-link { display: inline-grid; width: 30px; height: 30px; flex: 0 0 30px; place-items: center; margin-right: .18rem; border: 1px solid #cddbd5; border-radius: 8px; background: #fff; color: var(--ngi-ink); box-shadow: 0 3px 10px rgba(24,53,47,.06); }
.ngi-servicebar .ngi-home-link svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.ngi-servicebar .ngi-home-link:hover, .ngi-servicebar .ngi-home-link:focus { border-color: var(--ngi-accent); background: #fff7f1; color: var(--ngi-accent-dark); transform: translateY(-1px); }
.ngi-servicebar .ngi-langflag { display: inline-flex; width: 44px; height: 30px; align-items: center; justify-content: center; gap: 4px; padding: 0 4px; border: 1px solid transparent; border-radius: 8px; background: transparent; color: #61726c; line-height: 1; }
.ngi-servicebar .ngi-langflag > small { font-size: .54rem; font-weight: 850; letter-spacing: -.03em; }
.ngi-servicebar .ngi-flag { position: relative; display: inline-block; width: 22px; height: 15px; flex: 0 0 22px; overflow: hidden; border: 1px solid rgba(24,53,47,.2); border-radius: 2px; background-color: #fff; box-shadow: 0 1px 2px rgba(24,53,47,.12); }
.ngi-servicebar .ngi-flag--de { background: linear-gradient(to bottom, #000 0 33.333%, #dd0000 33.333% 66.666%, #ffce00 66.666% 100%); }
.ngi-servicebar .ngi-flag--gb { height: 12px; background: #012169 url('../../assets/flags/gb.svg') center / 100% 100% no-repeat; }
.ngi-servicebar .ngi-flag--fr { background: linear-gradient(to right, #0055a4 0 33.333%, #fff 33.333% 66.666%, #ef4135 66.666% 100%); }
.ngi-servicebar .ngi-flag--it { background: linear-gradient(to right, #009246 0 33.333%, #fff 33.333% 66.666%, #ce2b37 66.666% 100%); }
.ngi-servicebar .ngi-flag--hr { background: linear-gradient(to bottom, #ff0000 0 33.333%, #fff 33.333% 66.666%, #171796 66.666% 100%); }
.ngi-servicebar .ngi-flag--hr::after { position: absolute; top: 4px; left: 9px; width: 4px; height: 6px; border: 1px solid #16418c; background: repeating-linear-gradient(45deg, #d91f35 0 1px, #fff 1px 2px); content: ''; }
.ngi-servicebar .ngi-flag--pl { background: linear-gradient(to bottom, #fff 0 50%, #dc143c 50% 100%); }
.ngi-servicebar .ngi-flag--sk { background: linear-gradient(to bottom, #fff 0 33.333%, #0b4ea2 33.333% 66.666%, #ee1c25 66.666% 100%); }
.ngi-servicebar .ngi-flag--sk::after { position: absolute; top: 4px; left: 5px; width: 4px; height: 6px; border: 1px solid #fff; border-radius: 1px 1px 2px 2px; background: #ee1c25; content: ''; }
.ngi-servicebar .ngi-langflag:hover, .ngi-servicebar .ngi-langflag:focus { border-color: #cddbd5; background: #fff; transform: translateY(-1px); }
.ngi-servicebar .ngi-langflag.is-active { border-color: var(--ngi-accent); background: #fff; color: var(--ngi-ink); box-shadow: 0 3px 10px rgba(24,53,47,.08); }
.ngi-servicebar .ngi-servicebar__cert { display: inline-flex; align-items: center; gap: .35rem; padding: .35rem .7rem; border: 1px solid #cfe0d8; border-radius: 999px; background: #fff; color: #176347; box-shadow: 0 3px 10px rgba(24,53,47,.04); }
.ngi-servicebar__cert span { display: grid; width: 17px; height: 17px; place-items: center; border-radius: 50%; background: #176347; color: #fff; font-size: .65rem; }
.ngi-servicebar .ngi-servicebar__news { display: inline-flex; align-items: center; gap: .4rem; color: var(--ngi-ink); font-weight: 800; letter-spacing: .03em; text-transform: uppercase; }
.ngi-servicebar__news span { width: 7px; height: 7px; border-radius: 50%; background: var(--ngi-accent); box-shadow: 0 0 0 4px rgba(239,125,50,.12); }
.ngi-servicebar .ngi-servicebar__account { color: var(--ngi-ink); font-weight: 800; }
.ngi-trustbar span { display: flex; align-items: center; justify-content: center; gap: .45rem; }
.ngi-trustbar b { color: #ffb27e; font-weight: 800; }
.ngi-gerlinde-video-active main .hero { overflow: hidden; background: #102b25; }
.ngi-gerlinde-video-active main .ngi-gerlinde-hero-video { position: absolute; inset: 0; z-index: 1; display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% center; background: #102b25; background-image: none !important; opacity: .72; }
.ngi-gerlinde-sound { position: absolute; top: 1.15rem; right: 1.15rem; z-index: 4; display: inline-flex; min-height: 58px; align-items: center; justify-content: center; gap: .7rem; padding: .85rem 1.45rem; border: 2px solid rgba(255,255,255,.88); border-radius: 999px; background: var(--ngi-accent); color: #fff; box-shadow: 0 12px 30px rgba(16,43,37,.34); font: inherit; font-size: 1rem; font-weight: 850; line-height: 1.1; white-space: nowrap; cursor: pointer; transition: background .18s ease, box-shadow .18s ease, transform .18s ease; }
.ngi-gerlinde-sound:hover, .ngi-gerlinde-sound:focus-visible { background: var(--ngi-accent-dark); box-shadow: 0 15px 34px rgba(16,43,37,.42); outline: 3px solid rgba(255,255,255,.8); outline-offset: 3px; transform: translateY(-2px); }
.ngi-gerlinde-sound.is-sound-on { background: #176347; }
.ngi-gerlinde-sound__icon { font-size: 1.35rem; line-height: 1; }
.ngi-shop-intro { display: grid; grid-template-columns: minmax(0, .92fr) minmax(380px, 1.08fr); max-width: 1180px; min-height: 480px; margin: 1.4rem auto 1rem; padding: 0; overflow: hidden; border: 1px solid var(--ngi-border); border-radius: 26px; background: linear-gradient(115deg, #f3f7f5 0%, #fff 62%, #fff3e9 100%); box-shadow: var(--ngi-shadow); }
.ngi-shop-intro__content { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 4vw, 4rem); }
.ngi-shop-intro__media { position: relative; min-height: 100%; margin: 0; overflow: hidden; background: #e9efe9; }
.ngi-shop-intro__media::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(243,247,245,.9), transparent 28%); content: ''; pointer-events: none; }
.ngi-shop-intro__media img { width: 100%; height: 100%; min-height: 480px; object-fit: cover; object-position: 67% center; }
.ngi-shop-intro__eyebrow { margin: 0 0 .35rem; color: var(--ngi-accent-dark); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.ngi-shop-intro h1 { margin: 0; max-width: 760px; color: var(--ngi-ink); font-size: clamp(1.55rem, 3vw, 2.55rem); line-height: 1.08; }
.ngi-shop-intro p { margin: .65rem 0 0; max-width: 720px; color: var(--ngi-muted); font-size: 1rem; }
.ngi-shop-intro__actions { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 1rem; }
.ngi-shop-intro__actions a { display: inline-flex; align-items: center; min-height: 44px; padding: .65rem 1.05rem; border-radius: 999px; font-weight: 750; }
.ngi-shop-intro__actions a:first-child { background: var(--ngi-accent); color: #fff; box-shadow: 0 8px 24px rgba(239,125,50,.24); }
.ngi-shop-intro__actions a:last-child { border: 1px solid var(--ngi-border); background: #fff; color: var(--ngi-ink); }
.ngi-shop-intro__proof { display: flex; flex-wrap: wrap; gap: .55rem 1rem; margin: 1.25rem 0 0; padding: 0; color: #47615a; font-size: .75rem; font-weight: 750; list-style: none; }
.ngi-shop-intro__proof li::before { margin-right: .35rem; color: #20825f; content: '✓'; }
.ngi-has-needs #main-wrapper > .container-fluid, .ngi-has-needs #main-wrapper > .opc-Divider-empty { display: none; }
.ngi-needs, .ngi-guidance { max-width: 1180px; margin: 3rem auto; padding: 0 1rem; }
.ngi-section-heading { max-width: 720px; margin-bottom: 1.5rem; }
.ngi-section-heading p, .ngi-guidance__content > span { margin: 0 0 .35rem; color: var(--ngi-accent-dark); font-size: .76rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.ngi-section-heading h2, .ngi-guidance h2 { margin: 0; color: var(--ngi-ink); font-size: clamp(1.6rem, 2.7vw, 2.35rem); line-height: 1.12; }
.ngi-section-heading > span { display: block; margin-top: .55rem; color: var(--ngi-muted); font-size: 1rem; }
.ngi-needs__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.ngi-needs__grid a { position: relative; display: flex; min-height: 360px; flex-direction: column; padding: 1.35rem; overflow: hidden; border: 1px solid var(--ngi-border); border-radius: 20px; background: #fff; box-shadow: 0 8px 28px rgba(24,53,47,.06); color: var(--ngi-ink); text-decoration: none !important; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.ngi-needs__grid a::after { position: absolute; right: -35px; bottom: -45px; width: 125px; height: 125px; border-radius: 50%; background: linear-gradient(135deg, rgba(23,99,71,.08), rgba(239,125,50,.11)); content: ''; }
.ngi-needs__grid a:hover { transform: translateY(-4px); border-color: #bfd2ca; box-shadow: var(--ngi-shadow); }
.ngi-needs__media { position: relative; display: block; height: 160px; max-width: none !important; margin: -1.35rem -1.35rem 1rem !important; overflow: hidden; background: #eef3f0; }
.ngi-needs__media::after { position: absolute; inset: auto 0 0; height: 45%; background: linear-gradient(transparent, rgba(15,42,35,.12)); content: ''; pointer-events: none; }
.ngi-needs__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.ngi-needs__grid a:first-child .ngi-needs__media img, .ngi-needs__grid a:nth-child(2) .ngi-needs__media img { object-fit: contain; background: #fff; }
.ngi-needs__grid a:hover .ngi-needs__media img { transform: scale(1.035); }
.ngi-needs__grid b { color: #9aaba5; font-size: .72rem; letter-spacing: .12em; }
.ngi-needs__grid strong { margin-top: .7rem; font-size: 1.2rem; line-height: 1.2; }
.ngi-needs__grid a > span:not(.ngi-needs__media) { max-width: 250px; margin-top: .5rem; color: var(--ngi-muted); font-size: .9rem; }
.ngi-needs__grid i { margin-top: auto; color: var(--ngi-accent-dark); font-size: .82rem; font-style: normal; font-weight: 800; }
.ngi-more-solutions { display: flex; flex-wrap: wrap; align-items: center; gap: .65rem; margin-top: 1rem; padding: 1rem 1.15rem; border: 1px solid var(--ngi-border); border-radius: 16px; background: var(--ngi-soft); }
.ngi-more-solutions strong { margin-right: .25rem; color: var(--ngi-ink); font-size: .85rem; }
.ngi-more-solutions a { padding: .45rem .75rem; border-radius: 999px; background: #fff; color: var(--ngi-ink); font-size: .82rem; font-weight: 750; text-decoration: none !important; box-shadow: 0 2px 8px rgba(24,53,47,.05); }
.ngi-more-solutions a:hover { color: var(--ngi-accent-dark); }
.ngi-tapes { max-width: 1180px; margin: 4rem auto; padding: clamp(1.25rem, 3vw, 2.4rem); border: 1px solid var(--ngi-border); border-radius: 28px; background: linear-gradient(145deg, #f2f7f4, #fff 58%, #fff4eb); box-shadow: 0 16px 50px rgba(24,53,47,.07); }
.ngi-tapes__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .85rem; }
.ngi-tape-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid #dfe8e4; border-radius: 18px; background: #fff; color: var(--ngi-ink); text-decoration: none !important; box-shadow: 0 8px 24px rgba(24,53,47,.05); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.ngi-tape-card:hover { transform: translateY(-4px); border-color: #b9cec5; box-shadow: var(--ngi-shadow); }
.ngi-tape-card__image { display: block; height: 190px; overflow: hidden; background: #fff; }
.ngi-tape-card__image img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .3s ease; }
.ngi-tape-card:hover .ngi-tape-card__image img { transform: scale(1.035); }
.ngi-tape-card__body { display: flex; min-height: 178px; flex: 1; flex-direction: column; padding: 1rem; }
.ngi-tape-card__body strong { font-size: .98rem; line-height: 1.25; }
.ngi-tape-card__body small { margin-top: .45rem; color: var(--ngi-muted); font-size: .78rem; line-height: 1.45; }
.ngi-tape-card__body i { margin-top: auto; padding-top: .85rem; color: var(--ngi-accent-dark); font-size: .78rem; font-style: normal; font-weight: 850; }
.ngi-tapes__note { max-width: 900px; margin: 1rem 0 0; color: #72827d; font-size: .72rem; line-height: 1.5; }
.ngi-guidance { display: grid; grid-template-columns: 1.2fr .8fr; gap: 1rem; }
.ngi-guidance > div { display: grid; grid-template-columns: minmax(190px, .8fr) minmax(0, 1.2fr); padding: 0; overflow: hidden; border-radius: 22px; }
.ngi-guidance__gerlinde { border: 1px solid #cfddd7; background: #f0f6f3; }
.ngi-guidance__advice { grid-template-columns: 1fr; background: var(--ngi-ink); color: #fff; box-shadow: var(--ngi-shadow); }
.ngi-guidance__media { min-height: 100%; overflow: hidden; }
.ngi-guidance__media img { width: 100%; height: 100%; min-height: 285px; object-fit: cover; }
.ngi-guidance__gerlinde .ngi-guidance__media img { object-position: 53% center; }
.ngi-guidance__advice .ngi-guidance__media { height: 170px; }
.ngi-guidance__advice .ngi-guidance__media img { min-height: 170px; object-position: 68% center; }
.ngi-guidance__content { display: flex; flex-direction: column; justify-content: center; padding: clamp(1.35rem, 2.5vw, 2.2rem); }
.ngi-guidance__advice h2 { color: #fff; font-size: clamp(1.45rem, 2.4vw, 2rem); }
.ngi-guidance p { max-width: 620px; margin: .8rem 0 1.25rem; color: var(--ngi-muted); }
.ngi-guidance__advice p { color: #d6e3df; }
.ngi-guidance a { display: inline-flex; min-height: 44px; align-items: center; padding: .65rem 1rem; border-radius: 999px; background: var(--ngi-accent); color: #fff; font-weight: 800; text-decoration: none !important; }
.ngi-consent-simplified #consent-banner { max-width: 880px; margin: 0 auto; }
.ngi-consent-simplified .consent-banner-icon { display: none; }
.ngi-consent-simplified .consent-banner-body { display: flex; flex-direction: column; gap: .85rem; padding: 1.25rem; }
.ngi-consent-simplified .consent-banner-description { order: 1; }
.ngi-consent-simplified .consent-banner-description .consent-display-2 { color: var(--ngi-ink); font-size: 1.25rem; font-weight: 850; }
.ngi-consent-simplified .consent-banner-description p { max-width: 720px; margin: .4rem 0 .55rem; color: var(--ngi-muted); font-size: .9rem; line-height: 1.45; }
.ngi-consent-simplified .consent-banner-actions { order: 2; }
.ngi-consent-simplified .consent-btn-helper { display: grid; grid-template-columns: 1fr 1fr; gap: .65rem; }
.ngi-consent-simplified .ngi-consent-action--accept { order: 1; }
.ngi-consent-simplified .ngi-consent-action--reject { order: 2; }
.ngi-consent-simplified .ngi-consent-action--settings { grid-column: 1 / -1; order: 3; }
.ngi-consent-simplified #consent-banner-btn-all { border-color: var(--ngi-accent); background: var(--ngi-accent); color: #fff; font-weight: 800; }
.ngi-consent-simplified #consent-banner-btn-close { border-color: var(--ngi-ink); background: #fff; color: var(--ngi-ink); font-weight: 800; }
.ngi-consent-simplified #consent-banner-btn-settings { border: 0; background: transparent; color: var(--ngi-ink); text-decoration: underline; box-shadow: none; }
.ngi-buy-trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: .5rem; margin-top: .85rem; }
.ngi-buy-trust > * { display: flex; min-height: 64px; flex-direction: column; justify-content: center; padding: .65rem .75rem; border: 1px solid var(--ngi-border); border-radius: 12px; background: var(--ngi-soft); color: var(--ngi-ink); text-decoration: none !important; }
.ngi-buy-trust b { color: #176347; font-size: .82rem; }
.ngi-buy-trust span span, .ngi-buy-trust a span { margin-top: .12rem; color: var(--ngi-muted); font-size: .68rem; line-height: 1.25; }
.ngi-buy-trust a:hover { border-color: #aac7bb; background: #fff; }
.ngi-payment-strip { margin-top: 1rem; padding-top: 1rem; border-top: 1px solid var(--ngi-border); }
.ngi-payment-strip > strong { display: block; margin-bottom: .55rem; color: var(--ngi-ink); font-size: .9rem; }
.ngi-payment-strip > div { display: flex; flex-wrap: wrap; gap: .4rem; }
.ngi-payment-strip span { padding: .35rem .55rem; border: 1px solid var(--ngi-border); border-radius: 7px; background: #fff; color: #334943; font-size: .7rem; font-weight: 800; box-shadow: 0 2px 7px rgba(24,53,47,.04); }
.ngi-payment-strip a { display: inline-block; margin-top: .55rem; color: var(--ngi-muted); font-size: .72rem; text-decoration: underline; }
.ngi-review-notice { display: grid; grid-template-columns: 1fr auto; gap: .25rem 1rem; align-items: center; margin: 1.5rem 0; padding: 1rem 1.15rem; border: 1px solid var(--ngi-border); border-radius: 14px; background: var(--ngi-soft); }
.ngi-review-notice b { color: var(--ngi-ink); }
.ngi-review-notice span { color: var(--ngi-muted); font-size: .85rem; }
.ngi-review-notice a { grid-column: 2; grid-row: 1 / span 2; padding: .55rem .8rem; border-radius: 999px; background: #fff; color: var(--ngi-ink); font-size: .8rem; font-weight: 800; text-decoration: none !important; }
.ngi-wellness-product-card .productbox-image { overflow: hidden; border-radius: 14px; background: #fff; }
.ngi-wellness-product-card .productbox-image.second-wrapper { background: transparent; }
.ngi-wellness-product-card .productbox-image img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center; }
.ngi-pack-selector { margin-top: .65rem; padding: .55rem; border: 1px solid var(--ngi-border); border-radius: 12px; background: #f7faf8; }
.ngi-pack-selector__label { display: block; margin-bottom: .4rem; color: var(--ngi-muted); font-size: .64rem; font-weight: 800; letter-spacing: .045em; text-transform: uppercase; }
.ngi-pack-selector__options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .35rem; }
.ngi-pack-option { display: flex; min-width: 0; min-height: 62px; flex-direction: column; align-items: flex-start; justify-content: center; padding: .45rem .48rem; border: 1px solid #d8e2de; border-radius: 9px; background: #fff; color: var(--ngi-ink); text-align: left; cursor: pointer; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.ngi-pack-option:hover, .ngi-pack-option:focus-visible { border-color: var(--ngi-accent); outline: 0; transform: translateY(-1px); }
.ngi-pack-option.is-selected { border-color: var(--ngi-accent); box-shadow: 0 0 0 2px rgba(239,125,50,.13); }
.ngi-pack-option b, .ngi-pack-option span, .ngi-pack-option small { display: block; max-width: 100%; }
.ngi-pack-option b { font-size: .69rem; line-height: 1.15; }
.ngi-pack-option span { margin-top: .15rem; color: var(--ngi-accent-dark); font-size: .72rem; font-weight: 850; }
.ngi-pack-option small { margin-top: .18rem; overflow: hidden; color: var(--ngi-muted); font-size: .55rem; line-height: 1.15; text-overflow: ellipsis; }
.ngi-pack-detail { margin: .9rem 0 1rem; padding: 1rem; border: 1px solid var(--ngi-border); border-radius: 16px; background: #f7faf8; }
.ngi-pack-detail__heading { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-bottom: .65rem; }
.ngi-pack-detail__heading span { color: var(--ngi-accent-dark); font-size: .72rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.ngi-pack-detail__heading strong { color: var(--ngi-ink); font-size: .78rem; text-align: right; }
.ngi-pack-detail__options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .55rem; }
.ngi-pack-detail__option { position: relative; display: flex; min-height: 112px; flex-direction: column; align-items: flex-start; justify-content: center; padding: .8rem; border: 1px solid #d6e0dc; border-radius: 12px; background: #fff; color: var(--ngi-ink) !important; text-decoration: none !important; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.ngi-pack-detail__option:hover, .ngi-pack-detail__option:focus { border-color: var(--ngi-accent); transform: translateY(-1px); }
.ngi-pack-detail__option.is-selected { border-color: var(--ngi-accent); box-shadow: 0 0 0 3px rgba(239,125,50,.13); }
.ngi-pack-detail__option em { margin-bottom: .35rem; padding: .22rem .4rem; border-radius: 999px; background: #eef5f1; color: #31745d; font-size: .59rem; font-style: normal; font-weight: 850; }
.ngi-pack-detail__option.is-selected em { background: #fff0e5; color: var(--ngi-accent-dark); }
.ngi-pack-detail__option strong { font-size: .78rem; }
.ngi-pack-detail__option b { margin-top: .18rem; color: var(--ngi-ink); font-size: .88rem; }
.ngi-pack-detail__option small { margin-top: .25rem; color: var(--ngi-muted); font-size: .66rem; line-height: 1.3; }
.ngi-quick-cart { display: flex; width: 100%; min-height: 44px; align-items: center; justify-content: space-between; gap: .5rem; margin-top: .75rem; padding: .65rem .8rem; border-radius: 999px; background: var(--ngi-accent); color: #fff !important; font-size: .78rem; font-weight: 800; text-decoration: none !important; box-shadow: 0 7px 18px rgba(239,125,50,.22); transition: background .18s ease, transform .18s ease; }
.productbox.productbox-column > form.form-basket { height: 100%; }
.product-list.layout-gallery { align-items: stretch; }
.product-list.layout-gallery > .product-wrapper { display: flex; height: auto !important; }
.product-list.layout-gallery > .product-wrapper > .productbox { display: flex; width: 100%; }
.product-list.layout-gallery > .product-wrapper > .productbox > .form-basket,
.product-list.layout-gallery > .product-wrapper > .productbox > .productbox-inner { width: 100%; height: 100%; }
.ngi-quick-cart-card > .row { min-height: 100%; }
.ngi-quick-cart-card > .row > .col:last-child { display: flex; min-height: 0; flex-direction: column; }
.ngi-quick-cart-card [itemprop="offers"] { margin-top: auto; }
.ngi-quick-cart:hover, .ngi-quick-cart:focus-visible { transform: translateY(-1px); background: var(--ngi-accent-dark); }
.ngi-quick-cart:focus-visible { outline: 3px solid rgba(239,125,50,.28); outline-offset: 2px; }
.ngi-quick-cart b { color: #fff; font-size: .76rem; white-space: nowrap; }
.ngi-quick-cart.is-added { background: #20825f; }
.ngi-quick-cart-toast { position: fixed; right: 1.2rem; bottom: 1.2rem; z-index: 2000; max-width: min(360px, calc(100vw - 2rem)); padding: .9rem 1.05rem; border-radius: 14px; background: var(--ngi-ink); color: #fff; font-size: .82rem; font-weight: 750; box-shadow: 0 18px 45px rgba(24,53,47,.28); }
.ngi-quick-cart-toast[hidden], .ngi-quick-cart-frame[hidden] { display: none !important; }
.ngi-wellness-product-detail .js-gallery-images { overflow: hidden; border: 1px solid var(--ngi-border); border-radius: 22px; background: #fff; }
.ngi-wellness-product-detail .js-gallery-images img { width: 100%; height: 100%; object-fit: contain; }
.ngi-wellness-product-detail #quantity-grp.choose_quantity { min-height: 46px; overflow: hidden; border: 1px solid var(--ngi-border); border-radius: 12px; background: #fff; }
.ngi-wellness-product-detail #quantity-grp.choose_quantity .input-group-prepend, .ngi-wellness-product-detail #quantity-grp.choose_quantity .input-group-append { display: flex; align-items: stretch; }
.ngi-wellness-product-detail #quantity-grp.choose_quantity .btn { min-width: 46px; height: 44px; padding: 0; border: 0; border-radius: 0; background: #fff; color: var(--ngi-ink); box-shadow: none; }
.ngi-wellness-product-detail #quantity-grp.choose_quantity .btn:hover, .ngi-wellness-product-detail #quantity-grp.choose_quantity .btn:focus { background: var(--ngi-soft); color: var(--ngi-accent-dark); }
.ngi-wellness-product-detail #quantity-grp.choose_quantity .form-control.quantity { height: 44px; min-height: 44px; padding: .625rem .5rem; border: 0; border-radius: 0; background: #fff; box-shadow: none; text-align: center; }
.ngi-wellness-shortdesc { margin: .75rem 0 1rem; padding: .9rem 1rem; border-left: 4px solid var(--ngi-accent); border-radius: 0 12px 12px 0; background: #f7faf8; color: #405650; font-size: .92rem; line-height: 1.5; }
.ngi-wellness-shortdesc strong { color: var(--ngi-ink); }
.ngi-wellness-copy { max-width: 980px; color: var(--ngi-ink); }
.ngi-wellness-copy__eyebrow { margin: 0 0 .35rem; color: var(--ngi-accent-dark); font-size: .75rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.ngi-wellness-copy h2 { margin: 0; font-size: clamp(1.55rem, 2.6vw, 2.2rem); }
.ngi-wellness-copy__lead { max-width: 760px; margin: .7rem 0 1.25rem; color: var(--ngi-muted); font-size: 1rem; line-height: 1.6; }
.ngi-wellness-copy__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .85rem; }
.ngi-wellness-copy__grid > div { padding: 1.15rem; border: 1px solid var(--ngi-border); border-radius: 16px; background: #fff; box-shadow: 0 7px 22px rgba(24,53,47,.045); }
.ngi-wellness-copy__grid h3 { margin: 0 0 .45rem; color: var(--ngi-ink); font-size: 1rem; }
.ngi-wellness-copy__grid p { margin: 0; color: var(--ngi-muted); font-size: .88rem; line-height: 1.55; }
.ngi-wellness-copy__note { margin-top: 1rem; padding: 1rem 1.15rem; border-radius: 14px; background: #f3f7f5; color: #4d625c; }
.ngi-wellness-copy__note strong { color: var(--ngi-ink); }
.ngi-wellness-copy__note p { margin: .3rem 0 0; font-size: .78rem; line-height: 1.55; }
.ngi-wellness-product-detail #tab-description > table { margin-top: 1.5rem; }
#consent-manager:not(.mini) { border: 1px solid var(--ngi-border); border-radius: 20px 20px 0 0; box-shadow: 0 -18px 55px rgba(24,53,47,.18); }
#consent-manager:not(.mini) .btn-primary, #consent-manager:not(.mini) button:first-of-type { border-color: var(--ngi-accent); background: var(--ngi-accent); color: #fff; }
#consent-manager.mini { border: 0; border-radius: 0; box-shadow: none; }
.productbox-inner .btn { min-height: 42px; }
.slick-slide .productbox-inner, .product-wrapper .productbox-inner { overflow: hidden; }

@media (min-width: 992px) {
    header { position: sticky; top: 0; z-index: 1030; }
    header .navbar-brand img { max-height: 58px; width: auto; }
    .ngi-modern header .language-dropdown { display: none !important; }
}

@media (max-width: 991.98px) {
    .ngi-servicebar { overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
    .ngi-servicebar::-webkit-scrollbar { display: none; }
    .ngi-servicebar__inner { display: flex; justify-content: flex-start; width: max-content; min-width: 100%; min-height: 44px; gap: 1rem; padding: .4rem 1rem; }
    .ngi-servicebar__business, .ngi-servicebar__service { gap: 1rem; }
    .ngi-servicebar__language { padding-right: 1rem; }
    .ngi-servicebar__business > a:first-child { display: none; }
    .ngi-servicebar a { font-size: .72rem; }
    .ngi-shop-intro { grid-template-columns: 1fr 1fr; margin-right: 1rem; margin-left: 1rem; }
    .ngi-shop-intro__content { padding: 2rem; }
    .ngi-tapes__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ngi-guidance > div { grid-template-columns: 1fr; }
    .ngi-guidance__gerlinde .ngi-guidance__media { height: 190px; }
    .ngi-guidance__gerlinde .ngi-guidance__media img { min-height: 190px; }
    .ngi-modern .product-wrapper { margin-bottom: 1rem !important; }
}

@media (max-width: 767.98px) {
    .ngi-trustbar { grid-template-columns: 1fr; gap: .25rem; padding: .55rem 1rem; font-size: .74rem; }
    .ngi-trustbar span:nth-child(n+2) { display: none; }
    .ngi-shop-intro { grid-template-columns: 1fr; min-height: 0; margin: .8rem 1rem; padding: 0; border-radius: 20px; }
    .ngi-shop-intro__content { padding: 1.3rem; }
    .ngi-shop-intro__media { min-height: 230px; grid-row: 1; }
    .ngi-shop-intro__media::after { background: linear-gradient(0deg, rgba(243,247,245,.8), transparent 42%); }
    .ngi-shop-intro__media img { min-height: 230px; max-height: 280px; object-position: 67% center; }
    .ngi-shop-intro__actions a { width: 100%; justify-content: center; }
    .ngi-shop-intro__proof { gap: .4rem .75rem; }
    .ngi-needs, .ngi-guidance { margin: 2rem auto; }
    .ngi-needs__grid, .ngi-guidance { grid-template-columns: 1fr; }
    .ngi-needs__grid a { min-height: 335px; }
    .ngi-tapes { margin: 2.5rem 1rem; padding: 1rem; border-radius: 20px; }
    .ngi-tapes__grid { grid-template-columns: 1fr; }
    .ngi-tape-card { display: grid; grid-template-columns: minmax(120px, .85fr) 1.15fr; }
    .ngi-tape-card__image { height: 100%; min-height: 205px; }
    .ngi-tape-card__body { min-height: 205px; }
    .ngi-guidance > div { grid-template-columns: 1fr; }
    .ngi-guidance__media, .ngi-guidance__advice .ngi-guidance__media { height: 190px; }
    .ngi-guidance__media img, .ngi-guidance__advice .ngi-guidance__media img { min-height: 190px; }
    .ngi-wellness-copy__grid { grid-template-columns: 1fr; }
    .ngi-pack-detail__options { grid-template-columns: 1fr; }
    .ngi-pack-detail__heading { display: block; }
    .ngi-pack-detail__heading strong { display: block; margin-top: .25rem; text-align: left; }
    .ngi-consent-simplified .consent-btn-helper, .ngi-buy-trust { grid-template-columns: 1fr; }
    .ngi-consent-simplified .ngi-consent-action--settings { grid-column: auto; }
    .ngi-review-notice { grid-template-columns: 1fr; }
    .ngi-review-notice a { grid-column: 1; grid-row: auto; margin-top: .45rem; text-align: center; }
    #consent-manager { max-height: 72vh; overflow-y: auto; }
}

main .link-content img { max-width: 100%; height: auto; }

@media (min-width: 768px) {
    .productbox-list .ngi-quick-cart, .productbox-row .ngi-quick-cart { max-width: 280px; }
}

@media (max-width: 575.98px) {
    header, header .navbar { background: #fff; }
    .ngi-gerlinde-video-active main .hero .hero-content { box-sizing: border-box; width: 100%; max-width: 100%; padding-right: 1rem; padding-left: 1rem; }
    .ngi-gerlinde-video-active main .hero-content h1 { font-size: clamp(1.75rem, 8.4vw, 2.1rem); overflow-wrap: anywhere; }
    .index-heading-wrapper h1 { font-size: clamp(1.55rem, 7vw, 1.875rem); hyphens: auto; overflow-wrap: anywhere; }
    .d-flex.flex-column-reverse > label { white-space: normal !important; overflow-wrap: anywhere; }
    .ngi-gerlinde-sound { top: .75rem; right: .75rem; min-height: 50px; max-width: calc(100% - 1.5rem); padding: .72rem 1.05rem; font-size: .86rem; }
    .ngi-gerlinde-sound__icon { font-size: 1.15rem; }
    .ngi-modern .product-wrapper { margin-bottom: 1rem !important; padding-right: .4rem; padding-left: .4rem; }
    .ngi-modern .product-wrapper .productbox-inner { padding: .7rem; border-radius: 14px; }
    .ngi-modern .productbox-title a { font-size: .8rem; line-height: 1.3; }
    .ngi-modern .productbox-price { font-size: .9rem; line-height: 1.3; }
    .ngi-modern .productbox-inner .rating { font-size: .72rem; }
    .ngi-modern .ngi-pack-selector { padding: .42rem; }
    .ngi-modern .ngi-pack-selector__label { font-size: .56rem; }
    .ngi-modern .ngi-pack-option { min-height: 58px; padding: .38rem; }
    .ngi-modern .ngi-pack-option b { font-size: .61rem; }
    .ngi-modern .ngi-pack-option span { font-size: .65rem; }
    .ngi-modern .ngi-pack-option small { font-size: .49rem; }
    .ngi-modern .ngi-quick-cart { min-height: 40px; justify-content: center; gap: 0; margin-top: .65rem; padding: .55rem .45rem; border-radius: 12px; font-size: .7rem; line-height: 1.15; text-align: center; }
    .ngi-modern .ngi-quick-cart span { min-width: 0; white-space: nowrap; }
    .ngi-modern .ngi-quick-cart b { display: none; }
}
