.molly-home{font-family:Figtree,Figtree Variable,sans-serif;font-size:16px;line-height:1.5;color:#000;-webkit-text-size-adjust:100%}.molly-home *,.molly-home *:before,.molly-home *:after{box-sizing:border-box}.molly-home .home__prods__list{list-style:none;padding:var(--s-content-padding);margin:0}.molly-home .home__prods__list--head{padding-bottom:0}.molly-home .home__prods__list--tail{padding-top:0}.molly-home .home__prods__list--tail .home__prod__item{margin-top:var(--s-content-padding)}.molly-home .home__prod__item+.home__prod__item{margin-top:var(--s-content-padding)}.molly-home .home__prod{width:100%;margin:0 auto;border-radius:3rem;background:#f8f8f8}.molly-home .home__prod--visible,.molly-home .home__prod--visible .home__prod__img,.molly-home .home__prod--visible .home__prod__title,.molly-home .home__prod--visible .home__prod__descp,.molly-home .home__prod--visible .home__prod__link,.molly-home .home__prod--visible .home__prod__app{animation-play-state:running}.molly-home .home__prod--app{background:#e9e9e9}.molly-home .home__prod__img{width:100%;height:auto;border-radius:3rem;animation:fadeIn 2s;animation-fill-mode:both;animation-play-state:paused}.molly-home .home__prod__img--placeholder{display:block;min-height:19.2rem;background:#e0e0e0}.molly-home .home__prod--product{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;height:125svw;max-height:560px;padding:var(--s-content-padding);overflow:hidden}.molly-home .home__prod--product .home__prod__caption{display:contents}.molly-home .home__prod--product .home__prod__img{position:relative;z-index:0;flex:1;order:1;transform:scale(1.5);object-fit:contain;overflow:hidden}.molly-home .home__prod--product .home__prod__img--smart-feeder-titan{transform:scale(1.25)}.molly-home .home__prod--product .home__prod__title,.molly-home .home__prod--product .home__prod__descp{position:relative;z-index:1;text-align:center}.molly-home .home__prod--product .home__prod__links{position:relative;z-index:1;order:2;width:100%;margin-top:var(--s-content-padding)}@media(min-width:800px){.molly-home .home__prod--product{position:relative;display:block;align-items:flex-start;height:auto;padding:0}.molly-home .home__prod--product .home__prod__img{transform:scale(1)}.molly-home .home__prod--product .home__prod__caption{display:block}.molly-home .home__prod--product .home__prod__title,.molly-home .home__prod--product .home__prod__descp{text-align:left}.molly-home .home__prod--product .home__prod__links{order:2;width:100%;margin-top:0}}.molly-home .home__prod__caption{padding:0 var(--s-content-padding) var(--s-content-padding)}.molly-home .home__prod__title{margin:1rem 0;font-size:3.2rem;font-weight:600;line-height:1;animation:fadeIn 2.5s;animation-fill-mode:both;animation-play-state:paused;animation-delay:.25s}.molly-home .home__prod__descp{margin:0 0 3.2rem;font-size:1.6rem;font-weight:400;line-height:1.2;animation:fadeIn 2.25s;animation-fill-mode:both;animation-play-state:paused;animation-delay:.5s}.molly-home .home__prod__links{display:flex;gap:1.6rem}.molly-home .home__prod__link{display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:400;text-decoration:none;white-space:nowrap;height:4.4rem;padding:0 2.2rem;border-radius:2.2rem;flex:1;animation:fadeIn 2s;animation-fill-mode:both;animation-play-state:paused;animation-delay:.75s}.molly-home .home__prod__link--learn-more{background:var(--color-brand);color:#fff}.molly-home .home__prod__link--buy{border:1px solid var(--color-brand);color:var(--color-brand)}.molly-home .home__prod__apps{display:contents}.molly-home .home__prod__app{position:relative;z-index:1;display:flex;flex-direction:row;align-items:flex-start;gap:2rem;margin:0;padding-top:3rem;animation:fadeIn 2s;animation-fill-mode:both;animation-play-state:paused;animation-delay:.75s}.molly-home .home__prod__app:hover{z-index:2}.molly-home .home__prod__app__icon{width:4.8rem;height:4.8rem;flex-shrink:0}.molly-home .home__prod__app__title{margin:0;font-size:1.8rem;font-weight:500;color:var(--color-brand)}.molly-home .home__prod--app .home__prod__title{width:20.8rem}.molly-home .home__prod__app__descp{margin:0;font-size:1.2rem;font-weight:400;color:#868686}.molly-home .home__prod__app__descp strong{color:#000;font-weight:500}.molly-home .home__prod__link:last-child,.molly-home .home__prod__app:last-child{animation-duration:1.75s;animation-delay:1s}.molly-home .home__prod__app__links{display:flex;gap:.5rem;margin-top:1.6rem}.molly-home .home__prod__app__link{position:relative;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:400;width:10.4rem;height:3.2rem;border-radius:2rem;background:#0000001a;color:#000;text-decoration:none;cursor:pointer}.molly-home .home__prod__app__qr{background:#fff;border-radius:.8rem;position:absolute;z-index:99;top:3.6rem;padding:.8rem;left:calc(50% - 5rem);width:10rem;height:10rem;align-items:center;justify-content:center;box-shadow:0 3px 10px #0000001a;visibility:hidden;opacity:0;transform:translateY(10px);transition:visibility 0s .3s,opacity .3s,transform .3s}.molly-home .home__prod__app__qr:before{content:"";display:block;position:absolute;top:-.6rem;left:calc(50% - .6rem);width:1.2rem;height:1.2rem;border-top-left-radius:.2rem;background:#fff;transform:rotate(45deg)}@media(hover:hover){.molly-home .home__prod__app__link:hover{background:#000;color:#fff}.molly-home .home__prod__app__link:hover .home__prod__app__qr{visibility:visible;opacity:1;transform:translateY(0);transition:visibility 0s,opacity .3s .01s,transform .3s .01s}}.molly-home .home__prod__app__qrimg{display:block;width:100%;height:100%;object-fit:contain}@media(min-width:560px){.molly-home .home__prod__caption{padding-left:min(10%,14rem)}.molly-home .home__prod__title{font-size:3.6rem}.molly-home .home__prod__descp{font-size:1.6rem}}@media(min-width:800px){.molly-home .home__prods__list{padding:var(--s-content-padding)}.molly-home .home__prod{width:auto;aspect-ratio:2.25 / 1;max-width:1260px;position:relative;display:flex;flex-direction:row;align-items:center}.molly-home .home__prod--app{aspect-ratio:unset}.molly-home .home__prod__img{position:absolute;top:0;right:0;bottom:0;width:auto;max-width:50%;object-fit:contain;height:100%}.molly-home .home__prod--app .home__prod__img{max-width:50%;object-position:bottom}.molly-home .home__prod__caption{width:50%;padding-top:var(--s-content-padding);padding-left:min(6%,10.8rem)}.molly-home .home__prod--app .home__prod__title{width:unset}.molly-home .home__prod__title{font-size:3.6rem;white-space:nowrap}.molly-home .home__prod__descp{font-size:1.6rem}.molly-home .home__prod__link{flex:none}}@media(min-width:1200px){.molly-home .home__prod{width:auto;aspect-ratio:2.25 / 1}.molly-home .home__prod__img{max-width:unset}.molly-home .home__prod__apps{display:flex;gap:4rem}.molly-home .home__prod__app{flex-direction:column;flex:1}.molly-home .home__prod__app__link{font-size:1.2rem;width:7.2rem;height:2.4rem;border-radius:2rem}.molly-home .home__prod__title{font-size:4.4rem}.molly-home .home__prod__descp{font-size:2.12rem}}@media(min-width:1440px){.molly-home .home__prods__list{padding:calc(2 * var(--s-content-padding))}.molly-home .home__prods__list--head{padding-bottom:0}.molly-home .home__prods__list--tail{padding-top:0}.molly-home .home__prod__caption{width:50%;padding-left:min(12%,10.8rem)}.molly-home .home__prod--app .home__prod__caption{width:55%}.molly-home .home__prod__title{font-size:4.6rem;white-space:nowrap}.molly-home .home__prod__descp{font-size:2.6rem}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/molly-home.css.map */
