.sa-footer{--footer-bg: #f5f5f7;--footer-text: #222222;--footer-muted: #7d7d7d;--sa-f-pad-x: clamp(80px, calc(80px + (160 - 80) * (100vw - 1200px) / 720), 160px);--sa-f-main-gap: clamp(40px, calc(40px + (64 - 40) * (100vw - 1200px) / 720), 64px);--sa-f-container-gap: clamp(32px, calc(32px + (48 - 32) * (100vw - 1200px) / 720), 48px);--sa-f-head-gap: clamp(16px, calc(16px + (24 - 16) * (100vw - 1200px) / 720), 24px);--sa-f-logo-h: clamp(32px, calc(32px + (40 - 32) * (100vw - 1200px) / 720), 40px);--sa-f-col-link: clamp(16px, calc(16px + (20 - 16) * (100vw - 1200px) / 720), 20px);--sa-f-col-title: clamp(15px, calc(15px + (18 - 15) * (100vw - 1200px) / 720), 18px);--sa-f-col-gap: clamp(24px, calc(24px + (32 - 24) * (100vw - 1200px) / 720), 32px);--sa-f-list-gap: clamp(12px, calc(12px + (16 - 12) * (100vw - 1200px) / 720), 16px);--sa-f-nav-row-gap: clamp(32px, calc(32px + (40 - 32) * (100vw - 1200px) / 720), 40px);--sa-f-nav-col-gap: clamp(32px, calc(32px + (48 - 32) * (100vw - 1200px) / 720), 48px);--sa-f-cta-size: clamp(16px, calc(16px + (20 - 16) * (100vw - 1200px) / 720), 20px);--sa-f-cta-h: clamp(50px, calc(50px + (64 - 50) * (100vw - 1200px) / 720), 64px);--sa-f-cta-px: clamp(24px, calc(24px + (32 - 24) * (100vw - 1200px) / 720), 32px);--sa-f-legal: clamp(14px, calc(14px + (18 - 14) * (100vw - 1200px) / 720), 18px);--sa-f-bottom-gap: clamp(16px, calc(16px + (24 - 16) * (100vw - 1200px) / 720), 24px);--sa-f-social-gap: clamp(12px, calc(12px + (16 - 12) * (100vw - 1200px) / 720), 16px);--sa-f-social: clamp(52px, calc(52px + (64 - 52) * (100vw - 1200px) / 720), 64px);--sa-f-social-glyph: clamp(18px, calc(18px + (22 - 18) * (100vw - 1200px) / 720), 22px);--sa-f-legal-gap: clamp(12px, calc(12px + (16 - 12) * (100vw - 1200px) / 720), 16px);display:block;width:100%;overflow:hidden;background-color:var(--footer-bg);color:var(--footer-text);font-family:var(--font-body-family)}sa-footer{display:block;font-family:var(--sa-f-font-family, var(--font-body-family, sans-serif))}.sa-footer *,.sa-footer *:before,.sa-footer *:after{box-sizing:border-box}.sa-footer__wrapper{width:100%}.sa-footer__container{display:flex;flex-direction:column;align-items:center;gap:var(--sa-f-container-gap)}.sa-footer__main,.sa-footer__bottom{width:100%;max-width:1920px;padding-inline:var(--sa-f-pad-x)}.sa-footer--page-width{max-width:1920px;margin-inline:auto}.sa-footer__main{display:flex;flex-direction:column;gap:var(--sa-f-main-gap)}.sa-footer__head{display:flex;align-items:center;justify-content:space-between;gap:var(--sa-f-head-gap);flex-wrap:wrap}.sa-footer__logo{display:inline-flex;align-items:center;text-decoration:none}.sa-footer__logo-img{display:block;height:var(--sa-f-logo-h);width:auto;max-width:100%}.sa-footer__cta{display:inline-flex;align-items:center;gap:clamp(12px,calc(12px + (16 - 12) * (100vw - 1200px) / 720),16px);height:var(--sa-f-cta-h);padding:0 var(--sa-f-cta-px);border-radius:40px;border:1px solid var(--footer-text);background-color:var(--footer-text);color:#fff;font-family:inherit;font-size:var(--sa-f-cta-size-desktop, var(--sa-f-cta-size));font-weight:500;line-height:1.3;white-space:nowrap;text-decoration:none;cursor:pointer;transition:opacity .25s ease}.sa-footer__cta:hover{opacity:.9}.sa-footer__cta-arrow{flex-shrink:0}.sa-footer__nav{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:var(--sa-f-nav-row-gap) var(--sa-f-nav-col-gap)}.sa-footer__col{display:flex;flex-direction:column;gap:var(--sa-f-col-gap)}.sa-footer__col-title{margin:0;font-size:var(--sa-f-col-title-size-desktop, var(--sa-f-col-title));font-weight:500;line-height:1.3;color:var(--footer-column-heading-color, var(--footer-muted))}.sa-footer__col-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--sa-f-list-gap)}.sa-footer__col-list a{position:relative;display:inline-block;color:var(--footer-link-color, var(--footer-text));font-size:var(--sa-f-col-link-size-desktop, var(--sa-f-col-link));line-height:1.3;text-decoration:none}.sa-footer__col-list a:after,.sa-footer__legal a:after{content:"";position:absolute;left:0;bottom:-.2em;width:100%;height:1px;background-color:currentcolor;transform:scaleX(0) rotate(.001deg);transform-origin:right;transition:transform .5s cubic-bezier(.625,.05,0,1);pointer-events:none}.sa-footer__col-list a:hover:after,.sa-footer__legal a:hover:after{transform:scaleX(1) rotate(.001deg);transform-origin:left}.sa-footer__divider{width:100%;height:1px;background-color:#9b9b9b33}.sa-footer__bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:var(--sa-f-bottom-gap);max-width:1920px;margin-inline:auto}.sa-footer__social{display:flex;align-items:center;gap:var(--sa-f-social-gap)}.sa-footer__social-link{display:inline-flex;align-items:center;justify-content:center;width:var(--sa-f-social);height:var(--sa-f-social);border-radius:50%;border:1px solid rgba(34,34,34,.15);background-color:transparent;color:var(--footer-text);transition:border-color .2s ease,opacity .2s ease}.sa-footer__social-link:hover{border-color:var(--footer-text)}.sa-footer__social-link svg{display:block;width:auto;height:var(--sa-f-social-glyph)}.sa-footer__legal{display:flex;align-items:center;flex-wrap:wrap;gap:var(--sa-f-legal-gap);font-size:var(--sa-f-legal-size-desktop, var(--sa-f-legal));color:var(--footer-text)}.sa-footer__legal a{position:relative;display:inline-block;color:var(--footer-text);line-height:1.3;text-decoration:none}.sa-footer__legal-sep{display:inline-block;width:1px;height:15px;background-color:#22222240}@media(max-width:1023px){.sa-footer__nav{display:grid;grid-template-columns:repeat(3,1fr);align-items:start;gap:36px 24px}}@media(max-width:768px){.sa-footer{--sa-f-pad-x: 16px}.sa-footer__container{gap:32px}.sa-footer__main{min-width:0;gap:32px}.sa-footer__head{flex-direction:row;align-items:center;gap:12px}.sa-footer__logo-img{width:120.8px;height:auto;max-height:23.93px}.sa-footer__cta{height:48px;gap:8px;padding:0 16px;border-radius:999px;font-size:var(--sa-f-cta-size-mobile, 14px)}.sa-footer__cta-arrow{width:12px;height:12px}.sa-footer__nav{display:flex;flex-direction:column;flex-wrap:nowrap;align-items:stretch;justify-content:flex-start;min-width:0;gap:32px}.sa-footer__col{flex-direction:row;align-items:flex-start;min-width:0;gap:12px}.sa-footer__col-title,.sa-footer__col-list{flex:1 1 0;min-width:0}.sa-footer__col-title{font-size:var(--sa-f-col-title-size-mobile, 13px);line-height:1.5}.sa-footer__col-list{gap:10px}.sa-footer__col-list a{font-size:var(--sa-f-col-link-size-mobile, 14px);line-height:1.5}.sa-footer__col:not(:has(>.sa-footer__col-title)):before{content:"";flex:1 1 0;min-width:0}.sa-footer__bottom{flex-direction:column;align-items:center;justify-content:center;gap:16px;text-align:center}.sa-footer__social{gap:8px;justify-content:center;width:100%}.sa-footer__social-link{width:40px;height:40px}.sa-footer__social-link svg{height:16px}.sa-footer__legal{width:100%;justify-content:center;gap:8px 12px;font-size:var(--sa-f-legal-size-mobile, 12px)}.sa-footer__legal-sep{height:12px}.sa-footer__legal-sep:has(+.sa-footer__copyright){display:none}.sa-footer__copyright{flex-basis:100%;text-align:center}}
/*# sourceMappingURL=/cdn/shop/t/32/assets/yd-footer.css.map */
