.ffp-hero__bg{width:100%}.ffp-hero__bg--image{position:relative;isolation:isolate}.ffp-hero__bg--image:before{content:"";position:absolute;top:0;left:0;right:0;height:160px;z-index:1;pointer-events:none;background:linear-gradient(to bottom,color-mix(in srgb,var(--ffp-hero-bg, #e2d4c9) 72%,transparent) 0%,color-mix(in srgb,var(--ffp-hero-bg, #e2d4c9) 28%,transparent) 55%,transparent 100%)}.ffp-hero__wave{position:absolute;left:0;right:0;bottom:-1px;z-index:2;line-height:0;pointer-events:none}.ffp-hero__wave svg{display:block;width:100%;height:90px}@media only screen and (max-width:767px){.ffp-hero__wave svg{height:48px}}.ffp-hero__bg-media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden}.ffp-hero__bg-media img{width:100%;height:100%;object-fit:cover;object-position:var(--ffp-bg-focal, 75% 50%);display:block}.ffp-hero__bg--image .ffp-hero__bg-media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,color-mix(in srgb,var(--ffp-hero-bg, #f5ebe3) 55%,transparent) 0%,color-mix(in srgb,var(--ffp-hero-bg, #f5ebe3) 30%,transparent) 40%,transparent 68%)}.ffp-hero__bg--image>.container{position:relative;z-index:1}.ffp-hero__grid{display:grid;gap:30px;align-items:center}.ffp-hero__grid--bg-image{grid-template-columns:1fr}.ffp-hero__copy{padding:12px 0 8px}.ffp-hero__eyebrow{font-family:var(--font-heading-family);text-transform:uppercase;letter-spacing:2.5px;font-weight:700;font-size:1.4rem;color:var(--ffp-pink);margin:0 0 12px}.ffp-hero__title{font-size:clamp(2.8rem,4.4vw,5rem);line-height:1.08;margin:0 0 12px;overflow-wrap:normal;-webkit-hyphens:none;hyphens:none}.ffp-hero__title .ffp-accent{color:var(--ffp-pink-ink)}.ffp-hero__body{color:var(--color-foreground);opacity:.82;max-width:none;line-height:2}.ffp-hero__tagline{font-family:var(--font-heading-family);text-transform:uppercase;letter-spacing:1px;font-size:1.7rem;margin:10px 0;display:flex;align-items:center;gap:12px}.ffp-hero__tagline:after{content:"";display:inline-block;width:26px;height:3px;background:var(--ffp-pink);border-radius:2px}.ffp-hero__cta{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin:14px 0 6px}.ffp-hero__cta .ffp-buybar__form{margin:0}.ffp-hero__cta .ffp-add{width:auto;padding:15px 32px;font-size:1.6rem;border-radius:10px}.ffp-hero__cta .ffp-add__label{display:inline-flex;align-items:center;gap:10px}.ffp-hero__cta .ffp-add__label svg,.ffp-hero__cta .ffp-add__label .icon{width:2rem;height:2rem;flex:0 0 auto}.ffp-hero__cta-price{font-family:var(--font-heading-family);font-size:1.9rem;color:var(--ffp-pink)}.ffp-hero__cta-price s{color:var(--color-foreground);opacity:.5;font-weight:400;font-size:1.5rem;margin-right:6px;text-decoration:line-through;text-decoration-thickness:2px}.ffp-hero__trust{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:12px 0 10px}.ffp-hero__trust-item{display:flex;flex-direction:column;align-items:center;text-align:center;font-size:1.05rem;text-transform:uppercase;letter-spacing:.3px;line-height:1.25;font-family:var(--font-heading-family);opacity:.85;overflow-wrap:normal;-webkit-hyphens:none;hyphens:none}.ffp-hero__trust-item .ffp-ico{display:flex;align-items:center;justify-content:center;height:3rem;margin:0 auto 8px;font-size:2.2rem;line-height:1}.ffp-hero__trust-item svg{width:2.8rem;height:3rem;margin:0 auto 8px;display:block;color:var(--ffp-pink);stroke:var(--ffp-pink)}.ffp-hero__rating{display:flex;align-items:center;gap:8px;font-size:1.3rem;opacity:.85}.ffp-hero__stars{color:var(--ffp-star);letter-spacing:2px}.ffp-hero__media{position:relative;display:flex;align-items:center;justify-content:center}.ffp-hero__img-wrap{position:relative;z-index:1;width:100%;display:flex;align-items:center;justify-content:center}.ffp-hero__img-wrap img{width:100%;height:auto;object-fit:contain;object-position:center;-webkit-mask-image:linear-gradient(to right,transparent 0,#000 5%,#000 95%,transparent 100%),linear-gradient(to bottom,transparent 0,#000 6%,#000 94%,transparent 100%);mask-image:linear-gradient(to right,transparent 0,#000 5%,#000 95%,transparent 100%),linear-gradient(to bottom,transparent 0,#000 6%,#000 94%,transparent 100%);-webkit-mask-composite:source-in;mask-composite:intersect}.ffp-hero__badge{position:absolute;top:8px;right:8px;z-index:3;width:9.6rem;height:9.6rem;border-radius:50%;display:grid;place-content:center;text-align:center;line-height:1;rotate:8deg;font-family:var(--font-heading-family);text-transform:uppercase;font-size:1.2rem;letter-spacing:.5px;background:var(--ffp-badge-bg);color:var(--ffp-badge-fg);box-shadow:0 10px 22px -8px #00000080}.ffp-hero__badge strong{display:block;font-size:2.6rem}.ffp-sticky{position:fixed;left:50%;bottom:20px;transform:translate(-50%);width:min(var(--ideal-width, 1120px),calc(100vw - 40px));z-index:40;border-radius:18px;padding:3px;background:var(--ffp-gradient);box-shadow:0 18px 40px -12px var(--ffp-pink-shadow),0 24px 60px -18px #1116;animation:ffpFloatIn .5s cubic-bezier(.2,.8,.2,1);transition:transform .25s ease,opacity .25s ease}@keyframes ffpFloatIn{0%{transform:translate(-50%) translateY(140%);opacity:0}to{transform:translate(-50%) translateY(0);opacity:1}}.ffp-sticky.ffp-sticky--hidden{transform:translate(-50%) translateY(160%);opacity:0;pointer-events:none}@media(prefers-reduced-motion:reduce){.ffp-sticky.ffp-sticky--hidden{transition:none}}.ffp-sticky:after{content:"";position:absolute;left:6%;right:6%;bottom:-10px;height:16px;border-radius:50%;background:#1111112e;filter:blur(10px);z-index:-1}@media(prefers-reduced-motion:reduce){.ffp-sticky{animation:none}}.ffp-sticky__inner{background:var(--color-background);border-radius:15px;overflow:hidden}.ffp-sticky__in{display:flex;align-items:center;gap:20px;padding:14px 16px 14px 18px}.ffp-sticky__thumb{width:54px;height:54px;border-radius:10px;object-fit:cover;flex:0 0 auto}.ffp-sticky__text{flex:1;min-width:0}.ffp-sticky__text strong{font-family:var(--font-heading-family);font-size:1.8rem;text-transform:uppercase;display:block;line-height:1.1}.ffp-sticky__text .ffp-sticky__sub{font-size:1.2rem;opacity:.65}.ffp-sticky__price{flex:0 0 auto;text-align:right;font-family:var(--font-heading-family)}.ffp-sticky__rrp{font-size:1.3rem;opacity:.7}.ffp-sticky__rrp s{margin-left:3px;text-decoration:line-through;text-decoration-color:var(--ffp-pink);text-decoration-thickness:2px}.ffp-sticky__price .ffp-now{font-size:2.8rem;color:var(--ffp-pink);line-height:1;display:block}.ffp-sticky .ffp-buybar__form{margin:0;flex:0 0 auto}.ffp-sticky .ffp-buybar__form .ffp-add{width:auto;padding:14px 34px;font-size:1.5rem;white-space:nowrap;border-radius:999px;animation:none}.ffp-sticky .ffp-add__label{display:inline-flex;align-items:center;gap:10px}.ffp-sticky .ffp-add__label svg,.ffp-sticky .ffp-add__label .icon{width:1.8rem;height:1.8rem}.ffp-sticky__perks{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px 24px;padding:11px 64px;border-top:1px solid var(--color-borders);font-size:1.25rem;opacity:.85}.ffp-sticky__perks span{display:inline-flex;align-items:center;gap:7px}.ffp-sticky__perks span svg{width:1.7rem;height:1.7rem;stroke:var(--ffp-pink);flex:0 0 auto}@media only screen and (max-width:1199px){.ffp-hero__bg--image .ffp-hero__bg-media{display:none}.ffp-hero__bg--image{min-height:0;display:block}.ffp-hero__grid--bg-image .ffp-hero__copy{max-width:100%}}@media only screen and (max-width:1199px){.ffp-hero__grid{gap:20px}.ffp-hero__title{font-size:clamp(2.6rem,8vw,4rem)}.ffp-hero__body{max-width:none}.ffp-hero__cta{flex-direction:column;align-items:stretch;gap:10px}.ffp-hero__cta .ffp-buybar__form,.ffp-hero__cta .ffp-add{width:100%}.ffp-hero__cta-price{font-size:1.8rem;text-align:center}.ffp-hero__rating{justify-content:center}.ffp-hero__grid--bg-image .ffp-hero__copy{padding-top:96px;padding-bottom:44px}}@media only screen and (max-width:599px){.ffp-hero__title{font-size:clamp(2.4rem,9vw,3.2rem);margin-bottom:14px}.ffp-hero__body{margin-bottom:16px}.ffp-hero__tagline{margin:0 0 20px}.ffp-hero__cta{margin:0 0 22px}.ffp-hero__trust{margin:0 0 18px;justify-items:center;text-align:center}}@media only screen and (max-width:1199px){.ffp-hero__trust{grid-template-columns:repeat(2,1fr);gap:14px 10px}.ffp-hero__trust-item{font-size:1rem}.ffp-hero__media{margin-right:0}.ffp-hero__img-wrap{min-height:300px;max-height:46vh}.ffp-hero__img-wrap img{object-position:center;-webkit-mask-image:linear-gradient(to right,transparent 0,#000 5%,#000 95%,transparent 100%),linear-gradient(to bottom,transparent 0,#000 5%,#000 95%,transparent 100%);mask-image:linear-gradient(to right,transparent 0,#000 5%,#000 95%,transparent 100%),linear-gradient(to bottom,transparent 0,#000 5%,#000 95%,transparent 100%)}.ffp-sticky__thumb,.ffp-sticky__perks{display:none}.ffp-sticky__in{display:grid;grid-template-columns:1fr auto;grid-template-areas:"name   cta" "price  cta";align-items:center;column-gap:12px;row-gap:2px;padding:12px 14px}.ffp-sticky__text{grid-area:name;min-width:0}.ffp-sticky__text strong{font-size:1.4rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ffp-sticky__text .ffp-sticky__sub{display:none}.ffp-sticky__price{grid-area:price;text-align:left;display:flex;align-items:baseline;gap:8px}.ffp-sticky__rrp{display:none}.ffp-sticky__price .ffp-now{font-size:2.2rem;display:inline}.ffp-sticky .ffp-buybar__form{grid-area:cta;align-self:center}.ffp-sticky .ffp-buybar__form .ffp-add{width:auto;padding:14px 26px;font-size:1.4rem}}.ffp-buybar__form{margin:0}.ffp-buybar__error{display:none}@media only screen and (min-width:1200px){.ffp-hero__grid:not(.ffp-hero__grid--bg-image){grid-template-columns:1fr 1fr;gap:56px;align-items:center}.ffp-hero__copy{padding:8px 24px 8px 32px;align-self:center}.ffp-hero__grid--bg-image .ffp-hero__copy{max-width:48%;padding-left:108px;padding-top:128px;padding-bottom:116px}.ffp-hero__grid--bg-image .ffp-hero__trust{max-width:400px;margin-right:auto}.ffp-hero__grid--bg-image .ffp-hero__trust-item{font-size:.95rem}.ffp-hero__bg--image{height:780px;display:flex;align-items:flex-start}.ffp-hero__bg--image>.container{width:100%}.ffp-hero__bg--image .ffp-hero__bg-media{left:0;right:0;width:100%}.ffp-hero__bg--image .ffp-hero__bg-media img{object-fit:cover;object-position:72% 70%;-webkit-mask-image:none;mask-image:none}.ffp-hero__bg--image .ffp-hero__bg-media:after{display:none}.ffp-hero__media{padding-right:24px}.ffp-hero__img-wrap{max-width:540px;margin-left:auto}.ffp-hero__trust{grid-template-columns:repeat(4,1fr)}.ffp-hero__badge{width:11rem;height:11rem;font-size:1.35rem}.ffp-hero__badge strong{font-size:3rem}.ffp-hero__eyebrow{margin-bottom:10px}.ffp-hero__title{font-size:clamp(2.8rem,3.6vw,4.2rem);line-height:1.3;margin-bottom:12px}.ffp-hero__body{margin:0 0 22px;max-width:44ch}.ffp-hero__tagline{margin:0 0 28px}.ffp-hero__grid--bg-image .ffp-hero__cta{margin:0 0 24px}.ffp-hero__trust{margin:8px 0 16px;max-width:420px}.ffp-hero__rating{margin-top:0;font-size:1.4rem}.ffp-sticky{bottom:16px}.ffp-sticky__in{gap:16px;padding:9px 12px}.ffp-sticky__thumb{width:44px;height:44px}.ffp-sticky__text strong{font-size:1.5rem}.ffp-sticky__text .ffp-sticky__sub{font-size:1.1rem}.ffp-sticky__price .ffp-now{font-size:2.2rem}.ffp-sticky__rrp{font-size:1.15rem}.ffp-sticky .ffp-buybar__form .ffp-add{padding:10px 26px;font-size:1.35rem}}@media only screen and (min-width:600px)and (max-width:1199px){.ffp-hero__cta{flex-direction:row;align-items:center}.ffp-hero__cta .ffp-buybar__form,.ffp-hero__cta .ffp-add{width:auto}.ffp-hero__cta-price{text-align:left}.ffp-hero__rating{justify-content:center}.ffp-hero__img-wrap{min-height:340px;max-height:52vh}}.ffp-sticky .ffp-add:focus-visible,.ffp-buybar__form .ffp-add:focus-visible{outline:3px solid var(--ffp-star, #ffcc00);outline-offset:3px}
/*# sourceMappingURL=/cdn/shop/t/11/assets/component-ffp-hero.css.map */
