:root{--footer-background: #000000;--footer-text-color: #ffffff;--footer-heading-color: #ffffff;--footer-border-color: #262626;--background: #ffffff;--light-background: #ffffff;--heading-color: #1c1b1b;--text-color: #5c5c5c;--text-color-light: #000000;--link-color: #323232;--border-color: #e7e7e7;--button-background: #000000;--button-text-color: #ffffff;--heading-font-family: Futura, sans-serif;--heading-font-weight: 400;--heading-font-style: normal;--heading-font-size: large;--text-font-family: "Century Gothic", sans-serif;--text-font-weight: 400;--text-font-style: normal;--uppercase-heading: false;--base-text-font-size: 15px;--default-text-font-size: 14px}#section-footer ul,#section-footer ol{margin:0;padding:0}.Rte{word-break:break-word}.Rte:after{content:"";display:block;clear:both}.Rte iframe{max-width:100%}.Rte img{display:block;margin:0 auto}.Rte a:not(.Button){color:var(--link-color);text-decoration:underline;-webkit-text-decoration-color:rgba(var(--link-color),.6);text-decoration-color:rgba(var(--link-color),.6);text-underline-position:under;transition:color .2s ease-in-out,-webkit-text-decoration-color .2s ease-in-out;transition:color .2s ease-in-out,text-decoration-color .2s ease-in-out;transition:color .2s ease-in-out,text-decoration-color .2s ease-in-out,-webkit-text-decoration-color .2s ease-in-out}.Rte a:not(.Button):hover{color:var(--text-color);-webkit-text-decoration-color:rgba(var(--text-color),.6);text-decoration-color:rgba(var(--text-color),.6)}.Rte p:not(:last-child),.Rte ul:not(:last-child),.Rte ol:not(:last-child){margin-bottom:1.6em}.Rte img,.Rte blockquote,.Rte .VideoWrapper,.Rte .Form{margin-top:2.4em;margin-bottom:2.4em}.Rte ul,.Rte ol{margin-left:30px;padding-left:0;list-style-position:outside}.Rte li{padding:5px 0}.Rte h1,.Rte h2,.Rte h3,.Rte h4,.Rte h5,.Rte h6{font-family:var(--heading-font-family);font-weight:var(--heading-font-weight);font-style:var(--heading-font-style);color:var(--heading-color);transition:color .2s ease-in-out}.Rte h1{margin:2.2em 0 .8em}.Rte h2{margin:2.2em 0 .9em}.Rte h3{margin:2.2em 0 1.2em}.Rte h4{margin:2.2em 0 1.4em}.Rte h5{margin:2.2em 0 1.6em}.Rte h6{margin:2.2em 0 1.8em}.Rte blockquote{margin-left:0;padding:6px 0 6px 40px;font-size:1.15em;line-height:1.75;border-left:3px solid rgba(var(--border-color),.6)}.Rte p:last-child,.Rte blockquote:last-child,.Rte ul:last-child,.Rte ol:last-child,.Rte h1:last-child,.Rte h2:last-child,.Rte h3:last-child,.Rte h4:last-child,.Rte h5:last-child,.Rte h6:last-child{margin-bottom:0}.Linklist{list-style:none;padding:0}.Linklist__Item{position:relative;display:block;margin-bottom:12px;width:100%;line-height:1.5;text-align:left;transition:all .2s ease-in-out}.Linklist__Item:last-child{margin-bottom:0!important}.Linklist__Item:before{position:absolute;content:"";display:inline-block;width:6px;height:6px;top:calc(50% - 3px);left:0;border-radius:100%;background:var(--text-color);opacity:0;transition:opacity .1s ease-in-out}.Linklist__Item>.Link{display:block;width:100%;text-align:inherit;color:inherit;background-color:transparent;text-decoration:none}.Linklist--spacingLoose .Linklist__Item{margin-bottom:18px}.Linklist__Item.is-selected{padding-left:18px}.Linklist__Item.is-selected:before{opacity:1;transition-delay:.1s}.Linklist--bordered{margin-left:8px;padding:0 20px 0 25px;border-left:1px solid var(--border-color)}.Linklist--bordered li:first-child .Linklist__Item{margin-top:2px}.Linklist--bordered li:last-child .Linklist__Item{margin-bottom:2px}.HorizontalList{list-style:none;margin:-6px -8px}.HorizontalList__Item{display:inline-block;margin:6px 8px}.HorizontalList__Item>.Link{display:inline-block}.HorizontalList--spacingTight{margin-left:-8px;margin-right:-8px}.HorizontalList--spacingTight .HorizontalList__Item{margin-right:8px;margin-left:8px}.HorizontalList--spacingLoose{margin-left:-14px;margin-right:-14px}.HorizontalList--spacingLoose .HorizontalList__Item{margin-right:14px;margin-left:14px}.HorizontalList--spacingExtraLoose{margin-left:-17px;margin-right:-17px}.HorizontalList--spacingExtraLoose .HorizontalList__Item{margin-right:17px;margin-left:17px}.HorizontalList--spacingFill{display:flex;justify-content:space-around;justify-content:space-evenly}.HorizontalList--spacingFill .HorizontalList__Item{margin-left:0;margin-right:0}@media screen and (min-width: 1140px){.HorizontalList--spacingExtraLoose{margin-left:-21px;margin-right:-21px}.HorizontalList--spacingExtraLoose .HorizontalList__Item{margin-right:21px;margin-left:21px}}.Form{width:100%}.Form__Item{position:relative;margin-bottom:15px}.Form__Input,.Form__Textarea{-webkit-appearance:none;display:block;padding:12px 14px;border-radius:0;border:1px solid var(--border-color);width:100%;line-height:normal;resize:none;transition:border-color .1s ease-in-out;background:transparent;color:#fff}.Form__Input:focus,.Form__Textarea:focus{outline:none;box-shadow:none}.Form__FloatingLabel{position:absolute;bottom:calc(100% - 8px);left:10px;padding:0 5px;line-height:normal;color:var(--text-color-light);font-size:to-size(12px);opacity:0;background:rgba(var(--background),0);pointer-events:none;transform:translateY(3px);transition:all .3s ease-in-out}.Form__Input:not(:placeholder-shown)~.Form__FloatingLabel,.Form__Textarea:not(:placeholder-shown)~.Form__FloatingLabel{opacity:1;background:var(--background);transform:translateY(0)}.Form__Checkbox{position:absolute;opacity:0}.Form__Checkbox~label:before{display:inline-block;content:"";width:1em;height:1em;margin-right:10px;border:1px solid var(--border-color);vertical-align:-2px}.Form__Checkbox~svg{position:absolute;top:5px;left:1px;width:12px;height:12px;transform:scale(0);transition:transform .2s ease-in-out;will-change:transform}.Form__Checkbox:checked~label:before{border-color:var(--text-color)}.Form__Checkbox:checked~svg{transform:scale(1)}.Form__Alert{margin-bottom:20px}.Alert--success{line-height:normal;color:green}.Form__Submit{display:block;margin-top:20px}.Form__Label{display:block;padding-bottom:8px;font-size:to-size(11px);text-transform:uppercase;font-family:var(--heading-font-family);font-weight:var(--heading-font-weight);font-style:var(heading-font-style);letter-spacing:.2em;line-height:normal}.Form--small .Form__Input,.Form--small .Form__Textarea{font-size:to-size(13px);padding-top:10px;padding-bottom:10px}.Form--spacingTight .Form__Item{margin-bottom:15px}.Form--spacingTight .Form__Alert{margin-bottom:20px}@media screen and (min-width: 641px){.Form__Item,.Form__Alert{margin-bottom:30px}.Form__Group{display:flex}.Form__Group>.Form__Item{flex:1}.Form__Group>:nth-child(2){margin-left:30px}.Form--spacingTight .Form__Group>:nth-child(2){margin-left:15px}}.Button,#slidecarthq button.button.full{position:relative;display:inline-block;padding:14px 28px;line-height:normal;border:1px solid transparent;border-radius:0;text-transform:uppercase;font-size:to-size(12px);text-align:center;letter-spacing:.2em;font-family:var(--heading-font-family);font-weight:var(--heading-font-weight);font-style:var(--heading-font-style);transition:color .45s cubic-bezier(.785,.135,.15,.86),border .45s cubic-bezier(.785,.135,.15,.86);z-index:1;-webkit-tap-highlight-color:initial}.Button[disabled],#slidecarthq button.button.full[disabled]{cursor:not-allowed}.Button:before,#slidecarthq button.button.full:before{position:absolute;content:"";display:block;left:0;top:0;right:0;bottom:0;width:100%;height:100%;transform:scale(1);transform-origin:left center;z-index:-1}@media (-moz-touch-enabled: 0),(hover: hover){.Button:not([disabled]):before,#slidecarthq button.button.full:not([disabled]):before{transition:transform .45s cubic-bezier(.785,.135,.15,.86)}.Button:not([disabled]):hover:before,#slidecarthq button.button.full:not([disabled]):hover:before{transform-origin:right center;transform:scaleX(0)}}.Button--primary{color:var(--text-color-light);border:1px solid rgba(var(--text-color-light),1)}.Button--primary:before{background-color:var(--button-background);transform-origin:right center;transform:scaleX(0)}@media (-moz-touch-enabled: 0),(hover: hover){.Button--primary:not([disabled]):hover{color:var(--button-text-color);border-color:var(--button-background)}.Button--primary:not([disabled]):hover:before{transform-origin:left center;transform:scale(1)}}button.Form__Submit.Button.Button--primary{color:var(--button-text-color);border:1px solid #fff;background-color:transparent}button.Form__Submit.Button.Button--primary:before{background-color:#fff}@media (-moz-touch-enabled: 0),(hover: hover){button.Form__Submit.Button.Button--primary:not([disabled]):hover{color:var(--button-background);background-color:transparent}}.Container{margin:0 auto;padding:0 24px}.Container--narrow{max-width:1420px}.Container--extraNarrow{max-width:800px}@media screen and (min-width: 641px){.Container{padding:0 50px}}@media screen and (min-width: 1140px){.Container{padding:0 80px}}.Footer{padding:34px 0;background:var(--footer-background);color:var(--footer-text-color)}.Footer--withMargin{margin-top:60px}.Footer__Title,.Footer .Link--primary:hover{color:var(--footer-heading-color)}.Footer .Link--secondary:hover,.Footer .Form__Input::-webkit-input-placeholder{color:var(--footer-text-color)}.Footer .Link--secondary:hover,.Footer .Form__Input::-moz-placeholder{color:var(--footer-text-color)}.Footer .Link--secondary:hover,.Footer .Form__Input:-ms-input-placeholder{color:var(--footer-text-color)}.Footer .Link--secondary:hover,.Footer .Form__Input::-ms-input-placeholder{color:var(--footer-text-color)}.Footer .Link--secondary:hover,.Footer .Form__Input::placeholder{color:var(--footer-text-color)}.Footer__Title{margin-bottom:20px}.Footer__Social{margin-top:5px}.Footer__Social svg{width:38px;height:auto}.Footer__Content+.Footer__Newsletter{margin-top:18px}.Footer__Aside{text-align:center}.Footer__Inner+.Footer__Aside{margin-top:65px}.Footer__LocalizationForm{display:flex;justify-content:center;margin-bottom:20px}.Footer__LocalizationItem+.Footer__LocalizationItem{margin-left:30px}.Footer__ThemeAuthor{margin-top:4px}.Footer__PaymentList{margin:54px -24px 0;padding-top:28px;border-top:1px solid var(--footer-border-color)}.Footer__PaymentList svg{opacity:.8;width:38px;height:24px}@media screen and (min-width: 641px){.Footer{padding:75px 0 42px}.Footer--withMargin{margin-top:80px}.Footer__Inner{display:flex;flex-wrap:wrap;justify-content:space-between;margin-left:-40px;margin-right:-40px}.Footer__Block{flex:1 1 50%;margin-top:0;margin-bottom:50px;padding-left:40px;padding-right:40px}.Footer__Social{margin-top:27px}.Footer__Aside{text-align:left;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.Footer__Inner+.Footer__Aside{margin-top:40px}.Footer__Localization{width:100%}.Footer__LocalizationForm{justify-content:flex-start}.Footer__StoreName{font-size:to-size(11px)}.Footer__PaymentList{padding:0;margin:0 -8px;border:none}}@media screen and (min-width: 1140px){.Footer--withMargin{margin-top:120px}.Footer__Inner{display:flex;flex-wrap:wrap;justify-content:space-between}.Footer--center .Footer__Inner{justify-content:center}.Footer__Block{flex:0 1 auto}.Footer__Block--text,.Footer__Block--newsletter{flex-basis:240px}.Footer__Inner+.Footer__Aside{margin-top:80px}.Footer__Block--text{flex-basis:460px}.Footer__Block--newsletter{flex-basis:375px}}.Footer__Title{font-family:paralucent;font-size:22px;line-height:27px;font-weight:700}.Footer__Inner .Form__Input{border-top:none;border-left:none;border-right:none;padding-left:0;font-size:14px;line-height:51px}.Footer__Inner .Form__Input:active,.Footer__Inner .Form__Input:focus,.Footer__Inner .Form__Input:focus-visible{outline:none}.Footer__Inner .Footer__Block:nth-child(2){padding-left:0}.Footer__Inner .Button--primary:not([disabled]):hover{color:#fff}.Footer__Inner .Button--primary{color:#000;font-size:12px;font-family:Poppins,sans-serif;line-height:5px}.Footer__Inner .Button--primary:before{background-color:#fff}.Footer__Aside{display:none}.flogo{width:137px}ul.Footer__Social.HorizontalList.HorizontalList--spacingLoose{margin-left:0;margin-right:0}ul.Footer__Social.HorizontalList.HorizontalList--spacingLoose li{margin:0 5px}#section-footer .Container{max-width:1440px}#section-footer .Container .Footer__Content{max-width:311px;margin-top:25px;font-size:13px;line-height:18px;letter-spacing:0}.Footer__Block--text{flex-basis:auto}@media screen and (min-width: 641px){.Footer{padding:75px 0 14px}}#section-footer .Container .Footer__Content{margin:25px auto 0}.Footer__Inner .Button--primary{text-align:center;margin:20px auto 0}@media (max-width: 768px){.Footer__Block{text-align:center}.Footer__Block:not(:first-child){margin-top:48px}.Footer__Block .Linklist__Item>.Link{text-align:center}}
/*# sourceMappingURL=/cdn/shop/t/49/assets/custom-footer.css.map */
