.highlights-image-gallery{--highlights-card-width: min(87.5vw, 1260px);--highlights-card-height: 680px;--highlights-card-gap: 20px;--highlights-side-space: max(6.25vw, calc((100vw - 1260px)/2) );--highlights-progress: 0;position:relative;display:block;width:100%;margin-top:var(--highlights-section-margin-top, 0);margin-bottom:var(--highlights-section-margin-bottom, 0);padding:80px 0 216px;overflow:clip;color:#1e0e06;font-family:Lato,var(--font-body-family),sans-serif}.highlights-image-gallery,.highlights-image-gallery *{box-sizing:border-box}.highlights-image-gallery button{font:inherit}.highlights-image-gallery__header{width:var(--highlights-card-width);margin:var(--highlights-heading-margin-top, 0) auto var(--highlights-heading-margin-bottom, 30px)}.highlights-image-gallery__heading{margin:0;color:#1e0e06;font-size:var(--heading-size, 40px);font-weight:700;line-height:1.2;letter-spacing:0}.highlights-image-gallery__viewport{width:100%;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;scroll-behavior:auto;scroll-padding-inline:var(--highlights-side-space);scroll-snap-type:x mandatory;scrollbar-width:none;touch-action:pan-x pan-y pinch-zoom;cursor:grab}.highlights-image-gallery__viewport::-webkit-scrollbar,.highlights-image-gallery__pagination::-webkit-scrollbar{display:none}.highlights-image-gallery__viewport.is-dragging{scroll-snap-type:none;cursor:grabbing;-webkit-user-select:none;user-select:none}.highlights-image-gallery__track{display:grid;grid-auto-flow:column;grid-auto-columns:var(--highlights-card-width);gap:var(--highlights-card-gap);width:max-content;margin:0;padding:0 var(--highlights-side-space);list-style:none}.highlights-image-gallery__slide{width:var(--highlights-card-width);height:var(--highlights-card-height);margin:0;padding:0;scroll-snap-align:center;scroll-snap-stop:always;outline:none}.highlights-image-gallery__slide:not(.is-active){cursor:pointer}.highlights-image-gallery__slide:focus-visible .highlights-image-gallery__card{outline:3px solid #0071e3;outline-offset:-3px}.highlights-image-gallery__card{position:relative;width:100%;height:100%;overflow:hidden;border-radius:25px;background:#f6f5fa;isolation:isolate}.highlights-image-gallery__picture{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;display:block;width:100%;height:100%}.highlights-image-gallery__image{display:block;width:100%;max-width:none;height:100%;object-fit:cover;object-position:center center;pointer-events:none;-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.highlights-image-gallery__copy{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;width:100%;height:100%;padding:50px;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left;pointer-events:none}.highlights-image-gallery__copy-content{display:flex;width:300px;max-width:100%;flex-direction:column;gap:20px}.highlights-image-gallery__slide[data-copy-position^=top-] .highlights-image-gallery__copy{justify-content:flex-start}.highlights-image-gallery__slide[data-copy-position^=center-] .highlights-image-gallery__copy{justify-content:center}.highlights-image-gallery__slide[data-copy-position^=bottom-] .highlights-image-gallery__copy{justify-content:flex-end}.highlights-image-gallery__slide[data-copy-position$=-left] .highlights-image-gallery__copy{align-items:flex-start;text-align:left}.highlights-image-gallery__slide[data-copy-position$=-center] .highlights-image-gallery__copy{align-items:center;text-align:center}.highlights-image-gallery__slide[data-copy-position$=-right] .highlights-image-gallery__copy{align-items:flex-end;text-align:right}.highlights-image-gallery__title,.highlights-image-gallery__description{margin:0}.highlights-image-gallery__title{font-size:var(--slide-title-size, 28px);color:var(--slide-title-color, #1e0e06);font-weight:700;line-height:1.2;letter-spacing:0}.highlights-image-gallery__description{font-size:var(--slide-desc-size, 20px);color:var(--slide-desc-color, #1e0e06);font-weight:400;line-height:1.5;letter-spacing:0}.highlights-image-gallery .is-mobile-only{display:none}.highlights-image-gallery__controls-boundary{position:absolute;right:0;bottom:0;left:0;z-index:5;display:flex;width:100%;height:75%;overflow:clip;align-items:flex-end;justify-content:center;pointer-events:none}.highlights-image-gallery__controls{position:sticky;bottom:32px;display:flex;width:fit-content;max-width:calc(100vw - 40px);min-height:56px;margin:32px 0 100px;align-items:center;justify-content:center;gap:16px;opacity:0;pointer-events:auto;transform:translateY(8px);transition:opacity .35s ease,transform .35s ease}.highlights-image-gallery.is-controls-visible .highlights-image-gallery__controls{opacity:1;transform:translateY(0)}.highlights-image-gallery__pagination{display:flex;min-width:0;min-height:56px;padding:0 16px;overflow-x:auto;align-items:center;border-radius:28px;background:#e8e8edb8;box-shadow:inset 0 0 0 1px #00000003;scrollbar-width:none;-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px)}.highlights-image-gallery__tab{display:flex;width:auto;min-width:24px;height:56px;margin:0;padding:0 8px;align-items:center;justify-content:center;border:0;border-radius:0;background:transparent;box-shadow:none;color:inherit;cursor:pointer;appearance:none;-webkit-appearance:none}.highlights-image-gallery__tab:focus-visible{outline:2px solid #0071e3;outline-offset:-5px;border-radius:20px}.highlights-image-gallery__dot{position:relative;display:block;width:8px;height:8px;overflow:hidden;border-radius:999px;background:#86868b;transform:scale(.78);transition:width .35s cubic-bezier(.4,0,.2,1),transform .35s ease,background-color .2s ease}.highlights-image-gallery__tab:hover .highlights-image-gallery__dot{background:#6e6e73}.highlights-image-gallery__tab.is-active .highlights-image-gallery__dot{width:48px;background:#b6b6ba;transform:scale(1)}.highlights-image-gallery__progress{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:#29292a;transform:scaleX(var(--highlights-progress));transform-origin:left center;will-change:transform}.highlights-image-gallery__tab:not(.is-active) .highlights-image-gallery__progress{transform:scaleX(0)}.highlights-image-gallery__play-pause{position:relative;display:block;width:56px;min-width:56px;height:56px;margin:0;padding:0;overflow:hidden;border:0;border-radius:50%;background:#e8e8edb8;box-shadow:inset 0 0 0 1px #00000003;color:#1d1d1f;cursor:pointer;appearance:none;-webkit-appearance:none;-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px)}.highlights-image-gallery__play-pause:hover{background:#dfdfe3d1}.highlights-image-gallery__play-pause:focus-visible{outline:2px solid #0071e3;outline-offset:2px}.highlights-image-gallery__control-icon{position:absolute;top:0;right:0;bottom:0;left:0;display:none;width:56px;height:56px;margin:0;pointer-events:none}.highlights-image-gallery.is-paused .highlights-image-gallery__control-icon--play,.highlights-image-gallery.is-playing .highlights-image-gallery__control-icon--pause,.highlights-image-gallery.is-ended .highlights-image-gallery__control-icon--replay{display:block}.highlights-image-gallery__control-icon--pause:before,.highlights-image-gallery__control-icon--pause:after{position:absolute;top:20px;width:3px;height:16px;border-radius:2px;background:currentcolor;content:""}.highlights-image-gallery__control-icon--pause:before{left:23px}.highlights-image-gallery__control-icon--pause:after{right:23px}@media screen and (max-width:1068px){.highlights-image-gallery{--highlights-card-height: 628px;padding-bottom:206px}.highlights-image-gallery__copy{padding:44px}}@media screen and (max-width:749px){.highlights-image-gallery{--highlights-card-width: max( calc(87.5vw - 20px) , 260px);--highlights-card-height: 480px;--highlights-side-space: 6.25vw;margin-top:var(--highlights-mobile-section-margin-top, 0);margin-bottom:var(--highlights-mobile-section-margin-bottom, 0);padding:64px 0 196px}.highlights-image-gallery__header{width:87.5vw;margin-top:var(--highlights-mobile-heading-margin-top, 0);margin-bottom:var(--highlights-mobile-heading-margin-bottom, 24px)}.highlights-image-gallery__heading{font-size:var(--heading-size-mobile, var(--heading-size, 32px))}.highlights-image-gallery__slide{scroll-snap-align:start}.highlights-image-gallery__copy{padding:32px;justify-content:flex-start}.highlights-image-gallery__copy-content{width:100%;gap:14px}.highlights-image-gallery__slide[data-mobile-copy-position^=top-] .highlights-image-gallery__copy{justify-content:flex-start}.highlights-image-gallery__slide[data-mobile-copy-position^=center-] .highlights-image-gallery__copy{justify-content:center}.highlights-image-gallery__slide[data-mobile-copy-position^=bottom-] .highlights-image-gallery__copy{justify-content:flex-end}.highlights-image-gallery__slide[data-mobile-copy-position$=-left] .highlights-image-gallery__copy{align-items:flex-start;text-align:left}.highlights-image-gallery__slide[data-mobile-copy-position$=-center] .highlights-image-gallery__copy{align-items:center;text-align:center}.highlights-image-gallery__slide[data-mobile-copy-position$=-right] .highlights-image-gallery__copy{align-items:flex-end;text-align:right}.highlights-image-gallery__title{font-size:var(--slide-title-size-mobile, var(--slide-title-size, 24px));color:var(--slide-title-color-mobile, var(--slide-title-color, #1e0e06))}.highlights-image-gallery__description{font-size:var(--slide-desc-size-mobile, var(--slide-desc-size, 17px));color:var(--slide-desc-color-mobile, var(--slide-desc-color, #1e0e06));line-height:1.4}.highlights-image-gallery .is-desktop-only{display:none}.highlights-image-gallery .is-mobile-only{display:block}.highlights-image-gallery__controls{bottom:20px;max-width:calc(100vw - 40px);margin-top:20px}.highlights-image-gallery__pagination{max-width:calc(100vw - 112px)}.highlights-image-gallery__pagination,.highlights-image-gallery__play-pause{background:#e8e8edeb;-webkit-backdrop-filter:none;backdrop-filter:none}.highlights-image-gallery__tab.is-active .highlights-image-gallery__dot{width:32px}}@media(prefers-reduced-motion:reduce){.highlights-image-gallery__controls,.highlights-image-gallery__dot{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/127/assets/highlights-image-gallery.css.map */
