.footer-custom{background:var(--footer-bg, #FFFFFF);padding-top:var(--footer-section-padding-top, 100px);width:100%;padding-left:20px;padding-right:20px}.footer-custom__inner{max-width:1232px;margin:0 auto}.footer-custom__top{display:flex;align-items:flex-start;flex-wrap:wrap}.footer-custom__col+.footer-custom__col{margin-left:var(--footer-column-gap, 172px)}.footer-custom__logo-col{max-width:115px;width:115px}.footer-custom__logo{max-width:115px;width:100%;height:auto;display:block}.footer-custom__menu-col--1{max-width:114px;width:114px}.footer-custom__menu-col--2{max-width:137px;width:137px}.footer-custom__newsletter-col{max-width:350px;width:350px}.footer-custom__heading{font-family:Source Sans Pro;font-weight:700;font-size:var(--footer-heading-font-size, 20px);line-height:1.5;letter-spacing:0;text-transform:capitalize;color:var(--footer-heading-color, #1A1A1A);margin:0 0 var(--footer-heading-margin-bottom, 16px) 0}.footer-custom__list{list-style:none;margin:0;padding:0}.footer-custom__list li a{font-family:Source Sans Pro;font-weight:400;font-size:var(--footer-list-font-size, 16px);line-height:2.2;letter-spacing:-.32px;color:var(--footer-text-color, #424846);text-decoration:none}.footer-custom__list li a:hover{text-decoration:underline}.footer-custom__subtext{font-family:Source Sans Pro;font-weight:400;font-size:var(--footer-subtext-font-size, 16px);line-height:1.3;letter-spacing:-.32px;color:var(--footer-text-color, #424846);margin:0 0 24px}.footer-custom__form{display:flex;flex-direction:column;gap:16px}.footer-custom__email-wrap{width:350px;max-width:100%}.footer-custom__email-input{width:100%;height:56px;padding:var(--footer-input-padding-v, 16px) var(--footer-input-padding-h, 24px);gap:10px;border-radius:1000px;border:1px solid var(--footer-input-border-color, #DEE5E2);font-family:Source Sans Pro;font-weight:400;font-size:var(--footer-input-font-size, 16px);line-height:1.3;letter-spacing:-.32px;color:var(--footer-input-text-color, #1A1A1A);box-sizing:border-box;background:var(--footer-bg, #FFFFFF)}.footer-custom__email-input::placeholder{color:#808a86}.footer-custom__email-input:focus{outline:none;border-color:var(--footer-highlight-color, #FF003D)}.footer-custom__button{width:350px;max-width:100%;height:56px;display:flex;align-items:center;justify-content:space-between;padding:var(--footer-button-padding-v, 18px) var(--footer-button-padding-h, 36px);border-radius:1000px;background-color:var(--footer-button-bg, #FF003D);border:1px solid transparent;cursor:pointer;box-sizing:border-box;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.footer-custom__button span{font-family:Source Sans Pro;font-weight:700;font-size:var(--footer-button-font-size, 18px);line-height:.9;letter-spacing:-.32px;text-align:center;text-transform:uppercase;color:var(--footer-button-text-color, #FFFFFF)}.footer-custom__button-icon{width:20px;height:auto;display:block}.footer-custom__button:hover{background-color:var(--footer-button-bg-hover, #c71350);color:var(--footer-button-text-hover, #ffffff);border-color:var(--footer-button-border-color-hover, #c71350);border-width:2px}.footer-custom__button:hover span{color:var(--footer-button-text-hover, #ffffff)}.footer-custom__divider{display:block!important;border-top:1px solid var(--footer-divider-color, #DEE5E2);margin-top:var(--footer-divider-margin-top, 100px)}.footer-custom__bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;padding:var(--footer-bottom-padding-top, 31px) 0 var(--footer-bottom-padding-bottom, 32px) 0}.footer-custom__copyright{font-family:Source Sans Pro;font-weight:400;font-size:var(--footer-copyright-font-size, 16px);line-height:1.4;letter-spacing:-.32px;color:var(--footer-text-color, #424846);margin:0}.footer-custom__copyright-highlight{color:var(--footer-highlight-color, #FF003D)}.footer-custom__bottom-menu{display:flex;align-items:center;gap:var(--footer-bottom-menu-gap, 40px);list-style:none;margin:0;padding:0;flex-wrap:wrap}.footer-custom__bottom-menu li a{font-family:Source Sans Pro;font-weight:400;font-size:var(--footer-bottom-menu-font-size, 16px);line-height:1.4;letter-spacing:-.32px;color:var(--footer-text-color, #424846);text-decoration:none}.footer-custom__bottom-menu li a:hover{text-decoration:underline}@media screen and (max-width:989px){.footer-custom__top{flex-direction:column}.footer-custom__col+.footer-custom__col{margin-left:0;margin-top:var(--footer-stack-margin-top, 40px)}.footer-custom__col+.footer-custom__col{margin-left:var(--footer-column-gap-sm, 78px)}.footer-custom__logo-col,.footer-custom__menu-col--1,.footer-custom__menu-col--2,.footer-custom__newsletter-col{width:100%;max-width:100%}.footer-custom__email-wrap,.footer-custom__button{width:100%}.footer-custom__bottom{flex-direction:column;align-items:flex-start}}@media screen and (max-width:1200px){.footer-custom__col+.footer-custom__col{margin-left:var(--footer-column-gap-md, 148px)}}@media screen and (min-width:980px)and (max-width:1042px){.footer-custom__top{flex-direction:row;flex-wrap:nowrap;align-items:flex-start}.footer-custom__col+.footer-custom__col{margin-left:var(--footer-column-gap-sm, 78px);margin-top:0}.footer-custom__logo-col{width:115px;max-width:115px}.footer-custom__menu-col--1{width:114px;max-width:114px}.footer-custom__menu-col--2{width:137px;max-width:137px}.footer-custom__newsletter-col{width:350px;max-width:350px;flex:0 0 350px;order:initial;margin-top:0!important;margin-left:var(--footer-column-gap-sm, 78px)!important;margin-right:0;text-align:left}.footer-custom__newsletter-col .footer-custom__heading,.footer-custom__newsletter-col .footer-custom__subtext{text-align:left}.footer-custom__newsletter-col .footer-custom__form{align-items:stretch}.footer-custom__email-wrap,.footer-custom__button{width:100%;max-width:100%}}@media screen and (max-width:768px){.footer-custom{padding-top:var(--footer-section-padding-top, 50px)}.footer-custom__top{flex-direction:row;justify-content:center}.footer-custom__logo-col{width:100%;max-width:100%;display:flex;justify-content:center;order:1;margin-left:0!important;margin-top:0!important;margin-bottom:var(--footer-logo-margin-bottom, 40px)}.footer-custom__menu-col--1{width:114px;max-width:114px;order:2;margin-left:0!important;margin-top:0!important}.footer-custom__menu-col--2{width:137px;max-width:137px;order:3;margin-left:138px!important;margin-top:0!important}.footer-custom__newsletter-col{width:100%;max-width:389px;order:4;margin-left:0!important;margin-top:var(--footer-newsletter-margin-top, 40px)!important}.footer-custom__email-wrap,.footer-custom__button{width:100%}.footer-custom__bottom{flex-direction:column;align-items:center;text-align:center}.footer-custom__copyright{text-align:center}.footer-custom__bottom-menu{justify-content:center;text-align:center}.footer-custom__divider{margin-top:var(--footer-divider-margin-top, 30px)}.footer-custom__heading{margin:0 0 var(--footer-heading-margin-bottom, 24px) 0}}@media screen and (max-width:480px){.footer-custom__menu-col--1,.footer-custom__menu-col--2{width:auto;max-width:none;flex:1 1 0}.footer-custom__menu-col--2{margin-left:var(--footer-menu-col-gap, 24px)!important}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/elfin-custom-footer.css.map */
