.featured-collection__floating-label{position:fixed;z-index:9999;display:inline-flex;align-items:center;gap:10px;max-width:min(320px,calc(100vw - 32px));padding:10px 16px;border-radius:999px;background:#0a0a0a;box-shadow:0 12px 28px #00000047;opacity:0;transform:translateY(12px);pointer-events:none;transition:opacity .25s ease,transform .25s ease}.featured-collection__floating-label--visible{opacity:1;transform:translateY(0)}.featured-collection__floating-label--bottom-left{left:20px;bottom:20px}.featured-collection__floating-label--bottom-right{right:20px;bottom:20px}.featured-collection__floating-label--top-left{left:20px;top:20px}.featured-collection__floating-label--top-right{right:20px;top:20px}.featured-collection__floating-label-dot{width:8px;height:8px;border-radius:999px;background:#14be5f;flex-shrink:0}.featured-collection__floating-label-text{display:flex;flex-direction:column;line-height:1.25;font-size:.8125rem;color:#fff}.featured-collection__floating-label-text strong{font-weight:700}.featured-collection__floating-label-text span{font-size:.75rem;color:#ffffffb3}@media(max-width:749px){.featured-collection__floating-label{padding:8px 14px}.featured-collection__floating-label-text{font-size:.75rem}}@media(prefers-reduced-motion:reduce){.featured-collection__floating-label{transition:none}}.test-section__tag-hint{margin-bottom:16px;padding:12px 16px;border:1px dashed rgba(0,0,0,.25);border-radius:8px;font-size:.8125rem;line-height:1.5;background:#ffdd5726}.test-section__tag-hint-list{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.test-section__tag-chip{padding:3px 10px;border-radius:999px;background:#00000014;font-family:monospace;cursor:text;-webkit-user-select:all;user-select:all}.test-section__tag-chip--active{background:#14be5f;color:#fff;font-weight:700}.test-section__tag-hint-warning{display:block;margin-top:8px;color:#c0392b;font-weight:700}.test-section__extra-top-small{padding-top:40px!important}.test-section__extra-top-medium{padding-top:80px!important}.test-section__extra-top-large{padding-top:140px!important}.test-section__extra-bottom-small{padding-bottom:40px!important}.test-section__extra-bottom-medium{padding-bottom:80px!important}.test-section__extra-bottom-large{padding-bottom:140px!important}.test-section__floating-label{position:fixed;z-index:9000;display:inline-flex;align-items:center;gap:10px;max-width:min(320px,calc(100vw - 32px));padding:10px 16px;border-radius:999px;background:var(--floating-label-bg, #0a0a0a);color:var(--floating-label-text, #ffffff);box-shadow:0 12px 28px #00000047;opacity:0;transform:translateY(12px);pointer-events:none;transition:opacity .25s ease,transform .25s ease}.test-section__floating-label--visible{opacity:1;transform:translateY(0)}.test-section__floating-label--bottom-left{left:20px;bottom:var(--floating-label-offset, 20px)}.test-section__floating-label--bottom-right{right:20px;bottom:var(--floating-label-offset, 20px)}.test-section__floating-label--top-left{left:20px;top:var(--floating-label-offset, 20px)}.test-section__floating-label--top-right{right:20px;top:var(--floating-label-offset, 20px)}.test-section__floating-label-dot{width:18px;height:18px;flex-shrink:0;color:var(--floating-label-dot, #14be5f)}.test-section__floating-label-dot svg{display:block;width:100%;height:100%;fill:currentColor}.test-section__floating-label-text{display:flex;flex-direction:column;line-height:1.25;font-size:.8125rem;color:inherit}.test-section__floating-label-text strong{font-weight:700}.test-section__floating-label-text span{font-size:.75rem;opacity:.7}@media(prefers-reduced-motion:reduce){.test-section__floating-label{transition:none}}.we-hero-video{position:relative;min-height:var(--hero-height, 90vh);min-height:var(--hero-height-dvh, 90dvh);display:flex;overflow:hidden}.we-hero-video__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.we-hero-video__video,.we-hero-video__media img,.we-hero-video__placeholder{display:block;width:100%;height:100%;object-fit:cover}.we-hero-video__poster{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.we-hero-video__video{position:relative;z-index:2;opacity:0;transition:opacity .4s ease}.we-hero-video--playing .we-hero-video__video{opacity:1}.we-hero-video--playing .we-hero-video__poster{opacity:0;pointer-events:none}.we-hero-video__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--hero-overlay-color, #000000);opacity:var(--hero-overlay-opacity, .4);pointer-events:none}.we-hero-video__logo{position:absolute;top:clamp(28px,6vw,96px);left:clamp(28px,6vw,96px);z-index:2;width:clamp(32px,4vw,44px);height:clamp(32px,4vw,44px);color:var(--hero-text-color, #ffffff);pointer-events:none}.we-hero-video__logo svg{display:block;width:100%;height:100%;fill:currentColor}.we-hero-video__content{position:relative;z-index:1;display:flex;flex-direction:column;gap:20px;width:100%;padding:clamp(28px,6vw,96px);color:var(--hero-text-color, #ffffff)}.we-hero-video__content--left{text-align:left;align-items:flex-start}.we-hero-video__content--center{text-align:center;align-items:center}.we-hero-video__content--right{text-align:right;align-items:flex-end}.we-hero-video__content--top{justify-content:flex-start}.we-hero-video__content--middle{justify-content:center}.we-hero-video__content--bottom{justify-content:flex-end}.we-hero-video__eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:.8125rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--hero-accent-color, #14be5f)}.we-hero-video__eyebrow:before{content:"";display:inline-block;width:28px;height:2px;background:var(--hero-accent-color, #14be5f);border-radius:999px}.we-hero-video__content--center .we-hero-video__eyebrow:before,.we-hero-video__content--right .we-hero-video__eyebrow:before{display:none}.we-hero-video__heading{margin:0;max-width:20ch;font-size:clamp(2.75rem,7vw,6rem);line-height:.98;letter-spacing:-.01em;text-transform:uppercase}.we-hero-video__subtitle{max-width:48ch;font-size:clamp(1rem,1.6vw,1.25rem);line-height:1.55;opacity:.92}.we-hero-video__subtitle>:first-child{margin-top:0}.we-hero-video__subtitle>:last-child{margin-bottom:0}.we-hero-video__button{display:inline-flex;align-items:center;margin-top:8px;padding:16px 34px;border-radius:999px;background:var(--hero-accent-color, #14be5f);color:#0a0a0a;font-weight:700;text-transform:uppercase;letter-spacing:.04em;font-size:.875rem;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.no-touchevents .we-hero-video__button:hover{transform:translateY(-2px);box-shadow:0 14px 28px #00000047}.we-hero-video__placeholder{display:flex;align-items:center;justify-content:center;background:#111;color:#999;text-align:center;padding:24px}.we-hero-video__scroll-hint{position:absolute;left:50%;bottom:clamp(20px,4vh,40px);z-index:1;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:10px;color:var(--hero-text-color, #ffffff);opacity:.85}.we-hero-video__scroll-text{font-size:.6875rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase}.we-hero-video__scroll-line{position:relative;width:2px;height:34px;border-radius:999px;background:color-mix(in srgb,var(--hero-text-color, #ffffff) 30%,transparent);overflow:hidden}.we-hero-video__scroll-line:after{content:"";position:absolute;top:-100%;left:0;right:0;height:100%;background:var(--hero-accent-color, #14be5f);animation:we-hero-video-scroll 1.8s ease-in-out infinite}@keyframes we-hero-video-scroll{0%{top:-100%}60%{top:100%}to{top:100%}}@media(prefers-reduced-motion:reduce){.we-hero-video__scroll-line:after{animation:none;top:0}.we-hero-video__button{transition:none}}.we-marquee{overflow:hidden;background:var(--marquee-bg, #0a0a0a);color:var(--marquee-text, #ffffff);padding-block:clamp(12px,2vw,18px);border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.we-marquee__track{display:flex;width:max-content;animation:we-marquee-scroll var(--marquee-duration, 25s) linear infinite}.we-marquee--pause-on-hover:hover .we-marquee__track{animation-play-state:paused}.we-marquee__item{display:inline-flex;align-items:center;gap:14px;padding-inline:clamp(16px,2.4vw,28px);white-space:nowrap;font-weight:700;text-transform:uppercase;letter-spacing:.05em;font-size:clamp(.8125rem,1.4vw,1rem)}.we-marquee__logo{display:block;width:var(--marquee-logo-size, 14px);height:var(--marquee-logo-size, 14px);color:var(--marquee-accent, #14be5f);flex-shrink:0}.we-marquee__logo svg{display:block;width:100%;height:100%;fill:currentColor}@keyframes we-marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.we-marquee__track{animation:none}}.hybrid-scroll-phase__number{font-variant-numeric:tabular-nums}.hybrid-scroll-phase__number--pill{border:1px solid currentColor;border-radius:999px;padding:2px 10px}.hybrid-scroll-phase__number--circle-filled,.hybrid-scroll-phase__number--circle-ring{display:inline-flex;align-items:center;justify-content:center;width:2.4em;height:2.4em;border-radius:50%}.hybrid-scroll-phase__number--circle-filled{background:var(--hsp-accent-color, #14be5f);color:var(--hsp-overlay-color, #0d0d0d)}.hybrid-scroll-phase__number--circle-ring{border:1.5px solid currentColor}.hybrid-scroll-phase__number--minimal{font-weight:700;letter-spacing:.04em;color:var(--hsp-accent-color, #14be5f)}.hybrid-scroll-phase__rail{position:absolute;left:clamp(14px,2.5vw,28px);top:calc(clamp(56px,10vh,96px) + var(--hsp-top-offset, 0px));bottom:clamp(56px,10vh,96px);z-index:1;pointer-events:none}.hybrid-scroll-phase__rail--straight{width:2px;background:color-mix(in srgb,var(--hsp-text-color, #ffffff) 22%,transparent);border-radius:999px;overflow:hidden}.hybrid-scroll-phase__rail-fill{position:absolute;top:0;left:0;right:0;height:0%;background:var(--hsp-accent-color, #14be5f);border-radius:inherit;transition:height .1s linear}.hybrid-scroll-phase__rail--curvy{width:clamp(18px,2.4vw,26px)}.hybrid-scroll-phase__rail--helix{width:clamp(10px,1.4vw,15px)}.hybrid-scroll-phase__rail--curvy svg{display:block;width:100%;height:100%}.hybrid-scroll-phase__rail-track{fill:none;stroke:color-mix(in srgb,var(--hsp-text-color, #ffffff) 20%,transparent);stroke-width:2;stroke-linecap:round}.hybrid-scroll-phase__rail-fill-path{fill:none;stroke:var(--hsp-accent-color, #14be5f);stroke-width:2;stroke-linecap:round;opacity:0;transition:stroke-dashoffset .1s linear,opacity .3s ease}.hybrid-scroll-phase__rail-mask-track,.hybrid-scroll-phase__rail-mask-fill{position:absolute;left:0;right:0;top:0;-webkit-mask-image:var(--hsp-dna-mask);mask-image:var(--hsp-dna-mask);-webkit-mask-repeat:repeat-y;mask-repeat:repeat-y;-webkit-mask-position:top;mask-position:top;-webkit-mask-size:100% auto;mask-size:100% auto}.hybrid-scroll-phase__rail-mask-track{bottom:0;background:color-mix(in srgb,var(--hsp-text-color, #ffffff) 22%,transparent)}.hybrid-scroll-phase__rail-mask-fill{height:0%;background:var(--hsp-accent-color, #14be5f);transition:height .1s linear}@media(prefers-reduced-motion:reduce){.hybrid-scroll-phase__rail{display:none}.hybrid-scroll-phase__logo{transition:none}}.hybrid-scroll-phase{position:relative;height:var(--hsp-scroll-length, 250vh)}.hybrid-scroll-phase--static{height:auto}.hybrid-scroll-phase__sticky{position:sticky;top:0;height:100vh;overflow:hidden;display:flex}.hybrid-scroll-phase--static .hybrid-scroll-phase__sticky{position:relative;height:70vh;min-height:480px}.hybrid-scroll-phase__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hybrid-scroll-phase__video,.hybrid-scroll-phase__media img{display:block;width:100%;height:100%;object-fit:cover}.hybrid-scroll-phase__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--hsp-overlay-color, #000000);opacity:var(--hsp-overlay-opacity, .35);pointer-events:none}.hybrid-scroll-phase__content{position:relative;z-index:1;display:flex;flex-direction:column;gap:16px;width:100%;padding:clamp(24px,5vw,72px);color:var(--hsp-text-color, #ffffff)}@media(max-width:749px){.hybrid-scroll-phase__content{padding-left:48px}}.hybrid-scroll-phase__content--left{text-align:left;align-items:flex-start}.hybrid-scroll-phase__content--center{text-align:center;align-items:center}.hybrid-scroll-phase__content--right{text-align:right;align-items:flex-end}.hybrid-scroll-phase__content--top{justify-content:flex-start}.hybrid-scroll-phase__content--middle{justify-content:center}.hybrid-scroll-phase__content--bottom{justify-content:flex-end}.hybrid-scroll-phase__eyebrow{display:flex;align-items:center;gap:12px;font-size:.875rem;letter-spacing:.14em;text-transform:uppercase;opacity:.85}.hybrid-scroll-phase__number{font-variant-numeric:tabular-nums;border:1px solid currentColor;border-radius:999px;padding:2px 10px}.hybrid-scroll-phase__thread{position:absolute;left:clamp(14px,2.5vw,28px);top:calc(clamp(56px,10vh,96px) + var(--hsp-top-offset, 0px));bottom:clamp(56px,10vh,96px);width:2px;z-index:1;background:color-mix(in srgb,var(--hsp-text-color, #ffffff) 22%,transparent);border-radius:999px;overflow:hidden;pointer-events:none}.hybrid-scroll-phase__thread-fill{position:absolute;top:0;left:0;right:0;height:0%;background:var(--hsp-accent-color, #14be5f);border-radius:inherit;transition:height .1s linear}.hybrid-scroll-phase__logo{position:absolute;top:calc(clamp(24px,5vw,72px) + var(--hsp-top-offset, 0px));left:clamp(24px,5vw,72px);z-index:2;width:clamp(28px,4vw,36px);height:clamp(28px,4vw,36px);color:#fff;transition:color .2s ease;pointer-events:none}@media(max-width:749px){.hybrid-scroll-phase__logo{left:48px}}.hybrid-scroll-phase__logo svg{display:block;width:100%;height:100%;fill:currentColor}.hybrid-scroll-phase__logo--active{color:var(--hsp-accent-color, #14be5f)}@media(prefers-reduced-motion:reduce){.hybrid-scroll-phase__thread{display:none}.hybrid-scroll-phase__logo{transition:none}}.hybrid-scroll-phase__heading{margin:0;max-width:16ch;font-size:clamp(2.25rem,5vw,4.5rem);line-height:1.05}.hybrid-scroll-phase__text{max-width:42ch;font-size:clamp(1rem,1.5vw,1.25rem);line-height:1.5}.hybrid-scroll-phase__text>:first-child{margin-top:0}.hybrid-scroll-phase__text>:last-child{margin-bottom:0}.hybrid-scroll-phase__button{display:inline-flex;align-items:center;align-self:inherit;padding:14px 28px;border-radius:999px;background:var(--hsp-text-color, #ffffff);color:#111;font-weight:600;text-decoration:none}.hybrid-scroll-phase__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:#e8e8e8;color:#666;text-align:center;padding:24px}@media(prefers-reduced-motion:reduce){.hybrid-scroll-phase{height:auto}.hybrid-scroll-phase__sticky{position:relative;height:100vh}}.we-subscription-banner{position:relative;overflow:hidden;border-radius:var(--wsb-radius, 16px);background-color:var(--wsb-bg, #def6e9);color:var(--wsb-text, #0a0a0a)}.we-subscription-banner--full-width{border-radius:0}.we-subscription-banner--bg-login{background-image:url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1400 800"><defs><style>.cls-1{mix-blend-mode:multiply;opacity:.5;}.cls-1,.cls-2{fill:%23def6e9;}.cls-3{isolation:isolate;}<\/style></defs><g class="cls-3"><g id="Muster_Mint"><rect class="cls-2" y="-1" width="1400" height="802"/><circle class="cls-1" cx="1000" cy="200" r="200"/><rect class="cls-1" x="800" y="-199.5" width="400" height="400" transform="translate(1000.5 -999.5) rotate(90)"/><circle class="cls-1" cx="1200" cy="400" r="200"/><circle class="cls-1" cx="200" cy="200" r="200"/><rect class="cls-1" x="1199.5" y="200.5" width="400" height="400" transform="translate(2799 801) rotate(-180)"/><circle class="cls-1" cx="800" cy="400" r="200"/><rect class="cls-1" x="200" y="200" width="600" height="400"/><circle class="cls-1" cx="1200" cy="800" r="200"/><circle class="cls-1" cx="1400" cy="-1" r="200"/><rect class="cls-1" x="1199.5" y="600.5" width="400.5" height="400" transform="translate(2799.5 1601) rotate(180)"/><circle class="cls-1" cx="798.75" cy="800.25" r="200"/><circle class="cls-1" cy="-1" r="200"/><rect class="cls-1" x="599.62" y="400.37" width="400.75" height="400" transform="translate(1400.37 -199.63) rotate(90)"/><circle class="cls-1" cx="400" cy="600.5" r="200"/><rect class="cls-1" x="0" y="400" width="400.5" height="400"/><circle class="cls-1" cx="400" cy="400" r="200"/><rect class="cls-1" x="0" y="200" width="400" height="400"/><circle class="cls-1" cx="600" cy="0" r="200"/><rect class="cls-1" x="400.5" y=".5" width="399" height="400" transform="translate(399.5 800.5) rotate(-90)"/><circle class="cls-1" cx="600.5" cy="600" r="200"/></g></g></svg>');background-size:cover;background-position:center}.we-subscription-banner--bg-hero{background-image:url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1400 800"><defs><style>.cls-1{fill:%23c3f578;}.cls-1,.cls-2{mix-blend-mode:multiply;opacity:.5;}.cls-2{fill:%2314be5f;}.cls-3{isolation:isolate;}.cls-4{fill:%235ad291;}<\/style></defs><g class="cls-3"><g id="Muster_2"><rect class="cls-4" y="-1" width="1400" height="802"/><circle class="cls-2" cx="400" cy="401" r="200"/><rect class="cls-1" x="399.5" y="201.5" width="400" height="400" transform="translate(1199 803) rotate(-180)"/><circle class="cls-2" cx="600" cy="801.5" r="200"/><circle class="cls-2" cx="199.5" cy="-1.5" r="200"/><rect class="cls-1" x="-200" y="-202" width="400" height="400"/><circle class="cls-2" cx=".5" cy="198.5" r="200"/><rect class="cls-1" x="-399" y="-2" width="400" height="400"/><circle class="cls-2" cx="1399.5" cy="398" r="200"/><rect class="cls-1" x="1200" y="-1.5" width="400" height="400" transform="translate(1598.5 -1201.5) rotate(90)"/><circle class="cls-2" cx="799.5" cy="598" r="200"/><rect class="cls-1" x="600" y="198.5" width="400" height="400" transform="translate(1198.5 -401.5) rotate(90)"/><circle class="cls-2" cx="599.5" cy="198" r="200"/><rect class="cls-1" x="400" y="-201.5" width="400" height="400" transform="translate(598.5 -601.5) rotate(90)"/><circle class="cls-2" cx="1400" cy="602" r="200"/><rect class="cls-1" x="1399.5" y="402.5" width="400" height="400" transform="translate(3199 1205) rotate(-180)"/><circle class="cls-1" cx="200" cy="201" r="200"/><rect class="cls-2" x="-.38" y="201.37" width="400.75" height="400" transform="translate(601.37 201.37) rotate(90)"/><circle class="cls-1" cy="801" r="200"/><circle class="cls-1" cx="200" cy="401" r="200"/><rect class="cls-2" x="-.38" y="401.37" width="400.75" height="400" transform="translate(801.37 401.37) rotate(90)"/><circle class="cls-1" cx="999" cy="602" r="200"/><rect class="cls-2" x="798.62" y="602.37" width="400.75" height="400" transform="translate(1801.37 -196.63) rotate(90)"/><circle class="cls-1" cx="1200" cy="201" r="200"/><rect class="cls-2" x="999.62" y="201.37" width="400.75" height="400" transform="translate(1601.37 -798.63) rotate(90)"/><circle class="cls-1" cx="800" cy="401" r="200"/><rect class="cls-2" x="599.62" y="401.37" width="400.75" height="400" transform="translate(1401.37 -198.63) rotate(90)"/><circle class="cls-1" cx="1399" cy="401" r="200"/><rect class="cls-2" x="1198.62" y="401.37" width="400.75" height="400" transform="translate(2000.37 -797.63) rotate(90)"/><circle class="cls-1" cx="999" cy="201" r="200"/><rect class="cls-2" x="798.62" y="201.37" width="400.75" height="400" transform="translate(1400.37 -597.63) rotate(90)"/></g></g></svg>');background-size:cover;background-position:center}.we-subscription-banner__inner{position:relative;z-index:1;max-width:720px;margin:0 auto;padding:clamp(32px,6vw,64px) clamp(24px,5vw,56px);text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px}.we-subscription-banner__eyebrow{margin:0;font-size:.8125rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;opacity:.75}.we-subscription-banner__heading{margin:0;font-weight:700;line-height:1.2}.we-subscription-banner__heading--small{font-size:clamp(1.375rem,2.4vw,1.75rem)}.we-subscription-banner__heading--medium{font-size:clamp(1.75rem,3vw,2.25rem)}.we-subscription-banner__heading--large{font-size:clamp(2rem,3.5vw,2.5rem)}.we-subscription-banner__heading--xlarge{font-size:clamp(2.25rem,4.5vw,3rem)}.we-subscription-banner__text{font-size:clamp(1rem,1.3vw,1.125rem);line-height:1.6}.we-subscription-banner__text>:first-child{margin-top:0}.we-subscription-banner__text>:last-child{margin-bottom:0}.we-subscription-banner__button{display:inline-flex;align-items:center;padding:14px 32px;border-radius:999px;background:var(--wsb-accent, #14be5f);color:#fff;font-weight:600;text-decoration:none;margin-top:8px}.we-subscription-banner__disclaimer{margin-top:8px;padding-top:16px;border-top:1px solid color-mix(in srgb,var(--wsb-text, #0a0a0a) 15%,transparent);font-size:.75rem;line-height:1.5;opacity:.7}.we-subscription-banner__disclaimer>:first-child{margin-top:0}.we-subscription-banner__disclaimer>:last-child{margin-bottom:0}
/*# sourceMappingURL=/cdn/shop/t/127/compiled_assets/styles.css.map */
