.footer__inner{display:flex;flex-direction:column;gap:var(--gap-lg);position:relative}@media screen and (min-width:750px){.footer__inner{gap:var(--gap-4xl)}}.footer__newsletter{background-color:rgb(var(--color-background-rgb) / var(--opacity-40-60));border-radius:var(--style-border-radius-sm);padding:var(--padding-lg);position:relative;overflow:hidden;margin-bottom:var(--margin-5xl)}@media screen and (min-width:750px){.footer__newsletter{border-radius:var(--style-border-radius-lg);padding:40px var(--padding-5xl)}}.footer__newsletter-decoration{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.footer__newsletter-decoration--desktop{display:none}.footer__newsletter-decoration--mobile{display:block}@media screen and (min-width:750px){.footer__newsletter-decoration--desktop{display:block}.footer__newsletter-decoration--mobile{display:none}}.footer__newsletter-decoration-img{width:100%;height:100%;object-fit:cover;display:block}.footer__newsletter-inner{position:relative;display:flex;flex-direction:column;gap:var(--gap-lg)}@media screen and (min-width:750px){.footer__newsletter-inner{flex-direction:row;align-items:center;justify-content:space-between}}.footer__newsletter-content{display:flex;flex-direction:column}@media screen and (min-width:750px){.footer__newsletter-content{max-width:500px;flex-shrink:0}}.footer__newsletter-heading{margin:0;color:var(--color-foreground-heading)}.footer__newsletter-subtext{margin:0;color:var(--color-foreground)}@media screen and (max-width:749px){.footer__newsletter-heading.h3{font-size:22px;line-height:1.2;letter-spacing:-.03em}.footer__newsletter-subtext.paragraph{font-size:var(--font-size--sm)}}.footer__newsletter-actions{display:flex;flex-direction:column;gap:var(--gap-sm);width:100%}@media screen and (min-width:750px){.footer__newsletter-actions{max-width:400px;flex-shrink:0}}.footer__newsletter-form{display:flex;flex-direction:column;gap:var(--gap-sm)}.footer__newsletter-input-group{display:flex;flex-direction:column;gap:var(--gap-md)}@media screen and (min-width:750px){.footer__newsletter-input-group{flex-direction:row;gap:var(--gap-md)}}.footer__newsletter-input{flex:1;min-width:0;padding:var(--padding-sm);border:none;border-radius:var(--style-border-radius-xs);background-color:var(--color-background);color:var(--color-foreground);font-family:var(--font-body--family);font-size:var(--font-size--sm);font-weight:600;line-height:1.5}.footer__newsletter-input::placeholder{color:var(--color-foreground);opacity:1}.footer__newsletter-input:focus-visible{outline:2px solid var(--color-foreground);outline-offset:var(--focus-outline-offset)}.footer__newsletter-button{flex-shrink:0;white-space:nowrap}@media screen and (max-width:749px){.footer__newsletter-button{width:100%}}.footer__newsletter-privacy{margin:0;font-size:var(--font-size--2xs);line-height:1.5;color:var(--color-foreground)}.footer__newsletter-privacy-link{color:var(--color-foreground);text-decoration:underline}.footer__newsletter-message{display:flex;align-items:center;gap:var(--gap-xs);font-size:var(--font-size--sm)}.footer__newsletter-message--error{color:var(--color-error)}.footer__newsletter-message--success{color:var(--color-success)}.footer__links{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--gap-3xl) var(--gap-3xl)}@media screen and (min-width:750px){.footer__links{grid-template-columns:repeat(3,1fr);gap:var(--gap-3xl)}}@media screen and (min-width:990px){.footer__links{grid-template-columns:repeat(5,1fr);gap:var(--gap-3xl);margin-bottom:var(--margin-5xl)}}.footer__column{display:flex;flex-direction:column;gap:var(--gap-xs);overflow:hidden}@media screen and (min-width:990px){.footer__column{gap:0}}.footer__column--with-social{display:grid;grid-template-columns:repeat(2,1fr);grid-column:span 2;gap:var(--gap-3xl)}@media screen and (min-width:990px){.footer__column--with-social{display:flex;flex-direction:column;grid-column:span 1;gap:var(--gap-3xl)}}.footer__column-support{display:flex;flex-direction:column;gap:var(--gap-xs)}@media screen and (min-width:990px){.footer__column-support{gap:0}}.footer__column-heading{margin:0;font-family:var(--font-body--family);font-weight:600;font-size:var(--font-size--sm);line-height:1.5;color:var(--color-foreground)}@media screen and (min-width:990px){.footer__column-heading{font-size:var(--font-size--md);margin-bottom:var(--margin-xs)}}.footer__column-links{display:flex;flex-direction:column;margin:0;padding:0;list-style:none}.footer__column-links li{padding-block:6px}@media screen and (min-width:990px){.footer__column-links li{padding-block:var(--padding-xs)}}.footer__link{font-family:var(--font-body--family);font-size:var(--font-size--sm);line-height:1.5;color:var(--color-foreground);text-decoration:none}@media(prefers-reduced-motion:no-preference){.footer__link{transition:opacity var(--animation-values)}}.footer__link:hover{opacity:.7}.footer__link:focus-visible{outline:2px solid var(--color-foreground);outline-offset:var(--focus-outline-offset)}.footer__custom-text{font-family:var(--font-body--family);font-size:var(--font-size--sm);line-height:1.5;color:var(--color-foreground);padding-block:6px}.footer__custom-text p{margin:0}@media screen and (min-width:990px){.footer__custom-text{padding-block:var(--padding-xs)}}.footer__custom-text a{color:var(--color-foreground);text-decoration:underline}.footer__social{display:flex;flex-direction:column;gap:var(--gap-xs)}.footer__social-icons{display:flex;gap:0;flex-wrap:wrap}.footer__social-link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;color:var(--color-foreground)}@media(prefers-reduced-motion:no-preference){.footer__social-link{transition:opacity var(--animation-values)}}.footer__social-link:hover{opacity:.7}.footer__social-link:focus-visible{outline:2px solid var(--color-foreground);outline-offset:var(--focus-outline-offset)}.footer__social-icon{width:30px;height:30px;fill:currentcolor}.footer__credits{display:flex;flex-direction:column;gap:var(--gap-lg)}@media screen and (min-width:750px){.footer__credits{gap:var(--gap-2xs)}}.footer__legal{display:flex;align-items:center;gap:var(--gap-sm)}.footer__legal-link{font-family:var(--font-body--family);font-size:var(--font-size--sm);line-height:1.5;color:var(--color-foreground);text-decoration:none}@media(prefers-reduced-motion:no-preference){.footer__legal-link{transition:opacity var(--animation-values)}}.footer__legal-link:hover{opacity:.7}.footer__legal-link:focus-visible{outline:2px solid var(--color-foreground);outline-offset:var(--focus-outline-offset)}.footer__legal-separator{width:4px;height:4px;border-radius:var(--style-border-radius-50);background-color:var(--color-foreground);flex-shrink:0}.footer__credits-divider{height:1px;width:100%;background-color:var(--color-border)}.footer__credits-row{display:flex;flex-direction:column;gap:var(--gap-lg);align-items:flex-start}@media screen and (min-width:750px){.footer__credits-row{flex-direction:row;align-items:center;gap:64px}}.footer__credits-logo{display:block;width:160px;height:40px;flex-shrink:0}.footer__credits-logo:focus-visible{outline:2px solid var(--color-foreground);outline-offset:var(--focus-outline-offset)}.footer__credits-logo-img{width:100%;height:100%;object-fit:contain;object-position:left center}.footer__credits-copyright{margin:0;font-family:var(--font-body--family);font-size:var(--font-size--sm);line-height:1.5;color:var(--color-foreground)}.footer__badge{width:151px;pointer-events:none;margin-left:auto}.footer__badge--mobile{display:block}.footer__badge--desktop{display:none}@media screen and (min-width:750px){.footer__badge{width:171px;margin-right:-3vw}.footer__badge--mobile{display:none}.footer__badge--desktop{display:block}}.footer__badge-img{width:100%;height:auto;display:block}.footer__column accordion-custom,.footer__column-support accordion-custom{display:block}.footer__details{display:block}.footer__details-summary{display:flex;align-items:center;justify-content:space-between;gap:var(--gap-sm);list-style:none}.footer__details-summary::-webkit-details-marker{display:none}.footer__details-summary .footer__column-heading{margin:0}.footer__details-caret{display:none;flex-shrink:0;color:var(--color-foreground)}.footer__details-caret svg{width:var(--icon-size-lg);height:var(--icon-size-lg)}@media screen and (max-width:749px){.footer__inner{gap:var(--gap-xl)}.footer__newsletter{margin-bottom:0}.footer__links{grid-template-columns:1fr;gap:0;border-bottom:1px solid var(--color-border)}.footer__column{gap:0}.footer__column--with-social{display:block;grid-column:auto;gap:0}.footer__column--with-social .footer__social{display:none}.footer__column-support{gap:0}.footer__column-heading{letter-spacing:normal}.footer__details{border-top:1px solid var(--color-border)}.footer__details-summary{cursor:pointer;padding-block:var(--padding-lg)}.footer__details-caret{display:flex}.footer__details-content{padding-bottom:18px}}@media screen and (min-width:750px){.footer__details-summary{pointer-events:none}.footer__details-content{display:block;margin-top:var(--margin-xs)}}.footer__mobile-aside{display:none}@media screen and (max-width:749px){.footer__mobile-aside{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--gap-xl)}.footer__mobile-aside-main{flex:1;min-width:0;display:flex;flex-direction:column;gap:18px}.footer__credits{display:none}}.footer__newsletter-klaviyo,.footer__newsletter-klaviyo .klaviyo-form,.footer__newsletter-klaviyo form{width:100%!important;background-color:transparent!important}.footer__newsletter-klaviyo [data-testid=form-row]{display:flex!important;flex-direction:column!important;gap:var(--gap-md)!important;align-items:stretch!important}.footer__newsletter-klaviyo [data-testid=form-component]{width:100%!important;max-width:none!important;flex:0 0 auto!important}.footer__newsletter-klaviyo input[type=email]{width:100%!important;padding:var(--padding-sm)!important;border:none!important;border-radius:var(--style-border-radius-xs)!important;background-color:var(--color-input-background)!important;color:var(--color-foreground)!important;font-family:var(--font-body--family)!important;font-size:var(--font-size--sm)!important;font-weight:600!important;line-height:1.5!important;text-transform:none!important}.footer__newsletter-klaviyo input[type=email]::placeholder{color:var(--color-foreground)!important;opacity:1!important;font-weight:600!important;text-transform:none!important}.footer__newsletter-klaviyo button{width:100%!important;padding:var(--button-padding-block) var(--button-padding-inline)!important;border:none!important;border-radius:var(--style-border-radius-buttons-primary)!important;background-color:var(--color-primary-button-background)!important;color:var(--color-primary-button-text)!important;font-family:var(--font-body--family)!important;font-size:var(--font-size--md)!important;font-weight:600!important;line-height:1.5!important;letter-spacing:normal!important;text-transform:none!important;white-space:nowrap!important;cursor:pointer!important}@media screen and (min-width:750px){.footer__newsletter-klaviyo [data-testid=form-row]{flex-direction:row!important}.footer__newsletter-klaviyo [data-testid=form-component]:first-child{flex:1 1 0%!important}.footer__newsletter-klaviyo [data-testid=form-component]:last-child{width:auto!important;flex:0 0 auto!important}.footer__newsletter-klaviyo button{width:auto!important}}
/*# sourceMappingURL=/cdn/shop/t/429/assets/na-footer.css.map */
