.ejh{--ejh-ground: #0c0d0f;--ejh-ink: #ffffff;--ejh-ink-soft: rgba(255, 255, 255, .62);--ejh-rule: rgba(255, 255, 255, .14);--ejh-tile-ground: #17181a;--ejh-gap: 0px;--ejh-pad: 0px;background:var(--ejh-ground);color:var(--ejh-ink);-webkit-font-smoothing:antialiased}.ejh *{box-sizing:border-box}.ejh-band{padding:0 var(--ejh-pad) 56px}@media screen and (min-width:750px){.ejh{--ejh-header: 150px}.ejh-band--flush .ejh-tile{max-height:calc((100vh - var(--ejh-header)) * .575)}.ejh-band--flush+.ejh-band .ejh-tile{max-height:calc((100vh - var(--ejh-header)) * .425)}}.ejh-band--flush{padding:0}.ejh-head{display:flex;align-items:baseline;justify-content:space-between;gap:20px;padding:46px 32px 16px;border:0}.ejh-head__title{margin:0;font-size:26px;line-height:1.1;font-weight:600;letter-spacing:-.03em;color:var(--ejh-ink)}.ejh-head__link{flex:0 0 auto;font-size:13px;font-weight:500;letter-spacing:.01em;color:var(--ejh-ink-soft);text-decoration:none;border-bottom:1px solid var(--ejh-rule);padding-bottom:2px}.ejh-head__link:hover{color:var(--ejh-ink);border-bottom-color:currentColor}.ejh-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:var(--ejh-gap)}.ejh-tile{grid-column:span var(--ejh-span, 4);aspect-ratio:var(--ejh-ratio, 1 / 1);position:relative;display:block;width:100%;margin:0;padding:0;border:0;border-radius:0;overflow:hidden;background:var(--ejh-tile-ground);color:inherit;font:inherit;text-align:left;cursor:pointer;-webkit-appearance:none;appearance:none}.ejh-tile__poster,.ejh-tile__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.ejh-tile__video{opacity:0;transition:opacity .35s ease}.ejh-tile.is-playing .ejh-tile__video,.ejh-tile.is-ambient--live .ejh-tile__video{opacity:1}.ejh-tile__poster{transition:transform .6s cubic-bezier(.16,1,.3,1)}.ejh-tile:hover .ejh-tile__poster{transform:scale(1.02)}.ejh-tile__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#00000075,#00000029,#0000 52%);pointer-events:none}.ejh-tile__meta{position:absolute;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:flex-start;gap:3px;padding:26px 28px;color:#fff;pointer-events:none}.ejh-tile__cta{margin-top:12px;padding:11px 22px;background:transparent;color:#fff;box-shadow:inset 0 0 0 1px #ffffff80;font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;pointer-events:none}.ejh-tile__eyebrow{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;opacity:.82}.ejh-tile__badge{position:absolute;right:14px;top:13px;padding:0;background:transparent;color:#ffffffb3;font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;line-height:1.2;white-space:nowrap}@media(min-width:750px){.ejh-tile__badge{right:20px;top:18px;font-size:11px;letter-spacing:.14em}}.ejh-tile__name{font-size:30px;line-height:1.15;font-weight:700;letter-spacing:-.03em}.ejh-tile__price{font-size:13px;font-weight:400;opacity:.86}.ejh-tile__headline{font-size:clamp(26px,3.8vw,54px);line-height:1.06;font-weight:200;letter-spacing:-.02em;text-wrap:wrap;margin-bottom:6px}.ejh-tile__headline b{font-weight:800}.ejh-tile__swap{display:grid;position:relative;width:100%;max-width:100%}.ejh-tile__swap>*{grid-area:1 / 1}.ejh-tile__swap{align-items:end;height:calc(2.12*clamp(26px,3.8vw,54px))}.ejh-tile__swap--has-hover .ejh-tile__hover{position:absolute;left:0;right:0;bottom:0}.ejh-tile__swap--has-hover .ejh-tile__headline{clip-path:inset(0 0 0 0);transform:translate(0);transition:clip-path .42s cubic-bezier(.6,0,.2,1),transform .42s cubic-bezier(.6,0,.2,1),opacity .3s}.ejh-tile__hover{font-size:15px;line-height:1.45;font-weight:400;color:#f2f1ef;align-self:end;margin-bottom:10px;clip-path:inset(0 100% 0 0);transform:translate(-18px);opacity:0;transition:clip-path .46s cubic-bezier(.6,0,.2,1) .12s,transform .46s cubic-bezier(.6,0,.2,1) .12s,opacity .3s .12s}.ejh-tile.is-playing .ejh-tile__swap--has-hover .ejh-tile__headline{clip-path:inset(0 0 0 100%);transform:translate(28px);opacity:0}.ejh-tile.is-playing .ejh-tile__hover{clip-path:inset(0 0 0 0);transform:translate(0);opacity:1}@media screen and (min-width:750px){.ejh-band--flush+.ejh-band .ejh-tile__meta{padding:18px 20px}.ejh-band--flush+.ejh-band .ejh-tile__headline{font-size:clamp(16px,1.75vw,26px);margin-bottom:3px}.ejh-band--flush+.ejh-band .ejh-tile__swap{height:calc(2.12*clamp(16px,1.75vw,26px) + 3px)}}.ejh-tile--hover-copy:not(.ejh-tile--headline) .ejh-tile__hover{font-size:13px;line-height:1.4;margin-bottom:6px}.ejh-tile--hover-copy .ejh-tile__eyebrow{transform:translateY(0);transition:transform .46s cubic-bezier(.22,1,.36,1) .12s}.ejh-tile--hover-copy.is-playing .ejh-tile__eyebrow{transform:translateY(var(--ejh-drop, 0px))}@media screen and (min-width:750px){.ejh-cell--end .ejh-tile__meta{align-items:flex-end;text-align:right}.ejh-cell--end .ejh-tile__collection{left:auto;right:0;padding:16px 28px 16px 18px}.ejh-cell--end .ejh-tile.is-playing .ejh-tile__swap--has-hover .ejh-tile__headline{clip-path:inset(0 100% 0 0);transform:translate(-28px)}.ejh-cell--end .ejh-tile__hover{clip-path:inset(0 0 0 100%);transform:translate(18px)}.ejh-cell--end .ejh-tile.is-playing .ejh-tile__hover{clip-path:inset(0 0 0 0);transform:translate(0)}}.ejh-band--flush+.ejh-band .ejh-tile[data-handle=pulse],.ejh-band--flush+.ejh-band .ejh-tile[data-handle=muse]{--ejh-accent: #5a4a78}.ejh-band--flush+.ejh-band .ejh-tile__meta{top:0;justify-content:flex-end}.ejh-band--flush+.ejh-band .ejh-tile__eyebrow{position:absolute;top:13px;left:14px;opacity:1;text-shadow:0 1px 3px rgba(0,0,0,.45)}@media(min-width:750px){.ejh-band--flush+.ejh-band .ejh-tile__eyebrow{top:18px;left:20px}}.ejh-band--flush+.ejh-band .ejh-tile--hover-copy.is-playing .ejh-tile__eyebrow{transform:none}.ejh-tile__cta{display:inline-grid;justify-items:center;text-align:center;transition:background .26s,color .26s,box-shadow .26s}.ejh-tile.is-playing .ejh-tile__cta{background:#fff;color:#0c0d0f}.ejh-tile__cta{pointer-events:auto}.ejh-tile__cta>span{grid-area:1 / 1;margin-right:-.16em;transition:opacity .2s}.ejh-tile__cta-playing{opacity:0}.ejh-tile.ejh-tile--hover-copy.is-playing .ejh-tile__cta{background:var(--ejh-accent, #1e2633);color:#fff;box-shadow:inset 0 0 0 1px #ffffff24;animation:ejh-pulse 1.6s ease-in-out infinite}.ejh-tile--hover-copy.is-playing .ejh-tile__cta-idle{opacity:1}.ejh-tile--hover-copy.is-playing .ejh-tile__cta-playing{opacity:0}@keyframes ejh-pulse{0%,to{filter:brightness(1)}50%{filter:brightness(1.45)}}@media(prefers-reduced-motion:reduce){.ejh-tile__swap--has-hover .ejh-tile__headline,.ejh-tile__hover,.ejh-tile--hover-copy .ejh-tile__eyebrow,.ejh-tile__cta{transition:none}.ejh-tile--hover-copy.is-playing .ejh-tile__cta{animation:none}}.ejh-tile--headline .ejh-tile__name{font-size:15px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;opacity:.7}.ejh-tile--headline .ejh-tile__price{margin-top:2px;opacity:.55}.ejh-tile--headline .ejh-tile__eyebrow{opacity:.55}.ejh-band--flush+.ejh-band .ejh-tile__eyebrow{opacity:.6}.ejh-band--flush .ejh-tile__cta{box-shadow:inset 0 0 0 1px #ffffff4d}.ejh-band--flush+.ejh-band .ejh-tile__cta{position:absolute;right:14px;bottom:13px;margin:0;opacity:0;transition:opacity .32s .12s}.ejh-band--flush+.ejh-band .ejh-tile.is-playing .ejh-tile__cta,.ejh-band--flush+.ejh-band .ejh-tile.ejh-tile--hover-copy.is-playing .ejh-tile__cta{opacity:1;background:transparent;color:#fff;box-shadow:inset 0 0 0 1px #ffffff80;animation:none}.ejh-band--flush+.ejh-band .ejh-tile--hover-copy.is-playing .ejh-tile__cta-idle{opacity:1}.ejh-band--flush+.ejh-band .ejh-tile__cta-playing,.ejh-band--flush+.ejh-band .ejh-tile--hover-copy.is-playing .ejh-tile__cta-playing{opacity:0}@media(min-width:750px){.ejh-band--flush+.ejh-band .ejh-tile__cta{right:20px;bottom:18px}}.ejh-tile--headline .ejh-tile__scrim{background:linear-gradient(to top,#00000080,#00000038 38%,#0000 68%)}.ejh-cell{grid-column:span var(--ejh-span, 4);position:relative;display:grid;min-width:0}.ejh-cell>.ejh-tile{grid-column:1 / -1;width:100%}.ejh-tile__collection{position:absolute;top:22px;left:0;z-index:2;padding:16px 18px 16px 28px;background:var(--ejh-accent, #1e2633);color:#fff;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;line-height:1;transition:background .16s ease,color .16s ease}.ejh-tile__collection:hover{background:#fff;color:#0c0d0f}.ejh-tile__collection:focus-visible{outline:2px solid #ffffff;outline-offset:2px}.ejh-tile:focus-visible{outline:2px solid var(--ejh-ink);outline-offset:3px}.ejh-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483000;display:flex;align-items:center;justify-content:center;padding:20px}.ejh-overlay[hidden]{display:none}.ejh-overlay__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#0c0d0f9e;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);opacity:0;transition:opacity .3s ease}.ejh-overlay.is-open .ejh-overlay__scrim{opacity:1}.ejh-overlay__panel{position:relative;display:grid;grid-template-columns:1fr 1fr;width:min(920px,100%);max-height:min(86vh,620px);background:var(--ejh-ground, #f6f5f3);border-radius:10px;overflow:hidden;opacity:0;transform:translateY(10px) scale(.99);transition:opacity .32s ease,transform .32s cubic-bezier(.16,1,.3,1)}.ejh-overlay.is-open .ejh-overlay__panel{opacity:1;transform:none}.ejh-overlay__media{position:relative;background:var(--ejh-tile-ground, #17181a);min-height:300px}.ejh-overlay__video,.ejh-overlay__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.ejh-overlay__video{opacity:0;transition:opacity .35s ease}.ejh-overlay.is-playing .ejh-overlay__video{opacity:1}.ejh-overlay__body{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:10px;padding:44px 44px 46px;overflow-y:auto}.ejh-overlay__eyebrow{margin:0;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--ejh-ink-soft, #6b6f76)}.ejh-overlay__title{margin:0;font-size:30px;line-height:1.08;font-weight:600;letter-spacing:-.035em;color:var(--ejh-ink, #17181a)}.ejh-overlay__blurb{margin:0;font-size:15px;line-height:1.5;color:var(--ejh-ink-soft, #6b6f76)}.ejh-overlay__price{margin:2px 0 0;font-size:15px;font-weight:600;color:var(--ejh-ink, #17181a)}.ejh-overlay__cta{margin-top:12px;padding:15px 30px;border-radius:999px;background:var(--ejh-ink, #17181a);color:#fff;font-size:15px;font-weight:600;letter-spacing:-.01em;text-decoration:none}.ejh-overlay__cta:hover{opacity:.88}.ejh-overlay__close{position:absolute;top:12px;right:12px;z-index:2;width:36px;height:36px;border:0;border-radius:50%;background:#ffffffe6;color:#17181a;font-size:22px;line-height:1;cursor:pointer}@media screen and (max-width:749px){.ejh{--ejh-gap: 0px;--ejh-pad: 0px}.ejh-band{padding-bottom:34px}.ejh-tile{grid-column:span 6!important;aspect-ratio:1 / 1!important}.ejh-head{padding:30px 14px 10px}.ejh-head__title{font-size:20px}.ejh-tile__meta{padding:13px 14px}.ejh-tile__name{font-size:17px}.ejh-tile__cta{margin-top:8px;padding:8px 14px;font-size:9px;letter-spacing:.13em}.ejh-tile__price{font-size:12px}.ejh-tile__eyebrow{font-size:9px;letter-spacing:.12em}.ejh-tile__headline{font-size:clamp(22px,7.4vw,34px);margin-bottom:4px}.ejh-tile__swap{height:auto}.ejh-tile__collection{top:12px;left:0;padding:10px 12px 10px 14px;font-size:9px;letter-spacing:.12em}.ejh-tile__hover{font-size:12px;line-height:1.4}.ejh-tile .ejh-tile__hover{display:none}.ejh-tile.is-playing .ejh-tile__swap--has-hover .ejh-tile__headline{clip-path:inset(0);transform:none;opacity:1}.ejh-tile--hover-copy.is-playing .ejh-tile__eyebrow{transform:none}.ejh-tile.is-playing .ejh-tile__cta,.ejh-tile.ejh-tile--hover-copy.is-playing .ejh-tile__cta,.ejh-band--flush+.ejh-band .ejh-tile.ejh-tile--hover-copy.is-playing .ejh-tile__cta{background:transparent;color:#fff;animation:none}.ejh-tile--headline .ejh-tile__name{font-size:11px;letter-spacing:.11em}.ejh-overlay{padding:0}.ejh-overlay__panel{grid-template-columns:1fr;grid-template-rows:44vh auto;width:100%;max-height:100%;height:100%;border-radius:0}.ejh-overlay__media{min-height:0}.ejh-overlay__body{padding:26px 22px 30px}.ejh-overlay__title{font-size:24px}}@media(prefers-reduced-motion:reduce){.ejh-tile__poster{transition:none}.ejh-tile:hover .ejh-tile__poster{transform:none}.ejh-tile__video{transition:none}.ejh-overlay__panel{transition:opacity .2s ease;transform:none}}.ejh-tile--dense{background:#f2f1ef}.ejh-tile--dense .ejh-tile__scrim{background:linear-gradient(to top,#0000004d,#0000 46%)}.ejh-tile--dense .ejh-tile__meta{padding:14px 15px}.ejh-tile--dense .ejh-tile__name{font-size:15px;letter-spacing:-.02em}.ejh-tile--dense .ejh-tile__price{font-size:11px}.ejh-tile--dense .ejh-tile__cta{display:none}@media screen and (max-width:749px){.ejh-tile--dense{grid-column:span 4!important}.ejh-tile--dense .ejh-tile__meta{padding:9px}.ejh-tile--dense .ejh-tile__name{font-size:11px}.ejh-tile--dense .ejh-tile__price{font-size:10px}.ejh-tile--dense .ejh-tile__eyebrow{display:none}}.ejh-strip{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:1px;background:#ffffff1a;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}.ejh-card{display:flex;flex-direction:column;gap:0;padding:0 0 16px;background:#f2f1ef;color:#17181a;text-decoration:none}.ejh-card:hover{background:#e9e7e4}.ejh-card__media{display:block;aspect-ratio:1 / 1;overflow:hidden}.ejh-card__media img{width:100%;height:100%;object-fit:contain;display:block;transition:transform .5s cubic-bezier(.16,1,.3,1)}.ejh-card:hover .ejh-card__media img{transform:scale(1.04)}.ejh-card__name{padding:0 14px;font-size:13px;font-weight:600;line-height:1.2;letter-spacing:-.01em}.ejh-card__price{padding:2px 14px 0;font-size:12px;color:#6b6f76}@media screen and (max-width:989px){.ejh-strip{grid-template-columns:repeat(4,minmax(0,1fr))}}@media screen and (max-width:749px){.ejh-strip{grid-template-columns:repeat(3,minmax(0,1fr))}.ejh-card{padding-bottom:12px}.ejh-card__name{padding:0 9px;font-size:11px}.ejh-card__price{padding:1px 9px 0;font-size:10px}}@media(prefers-reduced-motion:reduce){.ejh-card__media img{transition:none}.ejh-card:hover .ejh-card__media img{transform:none}}.ejh-tile .ejh-tile__cta:hover,.ejh-tile.ejh-tile--hover-copy.is-playing .ejh-tile__cta:hover,.ejh-band--flush+.ejh-band .ejh-tile.is-playing .ejh-tile__cta:hover,.ejh-band--flush+.ejh-band .ejh-tile.ejh-tile--hover-copy.is-playing .ejh-tile__cta:hover{background:#fff;color:#0c0d0f;box-shadow:inset 0 0 0 1px #fff;animation:none}.ejh-plat{display:grid;grid-template-columns:1fr 1fr;gap:0}.ejh-band--flush+.ejh-band{padding-bottom:0}.ejh-plat__half--her .ejh-plat__img{filter:saturate(.72) contrast(1.06) brightness(.96);transform:scaleX(-1)}.ejh-plat__scrim{z-index:2}.ejh-plat__meta{z-index:3}.ejh-plat__half{position:relative;aspect-ratio:16 / 7;overflow:hidden;background:#17181a;color:#fff}.ejh-plat__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.ejh-plat__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#0000009e,#00000047 45%,#0000 75%);pointer-events:none}.ejh-plat__meta{position:absolute;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:flex-start;gap:6px;padding:26px 28px}.ejh-plat__half--her .ejh-plat__meta{align-items:flex-end;text-align:right}.ejh-plat__kicker{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;opacity:.55}.ejh-plat__title{margin:0;color:#fff;font-size:clamp(22px,2.6vw,40px);line-height:1.06;font-weight:800;letter-spacing:-.02em}.ejh-plat__kicker,.ejh-plat__copy{color:#fff}.ejh-plat__copy{margin:0;max-width:36ch;font-size:15px;line-height:1.45;color:#f2f1ef;opacity:.82}.ejh-plat__links{display:flex;gap:10px;margin-top:10px}.ejh-plat__half--her .ejh-plat__links{flex-direction:row-reverse}.ejh-plat__link{display:inline-block;padding:11px 22px;background:transparent;color:#fff;box-shadow:inset 0 0 0 1px #ffffff80;font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;text-decoration:none;transition:background .26s,color .26s,box-shadow .26s}.ejh-plat__link:hover{background:#fff;color:#0c0d0f;box-shadow:inset 0 0 0 1px #fff}@media screen and (max-width:749px){.ejh-plat{grid-template-columns:1fr}.ejh-plat__half{aspect-ratio:4 / 3}.ejh-plat__half--her .ejh-plat__meta{align-items:flex-start;text-align:left}.ejh-plat__half--her .ejh-plat__links{flex-direction:row}.ejh-plat__meta{padding:16px 14px}.ejh-plat__copy{font-size:13px}.ejh-plat__link{padding:8px 14px;font-size:9px;letter-spacing:.13em}}.ejh-logos{padding:30px 0 34px;overflow:hidden;background:var(--ejh-ground)}.ejh-logos__kicker{margin:0 0 22px;text-align:center;font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#fff;opacity:.45}.ejh-logos__track{display:flex;width:max-content;animation:ejh-logos-scroll var(--ejh-logos-speed, 40s) linear infinite}.ejh-logos:hover .ejh-logos__track{animation-play-state:paused}.ejh-logos__row{display:flex;align-items:center;gap:72px;padding-right:72px}.ejh-logos__img{display:block;width:112px;height:auto;max-height:57px;object-fit:contain;opacity:.62;filter:brightness(0) invert(1)}@keyframes ejh-logos-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media screen and (max-width:749px){.ejh-logos{padding:24px 0 28px}.ejh-logos__kicker{margin-bottom:14px;font-size:9px}.ejh-logos__row{gap:40px;padding-right:40px}.ejh-logos__row{transform:scale(.66);transform-origin:left center}.ejh-logos__img{max-height:39px}}@media(prefers-reduced-motion:reduce){.ejh-logos__track{animation:none}}.ejh-tile--packshot{background:var(--ejh-ground)}.ejh-tile--packshot .ejh-tile__poster{left:auto;width:52%;object-fit:contain;object-position:100% 50%}.ejh-tile--packshot .ejh-tile__scrim{display:none}.ejh-tile--packshot .ejh-tile__meta{right:auto;max-width:48%}@media screen and (max-width:749px){.ejh-tile--packshot .ejh-tile__poster{width:50%}.ejh-tile--packshot .ejh-tile__meta{max-width:50%}}.ejh-band--grade-him .ejh-tile,.ejh-band--grade-her .ejh-tile,.ejh-band--grade-neutral .ejh-tile{--ejh-grade: #1e2633}.ejh-band--grade-her .ejh-tile{--ejh-grade: #6a5a8e}.ejh-band--grade-neutral .ejh-tile{--ejh-grade: #2a2c31}.ejh-band--grade-him .ejh-tile__poster,.ejh-band--grade-her .ejh-tile__poster,.ejh-band--grade-neutral .ejh-tile__poster{filter:saturate(.55) contrast(1.08) brightness(.92)}.ejh-band--grade-him .ejh-tile:before,.ejh-band--grade-her .ejh-tile:before,.ejh-band--grade-neutral .ejh-tile:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:var(--ejh-grade);mix-blend-mode:color;opacity:.55}.ejh-band--grade-him .ejh-tile:after,.ejh-band--grade-her .ejh-tile:after,.ejh-band--grade-neutral .ejh-tile:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:linear-gradient(160deg,#1e263359,#00000040);mix-blend-mode:soft-light}.ejh-band--grade-him .ejh-tile__poster,.ejh-band--grade-her .ejh-tile__poster,.ejh-band--grade-neutral .ejh-tile__poster{transition:transform .6s cubic-bezier(.16,1,.3,1),filter .52s ease}.ejh-band--grade-him .ejh-tile:before,.ejh-band--grade-her .ejh-tile:before,.ejh-band--grade-neutral .ejh-tile:before,.ejh-band--grade-him .ejh-tile:after,.ejh-band--grade-her .ejh-tile:after,.ejh-band--grade-neutral .ejh-tile:after{transition:opacity .52s ease}.ejh-band--grade-him .ejh-tile:after,.ejh-band--grade-her .ejh-tile:after,.ejh-band--grade-neutral .ejh-tile:after{opacity:1}.ejh-band--grade-him .ejh-tile:hover .ejh-tile__poster,.ejh-band--grade-her .ejh-tile:hover .ejh-tile__poster,.ejh-band--grade-neutral .ejh-tile:hover .ejh-tile__poster,.ejh-band--grade-him .ejh-tile:focus-visible .ejh-tile__poster,.ejh-band--grade-her .ejh-tile:focus-visible .ejh-tile__poster,.ejh-band--grade-neutral .ejh-tile:focus-visible .ejh-tile__poster{filter:none}.ejh-band--grade-him .ejh-tile:hover:before,.ejh-band--grade-her .ejh-tile:hover:before,.ejh-band--grade-neutral .ejh-tile:hover:before,.ejh-band--grade-him .ejh-tile:hover:after,.ejh-band--grade-her .ejh-tile:hover:after,.ejh-band--grade-neutral .ejh-tile:hover:after{opacity:0}@media(prefers-reduced-motion:reduce){.ejh-band--grade-him .ejh-tile__poster,.ejh-band--grade-her .ejh-tile__poster,.ejh-band--grade-neutral .ejh-tile__poster,.ejh-band--grade-him .ejh-tile:before,.ejh-band--grade-him .ejh-tile:after{transition:none}}.ejh-tile--packshot .ejh-tile__poster{filter:none!important}.ejh-tile--packshot:before,.ejh-tile--packshot:after{display:none}.ejh-band--grade-him .ejh-tile__scrim,.ejh-band--grade-her .ejh-tile__scrim,.ejh-band--grade-neutral .ejh-tile__scrim{z-index:2}.ejh-band--grade-him .ejh-tile__meta,.ejh-band--grade-her .ejh-tile__meta,.ejh-band--grade-neutral .ejh-tile__meta{z-index:3}.ejh-shop{background:#f5f5f7;color:#1d1d1f;padding:44px 0 8px}.ejh-shop--first{padding-top:84px}.ejh-shop:last-of-type{padding-bottom:96px}.ejh-shop__inner{max-width:1440px;margin:0 auto;padding:0 28px}.ejh-shop__head{display:flex;align-items:baseline;justify-content:space-between;gap:20px;margin:0 0 22px}.ejh-shop__head--bare{justify-content:flex-end;margin-bottom:14px}.ejh-shop__title{margin:0;font-size:clamp(26px,2.6vw,40px);line-height:1.1;font-weight:700;letter-spacing:-.03em;color:#1d1d1f}.ejh-shop__link{flex:0 0 auto;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#1d1d1f;opacity:.7;text-decoration:none;transition:opacity .24s ease}.ejh-shop__link:hover{opacity:1}.ejh-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.ejh-card2{display:flex;flex-direction:column;min-height:420px;text-decoration:none;color:inherit;border-radius:12px;background:#fff;padding:26px 26px 22px;transition:transform .38s cubic-bezier(.16,1,.3,1),box-shadow .38s ease}.ejh-card2:hover{transform:translateY(-4px);box-shadow:0 16px 34px #00000017}.ejh-card2__top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0 0 2px}.ejh-card2__badge{flex:0 0 auto;margin-left:auto;padding:4px 8px 3px;border:1px solid rgba(29,29,31,.22);border-radius:2px;font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#1d1d1f;opacity:.7;white-space:nowrap}.ejh-card2__label{display:block;margin:0;font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#1d1d1f;opacity:.4}.ejh-card2__text{display:flex;flex-direction:column;gap:3px;min-width:0}.ejh-card2__name{display:block;font-size:15px;line-height:1.15;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#1d1d1f}.ejh-card2__media{display:flex;flex:1 1 auto;align-items:center;justify-content:center;min-height:0;padding:6px 0 22px}.ejh-card2__img{display:block;max-width:100%;max-height:240px;width:auto;height:auto;object-fit:contain;transition:transform .5s cubic-bezier(.16,1,.3,1)}.ejh-card2:hover .ejh-card2__img{transform:scale(1.04)}.ejh-card2__foot{display:flex;align-items:flex-end;justify-content:space-between;gap:14px}.ejh-card2__price{font-size:13px;line-height:1.35;color:#6e6e73}.ejh-card2__buy{flex:0 0 auto;padding:10px 16px 9px;border-radius:2px;border:1px solid rgba(29,29,31,.3);background:transparent;color:#1d1d1f;font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;line-height:1;transition:background-color .24s ease,color .24s ease,border-color .24s ease}.ejh-card2:hover .ejh-card2__buy{background:#1d1d1f;border-color:#1d1d1f;color:#fff}@media screen and (max-width:989px){.ejh-cards{grid-template-columns:repeat(3,minmax(0,1fr))}.ejh-card2{min-height:360px}.ejh-card2__img{max-height:190px}}@media screen and (max-width:749px){.ejh-shop{padding:30px 0 4px}.ejh-shop--first{padding-top:48px}.ejh-shop__inner{padding:0 14px}.ejh-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.ejh-card2{min-height:280px;border-radius:14px;padding:16px 16px 14px}.ejh-card2__name{font-size:11px;letter-spacing:.11em}.ejh-card2__label{font-size:8px;letter-spacing:.12em}.ejh-card2__badge{padding:3px 5px 2px;font-size:7px;letter-spacing:.1em}.ejh-card2__img{max-height:140px}.ejh-card2__price{font-size:12px}.ejh-card2__buy{padding:8px 11px 7px;font-size:9px;letter-spacing:.12em}}@media(prefers-reduced-motion:reduce){.ejh-card2,.ejh-card2__img{transition:none}.ejh-card2:hover,.ejh-card2:hover .ejh-card2__img{transform:none}}.ejh-offer{display:flex;align-items:center;gap:18px;padding:16px 28px;background:var(--ejh-ground);color:#fff;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.ejh-offer__txt{flex:1 1 auto;min-width:0;overflow:hidden;white-space:nowrap;-webkit-mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent);mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent)}.ejh-offer__marq{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;opacity:.7;animation:ejh-offer-scroll 26s linear infinite;will-change:transform}.ejh-offer__txt:hover .ejh-offer__marq{animation-play-state:paused}.ejh-offer__sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.ejh-offer__cta{flex:0 0 auto;margin:0;padding:11px 22px;border:0;background:transparent;box-shadow:inset 0 0 0 1px #ffffff80;color:#fff;font:inherit;font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;cursor:pointer;transition:background .26s,color .26s,box-shadow .26s}.ejh-offer__cta:hover{background:#fff;color:#0c0d0f;box-shadow:inset 0 0 0 1px #fff}@keyframes ejh-offer-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.ejh-offer__marq{animation:none}}@media screen and (max-width:749px){.ejh-offer{gap:10px;padding:10px 14px}.ejh-offer__marq{font-size:11px}.ejh-offer__cta{padding:8px 14px;font-size:9px;letter-spacing:.13em}}.ejh-band--flush+.ejh-offer{padding-bottom:16px}@media screen and (max-width:749px){.ejh-band--flush+.ejh-offer{padding-bottom:10px}}.ejh-quote{padding:120px 28px 128px;text-align:center;background:var(--ejh-ground);color:#fff}.ejh-quote__text{margin:0 auto;padding:0;border:0;max-width:22ch;color:#fff;font-style:normal;font-size:clamp(30px,4.6vw,66px);line-height:1.06;font-weight:200;letter-spacing:-.02em;text-wrap:balance}.ejh-quote__text b{color:#fff}.ejh-quote__text b{font-weight:800}.ejh-quote__who{margin:34px 0 0;font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;opacity:.45}@media screen and (max-width:749px){.ejh-quote{padding:64px 18px 72px}.ejh-quote__text{font-size:clamp(26px,8vw,36px)}.ejh-quote__who{margin-top:22px;font-size:9px}}.ejh-band--stills .ejh-tile__cta{display:none}.ejh-opener{position:relative;display:block;width:100%;overflow:hidden;background:var(--ejh-ground);aspect-ratio:3.2 / 1}.ejh-shop:has(+.ejh-opener),.ejh-shop:has(+.ejh-namedband),.ejh-shop:has(+.ejh-vbgroup){padding-bottom:103px}.ejh-opener+.ejh-shop,.ejh-namedband+.ejh-shop{padding-top:84px}.ejh-opener__img{position:absolute;left:0;right:0;top:-22%;height:144%;width:100%;object-fit:cover;object-position:center 45%;display:block;transform:translate3d(0,calc(var(--ejh-parallax, 0) * 1px),0);will-change:transform}.ejh-opener:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1;background:linear-gradient(to top,var(--ejh-fade-1, rgba(0, 0, 0, .9)) 0%,var(--ejh-fade-2, rgba(0, 0, 0, .74)) 12%,var(--ejh-fade-3, rgba(0, 0, 0, .46)) 30%,var(--ejh-fade-4, rgba(0, 0, 0, .22)) 50%,var(--ejh-fade-5, rgba(0, 0, 0, .06)) 72%,var(--ejh-fade-6, rgba(0, 0, 0, 0)) 90%)}.ejh-opener__text{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 28px;color:#fff;text-align:center}.ejh-opener__panel{position:relative;background:#00000075;padding:56px 44px;border-radius:4px}.ejh-opener__eyebrow{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);margin:0;padding:12px 24px 11px;font-size:14px;font-weight:700;white-space:nowrap;letter-spacing:.16em;text-transform:uppercase;color:#fff;background:var(--ejh-opener-accent, #1e2633);border-radius:3px}.ejh-opener__line{margin:0;max-width:22ch;font-size:clamp(26px,3.8vw,54px);line-height:1.06;font-weight:200;letter-spacing:-.02em;text-wrap:balance;color:#fff;font-family:inherit;text-transform:none}.ejh-opener__line b{font-weight:800}@media screen and (max-width:989px){.ejh-opener{aspect-ratio:21 / 9}}@media screen and (max-width:749px){.ejh-opener{aspect-ratio:3 / 2}.ejh-opener__text{padding:18px}.ejh-opener__panel{padding:34px 22px 30px}.ejh-opener__line{font-size:clamp(22px,7vw,32px)}.ejh-opener__eyebrow{font-size:11px;padding:8px 16px 7px}}.ejh-opener--still .ejh-opener__img{transform:none;top:0;height:100%}@media(prefers-reduced-motion:reduce){.ejh-opener__img{transform:none;top:0;height:100%}}.ejh-band--flush+.ejh-band .ejh-tile__name{font-size:15px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;opacity:.7}.ejh-band--flush+.ejh-band .ejh-tile__price{margin-top:2px;opacity:.55}@media screen and (max-width:749px){.ejh-band--flush+.ejh-band .ejh-tile__name{font-size:11px;letter-spacing:.11em}}.ejh-namedband{display:flex;align-items:center;justify-content:center;padding:52px 20px;background:var(--ejh-namedband-bg, #0c0d0f)}.ejh-namedband__word{margin:0;font-size:clamp(13px,1.1vw,16px);font-weight:700;letter-spacing:.3em;text-transform:uppercase;text-indent:.3em;color:var(--ejh-namedband-fg, #f5f5f7)}@media screen and (max-width:749px){.ejh-namedband{padding:36px 16px}.ejh-namedband__word{font-size:11px;letter-spacing:.24em;text-indent:.24em}}.ejh-opener--nofade:after{display:none}.ejh-opener--nopanel .ejh-opener__panel{background:transparent;padding:0}.ejh-opener--nopanel .ejh-opener__eyebrow{top:-22px}.ejh-shop--pair{padding-top:84px}.ejh-pair{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:56px}.ejh-pair__col{min-width:0}.ejh-cards--small{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.ejh-cards--small .ejh-card2{min-height:300px;border-radius:10px;padding:18px 18px 16px}.ejh-cards--small .ejh-card2__img{max-height:140px}.ejh-cards--small .ejh-card2__label{font-size:8px;letter-spacing:.12em}.ejh-cards--small .ejh-card2__badge{padding:3px 6px 2px;font-size:8px}.ejh-cards--small .ejh-card2__name{font-size:12px;letter-spacing:.07em}.ejh-cards--small .ejh-card2__price{font-size:11px}.ejh-cards--small .ejh-card2__buy{padding:7px 10px 6px;font-size:8px;letter-spacing:.12em}@media screen and (max-width:989px){.ejh-pair{gap:28px}.ejh-cards--small .ejh-card2{min-height:240px}.ejh-cards--small .ejh-card2__img{max-height:100px}}@media screen and (max-width:749px){.ejh-pair{grid-template-columns:1fr;gap:42px}.ejh-shop--pair{padding-top:48px}}.ejh-pairbanner{position:relative;overflow:hidden;border-radius:12px;aspect-ratio:11 / 2;margin:0 0 22px;background:#0c0d0f}.ejh-pairbanner__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.ejh-pairbanner__text{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:18px;padding:20px 28px;text-align:left;color:#fff}.ejh-pairbanner__chip{position:absolute;top:16px;right:22px;z-index:3;margin:0;padding:0;border-radius:0;background:none;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;opacity:.82}.ejh-pairbanner__line{order:1;margin:0;max-width:min(40ch,100%);font-size:clamp(15px,1.4vw,21px);line-height:1.15;font-weight:200;letter-spacing:-.02em;text-wrap:pretty;color:#fff;font-family:inherit;text-transform:none}.ejh-pairbanner__line b{font-weight:800}@media screen and (max-width:749px){.ejh-pairbanner{aspect-ratio:3 / 1;margin-bottom:16px}.ejh-pairbanner__chip{font-size:9px;top:11px;right:14px;letter-spacing:.12em}.ejh-pairbanner__line{font-size:clamp(14px,4vw,18px)}}.ejh-pairbanner--plain{background:#0c0d0f}.ejh-pairbanner--plain .ejh-pairbanner__chip{background:none}.ejh-cards--small{grid-template-columns:repeat(2,minmax(0,1fr))}.ejh-slider{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(0,1fr);gap:14px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:4px}.ejh-slider::-webkit-scrollbar{display:none}.ejh-slide{scroll-snap-align:start;display:block;text-decoration:none;color:inherit;border-radius:12px;overflow:hidden;background:#fff;transition:transform .38s cubic-bezier(.16,1,.3,1),box-shadow .38s ease}.ejh-slide:hover{transform:translateY(-4px);box-shadow:0 16px 34px #00000017}.ejh-slide__media{display:block;aspect-ratio:4 / 3;overflow:hidden;background:#e9e9ec}.ejh-slide__img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.16,1,.3,1)}.ejh-slide:hover .ejh-slide__img{transform:scale(1.05)}.ejh-slide__name{display:block;padding:14px 16px 0;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#1d1d1f}.ejh-slide__price{display:block;padding:3px 16px 16px;font-size:12px;color:#6e6e73}@media screen and (max-width:749px){.ejh-slider{grid-auto-columns:minmax(0,1fr);gap:8px}.ejh-slide__name{font-size:11px;padding:11px 12px 0}.ejh-slide__price{font-size:11px;padding:2px 12px 12px}}@media(prefers-reduced-motion:reduce){.ejh-slide,.ejh-slide__img{transition:none}.ejh-slide:hover,.ejh-slide:hover .ejh-slide__img{transform:none}}.ejh-scrollcue{position:fixed;left:50%;bottom:10px;z-index:60;width:52px;height:52px;margin:0;padding:0;display:flex;align-items:center;justify-content:center;border:2px solid rgba(255,255,255,.62);border-radius:50%;background:#0000006b;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;cursor:pointer;opacity:0;transform:translate(-50%,14px);transition:opacity .6s ease,transform .6s ease,visibility 0s linear .6s;visibility:hidden}.ejh-scrollcue svg{width:20px;height:20px;display:block}.ejh-scrollcue.is-on{opacity:1;visibility:visible;transform:translate(-50%);transition:opacity .6s ease,transform .6s ease,visibility 0s;animation:ejh-cue-bob 2.1s ease-in-out .8s infinite}.ejh-scrollcue:hover{background:#00000073;border-color:#ffffffd9}.ejh-scrollcue:focus-visible{outline:2px solid #ffffff;outline-offset:3px}@keyframes ejh-cue-bob{0%,to{transform:translate(-50%)}45%{transform:translate(-50%,7px)}}@media(max-width:749px){.ejh-scrollcue{width:44px;height:44px;bottom:10px}.ejh-scrollcue svg{width:17px;height:17px}}@media(prefers-reduced-motion:reduce){.ejh-scrollcue.is-on{animation:none}}.ejt{background:#fff;padding:72px 0 80px;color:#191a1d}.ejt__inner{max-width:1200px;margin:0 auto;padding:0 28px}.ejt__h{margin:0 0 24px;font-size:27px;font-weight:600;letter-spacing:-.015em;line-height:1.15;color:#191a1d}.ejt__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.ejt__card{background:#fff;border:1px solid #191a1d;border-radius:12px;padding:20px 20px 24px}.ejt__label{display:block;margin:0 0 8px;font-size:16px;font-weight:600;letter-spacing:-.008em;line-height:1.25;color:#191a1d}.ejt__card p{margin:0;font-size:13px;font-weight:400;line-height:1.55;letter-spacing:0;color:#6b6d74}.ejt__card p+p{margin-top:10px}.ejt__card a{color:#191a1d;text-decoration:underline;text-underline-offset:3px}.ejt__tp{margin-top:30px}.ejt__tph{margin:0 0 14px;font-size:19px;font-weight:600;letter-spacing:-.008em;line-height:1.25;color:#191a1d}.ejt__tprow{display:flex;align-items:center;flex-wrap:wrap;gap:12px 16px}.ejt__stars{display:inline-flex;gap:4px}.ejt__star{width:28px;height:28px;background:#00b67a;display:inline-flex;align-items:center;justify-content:center}.ejt__star--half{background:linear-gradient(90deg,#00b67a 50%,#dcdce6 50%)}.ejt__star svg{width:21px;height:21px;display:block}.ejt__logo{display:inline-flex;align-items:center;gap:6px;font-size:19px;font-weight:700;letter-spacing:-.008em;color:#191919}.ejt__logo svg{width:24px;height:24px;display:block}.ejt__tpgrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:20px}.ejt__tpcard{background:#fff;border:1px solid #e3e4e9;border-radius:12px;padding:18px 18px 16px;display:flex;flex-direction:column;align-items:flex-start}.ejt__ministars{display:inline-flex;gap:2px}.ejt__ministar{width:17px;height:17px;background-color:#00b67a;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="white" d="M12 2.6l2.8 6.7 7.2.6-5.5 4.7 1.7 7-6.2-3.8-6.2 3.8 1.7-7L2 9.9l7.2-.6z"/></svg>');background-size:12px 12px;background-position:center;background-repeat:no-repeat}.ejt__tpcard h4{margin:10px 0 5px;font-size:13px;font-weight:600;letter-spacing:0;line-height:1.3;color:#191a1d}.ejt__tpcard p{margin:0;font-size:13px;font-weight:400;line-height:1.55;letter-spacing:0;color:#6b6d74}.ejt__meta{display:block;margin-top:auto;padding-top:12px;font-size:12px;color:#8a8b91}.ejt__see{margin:16px 0 0;font-size:13px}.ejt__see a{color:#6b6d74;text-decoration:underline;text-underline-offset:3px}@media screen and (max-width:899px){.ejt{padding:48px 0 56px}.ejt__inner{padding:0 20px}.ejt__h{font-size:23px}.ejt__grid,.ejt__tpgrid{grid-template-columns:1fr}}.ejp-overlay{background:#060708d1!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important}.ejp-modal{background:#0c0d0f!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:14px!important;padding:44px 40px 34px!important;width:min(460px,calc(100vw - 36px))!important;box-shadow:0 50px 140px #000000b3!important}.ejp-tag{display:none!important}.ejp-h{font-size:34px!important;font-weight:800!important;letter-spacing:-.045em!important;line-height:1.02!important;margin:0 0 12px!important;color:#fff!important}.ejp-h em{color:#fff!important}.ejp-p{color:#ffffff9e!important;font-size:15px!important;line-height:1.5!important;margin:0 0 24px!important}.ejp-form{gap:12px!important}.ejp-input{background:transparent!important;border:1px solid rgba(255,255,255,.24)!important;border-radius:4px!important;padding:16px!important;color:#fff!important;font-size:15px!important;letter-spacing:-.01em!important}.ejp-input::placeholder{color:#fff6!important}.ejp-input:focus{border-color:#fff!important}.ejp-btn{background:#fff!important;color:#0c0d0f!important;border-radius:4px!important;padding:16px 18px!important;font-size:11px!important;font-weight:700!important;letter-spacing:.16em!important;text-transform:uppercase!important;transition:background .26s,color .26s!important}.ejp-btn:hover{filter:none!important;background:#ffffffdb!important}.ejp-close{top:16px!important;right:16px!important;width:34px!important;height:34px!important;border:1px solid rgba(255,255,255,.28)!important;border-radius:50%!important;color:#ffffffb3!important}.ejp-close:hover{background:#ffffff1a!important;color:#fff!important}.ejp-fine{color:#ffffff61!important;font-size:11px!important;letter-spacing:.01em!important;margin-top:18px!important}.ejp-err{color:#ff9dbf!important}.ejp-success .ejp-check{background:#ffffff1f!important;color:#fff!important}@media(max-width:480px){.ejp-modal{padding:34px 22px 26px!important}.ejp-h{font-size:27px!important}}.shopify-section-group-header-group{display:none!important}.ejn{position:sticky;top:0;z-index:90;background:#0c0d0fdb;transition:background-color .4s ease,border-color .4s ease;-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px);border-bottom:1px solid rgba(255,255,255,.09)}.ejn__bar{display:flex;align-items:center;gap:28px;height:68px;padding:0 28px}.ejn__brand{flex:0 0 auto;display:flex;align-items:center;color:#fff;text-decoration:none;font-size:22px;font-weight:800;letter-spacing:-.03em}.ejn__brand img{display:block;height:26px;width:auto;filter:brightness(0) invert(1);transition:filter .24s ease}.ejn__list{flex:1 1 auto;display:flex;align-items:center;justify-content:center;gap:30px;margin:0;padding:0;list-style:none}.ejn__item{margin:0}.ejn__word{margin:0;padding:0;border:0;background:none;cursor:pointer;color:#ffffffd1;font:inherit;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;white-space:nowrap;transition:color .2s}.ejn__word:hover,.ejn__word[aria-expanded=true]{color:#fff}.ejn__word:focus-visible{outline:2px solid #ffffff;outline-offset:5px;border-radius:2px}.ejn__tools{flex:0 0 auto;display:flex;align-items:center;gap:18px}.ejn__tool{display:flex;color:#ffffffd1;transition:color .2s}.ejn__tool:hover{color:#fff}.ejn__tool svg{width:18px;height:18px;display:block}.ejn__burger{display:none;width:22px;height:18px;padding:0;border:0;background:none;cursor:pointer;flex-direction:column;justify-content:center;gap:5px}.ejn__burger span{display:block;height:1.5px;background:#fff;border-radius:2px}.ejn__panel{position:fixed;top:100%;left:0;width:100%;z-index:1;background:#0c0d0fdb;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.1);transform:translateY(-100%);opacity:0;visibility:hidden;pointer-events:none;transition:transform .46s cubic-bezier(.22,1,.36,1),opacity .2s ease .12s,visibility 0s linear .46s}.ejn__panel.is-open{transform:translateY(0);opacity:1;visibility:visible;pointer-events:auto;transition:transform .46s cubic-bezier(.22,1,.36,1),opacity .16s ease,visibility 0s}.ejn__panel.is-instant{transition:none}.ejn__bar{position:relative;z-index:3}.ejn__scrim{display:none}.ejn__panel .ejn__links{opacity:0;transition:opacity .18s ease}.ejn__panel.is-open .ejn__links{opacity:1;transition:opacity .26s ease .12s}.ejn__panelinner{display:flex;align-items:stretch;gap:28px;max-width:1240px;margin:0 auto;padding:22px 28px}.ejn__shelf{flex:1 1 auto;min-width:0;display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch;gap:10px;height:176px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) transparent}.ejn__shelf::-webkit-scrollbar{height:6px}.ejn__shelf::-webkit-scrollbar-thumb{background:#ffffff47;border-radius:3px}.ejn__shelf::-webkit-scrollbar-track{background:transparent}.ejn__break{display:none}.ejn__links{height:176px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.24) transparent}.ejn__links::-webkit-scrollbar{width:5px}.ejn__links::-webkit-scrollbar-thumb{background:#ffffff3d;border-radius:3px}.ejn__card{flex:0 0 auto;width:118px;height:100%;display:flex;flex-direction:column;align-items:center;gap:8px;padding:14px 8px 16px;border-radius:12px;background:#fff;text-decoration:none;will-change:transform;opacity:0;transition:transform .32s cubic-bezier(.16,1,.3,1),box-shadow .32s ease}.ejn__panel.is-open .ejn__card{animation:ejn-card-in 1s ease forwards}@keyframes ejn-card-in{0%{opacity:0}to{opacity:1}}.ejn__card .ejn__thumb img{transition:transform .42s cubic-bezier(.16,1,.3,1)}.ejn__card:hover .ejn__thumb img{transform:scale(1.04)}.ejn__thumb{flex:1 1 auto;min-height:0;display:flex;align-items:center;justify-content:center;width:100%}.ejn__thumb img{max-width:100%;max-height:100%;width:auto;height:auto;display:block}.ejn__name{font-size:11px;font-weight:500;letter-spacing:.01em;line-height:1.25;text-align:center;color:#1d1d1f}.ejn__break{flex:0 0 100%;width:100%;height:0;margin:0}.ejn__card--type{justify-content:center}.ejn__lockup{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;align-items:center;gap:3px;justify-content:center}.ejn__kicker{font-size:9px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#86868b}.ejn__word2{font-size:21px;font-weight:800;letter-spacing:-.035em;line-height:1;color:#1d1d1f;text-align:center}.ejn__links{flex:0 0 auto;width:248px;display:flex;flex-direction:column;gap:0;padding-top:12px}.ejn__all{font-size:14px;font-weight:600;letter-spacing:-.01em;color:#fff;text-decoration:none}.ejn__all:hover{text-decoration:underline;text-underline-offset:3px}.ejn__subhead{margin:16px 0 9px;font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#ffffff6b}.ejn__links>.ejn__all+.ejn__subhead{margin-top:20px}.ejn__subs{display:flex;flex-direction:column;gap:9px}.ejn__subs--two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px 20px}.ejn__sub{font-size:12px;color:#fff9;text-decoration:none}.ejn__sub:hover{color:#fff}.ejn__scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1;background:#0000004d;opacity:0;transition:opacity .22s ease;pointer-events:none}.ejn__scrim.is-on{opacity:1;pointer-events:auto}.ejn.is-open{border-bottom-color:transparent}.ejn__panel .ejn__all{color:#fff}.ejn__panel .ejn__subhead{color:#ffffff6b}.ejn__panel .ejn__sub{color:#fff9}.ejn__panel .ejn__sub:hover{color:#fff}.ejn__card{border-radius:12px;align-items:stretch;box-shadow:none}.ejn__card:hover{transform:translateY(-4px);box-shadow:0 18px 38px #00000073}.ejn__name{text-align:left;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#1d1d1f}.ejn__card--type{align-items:center}.ejn__lockup{width:100%}@media(min-width:990px){.ejn__panelinner{max-width:1440px;gap:36px;padding:26px 40px}.ejn__shelf{gap:14px;height:200px}.ejn__card{width:146px;gap:10px;padding:18px 16px;border-radius:14px}.ejn__card:hover{transform:translateY(-5px);box-shadow:0 22px 46px #00000080}.ejn__name{font-size:12.5px}.ejn__lockup{gap:4px}.ejn__kicker{font-size:10px}.ejn__word2{font-size:26px}.ejn__links{width:286px;height:200px;padding-top:2px}.ejn__all{font-size:17px}.ejn__subhead{margin:20px 0 11px;font-size:11px}.ejn__links>.ejn__all+.ejn__subhead{margin-top:24px}.ejn__subs{gap:11px}.ejn__subs--two{gap:11px 24px}.ejn__sub{font-size:14px}}@media(min-width:1500px){.ejn__panelinner{max-width:1660px;gap:44px;padding:30px 48px}.ejn__shelf{gap:16px;height:224px}.ejn__card{width:166px;padding:20px 18px}.ejn__name{font-size:13.5px}.ejn__word2{font-size:30px}.ejn__links{width:320px;height:224px}.ejn__all{font-size:19px}.ejn__sub{font-size:15px}}@media(max-width:989px){.ejn__bar{gap:16px;padding:0 20px;height:58px}.ejn__burger{display:flex}.ejn__list{position:absolute;left:0;right:0;top:100%;z-index:3;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;background:#0c0d0ffa;border-bottom:1px solid rgba(255,255,255,.09);overflow:hidden;max-height:0;padding:0 20px;visibility:hidden;transition:max-height 2s cubic-bezier(.22,1,.36,1),padding 2s cubic-bezier(.22,1,.36,1),visibility 0s linear 2s}.ejn.is-menu .ejn__list{max-height:70vh;max-height:calc(100dvh - 58px);padding:6px 20px 18px;visibility:visible;transition:max-height 2s cubic-bezier(.22,1,.36,1),padding 2s cubic-bezier(.22,1,.36,1),visibility 0s}.ejn__word{display:block;width:100%;text-align:left;padding:13px 0;font-size:12px;letter-spacing:.16em;border-bottom:1px solid rgba(255,255,255,.07)}.ejn__panelinner{flex-direction:column;gap:14px;padding:18px 20px}.ejn__shelf{height:150px}.ejn__links{height:auto;overflow:visible}.ejn__shelf{gap:6px 4px}.ejn__card{width:94px;padding:10px 6px 12px}.ejn__links{width:100%;padding-top:0}}@media(prefers-reduced-motion:reduce){.ejn__list,.ejn.is-menu .ejn__list{transition:visibility 0s}.ejn__panel{transform:none;transition:opacity .12s ease}.ejn__panel.is-open{transform:none}.ejn__panel .ejn__panelinner{transition:opacity .12s ease;transform:none}.ejn__panel.is-open .ejn__panelinner{transform:none}.ejn__card,.ejn__card:hover{transition:none;transform:none}.ejn__card:hover .ejn__thumb img{transform:none}.ejn__panel.is-open .ejn__card{animation:none;opacity:1}}@media screen and (max-width:749px){.ejh-grid>.ejh-cell{grid-column:1 / -1!important}.ejh-grid>.ejh-cell .ejh-tile{aspect-ratio:4 / 3!important}.ejh-grid>.ejh-cell--end .ejh-tile__meta{align-items:flex-start;text-align:left}.ejh-grid>.ejh-cell--end .ejh-tile__collection{left:0;right:auto;padding:13px 18px 13px 16px}.ejh-grid>.ejh-cell .ejh-tile__collection{top:14px;padding:13px 18px 13px 16px;font-size:10px}.ejh .ejh-grid>.ejh-cell .ejh-tile__collection,.ejh .ejh-grid>.ejh-cell--end .ejh-tile__collection{top:auto;bottom:17px;left:auto;right:0;padding:11px 16px 11px 14px}.ejh-grid>.ejh-cell .ejh-tile__headline{font-size:clamp(22px,7.2vw,30px)}.ejh-grid>.ejh-cell .ejh-tile__meta{padding:16px 16px 18px}.ejh-card2__top{flex-wrap:wrap;row-gap:6px}.ejh-card2__label{white-space:nowrap;font-size:10px}.ejh-card2__badge{font-size:9px;padding:3px 7px 2px;letter-spacing:.1em}.ejh-card2__foot{flex-direction:column;align-items:stretch;gap:10px}.ejh-card2__price{font-size:13px;white-space:nowrap}.ejh-card2__buy{width:100%;text-align:center;padding:10px 12px 9px;font-size:10px}.ejh-card2__name{font-size:12px}.ejh-tile__eyebrow,.ejh-tile__cta,.ejh-tile__collection,.ejh-offer__cta{font-size:10px}.ejh-quote__who{font-size:11px}.ejh-pairbanner__chip{font-size:10px}.ejh-scrollcue{bottom:16px}}@media screen and (max-width:749px){.ejh{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.ejh>*{grid-column:1 / -1;order:10}.ejh-band--flush[aria-label="Shop by range"],.ejh-band--flush[aria-label="Shop by range"]>.ejh-grid,.ejh-band--flush[aria-label="Shop by range"]+.ejh-band,.ejh-band--flush[aria-label="Shop by range"]+.ejh-band>.ejh-grid{display:contents}.ejh-band--flush[aria-label="Shop by range"]>.ejh-grid>.ejh-cell{grid-column:1 / -1}.ejh-band--flush[aria-label="Shop by range"]>.ejh-grid>.ejh-cell:nth-of-type(1){order:1}.ejh-band--flush[aria-label="Shop by range"]>.ejh-grid>.ejh-cell:nth-of-type(2){order:4}.ejh-band--flush[aria-label="Shop by range"]+.ejh-band>.ejh-grid>.ejh-tile{grid-column:auto!important;aspect-ratio:1 / 1!important}.ejh-band--flush[aria-label="Shop by range"]+.ejh-band>.ejh-grid>.ejh-tile:nth-of-type(1){order:2}.ejh-band--flush[aria-label="Shop by range"]+.ejh-band>.ejh-grid>.ejh-tile:nth-of-type(2){order:3}.ejh-band--flush[aria-label="Shop by range"]+.ejh-band>.ejh-grid>.ejh-tile:nth-of-type(3){order:5}.ejh-band--flush[aria-label="Shop by range"]+.ejh-band>.ejh-grid>.ejh-tile:nth-of-type(4){order:6}.ejh-card2__label{display:none}.ejh-card2__top{margin:0;min-height:0}.ejh-card2{min-height:0;aspect-ratio:3 / 4;padding:12px 14px 14px}.ejh-card2__media{padding:2px 0 10px}.ejh-card2__img{max-height:118px}.ejh-card2__foot{gap:8px}.ejh-shop{padding:14px 0 2px}.ejh-shop--first{padding-top:18px}.ejh-opener+.ejh-shop,.ejh-namedband+.ejh-shop{padding-top:16px}.ejh-shop:has(+.ejh-opener),.ejh-shop:has(+.ejh-namedband),.ejh-shop:has(+.ejh-vbgroup){padding-bottom:22px}.ejh-pairbanner{margin-bottom:8px}.ejh-pair{gap:22px}.ejh-shop--pair{padding-top:10px}}@media screen and (max-width:989px){.ejn__tools{margin-left:auto}}@media screen and (max-width:989px){.ejn__panel,.ejn__scrim{display:none!important}}@media screen and (max-width:989px){.ejn{position:fixed;top:0;left:0;right:0;background:#0c0d0f;-webkit-backdrop-filter:none;backdrop-filter:none}.ejh{padding-top:58px}}@media screen and (max-width:749px){.ejh-card2__top{justify-content:center}.ejh-card2__badge{margin-left:0;padding:0;border:0;border-radius:0;opacity:.45}}.ejh-srt{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;border:0}.ejh-tile{text-decoration:none;color:inherit}html.ejh-vb-locked,html.ejh-vb-locked body{overflow:hidden}.ejh-vbask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:24px;background:#0c0d0f;opacity:1;transition:opacity .38s ease}.ejh-vbask.is-done{opacity:0;pointer-events:none}.ejh-vbask__inner{width:100%;max-width:760px;text-align:center}.ejh-vbask__logo{margin:0 0 14px}.ejh-vbask__logo img{display:inline-block;height:clamp(104px,15vw,190px);width:auto;filter:brightness(0) invert(1)}.ejh-vbask__logo--film{position:relative;overflow:hidden;height:clamp(104px,15vw,190px);aspect-ratio:855 / 355;margin:0 auto 14px}.ejh-vbask__logo--film img,.ejh-vbask__logo--film video{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.ejh-vbask__logo--film img{height:100%;width:auto}.ejh-vbask__logo--film video{width:224.6%;height:auto;display:block;mix-blend-mode:screen;opacity:0;transition:opacity .12s ease}.ejh-vbask__logo--film.is-live video{opacity:1}.ejh-vbask__logo--film.is-live img{opacity:0}.ejh-vbask__logo--text{font-size:26px;font-weight:800;letter-spacing:-.03em;color:#fff}.ejh-vbask__kicker{margin:0 0 12px;font-size:14px;font-weight:500;letter-spacing:-.01em;color:#ffffff80}@media screen and (max-width:749px){.ejh-vbask__kicker{font-size:12px;margin-bottom:8px}}.ejh-vbask__title{margin:0 auto 42px;font-size:40px;line-height:1.12;font-weight:800;letter-spacing:-.035em;color:#fff;text-wrap:balance}.ejh-tile__subline{display:block;margin:8px 0 2px;max-width:46ch;font-size:15px;line-height:1.45;font-weight:400;color:#ffffffc7;text-wrap:pretty}.ejh-cell--end .ejh-tile__subline{margin-left:auto}@media screen and (max-width:749px){.ejh-tile__subline{display:none}}.ejh-vbask__picks{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.ejh-vbpick{flex:1 1 200px;max-width:240px;padding:22px 18px;border:1px solid rgba(255,255,255,.22);border-radius:14px;background:transparent;color:#fff;cursor:pointer;font:inherit;font-size:15px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;transition:background-color .22s ease,border-color .22s ease,transform .22s cubic-bezier(.16,1,.3,1)}.ejh-vbpick:hover{background:#fff;border-color:#fff;color:#0c0d0f;transform:translateY(-3px)}.ejh-vbpick:focus-visible{outline:2px solid #ffffff;outline-offset:4px}.ejh-opener--dupe{display:none}@media screen and (min-width:750px){.ejh-vbhero .ejh-tile__swap--has-hover .ejh-tile__hover,[data-ejh-carousel] .ejh-cell .ejh-tile__swap--has-hover .ejh-tile__hover{right:50%}[data-ejh-carousel] .ejh-cell--end .ejh-tile__meta{align-items:flex-start;text-align:left}[data-ejh-carousel] .ejh-cell--end .ejh-tile__collection{left:0;right:auto;padding:16px 18px 16px 28px}[data-ejh-carousel] .ejh-cell--end .ejh-tile.is-playing .ejh-tile__swap--has-hover .ejh-tile__headline{clip-path:inset(0 0 0 100%);transform:translate(28px)}[data-ejh-carousel] .ejh-cell--end .ejh-tile__swap--has-hover .ejh-tile__hover{clip-path:inset(0 100% 0 0);transform:translate(-18px);left:0;right:50%}[data-ejh-carousel] .ejh-cell--end .ejh-tile.is-playing .ejh-tile__swap--has-hover .ejh-tile__hover{clip-path:inset(0 0 0 0);transform:translate(0)}.ejh-vbhero.ejh-cell--end .ejh-tile__meta{align-items:flex-start;text-align:left}.ejh-vbhero.ejh-cell--end .ejh-tile__collection{left:0;right:auto;padding:16px 18px 16px 28px}.ejh-vbhero.ejh-cell--end .ejh-tile.is-playing .ejh-tile__swap--has-hover .ejh-tile__headline{clip-path:inset(0 0 0 100%);transform:translate(28px)}.ejh-vbhero.ejh-cell--end .ejh-tile__swap--has-hover .ejh-tile__hover{clip-path:inset(0 100% 0 0);transform:translate(-18px);left:0;right:50%}.ejh-vbhero.ejh-cell--end .ejh-tile.is-playing .ejh-tile__swap--has-hover .ejh-tile__hover{clip-path:inset(0 0 0 0);transform:translate(0)}}.ejh-vbgroup{margin:0}.ejh-vbgroup+.ejh-vbgroup{margin-top:0}.ejh-vbhero .ejh-tile{aspect-ratio:21 / 9}.ejh-vbsmall .ejh-tile{aspect-ratio:16 / 9}@media(max-width:749px){.ejh-vbask__title{width:92%;margin:0 auto 28px;font-size:26px}.ejh-vbask__picks{flex-direction:column;gap:8px}.ejh-vbask__logo{margin-bottom:10px}.ejh-vbask__logo img{height:clamp(68px,24vw,120px)}.ejh-vbask__logo--film{height:clamp(68px,24vw,120px);margin-bottom:10px}.ejh-vbpick{flex:0 0 auto;width:100%;max-width:none;padding:13px 14px;font-size:11px;letter-spacing:.08em;white-space:nowrap;border-radius:10px}.ejh-vbhero{--ejh-span: 12 !important}.ejh-vbsmall{--ejh-span: 6 !important}.ejh-vbhero .ejh-tile{aspect-ratio:4 / 3}.ejh-vbsmall .ejh-tile{aspect-ratio:1 / 1}}[data-ejh-carousel]{position:relative;overflow:hidden}[data-ejh-carousel] .ejh-grid{display:flex;flex-wrap:nowrap;gap:0;transition:transform .62s cubic-bezier(.22,1,.36,1)}[data-ejh-carousel] .ejh-cell{flex:0 0 100%;max-width:100%}[data-ejh-carousel] .ejh-cell .ejh-tile{aspect-ratio:21 / 9}.ejh-caroarrow{position:absolute;top:50%;transform:translateY(-50%);z-index:4;display:flex;align-items:center;justify-content:center;width:46px;height:46px;padding:0;border:0;border-radius:50%;background:#0c0d0f73;color:#fff;cursor:pointer;opacity:0;transition:opacity .26s ease,background-color .2s ease}.ejh-caroarrow svg{width:22px;height:22px;display:block}.ejh-caroarrow--prev{left:18px}.ejh-caroarrow--next{right:18px}[data-ejh-carousel]:hover .ejh-caroarrow,.ejh-caroarrow:focus-visible{opacity:1}.ejh-caroarrow:hover{background:#0c0d0fcc}.ejh-caroarrow:focus-visible{outline:2px solid #ffffff;outline-offset:3px}@media(hover:none){.ejh-caroarrow{opacity:1;width:40px;height:40px}.ejh-caroarrow--prev{left:10px}.ejh-caroarrow--next{right:10px}}.ejh-carodots{position:absolute;left:0;right:0;bottom:16px;z-index:3;display:flex;justify-content:center;gap:8px}.ejh-carodot{width:28px;height:3px;padding:0;border:0;border-radius:2px;background:#ffffff57;cursor:pointer;transition:background-color .24s ease,width .24s ease}.ejh-carodot.is-on{width:44px;background:#fff}.ejh-carodot:focus-visible{outline:2px solid #ffffff;outline-offset:3px}@media(max-width:749px){.ejh-caroarrow,.ejh-carodots{display:none}}@media(prefers-reduced-motion:reduce){.ejh-vbask{transition:none}.ejh-vbpick,.ejh-vbpick:hover{transition:none;transform:none}[data-ejh-carousel] .ejh-grid{transition:none}}@media screen and (max-width:749px){.ejh-vbgroup{padding-bottom:0!important}}.ejh-vbgroup .ejh-tile__collection[href^="#"]{display:none!important}.ejn__links>.ejn__all+.ejn__subs{margin-top:14px}@media screen and (min-width:990px){.ejn__subs--two .ejn__sub{white-space:nowrap;line-height:1.25}.ejn__subs .ejn__sub{line-height:1.25}}.ejh-card2{position:relative;cursor:pointer}.ejh-card2__link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;border-radius:inherit}.ejh-card2__link:focus-visible{outline:2px solid #1d1d1f;outline-offset:3px}.ejh-card2__top{position:relative;z-index:2;pointer-events:none}.ejh-card2__type{pointer-events:auto;text-decoration:none;color:#1d1d1f;transition:opacity .2s ease}.ejh-card2__type:hover{opacity:.8;text-decoration:underline;text-underline-offset:3px}.ejn__cols{display:none}@media screen and (max-width:989px){.ejn.is-menu .ejn__list{overflow-y:auto;-webkit-overflow-scrolling:touch}.ejn__cols{display:block;list-style:none;padding:14px 0 4px}.ejn__colgroup{display:flex;flex-wrap:wrap;gap:8px 18px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.07)}.ejn__colgroup:last-child{border-bottom:0}.ejn__colall{flex:0 0 100%;font-size:14px;font-weight:600;color:#fff;text-decoration:none}.ejn__colsub{font-size:13px;color:#ffffff9e;text-decoration:none}.ejn--light .ejn__colgroup{border-bottom-color:#00000014}.ejn--light .ejn__colall{color:#1d1d1f}.ejn--light .ejn__colsub{color:#1d1d1f9e}}.ejs{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000}.ejs[hidden]{display:none}html.ejs-open,html.ejs-open body{overflow:hidden}.ejs__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;opacity:0;transition:opacity .18s ease}.ejs__panel{position:relative;max-width:760px;margin:72px auto 0;background:#fff;color:#1d1d1f;border-radius:16px;box-shadow:0 30px 80px #0000004d;transform:translateY(-10px);opacity:0;transition:opacity .18s ease,transform .22s cubic-bezier(.16,1,.3,1);max-height:calc(100vh - 110px);display:flex;flex-direction:column}.ejs.is-open .ejs__scrim{opacity:1}.ejs.is-open .ejs__panel{opacity:1;transform:none}.ejs__form{display:flex;align-items:center;gap:12px;padding:18px 22px;border-bottom:1px solid rgba(0,0,0,.08);margin:0}.ejs__icon{width:20px;height:20px;flex:0 0 auto;color:#1d1d1f99}.ejs__input{flex:1 1 auto;min-width:0;border:0;outline:0;background:none;font:inherit;font-size:20px;color:#1d1d1f;padding:4px 0}.ejs__input::-webkit-search-cancel-button{display:none}.ejs__x{flex:0 0 auto;width:34px;height:34px;border:0;border-radius:50%;background:#f2f2f4;color:#1d1d1f;font-size:22px;line-height:1;cursor:pointer}.ejs__results{overflow-y:auto;padding:6px 22px 18px}.ejs__results:empty{display:none}.ejs__h{margin:16px 0 8px;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#1d1d1f73}.ejs__cols{display:flex;flex-wrap:wrap;gap:8px}.ejs__col{padding:7px 12px;border:1px solid rgba(0,0,0,.12);border-radius:999px;font-size:14px;color:#1d1d1f;text-decoration:none}.ejs__col:hover{border-color:#1d1d1f}.ejs__list{list-style:none;margin:0;padding:0}.ejs__item{display:flex;align-items:center;gap:14px;padding:8px 0;color:#1d1d1f;text-decoration:none}.ejs__item:hover .ejs__name{text-decoration:underline;text-underline-offset:3px}.ejs__img{width:56px;height:56px;flex:0 0 auto;object-fit:contain;border-radius:10px;background:#f5f5f7}.ejs__name{flex:1 1 auto;font-size:15px;font-weight:600}.ejs__price{flex:0 0 auto;font-size:14px;color:#1d1d1f99}.ejs__empty{margin:16px 0 6px;font-size:15px;color:#1d1d1f99}.ejs__all{display:inline-block;margin-top:14px;font-size:14px;font-weight:600;color:#1d1d1f;text-decoration:none}.ejs__all:hover{text-decoration:underline;text-underline-offset:3px}@media screen and (max-width:749px){.ejs__panel{margin:0;border-radius:0 0 16px 16px;max-height:88vh}.ejs__input{font-size:17px}.ejs__form{padding:14px 16px}.ejs__results{padding:4px 16px 16px}}.ejh-card2__media,.ejh-card2__foot,.ejh-card2__img{pointer-events:none}.ejs__scrim{display:block!important}.ejs__input:focus,.ejs__input:focus-visible{outline:none!important;box-shadow:none!important}.ejs__form:focus-within{border-bottom-color:#0000004d}.ejh-card2__link{display:block!important}.ejh-card2__ftype{display:none}@media screen and (max-width:749px){.ejh-card2__top .ejh-card2__type{display:none}.ejh-card2__ftype{display:block;position:relative;z-index:2;pointer-events:auto;max-width:100%;margin:0 0 1px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px;line-height:1.3;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#1d1d1f;opacity:.45;text-decoration:none}.ejh-card2__top{flex-wrap:nowrap;justify-content:center}.ejh-card2__badge{white-space:nowrap}.ejh-card2__top:has(.ejh-card2__badge){margin-bottom:8px}.ejh-card2__top:has(.ejh-card2__badge)+.ejh-card2__media .ejh-card2__img{max-height:106px}}@media screen and (max-width:989px){.ejn.is-menu .ejn__list{padding-bottom:calc(28px + env(safe-area-inset-bottom,0px))}}@media screen and (max-width:989px){.ejn.is-menu .ejn__list{background:#0c0d0f}.ejn.ejn--light.is-menu .ejn__list{background:#fff}}@media screen and (max-width:749px){.ejh-card2{aspect-ratio:3 / 4.5;padding:14px}.ejh-card2__top{justify-content:flex-start;text-align:left}.ejh-card2__top:has(.ejh-card2__badge){margin-bottom:0}.ejh-card2__media{padding:14px 0 18px}.ejh-card2__img,.ejh-card2__top:has(.ejh-card2__badge)+.ejh-card2__media .ejh-card2__img{max-height:116px}.ejh-card2__ftype{margin-bottom:3px}}
/*# sourceMappingURL=/cdn/shop/t/134/assets/ejh-home.css.map */
