.theme-toggle{display:grid;place-items:center;width:27px;height:27px;padding:0;border:1px solid rgba(232,242,232,.42);border-radius:50%;background:transparent;color:#f1f7ef;cursor:pointer;transition:.2s}.theme-toggle span{font-size:15px;line-height:1}.theme-toggle:hover{background:#d98743;border-color:#d98743;color:#173b31}
body.dark-mode{--mint:#0c0d0d;--soft:#161918;--forest:#f2eee5;--deep:#070808;--ink:#f2eee5;--muted:#c1c0b8;background:#0c0d0d;color:#f2eee5}body.dark-mode .hero{background:radial-gradient(circle at 83% 18%,#19332e 0,#111918 30%,#080a0a 66%)}body.dark-mode .header{background:rgba(7,9,9,.82);border-color:rgba(242,238,229,.18)}body.dark-mode .hero:after{background:#ebe7dd;color:#111313}body.dark-mode .intro-copy>p:not(.eyebrow),body.dark-mode .accessible p,body.dark-mode .service p,body.dark-mode .product-info p,body.dark-mode .sub{color:#c1c0b8}body.dark-mode .values{background:#070808}body.dark-mode .tint,body.dark-mode .service{background:#161918}body.dark-mode .round-arrow{border-color:#6d716c;color:#f2eee5}body.dark-mode .product-image{background:#202422}body.dark-mode .wish{background:#202422;color:#f2eee5}body.dark-mode .quick-add,body.dark-mode .text-link,body.dark-mode .service-links a{color:#f2eee5}body.dark-mode .btn-dark{background:#f2eee5;border-color:#f2eee5;color:#101111}body.dark-mode .btn:hover{background:#d98743;border-color:#d98743;color:#101111}body.dark-mode .drawer,body.dark-mode .search-panel{background:#101212;color:#f2eee5}body.dark-mode .close,body.dark-mode .search-result,body.dark-mode .search-panel input{color:#f2eee5}body.dark-mode .drawer-head,body.dark-mode .drawer-foot{border-color:#454a45}body.dark-mode .search-panel input{border-color:#6a706a}body.dark-mode .theme-toggle{background:#f2eee5;border-color:#f2eee5;color:#101111}
@media(max-width:800px){.theme-toggle{width:25px;height:25px}}
