.rnd-footer{--rnd-footer-muted: rgba(var(--color-foreground), .68);--rnd-footer-line: rgba(var(--color-foreground), .12);position:relative;font-size:1.5rem;line-height:1.55}.rnd-footer .rnd-icon{width:2rem;height:2rem;flex:none}.rnd-footer a:focus-visible,.rnd-footer button:focus-visible,.rnd-footer summary:focus-visible{outline:2px solid var(--rnd-footer-accent);outline-offset:3px;box-shadow:none}.rnd-footer__usps{border-bottom:1px solid var(--rnd-footer-line)}.rnd-footer__usp-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem 1.6rem;margin:0;padding-top:2.8rem;padding-bottom:2.8rem}@media screen and (max-width:479px){.rnd-footer__usp-list{grid-template-columns:1fr;gap:1.6rem;padding-top:2.4rem;padding-bottom:2.4rem}.rnd-footer__usp{align-items:center}.rnd-footer__usp-text{padding-top:0}}@media screen and (min-width:990px){.rnd-footer__usp-list{grid-template-columns:repeat(4,minmax(0,1fr));gap:3.2rem;padding-top:3.6rem;padding-bottom:3.6rem}}.rnd-footer__usp{display:flex;align-items:flex-start;gap:1.2rem}.rnd-footer__usp-icon{display:grid;place-items:center;flex:none;width:4.4rem;height:4.4rem;border-radius:50%;background-color:rgba(var(--color-foreground),.06);color:var(--rnd-footer-accent)}.rnd-footer__usp-icon .rnd-icon{width:2.2rem;height:2.2rem}.rnd-footer__usp-text{display:flex;flex-direction:column;gap:.2rem;min-width:0;padding-top:.2rem}.rnd-footer__usp-title{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:1.5rem;line-height:1.3;color:rgb(var(--color-foreground));text-decoration:none}a.rnd-footer__usp-title:hover{text-decoration:underline;text-underline-offset:.3rem}.rnd-footer__usp-sub{font-size:1.3rem;line-height:1.4;color:var(--rnd-footer-muted)}.rnd-footer__main{display:grid;grid-template-columns:1fr;gap:0;padding-top:3.2rem;padding-bottom:3.2rem}@media screen and (min-width:750px){.rnd-footer__main{grid-template-columns:repeat(3,minmax(0,1fr));gap:4rem 3.2rem;padding-top:5.6rem;padding-bottom:5.6rem}.rnd-footer__brand,.rnd-footer__newsletter{grid-column:1 / -1}}@media screen and (min-width:750px)and (max-width:1199px){.rnd-footer__brand{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);column-gap:3.2rem;align-items:start}.rnd-footer__brand>.rnd-footer__logo,.rnd-footer__brand>.rnd-footer__tagline,.rnd-footer__brand>.rnd-footer__social{grid-column:1}.rnd-footer__brand>.rnd-footer__contact{grid-column:2;grid-row:1 / span 3;margin:0}}@media screen and (min-width:1200px){.rnd-footer__main{grid-template-columns:minmax(0,1.4fr) repeat(3,minmax(0,.8fr)) minmax(0,1.5fr);gap:4.8rem}.rnd-footer__brand,.rnd-footer__newsletter{grid-column:auto}}.rnd-footer__brand{order:2;padding-top:3.2rem}@media screen and (min-width:750px){.rnd-footer__brand{order:0;padding-top:0}}.rnd-footer__logo{display:inline-block;color:rgb(var(--color-foreground));text-decoration:none}.rnd-footer__logo img{display:block}.rnd-footer__tagline{margin:1.4rem 0 2rem;max-width:34rem;color:var(--rnd-footer-muted)}.rnd-footer__contact{display:flex;flex-direction:column;gap:1.2rem;margin:0 0 2.4rem}.rnd-footer__contact li{display:flex;align-items:flex-start;gap:1rem;color:var(--rnd-footer-muted);font-size:1.4rem;line-height:1.5}.rnd-footer__contact .rnd-icon{width:1.8rem;height:1.8rem;margin-top:.1rem;color:var(--rnd-footer-accent)}.rnd-footer__contact a{color:rgb(var(--color-foreground));text-decoration:none;overflow-wrap:anywhere}.rnd-footer__contact a:hover{text-decoration:underline;text-underline-offset:.3rem}.rnd-footer__map-link{display:inline-block;margin-top:.4rem;font-weight:600}.rnd-footer__social{display:flex;flex-wrap:wrap;gap:.8rem;margin:0}.rnd-footer__social-link{display:grid;place-items:center;width:4.4rem;height:4.4rem;border:1px solid var(--rnd-footer-line);border-radius:50%;color:rgb(var(--color-foreground));transition:background-color var(--duration-short) ease,border-color var(--duration-short) ease,color var(--duration-short) ease}.rnd-footer__social-link:hover{border-color:var(--rnd-footer-accent);background-color:var(--rnd-footer-accent);color:var(--rnd-footer-accent-text)}.rnd-footer__social-link .icon{width:1.8rem;height:1.8rem}.rnd-footer__group{order:1;border-bottom:1px solid var(--rnd-footer-line)}.rnd-footer__heading{display:flex;align-items:center;justify-content:space-between;min-height:5.6rem;cursor:pointer;list-style:none;font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:1.6rem;letter-spacing:.04rem;color:rgb(var(--color-foreground))}.rnd-footer__heading::-webkit-details-marker{display:none}.rnd-footer__chevron{position:relative;width:1.2rem;height:1.2rem}.rnd-footer__chevron:before,.rnd-footer__chevron:after{content:"";position:absolute;top:50%;left:0;width:100%;height:1.5px;background-color:currentColor;transition:transform var(--duration-default) ease}.rnd-footer__chevron:after{transform:rotate(90deg)}.rnd-footer__group[open] .rnd-footer__chevron:after{transform:rotate(0)}.rnd-footer__links{display:flex;flex-direction:column;gap:.2rem;margin:0;padding:0 0 1.6rem}.rnd-footer__link{display:inline-flex;align-items:center;min-height:4rem;color:var(--rnd-footer-muted);text-decoration:none;transition:color var(--duration-short) ease}.rnd-footer__link:hover,.rnd-footer__link[aria-current]{color:rgb(var(--color-foreground))}.rnd-footer__link:hover{text-decoration:underline;text-underline-offset:.3rem}@media screen and (min-width:750px){.rnd-footer__group{order:0;border-bottom:0}.rnd-footer__heading{min-height:0;margin-bottom:1.6rem;cursor:default;pointer-events:none}.rnd-footer__chevron{display:none}.rnd-footer__links{padding:0}.rnd-footer__link{min-height:3.2rem}}.rnd-footer__newsletter{order:0;align-self:start;margin-bottom:1.6rem;padding:2.4rem;border-radius:1.2rem;background-color:rgba(var(--color-foreground),.05);border:1px solid var(--rnd-footer-line)}@media screen and (min-width:750px){.rnd-footer__newsletter{margin-bottom:0;padding:2.8rem}}.rnd-footer__newsletter-heading{margin:0 0 .6rem;font-size:2rem;line-height:1.25}.rnd-footer__newsletter-text{margin:0 0 1.8rem;color:var(--rnd-footer-muted);font-size:1.4rem}.rnd-footer__form-row{display:flex;gap:.8rem}.rnd-footer__input{flex:1 1 auto;min-width:0;min-height:4.8rem;padding:0 1.4rem;border:1px solid rgba(var(--color-foreground),.25);border-radius:.8rem;background-color:rgba(var(--color-foreground),.04);color:rgb(var(--color-foreground));font-family:var(--font-body-family);font-size:1.6rem}.rnd-footer__input::placeholder{color:rgba(var(--color-foreground),.5)}.rnd-footer__input:focus{outline:2px solid var(--rnd-footer-accent);outline-offset:0;border-color:transparent}.rnd-footer__input[aria-invalid=true]{border-color:#ff6b6b}.rnd-footer__submit{flex:none;min-height:4.8rem;padding:0 2rem;border:0;border-radius:.8rem;background-color:var(--rnd-footer-accent);color:var(--rnd-footer-accent-text);font-family:var(--font-body-family);font-size:1.5rem;font-weight:700;letter-spacing:.04rem;cursor:pointer;transition:filter var(--duration-short) ease}.rnd-footer__submit:hover{filter:brightness(1.08)}.rnd-footer__form-message{margin:1rem 0 0;font-size:1.4rem}.rnd-footer__form-message--error{color:#ff8a8a}.rnd-footer__form-message--success{color:var(--rnd-footer-accent);font-weight:600}.rnd-footer__consent{margin:1rem 0 0;font-size:1.2rem;color:rgba(var(--color-foreground),.55)}.rnd-footer__bottom{border-top:1px solid var(--rnd-footer-line)}.rnd-footer__bottom-inner{display:flex;flex-direction:column;gap:1.6rem;padding-top:2.4rem;padding-bottom:2.4rem}@media screen and (min-width:990px){.rnd-footer__bottom-inner{flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.2rem 3.2rem}}.rnd-footer__copyright{margin:0;font-size:1.3rem;color:rgba(var(--color-foreground),.6)}.rnd-footer__policies{display:flex;flex-wrap:wrap;gap:.4rem 1.6rem;margin:0}@media screen and (min-width:990px){.rnd-footer__copyright{order:1}.rnd-footer__payments{order:2;margin-left:auto}.rnd-footer__policies{order:3;flex:1 1 100%}}.rnd-footer__policies a{display:inline-flex;align-items:center;min-height:3.2rem;font-size:1.3rem;color:rgba(var(--color-foreground),.6);text-decoration:none}.rnd-footer__policies a:hover{color:rgb(var(--color-foreground));text-decoration:underline;text-underline-offset:.3rem}.rnd-footer__payment-list{display:flex;flex-wrap:wrap;gap:.6rem;margin:0}.rnd-footer__payment-list .icon{width:3.8rem;height:2.4rem}.rnd-footer__top{position:fixed;right:1.6rem;bottom:calc(1.6rem + env(safe-area-inset-bottom));z-index:2}body[class*=overflow-hidden] .rnd-footer__top,body.header-flyout-open .rnd-footer__top,.rnd-footer__top[hidden]{display:none}body.sticky-atc-visible .rnd-footer__top{bottom:calc(8.8rem + env(safe-area-inset-bottom))}.rnd-footer__top-button{display:grid;place-items:center;width:4.4rem;height:4.4rem;border:1px solid rgba(255,255,255,.15);border-radius:50%;background-color:#1f1f21;color:#fff;box-shadow:0 .4rem 1.2rem #0003;cursor:pointer}.rnd-footer__top-button:hover{background-color:#000}.rnd-footer__top-button .rnd-icon{width:2rem;height:2rem}
/*# sourceMappingURL=/cdn/shop/t/29/assets/section-rnd-footer.css.map */
