@keyframes footer-spark{0%,to{transform:scale(1) rotate(0);opacity:.55}50%{transform:scale(1.2) rotate(18deg);opacity:.9}}.footer{position:relative;background-color:var(--color-cream);border-top:1px solid var(--color-border);padding-block:clamp(3rem,6vw,4.5rem) clamp(1.5rem,3vw,2rem);overflow:hidden}.footer__spark{position:absolute;pointer-events:none}.footer__spark--a{top:14%;right:8%;animation:footer-spark 6s ease-in-out infinite}.footer__spark--a .brand-shape--sparkle-sm path{fill:var(--color-orange);opacity:.5}.footer__spark--b{bottom:22%;left:5%;animation:footer-spark 7s ease-in-out infinite reverse}.footer__spark--b .brand-shape--sparkle-sm path{fill:var(--color-purple);opacity:.5}.footer__top{display:flex;align-items:flex-start;justify-content:space-between;gap:clamp(2rem,5vw,4rem);padding-bottom:clamp(2rem,4vw,2.5rem)}.footer__brand{flex:1 1 auto;min-width:0}.footer__newsletter-wrap{flex:0 0 auto;width:100%;max-width:380px}.footer__brand{display:flex;flex-direction:column;gap:var(--sp-4);min-width:0}.footer__logo-link{display:inline-flex;align-items:center;width:fit-content}.footer__logo-img{height:44px;width:auto;max-width:180px;display:block;object-fit:contain}.footer__tagline{font-size:var(--fs-14);color:var(--color-text-soft);line-height:var(--lh-loose);margin:0;max-width:380px}.footer__social{display:flex;gap:var(--sp-2);flex-wrap:wrap;padding:0;margin:0;list-style:none}.footer__social-link{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:#ffffffd1;color:var(--color-orange);border:1.5px solid rgba(255,122,33,.16);box-shadow:0 6px 16px #3333330d;transition:transform var(--dur-fast) var(--ease-spring),background-color var(--dur-base) var(--ease-out),color var(--dur-base) var(--ease-out),border-color var(--dur-base) var(--ease-out),box-shadow var(--dur-base) var(--ease-out);text-decoration:none}.footer__social-link:hover{background:var(--color-orange);color:var(--color-white);border-color:var(--color-orange);box-shadow:0 10px 22px #ff7a2138;transform:translateY(-3px) scale(1.04)}.footer__social-link .icon{width:21px;height:21px}.footer__col-title{font-family:var(--font-display);font-size:var(--fs-13);font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--color-text-soft);margin:0}.footer__newsletter-wrap{display:flex;flex-direction:column;gap:var(--sp-3);min-width:0}.footer__newsletter-subtext{font-size:var(--fs-14);color:var(--color-text-soft);line-height:1.55;margin:0}.footer__newsletter{margin:var(--sp-1) 0 0;width:100%}.footer__newsletter-field{display:flex;align-items:center;gap:4px;background:var(--color-white);border:1.5px solid var(--color-border);border-radius:99px;padding:4px 4px 4px 16px;transition:border-color var(--dur-base) var(--ease-out),box-shadow var(--dur-base) var(--ease-out);max-width:380px}.footer__newsletter-field:focus-within{border-color:var(--color-purple);box-shadow:var(--focus-ring)}.footer__newsletter-field input[type=email]{flex:1;min-width:0;background:transparent;border:0;outline:0;padding:.6em 0;font:inherit;font-size:var(--fs-14);color:var(--color-text)}.footer__newsletter-field input[type=email]::placeholder{color:var(--color-text-soft)}.footer__newsletter-field input[type=email]:focus,.footer__newsletter-field input[type=email]:focus-visible{outline:0;box-shadow:none;border:0}.footer__newsletter-submit{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:var(--color-orange);color:var(--color-white);border:0;cursor:pointer;flex-shrink:0;transition:background-color var(--dur-base) var(--ease-out),transform var(--dur-fast) var(--ease-spring),box-shadow var(--dur-base) var(--ease-out);box-shadow:0 4px 12px #ff7a2140}.footer__newsletter-submit:hover{background:var(--color-purple);transform:scale(1.06) rotate(-6deg);box-shadow:0 6px 16px #6a4c934d}.footer__newsletter-submit:active{transform:scale(.96)}.footer__newsletter-msg{display:inline-flex;align-items:center;gap:6px;margin:var(--sp-2) 0 0;font-size:var(--fs-13);font-weight:500}.footer__newsletter-msg--success,.footer__newsletter-msg--success .icon{color:var(--color-success, #2ec27e)}.footer__newsletter-msg--error{color:var(--color-error, #e0395a)}.footer__nav{padding-block:clamp(1.25rem,2.5vw,2rem);border-top:1px solid var(--color-border)}.footer__nav-list{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:clamp(1.25rem,2.5vw,2rem);padding:0;margin:0;list-style:none}.footer__nav-link{font-size:var(--fs-15, .9375rem);font-weight:500;color:var(--color-text-soft);text-decoration:none;transition:color var(--dur-fast) var(--ease-out)}.footer__nav-link:hover{color:var(--color-orange)}.footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:var(--sp-4);padding-top:clamp(1.25rem,2.5vw,1.75rem);flex-wrap:wrap}.footer__copy{font-size:var(--fs-13);color:var(--color-text-soft);margin:0}.footer__policies{display:flex;flex-wrap:wrap;gap:var(--sp-1) var(--sp-4);padding:0;margin:0;list-style:none;align-items:center}.footer__policies li{position:relative}.footer__policies li+li:before{content:"\b7";position:absolute;left:calc(var(--sp-4) * -.5);transform:translate(-50%);color:var(--color-text-soft);opacity:.5;pointer-events:none}.footer__policy-link{font-size:var(--fs-13);color:var(--color-text-soft);text-decoration:none;transition:color var(--dur-fast) var(--ease-out)}.footer__policy-link:hover{color:var(--color-orange)}@media(max-width:989px){.footer__top{flex-direction:column;gap:var(--sp-6)}.footer__newsletter-wrap{max-width:100%}}@media(max-width:749px){.footer__newsletter-field{max-width:100%}.footer__nav-list{gap:var(--sp-3) var(--sp-5)}.footer__bottom{flex-direction:column;align-items:flex-start;gap:var(--sp-3)}.footer__policies{gap:var(--sp-1) var(--sp-3)}.footer__policies li+li:before{left:calc(var(--sp-3) * -.5)}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/section-footer.css.map */
