@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes shimmer{to{transform:translate(100%)}}.footer{background-color:#000;color:#fff}.footer>.container{display:flex;justify-content:flex-start;align-items:flex-start;flex-flow:row wrap;gap:2rem;padding-top:4rem;padding-bottom:4rem}@media (max-width: 991px){.footer>.container{gap:3rem}}.footer .logo-wrapper{width:100%}.footer .logo-wrapper img,.footer .logo-wrapper figure{max-width:12rem;height:auto}.footer .stamps{display:flex;flex-direction:column;align-items:center}@media (max-width: 991px){.footer .stamps{flex-direction:row;align-items:flex-start}}.footer .stamps a{margin-bottom:2rem}@media (max-width: 991px){.footer .stamps a{margin-right:2rem;margin-bottom:0}}.footer .footer-logo-social{display:flex;flex-direction:column;gap:4rem;order:-1;width:inherit;width:28.5rem}.footer .social-icons{display:flex;align-items:center;gap:1rem}.footer .social-icons a{display:flex}.footer .social-icons .icon{color:#fff;transition:var(--transition);width:2.4rem;height:2.4rem}.footer .social-icons .icon:hover{opacity:.5}.footer .footer-menu{padding-top:0;width:100%;display:flex;justify-content:space-between;gap:4rem;align-items:flex-start}@media (max-width: 991px){.footer .footer-menu{flex-direction:column}}.footer .footer-menu>.menu .menu-item{display:flex;justify-content:space-between;align-items:center;gap:.4rem;list-style:none}.footer .footer-menu>.menu .menu-title{font-size:2rem;line-height:2rem;font-weight:600;transition:var(--transition)}@media (max-width: 991px){.footer .footer-menu>.menu .menu-title{font-size:1.6rem}}.footer .footer-menu>.menu .arrow{cursor:pointer;display:none}@media (max-width: 991px){.footer .footer-menu>.menu .arrow{display:flex}}.footer .footer-menu>.menu .arrow:after{content:"";border:solid var(--color-secondary);border-width:0 2px 2px 0;color:var(--color-secondary);display:inline-block;margin-left:3px;margin-bottom:3px;padding:.3rem;transform:rotate(45deg) scale(.9);transition:var(--transition);order:1}.footer .footer-menu>.menu .menu-item.-open+.submenu{display:flex}.footer .footer-menu>.menu .menu-item.-open .arrow:after{transform:rotate(45deg) scale(-1);margin-bottom:0}.footer .footer-menu>.menu .submenu{display:flex;flex-direction:column;gap:1.5rem;margin-top:1.5rem}@media (max-width: 767px){.footer .footer-menu>.menu .submenu{display:none}}.footer .footer-menu>.menu .submenu-item{display:flex;align-items:center;gap:.8rem}.footer .footer-menu>.menu .submenu-title{font-size:1.3rem;font-weight:500}.footer .footer-menu>.menu .submenu-title:hover{opacity:.95}.footer .footer-menu>.menu .submenu .icon{min-width:1.8rem;height:1.8rem;color:var(--secondary-color)}.footer .footer-menu>.menu.-contact{display:flex;flex-direction:column;gap:1.5rem}@media (max-width: 991px){.footer .footer-menu>.menu.-contact{width:100%}}.footer .footer-menu>.menu.-contact .title{font-size:2rem;line-height:2rem;color:#fff;font-weight:600;margin-bottom:0}@media (max-width: 991px){.footer .footer-menu>.menu.-contact .title{width:100%;display:flex;align-items:center;gap:.4rem;font-size:1.6rem;line-height:1.6rem}}.footer .footer-menu>.menu.-contact.-open .text{display:flex!important}.footer .footer-menu>.menu.-contact .text{display:flex;align-items:center;font-size:1.3rem}@media (max-width: 991px){.footer .footer-menu>.menu.-contact .text{display:none}}.footer .footer-menu>.menu.-contact .text ul{display:flex;flex-direction:column;gap:1rem}.footer .footer-menu>.menu.-contact .image{min-width:1.8rem;min-height:1.8rem}.footer .footer-menu>.menu.-contact .contact-title{font-size:var(--font-size-small);font-weight:400;transition:var(--transition)}.footer .footer-menu>.menu.-contact .contact-title:hover{opacity:.5}.footer .form-newsletter{display:flex;flex-direction:column;gap:1rem;width:fit-content;order:-1;text-align:center;font-size:1.3rem;text-align:left}@media (max-width: 991px){.footer .form-newsletter{width:100%}}.footer .form-newsletter fieldset{border:0;padding:0}.footer .form-newsletter .newsletter-title{font-size:var(--font-size-base);font-weight:600;text-transform:initial;font-size:1.3rem;line-height:1.8}.footer .form-newsletter .field{width:100%;display:flex;align-items:center;position:relative}.footer .form-newsletter .input-wrapper{position:relative;flex:1}@media (max-width: 991px){.footer .form-newsletter .input-wrapper{width:70%}}.footer .form-newsletter .input-wrapper button{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:transparent;font-size:1.3rem;font-weight:500;color:#fff;cursor:pointer}.footer .form-newsletter .input-wrapper button:hover{opacity:.95}.footer .form-newsletter .input{color:#fff;height:4.2rem;width:100%;border-radius:.4rem;font-size:1.3rem;border:1px solid #FFF;padding:1rem}.footer .form-newsletter .input::placeholder{color:#fff}.footer .form-newsletter .input:focus{outline:none}.footer .form-newsletter .button-default{margin-left:1rem;height:4.2rem;width:auto}.footer .form-newsletter .msg-received{color:var(--white)}.footer .form-newsletter .newsletter-description{font-size:1.3rem;font-weight:400;order:-1;margin-bottom:2rem}.footer-social-links{display:flex;gap:2rem}.footer-social-links svg{height:2.4rem;width:auto}#payment-wrapper{display:flex;flex-direction:column;align-items:flex-end}.footer .payment{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap;width:fit-content;margin-left:auto;margin-top:2rem;margin-bottom:.5rem}@media (max-width: 991px){.footer .payment{margin:0;margin-bottom:2rem}}.footer .payment img{height:2.5rem;width:3.5rem;object-fit:contain}.footer .footer-copyright{width:100%;padding-top:2rem;display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;font-size:1.3rem;line-height:2}@media (max-width: 991px){.footer .footer-copyright{flex-direction:column;padding-bottom:0}}.footer .footer-copyright a{transition:.4s ease;justify-content:flex-end}@media (max-width: 991px){.footer .footer-copyright a{justify-content:flex-start}}.footer .footer-copyright a:hover{opacity:.95}.footer .footer-copyright>.copyright{width:100%;color:var(--gray-1);margin-right:0;width:400px}@media (max-width: 991px){.footer .footer-copyright>.copyright{width:100%}}.footer .footer-copyright .payment-wrapper{width:50%;text-align:right}@media (max-width: 991px){.footer .footer-copyright .payment-wrapper{display:flex;text-align:left;width:100%;flex-direction:column}}@media (max-width: 991px){.footer .footer-copyright .payment-wrapper span{display:none}}.footer .footer-copyright .olist-link{display:inline-flex;justify-content:flex-start;text-align:center;width:100%;transition:var(--transition);line-height:1}@media (min-width: 992px){.footer .footer-copyright .olist-link{width:max-content}}@media (min-width: 992px){.footer .footer-copyright .olist-link:hover{opacity:.5}}.footer .footer-copyright .olist-link .olist-icon{height:1.8rem;width:3.2rem;margin-top:-.4rem;margin-left:.4rem;margin-right:.2rem}
/*# sourceMappingURL=/cdn/shop/t/1/assets/section-footer.css.map */
