.sm-footer{position:relative;display:flex;margin:0;padding:0;overflow:hidden;color:var(--sm-cream);background:var(--sm-ink)}.sm-footer *{margin:0;padding:0;box-sizing:border-box}.sm-footer a{color:var(--sm-cream);text-decoration:none;transition:.5s}.sm-footer ul{list-style:none}.sm-footer svg{display:block}.sm-footer__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.sm-footer__bg img{width:100%;height:100%;object-fit:cover;display:block}.sm-footer__inner{position:relative;z-index:1;display:flex;flex-direction:column;max-width:1440px;width:100%;margin:0 auto}.sm-footer__top{display:flex;justify-content:space-between;gap:50px;padding:30px 36px 0;margin-bottom:153px}.sm-footer__newsletter{display:flex;flex-direction:column;gap:25px;max-width:528px;width:100%}.sm-footer__newsletter-text{font-size:26px;line-height:1.2;font-weight:400;letter-spacing:0}.sm-footer__form{width:100%}.sm-footer__field{position:relative;display:flex;width:100%}.sm-footer__field input{width:100%;padding:19px 80px 19px 25px;border:0;border-radius:100px;background:#fffdf466;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:var(--sm-cream);font-family:var(--sm-font-body);font-size:18px;font-weight:400;line-height:1.2;outline:none}.sm-footer__field input::placeholder{color:var(--sm-cream);opacity:1}.sm-footer__field input:focus-visible{outline:1px solid var(--sm-cream);outline-offset:2px}.sm-footer__field button{position:absolute;top:50%;right:10px;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:46px;height:46px;padding:0;border:0;background:transparent;color:var(--sm-cream);opacity:.5;cursor:pointer;transition:all .5s ease}.sm-footer__field button:hover{opacity:1}.sm-footer__field button svg{width:48px;height:48px}.sm-footer__form-msg{margin-top:10px;font-size:14px;line-height:1.3}.sm-footer__form-msg--error{color:var(--sm-gold)}.sm-footer__form-msg ul{list-style:disc;padding-left:18px}.sm-footer__disclaimer{width:100%;padding:8px;border:1px solid color-mix(in srgb,var(--sm-cream) 45%,transparent);border-radius:8px;background:transparent}.sm-footer__disclaimer p{font-size:12px;font-weight:400;line-height:1.5;letter-spacing:0}.sm-footer__cols{display:flex;gap:30px}.sm-footer__col{display:flex;flex-direction:column;align-items:flex-start;height:fit-content;padding-left:15px;border-left:1px solid var(--sm-cream)}.sm-footer__col-title{display:flex;justify-content:space-between;align-items:center;gap:15px;width:100%;padding:0 0 12px;border:0;background:transparent;color:var(--sm-cream);font-family:var(--sm-font-body);font-size:18px;font-weight:600;line-height:1;text-transform:uppercase;text-align:left;cursor:default}.sm-footer__plus{display:none}.sm-footer__col-list{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.sm-footer__col-list li{display:flex}.sm-footer__col-list a{display:block;max-width:max-content;width:100%;text-align:left;font-size:16px;font-weight:400;line-height:1}.sm-footer__col-list a:hover,.sm-footer__social a:hover,.sm-footer__legal a:hover{text-decoration:underline}.sm-footer__social{display:flex;flex-direction:column;align-items:flex-start;gap:12px;height:fit-content;padding-left:15px;border-left:1px solid var(--sm-cream)}.sm-footer__social a{font-size:16px;font-weight:400;line-height:1}.sm-footer__logo{display:flex;align-items:center;justify-content:center;width:100%;padding:0 30px;margin-bottom:30px;transition:.5s}.sm-footer__logo:hover{opacity:.8}.sm-footer__logo img{width:100%;height:auto;object-fit:contain}.sm-footer__wordmark{position:relative;display:block;font-family:var(--sm-font-display);font-weight:400;font-size:clamp(48px,20vw,288px);line-height:1;letter-spacing:-.03em;color:var(--sm-cream);white-space:nowrap}.sm-footer__reg{display:inline-block;margin-left:.04em;font-size:.16em;vertical-align:baseline;font-family:var(--sm-font-body);font-weight:300}.sm-footer__bottom{display:flex;margin:0 30px;padding:30px 0;border-top:2px solid var(--sm-cream)}.sm-footer--pdp .sm-footer__bottom{padding-bottom:100px}.sm-footer__tagline{max-width:420px;width:100%;margin-right:30px;font-size:14px;font-weight:400;line-height:16.5px}.sm-footer__copyright{display:flex;width:100%;align-items:center}.sm-footer__copy{font-size:14px;font-weight:400;line-height:16.5px}.sm-footer__legal{display:flex;gap:40px;margin-left:auto;padding-left:40px}.sm-footer__legal li{display:flex}.sm-footer__legal a{font-size:14px;font-weight:400;line-height:16.5px}.sm-footer__payments{display:flex;align-items:center;gap:6px;margin-left:30px}.sm-footer__payments svg{width:38px;height:24px}@media(max-width:1280px){.sm-footer__newsletter{max-width:400px}}@media(max-width:1080px){.sm-footer__top{flex-direction:column;align-items:center;margin-bottom:40px}.sm-footer__tagline{max-width:350px}}@media(max-width:990px){.sm-footer__bottom{justify-content:space-between}.sm-footer__copyright{flex-direction:column;justify-content:space-between;align-items:flex-end;max-width:max-content}.sm-footer__legal{margin:0;padding:0}}@media(max-width:768px){.sm-footer__cols{flex-direction:column;width:100%;gap:0}.sm-footer__col{width:100%;padding:0;border:0;border-bottom:1px solid var(--sm-cream)}.sm-footer__col-title{padding:16px 0;cursor:pointer}.sm-footer__col:first-child .sm-footer__col-title{padding-top:0}.sm-footer__plus{display:flex;align-items:center;justify-content:center;width:20px;height:20px;transition:transform .35s cubic-bezier(.25,.46,.45,.94);transform:translateZ(0)}.sm-footer__plus svg{width:20px;height:20px}.sm-footer__col-title.is-open .sm-footer__plus{transform:rotate(45deg)}.sm-footer__col-list{max-height:0;overflow:hidden;padding-bottom:0;opacity:0;transition:max-height .45s cubic-bezier(.25,.46,.45,.94),opacity .35s cubic-bezier(.25,.46,.45,.94),padding-bottom .35s cubic-bezier(.25,.46,.45,.94);will-change:max-height,opacity;transform:translateZ(0)}.sm-footer__col-list.is-open{opacity:1;margin-bottom:16px}.sm-footer__social{flex-direction:row;justify-content:space-between;margin-top:24px;padding:0;border:0}.sm-footer__social a{font-weight:700;text-transform:uppercase}}@media(max-width:480px){.sm-footer__logo{padding:0 20px;margin-bottom:20px}.sm-footer__wordmark{font-size:17.5vw}.sm-footer__top{padding:60px 20px 0;margin-bottom:80px;gap:35px}.sm-footer__newsletter{gap:10px}.sm-footer__newsletter-text{font-size:16px}.sm-footer__field input{height:44px;padding:15px 40px 15px 25px;font-size:16px}.sm-footer__field input::placeholder{font-size:16px}.sm-footer__field button{width:33px;height:33px;opacity:1}.sm-footer__field button svg{width:33px;height:33px}.sm-footer__col-title{font-size:16px}.sm-footer__bottom{flex-direction:column-reverse;gap:14px;margin:0 15px 0 20px;padding:10px 0 40px}.sm-footer--pdp .sm-footer__bottom{padding:30px 0 100px}.sm-footer__copyright{flex-direction:row;gap:20px;align-items:flex-start;max-width:none}.sm-footer__tagline,.sm-footer__copy,.sm-footer__legal a{font-size:12px;max-width:max-content}.sm-footer__legal{gap:12px}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/sm-footer.css.map */
