.footer-grid{display:grid;grid-template-columns:300px 200px 200px 200px;gap:1rem;margin-bottom:3rem;justify-content:start}.footer-grid{display:flex;flex-wrap:wrap;gap:2rem;margin-bottom:3rem}.footer-block{flex:0 0 auto;min-width:200px;max-width:300px}.footer-block--logo{flex:0 0 300px}@media (max-width: 1024px){.footer-grid{gap:1.5rem}.footer-block{min-width:150px;max-width:250px}}@media (max-width: 768px){.footer-grid{flex-direction:column;gap:2rem}.footer-block{min-width:auto;max-width:none}}.footer-bottom-grid{display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:center}@media (max-width: 768px){.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom-grid{grid-template-columns:1fr;text-align:center}}.footer{padding-bottom:5rem;font-weight:500;color:rgb(var(--color-foreground),.5)}.footer-block__heading{font-size:calc(var(--font-body-scale) * 1.4rem);color:color-mix(in srgb,rgb(var(--color-foreground)) 100%,#ffffff);padding-bottom:1.7rem;margin-bottom:1.5rem;text-transform:uppercase;position:relative}.footer-block__heading:before{content:"";position:absolute;bottom:0;left:0;height:.1rem;width:3.5rem;background-color:rgba(var(--color-foreground),.15)}.footer-block__list{list-style:none;margin:0;padding-inline-start:0}.footer-block__list a{color:rgb(var(--color-foreground),.5);transition:.3s;font-weight:500;text-decoration:none}.footer-block__list-item{padding:.4rem 0;font-size:calc(var(--font-body-scale) * 1.5rem);transition:all .5s;font-weight:400}.footer-block__list-item:hover a{color:rgb(var(--color-foreground));padding-left:10px}.footer-block__field-input{display:flex;align-items:center;background-color:rgb(var(--color-foreground),.04);border-radius:var(--buttons-radius, 4px);overflow:hidden;margin-top:2rem}.footer-block__field-input .field__input{color:rgb(var(--color-foreground));border:none;padding:1rem;background:transparent;flex:1;outline:none}.footer-block__field-input .field__input::placeholder{color:rgb(var(--color-foreground),.6)}.footer-block__field-button{padding:1rem 2rem;line-height:calc(1 + 2.25 / var(--font-heading-scale));cursor:pointer;height:100%;background-color:rgb(var(--color-foreground));border:none;color:rgb(var(--color-background));transition:.3s}.footer-block__field-button:hover{background-color:rgb(var(--color-foreground),.8)}.footer-block__button-email{font-weight:500}.footer-block__social{list-style:none;margin-top:3rem;margin-bottom:unset;display:flex;padding-inline-start:0;gap:.5rem}.footer-block__social li{margin:0}.footer-block__social-link{color:rgb(var(--color-foreground));border-color:rgb(var(--color-foreground));display:inline-flex;align-items:center;justify-content:center;border-radius:50%;border:.1rem solid rgba(var(--color-foreground),.3);width:4rem;height:4rem;text-align:center;transition:all .3s;text-decoration:none}.footer-block__social-link:hover{background-color:rgb(var(--color-foreground));border:.1rem solid rgb(var(--color-foreground))}.footer-block__social-link svg{width:1.6rem;height:1.6rem}.footer-block__social-link:hover svg{color:rgb(var(--color-background))}.footer-block__logo-image img{max-width:100%;height:auto}.footer-block__text{margin-bottom:1.5rem;margin-top:2rem}.footer-block__address ul{list-style:none;margin:0;padding:0}.footer-block__address ul li{margin-bottom:.5rem;font-size:calc(var(--font-body-scale) * 1.5rem);line-height:calc(1 + 1 / var(--font-heading-scale))}.newsletter-form__message{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;margin-top:2rem;padding:1rem;border-radius:var(--text-boxes-radius, 4px);font-size:1.4rem}.newsletter-form__message--success{background-color:#3a87351a;color:#3a8735}.newsletter-form__message--error{background-color:#ba04041a;color:#ba0404}.footer-bottom{padding:2.6rem 0}.footer-bottom__copyright,.footer-bottom__copyright-content{font-size:calc(var(--font-body-scale) * 1.4rem)}.footer-bottom__copyright-content a{color:rgba(var(--color-foreground),.3);transition:.3s;font-weight:500;position:relative;text-decoration:none}.footer-bottom__copyright-content a:after{content:"";overflow:hidden;position:absolute;left:0;bottom:-.1rem;display:block;width:0;height:.1rem;background-color:rgba(var(--color-foreground),.15);transition:all .3s cubic-bezier(.175,.885,.32,1.075)}.footer-bottom__copyright-content a:hover{color:rgb(var(--color-foreground))}.footer-bottom__copyright-content a:hover:after{width:100%}.footer-bottom__copyright-content--black a:hover{color:rgba(var(--color-foreground),.3)}.footer-bottom__copyright-content .footer-bottom__copyright-shopilaunch{color:rgba(var(--color-foreground),.6)}.footer-bottom__copyright-payment img{max-width:100%;height:auto}.footer__theme-name,.footer__powered-shopify{color:rgba(var(--color-foreground),.3);transition:.3s;font-weight:500;position:relative}.footer__theme-name:after,.footer__powered-shopify:after{content:"";overflow:hidden;position:absolute;left:0;bottom:-.1rem;display:block;width:0;height:.1rem;background-color:rgba(var(--color-foreground),.15);transition:all .3s cubic-bezier(.175,.885,.32,1.075)}.footer__theme-name:hover{color:rgb(var(--color-foreground))}.footer__theme-name:hover:after{width:100%}.footer__powered-shopify:hover{color:rgba(var(--color-foreground),.3)}.footer__powered-shopify:hover:after{width:100%}.footer__shop-name{color:rgba(var(--color-foreground),.6);transition:.3s;font-weight:500;position:relative}.footer__shop-name:after{content:"";overflow:hidden;position:absolute;left:0;bottom:-.1rem;display:block;width:0;height:.1rem;background-color:rgba(var(--color-foreground),.15);transition:all .3s cubic-bezier(.175,.885,.32,1.075)}.footer__shop-name:hover{color:rgb(var(--color-foreground))}.footer__shop-name:hover:after{width:100%}@media (max-width: 992px){.footer-bottom__copyright-payment{text-align:center}}@media (max-width: 768px){.footer-block__social{justify-content:center}.footer-block__heading:before{left:50%;transform:translate(-50%)}.footer-block{text-align:center}}.page-width{max-width:var(--page-width, 120rem);margin:0 auto;padding:0 1.5rem}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-footer.css.map */
