.geiss-hero{position:relative;width:100vw;margin-left:calc(50% - 50vw);height:var(--gh-height-d, 540px);max-height:var(--gh-height-d, 540px);overflow:hidden;display:flex;align-items:center;box-sizing:border-box;font-family:Manrope,-apple-system,sans-serif}.geiss-hero__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center var(--gh-video-pos-d, 50%);z-index:0}.geiss-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(11,11,11,var(--gh-overlay-a, .28));z-index:1}.geiss-hero__pause{position:absolute;bottom:16px;right:16px;z-index:3;width:32px;height:32px;border:none;border-radius:50%;background:#0006;color:#f7f3ea;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;opacity:.4;transition:opacity .2s ease,background .2s ease}@supports (backdrop-filter: blur(4px)){.geiss-hero__pause{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}}.geiss-hero:hover .geiss-hero__pause,.geiss-hero:focus-within .geiss-hero__pause{opacity:1}.geiss-hero__pause:focus-visible{opacity:1;outline:2px solid #C8A96A;outline-offset:2px}.geiss-hero__icon{display:block}.geiss-hero__icon--play,.geiss-hero__pause.is-paused .geiss-hero__icon--pause{display:none}.geiss-hero__pause.is-paused .geiss-hero__icon--play{display:block}.geiss-hero__content{position:relative;z-index:2;width:100%;max-width:1600px;margin:0 auto;padding:0 48px;display:flex;align-items:center;gap:48px;box-sizing:border-box;text-align:var(--gh-text-align-d, left)}.geiss-hero__text{flex:1 1 auto;min-width:0;display:flex;flex-direction:column}.geiss-hero--align-d-left .geiss-hero__text{align-items:flex-start;text-align:left}.geiss-hero--align-d-center .geiss-hero__text{align-items:center;text-align:center}.geiss-hero--align-d-center .geiss-hero__content{justify-content:center}.geiss-hero--align-d-right .geiss-hero__text{align-items:flex-end;text-align:right}.geiss-hero--logo-left .geiss-hero__content{flex-direction:row-reverse}.geiss-hero__eyebrow{margin:0;margin-bottom:var(--gh-eyebrow-mb, 18px);font-family:var(--gh-font-eyebrow, "Manrope", system-ui, -apple-system, sans-serif);font-size:var(--gh-eyebrow-size-d, 14px);font-weight:var(--gh-weight-eyebrow, 600);letter-spacing:var(--gh-eyebrow-ls, 1.5px);text-transform:var(--gh-eyebrow-transform, uppercase);color:var(--gh-eyebrow, #C8A96A);text-shadow:0 1px 8px rgba(0,0,0,var(--gh-shadow-a, 1))}.geiss-hero__rotator{transition:opacity .5s ease}.geiss-hero__rotator.is-fading{opacity:0}.geiss-hero__headline{margin:0;margin-bottom:var(--gh-headline-mb, 22px);white-space:pre-line;font-family:var(--gh-font-headline, "Fraunces", Georgia, serif);font-size:var(--gh-headline-size-d, 54px);font-weight:var(--gh-weight-headline, 400);line-height:1.08;letter-spacing:var(--gh-headline-ls, -1px);text-transform:var(--gh-headline-transform, none);color:#f7f3ea;text-shadow:0 2px 16px rgba(0,0,0,var(--gh-shadow-a, 1))}.geiss-hero__sub{margin:0;margin-bottom:var(--gh-sub-mb, 32px);white-space:pre-line;font-family:var(--gh-font-sub, "Manrope", system-ui, -apple-system, sans-serif);font-size:var(--gh-sub-size-d, 12px);font-weight:var(--gh-weight-sub, 500);letter-spacing:var(--gh-sub-ls, 2px);text-transform:var(--gh-sub-transform, uppercase);line-height:1.5;max-width:540px;color:#f7f3ea;text-shadow:0 1px 12px rgba(0,0,0,var(--gh-shadow-a, 1))}.geiss-hero__cta{display:inline-flex;align-items:center;padding:14px 28px;border:2px solid var(--gh-cta-border, #C8A96A);border-radius:4px;background:transparent;color:var(--gh-cta-text, #F7F3EA);font-family:var(--gh-font-cta, "Manrope", system-ui, -apple-system, sans-serif);font-size:var(--gh-cta-size-d, 13px);font-weight:var(--gh-weight-cta, 600);text-transform:var(--gh-cta-transform, uppercase);letter-spacing:var(--gh-cta-ls, 2px);text-decoration:none;transition:background .2s ease,color .2s ease,border-color .2s ease}.geiss-hero__cta:hover,.geiss-hero__cta:focus-visible{background:#c8a96a;border-color:#c8a96a;color:#0b0b0b}.geiss-hero__cta:focus-visible{outline:2px solid #C8A96A;outline-offset:3px}.geiss-hero__divider{flex:0 0 auto;align-self:center;width:1px;height:200px;background:linear-gradient(to bottom,transparent,#C8A96A,transparent)}.geiss-hero__right{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:10px}.geiss-hero__logo{display:block;width:var(--gh-logo-d, 140px);height:auto}@media(max-width:768px){.geiss-hero{height:auto;min-height:var(--gh-height-m, 420px);max-height:none}.geiss-hero__video{object-position:center var(--gh-video-pos-m, 50%)}.geiss-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.65),transparent 55%);z-index:1;pointer-events:none}.geiss-hero__content{flex-direction:column;justify-content:center;align-items:stretch;gap:0;padding:32px 24px;text-align:var(--gh-text-align-m, center)}.geiss-hero--logo-left .geiss-hero__content{flex-direction:column}.geiss-hero--align-m-left .geiss-hero__text{align-items:flex-start;text-align:left}.geiss-hero--align-m-center .geiss-hero__text{align-items:center;text-align:center}.geiss-hero--align-m-right .geiss-hero__text{align-items:flex-end;text-align:right}.geiss-hero__right{order:-1;align-self:center;margin-bottom:var(--gh-logo-mb-m, 18px)}.geiss-hero__logo{width:var(--gh-logo-m, 70px)}.geiss-hero__divider{display:none}.geiss-hero__eyebrow{font-size:var(--gh-eyebrow-size-m, 11px);margin-bottom:calc(var(--gh-eyebrow-mb, 18px) * .78)}.geiss-hero__headline{font-size:var(--gh-headline-size-m, 32px);margin-bottom:calc(var(--gh-headline-mb, 22px) * .73)}.geiss-hero__sub{font-size:var(--gh-sub-size-m, 11px);margin-bottom:calc(var(--gh-sub-mb, 32px) * .69)}.geiss-hero__cta{font-size:var(--gh-cta-size-m, 12px)}.geiss-hero__pause{width:28px;height:28px;opacity:.5}}
/*# sourceMappingURL=/cdn/shop/t/27/assets/geiss-hero.css.map */
