.dmh-hero{position:relative;width:100%;overflow:hidden;background:#0c0c0d;isolation:isolate}.dmh-hero--adapt{height:auto}.dmh-hero--adapt .dmh-hero__media{position:static}.dmh-hero__img{display:block;width:100%;height:100%;object-fit:cover;object-position:var(--dmh-focus, center)}.dmh-hero--adapt .dmh-hero__img{height:auto}.dmh-hero__img--mobile{display:none}.dmh-hero__scrim{position:absolute;left:0;right:0;pointer-events:none}.dmh-hero__scrim--top{top:0;height:38%;background:linear-gradient(180deg,rgba(6,6,7,var(--dmh-scrim-top, .35)),#06060700)}.dmh-hero__scrim--bottom{bottom:0;height:42%;background:linear-gradient(0deg,rgba(6,6,7,var(--dmh-scrim-bottom, .25)),#06060700)}.dmh-hero__cue{position:absolute;left:50%;bottom:var(--dmh-cue-bottom, 22%);transform:translate(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:clamp(12px,1.4vw,18px);margin:0;padding:10px 6px;border:0;background:none;cursor:pointer;color:var(--dmh-ink, #fff);font-family:FuturaCyrillicBook,Futura,Avenir Next,sans-serif;-webkit-font-smoothing:antialiased}.dmh-hero--adapt .dmh-hero__cue{bottom:clamp(24px,6vw,72px)}.dmh-hero__cue-label{font-size:clamp(9px,-.28vw,11px);letter-spacing:.34em;text-indent:.34em;text-transform:uppercase;line-height:1;white-space:nowrap;transition:opacity .35s ease;font-family:sweet-sans-pro}.dmh-hero__cue-sr{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.dmh-hero__cue:hover .dmh-hero__cue-label{opacity:.7}.dmh-hero__cue:focus-visible{outline:1px solid var(--dmh-ink, #fff);outline-offset:6px}.dmh-hero__dots{display:grid;align-items:flex-end;gap:7px;height:12px}.dmh-hero__dot{width:5px;height:5px;border-radius:50%;background:var(--dmh-ink, #fff);animation:dmh-bounce 1.5s cubic-bezier(.45,0,.25,1) infinite}.dmh-hero__dot:nth-child(2){animation-delay:.16s}.dmh-hero__dot:nth-child(3){animation-delay:.32s}@keyframes dmh-bounce{0%,55%,to{transform:translateY(0);opacity:.5}27%{transform:translateY(-7px);opacity:1}}body.dmh-header-over .header-wrapper:not(.fixed){position:absolute;top:0;left:0;width:100%;z-index:6;background:transparent;border-bottom:0;transition:background-color .25s linear}body.dmh-header-over .section-header{margin-bottom:0}body.dmh-header-over .header-wrapper:not(.fixed) .header{border-bottom:none}body.dmh-header-over .header-wrapper:not(.fixed),body.dmh-header-over .header-wrapper:not(.fixed) *{color:#fff!important}body.dmh-header-over .header-wrapper:not(.fixed) svg,body.dmh-header-over .header-wrapper:not(.fixed) svg g{fill:#fff!important}body.dmh-header-over .header-wrapper:not(.fixed) .header__heading-logo{filter:brightness(0) invert(1)}body.dmh-header-over .header-wrapper:not(.fixed) .cart-count-bubble span{color:#0c0c0d!important}body.dmh-header-over .header-wrapper:not(.fixed) .menu-drawer,body.dmh-header-over .header-wrapper:not(.fixed) .menu-drawer *,body.dmh-header-over .header-wrapper:not(.fixed) .search-modal,body.dmh-header-over .header-wrapper:not(.fixed) .search-modal *{color:inherit!important}@media screen and (max-width:749px){.dmh-hero--adapt{height:auto}.dmh-hero__img{object-position:var(--dmh-focus-mobile, var(--dmh-focus, center))}.dmh-hero__media:has(.dmh-hero__img--mobile) .dmh-hero__img--desktop{display:none}.dmh-hero__img--mobile{display:block}.dmh-hero__scrim--top{height:30%}.dmh-hero__cue{gap:10px}.dmh-hero__cue-label{font-size:10px;letter-spacing:.28em;text-indent:.28em}.dmh-hero__dots{gap:6px}}@supports not selector(:has(*)){@media screen and (max-width:749px){.dmh-hero__img--mobile{display:none}}}@media(prefers-reduced-motion:reduce){.dmh-hero__dot{animation:none;opacity:.85}}.dmh-intro{width:100%;background:var(--dmhi-bg, #fff);color:var(--dmhi-text, #2b2b2d);padding:var(--dmhi-pt, 128px) clamp(20px,6vw,84px) var(--dmhi-pb, 128px);font-family:FuturaCyrillicBook,Futura,Avenir Next,sans-serif;-webkit-font-smoothing:antialiased;padding-bottom:0}.dmh-intro *,.dmh-intro *:before,.dmh-intro *:after{box-sizing:border-box}.dmh-intro__inner{display:flex;flex-direction:column;max-width:var(--dmhi-max, 58ch);margin-inline:auto;text-align:var(--dmhi-align, center);align-items:var(--dmhi-items, center)}.dmh-intro__mark{display:block;width:38px;height:1px;margin:0 0 20px;background:linear-gradient(90deg,#17b8a6,#2e5bd8,#7b3fd8,#e8b23a,#e2557a,#17b8a6);background-size:300% 100%;animation:dmh-intro-sheen 9s linear infinite}@keyframes dmh-intro-sheen{to{background-position:300% 0}}.dmh-intro__lead,.dmh-intro__statement{margin:0;font-size:13px;font-weight:400;line-height:1.85;letter-spacing:.014em;font-family:sweet-sans-pro}.dmh-intro__lead+.dmh-intro__lead{margin-top:var(--dmhi-gap, 72px)}.dmh-intro__statement{margin-top:var(--dmhi-gap, 72px)}.dmh-intro--anim .dmh-intro__reveal{opacity:0;transform:translateY(var(--dmhi-rise, 40px));transition:opacity .7s cubic-bezier(.22,.61,.36,1) var(--dmhi-d, 0ms),transform .95s var(--dmhi-spring, cubic-bezier(.34, 1.46, .48, 1)) var(--dmhi-d, 0ms);will-change:opacity,transform}.dmh-intro--anim.is-in .dmh-intro__reveal{opacity:1;transform:none}.dmh-intro__mark{--dmhi-d: 0ms}.dmh-intro__lead{--dmhi-d: calc(1 * var(--dmhi-stagger, .11s))}.dmh-intro__lead+.dmh-intro__lead{--dmhi-d: calc(2 * var(--dmhi-stagger, .11s))}.dmh-intro__statement{--dmhi-d: calc(3 * var(--dmhi-stagger, .11s))}@media screen and (max-width:989px){.dmh-intro{padding-top:calc(var(--dmhi-pt, 128px) * .78);padding-bottom:calc(var(--dmhi-pb, 128px) * .78)}.dmh-intro__statement{margin-top:calc(var(--dmhi-gap, 72px) * .75)}}@media screen and (max-width:749px){.dmh-intro{padding-top:calc(var(--dmhi-pt, 128px) * .58);padding-bottom:calc(var(--dmhi-pb, 128px) * .58);padding-left:15px;padding-right:15px}.dmh-intro__inner{max-width:none}.dmh-intro__lead,.dmh-intro__statement{font-size:1rem;line-height:1.8;letter-spacing:.01em}.dmh-intro__mark{margin-bottom:15px}.dmh-intro__statement{margin-top:calc(var(--dmhi-gap, 72px) * .6)}}@media(prefers-reduced-motion:reduce){.dmh-intro__mark{animation:none}.dmh-intro--anim .dmh-intro__reveal{opacity:1;transform:none;transition:none}}
/*# sourceMappingURL=/cdn/shop/t/6/compiled_assets/styles.css.map?subset=AAAM */
