.footer.ce-footer{color:rgb(var(--color-foreground))}.footer.ce-footer .footer__content-top{display:flex;flex-direction:column;gap:var(--ce-ft-columns-gap-mobile);padding-bottom:0;padding-left:var(--ce-page-gutter-mobile, 2rem);padding-right:var(--ce-page-gutter-mobile, 2rem)}@media screen and (min-width:750px){.footer.ce-footer .footer__content-top{gap:var(--ce-ft-columns-gap-tablet);padding-left:var(--ce-page-gutter-tablet, 3.2rem);padding-right:var(--ce-page-gutter-tablet, 3.2rem)}}@media screen and (min-width:990px){.footer.ce-footer .footer__content-top{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:var(--ce-ft-columns-gap-desktop);padding-left:var(--ce-page-gutter-desktop, 4.8rem);padding-right:var(--ce-page-gutter-desktop, 4.8rem)}}.footer.ce-footer .footer__blocks-wrapper{display:grid;grid-template-columns:repeat(2,var(--ce-ft-column-width-mobile));column-gap:var(--ce-ft-columns-gap-mobile);row-gap:var(--ce-ft-columns-gap-mobile);justify-content:start;margin:0;padding:0}@media screen and (min-width:750px){.footer.ce-footer .footer__blocks-wrapper{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:var(--ce-ft-columns-gap-tablet-x);row-gap:var(--ce-ft-columns-gap-tablet)}}@media screen and (min-width:990px){.footer.ce-footer .footer__blocks-wrapper{display:flex;flex:1 1 auto;justify-content:space-between;gap:var(--ce-ft-columns-gap-desktop)}}.footer.ce-footer .footer-block.grid__item{width:auto;max-width:none;margin:0;padding:0}.footer.ce-footer .footer-block__heading{margin:0 0 var(--ce-ft-heading-gap);font-family:var(--font-body-family);font-size:var(--ce-ft-heading-size-mobile);font-weight:var(--ce-ft-heading-weight);line-height:1.6;letter-spacing:0;text-transform:none;color:var(--ce-ft-heading-color)}@media screen and (min-width:750px){.footer.ce-footer .footer-block__heading{font-size:var(--ce-ft-heading-size-desktop)}}.footer.ce-footer .footer-block__details-content{display:grid;row-gap:var(--ce-ft-link-gap);margin:0}.footer.ce-footer .footer-block__details-content>li{margin:0}.footer.ce-footer .footer-block__details-content .list-menu__item--link{display:block;width:max-content;max-width:100%;padding:0;font-size:var(--ce-ft-link-size);line-height:1.6;color:rgb(var(--color-foreground));transition:opacity .2s ease-in-out}.footer.ce-footer .footer-block__details-content .list-menu__item--link:hover{opacity:.7;text-decoration:none}.footer.ce-footer .footer-block__details-content .list-menu__item--active{text-decoration:none;color:rgb(var(--color-foreground))}@media screen and (max-width:749px){.footer.ce-footer .footer-block.grid__item,.footer.ce-footer .footer-block.grid__item:first-child{margin:0}}.footer.ce-footer .footer-block--newsletter{display:grid;row-gap:var(--ce-ft-newsletter-gap);align-items:start;justify-items:start;margin:0;width:100%}@media screen and (min-width:990px){.footer.ce-footer .footer-block--newsletter{flex:0 0 var(--ce-ft-newsletter-width);width:var(--ce-ft-newsletter-width)}}.footer.ce-footer .footer-block__newsletter{display:grid;row-gap:var(--ce-ft-newsletter-gap);width:100%;text-align:left}.footer.ce-footer .footer-block__newsletter .footer-block__heading{margin-bottom:0}.footer.ce-footer .newsletter-form{width:100%;max-width:none;align-items:stretch}.footer.ce-footer .newsletter-form__field-wrapper{width:100%;max-width:none}.footer.ce-footer .newsletter-form__field-wrapper .field{position:relative}.footer.ce-footer .newsletter-form__field-wrapper .field:before,.footer.ce-footer .newsletter-form__field-wrapper .field:after{content:none}.footer.ce-footer .newsletter-form__field-wrapper .field__input{height:var(--ce-ft-field-height-mobile);min-height:0;padding:1.6rem calc(var(--ce-ft-button-width) + var(--ce-ft-field-padding-x)) 0 var(--ce-ft-field-padding-x);border-radius:var(--ce-ft-field-radius);background:#fff;box-shadow:0 0 0 .1rem rgba(var(--color-foreground),var(--ce-ft-field-border-opacity));font-size:var(--ce-ft-link-size);color:rgb(var(--color-foreground))}.footer.ce-footer .newsletter-form__field-wrapper .field__input:focus{box-shadow:0 0 0 .2rem rgba(var(--color-foreground),var(--ce-ft-field-border-opacity))}.footer.ce-footer .newsletter-form__field-wrapper .field__label{left:var(--ce-ft-field-padding-x);font-size:var(--ce-ft-label-size);color:rgb(var(--color-foreground))}@media screen and (min-width:750px){.footer.ce-footer .newsletter-form__field-wrapper .field__input{height:var(--ce-ft-field-height-desktop);padding-left:var(--ce-ft-field-padding-x-desktop);padding-right:calc(var(--ce-ft-button-width) + var(--ce-ft-field-padding-x-desktop))}.footer.ce-footer .newsletter-form__field-wrapper .field__label{left:var(--ce-ft-field-padding-x-desktop)}.footer.ce-footer .newsletter-form__field-wrapper .newsletter-form__button{right:calc((var(--ce-ft-field-height-desktop) - var(--ce-ft-button-height)) / 2)}}.footer.ce-footer .newsletter-form__button{position:absolute;top:50%;right:var(--ce-ft-button-inset);transform:translateY(-50%);width:var(--ce-ft-button-width);height:var(--ce-ft-button-height);margin:0;padding:0;border:0;border-radius:var(--buttons-radius, 6rem);background:rgb(var(--color-button));color:rgb(var(--color-button-text));font-size:var(--ce-ft-button-text-size);font-weight:400;line-height:1;letter-spacing:0;text-transform:var(--ce-ft-button-transform);cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.footer.ce-footer .newsletter-form__button .icon{display:none}.footer.ce-footer .newsletter-form__button:not(:focus-visible):not(.focused){box-shadow:none;background:rgb(var(--color-button))}.footer.ce-footer .newsletter-form__button:hover{opacity:.85}.footer.ce-footer .newsletter-form__message{margin-top:.8rem;text-align:left}.footer.ce-footer .ce-footer__newsletter-text{margin:0;font-size:var(--ce-ft-text-size);line-height:1.6;color:rgba(var(--color-foreground),var(--ce-ft-text-opacity))}.footer.ce-footer .ce-footer__newsletter-text p{margin:0 0 1.6rem}.footer.ce-footer .ce-footer__newsletter-text p:last-child{margin-bottom:0}.footer.ce-footer .ce-footer__newsletter-text a{color:inherit;text-underline-offset:.3rem}.footer.ce-footer .footer__list-social.list-social{justify-content:flex-start;gap:var(--ce-ft-social-gap);margin:0;padding:0}.footer.ce-footer .list-social__item{margin:0}.footer.ce-footer .list-social__link{padding:0;color:rgb(var(--color-foreground))}.footer.ce-footer .footer__list-social.list-social{align-items:center;line-height:0}.footer.ce-footer .list-social__link .svg-wrapper{display:block;width:var(--ce-ft-social-size-mobile);height:var(--ce-ft-social-size)}.footer.ce-footer .list-social__item .icon{display:block;width:100%;height:100%}@media screen and (min-width:750px){.footer.ce-footer .list-social__link .svg-wrapper{width:var(--ce-ft-social-size)}}.footer.ce-footer .list-social__link:hover .icon{transform:none;opacity:.7}.footer.ce-footer .footer__follow-on-shop{display:none}.footer.ce-footer .footer__content-bottom{display:grid;row-gap:var(--ce-ft-aside-gap);margin-top:var(--ce-ft-section-gap-mobile);padding-top:0;border-top:0}@media screen and (min-width:750px){.footer.ce-footer .footer__content-bottom{margin-top:var(--ce-ft-section-gap-desktop)}}.footer.ce-footer .footer__content-bottom-wrapper{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:var(--ce-ft-aside-row-gap);padding-left:var(--ce-page-gutter-mobile, 2rem);padding-right:var(--ce-page-gutter-mobile, 2rem)}@media screen and (min-width:750px){.footer.ce-footer .footer__content-bottom-wrapper{padding-left:var(--ce-page-gutter-tablet, 3.2rem);padding-right:var(--ce-page-gutter-tablet, 3.2rem)}}@media screen and (min-width:990px){.footer.ce-footer .footer__content-bottom-wrapper{padding-left:var(--ce-page-gutter-desktop, 4.8rem);padding-right:var(--ce-page-gutter-desktop, 4.8rem)}}.footer.ce-footer .footer__column.footer__localization{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--ce-ft-aside-row-gap);width:100%;padding:0}@media screen and (min-width:990px){.footer.ce-footer .footer__column.footer__localization{flex-direction:column;align-items:flex-start;justify-content:flex-start;width:auto}}.footer.ce-footer .ce-footer__bottom-image{display:block;width:var(--ce-ft-bottom-image-width-mobile);height:auto}@media screen and (min-width:750px){.footer.ce-footer .ce-footer__bottom-image{width:var(--ce-ft-bottom-image-width-desktop)}}.footer.ce-footer .footer__localization localization-form{margin:0}.footer.ce-footer .footer__localization .localization-form{margin:0;padding:0}.footer.ce-footer .footer__localization h2{display:none}.footer.ce-footer .footer__localization .disclosure{display:inline-flex}.footer.ce-footer .footer__localization .localization-form__select:before,.footer.ce-footer .footer__localization .localization-form__select:after{content:none}.footer.ce-footer .footer__localization .localization-form__select:focus-visible{outline:.2rem solid rgba(var(--color-foreground),.5);outline-offset:.3rem;box-shadow:none}.footer.ce-footer .footer__localization .localization-form__select.localization-selector{display:inline-flex;align-items:center;gap:var(--ce-ft-pill-gap);min-height:0;height:auto;margin:0;padding:var(--ce-ft-pill-padding-y) var(--ce-ft-pill-padding-x);border-radius:var(--ce-ft-pill-radius);background:rgb(var(--color-button));color:rgb(var(--color-button-text));font-size:var(--ce-ft-pill-text-size);line-height:1.6;text-transform:var(--ce-ft-pill-transform)}.footer.ce-footer .footer__localization .localization-selector .icon-caret{display:none}.footer.ce-footer .footer__localization .localization-selector:hover{text-decoration:none;opacity:.85}.footer.ce-footer .footer__column.footer__column--info{display:contents}.footer.ce-footer .footer__copyright{display:block;margin:0;max-width:var(--ce-ft-copyright-width);text-align:left;font-size:var(--ce-ft-copyright-size-mobile);line-height:1.6;color:rgba(var(--color-foreground),var(--ce-ft-text-opacity))}@media screen and (min-width:750px){.footer.ce-footer .footer__copyright{font-size:var(--ce-ft-copyright-size-desktop)}}.footer.ce-footer .footer__copyright p{margin:0}.footer.ce-footer .footer__copyright p+p{margin-top:1.6em}.footer.ce-footer .footer__copyright a{color:inherit}.footer.ce-footer .footer__payment{margin:0}.footer.ce-footer .list-payment{justify-content:flex-start;gap:var(--ce-ft-payment-gap);margin:0;padding:0;max-width:var(--ce-ft-payment-width)}@media screen and (min-width:750px){.footer.ce-footer .list-payment{justify-content:flex-end}}.footer.ce-footer .list-payment__item{padding:0}.footer.ce-footer .list-payment__item .icon{width:var(--ce-ft-payment-icon-width);height:auto}@media screen and (max-width:749px){.footer.ce-footer .ce-footer__bottom-row{flex-direction:column-reverse;align-items:flex-start}.footer.ce-footer .list-payment{max-width:none}}.footer.ce-footer .newsletter-form__field-wrapper .field__label{top:50%;transform:translateY(-50%)}.footer.ce-footer .newsletter-form__field-wrapper .field__input:focus~.field__label,.footer.ce-footer .newsletter-form__field-wrapper .field__input:not(:placeholder-shown)~.field__label{top:.5rem;transform:none;font-size:1rem;line-height:1.2}.footer.ce-footer .newsletter-form__field-wrapper .field__input:focus,.footer.ce-footer .newsletter-form__field-wrapper .field__input:not(:placeholder-shown){padding-top:1.9rem}.footer.ce-footer .newsletter-form__field-wrapper .field__button{top:50%;transform:translateY(-50%)}
/*# sourceMappingURL=/cdn/shop/t/52/assets/ce-footer.css.map */
