.ff-home{--ff-home-pad: clamp(1.25rem, 4vw, 5rem);--ff-home-gap: clamp(1.5rem, 3vw, 2.5rem)}.ff-home__inner{width:min(100%,var(--page-width));margin-inline:auto;padding-inline:var(--ff-home-pad)}.ff-home__section-title{margin:0;font-family:var(--font-heading--family);font-size:clamp(1.5rem,2.5vw,2rem);font-weight:800;color:rgb(var(--ff-footer));line-height:1.2}.ff-home__link{display:inline-flex;align-items:center;gap:.25rem;font-size:.9375rem;font-weight:600;color:rgb(var(--ff-accent));text-decoration:none}.ff-home__link:hover{color:rgb(var(--ff-accent-hover))}.ff-hero{background:rgb(var(--ff-cream))}.ff-hero__grid{display:grid;grid-template-columns:1fr;gap:var(--ff-home-gap);align-items:center;min-height:min(620px,auto);padding-block:clamp(2.5rem,6vw,5rem)}@media screen and (min-width:990px){.ff-hero__grid{grid-template-columns:1fr 1fr}}.ff-hero__badge{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:20px;background:#fff;font-size:.75rem;font-weight:700;color:rgb(var(--ff-footer))}.ff-hero__badge-icon{width:14px;height:14px;color:rgb(var(--ff-accent))}.ff-hero__content{display:flex;flex-direction:column;align-items:flex-start;gap:1.25rem}.ff-hero__title{margin:0;font-family:var(--font-heading--family);font-size:clamp(2.25rem,5vw,3.5rem);font-weight:900;line-height:1.1;color:rgb(var(--ff-footer))}.ff-hero__text{margin:0;max-width:34rem;font-size:clamp(1rem,1.5vw,1.125rem);line-height:1.5;color:rgb(var(--ff-muted))}.ff-hero__actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:clamp(1rem,2.5vw,2rem)}.ff-hero__media{overflow:hidden;border-radius:24px;aspect-ratio:4 / 3;min-height:280px}.ff-hero__media img{display:block;width:100%;height:100%;object-fit:cover}.ff-trust{background:#fff;padding-block:2rem}.ff-trust__grid{display:grid;gap:1.5rem}@media screen and (min-width:750px){.ff-trust__grid{grid-template-columns:repeat(3,1fr)}}.ff-trust__item{display:flex;align-items:center;gap:1rem}.ff-trust__icon{display:grid;place-items:center;width:48px;height:48px;border-radius:24px;background:rgb(var(--ff-cream));color:rgb(var(--ff-accent));flex-shrink:0}.ff-trust__icon svg{width:22px;height:22px}.ff-trust__title{margin:0;font-family:var(--font-heading--family);font-size:.9375rem;font-weight:600;color:rgb(var(--ff-footer))}.ff-trust__text{margin:0;font-size:.8125rem;color:rgb(var(--ff-muted))}.ff-categories{padding-block:clamp(2.5rem,6vw,5rem)}.ff-categories__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;margin-top:2.5rem}@media screen and (min-width:990px){.ff-categories__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.ff-categories__card{display:flex;flex-direction:column;align-items:center;gap:.75rem;text-decoration:none}.ff-categories__circle{width:140px;height:140px;border:2px solid rgb(var(--ff-border));border-radius:50%;overflow:hidden}.ff-categories__circle img{width:100%;height:100%;object-fit:cover}.ff-categories__label{font-family:var(--font-heading--family);font-size:.9375rem;font-weight:700;color:rgb(var(--ff-footer));text-align:center}.ff-promos{padding-block:2.5rem}.ff-promos__grid{display:grid;gap:1.5rem}@media screen and (min-width:990px){.ff-promos__grid{grid-template-columns:1fr 1fr}}.ff-promos__card{display:grid;grid-template-columns:1fr auto;gap:1.25rem;align-items:center;min-height:240px;padding:2rem;border-radius:20px;overflow:hidden}.ff-promos__card--mint{background:#eef5f1}.ff-promos__card--cream{background:#fff9f2}.ff-promos__eyebrow{margin:0 0 .75rem;font-family:var(--font-heading--family);font-size:.875rem;font-weight:800;text-transform:uppercase;color:rgb(var(--ff-accent))}.ff-promos__title{margin:0 0 .75rem;font-family:var(--font-heading--family);font-size:1.5rem;font-weight:800;color:rgb(var(--ff-footer));line-height:1.2}.ff-promos__text{margin:0;font-size:.875rem;line-height:1.5;color:rgb(var(--ff-muted))}.ff-promos__code{font-weight:700;color:rgb(var(--ff-footer))}.ff-promos__image{width:160px;height:180px;border-radius:12px;overflow:hidden;flex-shrink:0}.ff-promos__image img{width:100%;height:100%;object-fit:cover}.ff-bestsellers{padding:clamp(2.5rem,6vw,5rem) var(--ff-home-pad)}.ff-bestsellers .ff-home__inner{padding-inline:0}.ff-bestsellers__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:2.5rem}.ff-bestsellers__title{margin:0;font-family:var(--font-heading--family);font-size:clamp(1.5rem,2.5vw,2rem);font-weight:800;color:rgb(var(--ff-footer));line-height:1.2}.ff-bestsellers__view-all{display:inline-flex;align-items:center;gap:.25rem;font-size:.9375rem;font-weight:600;color:rgb(var(--ff-accent));text-decoration:none}.ff-bestsellers__view-all:hover{color:rgb(var(--ff-accent-hover))}.ff-bestsellers__view-all .svg-wrapper{width:14px;height:14px}.ff-bestsellers__view-all .svg-wrapper svg{width:14px;height:14px;display:block}.ff-bestsellers__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.ff-bestsellers__empty{grid-column:1 / -1;margin:0;padding:2rem 1rem;border-radius:16px;border:1px dashed rgb(var(--ff-border));background:rgb(var(--ff-page));color:rgb(var(--ff-muted));text-align:center;font-size:.9375rem}@media screen and (min-width:750px){.ff-bestsellers__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (min-width:990px){.ff-bestsellers__grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem}}.ff-why{padding-block:clamp(2.5rem,6vw,5rem);background:#fff}.ff-why__grid{display:grid;gap:2rem;margin-top:2.5rem}@media screen and (min-width:990px){.ff-why__grid{grid-template-columns:repeat(3,1fr)}}.ff-why__item{text-align:center}.ff-why__icon{display:grid;place-items:center;width:64px;height:64px;margin-inline:auto;margin-bottom:1rem;border-radius:32px;background:rgb(var(--ff-cream));color:rgb(var(--ff-accent))}.ff-why__icon svg{width:28px;height:28px}.ff-why__title{margin:0 0 .5rem;font-family:var(--font-heading--family);font-size:1.125rem;font-weight:700;color:rgb(var(--ff-footer))}.ff-why__text{margin:0;font-size:.875rem;line-height:1.5;color:rgb(var(--ff-muted))}#ff-newsletter{scroll-margin-top:calc(var(--header-group-height, 0px) + var(--header-height, 76px) + 1rem)}.shopify-section.ff-newsletter-section,.shopify-section:has(.ff-newsletter){background:rgb(var(--ff-cream))}.ff-newsletter{padding-block:clamp(2.5rem,6vw,5rem);background:rgb(var(--ff-cream))}.ff-newsletter__inner{max-width:640px;margin-inline:auto;text-align:center}.ff-newsletter__title{margin:0 0 .75rem;font-family:var(--font-heading--family);font-size:clamp(1.5rem,3vw,2rem);font-weight:800;color:rgb(var(--ff-footer))}.ff-newsletter__text{margin:0 0 1.5rem;font-size:.9375rem;line-height:1.5;color:rgb(var(--ff-muted))}.ff-newsletter__form{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;align-items:stretch;width:100%}.ff-newsletter__legal{margin:.75rem 0 0;font-size:.8125rem;line-height:1.5;color:rgb(var(--ff-muted))}.ff-newsletter__legal a{color:rgb(var(--ff-accent));font-weight:600}.ff-newsletter__input{flex:1 1 220px;min-width:0;padding:.875rem 1.25rem;border:1px solid rgb(var(--ff-border));border-radius:30px;background:#fff;font-size:.9375rem;transition:border-color var(--animation-speed) var(--animation-easing),box-shadow var(--animation-speed) var(--animation-easing)}.ff-newsletter__input:focus{outline:none;border-color:rgb(var(--ff-accent));box-shadow:0 0 0 3px rgb(var(--ff-accent) / .15)}.ff-newsletter__submit{flex-shrink:0;border-radius:30px;padding-block:.875rem;padding-inline:2rem;font-weight:700}.ff-newsletter__errors{flex:1 0 100%;margin:0;padding:.75rem 1rem;border-radius:12px;background:rgb(var(--ff-sale) / .08);color:rgb(var(--ff-sale));font-size:.875rem;text-align:left}.ff-newsletter__errors ul{margin:0;padding-inline-start:1.25rem}.ff-hero__media img,.ff-hero__media-img{display:block;width:100%;height:100%;object-fit:cover}.ff-categories__img,.ff-promos__img{width:100%;height:100%;object-fit:cover}.ff-newsletter__success{flex:1 0 100%;margin:0;padding:1rem 1.25rem;border-radius:16px;background:#fff;color:rgb(var(--ff-accent));font-weight:600;text-align:center}.shopify-section-group-footer-group>.shopify-section:not(.ff-footer-section){display:none!important}.shopify-section-group-footer-group .email-signup-block{display:none!important}.ff-footer-section{margin:0}.ff-footer{background:rgb(var(--ff-footer));color:rgb(var(--ff-page));padding:clamp(2.5rem,6vw,5rem) clamp(1.25rem,5.5vw,5rem) clamp(1.5rem,3vw,2.5rem)}.ff-footer__main{display:grid;gap:2.5rem 1.5rem;margin-bottom:clamp(2rem,4vw,3.75rem)}@media screen and (min-width:990px){.ff-footer__main{grid-template-columns:minmax(200px,320px) repeat(4,minmax(0,1fr));justify-content:space-between;gap:1.5rem}}.ff-footer__brand{display:flex;flex-direction:column;gap:1.25rem}.ff-footer__logo{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-heading--family);font-size:1.5rem;font-weight:800;color:rgb(var(--ff-page));text-decoration:none}.ff-footer__logo-mark{width:32px;height:32px;object-fit:contain}.ff-footer__tagline{margin:0;max-width:20rem;font-size:.875rem;line-height:1.6;color:rgb(var(--ff-cream))}.ff-footer__social{display:flex;flex-wrap:wrap;gap:.75rem}.ff-footer__social-link{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:18px;background:rgb(var(--ff-muted));text-decoration:none;transition:background .22s cubic-bezier(.4,0,.2,1),transform .22s cubic-bezier(.4,0,.2,1)}.ff-footer__social-link:hover{background:rgb(var(--ff-accent));transform:scale(1.06)}.ff-footer__social-link .svg-wrapper{width:18px;height:18px}.ff-footer__social-link .svg-wrapper svg{width:18px;height:18px;display:block}.ff-footer__social-link--ebay{width:48px}.ff-footer__social-link--ebay .svg-wrapper,.ff-footer__social-link--ebay .svg-wrapper svg{width:32px;height:16px}.ff-footer__heading{margin:0 0 1rem;font-family:var(--font-heading--family);font-size:1rem;font-weight:700;color:#fff}.ff-footer__links{list-style:none;margin:0;padding:0;display:grid;gap:.75rem;font-size:.875rem}.ff-footer__links a{color:rgb(var(--ff-cream));text-decoration:none}.ff-footer__links a:hover{color:rgb(var(--ff-accent))}.ff-footer__cookie-settings{display:inline;padding:0;border:0;background:none;color:rgb(var(--ff-cream));font:inherit;cursor:pointer;text-align:start}.ff-footer__cookie-settings:hover{color:rgb(var(--ff-accent))}.ff-footer__cookie-settings:focus-visible{outline:2px solid rgb(var(--ff-accent));outline-offset:2px}.ff-footer__links--plain{gap:.75rem}.ff-footer__email{color:rgb(var(--ff-cream))}.ff-footer__hours{color:rgb(var(--ff-muted));font-size:.8125rem}.ff-footer__divider{height:1px;margin-bottom:clamp(1.25rem,3vw,2.5rem);background:rgb(var(--ff-muted));opacity:.3}.ff-footer__bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.ff-footer__bar-copy{display:flex;flex-direction:column;gap:.375rem}.ff-footer__copyright{margin:0;font-size:.8125rem;color:rgb(var(--ff-cream))}.ff-footer__marketplaces{margin:0;font-size:.75rem;color:rgb(var(--ff-muted))}.ff-footer__marketplace-links{display:block;margin-top:.25rem}.ff-footer__marketplaces a{color:rgb(var(--ff-muted));text-decoration:none}.ff-footer__marketplaces a:hover{color:rgb(var(--ff-cream))}.ff-footer__marketplaces span{margin-inline:.25rem}.ff-footer__payments{display:flex;flex-wrap:wrap;gap:.5rem}.ff-footer__payment-pill{display:inline-flex;align-items:center;padding:.25rem .625rem;border-radius:4px;background:#fff;color:rgb(var(--ff-footer));font-size:.6875rem;font-weight:700;line-height:1.2}
/*# sourceMappingURL=/cdn/shop/t/9/assets/ff-home.css.map */
