.ds-image-highlights{position:relative;background:var(--ds-ih-section-bg);color:var(--ds-ih-text-color);padding-top:var(--ds-ih-padding-top-desktop);padding-bottom:var(--ds-ih-padding-bottom-desktop);overflow:hidden}.ds-image-highlights:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at 12% 0%,rgba(0,0,0,.035),transparent 32%),linear-gradient(180deg,#ffffffc7,#fff0);opacity:.8}.ds-image-highlights--full{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.ds-image-highlights__inner{position:relative;z-index:1;width:min(var(--ds-ih-max-width),calc(100vw - 40px));max-width:var(--ds-ih-max-width);margin:0 auto}.ds-image-highlights--full .ds-image-highlights__inner{width:calc(100vw - 40px);max-width:none}.ds-image-highlights__header{max-width:760px;margin:0 auto 34px;text-align:center;color:var(--ds-ih-title-color)}.ds-image-highlights__eyebrow{margin:0 0 10px;font-family:var(--ds-ih-title-font-family);font-weight:var(--ds-ih-title-font-weight);font-style:var(--ds-ih-title-font-style);font-size:11px;line-height:1.3;letter-spacing:.18em;text-transform:uppercase;opacity:.72}.ds-image-highlights__heading{margin:0;color:inherit;font-family:var(--ds-ih-title-font-family);font-weight:var(--ds-ih-title-font-weight);font-style:var(--ds-ih-title-font-style);font-size:clamp(28px,3.2vw,44px);line-height:1.1;letter-spacing:-.025em}.ds-image-highlights__text{margin-top:12px;color:inherit;font-size:15px;line-height:1.65;opacity:.74}.ds-image-highlights__text p{margin:0}.ds-image-highlights__carousel{position:relative}.ds-image-highlights__carousel:before,.ds-image-highlights__carousel:after{content:"";position:absolute;top:0;bottom:52px;z-index:3;width:54px;pointer-events:none}.ds-image-highlights__carousel:before{left:0;background:linear-gradient(90deg,var(--ds-ih-section-bg),transparent)}.ds-image-highlights__carousel:after{right:0;background:linear-gradient(270deg,var(--ds-ih-section-bg),transparent)}.ds-image-highlights__track{display:flex;gap:var(--ds-ih-gap-desktop);overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:8px 2px 14px;touch-action:pan-y;cursor:grab}.ds-image-highlights__track::-webkit-scrollbar{display:none}.ds-image-highlights__track.is-dragging{cursor:grabbing;scroll-behavior:auto;-webkit-user-select:none;user-select:none}.ds-image-highlights__item{position:relative;flex:0 0 var(--ds-ih-item-width-desktop);width:var(--ds-ih-item-width-desktop);scroll-snap-align:start;text-decoration:none;color:var(--ds-ih-text-color);text-align:center;display:flex;flex-direction:column;align-items:center;outline:none}.ds-image-highlights__item:focus-visible{outline:none}.ds-image-highlights__item:focus-visible .ds-image-highlights__image-wrap{box-shadow:0 0 0 2px var(--ds-ih-section-bg),0 0 0 4px var(--ds-ih-text-color),0 18px 40px #00000029}.ds-image-highlights__image-wrap{position:relative;width:var(--ds-ih-image-size-desktop);height:var(--ds-ih-image-size-desktop);border-radius:var(--ds-ih-image-radius);border:var(--ds-ih-image-border-width) solid var(--ds-ih-image-border-color);background:var(--ds-ih-image-bg);overflow:hidden;display:block;flex:0 0 auto;box-shadow:0 1px 1px #0000000a,0 14px 32px #00000017;transition:transform .26s ease,box-shadow .26s ease,filter .26s ease}.ds-image-highlights__image-wrap:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;border-radius:inherit;box-shadow:inset 0 0 0 1px #ffffffad,inset 0 -18px 28px #0000000e;pointer-events:none}.ds-image-highlights__image-wrap:after{content:"";position:absolute;top:7px;right:7px;bottom:7px;left:7px;z-index:3;border-radius:inherit;border:1px solid rgba(255,255,255,.48);pointer-events:none}.ds-image-highlights__image{width:100%;height:100%;object-fit:cover;border-radius:inherit;display:block;transform:scale(1.001);transition:transform .36s ease,filter .36s ease}.ds-image-highlights__placeholder,.ds-image-highlights__placeholder svg{width:100%;height:100%;display:block}.ds-image-highlights__item:hover .ds-image-highlights__image-wrap{transform:translateY(-6px);box-shadow:0 2px 3px #0000000d,0 22px 44px #00000024}.ds-image-highlights__item:hover .ds-image-highlights__image{transform:scale(1.07);filter:saturate(1.03) contrast(1.02)}.ds-image-highlights__label{display:block;margin-top:var(--ds-ih-label-margin-top);margin-bottom:16px;color:var(--ds-ih-text-color);font-family:var(--ds-ih-title-font-family);font-weight:var(--ds-ih-title-font-weight);font-style:var(--ds-ih-title-font-style);font-size:var(--ds-ih-label-size-desktop);line-height:1.35;letter-spacing:.01em;transition:transform .22s ease,opacity .22s ease}.ds-image-highlights__item:hover .ds-image-highlights__label{transform:translateY(-2px);opacity:.78}.ds-image-highlights__controls{display:grid;grid-template-columns:1fr auto;align-items:center;gap:20px;margin-top:12px}.ds-image-highlights__scrollbar{position:relative;height:2px;background:var(--ds-ih-scrollbar-track);overflow:hidden;border-radius:999px}.ds-image-highlights__scrollbar-thumb{position:absolute;top:0;left:0;height:100%;width:30%;background:var(--ds-ih-scrollbar-thumb);border-radius:999px;transform:translate(0);transition:width .16s ease}.ds-image-highlights__arrows{display:flex;align-items:center;gap:10px}.ds-image-highlights__arrow{width:42px;height:42px;border-radius:999px;border:1px solid var(--ds-ih-arrow-border);background:var(--ds-ih-arrow-bg);color:var(--ds-ih-arrow-color);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 1px 1px #0000000a,0 10px 24px #00000014;transition:opacity .16s ease,transform .16s ease,box-shadow .16s ease,background-color .16s ease}.ds-image-highlights__arrow:hover{transform:translateY(-2px);box-shadow:0 2px 2px #0000000a,0 16px 30px #0000001f}.ds-image-highlights__arrow[disabled]{opacity:.28;cursor:not-allowed;transform:none;box-shadow:none}.ds-image-highlights__arrow svg{width:22px;height:22px}@media screen and (min-width:990px){.ds-image-highlights__track{justify-content:flex-start}.ds-image-highlights__track.is-insufficient{justify-content:center}}@media screen and (max-width:749px){.ds-image-highlights{padding-top:var(--ds-ih-padding-top-mobile);padding-bottom:var(--ds-ih-padding-bottom-mobile)}.ds-image-highlights__inner,.ds-image-highlights--full .ds-image-highlights__inner{width:calc(100vw - 28px)}.ds-image-highlights__header{margin-bottom:24px}.ds-image-highlights__carousel:before,.ds-image-highlights__carousel:after{width:28px;bottom:52px}.ds-image-highlights__track{gap:var(--ds-ih-gap-mobile);padding-top:6px;padding-bottom:10px}.ds-image-highlights__item{flex-basis:var(--ds-ih-item-width-mobile);width:var(--ds-ih-item-width-mobile)}.ds-image-highlights__image-wrap{width:var(--ds-ih-image-size-mobile);height:var(--ds-ih-image-size-mobile);box-shadow:0 1px 1px #0000000a,0 10px 22px #00000017}.ds-image-highlights__image-wrap:after{top:5px;right:5px;bottom:5px;left:5px}.ds-image-highlights__label{font-size:var(--ds-ih-label-size-mobile);margin-bottom:12px}.ds-image-highlights__controls{grid-template-columns:1fr;gap:12px;margin-top:8px}.ds-image-highlights__arrows{justify-content:center}.ds-image-highlights__arrow{width:38px;height:38px}}@media(prefers-reduced-motion:reduce){.ds-image-highlights__track,.ds-image-highlights__image-wrap,.ds-image-highlights__image,.ds-image-highlights__label,.ds-image-highlights__arrow{scroll-behavior:auto;transition:none}}.shopify-section.ds-image-highlights-section{margin-top:0!important;margin-bottom:0!important;padding-top:0!important;padding-bottom:0!important}.ds-image-highlights__track.is-insufficient+.ds-image-highlights__controls{display:none!important;margin:0!important;padding:0!important;height:0!important;overflow:hidden!important}.ds-image-highlights{padding-top:var(--ds-ih-padding-top-desktop)!important;padding-bottom:var(--ds-ih-padding-bottom-desktop)!important}.ds-image-highlights__inner>.ds-image-highlights__carousel:first-child .ds-image-highlights__track{padding-top:0!important}.ds-image-highlights__track{padding-bottom:0!important}.ds-image-highlights__label{margin-bottom:0!important}@media screen and (max-width:749px){.ds-image-highlights{padding-top:var(--ds-ih-padding-top-mobile)!important;padding-bottom:var(--ds-ih-padding-bottom-mobile)!important}}
/*# sourceMappingURL=/cdn/shop/t/171/assets/ds-image-highlights.css.map */
