hw-marquee{display:block;width:100%;box-sizing:border-box;overflow:hidden;position:relative}.marquee__wrapper{display:flex;gap:var(--marquee-gap);width:fit-content;white-space:nowrap}.marquee__content{min-width:max-content;display:flex;gap:var(--marquee-gap)}.marquee__content :is(p,h1,h2,h3,h4,h5,h6){white-space:nowrap}.marquee__content .marquee__repeated-items *{max-width:none}.marquee__repeated-items{min-width:max-content;display:flex;gap:var(--marquee-gap);align-items:center;justify-content:center}hw-marquee[data-disabled] .marquee__wrapper{width:100%}hw-marquee.marquee-align--center .marquee__wrapper{width:100%;justify-content:center}hw-marquee.marquee-align--center .marquee__repeated-items{min-width:0!important;width:auto;justify-content:center}hw-marquee.marquee-align--center:not([data-disabled]) .marquee__wrapper{width:fit-content}hw-marquee.marquee-align--center:not([data-disabled]) .marquee__repeated-items{min-width:max-content!important;width:unset}hw-marquee.marquee-align--right .marquee__wrapper{width:100%;justify-content:flex-end}hw-marquee.marquee-align--right .marquee__repeated-items{min-width:0!important;width:auto;justify-content:flex-end}hw-marquee.marquee-align--right:not([data-disabled]) .marquee__wrapper{width:fit-content}hw-marquee.marquee-align--right:not([data-disabled]) .marquee__repeated-items{min-width:max-content!important;width:unset}.marquee__repeated-items>*{align-content:center;flex:0 0 auto;width:auto;max-width:none}hw-marquee[data-fill-width][data-disabled] .marquee__wrapper{width:100%}hw-marquee[data-fill-width][data-disabled] .marquee__repeated-items{width:100%;min-width:0!important;justify-content:space-evenly}hw-marquee[data-fill-width].marquee-align--center[data-disabled] .marquee__repeated-items,hw-marquee[data-fill-width].marquee-align--right[data-disabled] .marquee__repeated-items,hw-marquee[data-fill-width].marquee-align--left[data-disabled] .marquee__repeated-items{width:100%;min-width:0!important;justify-content:space-evenly}hw-marquee .marquee__repeated-items .text-block.hw-text-block{width:var(--size-style-width-mobile, fit-content);max-width:none;flex:0 0 auto}@media(min-width:750px){hw-marquee .marquee__repeated-items .text-block.hw-text-block{width:var(--size-style-width, fit-content)}}.marquee__repeated-items .hw-group{width:auto;min-width:fit-content}.marquee__repeated-items .hw-image{height:auto;width:auto}.marquee__repeated-items .hw-image:has(img){height:fit-content}.marquee__repeated-items .hw-image:not(:has(img)){display:none}hw-marquee[data-uniform-logo-height] .marquee__repeated-items .hw-image__media{inline-size:auto;max-inline-size:none;block-size:var(--marquee-logo-height, 32px);max-block-size:none}hw-marquee[data-uniform-logo-height] .marquee__repeated-items .hw-image__img{inline-size:auto;block-size:100%;object-fit:contain}hw-marquee[data-override-marquee-gap-desktop]{--marquee-gap: var(--marquee-gap-mobile)}@media(min-width:750px){hw-marquee[data-override-marquee-gap-desktop]{--marquee-gap: var(--marquee-gap-desktop)}}@media(prefers-reduced-motion:no-preference){hw-marquee:not([data-disabled]) .marquee__wrapper{animation:marquee-motion var(--marquee-speed) linear infinite var(--marquee-direction)}}@keyframes marquee-motion{to{transform:translate3d(calc(-50% - (var(--marquee-gap) / 2)),0,0)}}hw-marquee.marquee-layout--split{display:flex!important;align-items:center;overflow:hidden}hw-marquee.marquee-layout--split[data-disabled]{display:flex!important}hw-marquee.marquee-layout--split>.section__content-scheme{display:contents}.marquee__static-overlay{flex:0 0 auto;flex-shrink:0;z-index:1;display:flex;align-items:center;gap:var(--marquee-gap);white-space:nowrap;position:relative;width:var(--marquee-overlay-width, auto);height:var(--marquee-overlay-height, auto)}@media(max-width:749px){.marquee__static-overlay{width:var(--marquee-overlay-width-mobile, var(--marquee-overlay-width, auto))}}@media(min-width:750px){.marquee__static-overlay--divider-inline-end[data-divider-desktop]{border-inline-end:1px solid var(--color-border);margin-inline-end:var(--marquee-overlay-divider-margin-inline-end, 0)}.marquee__static-overlay--divider-inline-start[data-divider-desktop]{border-inline-start:1px solid var(--color-border);margin-inline-start:var(--marquee-overlay-divider-margin-inline-start, 0)}}@media(max-width:749px){.marquee__static-overlay--divider-inline-end[data-divider-mobile]{border-inline-end:1px solid var(--color-border);margin-inline-end:var(--marquee-overlay-divider-margin-inline-end, 0)}.marquee__static-overlay--divider-inline-start[data-divider-mobile]{border-inline-start:1px solid var(--color-border);margin-inline-start:var(--marquee-overlay-divider-margin-inline-start, 0)}}.marquee__static-overlay-content{display:block}.marquee__static-overlay *{white-space:nowrap}.marquee__static-overlay .hw-group{gap:var(--marquee-gap)}.marquee__scroll-track{flex:1 1 0%;min-width:0;width:0;overflow:hidden;position:relative}hw-marquee[data-ssr-loop].marquee-layout--split{width:fit-content;max-width:100%}hw-marquee[data-ssr-loop].marquee-layout--split.marquee-align--center{margin-inline:auto}hw-marquee[data-ssr-loop].marquee-layout--split.marquee-align--right{margin-inline-start:auto;margin-inline-end:0}hw-marquee[data-ssr-loop] .marquee__scroll-track{position:relative;display:inline-block;flex:0 0 auto;width:auto;max-width:100%;vertical-align:middle;overflow:visible}.marquee__scroll-track__sizer{visibility:hidden;pointer-events:none;white-space:nowrap}.marquee__scroll-track__sizer .marquee__repeated-items{display:inline-flex;width:max-content;min-width:max-content}.marquee__scroll-track__clip{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}hw-marquee[data-ssr-loop].marquee-layout--split[data-scrolling]{justify-content:flex-start}hw-marquee[data-ssr-loop].marquee-layout--scrolling{display:flex;justify-content:center;width:fit-content;max-width:100%;margin-inline:auto}hw-marquee[data-ssr-loop] .marquee__scroll-track--scrolling-only{flex:0 0 auto}@media(min-width:750px){hw-marquee.marquee-layout--split:is(.marquee-align--center:not(.marquee-split-static-justify--between),.marquee-align--right)[data-disabled]:not([data-ssr-loop]) .marquee__scroll-track{flex:0 0 auto;width:auto}}hw-marquee.marquee-layout--split:not([data-ssr-loop]).marquee-align--center,hw-marquee.marquee-layout--split:not([data-ssr-loop]).marquee-align--right{justify-content:center}hw-marquee.marquee-layout--split:not([data-ssr-loop]).marquee-align--right{justify-content:flex-end}hw-marquee.marquee-layout--split.marquee-split-static-justify--between.marquee-align--center[data-disabled]{justify-content:space-between}hw-marquee[data-show-under-overlay] .marquee__scroll-track{overflow:visible}hw-marquee.marquee-layout--split[data-scroll-edge-fade][data-scrolling] .marquee__scroll-track:before,hw-marquee.marquee-layout--split[data-scroll-edge-fade][data-scrolling] .marquee__scroll-track:after{content:"";position:absolute;inset-block:0;width:var(--marquee-scroll-fade-width, 73px);z-index:2;pointer-events:none}hw-marquee.marquee-layout--split[data-scroll-edge-fade][data-scrolling] .marquee__scroll-track:before{inset-inline-start:0;background:linear-gradient(to right,var(--color-background) 0%,var(--color-background) 78%,transparent 100%)}[dir=rtl] hw-marquee.marquee-layout--split[data-scroll-edge-fade][data-scrolling] .marquee__scroll-track:before{background:linear-gradient(to left,var(--color-background) 0%,var(--color-background) 78%,transparent 100%)}hw-marquee.marquee-layout--split[data-scroll-edge-fade][data-scrolling] .marquee__scroll-track:after{inset-inline-end:0;background:linear-gradient(to left,var(--color-background) 0%,var(--color-background) 78%,transparent 100%)}[dir=rtl] hw-marquee.marquee-layout--split[data-scroll-edge-fade][data-scrolling] .marquee__scroll-track:after{background:linear-gradient(to right,var(--color-background) 0%,var(--color-background) 78%,transparent 100%)}hw-marquee.marquee-layout--scrolling[data-scroll-edge-fade][data-scrolling]:before,hw-marquee.marquee-layout--scrolling[data-scroll-edge-fade][data-scrolling]:after{content:"";position:absolute;inset-block:0;width:var(--marquee-scroll-fade-width, 73px);z-index:2;pointer-events:none}hw-marquee.marquee-layout--scrolling[data-scroll-edge-fade][data-scrolling]:before{inset-inline-start:0;background:linear-gradient(to right,color-mix(in srgb,var(--color-background) 75%,transparent) 0%,transparent 100%)}[dir=rtl] hw-marquee.marquee-layout--scrolling[data-scroll-edge-fade][data-scrolling]:before{background:linear-gradient(to left,color-mix(in srgb,var(--color-background) 75%,transparent) 0%,transparent 100%)}hw-marquee.marquee-layout--scrolling[data-scroll-edge-fade][data-scrolling]:after{inset-inline-end:0;background:linear-gradient(to left,color-mix(in srgb,var(--color-background) 75%,transparent) 0%,transparent 100%)}[dir=rtl] hw-marquee.marquee-layout--scrolling[data-scroll-edge-fade][data-scrolling]:after{background:linear-gradient(to right,color-mix(in srgb,var(--color-background) 75%,transparent) 0%,transparent 100%)}.marquee__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;border-radius:var(--overlay-border-radius, 0)}@media(max-width:749px){.marquee__overlay{display:var(--overlay-display-mobile, none);background:var(--overlay-bg-mobile)}}@media(min-width:750px){.marquee__overlay{display:var(--overlay-display-desktop, none);background:var(--overlay-bg-desktop)}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/hw-marquee.css.map */
