.custom-footer-wrapper{padding-top:var(--padding-top, 60px);padding-bottom:var(--padding-bottom, 40px);background-color:var(--background-color, #fafafa);color:var(--text-color, #333333);border-top:1px solid var(--border-color, #e0e0e0);font-family:var(--font-body-family, sans-serif);box-sizing:border-box;width:100%}.custom-footer{max-width:1300px;margin:0 auto;padding:0 15px;box-sizing:border-box}.custom-footer__grid{display:flex;flex-wrap:wrap;gap:40px;margin-bottom:3rem;box-sizing:border-box}.custom-footer__col-brand{flex:1 1 300px}.custom-footer__col-menu{flex:1 1 180px}.custom-footer__col-newsletter{flex:1 1 320px}.custom-footer__brand-logo{max-width:100%;height:auto;margin-bottom:1.5rem;display:block}.custom-footer__brand-logo-text{font-size:18px;color:var(--heading-color, #0d3a2b);margin-bottom:1rem;margin-top:0;display:block}.custom-footer__brand-title{font-size:24px;font-weight:700;font-family:var(--font-heading-family, serif);color:var(--heading-color, #0d3a2b);margin-top:0;margin-bottom:1rem;line-height:1.3}.custom-footer__brand-text{font-size:14px;line-height:1.6;color:var(--text-color, #333333);margin-bottom:1.5rem}.custom-footer__brand-text p{margin:0}.custom-footer__social ul{display:flex;flex-wrap:wrap;list-style:none;padding:0;margin:0;gap:15px;justify-content:flex-start}.custom-footer__social li{display:inline-block;margin:0}.custom-footer__social li a{display:inline-flex;align-items:center;justify-content:center;color:var(--text-color, #333333);font-size:1.25rem;transition:color .2s ease;text-decoration:none}.custom-footer__social li a:hover{color:var(--heading-color, #0d3a2b)}.custom-footer__menu-title{font-size:18px;color:var(--heading-color, #0d3a2b);margin-top:0;margin-bottom:1.25rem;text-transform:none}.custom-footer__menu-list{list-style:none;padding:0;margin:0}.custom-footer__menu-list li{margin-bottom:.75rem}.custom-footer__menu-list a{color:var(--link-color, #555555);text-decoration:none;font-size:14px;transition:color .2s ease}.custom-footer__menu-list a:hover{color:var(--link-hover-color, #0d3a2b)}.custom-footer__newsletter-title{font-size:18px;font-family:var(--font-heading-family, serif);color:var(--heading-color, #0d3a2b);margin-top:0;margin-bottom:1rem;line-height:1.4}.custom-footer__newsletter-text{font-size:14px;line-height:1.6;color:var(--text-color, #333333);margin-bottom:1.5rem}.custom-footer__newsletter-form-wrapper{display:flex;gap:10px;width:100%}.custom-footer__newsletter-input{flex:1;padding:10px 15px;font-size:14px;border:1px solid var(--border-color, #cbd5e1);border-radius:4px;background-color:#f5f5f5;color:#333;box-sizing:border-box;outline:none}.custom-footer__newsletter-input::placeholder{color:#94a3b8}.custom-footer__newsletter-button{background-color:var(--button-bg-color, #0d3a2b);color:var(--button-text-color, #ffffff);border:none;border-radius:100px;padding:10px 24px;font-size:14px;font-weight:700;cursor:pointer;white-space:nowrap;letter-spacing:.5px;transition:opacity .2s ease}.custom-footer__newsletter-button:hover{opacity:.9}.custom-footer__newsletter-success{font-size:.95rem;color:#10b981;margin-top:10px;margin-bottom:0}.custom-footer__newsletter-error{font-size:.85rem;color:#ef4444;margin-top:5px;display:block}.custom-footer__contacts{display:flex;flex-wrap:wrap;gap:30px;align-items:center;padding-bottom:1.5rem;justify-content:flex-end;margin-bottom:1.5rem;border-bottom:1px solid var(--border-color, #e0e0e0)}.custom-footer__contact-item{display:inline-flex;align-items:center;font-size:14px;color:var(--text-color, #333333);text-decoration:none}.custom-footer__contact-item svg{margin-right:8px;width:16px;height:16px;fill:var(--button-bg-color, #0d3a2b)}.custom-footer__sub{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px}.custom-footer__sub-left{display:flex;gap:8px;flex:1 1 300px;align-items:center}.custom-footer__address{font-size:16px;color:#666;margin:0}.custom-footer__copyright{font-size:14px;color:#666;margin:0}.custom-footer__sub-right{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:30px;flex:1 1 400px}.custom-footer__sub-right .shopify-cross-border{margin:0}.custom-footer__sub-right .disclosure{position:relative}.custom-footer__sub-right .disclosure__toggle{background:none;border:1px solid var(--border-color, #cbd5e1);padding:8px 16px;border-radius:4px;font-size:14px;color:var(--text-color, #333333);cursor:pointer;display:inline-flex;align-items:center;gap:8px}.custom-footer__sub-right .disclosure__toggle:after{content:"";border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid currentColor;display:inline-block;vertical-align:middle}.custom-footer__sub-right .disclosure-list{position:absolute;bottom:100%;left:0;background-color:#fff;border:1px solid var(--border-color, #cbd5e1);box-shadow:0 4px 6px -1px #0000001a;border-radius:4px;list-style:none;padding:8px 0;margin:0 0 8px;max-height:250px;overflow-y:auto;width:250px;z-index:10;display:none}.custom-footer__sub-right .disclosure-list--visible,.custom-footer__sub-right .disclosure[aria-expanded=true] .disclosure-list,.custom-footer__sub-right .disclosure__toggle[aria-expanded=true]+.disclosure-list{display:block}.custom-footer__sub-right .disclosure-list__item{display:block;padding:8px 16px;font-size:.85rem;color:#333;text-decoration:none;text-align:left}.custom-footer__sub-right .disclosure-list__item:hover{background-color:#f1f5f9;color:var(--heading-color, #0d3a2b)}.custom-footer__payment-icons{display:flex;flex-wrap:wrap;gap:8px}.custom-footer__payment-icons svg{width:38px;height:24px;display:block}@media screen and (max-width:767px){.custom-footer-wrapper{padding-top:40px;padding-bottom:30px}.custom-footer__grid{flex-direction:column;gap:0;margin-bottom:1.5rem}.custom-footer__col-brand,.custom-footer__col-menu,.custom-footer__col-newsletter{flex:1 1 auto;border-bottom:1px solid var(--border-color, #e0e0e0);padding-bottom:1.5rem;margin-bottom:1.5rem}.custom-footer__menu-title{display:flex;justify-content:space-between;align-items:center;cursor:pointer;margin-bottom:0;padding:5px 0}.custom-footer__menu-title:after{content:"+";font-size:1.25rem;font-weight:300;color:var(--heading-color, #0d3a2b);transition:transform .2s ease}.custom-footer__col-menu.is-active .custom-footer__menu-title:after{content:"\2014"}.custom-footer__menu-list{max-height:0;overflow:hidden;transition:max-height .3s cubic-bezier(.25,1,.5,1)}.custom-footer__col-menu.is-active .custom-footer__menu-list{max-height:350px;margin-top:1rem}.custom-footer__newsletter-form-wrapper{flex-direction:row}.custom-footer__newsletter-button{border-radius:100px;width:auto}.custom-footer__contacts{flex-direction:column;align-items:flex-start;gap:15px;padding-bottom:1.5rem;margin-bottom:1.5rem}.custom-footer__sub{align-items:center;text-align:center;gap:20px}.custom-footer__sub-left{align-items:center;text-align:center;order:2}.custom-footer__sub-right{align-items:center;justify-content:center;flex-direction:column;gap:20px;order:1}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/section-custom-footer.css.map */
