:root{--custom-footer-bg: #111111;--custom-footer-bottom-bg: #0a0a0a;--custom-footer-text: #cccccc;--custom-footer-white: #ffffff;--custom-footer-red: #c0392b;--custom-footer-red-hover: #e74c3c;--custom-footer-border: #2a2a2a;--custom-footer-border-light: rgba(255,255,255,.07);--custom-footer-font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;--custom-footer-font-serif: Georgia, "Times New Roman", serif}.custom-footer{background-color:var(--custom-footer-bg);color:var(--custom-footer-text);font-family:var(--custom-footer-font-sans);font-size:14px;line-height:1.6}.page-width{max-width:1480px;margin:0 auto;padding:0 40px}.custom-footer__main{padding:56px 0 48px;display:grid;grid-template-columns:1fr 1fr 1.6fr 1.4fr;grid-template-areas:"tagline tagline contact other" "shop info contact other";column-gap:44px;row-gap:0}.footer-col-1-top{grid-area:tagline}.footer-col-1-bottom-left{grid-area:shop}.footer-col-1-bottom-right{grid-area:info}.footer-col-1-bottom-3-top{display:}.footer-col-2{grid-area:contact}.footer-col-3-middle{grid-area:other}.custom-footer__branding-heading{font-family:var(--custom-footer-font-serif);font-size:60px;font-weight:950;color:var(--custom-footer-red);line-height:1.12;margin:0 0 36px;letter-spacing:-.01em;text-shadow:0 0 40px rgba(192,57,43,.25);transition:text-shadow .4s ease,color .3s ease}.custom-footer__branding-heading:hover{color:var(--custom-footer-red-hover);text-shadow:0 0 60px rgba(231,76,60,.45)}.custom-footer__branding-heading .line-1,.custom-footer__branding-heading .line-2{display:block}.custom-footer__title-wrapper{display:flex;align-items:center;justify-content:space-between}.custom-footer__title-wrapper.contact-log{margin-top:0}.custom-footer__block-title{font-family:var(--custom-footer-font-sans);font-size:20px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--custom-footer-white);margin:0 0 18px;position:relative;display:inline-block}.custom-footer__block-title:after{content:"";position:absolute;bottom:-6px;left:0;width:20px;height:2px;background:var(--custom-footer-red);border-radius:2px;transition:width .3s ease}.custom-footer__block:hover .custom-footer__block-title:after,.footer-col-2:hover .custom-footer__block-title:after,.custom-footer__extras:hover .custom-footer__block-title:after{width:36px}.custom-footer__icon-plus{display:none}.custom-footer__block-content{display:block}.custom-footer__menu{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:9px}.custom-footer__menu li{position:relative}.custom-footer__menu li a{color:var(--custom-footer-text);text-decoration:none;font-size:16px;font-family:var(--custom-footer-font-sans);display:inline-flex;align-items:center;gap:0;transition:color .22s ease,gap .22s ease;position:relative}.custom-footer__menu li a:before{content:"\2192";font-size:11px;color:var(--custom-footer-red);opacity:0;max-width:0;overflow:hidden;transition:opacity .22s ease,max-width .22s ease,margin-right .22s ease;margin-right:0}.custom-footer__menu li a:hover{color:var(--custom-footer-white)}.custom-footer__menu li a:hover:before{opacity:1;max-width:16px;margin-right:6px}.footer-col-2 .custom-footer__block-content.rte p{font-size:16px;color:var(--custom-footer-text);margin:0 0 10px;line-height:1.75;padding-right:80px}.footer-col-2 .custom-footer__block-content.rte a{color:var(--custom-footer-text);text-decoration:none;border-bottom:1px solid transparent;transition:color .22s ease,border-color .22s ease}.footer-col-2 .custom-footer__block-content.rte a:hover{color:var(--custom-footer-red-hover);border-bottom-color:var(--custom-footer-red-hover)}.other-links{margin-bottom:30px}.custom-footer__extras{display:flex;flex-direction:column;gap:26px}.custom-footer__socials{list-style:none;margin:0;padding:0;display:flex;gap:10px;align-items:center}.list-social__link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:1.5px solid var(--custom-footer-border);color:var(--custom-footer-bg);background-color:#fff;text-decoration:none;position:relative;overflow:hidden;transition:color .25s ease,border-color .25s ease,transform .25s ease,box-shadow .25s ease}.list-social__link:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:var(--custom-footer-red);transform:scale(0);transition:transform .25s ease;z-index:0}.list-social__link:hover:before{transform:scale(1)}.list-social__link:hover{color:var(--custom-footer-white);border-color:var(--custom-footer-red);transform:translateY(-2px);box-shadow:0 6px 20px #c0392b59}.list-social__link i{font-size:15px;position:relative;z-index:1;line-height:1}.custom-footer__newsletter .custom-footer__block-title{margin-bottom:6px}.custom-footer__newsletter-subtext p{font-size:12px;color:#cccccca6;margin:0 0 14px}.custom-footer__newsletter-field{display:flex;align-items:center;border:1.5px solid white;border-radius:10px;overflow:hidden;transition:border-color .25s ease,box-shadow .25s ease}.custom-footer__newsletter-field:focus-within{border-color:var(--custom-footer-red);box-shadow:0 0 0 3px #c0392b26}.custom-footer__newsletter-field input[type=email]{flex:1;background:transparent;border-bottom:.5px solid var(--custom-footer-border);outline:none;color:var(--custom-footer-white);font-family:var(--custom-footer-font-sans);font-size:13px;padding:11px 14px}.custom-footer__newsletter-field input[type=email]::placeholder{color:#ffffff40}.custom-footer__newsletter-separator{width:1px;height:20px;background:#ccc;flex-shrink:0}.custom-footer__newsletter-submit{background:transparent;color:var(--custom-footer-white);border:none;padding:11px 18px;font-family:var(--custom-footer-font-sans);font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;white-space:nowrap;transition:background .25s ease,letter-spacing .25s ease}.custom-footer__newsletter-submit:hover{background:var(--custom-footer-red-hover);letter-spacing:.14em}.custom-footer__bottom{background-color:var(--custom-footer-bottom-bg);border-top:1px solid var(--custom-footer-border-light);padding:18px 0;width:100%}.custom-footer__copyright-list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;font-size:11.5px;color:#cccccc73;gap:2px 0}.custom-footer__copyright-list li{display:flex;align-items:center}.custom-footer__copyright-list li+li:before{content:"\b7";padding:0 9px;color:var(--custom-footer-border)}.custom-footer__copyright-list a{color:#cccccc73;text-decoration:none;transition:color .22s ease}.custom-footer__copyright-list a:hover{color:var(--custom-footer-red-hover)}@media(max-width:767px){.template-product .page-width,.template-collection .page-width{padding:8px 20px}}@media(max-width:767px){.page-width{padding:0 20px}.custom-footer__main{display:flex;flex-direction:column;padding:28px 0 0;gap:0}.footer-col-1-top{order:0}.custom-footer__branding-heading{font-size:40px;margin-bottom:50px}.custom-footer__block,.footer-col-2{border-bottom:1px solid var(--custom-footer-border);cursor:pointer;order:1}.footer-col-1-bottom-left{border-top:1px solid var(--custom-footer-border)}.custom-footer__title-wrapper{padding:15px 0;cursor:pointer;margin-top:0}.small{padding-top:20px}.custom-footer__block-title{margin:0}.custom-footer__block-title:after{display:none}.custom-footer__icon-plus{display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .25s ease}.custom-footer__icon-plus:after{content:"";display:block;width:7px;height:7px;border-right:2px solid rgba(204,204,204,.5);border-bottom:2px solid rgba(204,204,204,.5);transform:rotate(-45deg);margin-right:4px;transition:border-color .22s ease}.custom-footer__block-content{display:none;padding-bottom:16px}.custom-footer__block.active .custom-footer__block-content,.footer-col-2.active .custom-footer__block-content{display:block}.custom-footer__block.active .custom-footer__icon-plus,.footer-col-2.active .custom-footer__icon-plus{transform:rotate(90deg)}.custom-footer__block.active .custom-footer__icon-plus:after,.footer-col-2.active .custom-footer__icon-plus:after{border-color:var(--custom-footer-red)}.footer-col-1-bottom-3-top{display:block;order:1;border-bottom:1px solid var(--custom-footer-border)}.footer-col-2{order:1}.custom-footer__extras{order:2;padding:5px 0 20px;gap:20px;border:none}.mobile-hide{display:none}.list-social__link{width:43px;height:40px;margin-top:20px}.list-social__link i{font-size:17px}.custom-footer__bottom{padding:14px 0}.custom-footer__copyright-list{font-size:11px;justify-content:center;text-align:center}}.footer-col-2 .custom-footer__block-content.rte p{padding-right:0}@media(min-width:768px){.custom-footer__block-content{display:block!important}.custom-footer__block{cursor:default}.mobile-hide{display:block}}
/*# sourceMappingURL=/cdn/shop/t/170/assets/custom-footer.css.map */
