.editorial-hero{position:relative;display:block;--hero-pad-left:var(--hero-text-inset,60px);--hero-pad-right:max(var(--hero-text-inset,60px), 40px)}.editorial-hero__viewport{position:relative;display:grid;overflow:hidden}.editorial-hero__slide{grid-area:1 / 1;display:grid;grid-template-columns:minmax(0,1fr);opacity:0;visibility:hidden;pointer-events:none;transition:opacity var(--hero-fx-duration,.65s) ease,transform var(--hero-fx-duration,.65s) ease}.editorial-hero__slide.is-active{opacity:1;visibility:visible;pointer-events:auto;transform:none}.editorial-hero__viewport.is-dragging .editorial-hero__slide,.editorial-hero__viewport.is-dragging .editorial-hero__slide.is-active{transition:none}.editorial-hero__viewport.is-dragging .editorial-hero__slide.is-drag-partner,.editorial-hero__viewport.is-settling .editorial-hero__slide.is-drag-partner{opacity:1;visibility:visible}.editorial-hero__viewport.is-settling .editorial-hero__slide{transition:transform .28s var(--ease-out, cubic-bezier(.2,.7,.2,1))}.editorial-hero__viewport{touch-action:pan-y}.editorial-hero--fx-slide .editorial-hero__slide:not(.is-active):not(.is-drag-partner){transform:translate(4%)}@media(prefers-reduced-motion:reduce){.editorial-hero__slide{transition:none;transform:none}}@media screen and (min-width:990px){.editorial-hero__slide{grid-template-columns:minmax(0,1fr) minmax(0,1.08fr)}.editorial-hero--media-left .editorial-hero__slide .editorial-hero__media{order:-1}}.editorial-hero__text{display:flex;flex-direction:column;justify-content:center;padding:32px var(--page-gutter) 36px;order:2}@media screen and (min-width:990px){.editorial-hero__text{order:0;padding:76px var(--hero-pad-right) 40px var(--hero-pad-left)}}.editorial-hero__text--top{justify-content:flex-start}.editorial-hero__text--bottom{justify-content:flex-end}.editorial-hero__heading{margin:16px 0 0;max-width:14ch}.editorial-hero__body{margin-top:18px;font-size:16px;line-height:1.65;color:rgb(var(--color-text-muted));max-width:46ch}@media screen and (min-width:750px){.editorial-hero__body{font-size:17px}}.editorial-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}.editorial-hero__facts{display:flex;flex-wrap:wrap;gap:20px 28px;margin:32px 0 0;padding-top:20px;border-top:1px solid rgb(var(--color-border))}.editorial-hero__fact{display:flex;flex-direction:column;gap:4px}.editorial-hero__fact dt{margin:0;color:rgb(var(--color-text-muted))}.editorial-hero__fact dd{margin:0;font-size:13px;font-weight:600;line-height:1.3;color:rgb(var(--color-heading))}.editorial-hero__controls{display:flex;align-items:center;gap:14px;margin-top:24px;padding-left:var(--hero-pad-left)}@media screen and (max-width:989px){.editorial-hero__controls{flex-wrap:wrap;padding-inline:var(--page-gutter);row-gap:10px}.editorial-hero__dots{flex-wrap:wrap;row-gap:8px}}.editorial-hero__dots{display:flex;gap:8px}.editorial-hero__dot{width:32px;height:3px;padding:0;border:0;background:rgb(var(--color-border));position:relative}.editorial-hero__dot:after{content:"";position:absolute;top:-20px;right:-6px;bottom:-20px;left:-6px}.editorial-hero__dot.is-active{background:rgb(var(--color-text))}.editorial-hero__media{position:relative;min-height:300px;order:1;background:rgb(var(--color-plate))}@media screen and (min-width:990px){.editorial-hero__media{order:0;min-height:600px}}.editorial-hero--small .editorial-hero__media{min-height:220px}.editorial-hero--medium .editorial-hero__media{min-height:420px}.editorial-hero--adapt .editorial-hero__media{min-height:0}.editorial-hero__image-wrap{display:block;height:100%}.editorial-hero:not(.editorial-hero--adapt) .editorial-hero__media{overflow:hidden}.editorial-hero:not(.editorial-hero--adapt) .editorial-hero__image-wrap,.editorial-hero:not(.editorial-hero--adapt) .editorial-hero__video{position:absolute;top:0;right:0;bottom:0;left:0}.editorial-hero:not(.editorial-hero--adapt) .editorial-hero__image{height:100%;min-height:0}.editorial-hero__image{width:100%;height:100%;object-fit:cover;min-height:inherit}.editorial-hero--adapt .editorial-hero__image{height:auto}.editorial-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgb(var(--color-ink));pointer-events:none}.editorial-hero__video video{width:100%;height:100%;object-fit:cover;display:block}.editorial-hero__outer{position:relative}@media screen and (min-width:990px){.editorial-hero:not(.editorial-hero--framed){--hero-pad-left:calc(var(--container-inset) + var(--hero-text-inset,60px))}}.editorial-hero--framed .editorial-hero__viewport{border:1px solid rgb(var(--color-border));border-top:0}@media screen and (min-width:990px){.editorial-hero--framed.editorial-hero--large .editorial-hero__media{min-height:520px}}.editorial-hero__chip{position:absolute;z-index:3;left:24px;bottom:24px;display:flex;align-items:center;gap:12px;max-width:calc(100% - 48px);padding:10px 12px;background:rgb(var(--color-card-background));border:1px solid rgb(var(--color-border));border-radius:var(--radius-card);box-shadow:var(--shadow-lift)}.editorial-hero__chip-link{display:flex;align-items:center;gap:12px;min-width:0;flex:1 1 auto;color:rgb(var(--color-text));text-decoration:none}.editorial-hero__chip-link:hover .editorial-hero__chip-title{text-decoration:underline;text-underline-offset:3px}.editorial-hero__chip-media{flex:none;display:flex;width:48px;height:48px;background:rgb(var(--color-plate));border-radius:var(--radius-image)}.editorial-hero__chip-image{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.editorial-hero__chip-text{display:flex;flex-direction:column;gap:2px;min-width:0}.editorial-hero__chip-title{font-size:13px;line-height:1.3;color:rgb(var(--color-heading));overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}.editorial-hero__chip-price{font-size:13px}.editorial-hero__chip-form{margin:0;display:flex;flex:none}.editorial-hero__chip-add{width:var(--tap-min);height:var(--tap-min);flex:none;display:flex;align-items:center;justify-content:center;padding:0;border:0;border-radius:var(--radius-button);background:rgb(var(--color-buy-button));color:rgb(var(--color-buy-button-text));cursor:pointer}.editorial-hero__chip-add:hover{opacity:.88}@media screen and (max-width:749px){.editorial-hero__chip{left:16px;bottom:16px;max-width:calc(100% - 32px);gap:10px;padding:8px 10px}.editorial-hero__chip-media{width:40px;height:40px}}.editorial-hero__brand{position:absolute;z-index:0;width:var(--brand-w,200px);max-width:46%;line-height:0;opacity:var(--brand-o,.14);filter:grayscale(1);pointer-events:none}.editorial-hero__brand img{width:100%;height:auto;display:block}.editorial-hero__brand--top-left{top:calc(var(--hero-text-inset,60px) * .55);left:var(--hero-pad-left)}.editorial-hero__brand--top-right{top:calc(var(--hero-text-inset,60px) * .55);right:var(--hero-pad-right)}.editorial-hero__brand--bottom-right{bottom:calc(var(--hero-text-inset,60px) * .55);right:var(--hero-pad-right)}.editorial-hero__text{position:relative}.editorial-hero__text>*:not(.editorial-hero__brand){position:relative;z-index:1}@media screen and (max-width:749px){.editorial-hero__brand{width:min(var(--brand-w,200px),38%);left:var(--page-gutter);right:auto}.editorial-hero__brand--top-right,.editorial-hero__brand--bottom-right{right:var(--page-gutter);left:auto}}.editorial-hero__media--contain{background:rgb(var(--color-plate))}.editorial-hero__media--contain .editorial-hero__image{object-fit:contain}.editorial-hero__media--cover .editorial-hero__image{object-fit:cover}.editorial-hero__brand--inline{position:static;width:var(--brand-w, 90px);max-width:50%;margin:0 0 20px}@media screen and (max-width:749px){.editorial-hero__media{margin-bottom:6px}}.editorial-hero__media--link{position:relative}.editorial-hero__media-link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:block}.editorial-hero__media-link:focus-visible{outline:var(--focus-width) solid rgb(var(--color-focus));outline-offset:-4px}@media(hover:hover){.editorial-hero__media--link:hover .editorial-hero__image{transform:scale(1.015)}.editorial-hero__image{transition:transform .4s var(--ease-out, ease)}}
/*# sourceMappingURL=/cdn/shop/t/16/assets/section-editorial-hero.css.map */
