.site-footer{margin-top:auto;background:var(--footer-bg, var(--color-secondary));color:var(--footer-text, var(--color-text))}.site-footer a{color:inherit;text-decoration:none}.site-footer a:hover{opacity:.75}.site-footer .icon{width:1.1rem;height:1.1rem;color:var(--footer-text, var(--color-text));flex-shrink:0}.site-footer__main{padding:clamp(2.5rem,5vw,3.75rem) 0 clamp(2rem,4vw,3rem)}.site-footer__grid{display:grid;gap:2rem 2.5rem;grid-template-columns:minmax(0,1.4fr) repeat(3,minmax(0,1fr)) minmax(0,1.2fr);align-items:start}@media(max-width:1099px){.site-footer__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.site-footer__brand{grid-column:1 / -1}.site-footer__newsletter{grid-column:1 / -1;max-width:28rem}}@media(max-width:749px){.site-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:599px){.site-footer__grid{grid-template-columns:minmax(0,1fr)}}.site-footer__brand{max-width:22rem}.site-footer__logo{display:inline-flex;align-items:center;margin-bottom:1rem;font-family:var(--font-heading-family);font-size:clamp(1.35rem,2.5vw,1.65rem);font-weight:var(--font-heading-weight);color:var(--footer-text, var(--color-text));text-decoration:none}.site-footer__logo:hover{opacity:.8}.site-footer__logo-image{display:block;width:auto;max-width:min(180px,100%);height:auto;max-height:48px;object-fit:contain}.site-footer__tagline{margin:0 0 1.25rem;font-size:.92rem;line-height:1.65;color:color-mix(in srgb,var(--footer-text, var(--color-text)) 72%,transparent)}.site-footer__contact-list{display:flex;flex-direction:column;gap:.65rem;margin:0 0 1.25rem;padding:0;list-style:none}.site-footer__contact-item{display:flex;align-items:flex-start;gap:.55rem;font-size:.88rem;line-height:1.45}.site-footer__contact-item a{text-decoration:none}.site-footer__social{display:flex;flex-wrap:wrap;gap:.45rem;align-items:center}.site-footer__social-link{display:inline-grid;place-items:center;width:2.35rem;height:2.35rem;border:none;border-radius:50%;background:var(--footer-surface, var(--color-background));color:var(--footer-text, var(--color-text));box-shadow:0 4px 12px color-mix(in srgb,var(--footer-text, var(--color-text)) 8%,transparent);transition:background .2s ease,box-shadow .2s ease}.site-footer__social-link:hover{opacity:1;background:var(--color-surface-muted, color-mix(in srgb, var(--color-text) 6%, var(--color-background)));box-shadow:0 6px 16px color-mix(in srgb,var(--footer-text, var(--color-text)) 10%,transparent)}.site-footer__social-link .icon{width:1rem;height:1rem}.site-footer__column-title{margin:0 0 1rem;font-family:var(--font-heading-family);font-size:.95rem;font-weight:var(--font-weight-strong, 600);letter-spacing:.04em;text-transform:uppercase;color:var(--footer-text, var(--color-text))}.site-footer__links{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.55rem}.site-footer__links a{font-size:.9rem;line-height:1.4;color:color-mix(in srgb,var(--footer-text, var(--color-text)) 78%,transparent)}.site-footer__links a:hover{color:var(--footer-text, var(--color-text));opacity:1}.site-footer__newsletter-title{margin:0 0 .45rem;font-family:var(--font-heading-family);font-size:.95rem;font-weight:var(--font-weight-strong, 600);letter-spacing:.04em;text-transform:uppercase}.site-footer__newsletter-text{margin:0 0 1rem;font-size:.88rem;line-height:1.55;color:color-mix(in srgb,var(--footer-text, var(--color-text)) 72%,transparent)}.site-footer__newsletter-form{display:flex;flex-direction:column;gap:.55rem}.site-footer__newsletter-row{display:flex;gap:.5rem}.site-footer__newsletter-input{flex:1 1 auto;min-width:0;min-height:2.75rem;padding:.65rem .85rem;border:none;border-radius:var(--radius-base, 8px);background:var(--footer-surface, var(--color-background));box-shadow:0 4px 14px color-mix(in srgb,var(--color-text) 6%,transparent);color:var(--footer-text, var(--color-text));font-size:.9rem}.site-footer__newsletter-input::placeholder{color:color-mix(in srgb,var(--footer-text, var(--color-text)) 45%,transparent)}.site-footer__newsletter-input:focus{outline:none;box-shadow:0 6px 18px color-mix(in srgb,var(--color-primary) 18%,transparent)}.site-footer__newsletter-btn{flex:0 0 auto;min-height:2.75rem;padding:0 1.1rem;border:0;border-radius:var(--radius-base, 8px);background:var(--color-primary);color:var(--color-primary-contrast, #fff);font-size:.85rem;font-weight:var(--font-weight-strong, 600);letter-spacing:.03em;text-transform:uppercase;cursor:pointer;transition:opacity .2s ease}.site-footer__newsletter-btn:hover{opacity:.92}.site-footer__newsletter-note{margin:0;font-size:.72rem;line-height:1.4;color:color-mix(in srgb,var(--footer-text, var(--color-text)) 52%,transparent)}.site-footer__newsletter-success,.site-footer__newsletter-error{margin:0;font-size:.82rem;line-height:1.4}.site-footer__newsletter-success{color:#2e9e5b}.site-footer__newsletter-error{color:#c0392b}.site-footer__trust{padding:1.35rem 0;margin-top:.5rem}.site-footer__trust-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem 1.5rem;margin:0;padding:0;list-style:none}@media(max-width:749px){.site-footer__trust-list{grid-template-columns:minmax(0,1fr)}}.site-footer__trust-item{display:flex;align-items:flex-start;gap:.75rem}.site-footer__trust-icon{display:grid;place-items:center;width:2.5rem;height:2.5rem;flex-shrink:0;border-radius:50%;background:var(--footer-surface, var(--color-background));border:none;box-shadow:0 4px 12px color-mix(in srgb,var(--footer-text, var(--color-text)) 8%,transparent)}.site-footer__trust-icon .icon{width:1.15rem;height:1.15rem}.site-footer__trust-copy strong{display:block;margin-bottom:.15rem;font-size:.88rem;font-weight:var(--font-weight-strong, 600);color:var(--footer-text, var(--color-text))}.site-footer__trust-copy span{display:block;font-size:.78rem;line-height:1.45;color:color-mix(in srgb,var(--footer-text, var(--color-text)) 65%,transparent)}.site-footer__bar{padding:1.15rem 0 calc(1.15rem + env(safe-area-inset-bottom,0px));margin-top:.25rem;background:color-mix(in srgb,var(--footer-text, var(--color-text)) 4%,var(--footer-bg, var(--color-secondary)))}.site-footer__bar-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem 1.5rem}.site-footer__copyright{margin:0;font-size:.8rem;color:color-mix(in srgb,var(--footer-text, var(--color-text)) 62%,transparent)}.site-footer__policies{display:flex;flex-wrap:wrap;gap:.35rem 1rem;margin:0;padding:0;list-style:none}.site-footer__policies a{font-size:.78rem;color:color-mix(in srgb,var(--footer-text, var(--color-text)) 62%,transparent)}.site-footer__payments{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem}.site-footer__payments-label{margin:0;font-size:.72rem;font-weight:var(--font-weight-ui, 500);letter-spacing:.04em;text-transform:uppercase;color:color-mix(in srgb,var(--footer-text, var(--color-text)) 55%,transparent)}.site-footer__payments .cart-payments__list{display:flex;flex-wrap:wrap;align-items:center;gap:.55rem .75rem;margin:0;padding:0;list-style:none}.site-footer__payments .cart-payments__icon{height:1.1rem;opacity:.72}
/*# sourceMappingURL=/cdn/shop/t/4/assets/footer.css.map */
