.homepage-hero{overflow:hidden;padding:3.5rem 0}.homepage-hero-inner{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center}.homepage-hero-content{text-align:center}.homepage-hero-cup{display:none}.homepage-hero-cup-image{width:100%;height:auto}.homepage-hero-cup-dark,[data-theme=dark] .homepage-hero-cup-light{display:none}[data-animate-on-scroll=true] .homepage-hero-cup.scroll-animate-zoom-in{opacity:0;transform:scale(.8);will-change:opacity,transform}[data-animate-on-scroll=true][data-viewport-entered=true] .homepage-hero-cup.scroll-animate-zoom-in{animation:homepage-hero-cup-zoom-in .55s ease-out both;animation-delay:calc(var(--animation-index, 0) * .12s)}.homepage-hero-heading{margin:0 0 1.25rem;font-size:2.5rem;line-height:1.15}.homepage-hero-heading br{display:none}.homepage-hero-heading-underline{position:relative;display:inline-block;isolation:isolate}.homepage-hero-heading-underline:after{content:"";position:absolute;z-index:-1;left:0;right:0;bottom:-.25em;height:100%;background-image:var(--text-underline-image-1);background-repeat:no-repeat;background-position:bottom;background-size:contain;pointer-events:none;width:100%}.homepage-hero-text{margin-left:auto;margin-right:auto}.homepage-hero-text p{margin:0}.homepage-hero-button-group{margin-top:1.75rem;display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.homepage-hero-button-group .btn{min-width:70%}.homepage-hero-trustpilot{margin-top:1rem;display:grid;justify-items:center}.homepage-hero-trust-provider-slide{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem}.homepage-hero-trustpilot[data-trust-provider-count="2"] .homepage-hero-trust-provider-slide{grid-area:1 / 1;opacity:0;animation:homepage-hero-trust-provider-fade-first 8s ease-in-out infinite}.homepage-hero-trustpilot[data-trust-provider-count="2"] .homepage-hero-trust-provider-slide:nth-child(2){animation-name:homepage-hero-trust-provider-fade-second}.homepage-hero-trustpilot[data-trust-provider-count="3"] .homepage-hero-trust-provider-slide{grid-area:1 / 1;visibility:hidden;opacity:0;animation:homepage-hero-trust-provider-fade-three-first 12s ease-in-out infinite}.homepage-hero-trustpilot[data-trust-provider-count="3"] .homepage-hero-trust-provider-slide:nth-child(2){animation-name:homepage-hero-trust-provider-fade-three-second}.homepage-hero-trustpilot[data-trust-provider-count="3"] .homepage-hero-trust-provider-slide:nth-child(3){animation-name:homepage-hero-trust-provider-fade-three-third}.homepage-hero-trustpilot-badge{display:block;width:87px;height:16px}.homepage-hero-trustpilot-text{margin:0;color:rgb(var(--color-text));font-size:var(--fs-sm);line-height:1.4}.homepage-hero-trustpilot-text strong{font-weight:700}.homepage-hero-trustpilot-text span{margin:0 .25rem}.homepage-hero-facebook-icon{display:block;width:26px;height:26px;object-fit:contain}.homepage-hero-facebook-text{margin:0;color:rgb(var(--color-text));font-size:var(--fs-sm);line-height:1.4}.homepage-hero-facebook-text strong{font-weight:800}.homepage-hero-shopify-partner{color:rgb(var(--color-text))}.homepage-hero-shopify-partner-badge{display:block;width:87px;height:auto}[data-theme=dark] .homepage-hero-shopify-partner-badge{filter:invert(1)}.homepage-hero-shopify-partner-text{margin:0;color:rgb(var(--color-text));font-size:var(--fs-sm);line-height:1.4}.homepage-hero-shopify-partner-text strong{font-weight:800}.homepage-hero-slideshow{overflow:hidden;width:calc(100% + 2rem);margin-left:-1rem;margin-right:-1rem}.homepage-hero-slideshow-track{display:flex;gap:1.5rem;width:max-content;animation:homepage-hero-slideshow-scroll 32s linear infinite}.homepage-hero-slide{flex:0 0 192px;width:192px;height:320px;overflow:hidden;border-radius:var(--border-radius);background:rgb(var(--color-surface))}.homepage-hero-slide img{display:block;width:100%;height:100%;object-fit:cover}@keyframes homepage-hero-slideshow-scroll{0%{transform:translate(0)}to{transform:translate(calc(-50% - .75rem))}}@keyframes homepage-hero-cup-zoom-in{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes homepage-hero-trust-provider-fade-first{0%,45%{opacity:1}50%,95%{opacity:0}to{opacity:1}}@keyframes homepage-hero-trust-provider-fade-second{0%,45%{opacity:0}50%,95%{opacity:1}to{opacity:0}}@keyframes homepage-hero-trust-provider-fade-three-first{0%,28%{visibility:visible;opacity:1}33%,95%{visibility:hidden;opacity:0}to{visibility:visible;opacity:1}}@keyframes homepage-hero-trust-provider-fade-three-second{0%,28%{visibility:hidden;opacity:0}33%,61%{visibility:visible;opacity:1}66%,to{visibility:hidden;opacity:0}}@keyframes homepage-hero-trust-provider-fade-three-third{0%,61%{visibility:hidden;opacity:0}66%,95%{visibility:visible;opacity:1}to{visibility:hidden;opacity:0}}@media(prefers-reduced-motion:reduce){.homepage-hero-slideshow-track{animation:none}.homepage-hero-trustpilot[data-trust-provider-count="2"],.homepage-hero-trustpilot[data-trust-provider-count="3"]{gap:.5rem}.homepage-hero-trustpilot[data-trust-provider-count="2"] .homepage-hero-trust-provider-slide{grid-area:auto;opacity:1;animation:none}.homepage-hero-trustpilot[data-trust-provider-count="3"] .homepage-hero-trust-provider-slide{grid-area:auto;visibility:visible;opacity:1;animation:none}[data-animate-on-scroll=true][data-viewport-entered=true] .homepage-hero-cup.scroll-animate-zoom-in{animation:none;opacity:1;transform:scale(1)}}@media(min-width:600px){.homepage-hero-slideshow{width:100%;margin-left:0;margin-right:0}.homepage-hero-button-group .btn{min-width:220px}.homepage-hero-heading{font-size:3.25rem;margin-bottom:1.75rem}.homepage-hero-heading br{display:block}.homepage-hero-slide{flex-basis:280px;width:280px;height:520px}}@media(min-width:1200px){.homepage-hero{padding:4.5rem 0}.homepage-hero-inner{grid-template-columns:minmax(0,3fr) minmax(0,2fr);gap:3rem}.homepage-hero-content{position:relative;text-align:left}.homepage-hero-text{font-size:var(--fs-lg);line-height:1.6}.homepage-hero-button-group{justify-content:flex-start}.homepage-hero-trustpilot{justify-content:flex-start;justify-items:start;margin-top:1.75rem}.homepage-hero-trust-provider-slide{justify-content:flex-start}.homepage-hero-cup{display:block;position:absolute;left:65%;bottom:-2.5rem;width:200px;height:auto;pointer-events:none}.homepage-hero-slideshow{width:calc(50% + 50vw)}}
/*# sourceMappingURL=/cdn/shop/t/84/assets/homepage-hero.css.map */
