.footer{position:relative;margin-top:var(--footer-margin-top, 0);border-top:var(--footer-border-top, .1rem solid rgba(var(--color-foreground), .08));border-bottom:var(--footer-border-bottom, none)}.footer__content-top{padding-top:var(--footer-padding-top, 6rem);padding-bottom:var(--footer-padding-bottom, 4rem)}.footer__blocks-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));gap:var(--footer-row-gap, 2.4rem) var(--footer-column-gap, 4rem)}@media screen and (max-width:749px){.footer__blocks-wrapper{grid-template-columns:1fr}}.footer-block{position:relative}.footer-block:empty{display:none}.footer-block__heading{margin:0 0 2rem;font-size:var(--footer-heading-size, 1.6rem);font-weight:var(--footer-heading-weight, 600);line-height:1.3;letter-spacing:.02em;text-transform:uppercase;color:rgb(var(--color-foreground))}.footer-block__details-content{font-size:var(--footer-text-size, 1.4rem);line-height:1.7;color:rgba(var(--color-foreground),.85)}.footer-block__details-content p:last-child{margin-bottom:0}.footer__link--default{transition:color var(--duration-short) ease}.footer__link--underline{position:relative;display:inline-block;text-decoration:none}.footer__link--underline:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background-color:var(--footer-link-hover-color, rgb(var(--color-foreground)));transition:width var(--duration-default) ease}.footer__link--underline:hover:after{width:100%}.footer__link--arrow{position:relative;display:inline-flex;align-items:center;gap:.4rem;transition:transform var(--duration-short) ease}.footer__link--arrow:after{content:"\2192";opacity:0;transform:translate(-.4rem);transition:opacity var(--duration-short) ease,transform var(--duration-short) ease}.footer__link--arrow:hover:after{opacity:1;transform:translate(0)}.footer__link--slide{position:relative;display:inline-block;overflow:hidden}.footer__link--slide span{display:block;transition:transform var(--duration-default) ease}.footer__link--slide:hover span{transform:translateY(-100%)}.footer-block__details-content .list-menu__item--link{color:rgba(var(--color-foreground),.85);transition:color var(--duration-short) ease}.footer-block__details-content .list-menu__item--link:hover{color:var(--footer-link-hover-color, rgb(var(--color-foreground)))}.footer-block__brand-info{text-align:left}.footer-block__brand-description{margin-top:1.5rem}.footer-block__image-wrapper{margin-bottom:2rem;overflow:hidden}.footer-block__image-wrapper img{display:block;height:auto;max-width:100%}.footer-block__contact{display:flex;flex-direction:column;gap:1rem}.footer-contact__item a{color:rgba(var(--color-foreground),.85);text-decoration:none;transition:color var(--duration-short) ease}.footer-contact__item a:hover{color:var(--footer-link-hover-color, rgb(var(--color-foreground)))}.footer-block__newsletter-subheading{margin-bottom:1.5rem;font-size:var(--footer-text-size, 1.4rem);color:rgba(var(--color-foreground),.85)}.footer-block--newsletter{display:flex;flex-wrap:wrap;align-items:flex-end;gap:2rem;margin-top:4rem}.footer-block--newsletter:only-child{margin-top:0}@media screen and (min-width:750px){.footer-block--newsletter{justify-content:space-between;align-items:center}.footer-block--newsletter .footer-block__newsletter{max-width:45rem;text-align:left}.footer-block--newsletter .newsletter-form__field-wrapper{max-width:none}}.newsletter-form__field-wrapper{max-width:40rem}.newsletter-form__button{transition:transform var(--duration-short) ease,background-color var(--duration-short) ease}.newsletter-form__button:hover{transform:scale(1.05)}.footer__list-social{margin-top:2rem}.footer__list-social.list-social:only-child{justify-content:center}.footer-block__brand-info .footer__list-social.list-social{justify-content:flex-start}.footer-block__divider{width:100%;height:1px;margin:0;border:none;background-color:var(--divider-color, rgba(var(--color-foreground), .1))}.footer-block__spacer{display:block}.footer--prestige .footer__content-top{padding-top:calc(var(--footer-padding-top, 6rem) * 1.15);padding-bottom:calc(var(--footer-padding-bottom, 4rem) * 1.15)}.footer--prestige .footer-block__heading{letter-spacing:.08em;font-weight:500}.footer--minimal .footer-block__heading{font-size:calc(var(--footer-heading-size, 1.6rem) * .9);margin-bottom:1.5rem}.footer--centered .footer__content-top{text-align:center}.footer--centered .footer__blocks-wrapper{grid-template-columns:1fr;max-width:76rem;margin:0 auto}.footer--centered .footer-block__brand-info,.footer--centered .footer__list-social.list-social,.footer--centered .footer-block__newsletter{justify-content:center;text-align:center}.footer--centered .footer-block--newsletter{justify-content:center}.footer--luxury .footer-block__heading{font-size:calc(var(--footer-heading-size, 1.6rem) * 1.15);letter-spacing:.1em;text-transform:uppercase}.footer--luxury .footer__content-top{padding-top:calc(var(--footer-padding-top, 6rem) * 1.25)}.footer--full-width .footer__content-top,.footer--full-width .footer__content-bottom{padding-left:2rem;padding-right:2rem}@media screen and (min-width:990px){.footer--full-width .footer__content-top,.footer--full-width .footer__content-bottom{padding-left:4rem;padding-right:4rem}}.footer__content-bottom{border-top:solid .1rem rgba(var(--color-foreground),.08);padding-top:3rem;padding-bottom:3rem}.footer__content-bottom:only-child{border-top:0}.footer__content-bottom-wrapper{display:flex;flex-wrap:wrap;width:100%;gap:2rem;align-items:center;justify-content:space-between}.footer__content-bottom-wrapper--center{justify-content:center}.footer__column{width:auto;align-items:center}.footer__column--info{display:flex;flex-direction:column;justify-content:center;align-items:center}@media screen and (min-width:750px){.footer__column--info{align-items:flex-end}.footer__content-bottom-wrapper--center .footer__column--info{align-items:center}}.footer__localization{display:flex;flex-direction:row;justify-content:center;align-content:center;flex-wrap:wrap;gap:1rem}.footer__localization:empty{display:none}.footer__localization h2{margin:0;color:rgba(var(--color-foreground),.75)}.footer__payment{margin-top:0}.footer__copyright{text-align:center;margin-top:1.5rem;width:100%;font-size:1.2rem;color:rgba(var(--color-foreground),.75)}.copyright__content{display:inline-block;margin:0 .8rem}.copyright__content a{color:currentColor;text-decoration:none;transition:color var(--duration-short) ease}.copyright__content a:hover{color:var(--footer-link-hover-color, rgb(var(--color-foreground)))}.policies{display:inline;margin:0;padding:0}.policies li{display:inline-flex;justify-content:center;align-items:center}.policies li:before{content:"\b7";padding:0 .8rem}.policies li a{padding:.6rem 0;display:block}@media screen and (min-width:750px){.footer__copyright{text-align:right}.footer__content-bottom-wrapper--center .footer__copyright{text-align:center}.policies li a{padding:0}}@media screen and (max-width:749px){.footer[data-mobile-accordion=true] .footer-block--link_list .footer-block__heading{position:relative;display:flex;justify-content:space-between;align-items:center;padding-bottom:1.5rem;margin-bottom:0;cursor:pointer;border-bottom:1px solid rgba(var(--color-foreground),.08)}.footer[data-mobile-accordion=true] .footer-block--link_list .footer-block__heading:after{content:"+";font-size:2rem;font-weight:300;line-height:1;transition:transform var(--duration-default) ease}.footer[data-mobile-accordion=true] .footer-block--link_list.is-open .footer-block__heading:after{transform:rotate(45deg)}.footer[data-mobile-accordion=true] .footer-block--link_list .footer-block__details-content{max-height:0;overflow:hidden;opacity:0;margin-bottom:0;transition:max-height var(--duration-default) ease,opacity var(--duration-default) ease,padding var(--duration-default) ease}.footer[data-mobile-accordion=true] .footer-block--link_list.is-open .footer-block__details-content{max-height:60rem;opacity:1;padding-top:1.5rem;padding-bottom:2rem}}@media screen and (max-width:749px){.footer__content-top{padding-top:calc(var(--footer-padding-top, 6rem) * .7);padding-bottom:calc(var(--footer-padding-bottom, 4rem) * .7)}.footer__blocks-wrapper{gap:3rem}.footer-block--newsletter{flex-direction:column;align-items:center;text-align:center;margin-top:3rem}.footer-block__newsletter{width:100%}.newsletter-form__field-wrapper{max-width:none;width:100%}.footer__content-bottom-wrapper{flex-direction:column;justify-content:center;text-align:center}.footer__column--info{align-items:center}.footer__copyright{text-align:center}.footer__list-social.list-social{justify-content:center}}@media screen and (min-width:750px)and (max-width:989px){.footer__blocks-wrapper{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:990px){.footer__blocks-wrapper{grid-template-columns:repeat(auto-fit,minmax(18rem,1fr))}}@media(prefers-reduced-motion:reduce){.footer__link--underline:after,.footer__link--arrow:after,.newsletter-form__button,.footer-block__details-content{transition:none!important}}.footer-block__heading:focus-visible{outline:2px solid currentColor;outline-offset:2px}.footer-block:only-child:last-child{text-align:center;max-width:76rem;margin:0 auto}.footer-block-image{display:flex}.footer-block-image.left,.footer-block-image[data-alignment=left]{justify-content:flex-start}.footer-block-image.center,.footer-block-image[data-alignment=center]{justify-content:center}.footer-block-image.right,.footer-block-image[data-alignment=right]{justify-content:flex-end}@media screen and (max-width:749px){.footer-block-image,.footer-block-image.left,.footer-block-image.center,.footer-block-image.right{justify-content:center}}
/*# sourceMappingURL=/cdn/shop/t/27/assets/section-footer.css.map */
