.hero-split{position:relative}.hero-split__container{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}@media screen and (min-width:750px){.hero-split__container{grid-template-columns:1fr 1fr;gap:4rem}}.hero-split__slideshow{position:relative;order:-1;border-radius:var(--media-radius);overflow:hidden;box-shadow:0 6px 22px #0000000f;width:100%;max-width:58rem;margin-left:auto;margin-right:auto}@media screen and (min-width:750px){.hero-split__slideshow{order:0;margin-left:0;margin-right:0}}.hero-split__slider{display:block}.hero-split__slideshow slideshow-component.hero-split__slider{position:static}.hero-split__slides{flex-direction:row;flex-wrap:nowrap;margin:0;gap:0;overflow-y:hidden}.hero-split__slide{padding:0;position:relative;flex-shrink:0;width:100%}.hero-split__media{position:relative;aspect-ratio:4 / 5;overflow:hidden;border-radius:var(--media-radius);background:rgba(var(--color-foreground),.03);box-shadow:inset 0 0 0 1px rgba(var(--color-foreground),.06)}.hero-split__media img,.hero-split__media svg,.hero-split__media video{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.hero-split__media.placeholder{background:linear-gradient(135deg,rgba(var(--color-foreground),.035),rgba(var(--color-foreground),.02))}.hero-split__media.placeholder svg{background-color:transparent;opacity:.9}.hero-split__media-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;padding:1.2rem;background:linear-gradient(180deg,#0000 45%,#00000070);pointer-events:none}@media screen and (min-width:750px){.hero-split__media-overlay{padding:1.5rem}}.hero-split__media-overlay-inner{color:#fff;text-shadow:0 1px 16px rgba(0,0,0,.25)}.hero-split__media-overlay-heading{margin:0;font-weight:600;font-size:var(--font-size-lg);line-height:1.25}.hero-split__media-overlay-subheading{margin:.3rem 0 0;font-size:var(--font-size-sm);line-height:1.35;opacity:.95}.hero-split__slideshow .product-context__controls{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);margin-top:0;border:.1rem solid rgba(var(--color-foreground),.08);border-radius:var(--buttons-radius);opacity:.92;transition:opacity .2s ease,transform .2s ease;background:rgba(var(--color-background),.78);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 10px 24px #00000014;z-index:3}body.overflow-hidden-mobile .hero-split__slideshow .product-context__controls,body.overflow-hidden-tablet .hero-split__slideshow .product-context__controls,body.overflow-hidden-desktop .hero-split__slideshow .product-context__controls{visibility:hidden;pointer-events:none}@media screen and (min-width:750px){.hero-split__slideshow .product-context__controls{bottom:2.4rem}}@media(prefers-reduced-motion:no-preference){.hero-split__slideshow:hover .product-context__controls{opacity:1;transform:translate(-50%) translateY(-1px)}}.hero-split__slideshow .product-context__controls .slider-counter__link{padding:.6rem .45rem}.hero-split__slideshow .product-context__controls .slider-counter__link--dots .dot{width:1rem;height:1rem}.hero-split__slideshow .product-context__controls .slider-button{width:4rem;height:4rem;min-width:unset;padding:0}.hero-split__slideshow .product-context__controls .slider-button .icon{width:.65rem;height:.65rem}.hero-split__slideshow .product-context__controls .slider-counter--dots{margin:0 .3rem}@media screen and (min-width:750px){.hero-split__slideshow .product-context__controls .slider-counter__link{padding:.65rem .5rem}.hero-split__slideshow .product-context__controls .slider-counter__link--dots .dot{width:1.05rem;height:1.05rem}.hero-split__slideshow .product-context__controls .slider-button{width:4.2rem;height:4.2rem}.hero-split__slideshow .product-context__controls .slider-button .icon{width:.7rem;height:.7rem}}.hero-split__content{display:flex;align-items:center;justify-content:center;text-align:center;padding:1rem 0}@media screen and (min-width:750px){.hero-split__content{text-align:left;padding:3rem 0}}.hero-split__text-wrapper{max-width:48rem}@media screen and (min-width:750px){.hero-split__text-wrapper{max-width:none}}.hero-split__heading{margin:0 0 1.5rem;line-height:1.2}.hero-split__subheading{margin:0 0 1.4rem;color:rgba(var(--color-foreground),.75)}.hero-split__subheading p{margin:0}.hero-split__proof{display:flex;flex-wrap:wrap;gap:.8rem 1.2rem;justify-content:center;padding:0;margin:0 0 1.4rem;list-style:none;color:rgba(var(--color-foreground),.7);font-size:var(--font-size-sm)}@media screen and (min-width:750px){.hero-split__proof{justify-content:flex-start}}.hero-split__proof-item{position:relative;padding-left:1.2rem}.hero-split__proof-item:before{content:"";position:absolute;left:0;top:.65em;width:.35rem;height:.35rem;border-radius:999px;background:rgba(var(--color-foreground),.35)}.hero-split__actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:0 0 1.4rem}.hero-split__actions .button{font-weight:500;letter-spacing:.04rem;font-size:var(--font-size-base)}@media screen and (min-width:750px){.hero-split__actions{justify-content:flex-start}}.hero-split__chips-label{margin:0 0 .5rem;font-size:var(--font-size-sm);font-weight:500;color:rgba(var(--color-foreground),.55);letter-spacing:.02em;text-align:center}@media screen and (min-width:750px){.hero-split__chips-label{text-align:left}}.hero-split__chips{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center;margin:0 0 1rem}@media screen and (min-width:750px){.hero-split__chips{justify-content:flex-start}}.hero-split__chip{display:inline-flex;align-items:center;justify-content:center;padding:.65rem 1.1rem;border-radius:999px;border:.1rem solid rgba(var(--color-foreground),.1);background:rgba(var(--color-background),.5);color:rgba(var(--color-foreground),.85);text-decoration:none;font-size:var(--font-size-sm);line-height:1;transition:background .2s ease,border-color .2s ease,transform .2s ease}.hero-split__chip:hover{text-decoration:none}@media(prefers-reduced-motion:no-preference){.hero-split__chip:hover{background:rgba(var(--color-background),.9);border-color:rgba(var(--color-foreground),.2);transform:translateY(-1px)}}.hero-split__fine-print{margin:0;color:rgba(var(--color-foreground),.6);font-size:var(--font-size-sm)}@media(prefers-reduced-motion:no-preference){.hero-split__media img,.hero-split__media video{transition:transform .6s ease}.hero-split__slide:hover .hero-split__media img,.hero-split__slide:hover .hero-split__media video{transform:scale(1.02)}}@media(prefers-reduced-motion:reduce){.hero-split__media video{display:none}}.hero-split__image--skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:hero-skeleton-pulse 1.5s ease-in-out infinite;min-height:400px}@keyframes hero-skeleton-pulse{0%{background-position:200% 0}to{background-position:-200% 0}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/section-hero-split.css.map */
