.vv-footer{--vv-footer-top-bg: var(--vvfooter-cfg-top_background);--vv-footer-bg: var(--vvfooter-cfg-background);--vv-footer-text: var(--vvfooter-cfg-text_color);--vv-footer-muted: var(--vvfooter-cfg-muted_text_color);--vv-footer-border: var(--vvfooter-cfg-border_color);--vv-footer-accent: var(--vvfooter-cfg-accent_color);--vv-footer-input-bg: var(--vvfooter-cfg-input_background);--vv-footer-input-text: var(--vvfooter-cfg-input_text_color);--vv-footer-button-bg: var(--vvfooter-cfg-button_background);--vv-footer-button-text: var(--vvfooter-cfg-button_text_color);--vv-footer-button-border: var(--vvfooter-cfg-button_border_color);--vv-footer-button-stripe: var(--vvfooter-cfg-button_stripe_color)}.vv-footer{position:relative;width:100%;margin-top:var(--vvfooter-cfg-margin_top-px);background:var(--vv-footer-bg);color:var(--vv-footer-text)}.vv-footer .vv-footer__top{position:relative;z-index:2;min-height:var(--vvfooter-cfg-top_strip_height-px);background:var(--vv-footer-top-bg)}.vv-footer .vv-footer__logo-wrap{position:absolute;left:50%;bottom:0;z-index:3;display:flex;align-items:center;justify-content:center;width:min(90vw,var(--vvfooter-cfg-logo_width-px));transform:translate(-50%,46%)}.vv-footer .vv-footer__logo-link{display:inline-flex;max-width:100%;color:var(--vv-footer-text);text-decoration:none}.vv-footer .vv-footer__logo{display:block;width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 .3rem 0 rgba(3,18,12,.82))}.vv-footer .vv-footer__wordmark{display:inline-block;padding:.4rem 1rem;color:var(--vv-footer-accent);font-family:var(--font-heading-family);font-size:clamp(3.2rem,5vw,6.4rem);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);letter-spacing:-.05em;line-height:.86;text-align:center;text-transform:uppercase;text-shadow:.2rem .2rem 0 var(--vv-footer-bg),-.2rem .2rem 0 var(--vv-footer-bg),0 .45rem 0 var(--vv-footer-text)}.vv-footer .vv-footer__body{padding:var(--vvfooter-cfg-padding_top-px) max(2rem,calc((100% - var(--vvfooter-cfg-max_width-px)) / 2)) var(--vvfooter-cfg-padding_bottom-px);background:var(--vv-footer-bg)}.vv-footer .vv-footer__inner{width:100%;max-width:var(--vvfooter-cfg-max_width-px);margin:0 auto}.vv-footer .vv-footer__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(4rem,7vw,9rem);align-items:start}.vv-footer .vv-footer__signup,.vv-footer .vv-footer__right{min-width:0}.vv-footer .vv-footer__heading{max-width:68rem;margin:0;color:var(--vv-footer-text);font-family:var(--font-heading-family);font-size:var(--vvfooter-cfg-heading_size-px);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);letter-spacing:-.025em;line-height:1.08}.vv-footer .vv-footer__heading em{font-family:var(--font-body-family);font-weight:400}.vv-footer .vv-footer__subtext{margin:1.8rem 0 2rem;color:var(--vv-footer-muted);font-size:var(--vvfooter-cfg-body_size-px);line-height:1.45}.vv-footer .vv-footer__subtext>*{margin-top:0;margin-bottom:0}.vv-footer .vv-footer__newsletter-form{width:100%}.vv-footer .vv-footer__form-row{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(16rem,.8fr);gap:1.4rem;align-items:stretch}.vv-footer .vv-footer__input{min-width:0;min-height:var(--vvfooter-cfg-form_height-px);padding:0 2rem;border:.2rem solid var(--vv-footer-text);border-radius:var(--vvfooter-cfg-input_radius-px);background:var(--vv-footer-input-bg);box-shadow:none;color:var(--vv-footer-input-text);font-family:var(--font-body-family);font-size:var(--vvfooter-cfg-input_size-px);line-height:1}.vv-footer .vv-footer__input::placeholder{color:color-mix(in srgb,var(--vv-footer-input-text) 58%,transparent);opacity:1}.vv-footer .vv-footer__input:focus{outline:.3rem solid var(--vv-footer-accent);outline-offset:.2rem}.vv-footer .vv-footer__button{position:relative;isolation:isolate;display:flex;min-height:var(--vvfooter-cfg-form_height-px);align-items:center;justify-content:center;overflow:hidden;padding:1rem 3rem;border:.2rem solid var(--vv-footer-button-border);border-radius:var(--vvfooter-cfg-button_radius-px);background:var(--vv-footer-button-bg);box-shadow:0 .5rem 0 var(--vv-footer-button-border);color:var(--vv-footer-button-text);cursor:pointer;font-family:var(--font-heading-family);font-size:var(--vvfooter-cfg-button_size-px);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);line-height:1;text-transform:uppercase;transition:transform .16s ease,filter .16s ease}.vv-footer .vv-footer__button:before{content:"";position:absolute;top:-40%;bottom:-40%;left:-1.5rem;z-index:-1;width:10rem;background:repeating-linear-gradient(135deg,color-mix(in srgb,var(--vv-footer-button-stripe) 80%,transparent) 0 1rem,transparent 1rem 2rem);pointer-events:none}.vv-footer .vv-footer__button:hover{transform:translateY(-.1rem);filter:brightness(1.025)}.vv-footer .vv-footer__button:focus-visible{outline:.3rem solid var(--vv-footer-accent);outline-offset:.3rem}.vv-footer .vv-footer__message{margin:1.4rem 0 0;color:var(--vv-footer-muted);font-size:1.4rem;line-height:1.4}.vv-footer .vv-footer__message--success{color:var(--vv-footer-accent)}.vv-footer .vv-footer__link-groups{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2.8rem clamp(2.5rem,5vw,6rem)}.vv-footer .vv-footer__link-group{min-width:0}.vv-footer .vv-footer__link-heading{margin:0 0 1.4rem;color:var(--vv-footer-accent);font-family:var(--font-heading-family);font-size:clamp(1.4rem,1.1vw,1.7rem);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);letter-spacing:.035em;line-height:1.1;text-transform:uppercase}.vv-footer .vv-footer__link-list{display:grid;gap:1.1rem;margin:0;padding:0;list-style:none}.vv-footer .vv-footer__policy-link{display:inline-flex;width:fit-content;max-width:100%;color:var(--vv-footer-text);font-family:var(--font-body-family);font-size:var(--vvfooter-cfg-policy_size-px);font-style:var(--font-body-style);font-weight:var(--font-body-weight);line-height:1.35;text-decoration:none;text-underline-offset:.35rem}.vv-footer .vv-footer__policy-link:hover{color:var(--vv-footer-accent);text-decoration:underline}.vv-footer .vv-footer__policy-link:focus-visible{outline:.2rem solid var(--vv-footer-accent);outline-offset:.3rem;border-radius:.2rem}.vv-footer .vv-footer__divider{height:.1rem;margin:3rem 0;border:0;background:var(--vv-footer-border)}.vv-footer .vv-footer__meta{display:flex;align-items:center;gap:2.2rem;min-width:0}.vv-footer .vv-footer__social{flex:0 0 auto}.vv-footer .list-social{display:flex;flex-wrap:wrap;gap:1.6rem 2.2rem;margin:0;padding:0}.vv-footer .list-social__item{margin:0}.vv-footer .list-social__link{display:inline-flex;align-items:center;justify-content:center;width:3.4rem;height:3.4rem;padding:0;color:var(--vv-footer-text)}.vv-footer .list-social__link:hover{color:var(--vv-footer-accent)}.vv-footer .list-social__link .svg-wrapper,.vv-footer .list-social__link svg{width:2.8rem;height:2.8rem}.vv-footer .vv-footer__vertical-divider{align-self:stretch;width:.1rem;min-height:3.4rem;background:var(--vv-footer-border)}.vv-footer .vv-footer__payments{min-width:0;flex:1 1 auto}.vv-footer .vv-footer__payments .list-payment{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:.8rem;margin:0;padding:0}.vv-footer .vv-footer__payments .list-payment__item{display:inline-flex;margin:0;padding:0}.vv-footer .vv-footer__payments svg{width:3.8rem;height:2.4rem}.vv-footer .vv-footer__copyright{display:flex;justify-content:center;align-items:center;gap:1.4rem 3rem;width:fit-content;max-width:100%;margin:0 auto;color:var(--vv-footer-muted);font-size:clamp(1.3rem,1vw,1.5rem);line-height:1.5}.vv-footer .vv-footer__copyright p{width:auto;margin:0}.vv-footer .vv-footer__copyright>p:first-child{flex:0 0 auto;white-space:nowrap;text-align:center}.vv-footer .vv-footer__disclaimer{flex:0 1 auto;max-width:58rem;text-align:left;text-wrap:pretty}@media screen and (max-width:989px){.vv-footer .vv-footer__grid{grid-template-columns:minmax(0,1fr);gap:5rem}}@media screen and (max-width:749px){.vv-footer .vv-footer__top{min-height:max(10rem,calc(var(--vvfooter-cfg-top_strip_height-px) + 3rem))}.vv-footer .vv-footer__logo-wrap{width:min(76vw,calc(var(--vvfooter-cfg-logo_width-px) * .75));transform:translate(-50%,42%)}.vv-footer .vv-footer__body{padding:max(9rem,calc(var(--vvfooter-cfg-padding_top-px) + .5rem)) var(--vvfooter-cfg-mobile_horizontal_padding-px) max(4.5rem,calc(var(--vvfooter-cfg-padding_bottom-px) - 1rem))}.vv-footer .vv-footer__grid{gap:4.8rem}.vv-footer .vv-footer__heading{max-width:none;font-size:clamp(2.8rem,8vw,var(--vvfooter-cfg-heading_size-px));line-height:1.1}.vv-footer .vv-footer__subtext{margin:2rem 0 2.4rem;font-size:clamp(1.7rem,4.8vw,var(--vvfooter-cfg-body_size-px))}.vv-footer .vv-footer__form-row{grid-template-columns:minmax(0,1fr);gap:1.8rem}.vv-footer .vv-footer__input,.vv-footer .vv-footer__button{min-height:max(7rem,calc(var(--vvfooter-cfg-form_height-px) + .8rem))}.vv-footer .vv-footer__input{padding:0 2rem;font-size:clamp(2rem,6vw,calc(var(--vvfooter-cfg-input_size-px) + .5rem))}.vv-footer .vv-footer__button{width:calc(100% - 7rem);margin:0 auto;font-size:clamp(1.9rem,5.8vw,calc(var(--vvfooter-cfg-button_size-px) + .5rem))}.vv-footer .vv-footer__link-groups{grid-template-columns:repeat(2,minmax(0,1fr));gap:3rem 2.2rem}.vv-footer .vv-footer__link-group:last-child{grid-column:1 / -1}.vv-footer .vv-footer__link-heading{margin-bottom:1.2rem;font-size:1.5rem}.vv-footer .vv-footer__policy-link{font-size:clamp(1.6rem,4.8vw,calc(var(--vvfooter-cfg-policy_size-px) + .1rem))}.vv-footer .vv-footer__divider{margin:3.4rem 0}.vv-footer .vv-footer__meta{display:grid;gap:3rem}.vv-footer .vv-footer__vertical-divider{display:none}.vv-footer .list-social{gap:2.6rem 6rem}.vv-footer .list-social__link{width:4rem;height:4rem}.vv-footer .list-social__link .svg-wrapper,.vv-footer .list-social__link svg{width:3.4rem;height:3.4rem}.vv-footer .vv-footer__payments .list-payment{gap:1rem}.vv-footer .vv-footer__payments svg{width:4rem;height:2.6rem}.vv-footer .vv-footer__copyright{display:grid;justify-content:stretch;justify-items:start;gap:2.4rem;width:100%;max-width:none;margin:0;font-size:clamp(1.7rem,5vw,2rem);text-align:left}.vv-footer .vv-footer__copyright p,.vv-footer .vv-footer__copyright>p:first-child{width:100%;white-space:normal;text-align:left}.vv-footer .vv-footer__disclaimer{max-width:none;text-align:left}}@media(prefers-reduced-motion:reduce){.vv-footer .vv-footer__button{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/239/assets/vicevora-footer-static.css.map */
