.tp-footer{--tp-footer-border: #ddd5c6;--tp-footer-text: #141310;--tp-footer-muted: #6b6659;--tp-footer-field-bg: #fdfbf7;--tp-footer-social-bg: #dcff71;width:100%;border-top:1px solid var(--tp-footer-border)}.tp-footer__wrapper{display:flex;flex-direction:column;gap:var(--tp-space-5)}@media screen and (min-width:1024px){.tp-footer__wrapper{gap:56px}}.tp-footer__grid{display:grid;grid-template-columns:repeat(var(--tp-footer-cols-mobile, 1),minmax(0,1fr));gap:var(--tp-space-8)}@media screen and (min-width:768px){.tp-footer__grid{grid-template-columns:repeat(var(--tp-footer-cols-tablet, 1),minmax(0,1fr))}}@media screen and (min-width:1024px){.tp-footer__grid{grid-auto-flow:column;grid-auto-columns:max-content;grid-template-columns:minmax(0,1fr);gap:72px}.tp-footer__grid>*:nth-child(2){min-width:230px}.tp-footer__grid>*:nth-child(3){min-width:170px}.tp-footer__grid>*:nth-child(4){min-width:210px}}.tp-footer__logo-wrapper,.tp-footer__contact-wrapper,.tp-footer__links,.tp-footer__newsletter-block{display:flex;flex-direction:column;justify-content:flex-start;align-items:var(--tp-block-align-items-mobile, flex-start);text-align:var(--tp-block-text-align-mobile, left);gap:var(--tp-space-4);width:100%}@media screen and (min-width:1024px){.tp-footer__logo-wrapper,.tp-footer__contact-wrapper,.tp-footer__links,.tp-footer__newsletter-block{align-items:var(--tp-block-align-items-desktop, flex-start);text-align:var(--tp-block-text-align-desktop, left)}.tp-footer__logo-wrapper{max-width:400px}}.tp-footer__logo{display:flex}.tp-footer__logo img{width:100%}.tp-footer__title{margin:0;color:var(--tp-footer-title-color, var(--tp-footer-muted));font-family:var(--tp-font-body)!important;font-size:var(--tp-footer-title-size-mobile, 11px);font-style:normal;font-weight:var(--tp-footer-title-weight, var(--tp-font-semibold));line-height:var(--tp-leading-tight);letter-spacing:.12em;text-transform:uppercase}@media screen and (min-width:1024px){.tp-footer__title{font-size:var(--tp-footer-title-size-desktop, 11px)}}.tp-footer__info,.tp-footer__links-wrapper{display:flex;flex-direction:column;gap:var(--tp-footer-link-gap, 10px)}.tp-footer__info *,.tp-footer__links-wrapper a,.tp-footer__links-wrapper p{margin:0;color:var(--tp-footer-link-color, var(--tp-footer-text));font-family:var(--tp-font-body)!important;font-size:var(--tp-footer-link-size-mobile, 14px);font-style:normal;font-weight:var(--tp-footer-link-weight, var(--tp-font-regular));line-height:1.55;text-decoration:none}@media screen and (min-width:1024px){.tp-footer__info *,.tp-footer__links-wrapper a,.tp-footer__links-wrapper p{font-size:var(--tp-footer-link-size-desktop, 14px)}}.tp-footer__links-wrapper a{transition:opacity var(--tp-transition-fast)}.tp-footer__links-wrapper a:hover{opacity:.65}.tp-footer__links-wrapper a:focus-visible{outline:2px solid var(--tp-footer-text);outline-offset:2px;border-radius:var(--tp-radius-sm)}.tp-footer__payments-image{width:100%}.tp-footer__newsletter-title{margin:0;color:var(--tp-footer-text);font-family:BrutaProCompressed,sans-serif!important;font-size:24px;font-weight:var(--tp-font-bold);line-height:1.25}.tp-footer__newsletter{display:flex;width:100%;flex-direction:column;align-items:center;gap:var(--tp-space-2)}.tp-footer__newsletter-form{display:flex;align-items:center;justify-content:space-between;gap:var(--tp-space-2);width:100%;max-width:302px;background:var(--tp-footer-field-bg);border:1px solid var(--tp-footer-border);border-radius:var(--tp-radius-full);padding:6px 6px 6px 22px}@media screen and (min-width:1024px){.tp-footer__newsletter-form{max-width:100%}}.tp-footer__newsletter-input{flex:1 1 auto;min-width:0;border:none;outline:none;background:transparent;color:var(--tp-footer-text);font-family:var(--tp-font-body)!important;font-size:14px;font-weight:var(--tp-font-regular);line-height:1.55}.tp-footer__newsletter-input::placeholder{color:var(--tp-footer-muted);opacity:1}.tp-footer__newsletter-button{flex:0 0 auto;color:var(--tp-footer-field-bg);background:var(--tp-footer-text);font-family:var(--tp-font-body)!important;font-size:13px;font-weight:var(--tp-font-semibold);line-height:1.2;letter-spacing:.06em;text-transform:uppercase;border:none;border-radius:var(--tp-radius-full);padding:13px 24px;cursor:pointer;transition:opacity var(--tp-transition-base)}.tp-footer__newsletter-button:hover{opacity:.85}.tp-footer__newsletter-button:focus-visible{outline:2px solid var(--tp-footer-text);outline-offset:2px}.tp-footer__message--error,.tp-footer__message--success{font-family:var(--tp-font-body)!important;font-size:var(--tp-font-size-sm)}.tp-footer__message--error{color:var(--tp-color-error, #b3261e)}.tp-footer__message--success{color:var(--tp-color-success, #2e7d32)}.tp-footer__socials-wrapper{display:flex;flex-direction:row;gap:var(--tp-space-3);align-items:center;justify-content:center}.tp-footer__socials-wrapper:empty{display:none}.tp-footer__socials-wrapper--desktop{display:none}.tp-footer__socials-wrapper--mobile{margin-top:var(--tp-space-3)}@media screen and (min-width:1024px){.tp-footer__socials-wrapper--mobile{display:none}.tp-footer__socials-wrapper--desktop{display:flex}}.tp-footer__social{display:flex;align-items:center;justify-content:center;width:40px;height:40px;flex:0 0 auto;background:var(--tp-footer-social-bg);border:1px solid #000000;border-radius:var(--tp-radius-full);overflow:hidden;transition:opacity var(--tp-transition-fast)}.tp-footer__social:hover{opacity:.8}.tp-footer__social:focus-visible{outline:2px solid var(--tp-footer-text);outline-offset:2px}.tp-footer__social img{width:18px;height:18px;object-fit:contain}.tp-footer__contact-button:focus-visible{outline:2px solid var(--tp-footer-text);outline-offset:2px}.tp-footer__bottom{width:100%;border-top:1px solid var(--tp-footer-border);display:flex;flex-direction:column;gap:var(--tp-space-5);padding-top:var(--tp-space-6);align-items:center}@media screen and (min-width:1024px){.tp-footer__bottom{padding-top:26px;gap:var(--tp-space-4)}}.tp-footer__badges-wrapper{display:flex;flex-direction:var(--tp-footer-badges-dir-mobile, row);align-items:center;justify-content:center;gap:var(--tp-space-2)}.tp-footer__badges-wrapper:empty{display:none}@media screen and (min-width:1024px){.tp-footer__badges-wrapper{flex-direction:var(--tp-footer-badges-dir-desktop, row);gap:var(--tp-space-6)}}.tp-footer__turbo-shopify-wrapper{display:flex;flex-direction:row;align-items:center;gap:var(--tp-space-2)}@media screen and (min-width:1024px){.tp-footer__turbo-shopify-wrapper{display:none}}.tp-footer__turbo-image{display:flex;width:76px}.tp-footer__turbo-image img{width:100%}.tp-footer__shopify-image{max-height:30px;width:auto}.tp-footer__pagamento--desktop{display:none;max-height:var(--tp-space-8)}.tp-footer__pagamento--mobile{display:flex;max-height:var(--tp-space-8)}@media screen and (min-width:1024px){.tp-footer__pagamento--desktop{display:flex}.tp-footer__pagamento--mobile{display:none}}.tp-footer__copyright-wrapper{display:flex;flex-direction:column;gap:var(--tp-space-5);align-items:center;width:100%}@media screen and (min-width:1024px){.tp-footer__copyright-wrapper{flex-direction:row;justify-content:space-between;gap:var(--tp-space-6);padding:var(--tp-space-1) 0}}.tp-footer__copyright{margin:0;color:var(--tp-footer-copyright-color, var(--tp-footer-muted));font-family:var(--tp-font-body)!important;font-size:var(--tp-footer-copyright-size-mobile, var(--tp-font-size-xs));font-style:normal;font-weight:var(--tp-footer-copyright-weight, var(--tp-font-regular));line-height:var(--tp-leading-normal);text-align:center}@media screen and (min-width:1024px){.tp-footer__copyright{text-align:left;font-size:var(--tp-footer-copyright-size-desktop, var(--tp-font-size-xs))}}.tp-footer__terms-links{display:flex;flex-direction:row;flex-wrap:wrap;row-gap:var(--tp-space-2);column-gap:var(--tp-space-4);justify-content:center}.tp-footer__term-link{color:var(--tp-footer-term-color, var(--tp-footer-muted));font-family:var(--tp-font-body)!important;font-size:var(--tp-footer-term-size-mobile, var(--tp-font-size-xs));font-style:normal;font-weight:var(--tp-footer-term-weight, var(--tp-font-regular));line-height:var(--tp-leading-normal);text-decoration-line:underline;transition:opacity var(--tp-transition-fast)}@media screen and (min-width:1024px){.tp-footer__term-link{font-size:var(--tp-footer-term-size-desktop, var(--tp-font-size-xs))}}.tp-footer__term-link:hover{opacity:.65}.tp-footer__term-link:focus-visible{outline:2px solid var(--tp-footer-text);outline-offset:2px;border-radius:var(--tp-radius-sm)}
/*# sourceMappingURL=/cdn/shop/t/2/assets/tp-footer.css.map */
