.drw-Drawer_Header.drw-ProductRangeDrawer_Header {
  padding: 0;
}

.drw-ProductRangeDrawer_Body {
  flex-direction: column;
  flex-grow: 1;

  display: flex;
  gap: 30px;
}

.drw-ProductRangeDrawer_Footer {
  margin-block-start: auto;
}

.drw-ProductRangeDrawer_Title {
  color: #333;
}

.drw-ProductRangeDrawer_TextBlock .drw-Drawer_Text {
  color: var(--Color_Grey);
}

.drw-ProductRangeDrawer_TextBlock {
  color: #666;
}

.drw-ProductRangeDrawer_TextBlockButton {
  margin-block-start: 15px;

  color: #333;
}
