.ar-hero-marquee-gallery{--ar-hmg-bg: var(--ar-color-background);--ar-hmg-card-bg: var(--ar-color-surface-soft);position:relative;overflow:clip;background:var(--ar-hmg-bg);color:var(--ar-color-text);isolation:isolate}.ar-hero-marquee-gallery[data-ar-surface=white]{--ar-hmg-bg: var(--ar-color-white)}.ar-hero-marquee-gallery[data-ar-surface=soft]{--ar-hmg-bg: var(--ar-color-surface-soft)}.ar-hero-marquee-gallery[data-ar-surface=accent-soft]{--ar-hmg-bg: var(--ar-color-accent-soft)}.ar-hero-marquee-gallery[data-ar-surface=black]{--ar-hmg-bg: var(--ar-color-black);--ar-hmg-card-bg: color-mix(in srgb, var(--ar-color-white) 10%, var(--ar-color-black));color:var(--ar-color-white)}.ar-hero-marquee-gallery__inner{width:min(100% - (var(--ar-container-padding) * 2),var(--ar-page-width));margin-inline:auto;min-height:var(--ar-hmg-min-height, 720px);display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.08fr);align-items:center;gap:clamp(42px,7vw,112px);padding-block:clamp(56px,8vw,112px)}.ar-hero-marquee-gallery--media-left .ar-hero-marquee-gallery__gallery-shell{order:1}.ar-hero-marquee-gallery--media-left .ar-hero-marquee-gallery__content{order:2}.ar-hero-marquee-gallery__content{display:grid;justify-items:start;gap:clamp(16px,2.1vw,26px);max-width:620px}.ar-hero-marquee-gallery[data-ar-content-align=center] .ar-hero-marquee-gallery__content{justify-items:center;text-align:center;margin-inline:auto}.ar-hero-marquee-gallery__eyebrow,.ar-hero-marquee-gallery__heading,.ar-hero-marquee-gallery__text{margin:0}.ar-hero-marquee-gallery__eyebrow{color:var(--ar-color-accent);text-transform:uppercase;letter-spacing:var(--ar-ls-eyebrow, .1em);font-weight:var(--ar-fw-ui, 500)}.ar-hero-marquee-gallery[data-ar-surface=black] .ar-hero-marquee-gallery__eyebrow{color:color-mix(in srgb,var(--ar-color-white) 78%,var(--ar-color-accent))}.ar-hero-marquee-gallery__heading{max-width:13ch;font-size:clamp(34px,5.4vw,72px);line-height:.98;letter-spacing:-.055em;font-weight:var(--ar-fw-display, 500);color:currentColor}.ar-hero-marquee-gallery[data-ar-content-align=center] .ar-hero-marquee-gallery__heading{max-width:14ch}.ar-hero-marquee-gallery__text{max-width:56ch;color:var(--ar-color-text-muted)}.ar-hero-marquee-gallery[data-ar-surface=black] .ar-hero-marquee-gallery__text{color:color-mix(in srgb,var(--ar-color-white) 72%,transparent)}.ar-hero-marquee-gallery__text p{margin:0}.ar-hero-marquee-gallery__actions{display:flex;flex-wrap:wrap;gap:var(--ar-space-sm);padding-top:.35rem}.ar-hero-marquee-gallery__button.ar-button{min-height:var(--ar-button-height);border-radius:var(--ar-radius-button);padding-inline:clamp(1.5rem,2.8vw,2.3rem)}.ar-hero-marquee-gallery__gallery-shell{min-width:0;position:relative}.ar-hero-marquee-gallery__gallery{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--ar-hmg-gap, 18px);height:var(--ar-hmg-gallery-height, 640px);max-height:min(var(--ar-hmg-gallery-height, 640px),82svh);overflow:hidden;-webkit-mask-image:linear-gradient(to bottom,transparent 0,#000 9%,#000 91%,transparent 100%);mask-image:linear-gradient(to bottom,transparent 0,#000 9%,#000 91%,transparent 100%)}.ar-hero-marquee-gallery__column{position:relative;overflow:hidden;min-width:0;border-radius:calc(var(--ar-hmg-radius, var(--ar-radius-card)) + 2px)}.ar-hero-marquee-gallery__track{display:grid;will-change:transform;animation-duration:var(--ar-hmg-speed, 26s);animation-timing-function:linear;animation-iteration-count:infinite}.ar-hero-marquee-gallery__column--up .ar-hero-marquee-gallery__track{animation-name:arHeroMarqueeGalleryUp}.ar-hero-marquee-gallery__column--down .ar-hero-marquee-gallery__track{animation-name:arHeroMarqueeGalleryDown}.ar-hero-marquee-gallery[data-ar-pause-on-hover=true] .ar-hero-marquee-gallery__gallery:hover .ar-hero-marquee-gallery__track{animation-play-state:paused}.ar-hero-marquee-gallery__set{display:grid;gap:var(--ar-hmg-gap, 18px);padding-bottom:var(--ar-hmg-gap, 18px)}.ar-hero-marquee-gallery__card{position:relative;overflow:hidden;aspect-ratio:1 / 1;border-radius:var(--ar-hmg-radius, var(--ar-radius-card));background:var(--ar-hmg-card-bg);border:1px solid color-mix(in srgb,var(--ar-color-border) 68%,transparent);transform:translateZ(0)}.ar-hero-marquee-gallery[data-ar-shadow=true] .ar-hero-marquee-gallery__card{box-shadow:0 18px 48px color-mix(in srgb,var(--ar-color-black) 10%,transparent)}.ar-hero-marquee-gallery__image,.ar-hero-marquee-gallery__placeholder{display:block;width:100%;height:100%;object-fit:cover}.ar-hero-marquee-gallery__placeholder{color:color-mix(in srgb,var(--ar-color-accent) 42%,var(--ar-color-text-muted));background:color-mix(in srgb,var(--ar-color-accent-soft) 60%,var(--ar-color-surface-soft))}@keyframes arHeroMarqueeGalleryUp{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@keyframes arHeroMarqueeGalleryDown{0%{transform:translateY(-50%)}to{transform:translateY(0)}}@media screen and (min-width:990px){.ar-hero-marquee-gallery__gallery-shell{max-width:650px;margin-inline:auto 0}.ar-hero-marquee-gallery--media-left .ar-hero-marquee-gallery__gallery-shell{margin-inline:0 auto}}@media screen and (max-width:989px){.ar-hero-marquee-gallery__inner{min-height:auto;grid-template-columns:1fr;gap:clamp(30px,8vw,48px);padding-block:var(--ar-section-padding-mobile)}.ar-hero-marquee-gallery--media-left .ar-hero-marquee-gallery__gallery-shell,.ar-hero-marquee-gallery--media-left .ar-hero-marquee-gallery__content{order:initial}.ar-hero-marquee-gallery__content{max-width:680px}.ar-hero-marquee-gallery__gallery{height:var(--ar-hmg-mobile-height, 520px);max-height:68svh}}@media screen and (max-width:749px){.ar-hero-marquee-gallery{overflow:hidden}.ar-hero-marquee-gallery__inner{width:min(100% - 32px,var(--ar-page-width));gap:28px;padding-block:44px}.ar-hero-marquee-gallery__content{gap:14px}.ar-hero-marquee-gallery__heading{max-width:11.5ch;font-size:clamp(32px,10vw,44px);line-height:1.02}.ar-hero-marquee-gallery[data-ar-content-align=center] .ar-hero-marquee-gallery__heading{max-width:13ch}.ar-hero-marquee-gallery__text{max-width:38ch;line-height:1.55}.ar-hero-marquee-gallery__actions{width:100%;padding-top:.2rem}.ar-hero-marquee-gallery[data-ar-content-align=center] .ar-hero-marquee-gallery__actions{justify-content:center}.ar-hero-marquee-gallery__button.ar-button{min-height:44px}.ar-hero-marquee-gallery__gallery-shell{width:100%;margin-inline:auto}.ar-hero-marquee-gallery__gallery{gap:8px;width:100%;height:var(--ar-hmg-mobile-height, 470px);max-height:62svh}.ar-hero-marquee-gallery__column{border-radius:calc(var(--ar-hmg-radius, var(--ar-radius-card)) - 2px)}.ar-hero-marquee-gallery__set{gap:8px;padding-bottom:8px}.ar-hero-marquee-gallery__card{margin:0;border-radius:calc(var(--ar-hmg-radius, var(--ar-radius-card)) - 2px)}}@supports not (overflow:clip){.ar-hero-marquee-gallery{overflow:hidden}}@media(prefers-reduced-motion:reduce){.ar-hero-marquee-gallery__track{animation:none!important;transform:none!important}.ar-hero-marquee-gallery__set[aria-hidden=true]{display:none}.ar-hero-marquee-gallery__gallery{overflow:auto;-webkit-mask-image:none;mask-image:none}}
/*# sourceMappingURL=/cdn/shop/t/289/assets/arake-hero-marquee-gallery.css.map */
