.dreamey-footer{position:relative;isolation:isolate;color:var(--color-dark-charcoal);padding:120px 0 48px;overflow:hidden;background-color:var(--color-warm-cashmere);background-size:cover;background-position:center;background-repeat:no-repeat}.dreamey-footer:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(180deg,#f0eae0b8,#f0eae0e0,#f0eae0f0);pointer-events:none}@media(max-width:749px){.dreamey-footer{padding:72px 0 40px}}.dreamey-footer__inner{position:relative;display:flex;flex-direction:column}.dreamey-footer__grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr 2fr;grid-template-areas:"brand shop company support newsletter";gap:80px 64px;align-items:start}.dreamey-footer__brand{grid-area:brand}.dreamey-footer__menu--company{grid-area:company}.dreamey-footer__menu--shop{grid-area:shop}.dreamey-footer__menu--support{grid-area:support}.dreamey-footer__newsletter{grid-area:newsletter}@media(max-width:989px){.dreamey-footer__grid{grid-template-columns:1fr 1fr 1fr;grid-template-areas:"brand       brand   newsletter" "shop        company support";gap:56px 40px}}@media(max-width:599px){.dreamey-footer__grid{grid-template-columns:1fr;grid-template-areas:"brand" "newsletter" "shop" "company" "support";gap:48px}}.dreamey-footer__brand{max-width:440px}.dreamey-footer__logo{display:inline-block;margin-bottom:24px;text-decoration:none;line-height:0}.dreamey-footer__logo img,.dreamey-footer__logo svg{display:block;height:64px;width:auto}.dreamey-footer__tagline{margin:0;color:var(--color-dark-charcoal);max-width:380px}.dreamey-footer__newsletter{display:flex;flex-direction:column;max-width:360px}.dreamey-footer__newsletter-lead{margin:-4px 0 24px;color:var(--color-dark-charcoal);font-weight:700;line-height:1.2}.dreamey-footer__newsletter-lead .dreamey-footer__fine-print{display:block;margin-top:8px;font-family:var(--font-body);font-size:12px;font-weight:400;line-height:1.5;color:var(--color-deep-warm-gray);letter-spacing:0;text-transform:none}@media(max-width:989px){.dreamey-footer__newsletter{justify-self:end;max-width:100%}}@media(max-width:599px){.dreamey-footer__newsletter{justify-self:stretch;max-width:100%}}.dreamey-footer__field{display:flex;flex-direction:column;margin-bottom:20px}.dreamey-footer__label{font-family:var(--font-body);font-weight:600;font-size:11px;line-height:1;letter-spacing:.14em;text-transform:uppercase;color:var(--color-deep-warm-gray);margin-bottom:10px}.dreamey-footer__field input{min-height:44px;width:100%;background:transparent;border:none;border-bottom:1px solid rgba(50,50,50,.3);padding:8px 0;font-family:var(--font-body);font-size:16px;line-height:1.4;color:var(--color-dark-charcoal);border-radius:0;transition:border-color var(--duration-default) var(--ease-default)}.dreamey-footer__field input::placeholder{color:#32323259}.dreamey-footer__field input:hover{border-bottom-color:#32323280}.dreamey-footer__field input:focus,.dreamey-footer__field input:focus-visible{outline:none;border-bottom-color:var(--color-deep-current);border-bottom-width:2px;padding-bottom:7px}.dreamey-footer__submit{margin-top:8px;align-self:flex-start}@media(max-width:599px){.dreamey-footer__submit{align-self:stretch;width:100%}}.dreamey-footer__form-status{min-height:24px;margin-top:16px}.dreamey-footer__form-status p{margin:0}.dreamey-footer__form-error{color:var(--color-warm-terracotta)}.dreamey-footer__form-success{color:var(--color-deep-current)}.dreamey-footer__menu{display:flex;flex-direction:column}.dreamey-footer__menu-heading{margin:0 0 20px}.dreamey-footer__menu-list{list-style:none;padding:0;margin:0}.dreamey-footer__menu-list li+li{margin-top:12px}.dreamey-footer__menu-list a{font-family:var(--font-body);font-weight:400;font-size:15px;line-height:1.4;color:var(--color-dark-charcoal);text-decoration:none;transition:color var(--duration-default) var(--ease-default)}.dreamey-footer__menu-list a:hover,.dreamey-footer__menu-list a:focus-visible{color:var(--color-deep-current);outline:none}.dreamey-footer__menu-list a:focus-visible{text-decoration:underline;text-underline-offset:4px}.dreamey-footer__bottom{display:flex;align-items:center;margin-top:80px;padding-top:32px;border-top:1px solid rgba(50,50,50,.15)}@media(max-width:749px){.dreamey-footer__bottom{margin-top:56px}}.dreamey-footer__copy{margin:0;color:var(--color-deep-warm-gray)}.dreamey-footer__social,.dreamey-footer .list-social{list-style:none;padding:0;margin:20px 0 0 -12px;display:flex;justify-content:flex-start;gap:4px;align-items:center}.dreamey-footer__social a,.dreamey-footer .list-social__link{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;color:var(--color-dark-charcoal);transition:color var(--duration-default) var(--ease-default),transform var(--duration-fast) var(--ease-default)}.dreamey-footer__social a:hover,.dreamey-footer .list-social__link:hover{color:var(--color-deep-current);transform:translateY(-1px)}.dreamey-footer__social a:focus-visible,.dreamey-footer .list-social__link:focus-visible{outline:2px solid var(--color-deep-current);outline-offset:2px;border-radius:4px}.dreamey-footer__social svg,.dreamey-footer .list-social svg,.dreamey-footer .list-social .svg-wrapper{width:20px;height:20px;display:inline-flex}.dreamey-footer__social .visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.dreamey-footer.dreamey-section--dark{background-color:var(--color-midnight);color:var(--color-sunlit-white)}.dreamey-footer.dreamey-section--dark:before{background:linear-gradient(180deg,#171615a6,#171615d1,#171615eb)}.dreamey-footer.dreamey-section--dark .dreamey-footer__tagline,.dreamey-footer.dreamey-section--dark .dreamey-footer__menu-list a{color:var(--color-sunlit-white)}.dreamey-footer.dreamey-section--dark .dreamey-footer__logo img{filter:invert(1) brightness(1.1)}.dreamey-footer.dreamey-section--dark .dreamey-footer__label,.dreamey-footer.dreamey-section--dark .dreamey-footer__menu-heading{color:#faf7f2d9}.dreamey-footer.dreamey-section--dark .dreamey-footer__newsletter-lead{color:var(--color-sunlit-white)}.dreamey-footer.dreamey-section--dark .dreamey-footer__newsletter-lead .dreamey-footer__fine-print,.dreamey-footer.dreamey-section--dark .dreamey-footer__copy{color:#faf7f2a6}.dreamey-footer.dreamey-section--dark .dreamey-footer__menu-list a:hover,.dreamey-footer.dreamey-section--dark .dreamey-footer__menu-list a:focus-visible{color:var(--color-morning-sky)}.dreamey-footer.dreamey-section--dark .dreamey-footer__field input{color:var(--color-sunlit-white);border-bottom-color:#faf7f24d}.dreamey-footer.dreamey-section--dark .dreamey-footer__field input::placeholder{color:#faf7f273}.dreamey-footer.dreamey-section--dark .dreamey-footer__field input:focus,.dreamey-footer.dreamey-section--dark .dreamey-footer__field input:focus-visible{border-bottom-color:var(--color-morning-sky)}.dreamey-footer.dreamey-section--dark .dreamey-footer__bottom{border-top-color:#faf7f226}.dreamey-footer.dreamey-section--dark .dreamey-footer__social a,.dreamey-footer.dreamey-section--dark .list-social__link{color:var(--color-sunlit-white)}.dreamey-footer.dreamey-section--dark .dreamey-footer__social a:hover,.dreamey-footer.dreamey-section--dark .list-social__link:hover{color:var(--color-morning-sky)}@media(prefers-reduced-motion:reduce){.dreamey-footer *,.dreamey-footer *:before,.dreamey-footer *:after{transition-duration:.01ms!important}.dreamey-footer__social a:hover,.dreamey-footer .list-social__link:hover{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/dreamey-footer.css.map */
