.rk-hero{display:flex;align-items:center;padding-block:var(--rk-space-md) var(--rk-space-xl);overflow-x:clip}@media screen and (min-width:990px){.rk-hero{min-height:80vh;min-height:80svh;padding-top:var(--rk-space-lg)}}.rk-hero__inner{display:grid;gap:var(--rk-space-lg);justify-items:center;width:100%}.rk-hero__copy{display:flex;flex-direction:column;align-items:center;gap:var(--rk-space-sm);max-width:var(--rk-container-narrow);text-align:center}.rk-hero__copy .rk-eyebrow,.rk-hero__title{margin:0}.rk-hero__lead{margin:0;color:var(--rk-text-muted)}.rk-hero__actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:var(--rk-space-sm);margin-top:var(--rk-space-xs)}.rk-hero__cta{display:flex;flex-direction:column;align-items:center;gap:var(--rk-space-sm)}.rk-hero__refill{display:flex;justify-content:center;margin:0}.rk-hero__refill-link{display:inline-flex;align-items:center;gap:var(--rk-space-xs);min-height:3.6rem;padding:0 var(--rk-space-sm);border:0;border-radius:var(--rk-radius-pill);background:var(--rk-bg-soft);color:var(--rk-text);font-size:var(--rk-fs-small);line-height:1.2;text-decoration:none;transition:background-color var(--rk-dur-fast) var(--rk-ease)}.rk-hero__refill-link:hover{background:var(--rk-bg-soft-hover)}.rk-hero__refill-link:focus-visible{outline:2px solid var(--rk-accent);outline-offset:2px}.rk-hero__refill-icon{flex-shrink:0;width:1.6rem;height:1.6rem}.rk-hero__trust{margin:0;font-size:var(--rk-fs-xs);line-height:var(--rk-lh-body);color:var(--rk-text-muted)}.rk-hero__media{display:flex;justify-content:center;width:100%;max-width:var(--rk-hero-media-max)}.rk-hero__parallax,.rk-hero__enter,.rk-hero__float{display:flex;justify-content:center;width:100%}.rk-hero__parallax{transform-origin:50% 50%}.rk-hero__float picture{display:contents}.rk-hero__img,.rk-hero__media .rk-video__media{display:block;width:100%;height:auto;object-fit:contain;filter:var(--rk-drop-hero)}.rk-hero__img.rk-placeholder{aspect-ratio:7 / 10;height:auto;background:var(--rk-bg-soft);border-radius:var(--rk-radius-lg);filter:none}@media screen and (min-width:990px){.rk-hero__inner{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;justify-items:stretch;gap:var(--rk-space-xl)}.rk-hero__copy{align-items:flex-start;max-width:var(--rk-hero-copy-max);text-align:left}.rk-hero__actions{justify-content:flex-start}.rk-hero__cta{align-items:flex-start}.rk-hero__refill{justify-content:flex-start}.rk-hero__media{max-width:none}.rk-hero__img,.rk-hero__media .rk-video__media{width:auto;max-width:100%;max-height:80vh;max-height:80svh}.rk-hero__img.rk-placeholder{width:100%;max-height:80vh}}@media screen and (max-width:989px){.rk-hero--motion{--rk-float-distance: 14px}}@media(prefers-reduced-motion:no-preference){.rk-hero--motion .rk-hero__copy>:not(.rk-hero__cta),.rk-hero--motion .rk-hero__cta>*{animation:rk-hero-text var(--rk-dur) var(--rk-ease) both;animation-delay:calc(var(--rk-hero-i, 0) * var(--rk-stagger))}.rk-hero--motion .rk-hero__enter{animation:rk-hero-enter var(--rk-dur) var(--rk-ease) both}.rk-hero--motion .rk-hero__float{animation:rk-hero-float var(--rk-float-dur) ease-in-out infinite}@supports (animation-timeline: scroll()){.rk-hero--motion .rk-hero__parallax{animation:rk-hero-parallax linear both;animation-timeline:scroll(root block);animation-range:0 100vh}}.rk-hero--motion .rk-hero__parallax.is-rk-js-zoom{transform:translateY(calc(var(--rk-parallax-distance) * var(--rk-hero-progress, 0))) scale(calc(1 + (var(--rk-parallax-scale) - 1) * var(--rk-hero-progress, 0)));will-change:transform}}@keyframes rk-hero-text{0%{opacity:0;transform:translateY(var(--rk-reveal-distance))}to{opacity:1;transform:none}}@keyframes rk-hero-enter{0%{transform:translateY(var(--rk-enter-distance))}to{transform:translateY(0)}}@keyframes rk-hero-float{0%,to{transform:translateY(var(--rk-float-distance))}50%{transform:translateY(calc(-1 * var(--rk-float-distance)))}}@keyframes rk-hero-parallax{0%{transform:none}to{transform:translateY(var(--rk-parallax-distance)) scale(var(--rk-parallax-scale))}}.rk-buybar{position:fixed;z-index:var(--rk-z-float);left:50%;bottom:calc(var(--rk-space-sm) + env(safe-area-inset-bottom,0px));width:min(calc(100% - 2 * var(--rk-gutter)),var(--rk-container-narrow));opacity:0;visibility:hidden;transform:translate(-50%,calc(100% + var(--rk-space-sm)));transition:opacity var(--rk-dur-menu) var(--rk-ease),transform var(--rk-dur-menu) var(--rk-ease),visibility 0s linear var(--rk-dur-menu)}.rk-buybar.is-visible{opacity:1;visibility:visible;transform:translate(-50%);transition-delay:0s}.rk-buybar__inner{display:flex;align-items:center;justify-content:space-between;gap:var(--rk-space-sm);padding:var(--rk-space-xs) var(--rk-space-xs) var(--rk-space-xs) var(--rk-space-md);border-radius:var(--rk-radius-pill);background:var(--rk-bg-translucent);-webkit-backdrop-filter:var(--rk-blur);backdrop-filter:var(--rk-blur);box-shadow:var(--rk-shadow-float)}.rk-buybar__text{display:flex;flex-wrap:wrap;align-items:baseline;gap:0 var(--rk-space-xs);min-width:0;margin:0;font-size:var(--rk-fs-small);line-height:var(--rk-lh-body);text-align:left}.rk-buybar__title{font-weight:var(--rk-fw-heading);color:var(--rk-text)}.rk-buybar__price{color:var(--rk-text-muted)}.rk-buybar .rk-btn{flex-shrink:0}.rk-buybar__text{transition:opacity var(--rk-dur-fast) var(--rk-ease)}.rk-buybar.is-swapping .rk-buybar__text{opacity:0}@media screen and (max-width:749px){html.rk-buybar-on [class*=looxReviewsPopup],html.rk-buybar-on [class*=loox-popup],html.rk-buybar-on [id*=looxReviewsPopup],html.rk-buybar-on [id*=loox-popup],html.rk-buybar-on .loox-float,html.rk-buybar-on #looxReviewTab{visibility:hidden;pointer-events:none}}@media(prefers-reduced-motion:reduce){.rk-buybar{transform:translate(-50%);transition:opacity var(--rk-dur-fast) linear,visibility 0s linear var(--rk-dur-fast)}.rk-buybar.is-visible{transition-delay:0s}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/rk-hero.css.map */
