.vmlx-section,.vmlx-section *,.vmlx-section *:before,.vmlx-section *:after{box-sizing:border-box}.vmlx-section{--vmlx-text: rgb(var(--color-foreground, var(--color-base-text)));--vmlx-text-muted: rgb(var(--color-foreground, var(--color-base-text)) / .65);--vmlx-text-soft: rgb(var(--color-foreground, var(--color-base-text)) / .45);--vmlx-bg: rgb(var(--color-background, var(--color-base-background)));--vmlx-bg-soft: rgb(var(--color-foreground, var(--color-base-text)) / .04);--vmlx-bg-hover: rgb(var(--color-foreground, var(--color-base-text)) / .08);--vmlx-border: rgb(var(--color-foreground, var(--color-base-text)) / .15);--vmlx-border-soft: rgb(var(--color-foreground, var(--color-base-text)) / .08);--vmlx-accent: rgb(var(--color-button-background, var(--color-base-button)));--vmlx-accent-text: rgb(var(--color-button-text, var(--color-base-button-text)));--vmlx-shadow: rgb(var(--color-shadow) / var(--card-shadow-opacity));--vmlx-radius-card: var(--rounded-card);--vmlx-radius-block: var(--rounded-block);--vmlx-radius-button: var(--rounded-button);--vmlx-radius-input: var(--rounded-input);--vmlx-sticky-offset: var(--header-height, 0px);background:var(--vmlx-bg);color:var(--vmlx-text);font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight);line-height:var(--font-body-line-height);letter-spacing:var(--font-body-letter-spacing)}.vmlx-container{width:var(--page-container);max-width:100%;margin-inline:auto;padding-inline:var(--page-padding)}.vmlx-hero{display:grid;gap:var(--sp-3);margin-bottom:var(--sp-8)}@media screen and (min-width:768px){.vmlx-hero{margin-bottom:var(--sp-12)}}.vmlx-hero__eyebrow{font-family:var(--font-body-family);font-size:var(--text-2xs);font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--vmlx-text-muted);margin:0}.vmlx-hero__title{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:clamp(var(--text-3xl),4.5vw + 1rem,var(--text-5xl));line-height:1.1;letter-spacing:var(--font-heading-letter-spacing);text-transform:var(--font-heading-text-transform, none);margin:0;color:var(--vmlx-text);word-break:break-word}.vmlx-hero__sub{font-size:var(--text-base);color:var(--vmlx-text-muted);margin:0;max-width:65ch;line-height:1.5}@media screen and (min-width:768px){.vmlx-hero__sub{font-size:var(--text-lg)}}.vmlx-hero__sub strong{color:var(--vmlx-text);font-weight:700}.vmlx-hero__search{margin-top:var(--sp-4);max-width:640px}@media screen and (min-width:768px){.vmlx-hero__search{margin-top:var(--sp-5)}}.vmlx-search{position:relative;width:100%}.vmlx-search__input{width:100%;min-height:2.75rem;padding:var(--sp-3) var(--sp-3) var(--sp-3) var(--sp-12);font-family:inherit;font-size:16px;color:var(--vmlx-text);background:var(--vmlx-bg);border:1px solid var(--vmlx-border);border-radius:var(--vmlx-radius-input);outline:0;transition:border-color .15s ease,box-shadow .15s ease;-webkit-appearance:none;appearance:none}@media screen and (min-width:768px){.vmlx-search__input{font-size:var(--text-base)}}.vmlx-search__input:focus-visible{border-color:var(--vmlx-accent);box-shadow:0 0 0 3px rgb(var(--color-button-background, var(--color-base-button)) / .15)}.vmlx-search__icon{position:absolute;inset-inline-start:var(--sp-4);inset-block-start:50%;transform:translateY(-50%);width:1rem;height:1rem;color:var(--vmlx-text-muted);pointer-events:none}.vmlx-search__results{position:absolute;top:calc(100% + var(--sp-2));left:0;right:0;max-height:22rem;overflow-y:auto;background:var(--vmlx-bg);border:1px solid var(--vmlx-border);border-radius:var(--vmlx-radius-block);box-shadow:0 12px 32px var(--vmlx-shadow);z-index:50;padding:var(--sp-2);display:none}.vmlx-search[data-open=true] .vmlx-search__results{display:block}.vmlx-search__result{display:grid;grid-template-columns:1fr auto;align-items:center;gap:var(--sp-3);padding:var(--sp-3);border-radius:var(--vmlx-radius-button);text-decoration:none;color:inherit;transition:background-color .1s ease;outline:0}.vmlx-search__result:hover,.vmlx-search__result[aria-selected=true],.vmlx-search__result:focus-visible{background:var(--vmlx-bg-hover)}.vmlx-search__result-title{font-weight:600;font-size:var(--text-base);line-height:1.3}.vmlx-search__result-title mark{background:rgb(var(--color-button-background, var(--color-base-button)) / .18);color:inherit;padding:0 .1em;border-radius:2px;font-weight:700}.vmlx-search__result-def{display:block;font-size:var(--text-xs);color:var(--vmlx-text-muted);margin-top:.15rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vmlx-search__result-cat{display:inline-block;padding:.15rem .55rem;font-size:var(--text-3xs);font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--vmlx-text-muted);background:var(--vmlx-bg-soft);border-radius:var(--vmlx-radius-button);white-space:nowrap}.vmlx-search__empty{padding:var(--sp-4) var(--sp-3);text-align:center;color:var(--vmlx-text-muted);font-size:var(--text-sm)}.vmlx-stickybar{position:sticky;top:var(--vmlx-sticky-offset, 0);z-index:5;background:var(--vmlx-bg);border-bottom:1px solid var(--vmlx-border-soft);margin-bottom:var(--sp-6);padding-block:var(--sp-2);margin-inline:calc(var(--page-padding) * -1);padding-inline:var(--page-padding)}@media screen and (min-width:768px){.vmlx-stickybar{padding-block:var(--sp-3)}}.vmlx-stickybar__inner{display:grid;gap:var(--sp-3)}@media screen and (min-width:768px){.vmlx-stickybar__inner{grid-template-columns:1fr auto;align-items:center}}.vmlx-stickybar .vmlx-search{max-width:360px}.vmlx-alphabar{display:flex;flex-wrap:nowrap;overflow-x:auto;gap:var(--sp-1);scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:none}.vmlx-alphabar::-webkit-scrollbar{display:none}.vmlx-alphalink{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-width:2.75rem;height:2.75rem;padding-inline:var(--sp-2);font-family:var(--font-heading-family);font-size:var(--text-base);font-weight:600;color:var(--vmlx-text-muted);background:transparent;border:0;border-radius:var(--vmlx-radius-button);text-decoration:none;scroll-snap-align:center;cursor:pointer;transition:background-color .15s ease,color .15s ease;outline:0}@media screen and (min-width:768px){.vmlx-alphalink{min-width:2rem;height:2rem;font-size:var(--text-sm)}}.vmlx-alphalink:hover,.vmlx-alphalink:focus-visible{background:var(--vmlx-bg-hover);color:var(--vmlx-text)}.vmlx-alphalink--active{background:var(--vmlx-accent);color:var(--vmlx-accent-text)}.vmlx-alphalink--active:hover{background:var(--vmlx-accent);color:var(--vmlx-accent-text);opacity:.9}.vmlx-alphalink[aria-disabled=true]{color:var(--vmlx-text-soft);pointer-events:none;cursor:not-allowed}.vmlx-filters{display:flex;flex-wrap:wrap;align-items:center;gap:var(--sp-2);margin-bottom:var(--sp-6)}@media screen and (min-width:768px){.vmlx-filters{margin-bottom:var(--sp-8)}}.vmlx-filters__label{flex:0 0 100%;font-size:var(--text-2xs);font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--vmlx-text-muted);margin-right:0;margin-bottom:var(--sp-1)}@media screen and (min-width:768px){.vmlx-filters__label{flex:0 0 auto;font-size:var(--text-xs);margin-right:var(--sp-2);margin-bottom:0}}.vmlx-pill{display:inline-flex;align-items:center;gap:var(--sp-1);min-height:2.5rem;padding:var(--sp-2) var(--sp-3);font-family:inherit;font-size:var(--text-sm);font-weight:500;color:var(--vmlx-text);background:var(--vmlx-bg);border:1px solid var(--vmlx-border);border-radius:var(--vmlx-radius-button);cursor:pointer;transition:background-color .15s ease,color .15s ease,border-color .15s ease;outline:0;white-space:nowrap}.vmlx-pill:hover,.vmlx-pill:focus-visible{background:var(--vmlx-bg-hover);border-color:var(--vmlx-text)}.vmlx-pill[aria-pressed=true]{background:var(--vmlx-accent);color:var(--vmlx-accent-text);border-color:var(--vmlx-accent)}.vmlx-pill__count{font-size:var(--text-2xs);opacity:.7}.vmlx-filters__more{position:relative}.vmlx-filters__more-menu{position:absolute;top:calc(100% + var(--sp-2));inset-inline-start:0;min-width:16rem;max-width:calc(100vw - 2 * var(--page-padding));max-height:70vh;overflow-y:auto;padding:var(--sp-2);background:var(--vmlx-bg);border:1px solid var(--vmlx-border);border-radius:var(--vmlx-radius-block);box-shadow:0 12px 32px var(--vmlx-shadow);z-index:40;display:none}.vmlx-filters__more[data-open=true] .vmlx-filters__more-menu{display:block}.vmlx-filters__more-item{display:flex;align-items:center;justify-content:space-between;gap:var(--sp-3);width:100%;min-height:2.5rem;padding:var(--sp-2) var(--sp-3);font-family:inherit;font-size:var(--text-sm);color:var(--vmlx-text);background:transparent;border:0;border-radius:var(--vmlx-radius-button);cursor:pointer;text-align:start}.vmlx-filters__more-item:hover,.vmlx-filters__more-item:focus-visible{background:var(--vmlx-bg-hover);outline:0}.vmlx-filters__more-item[aria-pressed=true]{background:var(--vmlx-bg-soft);font-weight:600}.vmlx-filters__reset{margin-inline-start:auto;font-size:var(--text-sm);color:var(--vmlx-text-muted);background:transparent;border:0;text-decoration:underline;cursor:pointer;padding:var(--sp-2) var(--sp-3);border-radius:var(--vmlx-radius-button)}.vmlx-filters__reset:hover,.vmlx-filters__reset:focus-visible{color:var(--vmlx-text);outline:0}.vmlx-filters__reset[hidden]{display:none}.vmlx-rails{display:grid;gap:var(--sp-6);margin-bottom:var(--sp-8)}@media screen and (min-width:768px){.vmlx-rails{gap:var(--sp-8);margin-bottom:var(--sp-12)}}@media screen and (min-width:1024px){.vmlx-rails{grid-template-columns:2fr 1fr;gap:var(--sp-12)}}.vmlx-rail__title{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:var(--text-xl);letter-spacing:var(--font-heading-letter-spacing);margin:0 0 var(--sp-3);color:var(--vmlx-text)}@media screen and (min-width:768px){.vmlx-rail__title{font-size:var(--text-2xl);margin-bottom:var(--sp-4)}}.vmlx-rail__list{list-style:none;margin:0;padding:0;display:grid;gap:var(--sp-1)}.vmlx-rail__link{display:grid;grid-template-columns:1fr auto;align-items:center;gap:var(--sp-2);min-height:2.75rem;padding:var(--sp-2) var(--sp-3);border-radius:var(--vmlx-radius-button);text-decoration:none;color:var(--vmlx-text);border-bottom:1px solid var(--vmlx-border-soft);transition:background-color .15s ease}@media screen and (min-width:768px){.vmlx-rail__link{gap:var(--sp-3);padding:var(--sp-3)}}.vmlx-rail__link:hover,.vmlx-rail__link:focus-visible{background:var(--vmlx-bg-hover);outline:0}.vmlx-rail__name{font-weight:500;font-size:var(--text-sm);line-height:1.35}@media screen and (min-width:768px){.vmlx-rail__name{font-size:var(--text-base)}}.vmlx-rail__cat{font-size:var(--text-2xs);font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--vmlx-text-muted);white-space:nowrap}.vmlx-rail__empty{padding:var(--sp-3);font-size:var(--text-sm);color:var(--vmlx-text-muted)}.vmlx-index{display:grid;gap:var(--sp-8)}@media screen and (min-width:768px){.vmlx-index{gap:var(--sp-12)}}.vmlx-letter-section{scroll-margin-top:calc(var(--vmlx-sticky-offset, 0px) + var(--sp-4))}@media screen and (min-width:768px){.vmlx-letter-section{scroll-margin-top:calc(var(--vmlx-sticky-offset, 0px) + var(--sp-8))}}.vmlx-letter-section[data-letter-empty=true]{display:none}.vmlx-letter-section__head{display:flex;align-items:baseline;justify-content:space-between;gap:var(--sp-3);padding-bottom:var(--sp-2);margin-bottom:var(--sp-4);border-bottom:1px solid var(--vmlx-border-soft)}@media screen and (min-width:768px){.vmlx-letter-section__head{gap:var(--sp-4);padding-bottom:var(--sp-3);margin-bottom:var(--sp-5)}}.vmlx-letter{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:clamp(var(--text-4xl),7vw,var(--text-6xl));line-height:1;color:var(--vmlx-accent);margin:0}.vmlx-letter__count{font-size:var(--text-xs);color:var(--vmlx-text-muted);font-weight:500;white-space:nowrap}@media screen and (min-width:768px){.vmlx-letter__count{font-size:var(--text-sm)}}.vmlx-grid{display:grid;gap:var(--sp-3);grid-template-columns:1fr}@media screen and (min-width:768px){.vmlx-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--sp-5)}}@media screen and (min-width:1024px){.vmlx-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.vmlx-card{display:flex;flex-direction:column;gap:var(--sp-2);padding:var(--sp-4);background:var(--vmlx-bg);border:1px solid var(--vmlx-border-soft);border-radius:var(--vmlx-radius-card);text-decoration:none;color:var(--vmlx-text);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;box-shadow:0 1px 2px rgb(var(--color-shadow) / .04);outline:0;min-height:5rem}@media screen and (min-width:768px){.vmlx-card{padding:var(--sp-5)}}.vmlx-card[hidden]{display:none}.vmlx-card:hover,.vmlx-card:focus-visible{border-color:var(--vmlx-accent);box-shadow:0 8px 24px rgb(var(--color-shadow) / .12);transform:translateY(-2px)}.vmlx-card__head{display:flex;align-items:center;flex-wrap:wrap;gap:var(--sp-2);margin-bottom:var(--sp-2)}.vmlx-card__cat{display:inline-block;padding:.2rem .6rem;font-size:var(--text-3xs);font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--vmlx-text-muted);background:var(--vmlx-bg-soft);border-radius:var(--vmlx-radius-button)}.vmlx-card__title{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:600;font-size:var(--text-base);line-height:1.3;margin:0;color:var(--vmlx-text)}@media screen and (min-width:768px){.vmlx-card__title{font-size:var(--text-lg)}}.vmlx-card__def{font-size:var(--text-sm);line-height:1.5;color:var(--vmlx-text-muted);margin:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.vmlx-card__more{margin-top:auto;padding-top:var(--sp-3);font-size:var(--text-xs);font-weight:600;letter-spacing:.04em;color:var(--vmlx-accent)}.vmlx-cta{display:grid;gap:var(--sp-4);padding:var(--sp-5);background:var(--vmlx-bg-soft);border-radius:var(--vmlx-radius-block);align-items:center;margin-block:var(--sp-2)}@media screen and (min-width:768px){.vmlx-cta{gap:var(--sp-5);padding:var(--sp-7)}}.vmlx-cta--with-image{grid-template-columns:1fr}@media screen and (min-width:768px){.vmlx-cta--with-image{grid-template-columns:minmax(0,220px) 1fr;gap:var(--sp-8)}}.vmlx-cta__media{position:relative;aspect-ratio:4 / 3;border-radius:var(--vmlx-radius-card);overflow:hidden;background:var(--vmlx-bg-hover)}.vmlx-cta__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.vmlx-cta__body{display:grid;gap:var(--sp-3)}.vmlx-cta__eyebrow{font-size:var(--text-2xs);font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--vmlx-accent);margin:0}.vmlx-cta__title{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:var(--text-xl);line-height:1.2;letter-spacing:var(--font-heading-letter-spacing);margin:0;color:var(--vmlx-text)}@media screen and (min-width:768px){.vmlx-cta__title{font-size:var(--text-2xl)}}.vmlx-cta__text{font-size:var(--text-base);color:var(--vmlx-text-muted);margin:0}.vmlx-cta__price{display:flex;align-items:baseline;gap:var(--sp-2);font-size:var(--text-base);color:var(--vmlx-text)}.vmlx-cta__price-current{font-weight:700;font-size:var(--text-lg)}.vmlx-cta__price-compare{font-size:var(--text-sm);color:var(--vmlx-text-muted);text-decoration:line-through}.vmlx-cta__btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--sp-2);min-height:2.75rem;padding:var(--sp-3) var(--sp-5);font-family:var(--font-button-family);font-size:var(--font-button-size);font-weight:var(--font-button-weight);text-transform:var(--font-button-text-transform, none);background:var(--vmlx-accent);color:var(--vmlx-accent-text);border:var(--buttons-border-width) solid var(--vmlx-accent);border-radius:var(--vmlx-radius-button);text-decoration:none;cursor:pointer;transition:opacity .15s ease,transform .15s ease;align-self:stretch;justify-self:stretch;text-align:center}@media screen and (min-width:768px){.vmlx-cta__btn{align-self:start;justify-self:start;padding:var(--sp-3) var(--sp-6)}}.vmlx-cta__btn:hover,.vmlx-cta__btn:focus-visible{opacity:.92;outline:0}.vmlx-cta__btn:active{transform:scale(.98)}.vmlx-empty{display:none;padding:var(--sp-12) var(--sp-5);text-align:center;color:var(--vmlx-text-muted);border:1px dashed var(--vmlx-border);border-radius:var(--vmlx-radius-block)}.vmlx-empty[data-active=true]{display:grid;gap:var(--sp-4);justify-items:center}.vmlx-empty__title{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:var(--text-2xl);margin:0;color:var(--vmlx-text)}.vmlx-empty__text{font-size:var(--text-base);margin:0}.vmlx-empty__btn{display:inline-flex;padding:var(--sp-3) var(--sp-6);font-family:var(--font-button-family);font-size:var(--font-button-size);font-weight:var(--font-button-weight);background:var(--vmlx-accent);color:var(--vmlx-accent-text);border:0;border-radius:var(--vmlx-radius-button);cursor:pointer}@media screen and (max-width:767px){.vmlx-search[data-mobile-sheet=true][data-open=true] .vmlx-search__results{position:fixed;inset:auto 0 0 0;top:auto;max-height:70vh;margin:0;border-radius:var(--vmlx-radius-block) var(--vmlx-radius-block) 0 0;border-bottom:0;box-shadow:0 -8px 32px var(--vmlx-shadow);padding:var(--sp-4);z-index:100}.vmlx-search[data-mobile-sheet=true][data-open=true]:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:99}}@media(prefers-reduced-motion:reduce){.vmlx-section *,.vmlx-section *:before,.vmlx-section *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media print{.vmlx-stickybar,.vmlx-search,.vmlx-filters,.vmlx-cta,.vmlx-empty{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/121/assets/vmlx-lexikon.css.map */
