.footer{border-top:none;position:relative;overflow:hidden}footer.footer:after{content:"";position:absolute;left:50%;transform:translate(-50%);bottom:0;width:48%;height:42px;background:#fff;clip-path:polygon(0% 100%,5% 100%,8% 92%,10% 70%,13% 25%,15% 8%,85% 8%,87% 25%,90% 70%,92% 92%,95% 100%,100% 100%)}@media(max-width:575px){footer.footer:after{width:50%;height:30px}}.footer__top{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:4rem;padding-top:5rem;padding-bottom:4rem}@media screen and (max-width:989px){.footer__top{grid-template-columns:1fr 1fr;gap:3rem 4rem}}@media screen and (max-width:749px){.footer__top{grid-template-columns:1fr;gap:3rem;padding:3rem 2rem 2rem}}.footer__col{display:flex;flex-direction:column}.footer-block__heading{margin:0 0 1.8rem;font-size:1.8rem;font-weight:600;line-height:1.3;color:rgb(var(--color-foreground))}.footer__about-text{font-size:1.35rem;line-height:1.75;color:rgba(var(--color-foreground),.8);margin:0 0 2.2rem}.footer__about-text p{margin:0 0 1rem}.footer__about-text p:last-child{margin-bottom:0}.footer__newsletter-wrap{margin-bottom:2.4rem}.footer__newsletter-row{display:flex;align-items:stretch;gap:0}.footer__newsletter-input{flex:1;min-width:0;height:4.2rem;padding:0 1.4rem;font-size:1.3rem;border:.1rem solid rgba(var(--color-foreground),.3);border-right:none;border-radius:.3rem 0 0 .3rem;background:rgba(var(--color-foreground),.06);color:rgb(var(--color-foreground));outline:none;transition:border-color .2s}.footer__newsletter-input::placeholder{color:rgba(var(--color-foreground),.5)}.footer__newsletter-input:focus{border-color:rgba(var(--color-foreground),.6)}.footer__newsletter-btn{height:4.2rem;padding:0 1.8rem;background:rgb(var(--color-foreground));color:rgb(var(--color-background));border:none;border-radius:0 .3rem .3rem 0;font-size:1.15rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;white-space:nowrap;transition:opacity .2s ease}.footer__newsletter-btn:hover{opacity:.85}.footer__newsletter-error{display:block;margin-top:.8rem;font-size:1.2rem;color:rgb(var(--color-error, 176 0 32))}.footer__newsletter-success{margin-top:.8rem;font-size:1.3rem;color:rgba(var(--color-foreground),.8)}.footer__social-wrap{margin-top:auto;padding-top:.5rem}.footer__list-social.list-social{display:flex;align-items:center;gap:1.6rem;list-style:none;padding:0;margin:0}.footer__list-social .list-social__item a,.footer__list-social .list-social__link{display:flex;align-items:center;color:rgba(var(--color-foreground),.8);transition:color .15s ease}.footer__list-social .list-social__item a:hover,.footer__list-social .list-social__link:hover{color:rgb(var(--color-foreground))}.footer__list-social .icon{width:2rem;height:2rem}.footer-block__list{list-style:none;padding:0;margin:0}.footer-block__list li{margin:0}.footer-block__link{display:block;font-size:1.35rem;color:rgba(var(--color-foreground),.78);text-decoration:none;padding:.4rem 0;transition:color .15s ease;line-height:1.5}.footer-block__link:hover,.footer-block__link--active{color:rgb(var(--color-foreground))}.footer-block__text{font-size:1.35rem;line-height:1.8;color:rgba(var(--color-foreground),.8)}.footer-block__text p{margin:0 0 .8rem;display:flex;align-items:flex-start;gap:.6rem}.footer__middle{display:flex;align-items:center;justify-content:space-between;padding-top:2.2rem;border-top:.1rem solid rgba(var(--color-foreground),.18)}.footer__middle-social{flex:1;display:flex;align-items:center}.footer__middle-logo{flex:0 0 auto;text-align:center;margin-bottom:5px}.footer__middle-payment{flex:1;display:flex;justify-content:flex-end;align-items:center}.footer__logo-img{height:5rem;width:auto;display:block}.footer__logo-name{font-size:2rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase;color:rgb(var(--color-foreground));text-decoration:none}.footer__payment-list{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;list-style:none;padding:0;margin:0;justify-content:flex-end}.footer__payment-list .list-payment__item{display:flex;align-items:center}.footer__payment-list .icon--full-color{height:2.4rem;width:auto}@media screen and (max-width:749px){.footer__middle{flex-direction:column;gap:2rem;padding-top:2rem}.footer__middle-social,.footer__middle-payment{width:100%;justify-content:center}.footer__list-social.list-social,.footer__payment-list{justify-content:center}}.footer__bottom{border-radius:10px 10px 0 0;margin:0 10px;position:relative;top:-7px;background-color:#fff}.footer__bottom-inner{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;gap:1rem}.footer__bottom-left{display:flex;align-items:center;gap:1rem;flex:0 0 auto}.footer__bottom-center{flex:1;text-align:center;display:flex;flex-wrap:wrap;align-items:center;justify-content:center}.footer__bottom-right{flex:0 0 auto;text-align:right}.footer__copyright-text,.footer__copyright-text a,.footer__made-with{font-size:1.15rem;color:rgba(var(--color-foreground),.65);text-decoration:none}.footer__copyright-text a:hover{color:rgb(var(--color-foreground));text-decoration:underline}.footer__policies{display:inline-flex;flex-wrap:wrap;align-items:center;gap:0;list-style:none;padding:0;margin:0}.footer__policies li{display:inline-flex;align-items:center}.footer__policies li:before{content:"\b7";padding:0 .6rem;color:rgba(var(--color-foreground),.4)}.footer__policies li a{font-size:1.15rem;color:rgba(var(--color-foreground),.65);text-decoration:none}.footer__policies li a:hover{color:rgb(var(--color-foreground));text-decoration:underline}@media screen and (max-width:749px){.footer__bottom-inner{flex-direction:column;text-align:center;padding-top:1.5rem}.footer__bottom-left,.footer__bottom-center,.footer__bottom-right{width:100%;text-align:center;justify-content:center}}.footer__bottom-left .localization-form{display:flex;align-items:center}.footer__follow-on-shop{display:flex;align-items:center;margin-top:1rem}.footer-block__image-wrap{display:flex}.footer-block__image-wrap.align-left{justify-content:flex-start}.footer-block__image-wrap.align-center{justify-content:center}.footer-block__image-wrap.align-right{justify-content:flex-end}.footer-block__image-wrap img{display:block;height:auto;max-width:100%}@media screen and (max-width:749px){.footer-block__image-wrap{justify-content:center!important}}.visually-hidden{position:absolute!important;overflow:hidden;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0);word-wrap:normal!important}form#FooterCountryForm,form#FooterLanguageForm{margin:0;padding:0}button.disclosure__button.localization-form__select.localization-selector.link.link--text.caption-large{margin:0}.footer__bottom .disclosure .localization-form__select{padding-top:0;padding-bottom:0}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-footer.css.map */
