.pdp-animated-steps{display:block;position:relative;isolation:isolate;overflow:hidden;background:var(--pdp-animated-steps-background);color:var(--pdp-animated-steps-text);padding-block:var(--pdp-animated-steps-padding-top) var(--pdp-animated-steps-padding-bottom)}.pdp-animated-steps__inner{box-sizing:border-box;position:relative;z-index:1;width:100%;max-width:min(var(--pdp-animated-steps-max-width),100%);margin-inline:auto;padding-inline:5rem}.pdp-animated-steps__header{max-width:132rem;margin-inline:auto;text-align:center}.pdp-animated-steps__heading{margin:0;color:var(--pdp-animated-steps-heading);font-family:var(--font-heading-family);font-size:clamp(var(--pdp-animated-steps-heading-size-mobile),3vw,var(--pdp-animated-steps-heading-size));font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);line-height:var(--line-height-display, .98);letter-spacing:var(--letter-spacing-display, var(--font-heading-letter-spacing));text-transform:var(--font-heading-transform);text-wrap:balance}.pdp-animated-steps__heading-highlight{color:var(--pdp-animated-steps-heading);background:var(--pdp-animated-steps-heading-gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.pdp-animated-steps__intro{max-width:102rem;margin:2.4rem auto 0;color:var(--pdp-animated-steps-text);font-family:var(--font-body-family);font-size:clamp(var(--pdp-animated-steps-body-size-mobile),1vw,var(--pdp-animated-steps-body-size));font-weight:500;line-height:1.42;letter-spacing:0;text-wrap:pretty}.pdp-animated-steps__list{display:grid;grid-template-columns:repeat(var(--pdp-animated-steps-count),minmax(0,1fr));gap:var(--pdp-animated-steps-gap);margin:6.4rem 0 0;padding:0;list-style:none}.pdp-animated-steps__list:focus-visible{outline:2px solid currentColor;outline-offset:.6rem}.pdp-animated-steps__item{min-width:0}.pdp-animated-steps__track{position:relative;height:.3rem;overflow:hidden;background:var(--pdp-animated-steps-line)}.pdp-animated-steps__track-fill{position:absolute;top:0;right:0;bottom:0;left:0;display:block;background:var(--pdp-animated-steps-line-active);transform:scaleX(0);transform-origin:left center}.pdp-animated-steps__eyebrow{display:inline-flex;align-items:center;gap:.8rem;margin-top:1.8rem;color:var(--pdp-animated-steps-muted);font-family:var(--font-body-family);font-size:1.4rem;font-weight:400;line-height:1.2;letter-spacing:0}.pdp-animated-steps__check{display:inline-flex;width:2.2rem;height:2.2rem;flex:0 0 auto;align-items:center;justify-content:center;border-radius:50%;background-color:var(--pdp-animated-steps-check-background);background-image:var(--pdp-animated-steps-check-gradient);color:var(--pdp-animated-steps-check-color);transform:scale(.78);opacity:.64}.pdp-animated-steps__check svg{display:block;width:1.18rem;height:1.18rem;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.pdp-animated-steps__title{max-width:58rem;margin:1.7rem 0 0;color:var(--pdp-animated-steps-text);font-family:var(--font-heading-family);font-size:clamp(var(--pdp-animated-steps-step-title-size-mobile),1.35vw,var(--pdp-animated-steps-step-title-size));font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);line-height:var(--font-heading-line-height, 1.1);letter-spacing:var(--font-heading-letter-spacing);text-transform:var(--font-heading-transform);text-wrap:balance}.pdp-animated-steps__text{max-width:57rem;margin-top:1.2rem;color:var(--pdp-animated-steps-text);font-family:var(--font-body-family);font-size:clamp(var(--pdp-animated-steps-step-text-size-mobile),1vw,var(--pdp-animated-steps-step-text-size));font-weight:500;line-height:1.48;letter-spacing:0;text-wrap:pretty}.pdp-animated-steps__actions{display:flex;justify-content:center;margin-top:6.4rem}.pdp-animated-steps__button{display:inline-flex;min-height:5rem;align-items:center;justify-content:center;padding:0 2.2rem;border-radius:.6rem;background:var(--pdp-animated-steps-button-background);color:var(--pdp-animated-steps-button-text);font-family:var(--font-body-family);font-size:1.4rem;font-weight:400;line-height:1;letter-spacing:0;text-transform:uppercase;text-decoration:none;transition:transform var(--duration-default, .2s) ease,opacity var(--duration-default, .2s) ease}.pdp-animated-steps__button:hover{color:var(--pdp-animated-steps-button-text);transform:translateY(-.1rem)}.pdp-animated-steps--animated .pdp-animated-steps__item{opacity:.62}.pdp-animated-steps--animated .pdp-animated-steps__track-fill,.pdp-animated-steps--animated .pdp-animated-steps__check,.pdp-animated-steps--animated .pdp-animated-steps__item{animation-duration:var(--pdp-animated-steps-duration);animation-delay:calc(var(--pdp-animated-step-index) * var(--pdp-animated-steps-step-delay));animation-fill-mode:both;animation-iteration-count:1}.pdp-animated-steps--animated.is-in-view .pdp-animated-steps__track-fill{animation-name:pdp-animated-steps-progress;animation-timing-function:cubic-bezier(.65,0,.35,1)}.pdp-animated-steps--animated.is-in-view .pdp-animated-steps__check{animation-name:pdp-animated-steps-check;animation-timing-function:cubic-bezier(.22,1,.36,1)}.pdp-animated-steps--animated.is-in-view .pdp-animated-steps__item{animation-name:pdp-animated-steps-focus;animation-timing-function:ease}.pdp-animated-steps--animated.pdp-animated-steps--loop.is-in-view .pdp-animated-steps__track-fill,.pdp-animated-steps--animated.pdp-animated-steps--loop.is-in-view .pdp-animated-steps__check,.pdp-animated-steps--animated.pdp-animated-steps--loop.is-in-view .pdp-animated-steps__item{animation-iteration-count:infinite}.pdp-animated-steps--animated.is-complete .pdp-animated-steps__item{opacity:1}.pdp-animated-steps--animated.is-complete .pdp-animated-steps__track-fill{transform:scaleX(1)}.pdp-animated-steps--animated.is-complete .pdp-animated-steps__check{opacity:1;transform:scale(1)}@keyframes pdp-animated-steps-progress{0%{transform:scaleX(0)}22%,to{transform:scaleX(1)}}@keyframes pdp-animated-steps-check{0%{opacity:.6;transform:scale(.72)}13%{opacity:.78;transform:scale(.86)}22%,to{opacity:1;transform:scale(1)}}@keyframes pdp-animated-steps-focus{0%{opacity:.62}18%,to{opacity:1}}@media(max-width:1199.98px){.pdp-animated-steps__inner{padding-inline:3.2rem}.pdp-animated-steps__list{gap:2.6rem}}@media(min-width:1100px)and (max-width:1399.98px){.pdp-animated-steps{padding-block:clamp(3.8rem,3.6vw,4.8rem)}.pdp-animated-steps__inner{padding-inline:clamp(2.8rem,3vw,4rem)}.pdp-animated-steps__header{max-width:104rem}.pdp-animated-steps__heading{line-height:1.03}.pdp-animated-steps__intro{max-width:82rem;margin-top:1rem;font-size:clamp(1.3rem,.95vw,1.45rem);line-height:1.36}.pdp-animated-steps__list{gap:clamp(1.4rem,1.6vw,2rem);margin-top:2.4rem}.pdp-animated-steps__eyebrow{margin-top:1rem;font-size:1.25rem}.pdp-animated-steps__check{width:1.7rem;height:1.7rem}.pdp-animated-steps__title{margin-top:.9rem}.pdp-animated-steps__text{margin-top:.7rem;font-size:clamp(1.28rem,.9vw,1.42rem);line-height:1.42}}@media(min-width:768px)and (max-width:1099.98px){.pdp-animated-steps{padding-block:min(var(--pdp-animated-steps-padding-top),4.4rem) min(var(--pdp-animated-steps-padding-bottom),4.4rem)}.pdp-animated-steps__inner{padding-inline:2.4rem}.pdp-animated-steps__list{display:flex;gap:1.2rem;width:auto;max-width:none;margin:3.2rem -2.4rem 0;padding:0 2.4rem .4rem;overflow-x:auto;overflow-y:hidden;overscroll-behavior-inline:contain;scroll-padding-inline:2.4rem;scroll-snap-type:x mandatory;scrollbar-width:none}.pdp-animated-steps__list::-webkit-scrollbar{display:none}.pdp-animated-steps__item{display:block;flex:0 0 44%;min-height:22rem;padding:2rem;border:1px solid var(--pdp-animated-steps-line);border-radius:1.2rem;scroll-snap-align:start;scroll-snap-stop:always}.pdp-animated-steps__track{width:100%;height:.3rem;min-height:0}.pdp-animated-steps__eyebrow{margin-top:1.4rem}.pdp-animated-steps__title,.pdp-animated-steps__text{max-width:none}}@media(max-width:767.98px){.pdp-animated-steps{padding-block:min(var(--pdp-animated-steps-padding-top-mobile),4.4rem) min(var(--pdp-animated-steps-padding-bottom-mobile),4.4rem)}.pdp-animated-steps__inner{padding-inline:1.6rem}.pdp-animated-steps__heading{line-height:1.08}.pdp-animated-steps__intro{margin-top:1.8rem;font-size:var(--pdp-animated-steps-body-size-mobile);line-height:1.45}.pdp-animated-steps__list{display:flex;gap:1.2rem;width:auto;max-width:none;margin:3.2rem -1.6rem 0;padding:0 1.6rem .4rem;overflow-x:auto;overscroll-behavior-inline:contain;scroll-padding-inline:1.6rem;scroll-snap-type:x mandatory;scrollbar-width:none}.pdp-animated-steps__list::-webkit-scrollbar{display:none}.pdp-animated-steps__item{display:block;flex:0 0 84%;min-height:23rem;padding:1.8rem;border:1px solid var(--pdp-animated-steps-line);border-radius:1.2rem;scroll-snap-align:start;scroll-snap-stop:always}.pdp-animated-steps__track{width:100%;height:.3rem;min-height:0}.pdp-animated-steps__eyebrow{gap:.8rem;margin-top:1.4rem;font-size:1.3rem}.pdp-animated-steps__check{width:2.2rem;height:2.2rem}.pdp-animated-steps__title{margin-top:1.6rem;font-size:var(--pdp-animated-steps-step-title-size-mobile)}.pdp-animated-steps__text{margin-top:1.2rem;font-size:var(--pdp-animated-steps-step-text-size-mobile);line-height:1.45}.pdp-animated-steps__actions{margin-top:3.2rem}.pdp-animated-steps__button{width:100%;max-width:34rem;min-height:4.8rem;font-size:1.5rem}}@media(prefers-reduced-motion:reduce){.pdp-animated-steps--animated .pdp-animated-steps__track-fill,.pdp-animated-steps--animated .pdp-animated-steps__check,.pdp-animated-steps--animated .pdp-animated-steps__item{animation:none}.pdp-animated-steps--animated .pdp-animated-steps__item,.pdp-animated-steps--animated .pdp-animated-steps__check{opacity:1;transform:none}.pdp-animated-steps--animated .pdp-animated-steps__track-fill{transform:scaleX(1)}}@media(forced-colors:active){.pdp-animated-steps__heading-highlight{background:none;color:CanvasText;-webkit-text-fill-color:CanvasText}}
/*# sourceMappingURL=/cdn/shop/t/368/compiled_assets/styles.css.map?subset=AAAAAAAAAAAACA */
