.vv-footer{background:var(--vv-bg-ink);color:var(--vv-text-cream);width:100%;padding:64px clamp(20px,8vw,120px) 32px;box-sizing:border-box}.vv-footer__top{display:grid;grid-template-columns:minmax(180px,1fr) repeat(2,minmax(140px,1fr)) minmax(280px,2fr);gap:48px;align-items:start;margin-bottom:48px}.vv-footer__brand{display:flex;align-items:center}.vv-footer__brand-link{display:inline-flex;align-items:center;gap:12px;text-decoration:none}.vv-footer__brand-mark{display:block;width:48px;height:54px;flex-shrink:0}.vv-footer__brand-wordmark{display:block;height:auto;width:150px}.vv-footer__column{display:flex;flex-direction:column;gap:24px}.vv-footer__column-heading,h5.vv-footer__column-heading{margin:0!important;font-family:var(--vv-font-mono)!important;font-weight:500!important;font-size:13px!important;line-height:28px!important;text-transform:uppercase!important;letter-spacing:.14em!important;color:var(--vv-text-cream)!important}.vv-footer__column-links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}.vv-footer__column-link{font-family:var(--vv-font-mono);font-weight:400;font-size:13px;line-height:28px;text-transform:uppercase;letter-spacing:.14em;color:var(--vv-text-cream);text-decoration:none;transition:opacity .25s ease}.vv-footer__column-link:hover{opacity:.7}.vv-footer__newsletter{display:flex;flex-direction:column;gap:16px}.vv-footer__newsletter-heading,h5.vv-footer__newsletter-heading{margin:0!important;font-family:var(--vv-font-mono)!important;font-weight:500!important;font-size:13px!important;line-height:28px!important;text-transform:uppercase!important;letter-spacing:.14em!important;color:var(--vv-text-cream)!important}.vv-footer__newsletter-body,.vv-footer__newsletter-body :where(p,span,em,strong){margin:0;font-family:"IBM Plex Mono",var(--vv-font-mono);font-weight:400;font-size:13px;font-style:normal;line-height:28px;text-transform:uppercase;color:var(--vv-text-cream);max-width:420px}.vv-footer__form{display:flex;flex-direction:column;gap:16px;max-width:420px}.vv-footer__form-row{display:flex;align-items:stretch;gap:8px}.vv-footer__email{flex:1 1 auto;height:48px;padding:0 16px;border:.5px solid var(--vv-text-cream);background:transparent;color:var(--vv-text-cream);font-family:var(--vv-font-mono);font-size:13px;letter-spacing:.06em;border-radius:0;text-transform:uppercase}.vv-footer__email::placeholder{color:var(--vv-text-cream);opacity:.6;text-transform:uppercase;letter-spacing:.14em}.vv-footer__email:focus{outline:.5px solid var(--vv-accent-gold);outline-offset:2px}.vv-footer__submit{width:48px;height:48px;flex-shrink:0;border:.5px solid var(--vv-text-cream);background:transparent;color:var(--vv-text-cream);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;--icon-stroke-width: 1.25px;transition:opacity .4s ease,filter .4s ease}.vv-footer__submit svg{width:16px;height:16px}.vv-footer__submit:hover{filter:blur(.5px);opacity:.7}.vv-footer__consent{display:flex;align-items:center;gap:12px;font-family:var(--vv-font-mono);font-size:13px;line-height:28px;text-transform:uppercase;letter-spacing:.14em;color:var(--vv-text-cream)}.vv-footer__consent input[type=checkbox]{-webkit-appearance:none;appearance:none;width:14px;height:14px;margin:0;padding:0;border:.5px solid var(--vv-text-cream);background:var(--vv-bg-cream, #F5F1EA);cursor:pointer;flex-shrink:0;border-radius:0;position:relative;display:inline-block;vertical-align:middle}.vv-footer__consent input[type=checkbox]:checked:before{content:"";position:absolute;left:3px;top:-1px;width:6px;height:10px;border-right:1.25px solid var(--vv-text-ink);border-bottom:1.25px solid var(--vv-text-ink);transform:rotate(45deg)}.vv-footer__consent .text-link{color:var(--vv-text-cream)}.vv-footer__success{font-family:var(--vv-font-mono);font-size:13px;line-height:28px;text-transform:uppercase;letter-spacing:.14em;color:var(--vv-accent-gold)}.vv-footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:32px;font-family:var(--vv-font-mono);font-size:11px;line-height:20px;text-transform:uppercase;letter-spacing:.14em;color:var(--vv-text-cream)}.vv-footer__locales{display:flex;gap:16px;align-items:center}.vv-locale-form{position:relative;display:inline-flex;align-items:center}.vv-locale-form__select{appearance:none;-webkit-appearance:none;background:transparent;border:0;color:var(--vv-text-cream);font-family:var(--vv-font-mono);font-size:11px;letter-spacing:.14em;text-transform:uppercase;padding:4px 18px 4px 0;margin:0;cursor:pointer;outline:none;line-height:20px}.vv-locale-form__select option{color:var(--vv-text-ink);background:var(--vv-bg-cream)}.vv-locale-form--country{gap:8px;padding-right:18px}.vv-locale-form__flag{display:inline-flex;align-items:center;line-height:0}.vv-locale-form__flag img{display:block;width:20px;height:auto;border:.5px solid rgba(255,255,255,.25)}.vv-locale-form__label{font-family:var(--vv-font-mono);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--vv-text-cream);line-height:20px;white-space:nowrap;pointer-events:none}.vv-locale-form--country .vv-locale-form__select{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer;padding:0}.vv-locale-form__icon{position:absolute;right:4px;top:50%;transform:translateY(-50%);color:var(--vv-text-cream);display:inline-flex;width:8px;height:6px;pointer-events:none}.vv-footer__copyright{text-align:right}@media(max-width:999px){.vv-footer__top{grid-template-columns:1fr 1fr;gap:40px}.vv-footer__brand,.vv-footer__newsletter{grid-column:1 / -1}}@media(max-width:599px){.vv-footer{padding:48px 20px 24px}.vv-footer__top{grid-template-columns:1fr;gap:32px}.vv-footer__bottom{flex-direction:column;align-items:flex-start;gap:16px}.vv-footer__copyright{text-align:left}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/vv-footer.css.map */
