.fleurine-footer{position:relative;background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));--color-text-muted: rgba(var(--color-foreground), .74);--color-text-subtle: rgba(var(--color-foreground), .7);padding-block:clamp(44px,5vw,52px) 24px;overflow:hidden}.fleurine-footer__inner{position:relative;z-index:1}.fleurine-footer__vine{position:absolute;inset-block-start:12px;inset-inline:0;width:100%;height:20px;color:var(--color-botanical);pointer-events:none}.fleurine-footer__vine svg{display:block;width:100%;height:100%}.fleurine-footer__vine-stem{stroke-dasharray:1300}.fleurine-footer.is-motion .fleurine-footer__vine-stem{stroke-dashoffset:var(--ff-vine-len, 1300)}.fleurine-footer.is-motion.in-view .fleurine-footer__vine-stem{animation:ff-vine-draw 1.6s var(--ease) forwards}@keyframes ff-vine-draw{to{stroke-dashoffset:0}}.fleurine-footer__vine-leaf{opacity:1}.fleurine-footer.is-motion .fleurine-footer__vine-leaf{opacity:0;transition:opacity .7s var(--ease)}.fleurine-footer.is-motion.in-view .fleurine-footer__vine-leaf{opacity:1}.fleurine-footer.is-motion.in-view .fleurine-footer__vine-leaf:nth-of-type(1){transition-delay:1s}.fleurine-footer.is-motion.in-view .fleurine-footer__vine-leaf:nth-of-type(2){transition-delay:1.12s}.fleurine-footer.is-motion.in-view .fleurine-footer__vine-leaf:nth-of-type(3){transition-delay:1.24s}.fleurine-footer.is-motion.in-view .fleurine-footer__vine-leaf:nth-of-type(4){transition-delay:1.36s}.fleurine-footer.is-motion.in-view .fleurine-footer__vine-leaf:nth-of-type(5){transition-delay:1.48s}.fleurine-footer.is-motion.in-view .fleurine-footer__vine-leaf:nth-of-type(6){transition-delay:1.6s}.fleurine-footer.is-motion .f-reveal{opacity:0;transform:translateY(16px);transition:opacity var(--dur-3) var(--ease),transform var(--dur-3) var(--ease);transition-delay:var(--rd, 0s)}.fleurine-footer.is-motion.in-view .f-reveal{opacity:1;transform:none}.fleurine-footer__top{display:grid;grid-template-columns:1fr;gap:40px}@media screen and (min-width:990px){.fleurine-footer__top{grid-template-columns:minmax(0,1.05fr) minmax(0,1.4fr) minmax(0,1fr);gap:clamp(32px,4vw,56px);align-items:start}}.fleurine-footer__brandmark{display:inline-flex;align-items:center;gap:var(--space-3);color:rgb(var(--color-foreground));text-decoration:none}.fleurine-footer__brandmark .fleurine-wordmark__text{font-family:var(--font-display);font-weight:400;font-size:1.6rem;letter-spacing:.04em;line-height:1}.fleurine-footer__tagline{margin:var(--space-5) 0 var(--space-3);font-family:var(--font-display);font-weight:400;font-style:italic;font-size:var(--fs-h4);line-height:1.2;color:var(--accent-strong)}.fleurine-footer__brand-line{margin:0;max-width:34ch;color:var(--color-text-muted);font-size:var(--fs-small);line-height:1.6}.fleurine-footer__brand-line p{margin:0}.fleurine-footer__social{display:flex;flex-wrap:wrap;gap:var(--space-4);margin-top:var(--space-6);padding:0;list-style:none}.fleurine-footer__social-link{display:inline-flex;align-items:center;gap:var(--space-2);color:var(--color-text-muted);text-decoration:none;font-family:var(--font-sans);font-size:var(--fs-small);transition:color var(--dur-1) var(--ease)}.fleurine-footer__social-icon{display:grid;place-items:center;width:34px;height:34px;border:1px solid var(--color-line);border-radius:50%;transition:border-color var(--dur-1) var(--ease),color var(--dur-1) var(--ease),transform var(--dur-1) var(--ease)}.fleurine-footer__social-icon svg{width:16px;height:16px}.fleurine-footer__social-link:hover{color:rgb(var(--color-foreground))}.fleurine-footer__social-link:hover .fleurine-footer__social-icon{border-color:var(--accent);color:var(--accent);transform:translateY(-2px)}.fleurine-footer__newsletter{max-width:26rem}@media screen and (min-width:990px){.fleurine-footer__newsletter{margin-inline-start:auto}}.fleurine-footer__news-eyebrow{display:block;margin-bottom:var(--space-2);font-family:var(--font-sans);font-weight:500;font-size:var(--fs-eyebrow);letter-spacing:var(--tracking-eyebrow);text-transform:uppercase;color:rgb(var(--color-foreground))}.fleurine-footer__news-text{margin:0 0 var(--space-5);max-width:36ch;color:var(--color-text-muted);font-size:var(--fs-small);line-height:1.6}.fleurine-footer__news-row{display:flex;align-items:flex-end;gap:var(--space-4)}.fleurine-footer__news-field{position:relative;flex:1 1 auto;min-width:0}.fleurine-footer__news-input{width:100%;padding:12px 2px;border:0;border-bottom:1px solid var(--color-line-strong);border-radius:0;background:transparent;color:rgb(var(--color-foreground));font-family:var(--font-sans);font-size:var(--fs-body);line-height:1.4}.fleurine-footer__news-input::placeholder{color:var(--color-text-subtle)}.fleurine-footer__news-input:focus{outline:none}.fleurine-footer__news-underline{position:absolute;left:0;right:0;bottom:0;height:1px;background:var(--accent);transform:scaleX(0);transform-origin:left center;transition:transform var(--dur-2) var(--ease)}.fleurine-footer__news-input:focus~.fleurine-footer__news-underline{transform:scaleX(1)}.fleurine-footer__news-submit{flex:0 0 auto;display:grid;place-items:center;width:48px;height:48px;padding:0;border:0;border-radius:50%;background:rgb(var(--color-foreground));color:var(--color-botanical);cursor:pointer;transition:transform var(--dur-2) var(--ease),box-shadow var(--dur-2) var(--ease)}.fleurine-footer__news-submit:hover{transform:translateY(-2px);box-shadow:var(--shadow-soft)}.ff-bloom{display:block;line-height:0}.ff-bloom__petals{transform-box:fill-box;transform-origin:center}@media(hover:hover){.fleurine-footer__news-submit:hover .ff-bloom__petals{animation:fleurine-bloom var(--dur-2) var(--ease)}}.fleurine-footer__news-submit.is-sending{pointer-events:none}.fleurine-footer__news-submit.is-sending .ff-bloom__petals{animation:fleurine-bloom-loop 1.1s ease-in-out infinite}@keyframes fleurine-bloom{0%{transform:scale(.55) rotate(-10deg);opacity:.65}60%{transform:scale(1.08) rotate(3deg)}to{transform:scale(1) rotate(0);opacity:1}}@keyframes fleurine-bloom-loop{0%,to{transform:scale(.82);opacity:.7}50%{transform:scale(1.06);opacity:1}}.fleurine-footer__news-error{margin:var(--space-3) 0 0;color:var(--color-error);font-size:var(--fs-small)}.fleurine-footer__news-error[hidden]{display:none}.fleurine-footer__news-success{display:flex;align-items:center;gap:var(--space-3);margin:0;font-family:var(--font-display);font-weight:400;font-size:var(--fs-h4);color:rgb(var(--color-foreground));animation:ff-fade-rise var(--dur-3) var(--ease) both}.fleurine-footer__news-success .ff-bloom{color:var(--color-botanical)}.fleurine-footer__news-success .ff-bloom__petals{animation:fleurine-bloom var(--dur-2) var(--ease) both}@keyframes ff-fade-rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.fleurine-footer__columns{display:grid;grid-template-columns:1fr;gap:var(--space-5) var(--space-5)}@media screen and (min-width:600px){.fleurine-footer__columns{grid-template-columns:repeat(3,1fr)}}.fleurine-footer__col-heading{margin:0 0 var(--space-3);font-family:var(--font-sans);font-weight:500;font-size:var(--fs-eyebrow);letter-spacing:var(--tracking-eyebrow);text-transform:uppercase;color:var(--color-text-muted)}.fleurine-footer__col-list{margin:0;padding:0;list-style:none}.fleurine-footer__col-list li+li{margin-top:var(--space-2)}.fleurine-footer__link{position:relative;display:inline-block;color:var(--color-text-muted);text-decoration:none;font-family:var(--font-sans);font-size:var(--fs-small);line-height:1.45;transition:color var(--dur-1) var(--ease)}.fleurine-footer__link:after{content:"";position:absolute;left:0;bottom:-2px;height:1px;width:100%;background:var(--accent);transform:scaleX(0);transform-origin:left center;transition:transform .3s var(--ease)}.fleurine-footer__link:hover,.fleurine-footer__link:focus-visible{color:rgb(var(--color-foreground))}.fleurine-footer__link:hover:after,.fleurine-footer__link:focus-visible:after{transform:scaleX(1)}.fleurine-footer__wordmark-wrap{margin-top:32px;text-align:center;line-height:1}.fleurine-footer__wordmark{position:relative;display:inline-block;max-width:100%;margin:0;padding-block:.08em;overflow:hidden;font-family:var(--font-display);font-weight:300;font-size:clamp(2.4rem,8vw,6rem);letter-spacing:.08em;line-height:.85;color:rgba(var(--color-foreground),.12);-webkit-user-select:none;user-select:none}.fleurine-footer.is-motion .fleurine-footer__wordmark{clip-path:inset(0 100% 0 0)}.fleurine-footer.is-motion.in-view .fleurine-footer__wordmark{animation:ff-wordmark-wipe 1.2s var(--ease) .3s forwards}@keyframes ff-wordmark-wipe{to{clip-path:inset(0 0 0 0)}}.fleurine-footer__wordmark:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(100deg,transparent 38%,rgba(var(--cream-rgb),.55) 50%,transparent 62%);transform:translate(-120%);opacity:0;pointer-events:none}.fleurine-footer.is-motion.in-view .fleurine-footer__wordmark:after{animation:ff-sheen 1.5s var(--ease) 1.4s 1}@keyframes ff-sheen{0%{transform:translate(-120%);opacity:0}18%{opacity:1}82%{opacity:1}to{transform:translate(120%);opacity:0}}.fleurine-footer__bottom{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-4) var(--space-6);margin-top:24px;padding-top:20px;border-top:1px solid var(--color-line)}.fleurine-footer__copyright{margin:0;color:var(--color-text-subtle);font-size:var(--fs-small)}.fleurine-footer__payment-wrap{margin-inline:auto}.fleurine-footer__payment{display:flex;flex-wrap:wrap;gap:var(--space-2);margin:0;padding:0;list-style:none}.fleurine-footer__payment li{display:inline-flex}.fleurine-footer__payment svg{width:38px;height:24px;border-radius:var(--radius-sm)}.fleurine-footer__policies{display:flex;flex-wrap:wrap;gap:var(--space-2) var(--space-4);margin:0;padding:0;list-style:none}.fleurine-footer__policies .fleurine-footer__link{font-size:var(--fs-small);color:var(--color-text-subtle)}.fleurine-footer__totop{display:inline-flex;align-items:center;gap:var(--space-2);padding:8px 16px 8px 14px;border:1px solid var(--color-line);border-radius:999px;background:transparent;color:var(--color-text-muted);font-family:var(--font-sans);font-weight:500;font-size:var(--fs-eyebrow);letter-spacing:var(--tracking-label);text-transform:uppercase;cursor:pointer;transition:border-color var(--dur-1) var(--ease),color var(--dur-1) var(--ease),background-color var(--dur-1) var(--ease),transform var(--dur-1) var(--ease)}.fleurine-footer__totop .fleurine-sprig{width:16px;height:16px;transform-origin:bottom center;transition:transform var(--dur-2) var(--ease)}.fleurine-footer__totop:hover{border-color:var(--accent);color:rgb(var(--color-foreground))}.fleurine-footer__totop:hover .fleurine-sprig{transform:translateY(-3px) scaleY(1.12);color:var(--color-botanical)}@media screen and (max-width:989px){.fleurine-footer__totop{position:fixed;right:var(--space-4);bottom:var(--space-4);z-index:5;padding:12px;background:rgb(var(--color-background));box-shadow:var(--shadow-soft);opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity var(--dur-2) var(--ease),transform var(--dur-2) var(--ease),visibility var(--dur-2) var(--ease)}.fleurine-footer__totop-label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.fleurine-footer__totop.is-visible{opacity:1;visibility:visible;transform:none}}.fleurine-footer__ambient{position:absolute;left:clamp(8px,2vw,28px);bottom:clamp(8px,2vw,28px);width:clamp(40px,6vw,72px);height:auto;color:var(--color-botanical);opacity:.5;pointer-events:none;transform-origin:bottom center}.fleurine-footer__ambient svg{display:block;width:100%;height:auto}.fleurine-footer.has-ambient-sway.is-motion .fleurine-footer__ambient{animation:ff-sway 6s ease-in-out infinite}@keyframes ff-sway{0%,to{transform:rotate(-2deg)}50%{transform:rotate(2deg)}}@media screen and (max-width:749px){.fleurine-footer__bottom{gap:var(--space-4)}.fleurine-footer__payment-wrap{margin-inline:0}.fleurine-footer__policies{order:3;width:100%}}@media(prefers-reduced-motion:reduce){.fleurine-footer .f-reveal,.fleurine-footer__vine-leaf{opacity:1!important;transform:none!important;transition:none!important}.fleurine-footer__vine-stem{stroke-dashoffset:0!important;animation:none!important}.fleurine-footer__wordmark{clip-path:none!important;animation:none!important}.fleurine-footer__wordmark:after,.fleurine-footer__ambient{animation:none!important}.fleurine-footer__news-success{animation:none!important}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/fleurine-footer.css.map */
