.footer.footer--riddles{border-top:none;padding-bottom:0;display:block;width:100%}.footer-riddles{display:block;width:100%;color:rgb(var(--color-foreground));background:rgb(var(--color-background));--footer-newsletter-submit-hover-bg: rgb(var(--color-secondary-button));--footer-newsletter-submit-hover-text: rgb(var(--color-secondary-button-text))}.footer-riddles__main{padding-top:4.5rem;padding-bottom:4.5rem}.footer-riddles__main-inner.page-width{max-width:var(--page-width);margin:0 auto;padding-left:1.5rem;padding-right:1.5rem}.footer-riddles__grid{display:grid;grid-template-columns:minmax(0,1fr);gap:3.2rem;align-items:start;width:100%}.footer-riddles__column{min-width:0;max-width:100%}@media screen and (min-width:750px)and (max-width:1080px){.footer-riddles__grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:3rem 2rem}.footer-riddles__column--store{grid-column:1 / span 2;grid-row:1}.footer-riddles__column--menu-1{grid-column:3 / span 2;grid-row:1}.footer-riddles__column--menu-2{grid-column:5 / span 2;grid-row:1}.footer-riddles__column--menu-3{grid-column:1 / span 3;grid-row:2}.footer-riddles__column--newsletter{grid-column:4 / span 3;grid-row:2}}@media screen and (min-width:1081px){.footer-riddles__grid{grid-template-columns:repeat(4,minmax(0,1fr)) minmax(42rem,1.35fr);gap:2rem 2.4rem}.footer-riddles__column--store,.footer-riddles__column--menu-1,.footer-riddles__column--menu-2,.footer-riddles__column--menu-3,.footer-riddles__column--newsletter{grid-column:auto;grid-row:auto}.footer-riddles__column--newsletter{min-width:0}}.footer-riddles__menu-heading{font-family:var(--font-body-family);font-style:var(--font-body-style);font-size:1.4rem;font-weight:700;text-transform:uppercase;color:rgb(var(--color-foreground));margin:0 0 1.4rem}.footer-riddles__menu{margin:0;padding:0;list-style:none}.footer-riddles__menu li+li{margin-top:.75rem}.footer-riddles__menu-link{font-size:1.4rem;line-height:1.45;color:rgb(var(--color-foreground));text-decoration:none;word-break:break-word}.footer-riddles__menu-link:hover{text-decoration:underline;text-underline-offset:.2rem}.footer-riddles__column--newsletter{text-align:left}.footer-riddles__newsletter-title{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:300;font-size:clamp(2rem,2.2vw,calc(var(--font-heading-scale) * 2.4rem));line-height:1.25;letter-spacing:.01em;text-transform:none;color:rgb(var(--color-foreground));margin:0 0 1.6rem}.footer-riddles__newsletter-title p{margin:0}.footer-riddles__newsletter-form{width:100%;max-width:100%;margin:0 0 2rem}.footer-riddles__newsletter-field{display:flex;align-items:stretch;width:100%;max-width:100%;background:#fff;border:.1rem solid rgba(var(--color-foreground),.2);border-radius:0;min-height:4.4rem;padding:0 0 0 1.4rem;box-sizing:border-box}.footer-riddles__newsletter-field .field{margin:0;flex:1 1 auto;min-width:0}.footer-riddles__newsletter-input{flex:1 1 auto;min-width:0;width:100%;height:4.2rem;padding:0 1rem 0 0;font-size:1.4rem;border:none;background:transparent;color:rgb(var(--color-foreground));box-shadow:none}.footer-riddles__newsletter-input::placeholder{opacity:1;color:rgba(var(--color-foreground))}.footer-riddles__newsletter-input:focus{outline:none;box-shadow:none}.footer-riddles__newsletter-submit{align-items:center;align-self:stretch;background:transparent;border:none;color:rgb(var(--color-foreground));cursor:pointer;display:inline-flex;flex:0 0 auto;font-family:var(--font-body-family);font-size:1.4rem;font-weight:400;height:auto;isolation:isolate;letter-spacing:.12em;min-height:4.4rem;overflow:hidden;padding:0 1.6rem;position:relative;text-decoration:none;text-transform:uppercase;transition:color .35s cubic-bezier(.4,0,.2,1);white-space:nowrap;z-index:0}.footer-riddles__newsletter-submit:before{background-color:var(--footer-newsletter-submit-hover-bg, #c4b59a);content:"";top:0;right:0;bottom:0;left:0;position:absolute;transform:scaleX(0);transform-origin:left center;transition:transform .35s cubic-bezier(.4,0,.2,1);z-index:-1}.footer-riddles__newsletter-submit:hover,.footer-riddles__newsletter-submit:focus-visible{color:var(--footer-newsletter-submit-hover-text, rgb(var(--color-foreground)));text-decoration:none}.footer-riddles__newsletter-submit:hover:before,.footer-riddles__newsletter-submit:focus-visible:before{transform:scaleX(1)}.footer-riddles__newsletter-submit:disabled{cursor:not-allowed;opacity:.5}.footer-riddles__newsletter-submit:disabled:before{display:none}.footer-riddles__newsletter-submit:disabled:hover,.footer-riddles__newsletter-submit:disabled:focus-visible{background:transparent;color:rgb(var(--color-foreground))}@media(prefers-reduced-motion:reduce){.footer-riddles__newsletter-submit,.footer-riddles__newsletter-submit:before{transition:none}.footer-riddles__newsletter-submit:hover,.footer-riddles__newsletter-submit:focus-visible{background-color:var(--footer-newsletter-submit-hover-bg, #c4b59a);color:var(--footer-newsletter-submit-hover-text, rgb(var(--color-foreground)))}.footer-riddles__newsletter-submit:hover:before,.footer-riddles__newsletter-submit:focus-visible:before{transform:none}}.footer-riddles__form-msg{margin:.8rem 0 0;font-size:1.2rem}.footer-riddles__form-msg--error{color:#fff;background:#c41230;text-align:center;padding:.5rem 0}.footer-riddles__form-msg--success{color:#fff;background:#687868;text-align:center;padding:.5rem 0}.footer-riddles__social-wrap{margin-bottom:1.6rem}.footer-riddles__social-list{display:flex;flex-wrap:wrap;align-items:center;gap:.8rem;margin:0;padding:0;justify-content:space-between;list-style:none}.footer-riddles__social-link{display:inline-flex;align-items:center;justify-content:center;width:3.6rem;height:3.6rem;border-radius:50%;text-decoration:none;transition:opacity .2s ease}.footer-riddles__social-link:hover{opacity:.75}.footer-riddles__social-link .svg-wrapper,.footer-riddles__social-link svg{width:2.9rem;height:2.9rem}.footer-riddles__social-hint,.footer-riddles__badges-hint{margin:0;font-size:1.2rem;line-height:1.5;color:rgba(var(--color-foreground),.75)}.footer-riddles__badges{display:flex;flex-direction:row;flex-wrap:wrap;align-items:stretch;gap:2rem;max-width:100%}.footer-riddles__badge{min-width:0;max-width:100%}.footer-riddles__badge-html div{background:#fff;box-sizing:border-box;overflow:hidden;max-width:100%;padding:1rem}.footer-riddles__badge-html img,.footer-riddles__badge-html svg,.footer-riddles__badge-html iframe{max-width:100%!important;width:auto;height:auto;display:block;margin-bottom:0;border:none;box-shadow:none;filter:grayscale(1)}.footer-riddles__custom-html{margin-top:1.6rem;width:100%;max-width:100%;overflow:hidden}.footer-riddles__custom-html>*{max-width:100%}.footer-riddles__bottom .footer-riddles__bottom-row{border-bottom:.1rem solid #BFB8B4;padding-bottom:1rem}.footer-riddles__bottom{background:rgb(var(--color-background));padding:1.6rem 0 1.8rem;width:100%}.footer-riddles__bottom-inner.page-width{max-width:var(--page-width);margin:0 auto;padding-left:1.5rem;padding-right:1.5rem}.footer-riddles__bottom-row{display:flex;flex-direction:column-reverse;align-items:flex-start;gap:2rem;width:100%}.footer-riddles__legal-sep{color:inherit;flex:0 0 auto;line-height:1;padding:0 .5rem;pointer-events:none;-webkit-user-select:none;user-select:none}@media screen and (min-width:750px){.footer-riddles__bottom-inner.page-width{padding-left:3.2rem;padding-right:3.2rem}.footer-riddles__bottom-row{flex-direction:column}.hide-desktop{display:none}}.footer-riddles__bottom-logo{flex:0 0 auto}.footer-riddles__bottom-logo-link{display:inline-block;line-height:0;text-decoration:none}.footer-riddles__bottom-logo-img{display:block;width:auto;max-width:14rem;max-height:4.8rem;height:auto;object-fit:contain}.footer-riddles__bottom-logo-text{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:1.6rem;color:rgb(var(--color-foreground));text-decoration:none;white-space:nowrap}.footer-riddles__legal{display:flex;flex:1 1 auto;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:.6rem 1.2rem;min-width:0;margin:0;padding:0;font-family:var(--font-body-family);font-style:var(--font-body-style);font-size:1.2rem;font-weight:400;line-height:1.4;color:#2d291f;text-transform:uppercase;color:rgb(var(--color-foreground))}@media screen and (min-width:990px){.footer-riddles__menu{margin-top:2.2rem}.footer-riddles__legal{flex-wrap:nowrap;position:relative;top:12px}.footer-riddles__bottom-row{flex-direction:row;align-items:center;justify-content:space-between;gap:1.6rem 3.2rem}.footer-riddles-flex{display:flex;gap:30px}}.footer-riddles__legal-item,.footer-riddles__legal-link{color:inherit;text-decoration:none;white-space:nowrap;font-size:1.2rem}.footer-riddles__legal-link:hover{text-decoration:underline;text-underline-offset:.15rem}.footer.footer--riddles .footer__content-bottom{display:none!important}@media(max-width:767px){.footer-riddles__bottom-logo{max-width:120px;margin-bottom:1.5rem}.footer-riddles__newsletter-title{font-size:1.8rem}.footer-riddles__main{padding-bottom:2.5rem}.footer-riddles__grid{gap:2.5rem}.footer-riddles__badges{gap:1rem}.footer-riddles__menu-link{font-size:1.3rem}.footer-riddles__menu-heading{font-size:1.3rem;margin-bottom:.8rem}.footer-riddles__menu li+li{margin-top:.2rem}.footer-riddles__column--newsletter{order:-1}.footer-riddles__bottom-row .footer-riddles__bottom-logo{display:none}.footer-riddles__legal{justify-content:center;text-align:center}.footer-riddles__legal .footer-riddles__legal-item{width:100%;display:block;margin-bottom:.5rem;text-align:center}}.footer-riddles__accessibility{display:inline-flex;align-items:center;gap:1.2rem;padding:1.3rem 2.2rem 1.3rem 1.2rem;border:none;background:#fff;color:rgb(var(--color-foreground));cursor:pointer;font-family:inherit;text-align:left}.footer-riddles__accessibility:focus-visible{outline:.2rem solid rgb(var(--color-foreground));outline-offset:.2rem}.footer-riddles__accessibility-icon{width:3.9rem;height:3.9rem;flex-shrink:0}.footer-riddles__accessibility-text{max-width:8rem;font-size:1.3rem;font-weight:500;line-height:1.25;text-transform:uppercase}access-widget-ui::part(acsb-trigger){opacity:0!important;pointer-events:none!important}
/*# sourceMappingURL=/cdn/shop/t/91/assets/section-footer-riddles.css.map */
