.footer_inner{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;row-gap:var(--vertical-spacing)}.footer_block{max-width:var(--max-width);width:100%;min-width:var(--min-width);flex:1 1 auto}.footer_block_heading h4{margin:0;letter-spacing:.3rem;color:var(--color-foreground-heading);text-transform:var(--text-transform)}.footer_block_menu{margin:3.6rem 0 0}.footer_block_menu ul{margin:0;padding:0;list-style:none}.footer_block_menu ul li{margin:0 0 2rem}.footer_block_menu ul li:last-child{margin:0}.footer_block_menu ul li a{font-size:1.4rem;line-height:1.68rem;text-decoration:none;letter-spacing:0;color:var(--color-primary);word-break:break-word;transition:color .3s}.footer_block_menu ul li a:hover{color:var(--color-primary-hover)}.footer_block--text img{max-width:var(--image-width);width:100%;height:auto}.footer_block_text{margin:3.6rem 0 0;max-width:42rem}.footer_block_text p{margin:0 0 1rem;font-size:1.3rem;line-height:calc(1.3rem * 1.4);text-transform:var(--transform);color:var(--color-foreground)}.footer_block_text p:only-child{margin:0}.footer_block ul.social_media_icons{margin:3rem 0 0;padding:0;list-style:none;display:flex;justify-content:flex-start;align-items:center;gap:0 2rem}.footer_block--text ul.social_media_icons{justify-content:flex-start}.footer_block ul.social_media_icons li a{width:3.8rem;height:3.8rem;display:flex;justify-content:center;align-items:center;background:var(--color-primary-button-background);border-radius:50%;transition:background .3s;border:.1rem solid var(--color-primary-button-border)}.footer_block ul.social_media_icons li a:hover{background:var(--color-primary-button-hover-background)}.footer_block ul.social_media_icons li a svg{width:2.4rem;height:2.4rem}.footer_block ul.social_media_icons li svg path{fill:var(--color-primary-button-text);transition:fill .3s}.footer_block ul.social_media_icons li:hover svg path{fill:var(--color-primary-button-hover-text)}.footer_block--newsletter .social_media_icons{justify-content:end}.footer_newsletter_form{margin:3.6rem 0 0}.input_field_wrapper{position:relative;width:100%;min-height:4.4rem;border-radius:var(--input-border-radius);border:.1rem solid var(--color-border);padding-inline:2rem;display:flex;background:var(--color-input-bg)}.input_field_wrapper button{position:absolute;top:0;right:1rem;width:4rem;height:100%;display:flex;align-items:center;justify-content:center;border:none;background:transparent;cursor:pointer}.input_field_wrapper button svg{width:2.1rem;height:2.1rem}.input_field_wrapper button svg path{fill:var(--color-input-text)}.input_field_wrapper input{width:100%;height:auto;display:flex;max-width:calc(100% - 3rem);border:none;color:var(--color-input-text);font-size:1.3rem;line-height:1.56rem;background:var(--color-input-bg)}.input_field_wrapper input::placeholder{opacity:0}.input_field_wrapper label{font-size:1.3rem;line-height:1.56rem;position:absolute;top:50%;transform:translateY(-50%);left:2rem;color:var(--color-input-text);pointer-events:none;opacity:1;transition:opacity .3s}.input_field_wrapper input:focus+label,.input_field_wrapper input:focus-visible+label,.input_field_wrapper input:not(:placeholder-shown)+label{opacity:0}.footer_bottom{margin:3rem 0 0;text-align:center;display:flex;justify-content:center;align-items:center;flex-flow:column;gap:1rem}.copyright_content{width:100%;background:transparent;padding:1.2rem 0 0;border-top:.1rem solid rgba(38,22,34,.12)}.copyright_content-top,.copyright_content-bottom{border-radius:0}.copyright_content span,.copyright_content span a{font-size:1.3rem;line-height:1.56rem;color:var(--color-primary);text-underline-offset:.3rem;word-break:break-word}.copyright_content span a{color:var(--color-secondary-foreground);transition:color .3s}.copyright_content span a:hover{color:var(--color-primary-hover)}.footer_payment_icons{width:100%;margin:0 0 3rem}.footer_payment_icons ul{margin:0;padding:0;list-style:none;display:flex;align-items:center;flex-wrap:wrap;row-gap:1.3rem}.footer_payment_icons.payment_icons--left ul{justify-content:flex-start}.footer_payment_icons.payment_icons--center ul{justify-content:center}.footer_payment_icons.payment_icons--right ul{justify-content:flex-end}.footer_payment_icons ul li{margin-right:1.3rem;display:flex}.footer_payment_icons ul li:last-child{margin-right:0}h3#ContactFooter-success{display:flex;align-items:center;gap:.5rem;font-size:1.3rem;line-height:1.56rem;color:var(--color-foreground)}h3#ContactFooter-success svg{width:1.6rem;height:1.6rem}h3#ContactFooter-success svg path{fill:#4caf50}.footer_main_inner,.footer_inner,.footer_block,.footer_localization_wrapper{overflow:visible}.footer_localization_wrapper{margin:2.4rem 0 0;position:relative;z-index:20}.footer-localization-form{display:flex;align-items:center;gap:.8rem;flex-wrap:nowrap;width:100%}.footer_language_selector,.footer_country_selector{min-width:0;min-height:0;border:0;background:transparent}.footer_custom_select{position:relative}.footer_country_selector{width:19rem}.footer_language_selector{width:10rem}.footer_custom_select__trigger{width:100%;height:3.6rem;padding:0 1.2rem 0 1.4rem;border:.1rem solid rgba(38,22,34,.45);border-radius:999px;background:#ffffff2e;color:var(--color-input-text);display:flex;align-items:center;justify-content:space-between;gap:.8rem;font-size:1.2rem;line-height:1;cursor:pointer}.footer_custom_select__trigger span:first-child{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.footer_custom_select__trigger:hover{border-color:#261622bf;background:#ffffff47}.footer_custom_select__trigger:focus-visible{outline:.2rem solid rgba(38,22,34,.18);outline-offset:.2rem}.footer_custom_select__caret{display:flex;align-items:center;flex:0 0 auto}.footer_custom_select__caret svg{width:1.2rem;height:1.2rem;transition:transform .25s ease}.footer_custom_select.is-open .footer_custom_select__caret svg{transform:rotate(180deg)}.footer_custom_select__caret svg path{fill:var(--color-input-text)}.footer_custom_select__list{position:absolute;left:0;bottom:calc(100% + .8rem);z-index:999;width:100%;max-height:25rem;overflow-y:auto;margin:0;padding:.6rem 0;list-style:none;background:#fff;border:.1rem solid rgba(38,22,34,.16);border-radius:1.4rem;box-shadow:0 1.2rem 3rem #26162229;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(.6rem);transition:.2s ease}.footer_custom_select.is-open .footer_custom_select__list{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.footer_custom_select__list li{margin:0;padding:0}.footer_custom_select__option{width:100%;min-height:3.4rem;padding:.8rem 1.3rem;border:0;background:transparent;color:#261622;display:block;text-align:left;font-size:1.25rem;line-height:1.2;cursor:pointer}.footer_custom_select__option:hover,.footer_custom_select__option.is-selected{background:#b79d7c29}.footer_custom_select__list::-webkit-scrollbar{width:.4rem}.footer_custom_select__list::-webkit-scrollbar-thumb{background:#26162240;border-radius:999px}.footer__follow-on-shop{width:100%;display:flex;justify-content:flex-start;margin:0 0 1rem}.newsletter-form_error__message span{color:red;opacity:1}.big_img-wrapper{padding-bottom:6.5rem;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:var(--horizontal-spacing)}.big_img-wrapper img{width:100%;height:var(--big-img-height);object-fit:contain;display:block;margin:0 auto}.footer_bar_wrapper{width:var(--bar_width);margin:0 auto;margin-top:1rem;background:var(--color-secondary-background);text-align:center;border-radius:var(--border-radius);padding:5px 2.5px}.footer_bar_wrapper .footer_bar_wrapper_block{font-size:13px;color:var(--color-secondary-foreground)}@media screen and (max-width:1440px){.big_img-wrapper img{height:80px}.footer_bar_wrapper{width:100%}.footer_main_inner{padding-left:55px;padding-right:55px}}@media screen and (max-width:1300px){.footer_main_inner{padding-left:40px;padding-right:40px}}@media screen and (max-width:1024px){.footer_inner{column-gap:var(--horizontal-spacing);row-gap:var(--vertical-spacing)}.footer_block{max-width:calc(50% - var(--horizontal-spacing))}.footer_main_inner{padding-left:30px;padding-right:30px}}@media(max-width:768px){.big_img-wrapper img{height:calc(var(--big-img-height) - 40px)}}@media screen and (max-width:640px){.copyright_content{width:100%}.footer_block{max-width:100%;margin:0 0 2rem}.footer_block_menu,.footer_newsletter_form{margin:1.6rem 0 0}.footer_localization_wrapper{margin:2.4rem 0 0;justify-content:flex-start}.footer-localization-form{justify-content:flex-start;gap:.8rem;flex-wrap:nowrap}.footer_country_selector{width:calc(100% - 10.8rem)}.footer_language_selector{width:10rem;flex:0 0 10rem}.footer_custom_select__trigger{height:3.8rem}.footer_custom_select__list{max-height:27rem}.footer_payment_icons{margin:1rem 0}.footer_payment_icons ul{justify-content:center!important}.footer__follow-on-shop{justify-content:center}.footer_bottom{margin:1rem 0 0}.footer_main_inner{padding-left:20px;padding-right:20px}.footer_bar_wrapper .footer_bar_wrapper_block{font-size:12px;line-height:20px}}@media(max-width:480px){.big_img-wrapper img{height:calc(var(--big-img-height) - 60px)}}.footer_block_text p:empty{display:block;margin:2rem}
/*# sourceMappingURL=/cdn/shop/t/102/assets/footer.css.map */
