.custom-footer{--cf-max-width: 1400px;--cf-padding-x: 60px;--cf-padding-top: 80px;--cf-padding-bottom: 40px;--cf-gap: 40px;--cf-transition: all .3s cubic-bezier(.4, 0, .2, 1)}.custom-footer *,.custom-footer *:before,.custom-footer *:after{box-sizing:border-box;margin:0;padding:0}.custom-footer{width:100%;background-color:var(--cf-bg-color, #000);color:var(--cf-text-color, #fff);font-family:inherit}.custom-footer a{color:inherit;text-decoration:none;transition:var(--cf-transition)}.custom-footer a:hover{opacity:.7}.custom-footer__container{max-width:var(--cf-max-width);margin:0 auto;padding:0 var(--cf-padding-x)}.custom-footer__main{padding:var(--cf-padding-top) 0 var(--cf-padding-bottom)}.custom-footer__grid{display:grid;grid-template-columns:1.2fr 1fr 1fr 1.3fr;gap:var(--cf-gap);align-items:flex-start}.custom-footer__column{display:flex;flex-direction:column;gap:20px}.custom-footer__brand{gap:24px}.custom-footer__logo-link{display:inline-block;max-width:180px}.custom-footer__logo{display:block;width:100%;height:auto;max-height:var(--cf-logo-height, 60px);object-fit:contain;object-position:left center}.custom-footer__logo-text{font-size:28px;font-weight:700;letter-spacing:1px;color:var(--cf-title-color, #fff)}.custom-footer__description{font-size:14px;line-height:1.7;color:var(--cf-text-color, #fff);opacity:.85;max-width:280px}.custom-footer__social{display:flex;gap:12px;flex-wrap:wrap;margin-top:8px}.custom-footer__social-link{width:42px;height:42px;border:1px solid var(--cf-border-color, rgba(255,255,255,.2));border-radius:50%;display:flex;align-items:center;justify-content:center;transition:var(--cf-transition)}.custom-footer__social-link:hover{background:var(--cf-accent-color, #fff);border-color:var(--cf-accent-color, #fff);opacity:1}.custom-footer__social-link:hover svg{fill:var(--cf-bg-color, #000);stroke:var(--cf-bg-color, #000)}.custom-footer__social-link svg{width:18px;height:18px;fill:var(--cf-text-color, #fff);transition:var(--cf-transition)}.custom-footer__social-link svg[stroke]{fill:none;stroke:var(--cf-text-color, #fff);stroke-width:1.5}.custom-footer__title{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:var(--cf-title-color, #fff);margin-bottom:8px}.custom-footer__nav{display:flex;flex-direction:column;gap:14px}.custom-footer__link{font-size:14px;line-height:1.5;color:var(--cf-text-color, #fff);opacity:.8;display:inline-block;position:relative}.custom-footer__link:hover{opacity:1}.custom-footer__contact-item{display:flex;flex-direction:column;gap:4px;margin-top:8px}.custom-footer__contact-label{font-size:12px;text-transform:uppercase;letter-spacing:1px;opacity:.6}.custom-footer__contact-value{font-size:15px;font-weight:500;color:var(--cf-text-color, #fff)}.custom-footer__contact-value:hover{color:var(--cf-accent-color, #fff);opacity:1}.custom-footer__newsletter{gap:16px}.custom-footer__newsletter-text{font-size:14px;line-height:1.6;opacity:.85;max-width:300px}.custom-footer__form{display:flex;flex-direction:column;gap:16px;margin-top:8px}.custom-footer__input-wrapper{display:flex;align-items:stretch;background:#ffffff14;border:1px solid var(--cf-border-color, rgba(255,255,255,.2));border-radius:8px;overflow:hidden;transition:var(--cf-transition)}.custom-footer__input-wrapper:focus-within{border-color:var(--cf-accent-color, #fff);background:#ffffff1f}.custom-footer__input{flex:1;background:transparent;border:none;padding:14px 16px;font-size:14px;color:var(--cf-text-color, #fff);outline:none;min-width:0}.custom-footer__input::placeholder{color:var(--cf-text-color, #fff);opacity:.5}.custom-footer__submit{background:var(--cf-accent-color, #fff);border:none;padding:14px 18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:var(--cf-transition)}.custom-footer__submit:hover{opacity:.85}.custom-footer__submit svg{width:20px;height:20px;stroke:var(--cf-bg-color, #000);fill:none;stroke-width:2}.custom-footer__checkbox-wrapper{display:flex;align-items:flex-start;gap:10px}.custom-footer__checkbox{width:18px;height:18px;margin-top:2px;accent-color:var(--cf-accent-color, #fff);cursor:pointer;flex-shrink:0}.custom-footer__checkbox-label{font-size:12px;line-height:1.5;opacity:.7;cursor:pointer}.custom-footer__checkbox-label a{text-decoration:underline;opacity:1}.custom-footer__form-message{font-size:13px;padding:10px 14px;border-radius:6px;display:none}.custom-footer__form-message.success{display:block;background:#22c55e26;color:#22c55e;border:1px solid rgba(34,197,94,.3)}.custom-footer__form-message.error{display:block;background:#ef444426;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.custom-footer__bottom{border-top:1px solid var(--cf-border-color, rgba(255,255,255,.15));padding:28px 0}.custom-footer__bottom-content{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:20px}.custom-footer__payments{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.custom-footer__payments svg{height:28px;width:auto;opacity:.9}.custom-footer__payments-img{height:28px;width:auto;max-width:100%;object-fit:contain}.custom-footer__copyright{display:flex;align-items:center;gap:8px;font-size:13px;opacity:.7}.custom-footer__copyright-heart{color:#ef4444;font-size:14px}@media screen and (max-width: 1024px){.custom-footer{--cf-padding-x: 40px;--cf-padding-top: 60px;--cf-gap: 35px}.custom-footer__grid{grid-template-columns:1fr 1fr;gap:50px 40px}.custom-footer__brand{grid-column:span 2;flex-direction:row;flex-wrap:wrap;align-items:flex-start;gap:30px}.custom-footer__brand-info{flex:1;min-width:250px}.custom-footer__social{margin-top:0}}@media screen and (max-width: 768px){.custom-footer{--cf-padding-x: 24px;--cf-padding-top: 50px;--cf-gap: 30px}.custom-footer__grid{grid-template-columns:1fr 1fr;gap:40px 24px}.custom-footer__brand{grid-column:span 2;flex-direction:column}.custom-footer__newsletter{grid-column:span 2;padding-top:30px;border-top:1px solid var(--cf-border-color, rgba(255,255,255,.1))}.custom-footer__newsletter-text{max-width:100%}.custom-footer__bottom-content{flex-direction:column;text-align:center;gap:16px}.custom-footer__payments{justify-content:center}}@media screen and (max-width: 480px){.custom-footer{--cf-padding-x: 20px;--cf-padding-top: 40px}.custom-footer__grid{grid-template-columns:1fr;gap:36px}.custom-footer__brand,.custom-footer__newsletter{grid-column:span 1}.custom-footer__logo{max-height:50px}.custom-footer__title{font-size:12px}.custom-footer__link{font-size:13px}.custom-footer__social-link{width:38px;height:38px}.custom-footer__input,.custom-footer__submit{padding:12px 14px}}.custom-footer__link:focus,.custom-footer__social-link:focus,.custom-footer__submit:focus,.custom-footer__logo-link:focus,.custom-footer__checkbox:focus{outline:2px solid var(--cf-accent-color, #fff);outline-offset:2px}.custom-footer__input:focus{outline:none}@media (prefers-reduced-motion: reduce){.custom-footer *,.custom-footer *:before,.custom-footer *:after{transition-duration:.01ms!important}}.custom-footer .visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.custom-footer__bottom-content{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px}.custom-footer__payments{justify-self:start}.custom-footer__copyright{justify-self:center;text-align:center}.custom-footer__bottom-logo-wrapper{justify-self:end}.custom-footer__bottom-logo{height:100px;width:auto;object-fit:contain}@media screen and (max-width: 768px){.custom-footer__bottom-content{flex-direction:column;text-align:center}}
/*# sourceMappingURL=/cdn/shop/t/36/assets/custom-footer.css.map */
