.matcha-hero{position:relative;width:100%;padding:64px 24px;overflow:hidden;display:flex;flex-direction:column;align-items:center}.matcha-hero.matcha-hero--full-height{min-height:calc(100vh - 75px);max-height:calc(100vh - 75px)}.matcha-hero__background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}.matcha-hero__background-image{position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:cover;object-position:center;transform:scale(1);vertical-align:middle}.matcha-hero__video-container{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.matcha-hero__video-desktop{display:none;width:100%;height:100%}.matcha-hero__video-mobile{display:block;width:100%;height:100%}.matcha-hero__background-video{width:100%;height:100%;object-fit:cover;object-position:center}.matcha-hero__video-mobile .matcha-hero__background-video{aspect-ratio:var(--mobile-aspect-ratio, 9/16)}.matcha-hero__video-desktop .matcha-hero__background-video{aspect-ratio:var(--desktop-aspect-ratio, 16/9)}.matcha-hero__controller-container{display:flex;justify-content:center;width:100%;margin-bottom:0}.matcha-hero__controller-wrapper{max-width:800px;width:100%;margin-bottom:48px}.matcha-hero__controller-wrapper--fullwidth{max-width:none;border-radius:0!important}.matcha-hero__controller-wrapper--fullwidth .matcha-hero__controller-video{border-radius:0}.matcha-hero__controller-image{width:100%;height:auto;position:relative}.matcha-hero__video-wrapper{position:relative;width:100%;border-radius:8px;overflow:hidden}.matcha-hero__main-video-desktop{display:none;width:100%}.matcha-hero__main-video-mobile{display:block;width:100%}.matcha-hero__controller-video{width:100%;height:auto;display:block;border-radius:8px;object-fit:cover}.matcha-hero__main-video-mobile .matcha-hero__controller-video{aspect-ratio:var(--main-mobile-aspect-ratio, 9/16)}.matcha-hero__main-video-desktop .matcha-hero__controller-video{aspect-ratio:var(--main-desktop-aspect-ratio, 16/9)}.matcha-hero__content-container{display:flex;justify-content:center;width:100%;margin-top:16px}.matcha-hero__content-container--moved_top{position:absolute;bottom:5%;z-index:20}.matcha-hero__content{max-width:550px;display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center;margin-top:-8px}.matcha-hero__title{text-align:center;max-width:800px;margin:0;color:var(--b-black)}.matcha-hero__countdown{display:flex;gap:16px;justify-content:center;align-items:center;margin:12px 0;opacity:0;transition:opacity .3s ease}.matcha-hero__countdown.countdown-ready{opacity:1}.countdown__item{display:flex;flex-direction:column;align-items:center;justify-content:center;border:2px solid #000;border-radius:8px;padding:12px 16px;min-width:80px}.countdown__number{font-size:24px;font-weight:700;color:#fff;line-height:1;margin-bottom:4px}.countdown__label{font-size:10px;font-weight:600;color:#fff;letter-spacing:.5px;text-transform:uppercase}.matcha-hero__usb-feature{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px}.matcha-hero__usb-icon{width:37px;height:auto}.matcha-hero__usb-text{font-size:18px;font-weight:500;margin:0}.matcha-hero__description{text-align:center;margin:0 0 8px}.matcha-hero__description p{margin:0}.matcha-hero__disclaimer{font-size:.875rem;line-height:1.25rem;text-align:center;font-weight:400;margin:0 0 8px}.matcha-hero__disclaimer p{margin:0}.matcha-hero__button-container{display:flex;width:100%;flex-direction:column;gap:8px;margin:0}.matcha-hero__button{display:flex;justify-content:center;align-items:center;background-color:var(--b-black);color:var(--b-white);border:1px solid var(--b-black);border-radius:9999px;padding:14px;font-size:14px;line-height:21px;font-weight:400;text-align:center;-webkit-user-select:none;user-select:none;transition:background-color .25s,color .15s,border-color .15s;cursor:pointer;width:100%}.animate--slide-in{opacity:0;transform:translateY(100px);animation:slideIn .5s ease-out forwards}.animate--slide-in-delayed{opacity:0;transform:translateY(100px);animation:slideIn .5s ease-out .3s forwards}@keyframes slideIn{to{opacity:1;transform:translateY(0)}}@media screen and (min-width: 768px){.matcha-hero{text-align:center}.matcha-hero__button-container{flex-direction:row}.matcha-hero__button{flex:1 1 0}.matcha-hero__video-desktop{display:block}.matcha-hero__video-mobile{display:none}.matcha-hero__main-video-desktop{display:block}.matcha-hero__main-video-mobile{display:none}.countdown__item{min-width:100px;padding:16px 20px}.countdown__number{font-size:32px}.countdown__label{font-size:12px}}.matcha__controller-buttons-wrapper,.matcha__controller-buttons-wrapper button{width:100%}.matcha__controller-price_prices{font-size:20px;font-weight:500;margin-bottom:20px;line-height:90%}.matcha-hero--dark-mode{background-color:var(--b-black)}.matcha-hero--dark-mode .matcha-hero__title,.matcha-hero--dark-mode .matcha-hero__description,.matcha-hero--dark-mode .matcha-hero__disclaimer,.matcha-hero--dark-mode .matcha__controller-buttons-wrapper,.matcha-hero--dark-mode .footer-privacy-text,.matcha-hero--dark-mode .footer-privacy-text a,.matcha-hero--dark-mode .price__regular,.matcha-hero--dark-mode .form__message,.matcha-hero--dark-mode .lp-waitlist-container,.matcha-hero--dark-mode .matcha-hero__usb-text,.matcha-hero--dark-mode .products-waitlist__intro__title{color:var(--b-white)}.matcha-hero--dark-mode .matcha-hero__usb-icon{filter:invert(1)}.matcha-hero--dark-mode .button-primary{background-color:#e1e1e1e6;color:var(--b-black)}.matcha-hero__content{padding:0 20px}.matcha-hero__content .newsletter-form__field-wrapper btn{font-weight:700}.matcha-hero__content .newsletter-form__message{justify-content:center!important;font-size:12px}.matcha-hero__content .newsletter-form__message--success{justify-content:center!important;color:#63d46e}.matcha-hero__content .newsletter-form__message--success:focus,.matcha-hero__content .newsletter-form__message--success:focus-visible{outline:0;box-shadow:none;border:0}
/*# sourceMappingURL=/cdn/shop/t/113/assets/BB-matcha-hero-section.css.map?v=86308442980625588091763621540 */
