.s86ezwv{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.o1gc9zwq{position:relative;top:-4rem;}@media (min-width: 48em){.o1gc9zwq{top:-40vh;}}
.a114jnxt{color:#000000;margin-left:0.75rem;opacity:var(--a114jnxt-0);font-family:'Roboto';font-size:0.875rem;font-weight:400;line-height:1.25rem;letter-spacing:0;font-weight:var(--a114jnxt-1);}
.t1pu4yfk{margin-left:auto;}
.w1qoq0rq{-webkit-text-decoration:underline;text-decoration:underline;white-space:nowrap;background:transparent;border:0;font-family:'Roboto';font-size:0.875rem;font-weight:400;line-height:1.5rem;letter-spacing:0;}
.c1ifi48s{border-radius:4rem;border:var(--c1ifi48s-0);}
.b1j1i4oq{position:relative;min-height:2.5rem;min-width:2.5rem;overflow:hidden;}
.t11ythx4{margin-left:1rem;font-family:'Roboto';font-size:1rem;font-weight:500;line-height:1.25rem;letter-spacing:0;}
.v19owlyr{width:100%;padding:0;margin:0;}.v19owlyr::before{content:none;display:none;}
.v4n1qms{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0.5rem 1.25rem;color:#000000;}.v4n1qms:hover{background:#f7f7f7;}
.v1iqguye{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:1rem;position:relative;}
.tw2vazf{color:#6b6b6b;}
.s3c6olc{background:none;border:none;-webkit-text-decoration:underline;text-decoration:underline;cursor:pointer;margin:0.75rem 0;font-family:'Roboto';font-size:0.875rem;font-weight:400;line-height:1.5rem;letter-spacing:0;font-weight:bold;font-size:0.9rem;}

.shades-drawer__header {
  height: 3.5rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px;
}

.shades-drawer__content
  [data-testid='drawer-scrollable-content']::-webkit-scrollbar-thumb {
  background-color: #6b6b6b;
}

/* breakpoints.md */
@media (min-width: 48rem) {
  .shades-drawer__header {
    height: 4.25rem;
  }
  .shades-drawer__content {
    width: 26rem;
  }
}

