.floating-whatsapp{position:fixed;right:calc(var(--floating-whatsapp-right) + env(safe-area-inset-right));bottom:calc(var(--floating-whatsapp-bottom) + env(safe-area-inset-bottom));z-index:180;display:grid;width:var(--floating-whatsapp-size);height:var(--floating-whatsapp-size);place-items:center;color:#25d366;background:transparent;border:0;box-shadow:none;transition:transform .18s ease}.floating-whatsapp:hover{color:#25d366;transform:translateY(-3px) scale(1.03)}.floating-whatsapp:focus-visible{outline:3px solid var(--color-accent);outline-offset:3px}.floating-whatsapp__image{width:100%;height:100%;object-fit:contain}.floating-whatsapp__icon{width:100%;height:100%}@media screen and (max-width:1000px){.floating-whatsapp{width:min(var(--floating-whatsapp-size),60px);height:min(var(--floating-whatsapp-size),60px)}body:has(.product__mobile-cta.is-visible) .floating-whatsapp{bottom:calc(var(--floating-whatsapp-bottom) + env(safe-area-inset-bottom) + 76px)}}@media(prefers-reduced-motion:reduce){.floating-whatsapp{transition:none}}.footer{margin-top:0;color:#fff;background:var(--color-text, #0b1d3a)}.footer a{color:inherit}.footer__top{display:grid;grid-template-columns:minmax(260px,1.4fr) repeat(3,minmax(160px,1fr));gap:40px;padding-top:52px;padding-bottom:40px}.footer__brand-link{display:inline-flex;margin-bottom:18px;text-decoration:none}.footer__logo{display:block;width:auto;max-width:180px;max-height:92px;object-fit:contain}.footer__brand-name{max-width:14ch;font-family:var(--font-heading-family);font-size:var(--f5);font-weight:var(--font-heading-weight);line-height:1.05}.footer__heading{margin:0 0 18px;color:#fff;font-size:var(--f2);line-height:1.25}.footer__text,.footer__newsletter-text{max-width:34ch;margin:0;color:#ffffffb8;font-size:var(--f1);line-height:1.65}.footer__text p{margin:0}.footer__menu,.footer__contact-list,.footer__social,.footer__payment,.footer__policies{padding:0;margin:0;list-style:none}.footer__menu{display:grid;gap:4px}.footer__link{display:inline-flex;min-height:36px;align-items:center;color:#ffffffb8;font-size:var(--f1);line-height:1.35;text-decoration:none;transition:color .18s ease,transform .18s ease}.footer__link:hover,.footer__link[aria-current=page]{color:var(--color-secondary, #e8a817);transform:translate(3px)}.footer__social-wrap{margin-top:24px}.footer__eyebrow{margin:0 0 10px;color:#ffffff94;font-family:var(--font-heading-family);font-size:var(--f0);font-weight:var(--font-heading-weight);letter-spacing:.08em;text-transform:uppercase}.footer__social{display:flex;flex-wrap:wrap;gap:10px}.footer__social a{display:grid;width:44px;height:44px;place-items:center;color:#fff;background:#ffffff14;border:1px solid rgba(255,255,255,.14);border-radius:50%;transition:color .18s ease,background .18s ease,transform .18s ease}.footer__social a:hover{color:var(--color-secondary-text, #0b1d3a);background:var(--color-secondary, #e8a817);transform:translateY(-2px)}.footer__contact-list{display:grid;gap:14px}.footer__contact-link{display:flex;align-items:flex-start;gap:10px;color:#ffffffbd;font-size:var(--f1);line-height:1.4;text-decoration:none;transition:color .18s ease}.footer__contact-link:hover{color:var(--color-secondary, #e8a817)}.footer__contact-link svg{flex:0 0 auto;width:20px;height:20px;margin-top:1px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.footer__contact-link span{display:grid;gap:2px}.footer__contact-link strong{color:#fff;font-size:var(--f0)}.footer__company-wrap{padding-bottom:28px}.footer__company-card{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:22px 24px;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:max(var(--media-radius, 8px),16px)}.footer__company-copy{color:#ffffffb3;font-size:var(--f0);line-height:1.55}.footer__company-copy p,.footer__company-copy address{margin:0}.footer__company-copy .footer__legal-name{margin-bottom:3px;color:#fff;font-weight:700}.footer__company-copy address{max-width:72ch;font-style:normal}.footer__company-copy address a{text-decoration-color:#ffffff47;text-underline-offset:3px}.footer__company-copy address a:hover{color:var(--color-secondary, #e8a817)}.footer__payments{flex:0 0 auto}.footer__payment{display:flex;max-width:330px;flex-wrap:wrap;justify-content:flex-end;gap:6px}.footer__payment li{display:flex;padding:3px 5px;background:#fff;border-radius:6px}.footer__payment-icon{width:36px;height:22px}.footer__bottom{border-top:1px solid rgba(255,255,255,.1)}.footer__bottom-inner{display:flex;min-height:72px;align-items:center;justify-content:space-between;gap:20px}.footer__copyright{margin:0;color:#ffffff94;font-size:var(--f0)}.footer__policies{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px 18px}.footer__policies a{color:#ffffffa3;font-size:var(--f0);text-decoration:none;transition:color .18s ease}.footer__policies a:hover{color:var(--color-secondary, #e8a817)}.footer__block--newsletter .newsletter-form{margin-top:14px}.footer__block--newsletter .newsletter-form__field{display:grid}.footer__block--newsletter .newsletter-form__field .field__input{min-width:0}@media screen and (max-width:1000px){.footer__top{grid-template-columns:repeat(2,minmax(0,1fr));gap:36px 28px;padding-top:40px;padding-bottom:32px}.footer__company-card,.footer__bottom-inner{align-items:flex-start;flex-direction:column}.footer__payment{justify-content:flex-start}.footer__bottom-inner{justify-content:center;padding-top:20px;padding-bottom:20px}.footer__policies{justify-content:flex-start}}@media screen and (max-width:599px){.footer__top{grid-template-columns:1fr;gap:30px}.footer__company-card{padding:20px}.footer__company-copy address{max-width:100%}}@media(prefers-reduced-motion:reduce){.footer__link,.footer__social a,.footer__contact-link,.footer__policies a{transition:none}}.card-product__restock-app{position:relative;width:100%}.card-product__restock-app .restore-email-wrapper,.card-product__restock-app .product-restore-email,.card-product__restock-app .email-me-inlineButton{position:absolute!important;inset:auto auto 0 0!important;width:1px!important;min-width:0!important;height:1px!important;min-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;white-space:nowrap!important;border:0!important;opacity:0!important;pointer-events:none!important}.card-product__add-btn--restock{position:relative;z-index:1;display:flex!important;min-height:42px;color:#fff!important;-webkit-text-fill-color:#ffffff!important}.card-product__add-btn--restock span,.card-product__add-btn--restock svg{color:#fff!important;opacity:1!important;visibility:visible!important}
/*# sourceMappingURL=/cdn/shop/t/5/compiled_assets/styles.css.map */
