:root{--dw-black:#0B0B0B;--dw-graphite:#171717;--dw-mid-grey:#7A7A7A;--dw-mist:#E9E9E7;--dw-off-white:#F6F6F3;--dw-white:#FFFFFF;--dw-yellow:#FFD400;--dw-line-dark:rgba(255,255,255,.1);--dw-on-dark-mute:rgba(255,255,255,.62);--dw-r-sm:10px;--dw-r:16px;--dw-r-pill:999px;--dw-container:1200px;--dw-gutter:clamp(20px,5vw,40px);--dw-ease:cubic-bezier(.22,.61,.36,1);--dw-header-h:78px}.dwellio-chrome,.dwellio-chrome *,.dwellio-chrome *:before,.dwellio-chrome *:after{box-sizing:border-box}.dwellio-chrome{font-family:Manrope,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}.dwellio-chrome a{color:inherit;text-decoration:none}.dwellio-chrome img{max-width:100%;display:block}.dwellio-chrome button{font-family:inherit;cursor:pointer;border:none;background:none}.dwellio-chrome ul{margin:0;padding:0;list-style:none}.dwellio-chrome p{margin:0}.dwellio-chrome h1,.dwellio-chrome h2,.dwellio-chrome h3,.dwellio-chrome h4{margin:0;line-height:1.05;letter-spacing:-.02em;font-weight:800}.dwellio-chrome :focus-visible{outline:3px solid var(--dw-yellow);outline-offset:3px;border-radius:4px}.dwellio-chrome .container{width:100%;max-width:var(--dw-container);margin-inline:auto;padding-inline:var(--dw-gutter)}.dwellio-chrome .btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:700;font-size:.98rem;letter-spacing:.01em;padding:15px 26px;border-radius:var(--dw-r-pill);border:1.5px solid transparent;white-space:nowrap;transition:transform .18s var(--dw-ease),background .18s var(--dw-ease),color .18s var(--dw-ease),border-color .18s var(--dw-ease)}.dwellio-chrome .btn:hover{transform:translateY(-2px)}.dwellio-chrome .btn--primary{background:var(--dw-yellow);color:var(--dw-black)}.dwellio-chrome .btn--primary:hover{background:#ffdc2e}.dwellio-chrome .btn--dark{background:var(--dw-black);color:var(--dw-white)}.dwellio-chrome .btn--dark:hover{background:#242424}.dwellio-announce{position:relative;z-index:101}.dwellio-announce .container{display:flex;align-items:center;justify-content:center;gap:12px;min-height:42px;padding-block:9px;text-align:center}.dwellio-announce p{font-size:.82rem;font-weight:600;letter-spacing:.02em}.dwellio-announce a{text-decoration:underline;text-underline-offset:3px;font-weight:700}.dwellio-announce--black{background:var(--dw-black);color:var(--dw-white)}.dwellio-announce--black .dw-mark{color:var(--dw-yellow);font-weight:800}.dwellio-announce--yellow{background:var(--dw-yellow);color:var(--dw-black)}.dwellio-announce--yellow .dw-mark{color:var(--dw-black);font-weight:800}.dwellio-chrome .site-header{position:fixed;inset:0 0 auto 0;z-index:100;background:var(--dw-black);transform:translateY(0);border-bottom:1px solid transparent;transition:transform .35s var(--dw-ease)}.dwellio-chrome .site-header.header--hidden{transform:translateY(-110%)}.dwellio-chrome .header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;height:var(--dw-header-h)}.dwellio-chrome .brand img{height:32px;width:auto}.dwellio-chrome .brand .brand__text{color:#fff;font-weight:800;font-size:1.3rem;letter-spacing:-.02em}.dwellio-chrome .nav{display:flex;align-items:center;gap:6px}.dwellio-chrome .nav a{color:#fff;font-weight:600;font-size:.95rem;padding:10px 14px;border-radius:var(--dw-r-sm);position:relative;transition:color .18s var(--dw-ease)}.dwellio-chrome .nav a:after{content:"";position:absolute;left:14px;right:14px;bottom:6px;height:2px;background:var(--dw-yellow);transform:scaleX(0);transform-origin:left;transition:transform .22s var(--dw-ease)}.dwellio-chrome .nav a:hover:after,.dwellio-chrome .nav a[aria-current=page]:after{transform:scaleX(1)}.dwellio-chrome .header-actions{display:flex;align-items:center;gap:4px}.dwellio-chrome .icon-btn{width:44px;height:44px;border-radius:var(--dw-r-sm);display:inline-flex;align-items:center;justify-content:center;color:#fff;transition:background .18s var(--dw-ease)}.dwellio-chrome .icon-btn:hover{background:#ffffff14}.dwellio-chrome .icon-btn svg{width:21px;height:21px}.dwellio-chrome .cart{position:relative}.dwellio-chrome .cart__count{position:absolute;top:6px;right:6px;min-width:17px;height:17px;padding:0 4px;background:var(--dw-yellow);color:var(--dw-black);border-radius:var(--dw-r-pill);font-size:.64rem;font-weight:800;display:grid;place-items:center;line-height:1}.dwellio-chrome .hamburger{display:none}.dwellio-header-spacer{height:var(--dw-header-h)}.dwellio-chrome .drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:110;background:#00000080;opacity:0;visibility:hidden;transition:opacity .3s var(--dw-ease),visibility .3s var(--dw-ease)}.dwellio-chrome .drawer-backdrop.open{opacity:1;visibility:visible}.dwellio-chrome .drawer{position:fixed;top:0;right:0;bottom:0;z-index:120;width:min(84vw,340px);background:var(--dw-graphite);border-left:1px solid var(--dw-line-dark);transform:translate(100%);transition:transform .32s var(--dw-ease);display:flex;flex-direction:column;padding:22px}.dwellio-chrome .drawer.open{transform:translate(0)}.dwellio-chrome .drawer__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:26px}.dwellio-chrome .drawer__top img{height:28px;width:auto}.dwellio-chrome .drawer nav{display:flex;flex-direction:column;gap:2px}.dwellio-chrome .drawer nav a{color:#ffffffd9;font-weight:700;font-size:1.12rem;padding:14px 12px;border-radius:var(--dw-r-sm);border-bottom:1px solid var(--dw-line-dark)}.dwellio-chrome .drawer nav a:hover{background:#ffffff0f;color:#fff}.dwellio-chrome .drawer__actions{margin-top:auto;display:flex;gap:10px;padding-top:20px}.dwellio-chrome .drawer__actions .icon-btn{border:1px solid var(--dw-line-dark)}.dwellio-chrome .footer{background:var(--dw-black);color:#fff;padding-block:clamp(56px,7vw,88px) 32px}.dwellio-chrome .footer__top{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px}.dwellio-chrome .footer__brand img{height:36px;width:auto;margin-bottom:20px}.dwellio-chrome .footer__brand p{color:var(--dw-on-dark-mute);font-size:.92rem;line-height:1.6;max-width:34ch}.dwellio-chrome .footer__col h4{font-size:.76rem;letter-spacing:.16em;text-transform:uppercase;color:var(--dw-mid-grey);font-weight:700;margin-bottom:18px}.dwellio-chrome .footer__col a{display:block;color:#ffffffb3;font-size:.94rem;padding:7px 0;transition:color .16s var(--dw-ease)}.dwellio-chrome .footer__col a:hover{color:#fff}.dwellio-chrome .footer__signup{margin-top:22px;max-width:34ch}.dwellio-chrome .footer__signup label{display:block;font-size:.76rem;letter-spacing:.16em;text-transform:uppercase;color:var(--dw-mid-grey);font-weight:700;margin-bottom:10px}.dwellio-chrome .footer__signup-row{display:flex;gap:8px}.dwellio-chrome .footer__signup input[type=email]{flex:1 1 auto;min-width:0;background:var(--dw-graphite);border:1px solid var(--dw-line-dark);color:#fff;font:inherit;font-size:.92rem;padding:12px 14px;border-radius:var(--dw-r-sm)}.dwellio-chrome .footer__signup input[type=email]::placeholder{color:var(--dw-mid-grey)}.dwellio-chrome .footer__signup button{flex:0 0 auto;background:var(--dw-yellow);color:var(--dw-black);font:inherit;font-weight:700;font-size:.92rem;padding:12px 18px;border-radius:var(--dw-r-sm);transition:background .18s var(--dw-ease)}.dwellio-chrome .footer__signup button:hover{background:#ffdc2e}.dwellio-chrome .footer__note{margin-top:10px;font-size:.78rem;color:var(--dw-mid-grey);line-height:1.5}.dwellio-chrome .footer__ok{margin-top:10px;font-size:.86rem;color:var(--dw-yellow);font-weight:700}.dwellio-chrome .footer__bottom{margin-top:clamp(40px,5vw,64px);padding-top:28px;border-top:1px solid var(--dw-line-dark);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:20px}.dwellio-chrome .footer__copy{font-size:.84rem;color:var(--dw-mid-grey)}.dwellio-chrome .footer__legal{display:flex;flex-wrap:wrap;gap:22px;font-size:.84rem}.dwellio-chrome .footer__legal a{color:#fff9}.dwellio-chrome .footer__legal a:hover{color:#fff}.dwellio-chrome .socials{display:flex;gap:8px}.dwellio-chrome .socials a{width:42px;height:42px;border-radius:var(--dw-r-sm);border:1px solid var(--dw-line-dark);display:grid;place-items:center;color:#ffffffbf;transition:background .18s var(--dw-ease),color .18s var(--dw-ease),border-color .18s var(--dw-ease)}.dwellio-chrome .socials a:hover{background:var(--dw-yellow);color:var(--dw-black);border-color:var(--dw-yellow)}.dwellio-chrome .socials svg{width:18px;height:18px}@media(max-width:1000px){.dwellio-chrome .footer__top{grid-template-columns:repeat(2,1fr)}}@media(max-width:820px){.dwellio-chrome .nav,.dwellio-chrome .header-actions .icon-btn.search,.dwellio-chrome .header-actions .icon-btn.account{display:none}.dwellio-chrome .hamburger{display:inline-flex}}@media(max-width:560px){:root{--dw-header-h:66px}.dwellio-chrome .footer__top{grid-template-columns:1fr}.dwellio-chrome .footer__bottom{flex-direction:column;align-items:flex-start}}@media(prefers-reduced-motion:reduce){.dwellio-chrome .site-header,.dwellio-chrome .drawer,.dwellio-chrome .drawer-backdrop,.dwellio-chrome .nav a:after,.dwellio-chrome .btn{transition-duration:.001ms!important}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/dwellio-brand.css.map */
