:root{--hs-mob-bg: var(--color-bg, #ffffff);--hs-mob-bg-subtle: var(--color-bg-2, #f6f3ee);--hs-mob-card-bg: var(--color-bg-2, #f6f3ee);--hs-mob-text: var(--color-text-heading, #4b4d57);--hs-mob-text-muted: var(--color-text-body, #4b4d57);--hs-mob-text-light: var(--color-text-subdued, rgba(75, 77, 87, .8));--hs-mob-border: var(--color-border, #e8e4e0);--hs-mob-accent: var(--color-link, var(--color-text-heading, #4b4d57));--hs-mob-focus: var(--color-link, var(--color-text-heading, #4b4d57));--hs-mob-radius-banner: 12px;--hs-mob-radius-card: 12px;--hs-mob-gutter: 16px;--hs-mob-font-heading: var(--font-heading-family, "Chap", Georgia, serif);--hs-mob-font-body: var(--font-body-family, "Roboto", Arial, sans-serif);--hs-mob-ease: cubic-bezier(.22, 1, .36, 1);--hs-mob-accent-shadow: rgba(75, 77, 87, .25);--hs-mob-ring-1: #a87a25;--hs-mob-ring-2: #e6b252;--hs-mob-ring-3: #d69a37;--hs-mob-ring-4: #e6b252;--hs-mob-ring-shadow: rgba(214, 154, 55, .3)}.hs-mob-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:1999;opacity:0;visibility:hidden;transition:opacity .3s var(--hs-mob-ease),visibility .3s var(--hs-mob-ease)}.hs-mob-overlay.is-visible{opacity:1;visibility:visible}.hs-mob-drawer{position:fixed;inset:0 auto 0 0;width:85vw;background:var(--hs-mob-bg);color:var(--hs-mob-text);font-family:var(--hs-mob-font-body);z-index:2000;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior:none;padding-top:calc(env(safe-area-inset-top,0) + var(--hs-mob-gutter));padding-bottom:env(safe-area-inset-bottom,0);transform:translate3d(-100%,0,0);visibility:hidden;transition:transform .3s var(--hs-mob-ease),visibility .3s var(--hs-mob-ease);backface-visibility:hidden;-webkit-backface-visibility:hidden}.hs-mob-drawer.is-open{transform:translateZ(0);visibility:visible;box-shadow:4px 0 24px #00000014}.hs-mob-close{position:fixed;top:calc(env(safe-area-inset-top,0) + 8px);right:calc(env(safe-area-inset-right,0) + 8px);width:40px;height:40px;padding:0;border:none;border-radius:50%;background:#fff;color:var(--hs-mob-text);box-shadow:0 2px 8px #0000001f;cursor:pointer;z-index:2002;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transform:scale(.85);transition:opacity .25s var(--hs-mob-ease),visibility .25s var(--hs-mob-ease),transform .25s var(--hs-mob-ease),background .15s var(--hs-mob-ease)}.hs-mob-drawer.is-open~.hs-mob-close{opacity:1;visibility:visible;transform:scale(1)}.hs-mob-close:hover,.hs-mob-close:focus-visible{background:var(--hs-mob-bg-subtle)}.hs-mob-close svg{width:20px;height:20px}.hs-mob-banner{display:block;margin:0 var(--hs-mob-gutter) var(--hs-mob-gutter);border-radius:var(--hs-mob-radius-banner);overflow:hidden}.hs-mob-banner__img{display:block;width:100%;height:auto;aspect-ratio:5 / 2;object-fit:cover;object-position:center;border-radius:var(--hs-mob-radius-banner)}.hs-mob-highlights{padding:0 var(--hs-mob-gutter) 8px}.hs-mob-highlights__scroll-wrap{position:relative}.hs-mob-highlights__header{display:flex;align-items:center;justify-content:space-between;padding:8px 0;text-decoration:none;color:inherit;min-height:44px;transition:filter .15s var(--hs-mob-ease)}.hs-mob-highlights__header:hover,.hs-mob-highlights__header:focus-visible{filter:brightness(.85)}.hs-mob-highlights__title{font-family:var(--hs-mob-font-heading);font-size:17px;font-weight:400;letter-spacing:0;text-transform:none;color:var(--hs-mob-text)}.hs-mob-highlights__chevron{display:flex;align-items:center;justify-content:center;color:var(--hs-mob-text)}.hs-mob-highlights__scroll{display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:4px 0 12px;-webkit-mask-image:linear-gradient(to right,transparent 0,#000 6px,#000 calc(100% - 40px),transparent 100%);mask-image:linear-gradient(to right,transparent 0,#000 6px,#000 calc(100% - 40px),transparent 100%)}.hs-mob-highlights__scroll::-webkit-scrollbar{display:none}.hs-mob-highlight{display:flex;flex-direction:column;align-items:center;gap:6px;flex-shrink:0;scroll-snap-align:start;width:96px;text-decoration:none;color:var(--hs-mob-text)}.hs-mob-highlight__ring{width:90px;height:90px;border-radius:50%;background:linear-gradient(135deg,var(--hs-mob-ring-1) 0%,var(--hs-mob-ring-2) 25%,var(--hs-mob-ring-3) 50%,var(--hs-mob-ring-4) 75%,var(--hs-mob-ring-1) 100%);padding:3px;display:flex;align-items:center;justify-content:center;transition:box-shadow .2s var(--hs-mob-ease)}.hs-mob-highlight:hover .hs-mob-highlight__ring{box-shadow:0 3px 12px var(--hs-mob-ring-shadow)}.hs-mob-highlight__inner{width:100%;height:100%;border-radius:50%;background:var(--hs-mob-bg);border:3px solid var(--hs-mob-bg);overflow:hidden;display:flex;align-items:center;justify-content:center}.hs-mob-highlight__inner img{width:100%;height:100%;object-fit:cover;border-radius:50%}.hs-mob-highlight__label{font-size:12px;font-weight:400;text-align:center;max-width:80px;line-height:1.3;color:var(--hs-mob-text)}.hs-mob-nav{padding:0 var(--hs-mob-gutter) 40px;display:flex;flex-direction:column;gap:4px}.hs-mob-nav:has(>.hs-mob-utility:last-child){padding-bottom:0}.hs-mob-card{display:flex;align-items:center;gap:12px;width:100%;min-height:80px;padding:12px;background:var(--hs-mob-card-bg);border:none;border-radius:var(--hs-mob-radius-card);overflow:hidden;cursor:pointer;text-decoration:none;color:var(--hs-mob-text);text-align:left;font-family:inherit;transition:filter .15s var(--hs-mob-ease),transform .15s var(--hs-mob-ease)}.hs-mob-card:hover,.hs-mob-card:focus-visible{filter:brightness(.97)}.hs-mob-card:active{transform:scale(.985);transition-duration:80ms}.hs-mob-card--featured,.hs-mob-card--featured:hover,.hs-mob-card--featured:focus,.hs-mob-card--featured:focus-visible,.hs-mob-card--featured:active,.hs-mob-card--featured:visited{position:relative;height:76px!important;min-height:76px!important;max-height:76px!important;padding:10px 12px!important;background:linear-gradient(135deg,var(--hs-featured-from, #e6b252) 0%,var(--hs-featured-to, #a87a25) 100%);color:var(--hs-featured-text, #ffffff);text-decoration:none;filter:none!important;transform:none!important;scale:none!important;transition:none!important;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}@media(hover:none){.hs-mob-card--featured,.hs-mob-card--featured:hover,.hs-mob-card--featured:active,.hs-mob-card--featured:focus{height:76px!important;min-height:76px!important;max-height:76px!important;padding:10px 12px!important;transform:none!important;scale:none!important;filter:none!important;transition:none!important}}.hs-mob-card--featured .hs-mob-card__label,.hs-mob-card--featured .hs-mob-card__desc,.hs-mob-card--featured:hover .hs-mob-card__label,.hs-mob-card--featured:hover .hs-mob-card__desc,.hs-mob-card--featured:focus .hs-mob-card__label,.hs-mob-card--featured:focus .hs-mob-card__desc{color:inherit}.hs-mob-card--featured .hs-mob-card__img{background:transparent}.hs-mob-card--featured .hs-mob-card__img-src{mix-blend-mode:normal}.hs-mob-card--featured-sheen:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,transparent 38%,rgba(255,255,255,.28) 50%,transparent 62%);pointer-events:none}.hs-mob-card--featured>*{position:relative;z-index:1}.hs-mob-card[disabled],.hs-mob-card[aria-disabled=true]{opacity:.5;cursor:not-allowed;pointer-events:none}.hs-mob-card__img{width:56px;min-width:56px;height:56px;aspect-ratio:1 / 1;border-radius:10px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:var(--hs-mob-card-bg);flex-shrink:0;color:var(--hs-mob-text-light)}.hs-mob-card__img:empty{display:none}.hs-mob-card__img-src{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.hs-mob-card__placeholder{display:block}.hs-mob-card__lang-code{font-size:16px;font-weight:500;color:var(--hs-mob-text-muted)}.hs-mob-card__body{display:flex;align-items:center;flex:1;min-width:0;padding:0;gap:12px}.hs-mob-card__text{display:flex;flex-direction:column;flex:1;min-width:0}.hs-mob-card__label{font-family:var(--hs-mob-font-heading);font-size:15px;font-weight:400;color:var(--hs-mob-text);line-height:1.3;letter-spacing:0;text-transform:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}.hs-mob-card__desc{display:block;font-family:var(--hs-mob-font-body);font-size:12px;color:var(--hs-mob-text-light);margin-top:2px;line-height:1.4;text-transform:none;letter-spacing:0;white-space:normal;overflow-wrap:anywhere}.hs-mob-card__chevron{flex-shrink:0;margin-left:auto;color:var(--hs-mob-text-light);width:28px;height:28px}.hs-mob-spacer{height:12px}.hs-mob-utility{margin:16px calc(-1 * var(--hs-mob-gutter)) 0;background:var(--hs-mob-bg);display:flex;flex-direction:column;border-top:1px solid var(--hs-mob-border)}.hs-mob-card--utility{background:transparent;border-radius:0;min-height:64px;padding:12px var(--hs-mob-gutter);border-bottom:1px solid var(--hs-mob-border)}.hs-mob-utility .hs-mob-card--utility:last-child{border-bottom:none}.hs-mob-card--utility:hover,.hs-mob-card--utility:focus-visible{filter:none;background:#4b4d570a;border-bottom-color:transparent}.hs-mob-card--utility .hs-mob-card__img{background:transparent;width:40px;min-width:40px;height:40px;border-radius:0}.hs-mob-card__value{font-family:var(--hs-mob-font-body);font-size:13px;font-weight:400;color:var(--hs-mob-text-light);margin-left:auto;flex-shrink:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:40%}.hs-mob-panel{position:fixed;inset:0 auto 0 0;width:85vw;background:var(--hs-mob-bg, #ffffff);overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior:none;transform:translate3d(-100%,0,0);visibility:hidden;transition:transform .3s var(--hs-mob-ease),visibility .3s var(--hs-mob-ease);z-index:2001;isolation:isolate;backface-visibility:hidden;-webkit-backface-visibility:hidden}.hs-mob-panel.is-active{transform:translateZ(0);visibility:visible}.hs-mob-panel--level-2{z-index:2002}.hs-mob-panel--level-3{z-index:2003}.hs-mob-panel__header{display:flex;align-items:center;gap:0;padding:var(--hs-mob-gutter);background:var(--hs-mob-bg);position:sticky;top:0;z-index:1;border-bottom:1px solid var(--hs-mob-border);transition:box-shadow .2s var(--hs-mob-ease)}.hs-mob-panel.is-scrolled .hs-mob-panel__header{box-shadow:0 4px 8px #0000000a}.hs-mob-back{background:none;border:none;cursor:pointer;padding:6px;width:36px;min-width:36px;height:36px;margin-left:-6px;display:flex;align-items:center;justify-content:center;color:var(--hs-mob-text);flex-shrink:0}.hs-mob-back svg{width:24px;height:24px}.hs-mob-panel__title{font-family:var(--hs-mob-font-heading);font-size:20px;font-weight:400;color:var(--hs-mob-text);line-height:1;transform:translateY(2px)}.hs-mob-panel__list{padding:12px var(--hs-mob-gutter) 40px;display:flex;flex-direction:column;gap:4px}.hs-mob-panel__list:has(>.hs-mob-utility:last-child){padding-bottom:0}.hs-mob-card--localization .hs-mob-card__text{gap:2px}.hs-mob-card--localization .hs-mob-card__label{font-family:var(--hs-mob-font-body);font-size:11px;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:var(--hs-mob-text-light)}.hs-mob-card--localization .hs-mob-card__desc{font-family:var(--hs-mob-font-heading);font-size:16px;color:var(--hs-mob-text);margin-top:0;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hs-mob-loc-flag{display:block;width:32px;height:24px;object-fit:cover;border-radius:2px;mix-blend-mode:normal;box-shadow:0 0 0 1px #4b4d5714}.hs-mob-lang-flag-wrap{position:relative}.hs-mob-lang-flag-wrap [data-lang-flag]{display:none}.hs-mob-lang-flag-wrap[data-active-lang=de] [data-lang-flag=de],.hs-mob-lang-flag-wrap[data-active-lang=en] [data-lang-flag=en]{display:block}.hs-mob-loc-list{gap:0;padding-top:0}.hs-mob-loc-form{display:block;margin:0;padding:0}.hs-mob-loc-row{appearance:none;-webkit-appearance:none;display:flex;align-items:center;gap:12px;width:100%;min-height:56px;padding:12px 4px;background:transparent;border:none;border-radius:0;border-bottom:1px solid var(--hs-mob-border);box-shadow:none;color:var(--hs-mob-text);font-family:inherit;text-align:left;cursor:pointer;transition:background .15s var(--hs-mob-ease)}.hs-mob-loc-row:hover,.hs-mob-loc-row:focus-visible{background:#4b4d570a}.hs-mob-loc-list .hs-mob-loc-form:last-child .hs-mob-loc-row,.hs-mob-loc-list>.hs-mob-loc-row:last-child{border-bottom:none}.hs-mob-loc-flag-wrap{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:32px;height:24px}.hs-mob-loc-name{flex:1;min-width:0;font-family:var(--hs-mob-font-heading);font-size:15px;font-weight:400;color:var(--hs-mob-text);line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hs-mob-loc-row--current .hs-mob-loc-name{font-weight:500}.hs-mob-loc-currency{flex-shrink:0;font-family:var(--hs-mob-font-body);font-size:12px;font-weight:500;color:var(--hs-mob-text-light);letter-spacing:.04em}.hs-mob-loc-check{flex-shrink:0;width:18px;height:18px;display:flex;align-items:center;justify-content:center;color:var(--color-text-heading, #4b4d57)}.hs-mob-loc-check svg{width:18px;height:18px;visibility:hidden}.hs-mob-loc-row--current .hs-mob-loc-check svg{visibility:visible}.hs-mob-view-all{display:inline-flex;align-items:center;justify-content:center;flex-wrap:nowrap;gap:6px;width:100%;min-width:0;padding:8px 8px 16px;font-family:var(--hs-mob-font-body);font-size:13px;font-weight:500;color:var(--hs-mob-text);text-decoration:none;margin-top:4px}.hs-mob-view-all__text{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-bottom:1px;background-image:linear-gradient(currentColor,currentColor);background-position:0% 100%;background-repeat:no-repeat;background-size:0% 1px;transition:background-size .3s ease,color .3s ease}.hs-mob-view-all:hover .hs-mob-view-all__text,.hs-mob-view-all:focus-visible .hs-mob-view-all__text{background-size:100% 1px}.hs-mob-view-all svg{width:14px;height:14px;flex-shrink:0}.hs-mob-divider{padding:20px 0 8px;font-family:var(--hs-mob-font-heading);font-size:18px;font-weight:400;color:var(--hs-mob-text);text-transform:none;letter-spacing:0;line-height:1.2}.hs-mob-divider:empty{display:none}.hs-mob-card,.hs-mob-close,.hs-mob-back,.hs-mob-highlight,.hs-mob-highlights__chevron,.hs-mob-view-all,.hs-mob-loc-row,.hs-mob-highlights__header{touch-action:manipulation;-webkit-tap-highlight-color:transparent}.hs-mob-card:focus-visible,.hs-mob-close:focus-visible,.hs-mob-back:focus-visible,.hs-mob-highlight:focus-visible,.hs-mob-highlights__chevron:focus-visible,.hs-mob-view-all:focus-visible{outline:2px solid var(--hs-mob-focus);outline-offset:2px}.hs-mob-drawer a,.hs-mob-drawer button,.hs-mob-drawer [role=button],.hs-mob-drawer [tabindex],.hs-mob-panel a,.hs-mob-panel button,.hs-mob-panel [role=button],.hs-mob-panel [tabindex],#hs-mob-close{-webkit-tap-highlight-color:transparent}.hs-mob-drawer a:focus:not(:focus-visible),.hs-mob-drawer button:focus:not(:focus-visible),.hs-mob-drawer [role=button]:focus:not(:focus-visible),.hs-mob-drawer [tabindex]:focus:not(:focus-visible),.hs-mob-panel a:focus:not(:focus-visible),.hs-mob-panel button:focus:not(:focus-visible),.hs-mob-panel [role=button]:focus:not(:focus-visible),.hs-mob-panel [tabindex]:focus:not(:focus-visible),#hs-mob-close:focus:not(:focus-visible){outline:none!important;box-shadow:none!important}@media(prefers-reduced-motion:reduce){.hs-mob-drawer,.hs-mob-overlay,.hs-mob-panel,.hs-mob-highlight__ring{transition-duration:.01ms!important}}@media(max-width:479.98px){.hs-mob-card{min-height:76px}.hs-mob-card__img{width:52px;min-width:52px;height:52px}.hs-mob-highlight{width:84px}.hs-mob-highlight__ring{width:78px;height:78px}}.hs-mob-card--wissen{text-decoration:none;color:inherit}.hs-mob-card__fallback-icon{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:var(--hs-mob-bg);color:var(--hs-mob-text);border-radius:inherit}.hs-mob-card__fallback-icon svg{width:22px;height:22px}
/*# sourceMappingURL=/cdn/shop/t/14/assets/mobile-nav.css.map */
